﻿﻿@charset "utf-8";
body{font-family:'Microsoft Yahei','宋体',Tahoma,Arial;font-size:12px;color:#333;margin:0;padding:0; }
div,form,img,ul,ol,li,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,iframe{margin:0;padding:0;}
li{list-style:none;}
img{border:none;}
input,textarea,select{outline:none;font-family:'Microsoft Yahei','宋体',Tahoma,Arial;}
a{outline:none;text-decoration:none;}
.none{display: none;}

html,body{
	height: 100%;
}
body{
	/*position: relative;
	min-height: 600px;*/
	/*background-color: #f6fbff;20200820*/
	/*background-color: #f6fbff;*/
}
.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
        content: "";
        display: block;
        height: 0;
        clear:both;
        visibility: hidden;
    }
    .clearfix{
        *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
    }
/*header*/
.header{
	position: relative;
    height: 100px;
    padding-top:1px;
}
.header .header-title{
   height: 80px;
   padding: 20px 50px 0px 50px;
   font-size: 28px;
   /*color: #677484;20200820*/
   color: #fff;
   letter-spacing: 2px;
   background-color: #ce1010;
}
.header .header-title p{
	font-size:20px;
	font-weight:500;
}
.header .right-links{
	position: absolute;
	top: 0;
	right: 16px;
}
.right-links .links-list{
	padding-top: 30px;
	font-size: 0;
}
.right-links .links-list li{
	display: inline-block;
	vertical-align: top;
	margin: 0 16px;
	cursor: pointer;
}
.right-links .links-list .icon{
	display: block;
	margin: 0 auto 2px auto;
}
.right-links .links-list .text{
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	/*color: #1078ce;20200820*/
	color: #fff;
}
.login{
	padding:50px 0;
   	width: 100%;
    background:url(../images/1.6.0/login-bg.jpg) no-repeat center top;
    background-size:100% 100%;
}
.login .center{
	position: relative;
    width:1200px;
    height: 410px;
	background-color: #fff;
	margin:0 auto;
}
.tabs-nav{
	height: 40px;
	margin: 0 16px;
	border-bottom: 1px solid #e3e3e3;
}
.tabs-list{
	margin-left: -30px;
	font-size: 0;
}
.tabs-list li{
	display: inline-block;
	vertical-align: top;
	height: 38px;
	padding: 0 5px;
	margin-left: 30px;
	line-height: 38px;
	font-size: 16px;
	color: #686868;
	cursor: pointer;
}
.tabs-list li.active, .tabs-list li:hover{

	/*color: #1078ce;
	border-bottom: 3px solid #1078ce;20200820*/
	color: #ce1010;
	border-bottom: 3px solid #ce1010;

}
.tabs-nav .dropdown-wrap{
	position: absolute;
	top: 6px;
	right: 6px;
	padding: 0 8px;
	background-color: #fff;
}
.dropdown-wrap.active{
	border: 1px solid #ddd;
	box-shadow: 3px 3px 5px #ddd;
}
.dropdown-wrap .name{
	height: 34px;
	padding: 0 20px 0 10px;
	line-height: 34px;
	font-size: 14px;
	/*color: #1078ce;20200820*/
	color: #ce1010;
	background: url(../images/1.6.0/arrow-down.png) no-repeat right center;
	cursor: pointer;
}
.dropdown-wrap .dropdown-list{
	display: none;
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #ddd;
}
.dropdown-wrap .dropdown-list li{
	padding-left: 10px;
	line-height: 24px;
	font-size: 14px;
	color: #1078ce;
	cursor: pointer;
}
.dropdown-wrap .dropdown-list li.active, .dropdown-wrap .dropdown-list li:hover{
	color: #fc8a1a;
}
.dropdown-wrap.active .name{
	background-image: url(../images/1.6.0/arrow-up.png);
}
.dropdown-wrap.active .dropdown-list{
	display: block;
}
.tabs-con-wrap{
	padding: 15px 16px;
}
.tab-con{
	display: none;
	height: 340px;
}
.tab-con:after{
	content: '';
	display: table;
	clear: both;
	height: 0;
}
.tab-con .tab-left{
	float: left;
	width: 55%;
	height: 100%;
}
.tab-con .tab-right{
	box-sizing: border-box;
	float: right;
	width: 45%;
	height: 100%;
	border-left: 1px solid #e3e3e3;
}
.rich-scan-container{
	padding-top: 20px;
	text-align: center;
}
.rich-scan-container .title2{
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #fc8a1a;
	letter-spacing: 1px;
}
.rich-scan-container .scan-wrap{
	box-sizing: border-box;
	width: 195px;
	height: 195px;
	padding: 10px;
	margin: 8px auto;
	border: 1px solid #ddd;
}
.rich-scan-container .scan-wrap .code{
	display: block;
	width: 100%;
	height: 100%;
}
.rich-scan-container .scan-text{
	margin-top: 20px;
}
.rich-scan-container .scan-text .icon{
	margin-right: 10px;
	vertical-align: 0;
}
.rich-scan-container .scan-text .text{
	display: inline-block;
	text-align: left;
	line-height: 18px;
	font-size: 12px;
	color: #8f8f8f;
}
.rich-scan-container .scan-text .info{
	font-weight: 600;
	color: #fc8a1a;
	margin: 0 4px;
}
.img-example-wrap1{
	margin: 0 20px 0 30px;
	padding-top: 1px;
	border-bottom: 1px solid #ddd;
}
.img-example-wrap1 .img{
	display: block;
	margin: 38px auto 0 auto;
}
.loginForm{
    width:320px;
	margin: 0 auto;
}
.loginForm .input-wrap{
	box-sizing: border-box;
	position: relative;
	height: 40px;
    margin-top:15px;
}
.loginForm .input-wrap input, .loginForm .input-wrap select{
	box-sizing: border-box;
	vertical-align: top;
    width:100%;
    height:40px;
    padding: 0 10px 0 50px;
    line-height: 40px;
    text-align: left;
    font-size: 14px;
    color: #333;
    border:1px solid #ddd;
}
.loginForm .input-wrap .check{
    float: left;
    width:68%;
}
.loginForm .check-img{
	box-sizing: border-box;
    float: right;
    width:92px;
    height: 40px;
    border:1px solid #ddd;
    vertical-align: -12px;
    cursor: pointer;
}
.loginForm .input-wrap .check2{
    float: left;
    width:56%;
    margin-left: 40px;
    padding-left: 10px;
}
.loginForm .input-wrap .btn2{
	float: right;
}
.loginForm .input-wrap:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	z-index: 2;
	background: #ddd no-repeat center center;
}
.loginForm .input-none:before{
	height: 0;
}
.loginForm .input-licence:before{
	background-image: url(../images/1.6.0/icon-licence.png);
}
.loginForm .input-pwd:before{
	background-image: url(../images/1.6.0/icon-pwd.png);
}/
.loginForm .input-verify:before{
	background-image: url(../images/1.6.0/icon-verify.png);
}
.loginForm .input-card:before{
	background-image: url(../images/1.6.0/icon-card.png);
}
.loginForm .input-tel:before{
	background-image: url(../images/1.6.0/icon-tel.png);
}
.loginForm .input-user:before{
	background-image: url(../images/icon-user.png);
}
.loginForm .btn{
    display: inline-block;
    width: 100%;
    height: 44px;
    margin-top:30px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    /*background-color: #1078ce;20200820*/
    background-color: #ce1010;
    border:0;
    border-radius: 5px;
    cursor:pointer;
}
.loginForm .btn2{
    width: 92px;
    height: 40px;
    margin-top:0;
    line-height: 40px;
    font-size: 14px;
}
.loginForm .btn:hover{
    background-color: #c10526;
}
.loginForm .text{
	margin-top: 5px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #8f8f8f;
}
.loginForm .info{
	color: #ce1010;
}

