/* 登录窗口 */
.layui-layer-shade-login {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgb(0, 0, 0);
	opacity: 0.6;
	display: none;
}
.layui-layer-login {
	z-index: 99990;
	width: 580px;
	height: 490px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
	background-color: #fff;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
	position: fixed;
	pointer-events: auto;
	border-radius: 4px;
	display: none;
}
.layui-layer {
	border-radius: 4px !important;
}
.layui-layer-title {
	height: 52px !important;
	line-height: 26px !important;
	padding: 15px 0 10px 25px !important;
	border-bottom: 1px solid #f2f2f2 !important;
	font-family: 'Arial Normal', 'Arial' !important;
	font-weight: 400 !important;
	font-style: normal !important;
	font-size: 18px !important;
	background-color: #fff !important;
}
.layui-layer-setwin {
	right: 20px !important;
}
.layui-layer-setwin .layui-layer-close1 {
	cursor: pointer !important;
}
.hweelink_layer_content {
	width: 400px;
	height: 100%;
	margin: 0 auto;
}
.hweelink_layer_login_prompt {
	padding: 0px 0 5px;
	font-family: 'Arial Normal', 'Arial';
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #999999;
	text-align: center;
}
.hweelink_layer_login_nav {
	line-height: 20px;
	font-family: 'Arial Normal', 'Arial';
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #999999;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.hweelink_layer_login_nav li {
	padding: 0 12px 13px;
	margin: 0 18px;
	border-bottom: 2px solid transparent;
	position: relative;
	cursor: pointer;
}
.hweelink_layer_login_nav .layer_nav_active {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	font-weight: 700;
	color: #333333;
	border-bottom: 2px solid #2E9981;
}
.layer_nav_border {
	width: 124px;
	height: 20px;
	position: absolute;
	top: 0;
	left: -18px;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
}

.hweelink_layer_login_wechat {
	height: 387px;
	margin-top: 18px;
	margin-bottom: 8px;
	text-align: center;
    overflow: hidden;
}

.hweelink_layer_login_wechat iframe {
	width: 100%;
	height: 100%;
    margin-top: -30px;
}

.layer_login_wechat img {
	width: 230px;
	height: 230px;
	border: 1px solid #D7D7D7;
}

.hweelink_layer_login_wechat p {
	margin: 0;
	line-height: 19px;
	font-size: 14px;
	color: #333333;
	font-family: 'Arial Normal', 'Arial';
}

.border_active {
	border: 1px solid #f00 !important;
}

.hweelink_layer_login_code,
.hweelink_layer_login_password {
	margin-top: 70px;
}

.layer_login_phone {
	font-family: 'Arial Normal', 'Arial';
	font-size: 14px;
	color: #999;
}

.layer_login_phone input {
	width: 100%;
	height: 36px;
	padding: 6px 8px;
	line-height: 1.5;
	border: solid 1px #ddd;
	border-radius: 2px;
	color: #333333;
}

.layer_login_error {
	height: 40px;
	line-height: 40px;
	color: #FF0000;
}

.layer_login_error div {
	display: none;
}

.border_red {
	border: 1px solid #FF0000 !important;
}

.layer_login_phone input::-webkit-input-placeholder {
	color: #999;
}

.layer_login_phone input:-moz-placeholder {
	color: #999;
}

.layer_login_phone input:-ms-input-placeholder {
	color: #999;
}

.layer_login_related {
	margin: 18px 0 22px;
	height: 16px;
	text-align: right;
	font-size: 12px;
	font-family: 'Arial Normal', 'Arial';
}

.layer_login_related a {
	color: #999;
	margin-left: 6px;
}

.layer_login_in button {
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-family: 'Arial Normal', 'Arial';
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	background: #2E9981;
	border-radius: 4px;
	display: block;
}

.layer_login_code_content {
	display: flex;
	flex-wrap: wrap;
}

#layer_login_code {
	width: 265px;
}

.layer_login_getcode {
	width: 106px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 4px;
	background: #f2f2f2;
	margin-left: 29px;
	cursor: pointer;
	overflow: hidden;
}

.layer_login_in_code {
	margin-top: 30px;
}

.layer_login_in_code_login {
	color: #FFFFFF;
	background: #2E9981;
}

