html{
	width: 100%;
	overflow-x: hidden;
}
*{
	margin: 0px;
	padding: 0px;
}
body{
	font: 12px/1.5  tahoma,arial,'Hiragino Sans GB','\5b8b\4f53',sans-serif; 
	font-family: \5FAE\8F6F\96C5\9ED1,\9ED1\4F53;
	background: #e9eef4;
    color: #666;
    max-width: 9.9rem;
    margin: 0 auto;
	height:100%;
}

h1,h2,h3,h4,h5{
	font-size: 100%;
}
ul,ol,li{
	list-style: none;
	float:left;
}
i{
	font-style: normal;
}
a{
	text-decoration: none;
}
img{
	border: 0px;
	vertical-align: middle;
}
body *{
	max-width: 9.9rem;
}

.clear:after{
	content: "";
	overflow: hidden;
	display: block;
	clear: both;
}
.head{
	width:100%;
	height: 0.7rem;
	background: #4499e8;
}
.head h1{
	text-align: center;
	line-height: 0.7rem;
	font-family: "楷体";
	font-size: 18px;
	color: #fff;
	font-weight: 700;

}
.ss{
	width: 95%;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
}
.ss .submit{
	position: absolute;
	top: 0px;
	width: 20%;
	right: -2px;
	height: 0.53rem;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	background-color:#4499e8;
	color: #fff;

}

.ss input{
	width: 100%;
	height: 0.5rem;
	border-radius: 10px;
	outline: none;
	border: 1px solid #4499e8;

}
.container{
	margin-top: 0.3rem;
}
.container .slider{
	max-width: none;
}
.list .title{
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
}
.list .title span{
	display: block;
	float: left;
	width: 35%;
	height:1px;
	background-color: #4499e8;
	margin-top: 10px;

}

.list .title h5{
	float: left;
	width: 30%;
	text-align: center;
}


.list-content ul{
	float: none;
	margin-top: 15px;
}
.list-content ul li{
	float: none;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.list-content ul li .biao{
	width: 90%;
	margin: 0 auto;
	overflow-x: hidden;
}
.biao .content-title h5{
	font-family: "微软雅黑";
	font-size: 15px;
	margin-top: 10px;
}
.js{
	margin-top: 14px;
	padding-bottom: 20px;
}
.js .left{
	float: left;
}
.js .left span{
	font-size: 13px;
	font-family: "微软雅黑";
}
.js .right{
	float: right;
	width: 110px;
	height: 35px;
	background-color: #4499e8;
	text-align: center;
	line-height: 35px;
	border-radius: 10px;
}
.js .right a{
	color: #fff;
}
.button ul{
	width: 100%;
	height: 0.7rem;
	background-color: #fff;
	position: fixed;
	bottom: 0px;
	border-top: 1px solid #ccc;
	display: flex;
	background-color:#4499e8;


}
.button ul li{
	flex: 1;
	text-align: center;
	line-height: 0.7rem;
}
.button ul li a{
	color: #fff;
}
