<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* css reset www.admin10000.com */
*{margin:0;padding:0}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { background:#fafafa; color:#222231; font-size:14px; font-family:"微软雅黑";background:#fafafa; }
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#222231; text-decoration:none; }
img { border:none; }
ol,ul,li { list-style:none; }
button { font-size:14px;font-family:"微软雅黑";cursor:pointer;}
table { border-collapse:collapse; }

/* 登录 */

/* .form-input&gt;input{
    -webkit-box-shadow: 0 0 0 1000px #272c31 inset!important;
} */

.form-input&gt;input:-webkit-autofill {
	-webkit-text-fill-color: #000;
	
}
input.ph-color{
    -webkit-box-shadow: 0 0 0 1000px white inset!important;
    box-shadow: 0 0 0 1000px white inset!important;
}

.tank{
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	z-index:20;
	display:none;
}

.bgPng{
	position:fixed;
	width:100%;
	height:100%;
	background:#f5f5f5;
	background-image:url(../../images/largebg.png);
	background-repeat:no-repeat;
	background-position: center;
	min-width:1200px;
	overflow-y: scroll;
	background-size:cover
}
.text-stress{
	color:#f62043;
}
.text-hover:hover{
	color:#f62043;
	border-color:#f62043;
}
header{
    position:relative;
    z-index:10;
    width:100%;
    min-width: 1200px;
    background-color:#fff;
}

.centerheader{
	width:1230px;
	height:100%;
	min-width:1230px;
	margin:auto;
	position:relative;
}

.centerheader&gt;span{
	height:40px;
	line-height:40px;
	color:#fff;
	float:left;
	font-size:30px;
	padding-left:20px;
	margin-top:20px;
	border-left:1px solid #fff;
}

.centerheader&gt;a,.headLogo{
	float:left;
	height:100%;
	margin-right:20px;
} 
.goBack{
	position:absolute;
	left:60px;
	top:40px;
	height:40px!important;
	width:40px!important;
	background-position: -178px 0 !important;
}
.goHome{
	position:absolute;
	left:118px;
	top:40px;
	height:40px;
	line-height:40px;
	font-size:18px;
	color:#fff;
}
.logo{
	display:block;
	width:302px;
	height:82px;
	margin:0 auto 40px;
}
.headLogo&gt;a{
	float:left;
	margin-top:17px;
}

.headLogo1{
	width:68px;
	height:36px;
	border-right:1px solid #fff;
	
}

.headLogo1&gt;img{
	width:58px;
	height:28px;
	margin-top:4px;
	padding-right:10px;
}

.headLogo2{
	width:90px;
	height:36px;
}


.headLogo2&gt;img{
	width:80px;
	height:36px;
	padding-left:10px;
}

.centerheader&gt;a&gt;img{
    width:176px;
    height:42px;
    margin-top:19px;
}

section{
    width:560px;
    text-align:center;
    position:absolute;
    top:50%;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    margin-top:-256px;
}

.tel{
    padding:0 20px;
    width:460px;
	margin-bottom:20px;
	border-radius:4px;
	background:#858597;
	height:40px;
	line-height:40px;
	outline:none;
	border:none;
	overflow:hidden;
	color:#fff;
}

input::-webkit-input-placeholder { /* WebKit browsers */ 
	color: #999; 
} 
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
	color: #999; 
} 
input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
	color: #999; 
} 
input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
	color: #999; 
} 


.password{
    padding:0 20px;
    width:460px;
    border-radius:4px;
    background:#858597;
    height:40px;
	line-height:40px;
	outline:none;
	border:none;
	overflow:hidden;
	color:#fff;
}
.yz{
    text-align:left;
    color:#ca0b3d;
    height:30px;
    line-height:30px;
    font-size: 14px;
}
.login-yz{
	position: absolute;
	left:92px;
	top:78px;
}

#dl_form,#reg_form{
    width:100%;
    background:#fff;
    position:relative;
    padding:35px 0;
}
#dl_sucess{
    color:#79D6E7;
    height:185px;
    line-height:250px;
    letter-spacing:10px;
    font-weight:600;
    font-size:18px;
}

