*{margin: 0;padding: 0;font-size: 14px;}
html,body{
	font-family:"Microsoft Yahei";
	font-size:62.5%;
	background: #eeeeee;
	max-width: 760px;
	height: 100%;
	margin: 0 auto;
}

body{max-width:764px;}
a,input,button,textarea{outline: none;border: none;background: transparent;}
ol,ul,li{list-style: none;}
a{color: #333;text-decoration: none;}
a:hover{text-decoration: none;}
h1,h2,h3,h4,h5,h6{font-size: 100%;}
i{font-style: normal;}
img{border: 0 none;}
table{width:100%;border-collapse: collapse;border-spacing: 0;border: 0;}
.fl{float: left;}
.fr{float: right;}
.clearfix{clear: both;}
.opacity-white{
	background: rgba(255,255,255,0.3);
}
.opacity-white2{
	background: rgba(255,255,255,0.5);
}
.opacity-blue{
	background:rgba(44,38,64,0.9);
}
.opacity-blue2{
	background:rgba(44,38,64,0.5);
}
.col-1{
	width: 100%;
}
.col-2{
	width: 50%;
}
.col-3{
	width: 33.33%;
}
.col-4{
	width: 25%;
}
.button-h{
	height: 40px;
	line-height: 40px;
	font-size: 1.4rem;
	border-radius: 4px;
}
.button-uncheck-1{
	border: 1px solid #2C2640;
	color: #2C2640;
}
.btn-red{
	background: #f00;
}
.btn-check-1{
	background: #2C2640;
	color: white;
}
/*页码*/
#page{
	padding: 0 0 10px;
}
.number{
	width: 100%;
	text-align: center;
}
.number a{
	display: inline-block;
	width: 30%;
	margin: 0 20px;
	height: 32px;
	font-size: 1.4rem;
	color: #2C2640;
	border: 1px solid #2C2640;
	line-height: 32px;
	border-radius: 4px;
}
body{
	background-image:url(../img/bg8.jpg);
	background-position:top center;
	background-repeat: repeat-y;
	background-size: 120%;
	height: 100%;
	overflow-y: hidden;
}
#header{
	left: 0;
	width: 100%;
	z-index: 10;
	text-align: center;
	position: fixed;
	top: 0;
}
.header-box{
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
	background: url(../img/bg8.jpg) no-repeat top center;
	background-size: 100%;
	box-shadow: 0 1px 4px #eee;
	padding: 4px 12px;
	box-sizing: border-box;
}
.logo{
	height: 40px;
	/*float: left;*/
	display: inline-block;
}
.logo img{
	height: 100%;
}
.turn{
	display: inline-block;
	width:20px;
	height: 40px;
	background: url(../img/turn.png) no-repeat left center;
	background-size: 20px;
	vertical-align: bottom;
}
.title{
	font-size: 16px;
	color: white;
	line-height: 40px;
	display: inline-block;
	width: 88%;
	margin: 0 auto;
}
#content{
	width: 100%;
	padding:0 12px;
	box-sizing: border-box;
	overflow: scroll;
	height: 100%;
	box-sizing: border-box;
	padding-top: 52px;
}
#footer-bar{
	z-index: 11;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	left: 0;
}
.nav-bar{
	width: 100%;
	height: 66px;
	max-width: 760px;
	margin: 0 auto;
}
.bottom{
	width: 33.33%;
	display: block;
	height: 60px;
	text-align: center;
	float: left;
}
.bottom img{
	display: block;
	height: 36px;
	margin: 6px auto 0;
}
.bottom span{
	display: block;
	width: 100%;
	height: 18px;
	font-size: 1.4rem;
	color: white;
	line-height: 18px;
}

