﻿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;
	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: 100%;
}
.header{
	position: relative;
	width: 100%;
	height: 4.5rem;
	background: url("../images/1.jpg")no-repeat;
	background-size: 100% ;
}
.header .sign,.header .download{
	font-size: 0.23rem;

	padding: 0.08rem 0.22rem;
	border-radius: 6px;
	margin-top: 0.22rem;
}
.header .sign{
	background: #fff;
	color: #6C098C;
	margin-left: 0.08rem;
	margin-right: 0.22rem;
}
.header .download{
	background: #F9F325;
	color: #6F038F;
}
.header .up{
	display: none;
}

.main_1{
	position: relative;
	width: 100%;
	height: 2.22rem;
	background: url("../images/2.jpg")no-repeat;
	background-size: 100% ;
}
.main_1 .text_1{
	text-align: center;
	font-size: 0.24rem;
	color: #fff;
	padding-top: 1.08rem;
}

.main_2{
	position: relative;
	width: 100%;
	height: 2.32rem;
	background: url("../images/3.jpg")no-repeat;
	background-size: 100% ;
}
.main_2 .text_2{
	text-align: center;
	font-size: 0.24rem;
	color: #fff;
	padding-top: 1.08rem;
}

.main_3{
	position: relative;
	width: 100%;
	height: 2.37rem;
	background: url("../images/4.jpg")no-repeat;
	background-size: 100% ;
}
.main_3 .text_3{
	text-align: center;
	font-size: 0.24rem;
	color: #fff;
	padding-top: 1.12rem;
}

.footer{
	position: relative;
	width: 100%;
	height: 4.4rem;
	background: url("../images/5.jpg")no-repeat;
	background-size: 100% ;
}
.footer .btn{
	position: absolute;
	width: 3rem;
	left: 50%;
	margin-left: -1.5rem;

}
.footer .rule{
	position: absolute;
	width: 5.4rem;
	top: 1.2rem;
	left: 50%;
	margin-left: -2.6rem;
}
.footer .rule .biaoti{
	width: 3.7rem;
	margin: 0 auto;
	padding-top: 0.1rem;
	padding-bottom: 0.2rem;
}
.footer .rule p{
	font-size: 0.16rem;
	color: #fff;
	line-height: 0.34rem;
	text-indent:-2em;
	margin-left: 0.3rem;
}
.footer .rule p span{
	padding: 0 4px;
	background: #FFE305;
	color: #F25F4E;
	margin-right: 7px;
	border-radius: 50%;
}


/*    模态框    */
.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;
	filter:Alpha(opacity=70);
}

/* 登录框 */
.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 .js_modal{
	position: absolute;
	top:2rem;
	left: 50%;
	color: #fff;
	font-size: 0.4rem;
	text-align: center;
	line-height: 2em;
	padding-top: 0.7rem;
	margin-left: -45%;
	width: 90%;
	height: 3.3rem;
	background: url("../images/mobel.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.common_mask .js_modal a{
	color: #F9F325;
}




