@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:#787f85;
   font-size:16px;
}
:-moz-placeholder {
   color:#787f85;
   font-size:16px;
}
::-moz-placeholder {
   color:#787f85;
   font-size:16px;
}
input:-ms-input-placeholder {
   color:#787f85;
   font-size:16px;
}
input::-ms-input-placeholder {
   color:#787f85;
   font-size:16px;
}
input[type="text"] {
    background: #ffffff;
	border:1px solid #cdcdcd;
    outline: none;
    width: 100%;
    font-size: 16px;
    color: #323233;
    line-height: 55px;
	height: 55px;
    padding: 0 20px;
    -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: linear-gradient(180deg, #3196f1 0%, #fff 100%);
    z-index: 9;
}
.content {
	position: absolute;
    width: 360px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-65%);
    background: linear-gradient(180deg, #e2f1fd 0%, #ffffff 35%);
	padding:50px 30px 60px 30px;
	z-index: 999;
}
.cx-title {
    font-size:24px;
	color: #3196f1;
	text-align: center;
    font-weight: bolder;
}
.cx-con {
	text-align: center;
    margin-top: 15px;
}
.cx-con p {
	font-size: 16px;
    line-height: 32px;
	border-bottom: 1px solid #ededed;
}
.content-show .cx-title {
	margin-bottom: 30px;
}
.cx-form {
    position: relative;
	margin-top:30px;
}
.cx-form input {
	
}
.cx-form button {
    margin-top:30px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    background: #3196f1;
    color: #ffffff;
    letter-spacing: 1px;
    outline: none;
    z-index: 55;
}
.cx-more a {
    display:block;
	margin-top:30px;
    width: 100%;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
    background: #3196f1;
    color: #fff;
	letter-spacing: 1px;
}
.foot {
    position: absolute;
	left: 0;
	bottom: 35px;
	width:100%;
	text-align: center;
	color: #ffffff;
}
.foot a {
    color: #ffffff;
	margin:0px 3px;
}

.showcon {
    margin-top:40px;
}
.showcon1 {
    margin-top:20px;
}
.showcon span {
    color: #3196f1;
	font-size:16px;
    font-weight: bolder;
}
.showcon1 span {
    color: #2772a9;
    font-weight: bolder;
}
.showcon1 a {
    color: #039509;
}
.showcon1 a:hover {
    color: #ff0000;
}
.showcon1 em {
    color: #ff0000;
    margin: 0 5px;
    font-weight: bolder;
    font-style: normal;
}
.tips {
    color: #ff0000;
    font-size: 16px;
    margin-top: 30px;
}
.showcon .hdxx {
    font-size:18px;
	color:#000000;
	line-height: 1.5;
    margin-bottom: 20px;
	text-align: center;
}
.showcon * {
    word-break: break-all;
}
.showcon img {
    max-width: 100% !important;
    height:auto !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 #666666 !important;
    word-break: break-all !important;
}
.showcon tr td:first-child{
    min-width:100px;
}
@media(max-width:991px){
.showcon video {
    height:auto !important;
    min-height:210px;
}
.showcon iframe {
    height:auto !important;
    min-height:210px;
}
}

@media (max-width:1359px) {
input[type="text"] {
    padding: 0 10px;
	line-height: 45px;
    height: 45px;
}
.section-show {
    bottom: 0;
    height: auto;
    padding: 30px 0;
    overflow-y: auto;
}
.content {
    width: 90%;
	padding:30px 20px 45px 20px;
	transform: translateX(-50%) translateY(-70%);
}
.content-show {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0%) translateY(0%);
	margin: 0 auto;
}
.cx-title {
    font-size:20px;
}
.cx-con p {
    font-size: 14px;
}
.content-show .cx-title {
    margin-bottom: 20px;
}
.cx-form {
	margin-top:20px;
}
.cx-form input {
    margin-bottom: 15px;
}
.cx-form button {
    font-size: 18px;
    margin-top: 10px;
    line-height: 40px;
}
.showcon {
    margin-top: 20px;
}
.showcon .hdxx {
    font-size: 16px;
}
.tips {
    font-size: 15px;
    margin-top: 15px;
}
.cx-more a {
    margin-top: 25px;
	line-height: 40px;
    font-size: 18px;
}
}