
@font-face{
	font-family: "YaHeiLight";
	src:url(../fonts/Microsoft YaHei UI Light.ttf);
}
body{
	font-size: 16px;
	font-size: 0.8rem;
	font-family: "YaHeiLight" !important;
	color: #333333;
	background: #f9f9f9;
}
textarea{
	font-family: "YaHeiLight" !important;
}
/*各大板块次级页面头部*/
.newsTop{
	width: 100%;
	height: 130px;
	height: 6.5rem;
	background: #fff;
	box-shadow: 0 1px 10px 2px rgba(0,0,0,0.06);
}
.newsTopMain{
	height: 100%;
	position: relative;
}
.newsTopMainTitle{
	width: 100%;
	height: 80px;
	height: 4rem;
	position: absolute;
	bottom: 0;
}
.newsTopMainTitle img{
	width: 1.1rem;
	height: 1.1rem;	
	margin-top: 29px;
	margin-top: 1.45rem;
	float: left; 
}
.newsTopMainTitle span{
	display: inline-block;
	height: 100%;
	line-height: 80px;
	line-height: 4rem;
	float: left;
	font-size: 16px;
	font-size: 0.8rem;
}
.nTMTW1{
	margin-left: 8px;
	margin-right: 8px;
	margin-left: 0.4rem;
	margin-right: 0.4rem;
}
.nTMTW2{
	margin-right: 8px;
	margin-right: 0.4rem;
}
.nTMTW3{
	color: #7dc9f2;
}



/* 每个页码的数字1/66*/
.wareDetailPageNumsNum{
	padding-left: 10px;
	padding-left: 0.5rem;
	padding-right: 10px;
	padding-right: 0.5rem;
}
.warePageNumIL{
	width: 58px;
    width: 2.9rem;
}

/*字体*/
.indexEye,.indexComment{
  float: left;
  /*overflow: hidden;*/
  position: relative;
}
.icon-comment{
  font-size: 18px;
  font-size: 0.9rem;
  display: block;
  float: left;
  margin-top: 3px;
  margin-top: 0.15rem;
}
.commentNum{
  float: left;
}
.indexline{
  width: 2px;
  height: 17px;
  height: 0.85rem;
  float: left;
  background: #dcdcdc;
  margin: 2px 16px 0 16px;
  margin: 0.1rem 0.8rem 0  0.8rem;
}
.eyeNmum,.commentNum{
  margin-left: 8px;
  margin-left: 0.4rem;
}	
/**/
button{
	cursor: pointer;
}

/*回到顶部*/
.backTop{
	width: 50px;
	height: 140px;
	width: 2.5rem;
	height: 7rem;
	position: fixed;
	right: 292px;
	right: 14.6rem;
	top: 196px;
	top: 9.8rem;
	background: #fff;
	cursor: pointer;
}
.goT{
	width: 100%;
	height: 68px;
	height: 3.4rem;
	background: #9ac11d;
	overflow: hidden;
}
.goB{
	width: 100%;
	height: 68px;
	height: 3.4rem;
	margin-top: 4px;
	margin-top: 0.2rem;
	background: #009ad9;
	overflow: hidden;
}
.goT img,.goB img{
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	margin: auto;
	margin-top: 10px;
	margin-top: 0.5rem;
}
.goB img{
	margin-top: 2px;
	margin-top: 0.1rem; 
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
  	-o-transform: rotate(180deg);
  	-ms-transform: rotate(180deg);
  	-moz-transform: rotate(180deg);
  	margin-top: 8px;
	margin-top: 0.4rem;
}
.goT p{
	margin-top: 8px;
	margin-top: 0.4rem;
}
.goT p,.goB p{
	text-align: center;
	font-size: 14px;
	font-size: 0.7rem;
	color: white;
	

}
.goB p{
	margin-top: 6px;
	margin-top: 0.3rem; 
}
