.main_content{
	padding-top: 40px;
    width: 1130px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.10);
    border-radius: 7px;
    display: inline-block;
    margin: 40px 0px 70px 0px;
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.loginHeader {
    height: 48px;
    line-height: 48px;
    background: #0088FE;
}
.loginHeader img {
    width: 100px;
    height: 32.5px;
    margin-left: 124px;
}
.pageTitle{
	height: 30px;
	line-height: 30px;
	border-left: 1px solid white;
	display: inline-block;
	font-size: 18px;
	color: #FBFAFA;
	margin-left: 20px;
	padding-left: 20px;
	vertical-align: middle;
}
.registerWrap{
	text-align: center;
}
.loginTitle {
    padding: 40px 26px;
    overflow: hidden;
}
.loginTitle img{
	float: left;
}
.nav ul{
	list-style-type:none;
	margin:0;
	width:100%;
	border-bottom: 1px solid #ddd;
    height: 55px;
    padding: 0;
}

.nav ul li{
	width: 112px;
	float:left;
	font-size: 14px;
}

.nav ul li img{
	vertical-align: middle;
}

.register_content{
	clear: both;
}
.agreement-style{
	margin-left: 78px;
    margin-top: 25px;
}
.agreement-style a{
	text-decoration: none;
	color:#00a8ff
}
.field_name{
	float: right;
	display: -moz-inline-box;
    display: inline-block;
	text-align: right;
}
.inputText{
	width: 70px;
	text-align: right;
	margin-right: 10px;
}
.errorMsg{
	height: 54px;
	line-height: 54px;
	padding-left: 70px;
	text-align: left;
	color: #F75C5C;
}
dd{
	line-height: 26px;
}
#registerForm{
	text-align: center;
	display: inline-block;
}
#confirm_email{
	margin-top: 20px;
    margin-left: 10px;
}
.registerStepBar{
	width: 544px;
	height: 4px;
	background: #D4D8E7;
	white-space: nowrap;
	font-size: 0px;
	margin-bottom: 24px;
}
.registerStepBar div{
	display: inline-block;
	width: 33%;
	height: 4px;
	position: relative;
}
.registerStepBar div:before{
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #D4D8E7;
	position: absolute;
	top: -6px;
}
.registerStepBar div.stepActive:before{
	background: #60C664;
}
.registerStepBar div:first-child:before{
	left: -8px;
}
.registerStepBar div:last-child:before{
	right: -8px;
}
.stepActive{
	background: #60C664;
}
.registerStepInfo{
	font-family: 'PingFangSC-Regular';
	font-size: 18px;
	color: #333333;
}
.registerStepInfo>span:not(:first-child){
	margin-left: 150px;
}
.loginInput:focus-within{
	border:1px solid #4A90E2;
}
.loginInput{
	width: 480px;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	background: white;
	vertical-align: middle;
	background: #FFFFFF;
	border: 1px solid #D4D8E7;
	border-radius: 4px;
}
.loginInput input {
    border-radius: 4px;
    float: left;
    display: inline-block;
    width: 240px;
    height: 100%;
    font-size: 14px;
    color: #333333 !important;
    font-family: "Microsoft YaHei";
    padding-left: 24px;
    box-sizing: border-box;
    border: 0;
    outline: 0;
    background: transparent;
}
.loginInput input:focus{
	border: 0px;
	outline: none;
	box-shadow:none
}
.loginInput input::-webkit-input-placeholder { /* WebKit browsers */
	color:    #D4D8E7;
	font-size: 14px;
}
.loginInput input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #D4D8E7;
    font-size: 14px;
}
.loginInput input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #D4D8E7;
    font-size: 14px;
}
.loginInput input::-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #D4D8E7;
    font-size: 14px;
}
.inputMark{
	font-family: 'PingFangSC-Regular';
	font-size: 14px;
	color: #F75C5C;
	display: inline-block;
}
.inputFont{
	font-family: 'PingFangSC-Semibold';
	font-size: 14px;
	color: #333333;
	margin-left: 5px;
}
.loginButton{
	display: inline-block;
	cursor: pointer;
	width: 320px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 14px;
	color:white;
	font-family: "Microsoft YaHei";
	background: #FD8873;
	border-radius: 4px;
	margin-bottom: 135px;
	margin-top: 15px;
}
.loginButton[disabled]{
	background: #D4D8E7;
}
.errorContent{
	display: none;
	margin-left: 20px;
}
.navStep{
	margin: 25px 0px 94px 0px;
	position: relative;
}
.loginHeader{
	text-align: left;
}
.loginFooter{
	height: 116px;
	line-height: 116px;
	border-top: 1px solid rgba(255,255,255,0.10);
	bottom: 0px;
	z-index: 2;
	left: 0px;
	width: 100%;
	text-align: center;
	display: table;
}
.footerInfo{
	line-height: initial;
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	color: #333;
}
.submitMask{
	position: fixed;
}
.tipBox{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	margin-top: 100px;
	display: none;
}
#tipContent{
	color: #F7855C;
    font-size: 12px;
    vertical-align: bottom;
    margin-left: 10px;
}
.hasAccount{
	width: 100%;
	text-align: right;
	font-size: 12px;
	color: #999999;
	padding-right: 40px;
	cursor: pointer;
}
.hasAccount span{
	color: #4A90E2;
	margin-left: 6px;
}
