@charset "utf-8";
/*元指令CMS、元指令建站*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, ul, ol, li, pre, form, fieldset, legend, button, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	color: #191919;
}
html, body {
	width: 100%;
	min-width: 320px;
}
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif";
	font-size: 14px;
	line-height: 1.8;
	background: #ffffff;
}
button, input, select, textarea {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif";
	font-size: 14px;
	line-height: 1.8;
}
ul, ol, li, dl, dd, dt {
	list-style: none;
}
em {
	font-style: normal;
}
legend {
	color: #191919;
}
fieldset, img {
	border: 0;
}
label, button {
	cursor: pointer;
}
img {
	-ms-interpolation-mode: bicubic;
	max-width:100%;
}
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
}
.wordwrap {
	word-break: break-all;
	word-wrap: break-word;
}
.overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
img {
	border: 0;
	vertical-align: middle;
}
a {
	color: #191919;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: none
}
a:active {
	color: #ff0000;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
*, a, button, input {
	-webkit-tap-highlight-color: rgba(255,0,0,0);
}
*, ::after, ::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.pt-15 {
    padding:15px 0 0 0;
}
.pb-15 {
    padding:0 0 15px 0;
}
.ptb-15 {
    padding:15px 0;
}
.pt-20 {
    padding:20px 0 0 0;
}
.pb-20 {
    padding:0 0 20px 0;
}
.ptb-20 {
    padding:20px 0;
}
.row {
    padding: 0 10px;
}

button,
input,
select {
  outline: none;
  margin:0;
  padding:0;
}

button,
.btn,
select {
  cursor: pointer;
}

textarea {
  padding:5px!important;
}
input::-webkit-input-placeholder {
   color:#c1c0c0;
   font-size:14px;
}
:-moz-placeholder {
   color:#c1c0c0;
   font-size:14px;
}
::-moz-placeholder {
   color:#c1c0c0;
   font-size:14px;
}
input:-ms-input-placeholder {
   color:#c1c0c0;
   font-size:14px;
}
input::-ms-input-placeholder {
   color:#c1c0c0;
   font-size:14px;
}
input[type="text"] {
    background: #ffffff;
    border: 1px solid #dfdfdf;
    outline: none;
    width: 100%;
    font-size: 14px;
    color: #323233;
    line-height: 40px;
	height: 40px;
    padding: 0 10px;
    -webkit-appearance: none;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #323233;
    transition: background-color 5000s ease-out 0.5s;
}
.form-input {
    background: #ffffff;
    padding: 0 0 6px 0;
    margin: 16px 16px 0 16px;
}
.form-input p {
    font-size:16px;
	margin-bottom:10px;
}
.form-input p span {
    margin-left:5px;
	color:#ff0000;
}

.section {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fafafa;
    z-index: -999;
}
.content {
	position: absolute;
    width: 750px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
	background: #ffffff;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	-moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
}
.cx-title {
    font-size:20px;
	background: #a52738;
	color: #ffffff;
	padding: 10px 0;
	text-align: center;
    font-weight: bolder;
}
.cx-form {
    position: relative;
	padding:30px 30px 50px 30px;
}
.cx-form input {
	margin-bottom:20px;
}
.cx-ftit {
    font-size: 15px;
    color: #323233;
    margin: 0 0 10px 0;
	font-weight: bolder;
}
.cx-ftit span {
    color: #ff0000;
	margin-right: 5px;
}
.cx-form button {
    width: 100%;
    line-height: 46px;
    background: #a52738;
    color: #fff;
    font-size: 18px;
	text-align: center;
}
.cx-more a {
    display:block;
	margin-top:30px;
    width: 100%;
	font-size: 16px;
    line-height: 40px;
    background: #a52738;
    color: #fff;
	text-align:center;
}
.mobile {
    display: none;
}
.foot {
    position: absolute;
	left: 0;
	bottom: 35px;
	width:100%;
	text-align: center;
	_color: #ffffff;
}
.foot a {
    _color: #ffffff;
	margin:0px 3px;
}

.showcon {
    margin-top:20px;
}
.showcon-error {
	padding: 30px 30px 50px 30px;
}
.showcon1 {
    position: relative;
    margin-top: 10px;
    padding: 30px 30px 50px 30px;
}
.showcon1 span {
    color: #a52738;
    font-weight: bolder;
}
.showcon1 .yz {
    position: absolute;
    bottom: 120px;
    right: 100px;
}
.showcon .hdxx {
    font-size:18px;
	color:#191919;
	line-height: 1.5;
    margin-bottom: 20px;
	text-align: center;
}
.showcon * {
    word-break: break-all;
}
.showcon img {
    max-width: 100% !important;
    height:auto !important;
}
.showcon1 .ycz {
    min-width: 150px;
    text-align: center;
}
.showcon1 .ycz img {
    height: 150px !important;
}
.showcon1 .yz img {
    height: 120px !important;
}
.showcon p {
    text-wrap: wrap !important;
}
.showcon span {
    text-wrap: wrap !important;
}
.showcon ul.list-paddingleft-2 {
    margin: 0 !important;
    padding: 0 0 0 15px !important;
    list-style: inherit !important;
}
.showcon ul.list-paddingleft-2 li {
    display: list-item !important;
    margin-left: 20px !important;
    list-style: inherit !important;
    /* font-size: 20px; */
}
.showcon hr {
    border-bottom: 1px solid #e2e2e3;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}
.showcon audio {
    max-width: 100% !important;
}
.showcon video {
    max-width: 100% !important;
    background: #000000;
}
.showcon iframe {
    max-width: 100% !important;
    border: none !important;
}
.showcon table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
    max-width: 100% !important;
    height:auto !important;
}
.showcon td, .showcon th {
    padding: 5px 10px !important;
    border: 1px solid #dfdfdf !important;
    word-break: break-all !important;
}
.showcon th {
    width: 100px;
    text-align: right;
	background: #f9f9f9;
}
@media(max-width:991px){
.showcon video {
    height:auto !important;
    min-height:210px;
}
.showcon iframe {
    height:auto !important;
    min-height:210px;
}
}

@media (max-width:991px) {
.section-show {
    bottom: 0;
    height: auto;
    padding: 30px 0;
    overflow-y: auto;
}
.content {
    width: 90%;
	transform: translateX(-50%) translateY(-55%);
}
.content-show {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0%) translateY(0%);
	margin: 0 auto;
}
.cx-title {
    font-size: 18px;
}
.cx-form {
	padding: 30px 20px 50px 20px;
}
.cx-form input {
    
}
.showcon {
    margin-top:20px;
}
.showcon .hdxx {
    font-size:16px;
}
.showcon1 {
    margin-top:10px;
	padding: 20px 20px 40px 20px;
}
.showcon1 .yz {
    bottom: 120px;
    right: 30px;
}
.showcon-error {
    margin-top:10px;
	padding: 30px 20px 50px 20px;
}
.pc {
    display: none;
}
.mobile {
    display: block;
}
}
