.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-row-center {
	display: flex;
	flex-direction: row;
	align-items: center;
}

/* 登录注册弹窗 */
.sendMail_login {
	width: 400px;
	height: 400px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.68);
	padding: 0px 30px;
	box-sizing: border-box;
}

.sendMail_login .layui-tab-title {
	border-bottom-width: 2px;
	border-color: #A2D6FF;
}

.sendMail_login .layui-tab-title li {
	width: calc((100% - 60px) / 2);
	font-size: 16px;
	color: #666666;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
}

.sendMail_login .layui-tab-brief>.layui-tab-title .layui-this {
	color: #0B70C0;
	font-weight: bold;
}

.sendMail_login .layui-tab-brief>.layui-tab-title .layui-this:after {
	border-bottom: 4px solid #0B70C0;
}

.sendMail_login .layui-form-select dl dd.layui-this {
	background-color: #666666;
}

.sendMail_login input {
	height: 40px;
	border: none;
	background: #F5F5F5;
}

.sendMail_login .layui-form-item {
	margin-bottom: 8px;
	margin-top: 25px;
}

.sendMail_login .note .layui-form-select .layui-input {
	width: 87px;
}

.sendMail_login .noteVerPhone_font,
.sendMail_login .noteVerCode_font,
.sendMail_login .noteCaptchaCode_font,
.sendMail_login .accountVerPhone_font,
.sendMail_login .accountVerPassword_font {
	/* height: 19px; */
	line-height: 19px;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FF0000;
}

.sendMail_login .getVerCode {
	position: absolute;
	height: 40px;
	line-height: 40px;
	border: none;
	top: 0px;
	right: 0px;
	background: #F5F5F5;
	padding: 0px 10px;
	box-sizing: border-box;
	cursor: pointer;
}

.sendMail_login .noteSubmit {
	width: 100%;
	height: 36px;
	background: #0B70C0;
	border-radius: 2px;
	border: none;
	font-size: 16px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 30px;
}

.sendMail_login .agreement_box {
	margin-top: 15px;
}

.sendMail_login .agreement_box .layui-form-checked[lay-skin=primary] i {
	background-color: #0B70C0;
	border-color: #0B70C0;
}

.sendMail_login .agreement_box .layui-form-checkbox[lay-skin=primary]:hover i {
	border-color: #0B70C0;
}

.sendMail_login .agreement_box>div {
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

.sendMail_login .agreement_box>div>a {
	color: #0B70C0;
	font-weight: 500;
}


