﻿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;
}

.wrapper {
	position: relative;
	min-width: 320px;
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}

.content_1{
	width: 100%;
	position: relative;
}
.content_1 .download{
	font-size:0.23rem;
	color: #fff;
	background: #0c6418;
	padding:0.09rem 0.24rem;
	float: left;
	border-radius:0.06rem;
}
.content_1 #logout{
	display: none;
}
.content_1 .login_oll{
	position: absolute;
	top: 0.2rem;
	right: 0.2rem;
}
.content_1 .login{
	float: right;
	padding: 0.09rem 0.24rem;
	margin-left: 0.1rem;
	font-size: 0.23rem;
	background: #fff;
	color: #0c6418;
	border-radius: 0.06rem;
}
.content_1 .recharge{
	position: absolute;
	bottom: 1.4rem;
	left: 0;
	right: 0 ;
	margin:  0 auto;
	width: 42%;
}

.content_2{
	width: 100%;
	position: relative;
}
.content_2_main{
	position: absolute;
	top:0.4rem;
	left: 0;
	right: 0;
	width: 80%;
	margin: 0 auto;
	height: 100%;
}
.content_2_main .top a{
	width: 1.6rem;
}
.content_2_main .ranking{
	margin-right: 0.4rem;
}

.content_2_main .middle p{
	 margin-top:0.2rem;
	 font-size: 0.1rem;
	 color: #fff;
 }

.content_2_main .middle p span{
	font-size: 0.2rem;
	color: #fff;
}
.content_2_main .middle .nm{
	margin-top: 0.2rem;
	margin-left: 0.4rem;
}
.content_2_main .middle>span{
	position: absolute;
	font-size: 0.2rem;
	color: #fff;
}
.content_2_main .middle .span_1{
	top:1.1rem;
	left: 0.7rem;
}
.content_2_main .middle .span_2{
	top:1.1rem;
	left: 2.1rem;
}
.content_2_main .middle .span_3{
	top:1.1rem;
	left: 3.6rem;
}
.content_2_main .middle .mzz{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto ;
	width: 2.2rem;
}



.content_3{
	width: 100%;
	position: relative;
}
.content_3 .content_3_bj{
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
}
.content_3 .tab{
	text-align: center;
	height: 1.2rem;

}
.content_3 .tab button{
	margin: 0 0.2rem;
	width: 1.9rem;
	font-size: 0.25rem;
	display: inline-block;
	background: #0460a7;
	color: #fff;
	line-height: 0.4rem;
	border-radius: 0.2rem;
	position: relative;
	bottom: 0.2rem;
	outline:none;
}
.content_3 .tab button.active{
	background: #a04908;
}

.content_3 .list_1{
	width:5.2rem;
	margin: 0 auto;
}
.content_3 .list_1 .left{
	width: 50%;
	text-align: center;
}
.content_3 .list_1 .left img{
	display: inline-block;
	width:1.2rem;
}
.content_3 .list_1 .left p{
	font-size:0.2rem;
	color: #fff;
	text-align: center;
}

.content_3 .list_1 .right{
	width: 50%;
	text-align: center;
}
.content_3 .list_1 .right img{
	display: inline-block;
	width:1.2rem;
}
.content_3 .list_1 .right p{
	font-size:0.2rem;
	color: #fff;
	text-align: center;
}
.content_3 .list_1  p font{
	color: #ffe167;
}
.content_3 .list_2{
	display: none;
	width: 70%;
	height: 2rem;
	margin:  0 auto;
	background-image: url("../images/jl.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.content_3 .list_2 .text p{
	color: #00538d;
	font-size: 0.2rem;
	line-height: 0.5rem;
	padding-left: 0.8rem;
}
.content_3 .list_2 .text{
	padding-top: 0.24rem;
}
.content_3  .phb{
	position: absolute;
	left: 0;
	right: 0;
	top:3.3rem;
	margin:  0 auto;
	width: 2.2rem;
}


/* 定义模态对话框外面的覆盖层样式 */
#modal_gz {
	min-width: 320px;
	max-width: 640px;
	position: fixed;   /* 使用绝对定位或固定定位  */
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	width:100%;
	height: 100%;
	text-align:center;
	z-index: 99;
	background:rgba(0,0,0,0.9);
}
/* 模态框样式 */
#modal_gz .modal-data{
	background:#00538d;
	border-radius: 40px;
	padding:0.4rem 0.2rem;
	width: 80%;
	margin:  2rem auto;
	height: 5rem;
	font-size: 0.2rem;
	color: #fff;
	text-align: left;
	line-height: 0.36rem;
	overflow: auto;
}
#modal_gz .modal-data h3{
	text-align: center;
	margin-bottom: 0.2rem ;
}

