/* 清除默认样式 */
*,::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{
	width: 90%;
	margin: 0 auto;
}
.main-title{
	padding: 12px 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 120%;
	border-bottom: 1px solid #e5e5e5;
}
.main-content{
	padding: 5px 8px 8px;
	width: 100%;
}
.main-content .section-title{
	padding: 15px 0;
	color: rgb(185,76,53);
	font-size: 16px;
	font-weight: 700;
}	
.main-content .section-item{
	line-height: 180%;
}
.main-content .section-table{
}
.main-content .section-table table{
	width: 100%;
}
.main-content .section-table table tr td{
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
}

.main-content .click-item{
	padding: 15px 0;
	height: 32px;
	line-height: 32px;
}
.main-content .click{
	display: inline-block;
	float: left;
}
.main-content .click-link{
	display: inline-block;
	float: left;
	color: #0B409C;
	font-size: 16px;
	font-weight: 500;
}

.main-content .cut-line{
	padding: 16px 0;
	border-bottom: 1px solid #e5e5e5;
}
.main-content .btn-next{
	margin: 10px 0;
	display: block;
	border-radius: 12px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	width: 100%;
	background-color: rgb(97,172,255);
}
