﻿html,body,div,img,ul,li,a,p,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-family: "San Francisco",\5FAE\8F6F\96C5\9ED1,'微软雅黑',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust: none;
}
ul,li {
	list-style: none;
}
img {
	display: block;
	border: none;
	width: 100%;
}

a {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}


/*  内容  */
body{
	max-width: 640px;
	min-width:320px;
	margin: auto;
}

.wrapper{
	position: relative;
	width: 100%;
	height: 15.9rem;
	background: url("http://cdn.91muzhi.com/pic/twopage/project/national/bg.jpg")no-repeat;
	background-size: 100% ;
}

.header .sign,.header .download{
	font-size: 0.2rem;
	padding: 0.08rem 0.22rem;
	border-radius: 6px;
	margin-top: 0.22rem;
}
.header .download{
	color: #fff;
	background: #ff5500;
}
.header .sign{
	margin-left: 0.16rem;
	margin-right: 0.22rem;
	color: #ab080b;
	background: #fff;
}

.header .up{
	display: none;
}

.main{
	position: absolute;
	width: 100%;
	height: 5rem;
	top : 5.2rem;
}
.main .yiyou{
	font-size: 0.3rem;
	font-weight: 600;
	letter-spacing: 0.04rem;
	text-align: center;
	color: #ef6540;
	margin-top: 0.16rem;
}
.main .yiyou .num{
	font-size: 0.42rem;
	letter-spacing: 0;
	color: #f14300;
}
.main .yiyou i{
	display: inline-block;
	width: 0.36rem;
	height: 0.36rem;
	background: url("http://cdn.91muzhi.com/pic/twopage/project/national/graph.png")no-repeat 0 0;
	background-size: 1.6rem;
	margin-bottom: -0.05rem;
}
.main .container{
	position: relative;
	width: 5.5rem;
	margin: 0 auto;
	display: block;

}
.main .container .ren{
	position: absolute;
	width: 0.6rem;
	left: 4%;
	margin-left: -0.3rem;
}
.main .container .qi{
	position: absolute;
	width: 0.3rem;
	top: 0.4rem;
	right: 0.54rem;
}
.main .speed{
	position: absolute;
	width: 5rem;
	left: 50%;
	top: 1.8rem;
	margin-left: -2.5rem;
}
.main .recharge{
	position: absolute;
	width: 5.1rem;
	height: 1.6rem;
	left: 50%;
	top: 3.4rem;
	margin-left: -2.75rem;
	padding: 0 0.2rem;
	border-top: 1px solid #fb7735;
}
.main .recharge p{
	font-size: 0.22rem;
	padding: 0.14rem 0;
	color: #656565;
}
.main .recharge p .laba{
	display: inline-block;
	width: 0.2rem;
}
.main .recharge p span,.main .recharge p a{
	color: #fe5400;
}
.main .recharge p a{
	display: inline-block;
	float: right;
	right: 0.2rem;
	font-weight: 600;
}

.footer{
	position: absolute;
	width: 100%;
	height: 3.4rem;
	top: 10.9rem;
}
.footer .rule_img{
	width: 65%;
	margin: 0 auto;
	margin-top: 0.12rem;
}
.footer .rule{
	position: absolute;
	width: 5.4rem;
	top: 0.9rem;
	left: 50%;
	margin-left: -2.56rem;
}
.footer .rule p{
	font-size: 0.16rem;
	color: #848484;
	line-height: 2em;
	text-indent:-2em;
	margin-left: 0.3rem;
}
.footer .rule p span{
	padding: 0 5px  ;
	color: #848484;
	border-radius: 100%;
}


/*    模态框    */
.common_mask{
	min-width:320px;
	max-width:640px;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	z-index:10;
	background:rgba(0,0,0,.9)!important;
}

/* 登录框 */
.common_main_log{
	width:80%;
	height:205px;
	background-color:#fff;
	margin-left:10%;
	margin-top:100px;
	border-radius:5px;
	display: none;
}
/* 注册框 */
.common_main_reg{
	width:80%;
	height:250px;
	background-color:#fff;
	margin-left:10%;
	margin-top:80px;
	border-radius:5px;
	display: none;
}
.common_main_lr_top{
	width:100%;
	height:35px;
	line-height:35px;
	text-align:center;
	font-size:16px;
}
.common_main_lr_cue{
	width:100%;
	height:15px;
	line-height:15px;
	font-size:13px;
	color:red;
}/* 消息提示 */
.common_main_lr_un{
	margin-top:5px;
	width:86%;
	margin-left:7%;
	height:45px;
	background:url(http://cdn.91muzhi.com/h5sdk/img/login_username.jpg) no-repeat center center;
	background-size:100% 100%
}
.common_main_lr_text{
	height:45px;
	width:75%;
	margin-left:16%;
	margin-top:2px;
	font-size:14px;
	border: none;
	display: inherit;
	background: none;
	color:#666;
}
.common_main_lr_pw{
	margin-top:5px;
	width:86%;
	margin-left:7%;
	height:45px;
	background:url(http://cdn.91muzhi.com/h5sdk/img/login_password.jpg) no-repeat center center;
	background-size:100% 100%;
	display: inherit;
	color:#666;
}
.common_main_lr_d{
	height:50px;
	width:86%;
	margin-top:0px;
	margin-left:7%;
}
.common_main_lr_dl{
	width:50%;
	height:50px;
	float:left
}
.common_main_lr_dr{
	width:50%;
	height:50px;
	float:left;
	text-align:right
}
.common_main_lr_btn_log{
	border-radius: 4px;
	border: none;
	-webkit-appearance: none;
	height:38px;
	margin-top:6px;
	background-color: #E87936;
	font-size: 15px;
	color: #fff;
	width:85%;
	display: inherit;
}
.common_main_lr_btn_reg{
	border-radius: 4px;
	border: none;
	-webkit-appearance: none;
	height:38px;
	margin-top:6px;
	background-color: #4D88E1;
	font-size: 15px;
	color: #fff;
	width:85%;
	display: inherit;
}



/*充值助力*/
.common_mask .record_moble{
	display: none;
	width: 100%;
	height: 3rem;
	margin-top: 2rem;
	margin-left: 0.1rem;
	background: url("http://cdn.91muzhi.com/pic/twopage/project/national/record_moble.png")no-repeat;
	background-size: 100%;
}
.common_mask .record_moble p{
	font-size: 0.3rem;
	color: #fe5400;
	padding:  2.1rem 10% 0;
}
.common_mask .record_moble p .one{
	display: inline-block;
	width: 33%;
	text-align: center;
}
.common_mask .record_moble p .two{
	display: inline-block;
	width: 28%;
	text-align: center;
}
.common_mask .record_moble p .three{
	display: inline-block;
	width: 33%;
	text-align: center;
}

.common_mask .js_modal {
	position: relative;
	width: 100%;
	height: 5rem;
	margin-top: 2rem;
	margin-left: 0.1rem;
	background: url("http://cdn.91muzhi.com/pic/twopage/project/national/end_moble.png")no-repeat;
	background-size: 100%;
}
.common_mask .js_modal img{
	position: absolute;
	width: 2.9rem;
	top: 3.54rem;
	left: 50%;
	margin-left: -1.57rem;


}