.yzmbtn{
	width:92px !important;
	padding: 0 10px !important;
	color:white !important;
}

.v-infos-container2{
	padding: 0 30px 0 40px;
	margin-top: 40px;
}
.imgs-choose-container .target-img{
	margin: 15px 0;
	height: 50px;
	padding-left: 8px;
}
.imgs-choose-container .target-img img{
	display: block;
	height: 50px;
}
.imgs-choose-container .choose-img-list{
	padding: 5px 0 5px 8px;
	font-size: 0;
	border-bottom: 1px solid #eee;
  	filter:blur(2px);
}
.imgs-choose-container .choose-img-list:first-child{
	border-top: 1px solid #eee;
}
.imgs-choose-container .choose-img-list:nth-of-type(odd){
	background-color: #fafafa;
}
.imgs-choose-container .choose-img-list li{
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	height: 30px;
	margin: 5px 0;
}
.imgs-choose-container .choose-img-list li img{
	display: block;
	height: 30px;
	max-width: 98%;
	cursor: pointer;
}

.persons-licence-container{
	padding: 0 30px 0 45px;
	margin-top: 10px;
}
.persons-licence-container .desc{
	font-size: 14px;
	color: #686868;
}
.persons-licence-container .img{
	display: block;
	margin: 16px auto;
}
.persons-licence-container .link{
	display: block;
	height: 32px;
	margin-top: 10px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #ce1010;
	cursor: pointer;
}
.persons-licence-container .link .icon{
	vertical-align: -10px;
	margin-right: 4px;
}
.v-infos-container{
	display: table-cell;
    vertical-align: middle;
	height: 300px;
	padding: 0 50px 0 60px;
}
.v-infos-container .info-title{
	display: inline-block;
	vertical-align: top;
	height: 25px;
	padding: 0 12px 0 34px;
	margin-bottom: 15px;
	line-height: 25px;
	font-size: 14px;
	font-weight: normal;
	/*color: #1078ce;border: 1px solid #1078ce;20200820*/
	color: #ce1010;
	border: 1px solid #ce1010;
	border-radius: 13px;
	background: url(../images/1.6.0/icon-info.png) no-repeat 10px center;
}
.v-infos-container .detail{
	text-align: justify;
	line-height: 20px;
	font-size: 14px;
	color: #686868;
}
.v-infos-container .detail .info{
	color: #ce1010;
}
.img-example-wrap2{
	margin: 0 20px 0 28px;
	border-bottom: 1px solid #ddd;
}
.img-example-wrap2 .img{
	display: block;
	height: 200px;
	margin: 5px auto 0 auto;
}
.codes-wrap{
	margin-top: 15px;
}
.codes-list{
	text-align: center;
	font-size: 0;
}
.codes-list li{
	display: inline-block;
	vertical-align: top;
	margin: 0 28px;
}
.codes-list .scan-wrap{
	box-sizing: border-box;
	width: 94px;
	height: 94px;
	padding: 6px;
	border: 1px solid #ddd;
}
.codes-list .scan-wrap .scan{
	display: block;
	width: 100%;
	height: 100%;
}
.codes-list .text{
	margin-top: 4px;
	text-align: center;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	color: #1078ce;
}
.codes-list .text .icon{
	height: 22px;
	vertical-align: top;
	margin-right: 5px;
}


