body{
	background: #f8f8f8;
}
.login-header{
	
}
.login-header h3{
	padding: 38px 0;
	height: 52px;
	line-height: 52px;
	font-size: 18px;
}
.login-header img{
	width: 52px;
	height: 52px;
	float: left;
}
.line {
    background-color: #999;
    float: left;
    height: 16px;
    width: 1px;
    margin: 20px 25px 0;
}
.login-con{
	height: 460px;
	margin-top: 50px;
	*padding-top: 50px;
	background: #1796db  no-repeat 50% 50%;
}
.register-con{
	height: 490px;
	margin-top: 50px;
	*padding-top: 50px;
	background: #1796db  no-repeat 50% 50%;
}
.login-container{
	position: relative;
}
.login-con .ad{
	width: 430px;
	height: 340px;
	margin-top: 55px;
}
.register-con .ad{
	width: 430px;
	height: 340px;
	margin-top: 60px;
}
.d-login{
	width: 320px;
	height: 360px;
	background-color: #fff;
	position: absolute;
	top: 50px;
	right: 0;
	border-radius: 4px;
}
.d-register{
	width: 320px;
	height: 450px;
	background-color: #fff;
	position: absolute;
	top: 20px;
	right: 0;
}
.d-login-box{
	display: none;
}
.d-login-box.show{
	display: block;
}
.login-top{
	margin: 9px 9px 0 20px;
	height: 55px;
	line-height: 40px;
}
.weixin-login{
	background: url(/uploads/image/rimages/sprite-bg.png) no-repeat scroll 0 -173px;
    cursor: pointer;
    display: block;
    float: right;
    height: 41px;
    width: 41px;
    position: relative;
}
.pc-login{
	background: url(/uploads/image/rimages/sprite-bg.png) no-repeat scroll 0 -221px;
    cursor: pointer;
    display: block;
    float: right;
    height: 41px;
    width: 41px;
    position: relative;
}
.weixin-login-tips{
	border: 1px solid #f90;
	width: 140px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	color: #f90;
	text-align: center;
	position: absolute;
	left: -155px;
	top: -8px;
}
.weixin-login-tips span{
	display: block;
    height: 11px;
    width: 7px;
    position: absolute;
    right: -7px;
    top: 8px;
    background: rgba(0, 0, 0, 0)  no-repeat scroll 0 -270px;
}
.weixin-login-tips i{
	font-size: 14px;
}
.pc-tip {
    float: left;
    font-size: 16px;
}
.pc-tips{
	float: left;
	font-size: 14px;
	margin-right: 12px;
	color: #999;
	cursor: pointer;
}
.pc-tips.active{color: #00a1e9}
.pc-error{
	display: inline-block;
	padding: 0 16px;
	border: solid 1px #facd89;
	background: #fffccc;
	color: #ff1000;
	border-radius: 4px;
	height: 24px;
	line-height: 24px;
	margin-left: 10px;
	font-size: 12px;
}
.msg{
	margin: 0 20px;
	border-top: 1px solid #eee;
	padding-top: 20px;
}
.msg-head,
.msg-password{
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #eee;
	border-radius: 4px;
}
.msg-head .min-sprite{
	display: inline-block;
	height: 15px;
	width: 13px;
	background: url(/uploads/image/rimages/sprite-bg.png) no-repeat 0 -131px;
	margin: 12px 12px 0;
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
}
.msg-password .min-sprite{
	display: inline-block;
    height: 15px;
    width: 13px;
    background: url(/uploads/image/rimages/sprite-bg.png) no-repeat 0 -152px;
	margin: 12px 12px 0;
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
}
.msg-head input,
.msg-password input{
	border: none;
    height: 38px;
    line-height: 38px;
    outline: none;
    width: 237px;
    font-size: 12px;
    color: #666;
    border-radius: 4px;
	padding-left: 37px;
}
.msg-head i,
.msg-password i{
    position: absolute;
    top: 7px;
    left: 12px;
    color: #ddd;
}
.phone-code-btn{
    position: absolute;
    right: 12px;
    top: 0;
    line-height: 40px;
}

.msg img{
	display: block;
	width: 130px;
	height: 130px;
	margin: 0 auto;
}
.btn-upload-doc img {
     width: 20px; 
     height: 20px; 
     position: absolute; 
     margin: auto; 
     top: 0; 
     bottom: 0; 
     left: 70px; 
     right: 0; 
     *top: 12px;
     *left: 90px;
}
.wx-tips{
	color: #333;
    font-size: 12px;
    margin: 12px auto 7px;
    overflow: hidden;
    text-align: center;
    width: 130px;
}
.wx-tips i{
	color: #19a97b;
    float: left;
    font-size: 30px;
    margin: 0 6px;
}
.wx-tips p{
	float: left;
    line-height: 15px;
    text-align: left;
}

.btn-upload-doc{
	background-color: #00a1e9;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-size: 16px;
    border-radius: 4px;
    position: relative;
}
.btn-doc-grey{
	background-color: #eee;
	border: none;
	color: #999;
	cursor: pointer;
	display: block;
	height: 44px;
	line-height: 44px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	font-size: 16px;
	border-radius: 4px;
}
.else-login{
	font-size: 14px;
	margin: 27px 25px 0;
	overflow: hidden;
	text-align: center;
}
.line-wx{
	background-color: #00a1e9;
	display: inline-block;
	height: 12px;
	width: 1px;
	margin: -1px 10px;
}
.else-login a{
	color: #00a1e9;
}
/*注册*/
.register-title{
	display: block;
	height: 56px;
	line-height: 56px;
	color: #333;
	padding: 0 20px;
	font-size: 16px;
}
.register-box{
	margin: 0 20px;
}

/*登录滑块*/
.reg-silder{
	margin-bottom: 10px;
	height: 38px;
}
.reg-silder .user_ratings .ratings_bars{
	height: 38px;
	line-height: 38px;
	width: 278px;
}
.reg-silder .user_ratings .ratings_bars .scale{
	height: 38px;
}
.reg-silder .user_ratings .ratings_bars .scale span{
	height: 38px;
}
.reg-silder .user_ratings .ratings_bars .scale div{
	height: 38px;
}

/*注册滑块*/
.register-box .reg-silder{
	margin-bottom: 10px;
	height: 33px;
}
.register-box .reg-silder .user_ratings .ratings_bars{
	height: 33px;
	line-height: 33px;
	width: 278px;
}
.register-box .reg-silder .user_ratings .ratings_bars .scale{
	height: 33px;
}
.register-box .reg-silder .user_ratings .ratings_bars .scale span{
	height: 33px;
}
.register-box .reg-silder .user_ratings .ratings_bars .scale div{
	height: 33px;
}


.reg-user{
	border: 1px solid #eee;
	border-radius: 4px;
}
.reg-user.error{
	border-color: red;
}
.reg-user .reg-head,
.reg-user .reg-pwd,
.reg-user .reg-mail{
	display: inline-block;
	margin: 10px 12px 0;
	float: left;
	background: url(/uploads/image/rimages/sprite-bg.png) no-repeat;
	width: 13px;
	height: 15px;
}
.reg-user .reg-head{
	background-position: 0 -131px;
}
.reg-user .reg-pwd{
	background-position: 0 -152px;
}
.reg-user .reg-mail{
	background-position: -18px -133px;
	margin-top: 11px;
}
.reg-user input{
	height: 32px;
	line-height: 32px;
	width: 240px;
	padding: 0;
	color: #666;
	border: none;
	outline: none;
	font-size: 12px;
}
.reg-agree{
	font-size: 12px;
	color: #999;
	height: 20px;
	line-height: 20px;
	margin-bottom: 16px;
}
.register-box .wrong{
	line-height: 1;
	font-size: 12px;
	height: 12px;
	color: red;
	padding-left: 14px;
	margin: 4px 0 6px;
}
.register-box .wrong.reg-tips{
	color: #999;
}

/*复选框*/
.analog-check{
	display: inline-block;
	float: left;
	margin-right: 8px;
}
.analog-check b{
	background: url(/uploads/image/rimages/analog-check.png) no-repeat 0 0;
    display: inline-block;
    height: 16px;
    position: relative;
    width: 16px;
    z-index: 1;
}
.analog-check b:hover{
	background-position: 0 -16px;
}
.analog-check b.check{
	background-position: 0 -32px;
}
.analog-check b input{
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 16px;
	cursor: pointer;
	margin: 0;
	opacity: 0;
	z-index: 2;
	filter: alpha(opacity=0);
}

/*补充*/
.msg #logo{
    position: absolute;
	width: 32px;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
}

.qrcode-login,.qrcode-login img{
	width: 160px; 
	height: 160px;
}

.qrcode-login{
    background: #fff;
    padding: 1px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.login-check{
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	margin-bottom: 20px;
}
.login-check-right{
	float: right;
}
.login-check-right a{
	float: left;
	color: #00a1e9;
}
.line-add{
	background-color: #00a1e9;
	float: left;
	height: 12px;
	width: 1px;
	margin: 3px 10px;
}
.error{
	border-color: #ff1000;
}
.dc-account{
	font-size: 12px;
	margin-top: 10px;
	color: #666;
}
.dc-account a{
	color: #00a1e9;
}
.dc-account .has-account{
	float: right;
}
/*chrome自动填充*/
input:-webkit-autofill{
	-webkit-box-shadow: 0 0 0px 100px white inset;
}
.gotop{
	display: none !important;
}