.login-header {
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
	margin-bottom: 6px;
}

.login-header-box {
	background: #fff;
}

.login-header-img {
	width: 200px;
	height: 40px;
	margin-top: 20px;
}

.login-header-font {
	width: 89px;
	height: 20px;
	font-size: 18px;
	color: rgba(70, 70, 70, 1);
	margin: 31px 0 17px 11px;
	letter-spacing: 1px;
}

.login-bgc {
	width: 1903px;
	height: 519px;
	background: url("/img/entry/loginBgc.png") no-repeat left;
	background-size: 100% 100%;
}

.login-bgc-div {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.login-bgc-box {
	width: 364px;
	height: 329px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid #E1E1E1;
	text-align: center;
	color: #343434;
	position: absolute;
	top: 82px;
	right: 94px
}

.login-bgc-title {
	height: 49px;
	line-height: 49px;
	width: 100%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 600;
	border-bottom: 1px solid #E1E1E1;
	color: #555;
	letter-spacing: 1px;
}

.login-bgc-floot {
	padding: 30px 27px 0;

}

.login-bgc-input {
	height: 40px;
	padding-left: 10px;
}

.login-bgc-input:first-child {
	margin-bottom: 16px;
}

#phone_number,
#phone_pwd {
	border: #cccccc 1px solid;
	padding-left: 30px;
	padding-right: 20px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	outline: none;
}

input[type=text] {
	width: 30px;
	height: 28px;
	border-radius: 4px;
	background: url("/img/entry/phoneInput.png") no-repeat 10px center;
	background-size: 10px 15px;
}

input[type=password] {
	width: 30px;
	height: 28px;
	border-radius: 4px;
	background: url("/img/entry/password.png") no-repeat 10px center;
	background-size: 13px 13px;
}

.login-bgc-forget {
	text-align: right;
	width: 100%;
	height: 46px;
	font-size: 14px;
	padding: 20px 0 9px
}

.login-bgc-btnL {
	width: 100%;
	height: 39px;
	background: #0483E4;
	border-radius: 2px;
	font-size: 16px;
	color: #fff;
	line-height: 39px;
	margin: 0 0 7px;
}

.login-bgc-btnR {
	width: 100%;
	height: 45px;
	line-height: 30px;
	color: #848484;
	font-size: 14px;
	padding: 12px 0
}

.footer-login {
	width: 1200px;
	margin: 0 auto;
}

#ModalFrame {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
}

.ModalFrame_box {
	width: 500px;
	margin: 0 auto;
	margin-top: 300px;
	height: 280px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.25);
	border-radius: 12px;
	position: relative;
}

.ModalFrame_content {
	height: 160px;
	text-align: center;
	font-size: 22px;
	color: #343434;
	padding-top: 86px;
	letter-spacing: 1px;
}

.ModalFrame_icon {
	position: absolute;
	top: -75px;
	right: -75px;
	width: 100px;
	height: 100px;
	padding: 32px;
}

.ModalFrame_icon .icon {
	width: 34px;
	height: 34px;
}

.ModalFrame_btn {
	width: 300px;
	height: 57px;
	background: rgba(4, 131, 228, 1);
	border-radius: 10px;
	color: #fff;
	border-style: 0;
	margin: 13px 100px 0;
	border: 1px solid rgba(4, 131, 228, 1);
	font-size: 20px;
	letter-spacing: 4px;
}