.btn {
    width: 180px;
    margin-top: 25px;
    line-height: 40px;
    height: 46px;
    background-color: #184090;
    color: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 5px;
    border-radius: 4px;
   /*  margin-left: 190px; */
}

.btn:hover{
	background-color:#295fcc;
}
.zc_yz{
	width:180px;
	margin:0 auto;
}
.btn-prev{
	display:inline-block;
	border: 1px #478cDd solid !important;
	width:178px;
	height:38px;
	line-height:40px;
	background:none;
	color:#478cDd;
	text-align:center;
	margin-right:20px;
	display:none;
	
}
.btn-prev:hover{
	background:#fff;
}
.loginBtn{
    width:100%;
    line-height:46px;
    height:46px;
    background-color:#21a1d6;
    color:#fff;
    border:none;
    outline:none;
    font-size:16px;
	cursor:pointer;
	margin-bottom:5px;
	border-radius:4px;
}

.loginBtn:hover{
	background-color:#27b2eb;
}

.youlian{
	position: absolute;
	bottom: 10px;
	left:0;
	right:0;
	margin:auto;
	text-align:center;
}

.tank{
    position:fixed;
    z-index:10000;
    left:0;
    top:0;
    width:100%;
    height:100%;
}

.tank_men{
	width:100%;
    height:100%;
	background-color:rgba(0,0,0,.5);
}

.tank_zc{
    width:470px;
    height:240px;
    background-color:#fff;
    border-radius:8px;
    padding:10px;
    position:absolute;
    top:50%;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    margin-top:-170px;
    padding:60px 60px 40px;
}

.tank_zc&gt;input{
    width:470px;
    height:62px;
    background-color:#599cc3;
    color:#fff;
    cursor: pointer;
    outline:none;
    border:none;
    border-radius:4px;
    margin-bottom:20px;
    font-size:16px;
}

.tank_zc&gt;input:hover{
	background-color:#95c9e6;
}

input[type=button]{
    cursor: pointer;
}

.cancle{
	display:block;
	color:#fff;
	font-weight:normal;
	width:40px;
	height:40px;
	line-height:36px;
	font-size:26px;
	border-radius:40px;
	background:#28283f;
	position:absolute;
	right:-20px;
	top:-20px;
	text-align:center;
	cursor:pointer;
}

/* 登录新页面 */
.login-wrap{
	
	margin-top: -320px;
	 
} 
.reg-wrap{
	
	margin-top: -290px;
	
}
.login-wrap&gt;p{
	width:338px;
	height:34px;
	border:1px solid #a3d0ff;
}
.reg-wrap&gt;p{
	width:338px;
	height:34px;
	border:1px solid #a3d0ff;
}
.pd-form .form-head{
	font-size: 24px;
	color:#333;
	text-align: center;
	margin-bottom: 36px;
}
.pd-form .form-head2{
	font-size: 28px;
	font-weight:bold;
}
.pd-form .form-input{
	width:378px;
	height:38px;
	margin:0 auto 10px;
	text-align: left;
	border:1px solid #e6e6e6;
	position:relative;
}
.pd-form .form-input:hover{
	border-color:#262626;
}
.pd-form .form-login-btn{
	width:378px;
	height:38px;
	background: #091c33;
	margin:0 auto 20px;
	text-align: left;
	border:1px solid #a3d0ff;
	padding: 0px !important;
}
.pd-form .form-login-btn:hover{
	background: #404040;
}
.pd-form .form-login-btn input{
	float:right;
	width:279px;
	height:100%;
	outline:none;
	border:none;
	background: transparent;
	color:#fff;
	padding: 0 10px;
	font-size: 18px;
	cursor:pointer;
}
.pd-form .form-login-btn input.disabled{
	background: #404040;
}
.pd-form .focus-color{
	border:1px solid #63a3ef!important;
}
.pd-form .error-color{
	border:1px solid #ca0b3d!important;
}
.pd-form .form-input2{
	margin-bottom: 20px;
}
.pd-form .form-input input{
	float:right;
	width:330px;
	height:100%;
	outline:none;
	border:none;
	color:#262626 !important;
	padding: 0 5px;
	
}

