body {
	font-family: "微软雅黑";
	font-size:14px;
	color:#323232;
	background-color:#000;
	background-size:100% auto;
}
a:link {
 color:#000; font-family:"微软雅黑"; text-decoration:none;
}

input {
	padding:0;
    margin:0;
	border:0;
}
.clear { clear:both;}
b {
	font-weight:normal;
	}

* {
    padding:0;
    margin:0;
	border:0;
}

html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
 @media screen and (min-width:320px) {
html { font-size: 0.625rem; -webkit-text-size-adjust: none; }
}
@media screen and (min-width:400px) {
html { font-size: 0.75rem; }
}
@media screen and (min-width:480px) {
html { font-size: 0.875rem; }
}
@media screen and (min-width:560px) {
html { font-size: 1rem; }
}
@media screen and (min-width:600px) {
html { font-size: 1.125rem; }
}
@media screen and (min-width:640px) {
html { font-size: 1.25rem; }
}

.container_w {
	position:relative;
	max-width:640px;
	width:100%;
	margin:0 auto;
	overflow:hidden;
	height:100%;
	
	}
.container {
	position: fixed;
	height: 100%;
	width: 100%;
	background: url(../images/bg.jpg) no-repeat center top;
	background-size:100% auto;
}
img { width:100%;}
.div_w { width: 100%; height: 100vh; position: fixed; background: url("../img/magna_pc_bg.jpg?v=1") no-repeat; background-size: cover; }
.magna_pc_logo { position: absolute; top: 50%; width: 300px; left: 20%;}
.magna_white { position: fixed; right: 200px; background: #fff; width: 300px; padding: 30px; top: 50%; transform: translate(0,-50%); text-align: center; height: 300px; border-radius: 5px;}
.magna_title { font-size: 20px; margin-top: 20px;}
.input_w {  border: 1px solid #DA291C;  border-radius: 5px; overflow: hidden; margin-top: 50px;}
.input_w input { width: 90%;  padding: 3% 5%;}
.btn_login { background: #DA291C; color: #fff; padding: 3% 0; margin-top: 60px; border-radius: 6px; margin-bottom: 30px;}
.tips_w { font-size: 12px;}
.tips_w span { color: #DA291C;}
.login_img { width: 40%; margin-top: 20px; margin-bottom: 10px;}
.btn_qianwang { background: #DA291C; color: #fff; padding: 3% 0; margin-top: 20px; border-radius: 6px; margin-bottom: 50px;}
.log_t  { font-size: 16px;}
.log_t span{ display: block; font-weight: normal; margin-top:5px; font-size: 12px;}
.red_tips { color: #DA291C; font-size: 12px; margin-top: 4px;}