html,body{
	width:100%;
	height:100%;
	overflow: hidden;
}
.header{
	width:100%;
	height:3.125rem;
	background-color:rgba(0,0,0,.9);
	position:fixed;
	left:0;
	top:0;
	z-index:10;
}
.icon{
	display: block;
	width:3.75rem;
	height:3.75rem;
	float:left;
	margin:0.625rem 0.625rem 0 0.625rem;
}
.icon img{
	display: block;
	width:100%;
	height:100%;
}
.header_txt{
	float:left;
	color:#fff;
}
.header_txt p:nth-child(1){
	font-size:0.75rem;
	font-weight:bold;
	margin-top:0.9375rem;
}
.header_txt p:nth-child(2){
	font-size:0.5625rem;
	color:#999999;
	margin-top:0.15rem;
}
.kv{
	width:100%;
	height:35.5rem;
	background:url(../images/bg.jpg) no-repeat center;
	background-size:100% 100%;
	overflow: hidden;
	position:relative;
}
.btn{
	display: block;
	width:12.78125rem;
	height:8.78125rem;
	position:absolute;
	bottom:5.25rem;
	left:3.75rem;
}
.login{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.9);
	position:fixed;
	left:0;
	top:0;
	z-index:20;
	display: none;
}
.c_login{
	width:18.78125rem;
	height:13.875rem;
	background:url(../images/login.png) no-repeat center;
	background-size:100% 100%;
	position:relative;
	margin:0 auto;
	overflow: hidden;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.close{
	display: block;
	width:1.4375rem;
	height:1.4375rem;
	position:absolute;
	right:0.25rem;
	top:2.0625rem;
}
.login_body{
	width:13.875rem;
	margin:6.875rem 0 0 3rem;
}
.login_body .login_title{
	font-size:0.6875rem;
	color:#fff;
	text-align: center;
	white-space: nowrap;
}
.login_body .s_put{
	width:14.1875rem;
	height:2.5625rem;
	background:url(../images/put.png) no-repeat center;
	background-size:100% 100%;
	overflow: hidden;
	margin-top:1.3rem;
}
.login_body .s_put #phone{
	width:9.90625rem;
	height:1.875rem;
	float:left;
	margin:0.34375rem 0 0 0.34375rem;
	background:none;
	outline:none;
	border:none;
	font-size:0.75rem;
	color:#828181;
	line-height:1.875rem;
	text-indent:0.625rem;
}
.login_body .s_put #yuyue{
	display: block;
	width:3.9375rem;
	height:1.875rem;
	float:left;
	margin:0.34375rem 0 0 0;
}
