html, div, h1, h2, h3, p, img, a, audio, article, aside, section, header, button, ul, li, dl, dt, dd, span, nav, span, strong {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  tap-highlight-color: transparent;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-drag: none; }

input, textarea {
  -webkit-user-select: initial; }

html, body {
  width: 100%;
  /*height:100%;*/
  min-width: 300px;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  font-family: "Helvetica Neue",HelveticaNeue,"Helvetica-Neue",Helvetica,"BBAlpha Sans",sans-serif;
  background-color: #fff; }

ul, li, dl, dt, dd, ol {
  list-style: none; }

em, i {
  font-style: normal; }

a {
  text-decoration: none; }


@media screen and (min-width: 320px) {
  html {
    font-size: 42.6667px; } }

@media screen and (min-width: 360px) {
  html {
    font-size: 48.1333px; } }

@media only screen and (min-width: 375px) and (max-width: 383px) and (orientation: portrait) {
  html {
    font-size: 50px; } }

@media only screen and (min-width: 384px) and (max-width: 413px) and (orientation: portrait) {
  html {
    font-size: 52px; } }

@media only screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait) {
  html {
    font-size: 55.3333px; } }


#pageContent{
  height: 100%;
  position: relative;
}
#bicesContent{
  height: 100%;
  /*position: relative;*/
  display: -webkit-box;
  display: box;
  -webkit-box-orient:vertical;
  box-orient:vertical;
}
.banner{
  width: 100%;
  display: block;
}
.navTit,.navTitClone{
  width: 100%;
  max-width: 750px;
  height: .82rem;
  padding: 0 .5rem;
  background: #fff;
  display: -webkit-box;
  display: box;
}
.navTitClone{
  position: fixed;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  z-index: 6;
}
.navTitClone.hide{
  display: none;
}
.navTit em,.navTitClone em{
  -webkit-box-flex:1;
  width: 0%;
  height: .82rem;
  line-height: .82rem;
  color: #767676;
  font-size: .28rem;
  text-align: center;
  display: block;
  position: relative;
  cursor: pointer;
}
.navTit em.cur,.navTitClone em.cur{
  color: #486cdc;
  font-size: .3rem;
}
.navTit em.cur:after,.navTitClone em.cur:after{
  content: "";
  width: .48rem;
  height: 0.07rem;
  border-radius: 0.06rem;
  background: #486cdc;
  position: absolute;
  left: 50%;
  bottom: .06rem;
  margin-left: -0.24rem;
}
.navTit em.cat.cur{
  color: #FBC004;
}
.navTit em.cat.cur:after,.navTitClone em.cat.cur:after{
  background: #FBC004;
}
/*.swiper-container {
  -webkit-box-flex:1;
  width: 100%;
  overflow-y: auto;
}*/
/*.swiper-wrapper{
  position: absolute;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling:touch;
  overflow-scrolling:touch;
}*/
.tabCon{
  width: 100%;
}
.single{
  width: 100%;
  display: none;
}
.single.show{
  display: block;
}
.videoList,.artList{
  width: 100%;
  background: #fff;
}
.videoList li{
  width: 100%;
  padding: 0.25rem 0.3rem .3rem;
  border-top: 1px solid rgba(220,226,238,0.6);
}
.videoList li .imgBox{
  width: 100%;
  height: 3.95rem;
  position: relative;
  cursor: pointer;
  background: #f6f6f6;
  overflow: hidden;
}
.videoList li .imgBox img{
  width: 100%;
  height: 100%;
}
.videoList li .imgBox .playBtn{
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: url("../img/playBtn.png") no-repeat;
  background-size: 100%;
}
.videoList li .title{
  width: 100%;
  max-height: .96rem;
  margin-top: .25rem;
  line-height: .48rem;
  font-size: .34rem;
  color: #4a4a53;
  text-align: left;
  overflow: hidden;
}
.videoList li .info{
  width: 100%;
  height: .92rem;
  line-height: .92rem;
  font-size: .24rem;
  color: #9d9d9d;
  text-align: left;
}
.videoList li .info .fr{
  float: right;
  text-align: right;
}
.artList li{
  width: 100%;
  height: 2.24rem;
  padding: .25rem .3rem .3rem;
  display: block;
  border-top: 1px solid rgba(220,226,238,0.6);
}
.artList li a{
  display: -webkit-box;
}
.artList li .img{
  width: 2.55rem;
  height: 1.7rem;
  margin-right: .25rem;
  display: block;
}
.artList li .infoBox{
  -webkit-box-flex:1;
  height: 1.7rem;
}
.artList li .infoBox .title{
  width: 100%;
  height: .9rem;
  line-height: 0.45rem;
  font-size: .32rem;
  color: #4a4a53;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp : 2;
  box-orient:vertical;
  text-overflow:ellipsis;
  overflow: hidden;
}
.artList li .infoBox .info{
  width: 100%;
  height: .28rem;
  margin-top: .5rem;
  line-height: .28rem;
  font-size: .2rem;
  color: #9d9d9d;
  text-align: left;
}
.artList li .infoBox .info .fr{
  float: right;
  text-align: right;
}

.loading{
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  color: #666;
  font-size: .24rem;
  background: #fff;
  border-top: 1px solid rgba(220,226,238,0.6);
}
.loading img{
  width: .34rem;
  display: inline-block;
  margin-right: .1rem;
  vertical-align: -.08rem;
}

.fixedBtn{
  width: 1.1rem;
  height: 1.1rem;
  display: block;
  position: fixed;
  right: 0.4rem;
  bottom: 2rem;
  z-index: 2;
  display: none;
}
.fixedBtn img{
  width: 100%;
  height: 100%;
  display: block;
}