.form-object{
	width:378px;
	height:42px;
	margin:0 auto 10px;
	text-align: left;
	border:1px solid #e6e6e6;
	position:relative;
}
.error{
	position:absolute;
	left: 385px;
    right: -200px;
	top:8px;
}
.InfoImg{
	width:6px;
	height:24px;
	float:left;
	background:url('../../images/triangle.png') center no-repeat; 
}
.reg-yz{
	float:left;
	font-size:12px;
	color:#fff;
	padding:4px;
	background:#ca0b3d;
	border-radius: 2px;

}
.form-object select{
	float:left;
	width:100%;
	height:100%;
	border:none;
	outline: none;
	padding:0 10px;
	color: #333;
}
.form-object select:first-child{
	border-right:1px solid #e6e6e6;
}

.icon-login{
	display: inline-block;
	width:38px;
	height:38px;
	background: url(../../images/login_register.png) no-repeat;
}
.icon-gongsi{
	background-position: 11px 10px;
}
.icon-fullName{
	background-position: -55px -26px;
}
.pd-form .form-input .icon-phone{
	background-position: 10px -25px;
}
.pd-form .form-input .icon-password{
	background-position: 10px -61px;
}
.pd-form .form-btn{
	border:1px solid #ff4645;
	background: #ff4645;
	border-radius:5px;
	margin-bottom: 20px;
}
.pd-form .form-btn input{
	width:100%;
	text-align: center;
	font-size: 14px;
}
.pd-form .form-btn:hover{
	background: #ff5352;
}
.pd-form .form-btn2{
	background: #000;
	border-radius:4px;
	margin-top: 30px;
	height:50px;
	line-height: 50px;
	border:none;
	
}
.form-foot{
	overflow: hidden;
	line-height: 24px;
	width:380px;
	margin: auto;
}
.form-foot .link-right{
	float:right;
	font-size: 18px;
	
}
.btn-text:HOVER {
    color:#295fcc!important;
}
.form-foot .link-right1{
	color:#666;
}
.form-foot .link-right1:hover{
	color:#ff4645;
}
.form-foot .link-right2{
	color:#21a1d6;
}
.form-foot .link-right2:hover{
	color:#21a1d6;
}
.form-foot .link-right3{
	color:#666;
}
.form-foot .link-right3:hover{
	color:#21a1d6!important;
}
.form-foot .link-left{
	float: left;
}
.form-foot .link-tips{
	float: left;
	font-size: 12px;
	color:#19293c;
}
.form-foot .link-left1{
	font-size: 12px;
	color:#19293c;
}
.form-foot .link-left1:hover{
	color:#21a1d6!important;
}
.form-foot .link-right3:hover{
	color:#21a1d6!important;
}

