﻿@charset "utf-8";

/* 登录注册开始 */
.main .passportPage{
	background:#fff;
}
.userBox{
	margin:61px 0 0 0;
}
.userBox .formCon{
	overflow:hidden;
}
.userBox .formBox{
	margin-top:-10px;
	overflow:hidden;
}
.userBox .formBox .formItem{
	height:40px;
	margin:10px 10px 0;
	position:relative;
	background-color: #fff;
}
.userBox .formBox .formItem .text{
	width:100%;
	height:40px;
	padding:0 15px;
	box-sizing:border-box;
	border:1px solid #dcdcdc;
	border-radius:3px;
}
.userBox .formBox .formItem .cor_captcha_text{
	padding-right: 120px;
	text-transform: uppercase;
}
.lang_en .userBox .formBox .formItem .cor_captcha_text{
	text-transform: none;
}
.userBox .formBox .formItem .cor_captcha_img{
	width: 100px;
	height: 20px;
	display: block;
	position: absolute;
	right: 11px;
	top: 10px;
}
.userBox .formBox .formItem .verify_code_btn{
	width: 110px;
	line-height: 40px;
	display: block;
	position: absolute;
	right: 10px;
	top: 0px;
	color: #333;
	text-align: center;
	background: none;
}
.userBox .formBox .formItem .country_num{
	position:absolute;
	left:20px;
	top:1px;
	display:block;
	width:30px;
	height:38px;
	line-height:38px;
	overflow:hidden;
	background:#fff;
	color:#000;
}
.userBox .formBox .formItem .mobile_input{
	padding:0 15px 0 45px;
}
.userBox .formBox .formItem .duanxin_codeBtn{
	position:absolute;
	right:20px;
	top:8px;
	display:block;
	width:100px;
	text-align:center;
	height:24px;
	line-height:24px;
	overflow:hidden;
	border-left:1px solid #dcdcdc;
}
.userBox .formBox .formItem .code_input{
	padding:0 115px 0 15px;
}
.userBox .formBox .formItem select{
	width: 100%;
	height: 40px;
	padding:0 40px 0 15px;
	color: #666;
	position: relative;
	z-index: 2;
	background: none;
	box-sizing: border-box;
	-webkit-appearance: none;
	border: 1px solid #dcdcdc;
}
.userBox .formBox .formItem.input_select:after{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	top: 50%;
	right: 25px;
	border-color: #444;
	border-style: solid;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin-top: -6px;
}

.userBox .formBox .formPhoneCode{
	height:40px;
	margin:10px 10px 0;
	position:relative;
	background-color: #fff;
	padding: 0 15px;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	display:-webkit-box;
	display:-moz-box;
}

.userBox .formBox .formPhoneCode p{
	position: relative;
	height: 38px;
	line-height: 38px;
	z-index: 1;
	padding-right: 15px;
	margin-right: 10px;
}

.userBox .formBox .formPhoneCode p:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 6px;
	height: 6px;
	margin-top: -6px;
	border-color: #CCC;
	border-style: solid;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
}


.userBox .formBox .formPhoneCode .text{
	-webkit-box-flex:1;
	-moz-box-flex:1;
	height: 38px;
}


