/*清楚默认样式*/

html {
	background: #F6F7FA;
	color: #313133;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	font-size: 0.32rem;
	font-family: PingFangSC-Regular, 'Source Han Sans', "微软雅黑", 'Microsoft Yahei', Helvetica;
}

img {
	border: none;
}

b,
i,
em,
strong {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}


/* 消除q前后的内容 */


/* 使得表单元素在 ie 下能继承字体大小,清楚表单元素在移动端的默认样式 */

input,
button,
select,
textarea {
	background: none;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 100%;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: none;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}


/* 将斜体扶正 */


/* link */

a {
	color: #333;
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

u,
s,
strike {
	text-decoration: none;
}


/*浮动*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	zoom: 1;
}

.clear:after {
	content: "";
	width: 0;
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}


.mb8 {
	margin-bottom: 0.2133rem;
}

h2.biaoti {
	font-size: 0.4rem;
  color: #111111;
  font-weight: bold;
  line-height: 0.48rem;
  padding: 0.48rem 0 0.24rem;
}

.noscroll,.noscroll body{
	height: 100%;
	overflow: hidden;
}
/*头部*/
.head {
	height: 1.3066rem;
	line-height: 1.3066rem;
	position: relative;
	background: #fff;
	text-align: center;
	color: #272727;
	font-size: 0.4266rem;
	font-family: "思源宋体";
	font-weight: bold;
	border-bottom: 1px solid #EDEDED;
}
.head .goback {
	display: block;
	width: 0.48rem;
	height: 1.3066rem;
	line-height: 1.3066rem;
	position: absolute;
	top: 0;
	left: 0.48rem;
}
.head .goback img {
	vertical-align: middle;
	width: 0.24rem;
	height: 0.4266rem;
}
.head p a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	width: 2.4rem;
	text-align: center;
	font-size: 0.4266rem;
	font-weight: bold;
	color: #9A9A9A;
}
.head p a.active {
	color: #272727;
} 
.head p a.active .line {
	display: block;
	width: 0.8266rem;
	height: 0.1066rem;
	background:linear-gradient(315deg,rgba(254,48,47,1) 0%,rgba(255,102,37,1) 100%);
	box-shadow:0 0.0533rem 0.1066rem 0 rgba(255,71,43,0.16);
	border-radius: 0.08rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -0.4133rem;
}
.head .fr {
	position: absolute;
	top: 0;
	right: 0.5333rem;
	font-weight: normal;
	font-size: 0.3466rem;
}
/*底部导航*/
.bottom-fixed-column {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	height: 1.6rem;
	background: #fff;
	border-top: 1px solid #F2F2F2;
}
.bottom-fixed-column ul li {
	float: left;
	width: 33.3%;
	text-align: center;
}
.bottom-fixed-column ul li img {
	display: block;
	margin: 0.2133rem auto 0;
	width: 0.7466rem;
	height: 0.7466rem;
}
.bottom-fixed-column ul li a {
	color: #585850;
	font-size: 0.2667rem;
}
.bottom-fixed-column ul li.current a {
	color: #FE3C2C;
}
/*遮罩层*/
.mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background: #000;
	opacity: 0.35;
	filter: alpha(opacity=35);
}
/*加载更多样式*/
.loadMore{
	line-height: 0.64rem;
  font-size: 0.32rem;
  text-align: center;
  background: #f6f6f6;
  color: #999;
}
/*回到顶部*/
.backTop{
	width: 1.44rem;
	height: 1.44rem;
	position: fixed;
	bottom: 0.48rem;
	right: 0.2667rem;
	z-index: 9;
	display: none;
}
.backTop img{
	display: block;
	width: 100%;
	height: 100%;
}
/*没有结果的页面*/
.norecord {
	display: none;
	width: 100%;
	padding-top: 2.1173rem;
}
.norecord img {
	display: block;
	width: 3.5733rem;
	height: 2.8533rem;
	margin: 0 auto;
}
.norecord p {
	text-align: center;
	font-size: 0.3466rem;
	color: #888888;
	margin: 0.56rem auto 0.8266rem;
}
.norecord .ahref {
	display: block;
	width: 4.1066rem;
	height: 1.12rem;
	line-height: 1.12rem;
	text-align: center;
	background:rgba(254,78,41,1);
	box-shadow: 0 0.0533rem 0.1866rem 0 rgba(254,68,43,0.44);
	border-radius: 0.56rem;
	color: #FFFFFF;
	font-size: 0.4rem;
	margin: 0 auto;
}