.pd-form .form-remmber{
	background: transparent;
	border:none!important;
}
.pd-form .form-remmber&gt;a:hover{
	color:#ff4645;
}
.pd-form .form-remmber input{
	float:left;
	width:10px;
	opacity:0;
	filter:alpha(opacity=0);
}
.pd-form .form-remmber i{
	width:20px!important;
	height:20px!important;
}
.icon-checkbox{
	background-position: -60px 3px!important;
}
.icon-ischeckbox{
	background-position: -60px -21px!important;
}
.remmber-wrap{
	width:380px;
	margin: auto;
	overflow: hidden;
	height:54px;
	line-height: 54px;
}
.forget-password{
	float: right;
    margin-right: 12px;
    padding-right: 8px;
    border-right: 1px solid #ccc;
    height: 16px;
    line-height: 16px;
    margin-top: 5px;
}
.forget-password:hover{
	color:#295fcc!important;
}
/*登陆弹窗*/
.login-popu{
	width:400px;
	height:250px;
	position:fixed;
	left:50%;
	margin-left:-200px;
	top:50%;
	margin-top:-125px;
	background:#fff;
	color:#333;
	display:none;
	z-index:1000;
	
}
.login-popu .title{
	height:50px;
	line-height:50px;
	background:#f7f9fc;
	text-indent:20px;
	color:#333;
	font-weight:bold;
}
.login-popu .close{
	position:absolute;
	right:20px;
	top:15px;
	cursor:pointer;
}
.login-popu .notice{
	font-size:16px;
	font-weight:bold;
	margin:64px 0 10px 20px;
}
.login-popu .reason{
	margin-left:20px;
}
.login-popu .btns{
	position:absolute;
	right:20px;
	bottom:20px;
}
.login-popu .reg-btn{
	float:left;
	padding:5px 10px;
	border:1px solid #478cdd;
	border-radius:2px;
	color:#478cdd;
	cursor:pointer;
}
.login-popu .modify{
	background:#478cdd;
	color:#fff;
	margin-right:10px;
}
/* 注册 */
.form-code{
	width:378px;
	height:40px;
	margin: auto;
	position:relative;
}
.input-code{
	float:left;
	width:238px;
	height:38px;
	border:1px solid #e6e6e6;
	text-align: left;
}
.input-code input{
	background: transparent;
	height:100%;
	width:190px;
	float: right;
	border:none;
	outline: none;
	padding:0 5px;
}
.input-code:hover{
	border-color:#000;
}
.input-code i{
	display:inline-block;
	width:38px;
	height:38px;
}
.get-code{
	float: right;
	width:120px;
	height:40px;
	font-size: 14px;
	color:#fff;
	background: #404040;
	border:none;
	outline: none;
	border-radius:2px;
}

.get-code:HOVER{
	background: #272c31;
}

.get-code2{
	background: #1f252b;
}
.get-code2:HOVER{
	background: #1f252b !important;
}
.icon-code{
	background-position: 11px -94px;
}


/* 验证 */
.Validform_checktip {
	color: #fff;
	margin-left:10px;
	border-radius:2px;
	line-height: 20px;
	height: 20px;
	font-size: 12px;
	position:relative;
	overflow:visible;
}
.Validform_right{
	padding: 4px;
	white-space: nowrap;
	background: #478cDd ;
}
.Validform_right:before{
	content:'';
	position:absolute;
	width:6px;
	height:12px;
	left:-6px;
	top:9px;
	background:url(../../images/b-triangle.png) center no-repeat;
}

.Validform_wrong {
	
	padding: 4px;
	white-space: nowrap;
	background: #ca0b3d;
	
}
.Validform_wrong:before{
	content:'';
	position:absolute;
	width:6px;
	height:12px;
	left:-6px;
	top:9px;
	background:url(../../images/triangle.png) center no-repeat;
	
}
.Validform_loading {
	padding-left: 20px;
	background: url(../../images/onLoad.gif) no-repeat left center;
}

.Validform_error {
	background-color: #FFE2E5;
}
#Validform_msg {
	color: #7d8289;
	font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
	font-family:'Microsoft YaHei';
	width: 240px;
	height:130px;
	-webkit-box-shadow: 2px 2px 3px #aaa;
	-moz-box-shadow: 2px 2px 3px #aaa;
	background:rgba(31,37,43,0.9);
	position: fixed!important;
	top: 0!important;
	right: 0!important;
	bottom:0!important;
	left:0!important;
	margin:auto!important;
	z-index: 99999;
	display: none;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135,
		Color='#999999');
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#Validform_msg .iframe {
	position: absolute;
	left: 0px;
	top: -1px;
	z-index: -1;
}

#Validform_msg .Validform_title {
	font-size: 12px;
	line-height: 24px;
	height: 24px;
	text-align: left;
	padding: 0 8px;
	color: #fff;
	position: relative;
	background:rgba(31,37,43,0.9);
	display:none;
}

#Validform_msg a.Validform_close:link, #Validform_msg a.Validform_close:visited{
	width: 24px;
	height: 24px;
	color: #999;
	line-height: 20px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
	text-decoration: none;
}

#Validform_msg a.Validform_close:hover {
	color: #ccc;
}

