﻿@charset "utf-8";
/* **************用户注册页面的样式***************** */
/* 验证样式 */
.verifyTips{
	position:absolute;
	right: 0;
    top: 30px;
}
/* 头部 */
body{
	color:#4e4e4e;
}
.regist_top_box{
	float:left;
	width:100%;
	height:auto;
	background:#2298ef;
}
.regist_top{
	width:1000px;
	height:70px;
	margin:0 auto;
	background:url(../images/common/regist_top.png) no-repeat left center #2298ef;
}
/* 头部 */
body{
	color:#4e4e4e;
}
.resetPassword_top_box{
	float:left;
	width:100%;
	height:auto;
	background:#2298ef;
}
.resetPassword_top{
	width:1000px;
	height:70px;
	margin:0 auto;
	background:url(../images/common/resetPassword.png) no-repeat left center #2298ef;
}
/* 中部 */
.regist_center_box{
	float:left;
	width:100%;
}
.regist_center_1{
	width:1000px;
	height:700px;
	margin:0 auto;
}
.caption{
	float:left;
	width:100%;
	height:50px;
	border-bottom:1px solid #2298ef;
	line-height:50px;
	font-weight:bold;
	text-align:center;
	font-size:16px;
}
.agreement{
	float:left;
	width:650px;
	height:490px;
	margin-left:160px;
	margin-top:40px;
	border:1px solid #e6e8e7;
	padding:30px;
	padding-top:50px;
}
.agreement p{
	width:100%;
	height:auto;
	float:left;
	line-height:30px;
}
.agreement .title{
	font-weight:bold;'
}
.agreement .text{
	padding-left:16px;
}
.agreement .button{
	float:left;
	display:block;
	width:110px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	background:#27a7fe;
	margin-top:40px;
	margin-left:270px;
	cursor: pointer;
}

/* 用户注册部分 */
.regist_center_2{
	width:1000px;
	height:700px;
	margin:0 auto;
	display:none;
}
.information{
	float:left;
	width:650px;
	height:840px;
	margin-left:160px;
	margin-top:40px;
	border:1px solid #e6e8e7;
	margin-bottom:30px;
}
.layui-form-item{
	float:left;
	margin-bottom:0px;
	margin-top:20px;
}
.label_box .layui-input-block{
	min-height:auto;
	float: left;
	margin:0;
}
.label_box{
	float:left;
	width:100%;
	height:auto;
	margin: 5px 0;
}
.label_box .layui-form-label{
	padding:0 15px;
	line-height:30px;
	width:100px;
	margin-left: 100px;
}
.label_box .layui-form-label span{
	color:red;
}
.label_box .layui-form-label b{
	margin-left:3px;
}
 .layui-input{
	float:left;
	width:200px;
	height:30px;
	line-height:30px;
}
.label_box .address_input{
	width:350px;
}
.label_box .get_code{
	float:left;
	line-height:30px;
	width: 100px;
    height: 30px;
    background:#2298ef;
    margin-left:20px;
    border:none;
    cursor: pointer;
    color:#fff;
}
.label_box .person_head{
	float: left;
    width: 137px;
    margin-top: 16px;
    position: relative;
}
.label_box .person_head img{
	width: 130px;
    height: 180px;
    border: 1px solid #cfcfcf;
    margin-left: 13px;
}
.layui-upload-button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-width: 60px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #DFDFDF;
    border-radius: 2px;
    overflow: hidden;
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,.2);
    margin-left: 14px;
    margin-top: 5px;
    position: absolute;
    left: 8px;
    bottom: 0;
}
.btn{
	float:left;
}
.btn .layui-input{
	width:100px;
	height:30px;
	text-align:center;
	padding:0;
	background:#2298ef;
	color:#fff;
	cursor: pointer;
	margin-left:160px;
}
.btn .layui-input[disabled]{
	cursor: not-allowed;
}
/* 注册成功 */
.regist_center_3{
	width:1000px;
	height:700px;
	margin:0 auto;
	display:none;
}
.success{
	float:left;
	width:650px;
	height:700px;
	margin-left:160px;
	margin-top:40px;
	border:1px solid #e6e8e7;
	margin-bottom:30px;
}
.success img{
	float:left;
	margin:200px;
}
/*尾部 */
.regist_bottom_box{
	float:left;
	width:100%;
}
.regist_bottom{
	width:1000px;
	height:40px;
	line-height:40px;
	background:#2298ef;
	margin:0 auto;
	text-align:center;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}

/***************************** 修改密码 ********************************/
/* 头部 */
.revise_top_box{
	float:left;
	width:100%;
	height:auto;
	background:#2298ef;
}
.revise_top{
	width:1000px;
	height:70px;
	margin:0 auto;
	background:url(../images/common/revise_password.png) no-repeat left center #2298ef;
}
/* 中间部分 */
.revise_center_box{
	float:left;
	width:100%;
}
/* 底部 */
.revise_bottom_box{
	float:left;
	width:100%;
}
.revise_bottom{
	width:1000px;
	height:40px;
	line-height:40px;
	background:#2298ef;
	margin:0 auto;
	text-align:center;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
.revise_center_1{
	width:1000px;
	height:700px;
	margin:0 auto;
}
.revise_frist{
	float:left;
	width:650px;
	height:490px;
	margin-left:160px;
	margin-top:40px;
	border:1px solid #e6e8e7;
	padding:30px;
	padding-top:50px;
}
.revise_center_2{
	width:1000px;
	height:700px;
	margin:0 auto;
	display:none;
}
.revise_center_3{
	width:1000px;
	height:700px;
	margin:0 auto;
	display:none;
}
/* 错误提示信息 */
#error{
	float:left;
	margin-left:50%;
	color:red;
}