.footer{
	width: 100%;
	background:#ce1010;
	text-align:center;
}
.footer .footer-bg-img img{
	width:50px;
	height:66px;
}

.footer .footer-bg-img #_span_jiucuo img{
	width:121px;
	height:66px;
	padding-left: 20px;
}

.footer .footer-bg-img{
	width:225px;
	text-align:right;
	margin-top:80px;
	padding-right:20px;
}
.footer .footer-bg{
	width:955px;
	margin:30px auto;
	padding:5px 0;
	display:inline-block
}
.footer .footer-bg-font{
	background:#a21a2a;
	padding:30px;
}
.footer .text{
	text-align: center;
	margin-bottom:10px;
	font-size: 14px;
	color: #ffffff;
}
.footer .right-info{
float:left;
background:#a21a2a;
width:225px;
padding:52.5px 0;
text-align:center;
vertical-align: top;
margin-left:8px;
}
.footer .right-info .scan{
	display: block;
	margin: 0 auto 4px auto;
}
.footer .right-info .name{
	text-align: center;
	line-height: 16px;
	font-size: 12px;
	color: #ffffff;
}

.loadingWrap1{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-repeat: no-repeat;
	background-color: rgba(234,229,229,0.8);
}

#loadtext{
	margin: 0 0;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top:50%;
	width: 100%;
	font-size: 20px;
}