#Validform_msg .Validform_info {
	height:auto;
	border: none;
	border-top: none;
	text-align: left;
	color:#fff;
	font-size: 14px;
	margin-top:40px;
	text-align:center;
}
/*清除浮动 两种方式根据具体需求自选*/
.clearfix:after { content:"";height:0;line-height:0;display:block;clear:both;} 
.clearfix {  zoom:1;  } 

/* 签约合同 */
.contract{
	width:1200px;
	margin:0 auto 40px;
	background:rgba(255,255,255,.6);
	padding:20px 0 1px;
	-webkit-box-shadow: 0 0 30px 1px rgba(70,143,219,0.3);
    -moz-box-shadow: 0 0 30px 1px rgba(70,143,219,0.3);
    box-shadow: 0 0 30px 1px rgba(70,143,219,0.3);
	
}
.contract .title{
	text-align:center;
	font-size:24px;
	
}
.contract .contract-con{
	width:1100px;
	margin:20px auto 15px;
	background:#fff;
	border:1px solid #000;
	overflow:hidden;
}
/*在线支付*/
.payment{
	width:520px;
	height:250px;
	padding:30px 40px;
	-webkit-box-shadow: 0 0 30px 1px rgba(70,143,219,0.3);
    -moz-box-shadow: 0 0 30px 1px rgba(70,143,219,0.3);
    box-shadow: 0 0 30px 1px rgba(70,143,219,0.3);
	background: rgba(255,255,255,.6);
	position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    margin-top:-220px;
}
.payment .title{
	text-align:center;
	font-size:24px;
	margin-bottom:36px;
}
.payment .pay-item{
	height:24px;
	line-height:24px;
	margin-bottom:20px;
}
.payment .pay-item .left{
	float:left;
	font-size:14px;
	color:#666;
	margin-right:20px;
}
.payment .pay-item .right{
	float:left;
	font-size:14px;
	color:#333;
	font-weight:bold;
}
.payment .pay-item.amount .left{		
	line-height:26px;	
}
.payment .pay-item.amount .num{	
	font-size:18px;	
}
.payment .pay-btn{
	width:180px;
	height:46px;
	line-height:46px;
	display:block;
	margin:30px auto 0;
	text-align:center;
	background:#184090;
	color:#fff;
	border-radius:2px;
	font-size:16px;
	cursor:pointer;
}
.payment .pay-btn:hover{
	background:#295fcc 
}
.pay-popu{
	width:400px;
	padding:75px 0 40px  0;
	text-align:center;
	position:fixed;
	left:50%;
	margin-left:-200px;
	top:50%;
	margin-top:-110px;
	background:#fff;
	color:#333;
	z-index:1000;
	display:none;
}
.pay-popu .title{
	font-size:18px;
	margin-bottom:20px;
}
.pay-popu .con{
	width:306px;
	margin:0 auto;
	line-height:20px;
}
.popu-btn{
	display:block;
	width:120px;
	height:30px;
	line-height:30px;
	background:#478cdd;
	margin:36px auto 0;
	border-radius:2px;
	color:#fff;
	cursor:pointer;
	
}
#masking{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.6);
	left:0;
	top:0;
	z-index:999;
}
/* 验证 */

.contain{
	width:600px;
	min-width:600px;
	margin:auto;
}
.bg{
	background: #f2f2f2;
}
#zhuce{
	background: #fff;
	padding-bottom:40px;
    -webkit-box-shadow: 0 0 30px 1px rgba(70,143,219,0.3);
    -moz-box-shadow: 0 0 30px 1px rgba(70,143,219,0.3);
    box-shadow: 0 0 30px 1px rgba(70,143,219,0.3);
 
}

#zhuce_sec{
	width:460px;
	margin:auto;
}
.step{
	width:480px;
	margin:40px auto 20px;
}
.step .step-item{
	float:left;
	width:239px;
	position:relative;
	text-align:center;
	color:#c4c4c4;
	margin-right:1px;
}
.step .step-item .step-line{
	width:100%;
	height:4px;
	background:#c4c4c4;
	border-radius:4px;
	margin-bottom:16px;
	
}
.step .step-item .num{
	width:20px;
	height:20px;
	background:#c4c4c4;
	border-radius:10px;
	font-size:12px;
	color:#fff;
	line-height:20px;
	top:-8px;
	left:108px;
	position:absolute;
	font-weight:bold;
	
}
.step .step-item.active{
	color:#262626;
}
.step .step-item.active .step-line{
	background:#262626;
}
.step .step-item.active .num{
	background:#262626;
}



