body{
	background: url(../images/register/bg_register.png) no-repeat;
	/*background-color: #163059;*/
	/*overflow: hidden;*/
	/*position: fixed;*/
	width:100%;
	/*height:100%;*/
	background-size:cover;
}

input::-webkit-input-placeholder {
	color:white;
}
select option:first-child {
	color: gray;
}

.logo{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.main-body{
	/*border: 1px solid red;*/
	max-width: 100%;
	/*z-index: 100;*/
	align-items: center;
	/*overflow-y: scroll;*/
	/*max-height: 800px;*/
	/*display: block;
	height:100%;
	background:red;*/

}

.main{
	margin-left:auto;
	margin-right:auto;
	max-width: 500px;
}

.login{
	color: white;
	text-align: right;
	float: right;
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
	/*border: 1px solid green;*/
}
ul{
	list-style: none;
	overflow: hidden;
}

/*.register>ul>li{
	float: left;
	width: 50%;
	text-align: center;
	background-color: #10367E;
	color: white;
	height: 35px;
	line-height: 35px;
}*/

.personalRegister{
	/*border: 1px solid red;*/
	float: left;
	width: 50%;
	text-align: center;
	background-color: white;
	color: #A4A9AF;
	height: 35px;
	line-height: 35px;
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
}

.companyRegister{
	/*border: 1px solid red;*/
	float: left;
	width: 50%;
	text-align: center;
	background-color: #10367E;
	color: white;
	height: 35px;
	line-height: 35px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}

.inputInfo{
	background-color: #8D9AAE;
	line-height: 30px;
}


.white{
	color: white;
}

li{
	margin-top: 8px;
}

label{
	padding-left: 15px;
	width: 20%;
	font-weight: 100;
	margin-bottom: 0px;
}

p{
	border-radius: 2px;
	/*height: 35px;*/
	/*line-height: 35px;*/
	background-color: rgba(255,255,255,0.3);
	padding-top: 5px;
	width: 100%;
	padding-bottom: 5px;
	/*border: 1px solid red;*/
}

p>input{
	outline: none;
	background: transparent;
	border-color: transparent;
	width: 79%;
}

li>span{
	background-color: rgba(255,255,255,0.3);
	padding-top: 5px;
	width: 100%;
	padding-bottom: 5px;
}

span>input{
	background: transparent;
	border-color: transparent;
	width: 59%;
}

span>button{
	padding-left: 8px;
	color:black;
}

.inputInfo>input{
	background-color: #8D9AAE;
	border: 1px solid #8D9AAE;
	line-height: 30px;
	width: 80%;
}

.strong{
	margin-top: 20px;
	margin-bottom: 20px;
}

.isRead{
	background: transparent;
	opacity: 0.7;
	background: rgba(255, 255, 255, 0.7);
}

.clause{
	height: 30px;
	line-height: 30px;
}

.peopleClause{
	padding-left: 50px;
}


.login-box{
	position: absolute;
	z-index: 9;
	width: 435px;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -205px;
	padding-top: 45px;
	border: 1px solid #666;
	background: #373737;
	border-radius: 2px;
	box-shadow: 10px 10px 5px #000;
	color: #fff;
}
.login-box form{
	position: relative;
}
.form-inline{
	position: relative;
	display: block;
}
.form-inline + .form-inline{
	margin-top: 10px;
}
.form-inline > div{
	height: 40px;
	line-height: 40px;
}
.form-inline-font{
	position: absolute;
	left: 0;
	width: 110px;
	padding-right: 10px;
	font-family: "Arial";
	font-size: 15px;
	text-align: right;
}
.form-inline-input{
	width: 100%;
}
.form-inline-input input,
.code-box{
	padding: 0 10px;
	width: 100%;
	height: 40px;
	color: #fff;
	text-shadow: 1px 1px 1px black;
	background: rgba(0, 0, 0, 0.16);
	border: 0;
	border-radius: 5px;
	outline: none;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
}
.code-box{
	position: relative;
}
.code-box p,
.code-box span{
	display:block;
	position: absolute;
	left: 0;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	padding-bottom: 10px;
}
.code-box span{
	width: 40px;
	background-color:#fff;
	font-family: "宋体";
	font-size: 16px;
	cursor: pointer;
}
.code-box p{
	width: 0;
	background-color: #FFFF99;
	overflow: hidden;
	text-indent: -20px;
	transition: background 1s ease-in;
	padding-top: 0px;
}
.code-box .code-input{
	display: none;
}
.login-btn{
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: right;
	font-size: 0;
}
.user-btn-link{
	display: inline-block;
	vertical-align: sub;
	padding-right: 10px;
}
.user-btn-link a{
	color: #fff;
	font-size: 13px;
}
.user-btn-link a + a{
	margin-left: 5px;
}
.user-btn-link a:hover{
	text-decoration: underline;
}
.login-btn button{
	border: none;
	padding: 8px 12px;
	background-color:#00a1d2;
	border-radius: 3px;
	font-size: 14px;
	color:#fff;
	cursor: pointer;
}
.login-btn button:hover{
	box-shadow: 0 0 3px #00a1d2;
	text-shadow: 0 0 1px #b3d6dc,0 0 2px #e6e9de;
}

.us{
	margin: 0 10px;
	color: rgba(255, 255, 255, 0.7);
}
.con-box{
	width:100%;
	text-align: center;
	margin: 3% auto;
}

.contactUs,.aboutUs{
	color: rgba(255, 255, 255, 0.7);
}

.companyInfo{
	color: rgba(255, 255, 255, 0.7);
	width: 100%;
}

/*.city{
	width: 79%;
	color: black;
	background: transparent;
	height: 100%;
	border: 1px solid transparent;

}*/

select{
	width: 79%;
	-webkit-appearance: none;
	background: url(../images/register-down.png) right no-repeat;
	background-position: 97% 47%;
	background-size:12px 8px;
	height: 30px;
	padding-left:5px;
	border: 1px solid transparent;
	/*color: black;*/
	outline: none;

}

.yingye{
	height: 150px;
	width: 220px;
	background: rgba(255,255,255,0.3);
}

.yingyezhizhao{
	position:absolute;
	width: 194px;
	height: 140px;
	margin: auto 13px;
}

.photo{
	position:relative;
	z-index:2;
	top:38%;
	left:38%;
}

.photeWord{
	text-align: center;
	width: 220px;
}
.checkbox label::after{
	margin-top: -2px;
}
.checkbox label::before{
	margin-top: 5px;
}
.yanzheng{
	border: 1px solid red;
	line-height: 40px;
	padding-bottom: 10px;
}

/*creat by Biaoac for register with tips*/
.regist-submit-tips{
	position: absolute;
	margin-left: 470px;
	margin-top: -45px;
	background-color: transparent;
	color: red;
	font-size: 12px
}