.registerBox{
	width: 100%;
	height: 750px;
	background: url(../img/register.png) 50% no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 60px;
}
.nrBox{
	width: 915px;
	height: 630px;
	background-color: #fff;
	margin: 0px auto 0;
	border-radius: 10px;
	padding: 10px 20px 20px;
}
.account-title {
    padding: 12px 20px 0 0px;
    width: 100%;
    margin:0 auto 20px;
	border-bottom: 2px solid #E4E7ED;
}
.account-title a{
	padding-bottom: 10px;
	position: relative;
}
.account-title a.router-link-active::after {
	content:'';
	width: 100%;
	height: 2px;
	background-color: #115FBF;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.account-title a:last-child{
	margin-left: 30px;
}
.layui-form-label{
	width: 170px;
	color: #606266;
}
.layui-input-block{
	margin-left: 170px;
}

.setBlue{
	color: #409EFF;
	cursor: pointer;
}
#getCode {
    border: 1px solid #409EFF!important;
	background-color: #409EFF!important;
}
#getCode{
	width: 65px;
	margin-left: 10px;
}
.nextStep{
	position: relative;
	    width: 205px!important;
	    height: 36px;
	    padding: 0;
	    border: none;
	    margin-bottom: 20px;
		margin-top: 20px;
	    background-image: linear-gradient(99deg,#6fd4f1,#216ad7),linear-gradient(#40bee6,#40bee6);
	    background-blend-mode: normal,normal;
	    font-size: 16px;
	    color: #fff;
}
.preBtn{
	width: 140px!important;
}
.layui-form-item .layui-form-checkbox[lay-skin=primary]{
	margin-top: 0;
}
.info_body {
    margin: 20px auto;
    width: 95%;
}
.info_body span {
    margin-top: 20px;
    line-height: 1.5;
    display: block;
}
.agreement {
    text-align: initial;
    padding: 25px 25px 30px;
	    padding: 30px 20px;
	    color: #606266;
	    font-size: 14px;
	    word-break: break-all;
}

.layui-form-select dl dd, .layui-form-select dl dt{
	font-size: 15px;
	line-height: 30px;
}
.layui-input::placeholder{
	font-size: 14px;
}
.requiredLabel{
	position: relative;
	padding-left: 5px;
}
.requiredLabel::before{
	content:'*';
	color: red;
	margin-right: 2px;
}