﻿@charset "utf-8";
/* CSS Document */
body {
	background-color: #fff;
}
.header {
	width: 100%;
	float: left;
	padding: 33px 0;
}
.welcome {
	width: 24%;
	float: left;
}
.logo img {
	float: left;
}
.header span {
	width: 1px;
	height: 30px;
	background-color: #eee;
	float: left;
	margin-top: 10px;
	margin-left: 7.168%;
	margin-right: 7.168%;
}
.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:30px;
	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;
}
.user-text{
	width:26.7%;
	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: 433px;
    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.6%;
	float:left;
}
.code button{
	width:100px;
	/* float:right; */
	line-height: 46px;
	border:none;
	border-left: 1px #ccc solid;
	background-color: #fff;
    cursor: pointer;
}


.code-pic{
	width:100px;
	height:46px;
	float:left;;
	margin-left:10px;
}
.code-pic img{
	width:100%;
	height:46px;
}
.account-numbe{
	width:17.5%;
}
.next{
	width:34%;
	padding-top:50px;
}
.next button{
	width:100%;
	background-color: #2b4079;
	color: #fff;
	font-size:16px;
	line-height: 46px;
	margin: 0 auto;
	border-radius: 4px;
    cursor: pointer;
}

.footer{width:100%;padding-top:30px;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-top:30px;
}
.login button{
	width:100%;
	font-size:16px;
	line-height: 46px;
	color: #fff;
	background-color: #2b4079;
	border-radius: 4px;
    cursor: pointer;
}



/*弹框*/
.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: 24%;
    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: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%;
	border:1px #999 solid;
	font-size: 16px;
	line-height: 46px;
	background: #2b4079;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	margin-left: 4.28%;
}
/*通知*/
  div.alert_box2 {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.15);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
  }
  div.alert_box2 > div.box2 {
	width: 450px;
	background-color: #fff;
	margin: 20% auto;
	padding-bottom: 30px;
  }
  div.alert_box2 > div.box2 > img {
	float: right;
	margin: 14px 10px;
	cursor: pointer;
  }
  div.alert_box2 > div.box2 > p {
    padding:0 20px;
	text-align: center;
	font-size: 16px;
  }
  div.alert_box2 > div.box2 > textarea {
    border:1px solid #ccc;
    overflow: hidden;
  }
  div.alert_box2 > div.box2 >div.box2_btn{
		width: 160px;
		height: 46px;
		font-size: 16px;
		color:#fff;
		border-radius: 4px;
		background: #2B4079;
		text-align: center;
		line-height: 46px;
		margin: 0 auto;
		margin-top:34px;
		cursor: pointer;
}
div.jump_page {
	width:100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.15);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
  }
  div.jump_page > div.jump_page_box {
	width: 450px;
	background-color: #fff;
	margin: 20% auto;
	padding-bottom: 30px;
  }
  div.jump_page > div.jump_page_box > img {
	float: right;
	margin: 14px 10px;
	cursor: pointer;
  }
  div.jump_page > div.jump_page_box > p {
    padding:0 20px;
	text-align: center;
	font-size: 16px;
  }
  div.jump_page > div.jump_page_box > textarea {
    border:1px solid #ccc;
    overflow: hidden;
  }
  div.jump_page > div.jump_page_box >div.single_btn{
		width: 160px;
		height: 46px;
		font-size: 16px;
		border-radius: 4px;
		background: #2B4079;
		text-align: center;
		line-height: 46px;
		margin: 0 auto;
		margin-top:34px;
		cursor: pointer;
}
div.jump_page > div.jump_page_box >div.single_btn>a{
  color:#fff;
  display: block;
}







