.login {
	padding-top: 126px;
	background: url(../img/bg_account_login.png) 50% no-repeat;
	background-size: cover;
	width: 100%;
	height: 700px;
	min-height: calc(100vh - 245px);
	position: relative;
}

.account-content {
	border-radius: 4px;
	background-color: #fff;
	position: absolute;
	left: 62%;
	top: 50%;
	transform: translateY(-50%);
	padding-top: 40px;
	width: 390px;
	height: 450px;
}

.codePic {
	position: absolute;
	right: 0;
	top: 0;
	cursor:pointer;
}

.loginBox,
.loginPwd,
.loginZdl{
	padding: 30px 40px 15px;
	box-sizing: border-box;
}
.account-title {
	border-bottom: 1px solid #eee;
	padding: 12px 20px 0 0px;
	width: 82%;
	margin: auto;
}

@font-face {
	font-family: alregular;
	/* src: url("../font/Alibaba-PuHuiTi-Regular.ttf"); */
}

.account-title a {
	display: block;
	width: 50%;
	text-align: center;
	font-size: 17px;
	padding-bottom: 13px;
	cursor: pointer;
	font-family: 'alregular';
	color: #666666;

}
.toRegist{
	margin-bottom:0;
	padding:0 40px;
}
#zphone {
	position: absolute;
	top: 9px;
	right: 8px;
	cursor: pointer;
	font-size: 15px;
}

.loginPwd,.codeLogin,.registBox,.loginZdl {
	display: none;
}
 .toggleBox{
	text-align: center;
	    padding: 20px;
		    text-align: center;
		    margin-top: 80px;
}
 .toggleBox span:nth-child(2){
	margin: 0 40px;
}
 .toggleBox span{
	color: #5590E6;
	cursor:pointer;
	font-size: 15px;
}
.codeLogin p{
	text-align: center;
}
.codeBox{
	text-align: center;
	padding:20px;
}
.codeBox img{
	width:150px;
}
#form_submit {
	background-color: #115FBF !important;
	border-color: #115FBF !important;
	margin-top: 40px;
	margin-bottom: 13px;
}

.layui-form-item {
	margin-bottom: 25px;
}

.layui-input {
	background: #F6F7F8;
	border: none;
	border-radius: 6px;
}

.account-title a.router-link-active {
	border-bottom: 2px solid #115FBF;
	color: #000;
	/* color: #0352a8 !important; */
}

.forgetPWD {
	font-size: 14px;
	color: #666;
}

.blue {
	color: #115FBF;
}

.gray {
	color: grey;
}

.pear-btn-primary {
	width: 100%;
	border-radius: 6px;
	background-color: beige !important;
}

.layui-input::placeholder {
	font-size: 14px;
}

.layui-input,
.layui-select,
.layui-textarea {
	height: 40px;
}

.registBox .layui-form-label {
	width: 118px;
	text-align: right;
}
.registBox{
	width:430px;
	padding-top: 18px;
	height: 615px;
}
.registBox .layui-input-block {
	margin-left: 119px;
}

#GetNoteNo,
#GetNoteNoTwo {
	box-shadow: 1px 2px 4px 0 #dadada;
	color: #FFF0B7;
	font-size: 14px;
	flex-shrink: 0;
	margin-left: 10px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border-radius: 4px;
	cursor: pointer;
}

.base-sms__text {
	background-image: linear-gradient(-29deg, #e09e36, #f5db77 100%, #afddb7 0, #68def7 0, #b4eddc 0, #fffbc1 0), linear-gradient(#40c322, #40c322);
	background-blend-mode: normal, normal;
}

.layui-form-item .layui-form-checkbox[lay-skin=primary] {
	margin-top: 3px;
}

.xieyi span {
	font-size: 12px;
}

.xieyi span:last-child {
	color: #0c52a8;
	cursor: pointer;
}

.user-agreement {
	display: none;
	padding: 20px;
}

.user-agreement p {
	font-size: 14px;
}

.base-sms__timer {
	background-color: #999;
}

.base-sms__timer span {
	color: #fff;
}

.sdl {
	white-space: nowrap;
	margin-left:10px;
}