/* #company{
	background:#599cc3;
}

#team{
	background:#a9cbde;
} */

.zc_com{
	clear:both;
}

.zc_com&gt;p{
	font-size:24px;
	margin-top:40px;
	margin-bottom:40px;
	clear:both;
	text-align: center;
}

.mianbao{
	height:60px;
	line-height:60px;
	text-align:left;
}

.mian1{
	color:#999;
}

.mian1&gt;a{
	color:#333;
}

.mian1&gt;a:hover{
	color:#9cc9e3;
}

.mian1&gt;span{
	color:#999;
}

.mian2{
	float:right;
	color:#333;
}

.mian2&gt;a{
	color:#fe4b5c;
}

/* .tab{
	width:800px !important;
} */


.ipt{
	margin-bottom:10px;
}
.ipt .tab1{
	background:url(../../images/login_register.png) no-repeat;
}
.ipt .tab1 p{
	width:31px;
	height:38px;
	border:1px solid #e6e6e6;
	border-right:none;
}
.ipt .name .tab1{
	 background-position:-61px 11px;
}
.ipt .company .tab1{
	 background-position:-61px -26px;
}
.ipt .ic-code .tab1{
	 background-position:-94px 11px;
}
.ipt .license .tab1{
	 background-position:-94px -26px;
}
.ipt .id-card .tab1{
	 background-position:-95px -59px;
}
.ipt .province .tab1{
	 background-position:-61px -60px;
}
.ipt .address .tab1{
	 background-position:-61px -98px;
}
.ipt .contact .tab1{
	 background-position:-92px -96px;
}
.ipt .qq .tab1{
	 background-position:-93px -130px;
}
.ipt .invitation .tab1{
	 background-position:-127px 11px;
}
table tr td.tab1{
	width:31px!important;
	height:36px;
	color: #666;
	
	
}

table tr td.tab2{
	width:428px;
	height:36px;
	line-height:36px;
}
table tr td.tab2&gt;input{
	display:block;
	width:428px;
	height:38px;
	border:1px solid #e6e6e6;
	border-left:none;
	line-height:38px;
	outline:none;
	color:#333;
	
}
table tr td.tab2&gt;input{
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

/* table tr td.tab2&gt;input:FOCUS,table tr td.tab2&gt;input:HOVER{
	border:1px solid #63a3ef;
} */

table tr td.tab2&gt;div&gt;label{
	margin-right:10px;
}

table tr td.tab2&gt;select{
	width: 460px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #1f252b;
    background: #fff;
    border-radius: 0px;
    outline: none;
    padding-left: 6px;
}

.sc{
	margin-left:-20px;
	margin-top: 5px;
    height: 150px!important;
}

.sc2{
	height:318px;
}

.sc&gt;ul{
	width:100%;
}

.sc&gt;ul&gt;li{
	margin-left:20px;
	width:220px;
	float:left;
	height:140px;
}
.license a{
	color:#757575;
	display: block;
    width: 428px;
    height: 38px;
    line-height: 36px;
    position:relative;
    overflow:hidden;
    border:1px solid #e6e6e6;
	border-left:none;
}
.license a&gt;input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
   
}
.license a span b{
	color:#333;
	font-weight:normal;
}
a.a-upload&gt;input{
	position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    z-index:10;
	
}

a.a-upload {
    width: 218px;
    height: 138px;
    position: absolute;
    text-align: center;
    color: #757575;
    background:none;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    overflow:hidden;
    background:#fafafa;
}
a.a-upload + div{
	width:220px;
	height:140px;
	position:relative;
}
a.a-upload + div img{
	width:220px;
	height:140px;
}
a.a-upload span{
	display:block;
	line-height:18px;
}
a.a-upload .p-card{
	color:#333;
	font-size:16px;
	margin:42px 0 6px;
}
.a-upload:hover{
	background:none;
	border: 1px solid #262626;
	
}
.masking-up{
	 background:rgba(0,0,0,.5)!important;
	 color:#fff!important;
}
a.a-upload:hover .p-card{
	color:#184090;
}


