body{
	background-color: #f3f3f4;
}

/*#one{display: none;}
#two{display: none;}*/

a{
	color: #878787;
}
.logintip a{
	color:#1890ff;
}
.logintip a:hover{
	color:#1890ff;
}
.bh-head{
	width: 100%;
	height: 80px;
	line-height: 80px;
	background-color:#FFFFFF ;
	box-shadow: 0 0 5px #BDBDBD;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.logo{
	margin-left: 4%;
	/* width: 100px; */
	float: left;
	/* height: 100%; */
	line-height: 80px;
	color: #1890ff;
	font-size: 24px;
	letter-spacing: 2px;
}
.logo>img{
	width: 100px;
	display: block;
	padding-top: 20px;
	
}
.logintip{
	color: #1890ff;
	margin-right: 4%;
	font-weight: bold;
	font-size: 14px;
}
.logintip>p>a{
	padding-left: 10px;
}
.bh-body{
	width: 1000px;
	height: 650px;
	background: #fff;
	margin: 0 auto;
	/*position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;*/
	box-shadow: 0 0 5px #BDBDBD;
}
.bh-title{
	height: 50px;
	line-height: 50px;
	text-align: left;
	font-size: 20px;
	padding-left:30px;
	border-bottom: 1px solid #eaebeb;
	color: #333;
}
.process{
	margin-top: 30px;
	height: 40px;
}
.process-info{
	width: 580px;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.proTitleInfo-wrap{
	position: absolute;
	width: 200px;
	overflow: hidden;
	height: 35px;
	display: inline-block;
}
.proTitleInfo-wrap.first{
	left: 0;
	top: 0;
}
.proTitleInfo-wrap.content{
	left: 188px;
	top: 0;
}
.proTitleInfo-wrap.end{
	left: 376px;
	top: 0;
}
.proTitleInfo-wrap>img{
	width: 100%;
	height: 35px;
	display: block;
}
.proTitleInfo-wrap>.proTitleInfo-content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #878787;
	cursor: default;
}
.proTitleInfo-wrap.active>.proTitleInfo-content{
	color: #fff;
}
.proTitleInfo-content>span.iconfont{
	margin-right: 6px;
	position: relative;
	top: 1px;
}

.process-info>img{
	/*width: 100%;*/
	height: 40px;
}
/*.process-info>div{
	float: left;
	width: 250px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	background-color: #edeff4;
}*/
.userinfo {
	width: 324px;
	margin: 0 auto;
	text-align: right;
	color: #878787;
}
.userinfo>div{
	margin-top: 20px;
	box-sizing: border-box;
	font-weight: bold;
	font-size:12px;
}
.userinfo p{
	display: inline-block;
	width: 240px;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
}
.userinfo p input{
	border: none;
	height: 100%;
	box-sizing: border-box;
	padding-left: 10px;
	border: 1px solid #d1d1d1;
}
.userinfo p:hover p>button,p>input{
	border-color: #1890ff;
}
.userinfo .userpassword p input{
	width: 62%;
	vertical-align:middle;
	-webkit-border-top-left-radius:3px;  
	-moz-border-top-left-radius:3px;  
	-ms-border-top-left-radius:3px;  
	-o-border-top-left-radius:3px;  
	border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;  
	-moz-border-bottom-left-radius:3px;  
	-ms-border-bottom-left-radius:3px;  
	-o-border-bottom-left-radius:3px;  
	border-bottom-left-radius:3px;
}
.userinfo .userpassword p button{
	height: 30px;
	width: 28%;
	vertical-align:middle;
}
.userinfo .userphone>p>input{
	width: 78%;
	border-left: 1px solid #D1D1D1; 
	-webkit-border-top-right-radius:3px;  
	-moz-border-top-right-radius:3px;  
	-ms-border-top-right-radius:3px;  
	-o-border-top-right-radius:3px;  
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;  
	-moz-border-bottom-right-radius:3px;  
	-ms-border-bottom-right-radius:3px;  
	-o-border-bottom-right-radius:3px;  
	border-bottom-right-radius:3px;
}
.userinfo .userphone>p>button{
	vertical-align:bottom;
	height: 100%;
	padding:0 6px;
	background: #fff;
	margin-right:-4px;
	border: 1px solid #D1D1D1;
	border-right:none ;
	-webkit-border-top-left-radius:3px;  
	-moz-border-top-left-radius:3px;  
	-ms-border-top-left-radius:3px;  
	-o-border-top-left-radius:3px;  
	border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;  
	-moz-border-bottom-left-radius:3px;  
	-ms-border-bottom-left-radius:3px;  
	-o-border-bottom-left-radius:3px;  
	border-bottom-left-radius:3px;
}
.userinfo .newpassword p{
	width:230px;
}
.userinfo .againpassword p{
	width:230px;
}
.userinfo .comName p{
	width:230px;
}
.userinfo .newpassword p input{
	width:100%;
}
.userinfo .againpassword p input{
	width:100%;
}
.userinfo .comName p input{
	width:100%;
}
.agr-or-no{
	text-align: center;
	margin-top: 20px!important;
}
.to-then-step{
	width: 224px;
	height: 30px;
	margin: 0 auto;
}
.to-then-step>button{
	width: 100%;
	height: 100%;
	background-color: #1890ff;
	color: #FFFFFF;
	/*margin-left: 48px;*/
}
.processdiv{
	width:600px;
	overflow: hidden;
	margin:30px auto;
}
.stepdiv{
	width:290px;
	height:35px;
	border-radius:5px;
	float:left;
	line-height:35px;
	padding-left:5px;
	font-size:13px;
	background:#ebebeb;
	color:#999;
}
.stepfirst{
}
.stepsecond{
	float:right;
}
.stepactive{
	background:#1890ff;
	color:#fff;
}