.entry_submit{
	padding: 0 10px 5px;
}
.entry_submit a {
	width: 100%;
	height: 36px;
	line-height: 36px;
	box-sizing: border-box;
	display: block;
	font-size: 16px;
	color: #333;
	text-align: center;
	border-radius: 5px;
	margin-top: 10px;
	border: solid 1px #333;
}
.userBox .formBtn{
	padding:0 10px;
	height:40px;
	margin-top:20px;
	overflow:hidden;
}
.userBox .formRemember{
	height:20px;
	padding:0 10px;
	margin-top:5px;
	overflow:hidden;
}
.userBox .formRemember label{
	float:left;
	color:#3551ce;
}
.userBox .formRemember label .checkbox{
	-webkit-appearance:none;
    width:12px;
    height:12px;
    vertical-align:middle;
    margin:-1px 3px 2px 0px;
	position:relative;
	border:1px solid #3551ce;
	border-radius:2px;
}
.userBox .formRemember label .checkbox:checked{
	background: none;
}
.userBox .formRemember label .checkbox:checked:after{
    content:'';
    position:absolute;
	left:1px;
    top:2px;
    width:6px;
    height:3px;
    border-left:1px solid #3551ce;
    border-bottom:1px solid #3551ce;
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.userBox .formRemember .forgot_password{
	display:block;
	float:right;
	color:#3551ce;
}
.APILogin{
	margin-top: 10px;
	padding: 0 10px 20px;
	text-align:center;
}
.APILogin h2{
	height:24px;
	border-bottom:1px solid #dcdcdc;
	font-weight:normal;
}
.APILogin h2 span{
	display:inline-block;
	height:18px;
	line-height:18px;
	padding:0 5px;
	background-color:#fff;
	color:#999;
	font-size:16px;
	-webkit-transform:translate3d(0,8px,0);
	-ms-transform:translate3d(0,8px,0);
	transform:translate3d(0,8px,0);
}
.APILogin ul{
	font-size:0;
	margin-top:20px;
	text-align:center;
}
.APILogin ul li{
	display:inline-block;
	width:40px;
	text-align:center;
	margin:0 5px;
}
.APILogin ul li a{
	display:inline-block;
	width:40px;
	height:40px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:80%;
}
.APILogin ul li .sina{
	background-image:url(../images/icon_sina.png);
}
.APILogin ul li .qq{
	background-image:url(../images/APILogin_qq.png);
}
.APILogin ul li .alipay{
	background-image:url(../images/APILogin_alipay.png);
}
.APILogin ul li .weixin_mobile{
	background-image:url(../images/APILogin_weixin.png);
}
.userBox .formNotice_reg{
	height:20px;
	line-height:20px;
	text-align:center;
	overflow:hidden;
	margin-top:5px;
	color:#999;
}
.userBox .formNotice_reg a{
	color:#3551ce;
}
/* 登录注册结束 */

/*  安全设置-绑定手机  */
.verify_identity{
	width:100%;
	overflow: hidden;
}
.verify_one{
	width:100%;
	padding:25px 0;
	display:-webkit-box;}
.verify_one dl{
	-webkit-box-flex:1;}
.verify_one dl dd{
	height:30px;
	line-height:30px;
	text-align:center;}
.verify_one dl dt{
	width:100%;
	height:20px;
	position:relative;}
.verify_one dl dt span{
	width:10px;
	height:10px;
	padding:5px;
	margin:0px auto;
	display:block;}
.verify_one dl dt span img{
	width:100%;
	height:100%;}
.verify_one dl.on dd{
	color:#333;}
.verify_one dl.on dt span{
	width:20px;
	height:20px;
	padding:0;}
.verify_one dl dt em.verify_one_right{
	width:85%;
	height:1px;
	display:block;
	background:#d6d7dd;
	top:9px;
	left:50%;
	margin-left:10px;
	position:absolute;}
.verify_one dl dt em.verify_one_left{
	width:100%;
	height:1px;
	display:block;
	background:#d6d7dd;
	top:9px;
	left:50%;
	margin-left:10px;
	position:absolute;}
.verify_obtain{
	width:100%;
	background:#fff;}
.verify_obtain dl dt{
	width:100%;
	height:50px;
	line-height:50px;
	padding-left:30px;
	box-sizing:border-box;
	border-bottom:solid 1px #e3e3e3;}
.verify_obtain dl dd{
	width:100%;
	height:50px;}
.verify_obtain dl dd form{
	display:-webkit-box;}
.verification_code{
	height:30px;
	-webkit-box-flex:1;
	margin:10px 0 0 30px;
	color:#666;
	display:block;}
.verification_button{
	height:30px;
	padding:0 10px;
	color:#fff;
	margin:10px 15px 0 0;
	background:#f43b3a;}
.account_tail{
	width: 100%;
	height: 40px;
	z-index: 998;
	position: fixed;
	left: 0;
	bottom: 0;
	background:#3551ce;
	border-radius: 0;
}
.account_tail a{
	width: 100%;
	height:40px;
	line-height:40px;
	text-align:center;
	display:block;
	font-size:16px;
	color:#fff;}
.set_complete{
	width:100%;
	height:100px;
	line-height:100px;
	background:#fff;
	text-align:center;}
.set_complete span{
	padding: 5px 0 5px 25px;
	background:url(../images/icon_1.png) no-repeat left center;
	background-size:20px auto;}
/*  安全设置-绑定手机 结束  */

/*登錄 開始*/
.denglu{
	background:#fff;
}
.denglu header .headLeft a{
	background:url(../images/header_wrong.png) no-repeat 14px;
	background-size:auto 16px;
}

.denglu_main{
	padding:0 42px;
	background:url(../images/denglu_bg.png) no-repeat bottom;
	background-size:100% auto;
}
.denglu_main .denglu_main_title{
	padding-bottom:35px;
}
.denglu_main .denglu_main_title dl dt{
	font-size:20px;
	font-weight:bold;
	padding-top:40px;
	color:#292929;
}
.denglu_main .denglu_main_title dl dd{
	font-size:10px;
	color:#555555;
	padding-top:10px;
}
.denglu_main .denglu_main_title dl dd u{
	padding-left:3px;
}
.denglu_main .denglu_user{
	padding-bottom:5px;
	border-bottom:1px solid #dfdfdf;
	display:-webkit-box;
	margin-top:20px;
}
.verifyCodeDiv{
	position: relative;
	z-index: 1;
}
.verifyCodeDiv img{
	position: absolute;
	z-index: 2;
	right: 0px;
	top: 0px;
	height: 20px;
	width: auto;
}
.denglu_main .denglu_user .denglu_user_L{
	width:25px;
	height:25px;
}
.denglu_main .denglu_user .denglu_user_L.username{
	background: url("../images/login_icon1.png") no-repeat center;
	background-size: 20px auto;
}
.denglu_main .denglu_user .denglu_user_L.verifyCode{
	background: url("../images/icon_verifyCode.png") no-repeat center;
	background-size: 28px auto;
}
.denglu_main .denglu_user .denglu_user_L.pw{
	background: url("../images/login_icon2.png") no-repeat center;
	background-size: 20px auto;
}
.denglu_main .denglu_user .denglu_user_R{
	height:25px;
	border-left:1px solid rgba(224,224,224,0.3);
	-webkit-box-flex:1;
	padding-left:10px;
	padding-right:10px;
}
.denglu_main .denglu_user .denglu_user_R input{
	width:100%;
	height:25px;
	font-size:0.85em;
	color:#999999;
	display:block;
	background:none;
}
.denglu_main .denglu_yhxy{
	width:100%;
	height:30px;
	line-height:30px;
	overflow:hidden;
	font-size:9px;
}
.denglu_main .denglu_yhxy span{
	float:left;
	color:#777777;
}
.denglu_main .denglu_yhxy font{
	float:right;
	color:#3551ce;
}
.denglu_main .denglu_button{
	padding-top:40px;
}
.denglu_main .denglu_button input{
	height:35px;
	line-height:35px;
	background:#3551ce;
	letter-spacing:5px;
	color:#fff;
	font-size:12px;
	width:100%;
}
.denglu_main .denglu_disanfang{
	padding-top:54px;
	padding-bottom:38px;
}
.denglu_main .denglu_disanfang span{
	display:block;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:10px;
	color:#777777;
	letter-spacing:1px;
}
.passportPage header{
	border-bottom: 0px;
}
.passportPage .headLeft .loginBack{
	display: block;
	background: url("../images/header_icon_back.png") no-repeat center;
	background-size: 20px auto;
}
.passportPage .headLeft .regBack{
	display: block;
	background: url("../images/icon_back.png") no-repeat center;
	background-size: 20px auto;
}
/*zhuce 開始*/
.zhuce{
	background:#fff;
}
.zhuce header .headLeft a{
	background:url(../images/header_arrowL.png) no-repeat 14px;
	background-size:auto 16px;
}
.zhuce_main{
	padding:0 5% 20px;
	background:url(../images/denglu_bg.png) no-repeat bottom;
	background-size:100% auto;
}
.zhuce_main .zhuce_main_title{
	padding-bottom:35px;
}
.zhuce_main .zhuce_main_title dl dt{
	font-size:20px;
	font-weight:bold;
	padding-top:40px;
	color:#292929;
}
.zhuce_main .zhuce_main_title dl dd{
	font-size:10px;
	color:#555555;
	padding-top:10px;
}
.zhuce_main .zhuce_main_title dl dd u{
	padding-left:3px;
}
.zhuce_main .zhuce_user{
	padding-bottom:5px;
	border-bottom:1px solid rgba(224,224,224,0.3);
	display:-webkit-box;
	margin-top:20px;
}
.zhuce_main .zhuce_user .zhuce_user_L{
	width:25px;
	height:25px;
}
.zhuce_main .zhuce_user .zhuce_user_L.username{
	background: url("../images/login_icon1.png") no-repeat center;
	background-size: 20px auto;
}
.zhuce_main .zhuce_user .zhuce_user_L.pw{
	background: url("../images/login_icon2.png") no-repeat center;
	background-size: 20px auto;
}
.zhuce_main .zhuce_user .zhuce_user_L.email{
	background: url("../images/login_icon3.png") no-repeat center;
	background-size: 20px auto;
}
.zhuce_main .zhuce_user .zhuce_user_L.verifyCode{
	background: url("../images/icon_verifyCode.png") no-repeat center;
	background-size: 30px auto;
}
.zhuce_main .zhuce_user .zhuce_user_R{
	height:25px;
	border-left:1px solid rgba(224,224,224,0.3);
	-webkit-box-flex:1;
	padding-left:10px;
	padding-right:10px;
}
.zhuce_main .zhuce_user .zhuce_user_R input{
	width:100%;
	height:25px;
	font-size:11px;
	color:#999999;
	display:block;
	background:none;
}
.zhuce_main .zhuce_user .yzm{
	width:48px;
	height:25px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.zhuce_main .zhuce_user .yzm img{
	height:16px;
}
.zhuce_main .zhuce_yhxy{
	width:100%;
	height:30px;
	line-height:30px;
	overflow:hidden;
	font-size:9px;
}
.zhuce_main .zhuce_yhxy span{
	float: left;
	color: #777777;
	padding-left: 15px;
	background: url(../images/denglu_img8.png) no-repeat left center;
	background-size: auto 11px;
	margin-top: 5px;
}
.zhuce_main .zhuce_yhxy span.on{
	background: url(../images/denglu_img8x.png) no-repeat left center;
	background-size: auto 11px;
}
.zhuce_main .zhuce_button{
	padding-top:25px;
}
.zhuce_main .zhuce_button input{
	height:35px;
	line-height:35px;
	background:#3551ce;
	letter-spacing:5px;
	color:#fff;
	font-size:12px;
	width:100%;
}
.zhuce_user_R{
	padding-right: 85px;
	position: relative;
	z-index: 1;
}
.zhuce_main .zhuce_user .zhuce_user_R input.getEmailCode{
	width: 80px;
	height: 25px;
	text-align: center;
	background-color: #3551ce;
	border: 0px;
	color: white;
	border-radius: 3px;
	position: absolute;
	z-index: 2;
	right: 0px;
	top: 0px;
}
.agreement{
	line-height: 18px;
}
.agreement label.COR_CHECKBOX input[type="checkbox"]{
	background: url("../images/icon_checkbox.png") no-repeat center;
	background-size: 16px auto;
}
.agreement label.COR_CHECKBOX input[type="checkbox"]:checked{
	background: url("../images/icon_checkbox_checked.png") no-repeat center;
	background-size: 16px auto;
}
.cor_captcha_text{
	text-transform: uppercase;
}