/**********  所有页面都要共用的样式  **********/

::-webkit-scrollbar {
	display: none;
}

a {
	color: #333333;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(200, 200, 200, 0.2);
}
a:hover{

	text-decoration: none;
}

a:focus, a:hover {
    color: #920303;
    text-decoration: none;
}
body {
	font-family: "微软雅黑";
}

img {
	border: none;
}

ul {
	list-style-type: none;
	padding-inline-start: 0px;
}

body {
	background: #fff;

}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}

textarea {
	resize: none;
	background: inherit;
}
@media screen and (min-width: 768px){
	body{width: 375px;margin: 0 auto;}
}

.foot_flbt{height: 60px;}
.fotbtm{display: flex;justify-content: space-between;position: fixed;left: 0;right: 0;bottom: 0;background-color: #fff6f6;padding-top: 10px;border-top: 1px solid #f1f1f1;}
.fotbtm a{width: 25%;text-align: center;}
.fotbtm a img{height: 22px;}
.fotbtm a p{font-size: 14px;}

.indexbak{background-color: #f8f8f8;padding-bottom: 10px;}
.inner{width: 100%;padding: 0 10px;}
.kwfd_indexnav{padding: 20px 10px; display: flex;justify-content: space-between;border: 10px solid #f8f8f8;}
.kwfd_indexnavlist{text-align: center;width: 25%;}
.kwfd_indexnavlist p{font-size: 14px;padding-top: 5px;margin-bottom: 0;}
.kwfd_indexnavlist img{width: 50%;}
.fuwucon{background-color: #fff;margin: 0 auto;}
.fuwu_tit{display: flex;justify-content: space-between;padding: 10px;color: #000;border-bottom: 1px solid #f5f5f5;}
.fuwu_tit{padding-bottom: 0;}
.fuwu_tit a{color: #999;font-size: 13px;}
.fuwu_tit p{font-weight: bold;}

.fuwubk{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 10px;}
.fuwubklist{width: 49%;margin-bottom: 10px;box-shadow: 0 0 5px #ddd;border-radius: 5px;}
.fuwubk_des{padding: 20px 10px;font-size: 14px;color: #000;}
.fuwubk_des div{font-size: 12px;color: #999;}
.fuwubk_des div p span{color: red;font-weight: bold;font-size: 20px;font-family: Arial;font-style: italic;}
.fuwubk_des p{margin-bottom: 0px;}
.fuwubk_des div p{margin-bottom: 10px;}
.fuwubk_des button{width: 100%;text-align: center;font-size: 13px;border: 0;background-color: red;color: #fff;padding: 2px;border-radius: 3px;}
.abo_con{padding: 10px;}

/*分页*/
#pages {text-align: center;margin-left:0px;padding-left:0px;}
#pages li {padding: 0 10px;margin: 0 2px;height: 30px;line-height: 30px;text-align: center;background: #e6e6e6;color: #333;display: inline-block;}
#pages li.active {padding: 0 10px;height: 30px;line-height: 30px;text-align: center;background: #f14e00;color: #fff;display: inline-block;}
#pages li:hover {background: #f14e00;}
#pages li:hover a {color: #fff;}