*{
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}
html,body{
	height: 100%;
	width: 100%;
	font-family: 'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',Arial,sans-serif;
	color: #555;
	font-size: 15px;
	line-height: 1.7;
}
input:focus{
	outline: none;
}
#box{
	width: 100%;
	height: 100%;
	background-color: #f7fafc;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.cent-box{
	width: 300px;
	height: 600px;
	vertical-align: middle;
	white-space: normal;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -150px;
	z-index: 2;
}
.cent-box-header{
	width: 280px;
	height: 135px;
	text-align: center;
	padding: 0 10px;
}
.cent-box-header .main-title{
	width: 180px;
	height: 120px;
	margin: 0 auto;
	padding-top: 15px;
}
.cent-box-header .main-title img{
	height: 100%;
}
.cent-box-header .sub-title{
	margin: 15px 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
}
.cent-box-content{
	width: 300px;
	height: 465px;
}
#register{
	width: 300px;
	height: 180px;
	float: none;
	margin: auto;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #d5d5d5;
	text-align: left;
}
#login{
	width: 300px;
	height: 92px;
	float: none;
	margin: auto;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #d5d5d5;
	text-align: left;
}
#reset{
	width: 300px;
	height: 180px;
	float: none;
	margin: auto;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #d5d5d5;
	text-align: left;
}
.form-warning{
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
	width: 150px;
	height: 20px;
	color: red;
	font-size: 12px;
	text-align: left;
	float: left;
	top: 3px;
}
.forget-password{
	position: relative;
	overflow: hidden;
	margin-top: 15px;
	width: 300px;
	height: 20px;
	font-size: 14px;
	text-align: center;
}

.forget-password a{
	color: #1884fa;
}

.form-regester a{
	color: #1884fa;
}
.form-regester{
    font-size: 14px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	width: 150px;
	height: 20px;
	text-align: right;
}
.form-ipt{
	position: relative;
	margin: 0;
	overflow: hidden;
	width: 100%;
	height: 45px;
}
.form-ipt input{
	padding: 10px 10px;
	width: 100%;
	box-sizing: border-box;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: rgba(255,255,255,0.5);
	font-family: "Microsoft Yahei";
	color: #666;
	font-size: 14px;
	position: relative;
}
#verifycode{
	width: 200px;
}
#verifybutton{
	bottom: 0;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    text-align: right;
    position: absolute;
    width: 120px;
    height: 44px;
    right: 10px;
    line-height: 44px;
}
.required{
	position: absolute;
	right: 10px;
	top: 13px;
	color: #d5d5d5;
	font-size: 12px;
}
.border-btm{
	border-bottom: 1px solid #d5d5d5;
}
.button{
	width:100%;
}
#button{
	width: 100%;
	background: #0f88eb;
	box-shadow: none;
	border: 0;
	border-radius: 3px;
	line-height: 40px;
	color: #fff;
	display: block;
	font-size: 16px;
	cursor: pointer;
	font-family: 'Microsoft Yahei';
}
#button:hover{
	background: #80c3f7;
}
.declaration{
	padding: 5px 0;
	font-size: 14px;
}
.declaration a{
	color: #0f88eb;
}
.change-signin{
	margin-top: 10px;
	font-size: 13px;
	text-align: right;
	color: #999;
}
.change-signin a{
	color: #698ebf;
}
.change-signup{
	float: left;
	width:60%;
	margin-top: 10px;
	font-size: 13px;
	text-align: right;
	color: #999;
}
.change-signup a{
	color: #698ebf;
}
.forget-pwd{
	float: right;
	width: 30%;
	margin-top: 10px;
	font-size: 13px;
	text-align: right;
	color:#698ebf;
}
.back{
	float: right;
	width: 30%;
	margin-top: 21px;
	margin-right: 20px;
	font-size: 13px;
	text-align: right;
	color:#698ebf;
}
.notice{
	float: none;
	width: 300px;
	padding: 15px 10px;
}
.notice p{
	font-size: 13px;
	color: #0f88eb;
}
.format select{
	width: 300px;
	height: 30px;
	text-align: left;
	border: 1px solid #d5d5d5;
	padding: 1px 0px;
	border-radius: 3px;
	font-size: 14px;
	color:#666;
	padding: 5px;
}
.upload{
	width: 290px;
	padding: 0 5px;
	height: 80px;
	font-size: 14px;
	color:#666;
}
.upload-input{
	font-size: 12px;
	font-family: 'Microsoft Yahei';
}
.upload-button{
	width: 30px;
	background: #0f88eb;
	box-shadow: none;
	border: 0;
	border-radius: 3px;
	line-height: 20px;
	color: #fff;
	font-size: 13px;
	cursor: pointer;
	font-family: 'Microsoft Yahei';
}
.footer{
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #999;
	z-index: 2;
	padding-bottom: 10px;
	font-size: 14px;
}
.footer a{
	color: #666;
	text-decoration: underline;
}
.end-line {
	padding: 12px 0;
	overflow: hidden;
}
.end-line {
	padding: 0;
}
.end-line p {
	text-align: center;
	margin: 0;
}
.end-line p span {
	display: inline-block;
	color: #253135;
	font-family: 'Open Sans', sans-serif;
	line-height: 16px;
	margin-right: 13px;
}
.end-line p span i {
	color: #0077f9;
	vertical-align: middle;
	display: inline-block;
	padding: 0 10px;
}

label.error {
	top: 0 !important;
	line-height: 46px !important;
	right: 4px !important;
}

