/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
  vertical-align: baseline;
}
*{box-sizing: border-box;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
  line-height: 1;
  font-size: .24rem;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
a{
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
input,button{
  border: none;
  outline: none;
  background: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
    vertical-align: middle;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,a,del, em, img,
strong,sub, sup, tt, var,b, u, i, center,dl, 
dt,dd,ol,ul, li,fieldset, form, label, 
legend,table, tbody,tfoot, thead, tr, th,
td,article,aside, footer,header, nav,{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flex{
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
}
  .flex-wrap{
  display :-webkit-box;
  display :-ms-flexbox;
  display :flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
  .hidden-text{
    line-height:1.2;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }
  .hidden-text-line{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
/* 底部 */
.footer-fan{
  position: fixed;
  height: 1rem;
  background-color: #242424;
  display: flex;
  justify-content: space-around;
  align-items: center;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  border-top: 1px solid #000;
}
.footer-fan a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: .24rem;
  color:#BEBEBE;
  flex:1;
}
.footer-fan a i{font-size: .46rem;}
.footer-fan a p{margin-top: .1rem;}
.footer-fan a.active{
  color: #E6D378;
}
.footer-fan a:last-child{
  border-right: none;
}
.footer-fan a img{
  width: .4rem;
  height: .4rem;
}
/* 一级页面头部 */
header{
  height: .88rem;
  width: 100%;
  line-height: .88rem;
  font-size: .32rem;
  color: #F5F5F5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #242424;
}
header span{
  padding-left: 0.5rem;
}
header .header-info{
  display: inline;
  float: right;
  margin-right: .5rem;
}
header .header-info img{
  width: .32rem;
  height: .32rem;
}
/* 头部 */
.header{
  width:100%;
  height:1rem;
  background: #111216;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.header h2{
  color:#fff;
  text-align: center;
  line-height: 1rem;
  font-size: .36rem;
  font-weight: 400;
}
.header_l{
  width: 20%;
  height: 1rem;
  float: left;
  position: relative;
}

.header_l a{
  display: block;
  float: left;
  height: 1rem;
}
.header_l a img {
  position: absolute;
  width: .4rem;
  top: .28rem;
  left: .2rem;
}

.header_c{
  width: 57%;
  height: 1rem;
  float: left;
  position: relative;
}

.header_r{
  width: 22%;
  height: 1rem;
  float: right;
  position: relative;
}
.header_r a{
  line-height: 1rem;
  color:#FFF;
  font-size: .28rem;
  float: right;
  margin-right: .2rem;
  white-space: nowrap;
}

.header_r a img {
  position: absolute;
  width: .44rem;
  top: .24rem;
  right:.2rem;
}
/* only二级页面头部 */
.only_header{
  position: fixed; 
  top: 0; 
  left: 0; 
  display: flex; 
  z-index: 1;
  width: 100%; 
  height: .9rem; 
  border-bottom: .01rem solid #000; 
  background: #242424;
}
.only_header p{
  width: 16%; 
  line-height: .9rem;
}
.only_header p:first-child img{
  margin: .2rem; 
  width: .34rem; 
  height: .34rem;
}
.only_header p:nth-child(2){
  width: 78%; 
  text-align: center; 
  font-size: .32rem; 
  color: #f5f5f5;}
.only_header p:last-child img{
  margin: .2rem .2rem .2rem .6rem;
}
.only_header a{
  display: inline-block;
  width: 100%;
}