html,body{
	background: url(../image/bg_top.jpg) top center no-repeat;
}
.login_box{
	text-align: center;
	position: relative;
	top: 10%;
}
.login_box .login_logo{
	display: inline-block;
	width: 34%;
}
.login_box .login_info{
	text-align: center;
	line-height: 40px;
	height: 40px;
	margin-bottom: 10px;
}
.login_box .login_info .login_title{
	color: #573B2D;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	text-shadow: 1px 1px 0 #76796a;
}
.login_box .login_info .login_input{
	width: 290px;
	height: 40px;
	background: url(../image/index/input_bg.png) center no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.login_box .login_info .login_input input{
	width: 80%;
	height: 40px;
	margin: auto;
	border: none;
	background-color: transparent;
	text-align: center;
	color: #FFFFFF;
	font-size: 15px;
}
.login_box .login_info .login_input input::-webkit-input-placeholder{
	color:white;
	opacity: .5;
}
.login_box .login_info .login_input input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:white;
}
.login_box .login_info .login_input input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:white;
}
.login_box .login_info .login_input input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:white;
}
.login_box .login_info .link{
	color: #573B2D;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	text-shadow: 1px 1px 0 #76796a;
}


.login_box .login_btn{
	display: inline-block;
	width: 172px;
	margin-top: 30px;
	margin-bottom: 10px;
	-webkit-transition: transform 500ms;
	-ms-transition: transform 500ms;
	-moz-transition: transform 500ms;
	-o-transition: transforml 500ms;
	transition:transform 500ms;
}
.login_box .login_btn:hover{
	-webkit-transform: scale(1.16);
	-ms-transform: scale(1.16);
	-moz-transform: scale(1.16);
	-o-transform: scale(1.16);
	transform: scale(1.16);
}

.login_box .wx_login{
	font-size: 14px;
	display: inline-block;
	padding-left: 20px;
	background: url(../image/index/wx_login.png) left center no-repeat;
	color: #573B2D;
}








/*注册*/
.back_home{
	line-height: 62px;
	padding-right: 26px;
	background: url(../image/record/hero_link.png) right center no-repeat;
	background-size: auto 16px;
	color: #573B2D;
}
.register_wrap{
	background-color: #FFFFFF;
	padding: 20px 30px;
}
.register_wrap .register_top{
	line-height: 50px;
	height: 50px;
	border-bottom: 1px solid #e6e6e6;
}
.register_wrap .register_top .title{
	font-size: 22px;
	color: #573B2D;
}
.register_wrap .register_top .btn{
	color: #888;
	font-size: 14px;
}


.register_info{
	padding: 80px 0 70px;
	width: 500px;
	min-height: 600px;
	margin: auto;
}
.register_info .info_box{
	line-height: 46px;
	margin: 20px auto;
}
.register_info .info_box label{
	display: block;
	height: 46px;
	width: 90px;
	text-align: right;
	font-size: 16px;
	color: #555555;
	margin-right: 10px;
}
.register_info .info_box .input_nor{
	width: 378px;
	padding: 0 10px;
	height: 44px;
	border: 1px solid #cccccc;
	background-color: #F7F7F7;
	overflow: hidden;
	border-radius: 3px;
	font-size: 15px;
	overflow: hidden;
}
.register_info .info_box .input_nor_box{
	width: 400px;
	height: 46px;
	overflow: hidden;
}
.register_info .info_box .input_sec{
	width: 236px;
	padding: 0 10px;
	height: 44px;
	font-size: 15px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	background-color: #F7F7F7;
}
.register_info .info_box .yzm_btn{
	width: 130px;
	height: 46px;
	background: url(../image/follow_bg.png) center no-repeat;
	background-size: 100% 100%;
	border:1px solid #573B2D;
	color: #573B2D;
	font-size: 15px;
	line-height: 44px;
	text-align: center;
	border-radius: 3px;
	margin-left: 10px;
	cursor: pointer;
}
.register_info .info_box .sel_box{
	padding: 0;
	width: 398px;
}
.register_info .info_box .area{
	width: 188px;
}
.register_info .info_box .sel_box select{
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	background-color: #F7F7F7;
	font-size: 15px;
	line-height: 44px;
}
.register_info .info_box .input_nor_box .check_box{
	width: 20px;
	height: 26px;
	margin-top: 10px;
	overflow: hidden;
	margin-right: 5px;
	cursor: pointer;
	margin-left: -3px;
}
.register_info .info_box .input_nor_box .on img{
	margin-top: -26px;
}

.submit_btn{
	width: 150px;
	height: 46px;
	line-height: 46px;
	margin-left: 80px;
	background: url(../image/exchange/car_exchange_btn.png) center no-repeat;
	background-size: 100% 100%;
	display: block;
	text-align: center;
	color: #FFFFFF;
}



/*服务协议*/
.service_tc{
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	background-color:rgba(0,0,0,.4);
	top:0;
	left:0;
	overflow:hidden;
}
.service_tc .service_box{
	width:680px;
	height:594px;
	background-color:#fff;
	position:absolute;
	left:50%;
	margin-left:-344px;
	top:50%;
	margin-top:-301px;
}
.service_tc .service_box h1{
	height:50px;
	line-height:50px;
	text-align:center;
	width:100%;
	overflow:hidden;
	position:relative;
	font-size:16px;
	font-weight: bold;
	color:#5b2002;
	border-bottom: 1px solid #e5e5e5;
}
.service_tc .service_box h1 a{
	display:block;
	height:50px;
	width:40px;
	position:absolute;
	top:0;
	right:0;
	font-size: 28px;
	font-weight: normal;
	cursor: pointer;
}
.service_tc .service_box .service_cot{
	height:460px;
	width:100%;
	overflow:auto;
	background-color:#fafafa;
}
.service_tc .service_box .service_cot .service_wrap{
	padding:10px 20px;
	font-size:14px;
	color:#646464;
	line-height:2;
	text-align:justify;
}
.service_tc .service_box .enter_btn{
	border-top: 1px solid #e5e5e5;
	width:100%;
	overflow:hidden;
}
.service_tc .service_box .enter_btn input{
	display:block;
	height:44px;
	line-height:44px;
	padding:0 50px;
	margin:20px auto;
	background-color:#5b2002;
	color:#fff;
	border:none;
	border-radius:3px;
	outline:medium;
	font-family:Arial, "microsoft yahei", sans-serif;
	cursor: pointer;
}
/*服务协议 end*/







/*微信登录*/
.webChat_wrap{
	color: #FFFFFF;
	text-align: center;
	margin: auto;
}
.webChat_wrap .title{
	font-size: 20px;
	line-height: 1.6;
	margin-top: 50px;
}
.webChat_wrap .code_box{
	width: 282px;
	margin:15px auto;
}
.webChat_wrap .txt{
	display: block;
	padding: 7px 14px;
	width: 252px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
    background-color: #232323;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    box-shadow: inset 0 5px 10px -5px #191919, 0 1px 0 0 #444;
    -moz-box-shadow: inset 0 5px 10px -5px #191919,0 1px 0 0 #444;
    -webkit-box-shadow: inset 0 5px 10px -5px #191919, 0 1px 0 0 #444;
    font-size: 14px;
}
