/* 清除默认样式 */
*,::after,::before{padding: 0;margin: 0;-webkit-tap-highlight-color: transparent;tap-highlight-color:transparent;-webkit-box-sizing: border-box;}
body{font-family: "Microsoft YaHei" , "sans-serif";font-size: 14px;line-height: 1;color: #333;position: relative;background: #f5f5f5;}
ul{list-style: none;}
a{text-decoration: none;color: #333;}
input,textarea{border:0;outline: none;resize: none;-webkit-appearance: none;}
img{vertical-align: middle;/*清除3px的bug*/border: 0;}
.clearfix::after,.clearfix::before{clear: both;content: '.';height: 0;line-height: 0;visibility: hidden;display: block;}
.show{display: block;}
.none{display: none;}
/* start - my style */
#container{ 
	width:100%; 
	max-width:640px; 
	min-width:320px; 
	margin:0 auto;
}
/* 头部 */
.header{
	height: 50px;
	line-height: 50px;
	background-color: rgb(88,165,254);
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.header .turnLeft{
	display: inline-block;
	float: left;
	padding-left: 18px;
}
.header .title{
}
.header .return{
	display: block;
	padding-right: 10px;
	float: right;
}
/* 空白 */
.blank{
	height: 30px;
	width: 100%;
	background-color: #fff;
}
/* 主标题 */
.main-title{
	height: 60px;
	background-color: rgb(82,161,254);
}
.main-title span{
	display: inline-block;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	padding: 18px 0 0 20px;
}
/* 主体部分 */
.main{
	width: 90%;
	margin: 0 auto;
}
.main .main-item{
	width: 100%;
}
.main .main-item li{
	padding: 24px 0;
	width: 100%;
	border-bottom: 1px solid #bfbfbf;
}
.main .main-head{
	font-size: 18px;
	color: #000000;
	font-weight: 700;
}
.main .description{
	font-size: 16px;
	float: left;
	width: 60%;
	line-height: 140%;
	color: rgb(131,131,131);
}
.main .icon-menu{
	text-align: center;
	display: inline-block;
	float: right;
	width: 20%;
	position: relative;
}
/* 点击弹出的菜单 */
.main .subMenu{
	position: absolute;
	top: 35px;
	left: -90px;
	height: 50px;
	width: 120px;
}
.main .subMenu ul{
	height: 100%;
	width: 100%;
	border-radius: 8px;
}
.main .subMenu li{
	padding: 0;
	height: 36px;
	width: 100%;
	border: 0;
	border-radius: 0;
}
.main .subMenu li:nth-child(1) a{
	
}
.main .subMenu li a{
	border-radius: 6px;
	display: block;
	border: 1px solid rgb(221,221,221);
	background-color: #fff;
	height: 36px;
	line-height: 36px;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	z-index: 100;
}
.main .subMenu li:nth-child(2) a{
	border-top: 0;
}

