/* 清除默认样式 */
*,::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;}

/* start - myStyle */
#container{
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	width: 100%;
}
/* 头部 */
.header{
	height: 50px;
	line-height: 50px;
	background-color: #3498DB;
	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;
}
/* 主体部分 */
.main-tilte{
	text-align: center;
	font-size: 18px;
	padding-bottom: 12px;
	color: #000;
	font-weight: 500;
}
.main{
	width: 90%;
	margin: 20px auto 0;
}
.main ul{
	width: 100%;
}
.main ul li{
	margin-bottom: 16px;
}
.main ul li .head{
	height: 40px;
	line-height: 40px;
	width: 100%;
	background-color: rgb(82,161,254);
	border-radius: 8px;
}
.main ul li p.title{
	display: inline-block;
	color: #fff;
	float: left;
	padding-left: 10px;
	font-size: 16px;
}
.main ul li span{
	display: inline-block;
	height: 14px;
	width: 14px;
	float: right;
	margin-right: 20px;
}
.main ul li .article{
	display: none;
	width: 100%;
	background-color: rgb(236,236,236);
	padding: 18px 16px;
	color: #000000;
	line-height: 140%;
}
.main ul li .article p{
	padding-bottom: 2px;
}
.main .cut-line{
	padding: 5px 0;
	border-bottom: 1px solid #e5e5e5;
}
.main .btn-next{
	margin: 10px 0;
	display: block;
	border-radius: 12px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	width: 100%;
	background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
}