﻿@charset "utf-8";
/* CSS Document */
body {
	background-color: #fff;
}
.header {
	width: 100%;
	float: left;
	padding: 33px 0;
}
.welcome {
	width: 27%;
	float: left;
}
.logo img {
	float: left;
}
.header span {
	width: 1px;
	height: 30px;
	background-color: #eee;
	float: left;
	margin: 10px 20px 0 20px;
}
.welcome h5 {
	font-size: 22px;
	line-height: 29px;
	color: #666;
	margin-top: 10px;
	float: left;
}
.header h6 {
	float: right;
	font-size: 16px;
	line-height: 21px;
	color: #666;
	margin-top: 16px;
}
.header a {
	color: #f43531;
}
.notice {
	background-color: #fff4e7;
	float: left;
	padding: 12px 0;
	width: 100%;
}
.notice img {
	float: left;
	width: 16px;
	height: 16px;
}
.notice p {
	font-size: 12px;
	line-height: 16px;
	color: #666;
	float: left;
	margin-left: 0.83%;
}
.steps {
	width: 408px;
	margin: 0 auto;
	margin-top:50px;
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.step1 h5{
	width:24px;
	height: 24px;
	font-size:16px;
	line-height: 24px;
	border-radius: 100px;
	background-color: #2b4079;
	color: #fff;
	margin: 0 auto;
}
.step1 h6{
	font-size: 14px;
	line-height: 19px;
	color:#2b4079;
	margin-top:12px;
	text-align: center;
}
.flow{
	margin:0 4px;
	margin-top:10px;
	float:left;
	
}

.step2 h5{
	width:24px;
	height: 24px;
	font-size:16px;
	line-height: 24px;
	border-radius: 100px;
	border:1px #999 solid;
	color: #999;
	margin: 0 auto;
}
.step2 h6{
	font-size: 14px;
	line-height: 19px;
	color:#999;
	margin-top:12px;
	text-align: center;
}
/*注册内容*/
.register{
	width:408px;
	padding-top:60px;
	margin: 0 auto;
}
.content {
min-width:0 !important;
}
.username{
	margin-top:20px;
	position: relative;
}
.username h5{
	font-size:14px;
	line-height: 19px;
	color: #666;
	float:left;
	width:65px;
	margin-top:14px;
	text-align: right;
    white-space:nowrap;
}
.user-text{
	width:78.5%;
	border:1px #ccc solid;
	font-size:14px;
	
	color:#333;
	float:left;
	margin-left: 20px;
}
.user-text input{
	margin-left:20px;
	line-height: 46px;
	width:93%;
	height: 46px;
}
.error-message{
	position: absolute;
	top: 13px;
	left: 422px;
    width:180px;
}
   .error-message img {
    display:inline-block;
    margin-top:4px;
   }
.error-message p{
    display: inline-block;
	font-size:14px;
    line-height:20px;
	color:#f43531;
	margin-left:3px;
	white-space:nowrap; 
}
.code input{
	width:60%;
	float:left;
}
.code button{
	width:108px;
	line-height: 46px;
	border:none;
	color: #333;
	font-size: 12px;
	border-left: 1px #ccc solid;
	background-color: #fff;
	cursor: pointer;
	text-align: center;
}


.code-pic{
	width:100px;
	height:46px;
	float:left;;
	margin-left:10px;
	cursor: pointer;
}
.code-pic img{
	width:100%;
	height:46px;
}
.account-numbe{
	width:51.5%;
}
.next{
	width:100%;
	padding-top:50px;
}
.next button{
	width:100%;
	background-color: #2b4079;
	color: #fff;
	font-size:16px;
	line-height: 46px;
	border-radius: 4px;
	cursor: pointer;
}
.next button:hover{
	background: #405BA5;
}

.footer{width:100%;padding-top:25px;float:left;border-top:1px #eee solid;}
.footer li{text-align:center;font-size:12px;line-height:24px;color:#666;}


/*注册成功*/
.win{
	width:80px;
	height:80px;
	margin: 0 auto;
}
.register-success p{
	font-size:#333;
	font-size: 14px;
	line-height: 19px;
	color: #333;
	text-align: center;
	padding-top:15px;
}

.login{
	padding: 30px 25% 0 25%;
}
.login button{
	width:100%;
	font-size:16px;
	line-height: 46px;
	color: #fff;
	background-color: #2b4079;
	border-radius: 4px;
	cursor: pointer;
}
.login button:hover{
	background: #405BA5;
}



/*弹框*/
.div-container{
    position: fixed;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index:200;
    background: rgba(0,0,0,0.5) !important;/* 兼容ie几不知道，好像ie5 */
    background:#000;
    filter:Alpha(opacity=60);
}
/*设置div-child的父元素主要是将要此元素的父元素透明特性继承过来，故div-child不会半透明，而是不透明，解决了父元素透明，子元素也透明的bug */
.div-child-container{
    position: relative;
   	width: 700px;
	height:570px;
    margin: auto;
    top: 18%;
    background: #fff;
	padding-bottom: 30px;
}
.agreement-title{
	width:100%;
	background: #eee;
	height: 40px;
}
.agreement-title p{
	float:left;
	font-size:16px;
	line-height: 40px;
	margin-left:2.87%;
	color: #333;
	font-weight: bold;
}
.agreement-title img{
	float:right;
	margin-right: 12px;
	margin-top:15px;
}

.agreement-content{
	width: 100%;
	height: 420px;
	padding:0 20px;
	margin-top: 25px;
	box-sizing: border-box;
	overflow-y: auto;
}
.agreement-content p{
	font-size:14px;
	line-height: 21px;
	color:#000;
}
.agreement-content h5{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top:20px;
}
.agreement-content text{
	font-size:14px;
	line-height: 21px;
	color: #000;
}

.bt{
	width:100%;
	padding:30px 0;
}
.bt input{
	height: 46px;
	box-sizing: border-box;
}
.bt input:nth-child(1){
	width:28.57%;
	border:1px #999 solid;
	font-size: 16px;
	line-height: 46px;
	background: #fff;
	color: #999;
	border-radius: 5px;
	cursor: pointer;
	margin-left: 19.28%;
}
.bt input:nth-child(2){
	width:28.57%;
	font-size: 16px;
	line-height: 46px;
	background: #2b4079;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	margin-left: 4.28%;
}