#modal_gz .an{
	width: 0.5rem;
	position: absolute;
	top:1.5rem;
	right:0.2rem;
}
#modal_ph {
	min-width: 320px;
	max-width: 640px;
	position: fixed;   /* 使用绝对定位或固定定位  */
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	width:100%;
	height:100%;
	text-align:center;
	z-index: 99;
	background:rgba(0,0,0,0.9);
}
#modal_ph .an{
	width: 0.5rem;
	position: absolute;
	top:1.6rem;
	right:0.2rem;
}
#modal_ph .text_ph{
	position: absolute;
	width: 85%;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 2rem;
}
#modal_ph .text_ph table{
	position: absolute;
	top: 0.8rem;
	left: 0;
	right: 0;
	margin:  0 auto;
	font-size: 0.1rem;
	width: 5rem;
	border-collapse:collapse;
}
#modal_ph .text_ph tbody{
	position: absolute;
	height: 2.9rem;
	overflow: auto;
}
#modal_ph .text_ph tbody td{
	width: 1.6rem;
	height: 0.4rem;
}
#modal_ph .text_ph tbody tr:nth-child(even){
	background: #0771bb;
	color: #fff;
}
#modal_ph .text_ph tbody tr:nth-child(odd){
	background: #1584d3;
	color: #fff;
}
#modal_ph .text_ph tbody tr:first-child{
	background: #fff;
	color: #0b5197;
	font-size: 0.22rem;
}


#modal_mzz {
	min-width: 320px;
	max-width: 640px;
	position: fixed;   /* 使用绝对定位或固定定位  */
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	width:100%;
	height:100%;
	text-align:center;
	z-index: 99;
	background:rgba(0,0,0,0.9);
}
#modal_mzz .img_modal{
	position: absolute;
	width: 80%;
	top:1.9rem;
	left: 0;
	right: 0;
	bottom: 0;
	margin:  0 auto ;
}
#modal_mzz .an{
	width: 0.5rem;
	position: absolute;
	top:1.6rem;
	right:0.3rem;
}
#modal_mzz div{
	position: absolute;
	top:3rem;
	width: 5rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #fff;
	font-size: 0.4rem;
	letter-spacing: 5px;
}
#modal_mzz div span{
	color: #fdbc0c;
}


/*活动结束—model*/
#modal_jieshu {
	min-width: 320px;
	max-width: 640px;
	position: fixed;   /* 使用绝对定位或固定定位  */
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 99;
	background:rgba(0,0,0,0.9);
}
#modal_jieshu  .jieshu{
	width: 70%;
	min-height: 2rem;
	margin: 2rem auto;
	background-image: url("../images/mobel.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
	padding: 0.8rem 0.6rem;
	font-size: 0.4rem;
	text-align:center;
	letter-spacing: 3px;
}
#modal_jieshu  .jieshu a{
	display: inline-block;

	color: #fdbc0c;
	padding: 0.1rem 0.2rem;
	border-radius: 0.2rem;
}



#modal_jl {
	min-width: 320px;
	max-width: 640px;
	position: fixed;   /* 使用绝对定位或固定定位  */
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 99;
	background:rgba(0,0,0,0.9);
}
#modal_jl .img_modal{
	width: 70%;
	min-height: 2rem;
	margin: 2rem auto;
	background-image: url("../images/mobel.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
	padding: 0.8rem 0.6rem;
	font-size: 0.4rem;
	text-align:center;
	letter-spacing: 3px;
}
#modal_jl div span{
	color: #fdbc0c;
}
#modal_jl .an{
	width: 0.5rem;
	position: absolute;
	top:1.6rem;
	right:0.3rem;
}



.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;
}
.timeOut{
	display: none;
}
.loginbox p{
	color: #fff;
	display: inline-block;
	background: #b1321f;
	float: right;
	margin-right: 15px;
	padding: 6px 10px;
	border-radius: 6px;
	line-height: 16px;
}
.loginbox p+p{
	margin-right:6px;
}
.chestUserCont{
	position: fixed;
	top:3rem;
	left:10%;
	display: none;
	text-align:center;
	width:80%;
	max-width:640px;
}
.chestUserCont p{
	color: #fff;
	background: #b1321f;
	padding: 24px 15px;
	border-radius: 6px;
	font-size:0.25rem;
	display: inline-block;
}