			/*弹出层*/
.mac_pop_bg,
.mac_pop_msg_bg {
	position: fixed;
	z-index: 129;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
}

.mac_pop,
.mac_pop_msg {
	z-index: 99999;
	display: none;
	min-height: 20px;
	max-height: 750px;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	padding: 25px;
	z-index: 130;
	border-radius: 20px;
	background-color: #ffffff;
	box-shadow: 0 3px 18px rgba(0, 0, 0, .5);
}

.mac_pop .pop_top {
	height: 40px;
	width: 100%;
}

.mac_pop .pop_top h2 {
	width:90%;
	color: #000;
	float: left;
	display: block;
	margin: 0;
	font-size: 18px;
}

.mac_pop span.pop_close {
	float: right;
	width: 23px;
	height: 23px;
	font-size: 0;
	text-indent: 9999;
	cursor: pointer;
	font-weight: bold;
	display: block;
	background: url("/static/images/home/background.png") -10px 0 no-repeat;
}

.mac_pop_msg .pop-msg {
	color: #000;
	text-align: center;
	font-size: 14px;
}
.gbook_content {
	color: #fff;
	background-color: #212121;
	border-radius: 20px;
	width: 100% !important;
	border: 0px #E5E5E5 solid;
	border-radiusï¼š: 2px;
	padding: 10px 10px 0;
	font: 13px/1.2 "Quicksand", sans-serif;
}

.msg_code input {
	height: 30px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}

.mac_verify_img {
	pointer-events: unset !important;
	height: 30px;
}

.remaining-w.fr {
	float: right;
}

.mac_login {
	padding: 30px;
	width: 400px;
	height: 350px;
	background: #fff;
	box-sizing: border-box;
	font-family: "microsoft yahei"
}

.mac_login {
	width: 100% !important
}

.mac_login .mac_login_form .login_form_group {
	margin-top: 20px
}
.mac_login .mac_login_form .login_form_group input {
	padding: 4px 10px 4px 36px;
	width: 100%;
	height: 38px;
	line-height: 38px;
	border: 1px solid #cacaca;
	box-sizing: border-box
}

.mac_login .mac_login_form .login_form_group input.mac_u_name {
	background: url(/static/images/home/u_name.png) no-repeat 7px 8px
}

.mac_login .mac_login_form .login_form_group input.mac_u_pwd {
	background: url(/static/images/home/u_pwd.png) 8px 8px no-repeat
}

.mac_login .mac_login_form .login_form_link {
	margin-top: 10px;
	text-align: right
}

.mac_login .mac_login_form .login_form_link a {
	font-size: 12px;
	color: #333;
	margin-left: 15px
}

.mac_login .mac_login_form .login_form_link a {
	font-size: 12px;
	color: #333;
	margin-left: 15px
}

.mac_login .mac_login_form input.login_form_submit {
	background: #2fa5ff;
	color: #fff;
	font-size: 14px;
	line-height: normal;
	background-color: #ff6575 !important;
	border-color: #ff6575 !important;
	border: .0625rem solid #e2e2e2;
	border-radius: .1875rem;
	cursor: pointer;
	text-align: center;
	padding: 0
}

@media (max-width: 767px) {
	.mac_pop {
	width: 95% !important;
}