/*第二个主体部分*/
.body-secend{
	width: 400px;
}
.user{
	color: #878787;
}
.user>input{
	box-sizing: border-box;
	height: 30px;
	width: 60%;
	margin-left: 40px;
	padding-left: 10px;
	border: none;
	border: 1px solid #D1D1D1;
	-webkit-border-radius:3px;  
	-moz-border-radius:3px;  
	-ms-border-radius:3px;  
	-o-border-radius:3px;  
	border-radius:3px;
}
.secend-to-nextstep{
	width: 240px;
}
.secend-to-nextstep>button{
	 /*margin-left: 80px;*/
}


/*第三个主体部分*/
.next-to-login{
	width: 620px;
	height: 236px;
	margin: 50px auto 0;
	border-bottom:1px solid #999;
}
.next-to-login>div{
	width: 100%;
}
.next-to-login>div>img{
	display: block;
	width: 86px;
	margin: 0 auto;
}
.next-to-login>div>p{
	text-align: center;
	font-weight: bold;
	color: #b6b6b6;
	font-size: 16px;
}
.next-to-login>div>button{
	height: 30px;
	width: 70%;
	margin-left: 20px;
	border: 1px solid #1890ff;
	color: #1890ff;
	background: #FFFFFF;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius:3px;  
	-moz-border-radius:3px;  
	-ms-border-radius:3px;  
	-o-border-radius:3px;  
	border-radius:3px;
}
.next-to-login>div:nth-child(2){
	margin-top: 20px;
	margin-bottom: 60px;
}
/*注册协议页面*/
.hidClause{
	border: 2px solid #dedede;
	width: 680px;
	padding:20px 30px;
	background:#fff;
	height: 480px;
	z-index: 999;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -340px;
	margin-top:-240px;
	display:none;
}
.hidClause .hidcont{
	height:400px;
	overflow-y: auto;
	width:100%;
	margin-top:10px;
}
/*滚动条样式*/
.hidcont::-webkit-scrollbar-track{border-radius:8px;background-color:transparent}
.hidcont::-webkit-scrollbar{width:8px;background-color:transparent}
.hidcont::-webkit-scrollbar-thumb{border-radius:8px;background-color:#ccc}
.hidClause .hidtop{
	border-bottom: 1px solid #e1e1e1;
	font-size: 14px;
	color: #333;
	padding-bottom: 10px;
}
.hidClause .hidtop .hid_close{
	float: right;
	width: 18px;
	height: 18px;
	line-height: 16px;
	/*margin: 9px -4px 0 0;*/
	font-family: 'Tahoma';
	font-size: 18px;
	color: #ccc;
	font-weight: bold;
	text-align: center;
	z-index: 100;
	text-decoration: none;
}
.hidClause .hidtop h3{
	font-size:16px;
	margin:0;
	font-weight:800;
	letter-spacing:1px;
}
.hidClause .hidtop .hid_close:hover {
	background-color: #0066cc;
	color: #fff;

}
.agrbtn{
	vertical-align: middle;
	margin-left:2px;
	cursor: pointer;
	color:#1890ff;
}
.agrbtn:hover{
	/*text-decoration: none;*/
	color:#1890ff;
}
.mask{
	opacity: 0.5;
	display: none;
	background-color: rgb(0, 0, 0);
	z-index: 998;
	position: absolute;
	left: 0px; top: 0px;
	width: 100%;
	height: 100%;
}