.sc&gt;ul&gt;li&gt;div&gt;img#loading1{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	margin:auto;
}

table tr td.tabYanzheng input[type="text"]{
	width:324px!important;
	float:left;
}

table tr td.tabYanzheng input[type="button"]{
	width:130px!important;
	float:right;
}

.yanzhengma{
	width:120px;
	height:40px !important;
	float:left;
	border-radius: 2px;
	background:#478cDd!important;
	color:#fff!important;
}

.right-btn-pressed{
	color:#999 !important;
	background:#dfe1e4!important;
	border: 1px #dfe1e4 solid;
}

.tank_kc{
    position:absolute;
    width:400px;
    height:160px;
    background-color:#fff;
    border:1px solid #fff;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    text-align:center;
}
.tank_kc&gt;p{
	margin:10px;
}

.tank_kc&gt;p:first-child{
    font-size:20px;
}

.tank_kc&gt;p:last-child{
    font-size:18px;
}

.tank_kc input{
    width:120px;
    height:30px;
    line-height:30px;
    color:#fff;
    display:inline-block;
    margin:20px;
}

.Delettank{
    position:fixed;
    z-index:10000;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.3);
}
.DeletCon{
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
    background-color:#fff;
    border:1px solid #fff;
    width:340px;
    height:120px;
    padding:20px;
    text-align:center;
}

.DeletTitle{
	font-size:16px;
	color:#333;
	text-align:center;
	margin:10px 0 20px;
}

.DeletMes{
	color:#666;
	text-align:left!important;
	height:70px;
}

.DeletBtn{
	width:120px;
	height:40px;
	color:#fff;
	border-radius:4px;
	display:inline-block;
	margin:20px;
	border:none;
	outline:none;
	background:#21a1d6;
}

.passwordMes{
	height:56px;
	line-height:56px;
}

.remmber{
	float:left;
}

.forget{
	float:right;
	color:#21a1d6;
}

.forget:hover{
	color:#27b2e7;
}

.remmber&gt;input{
	display:none;
}

.remmber&gt;label{
	float:left;
	cursor:pointer;
	color: #333;
}

.remmber&gt;label&gt;b{
	float:left;
	width:16px;
	height:16px;
	background-image:url(../../images/login_register.png);
	background--repeat:no-repeat;
	background-position: -31px -131px;
	margin-top:19px;
	margin-right:8px;
}

b.forPas{
	background-position: -1px -131px!important;
}

.remmber&gt;label&gt;span{
	float:left;
}

.remmber&gt;a{
	float:left;
}

.remmber&gt;a:hover{
	color:#ff3000;
}



.clooseLog&gt;input{
	display:none;
}

.clooseLog&gt;label{
	float:left;
	cursor:pointer;
}

.clooseLog&gt;label&gt;b{
	float:left;
	width:12px;
	height:12px;
	background-image:url(../../images/register-icon.png);
	background--repeat:no-repeat;
	background-position: -22px 0;
	margin-top:19px;
	margin-right:6px;
}

label.clooseThis&gt;b{
	background-position: 0 0!important;
}
.account{
	width:240px;
    height:130px;
    background:rgba(31,37,43,0.9);
    display:inline-block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.tank-tishi-main-cancel{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	color: #999;
	line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.tank-tishi-main-cancel:HOVER {
	color: #fff;
}

.tank-tishi-error{
    position:fixed;
    z-index:100000;
    left:0;
    top:0;
    width:100%;
    height:100%;
    text-align:center;
}

.tank-tishi-error-con{
	margin-top: 54px;
    display: inline-block;
    line-height: 22px;
}

.tank-tishi-error-con-img{
	width: 22px;
    margin-right: 10px;
    float: left;
}

.tank-tishi-error-con-txt{
	color: #fff;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    height: 22px;
}</pre></body></html>