<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{
  font-family: PFBold;
  src: local("PingFang SC Bold"), local("Microsoft Yahei"), local("SimHei");
  unicode-range: U+4E00-9FFF;
}

@font-face{
  font-family: PFBold;
  src: local(San francisco), local(Helvetica), local(STHeiti);
  unicode-range: U+00-024F;
}
@font-face{
  font-family: PFRegular;
  src: local("PingFang SC Regular"), local("Microsoft Yahei"), local("SimHei");
  unicode-range: U+4E00-9FFF;
}

@font-face{
  font-family: PFRegular;
  src: local(San francisco), local(Helvetica), local(STHeiti);
  unicode-range: U+00-024F;
}
@font-face{
  font-family: PFLight;
  src: local("PingFang SC Light"), local("Microsoft Yahei"), local("SimHei");
  unicode-range: U+4E00-9FFF;
}

@font-face{
  font-family: PFLight;
  src: local(San francisco), local(Helvetica), local(STHeiti);
  unicode-range: U+00-024F;
}


*{
  padding: 0;
  margin: 0;
}
body {
  /*font-family: PFBold;*/
  font-family: "PingFang SC Bold", "STHeiti", "Microsoft YaHei", "å¾®è½¯é›…é»‘", "SimSun", "å®‹ä½“", "åŽæ–‡é»‘ä½“", Helvetica, Tahoma, Arial sans-serif;
  font-size: 18px;
  /*line-height: 1.42857143;*/
  color: #000;
  letter-spacing: 0;
  overflow-x: hidden;
}
a {
  color: #888888;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #888888;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
ul{
  list-style: none;
}
img{
  vertical-align: middle;
  max-width: 100%;
  /*max-height: 100%;*/
}

table{
  border-spacing: 0;
  border-collapse: collapse;
}
th,td{
  padding: 0;
}

.text-center{
  text-align: center;
}

.pull-left{
  float: left;
}
.pull-right{
  float: right;
}

.clearfix:before,
.clearfix:after{
  display: table;
  content: ' ';
}
.clearfix:after{
  clear: both;
}

.ellipsis{
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.color-red{
  color: #e10034;
}
.color-gray{
  color: #c3c3c3;
}

/* grid */
.container{
  max-width: 1198px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.logo{
  /*max-width: 22%;*/
  margin-top: 50px;
  width: 352px;
}
.navbar-header{
  width: 20.4%;
}
/* æœç´¢bar */
.title-line strong{
  margin-right: 3px;
  display: inline-block;
  position: relative;
  top: 1px;
}
/* æ—&nbsp;ç¼æ»šåŠ¨ */
.scroll-one{
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  overflow: hidden;
}
.scroll-one a{
  display: inline-block;
}

.topbar{
  margin-bottom: 5px;
}
.topbar .item{
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.topbar .icon{
  display: inline-block;
  margin-right: 10px;
  margin-top: -5px;
  vertical-align: middle;
}
/*.topbar .pull-right{
  font-family: "SFUIDisplay Regular", "Microsoft Yahei";
}*/
.topbar .search-form .icon{
  margin-top: 0;
}


/* å¯¼èˆª */
.nav-inline li{
  display: inline-block;
}
.nav-inline &gt; li &gt; a{
  display: inline-block;
  padding: 10px 10px;
  color: #000;
}
/*.nav-inline &gt; li &gt; a:hover,
.nav-inline &gt; li &gt; a:focus{
  background-color: transparent;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}*/
.nav-inline &gt; li.active &gt; a,
.nav-inline &gt; li.active &gt; a:hover,
.back .nav-inline &gt; li.active &gt; a,
.back .nav-inline &gt; li.active &gt; a:hover{
  background-color: #e10034;
  color: #fff;
  /*color: #e10034;*/
  /*background-color: transparent;*/
}
.nav-inline &gt; li &gt; a:hover,
/*.nav-inline &gt; li &gt; a:focus,*/
.back .nav-inline &gt; li &gt; a,
.back .nav-inline &gt; li &gt; a:hover,
.back .nav-inline &gt; li &gt; a:focus{
  color: #e10034;
  background-color: transparent;
}
.nav-inline &gt; li &gt; a:focus{
  background-color: transparent;
}
.nav-inline &gt; li.active &gt; a:hover,
.nav-inline &gt; li.active &gt; a:focus{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.nav-inline .vertical-line{
  padding: 15px 5px;
  text-indent: -9999px;
  background: url(../images/line-vertical-navbar.jpg) no-repeat center center;
  height: 52px;
  width: 1px;
}
.navbar .nav-inline .vertical-line{
  background-image: url(../images/line-vertical-navbar.jpg);
}
.navbar .back .nav-inline .vertical-line{
  background-image: url(../images/line-vertical-navbar-light.jpg);
}
.nav-inline .go-home .caret{
  border-top: 6px solid;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nav-inline .caret{
  border-width: 9px 7px;
  margin-top: -3px;
}
.thumbnail.nav-inline{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 0;
  border-color: #ededed;
  padding: 3px 12px;
}
.thumbnail.nav-inline li{
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.index .thumbnail.nav-inline .vertical-line{
  padding: 0;
  /*background: url(../images/line-vertical.jpg) no-repeat center center;*/
}
.navbar-nav &gt; li &gt; a{
  padding-left: 0;
  padding-right: 0;
}
.navbar-nav &gt; li:last-child &gt; a{
  padding-right: 0;
}

/* sections */
.sections-ads{
  margin-bottom: 10px;
}
.footer .row,
.banners.row,
.sections .row{
  margin-left: -5px;
  margin-right: -5px;
}
.footer .col-xs-9,
.footer .col-xs-3,
.banners .col-xs-9,
.banners .col-xs-3,
.sections .col-xs-9,
.sections .col-xs-8,
.sections .col-xs-6,
.sections .col-xs-4,
.sections .col-xs-3{
  padding-left: 5px;
  padding-right: 5px;
}
.cover-box,
.m-cover-box{
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  overflow: hidden;
}
.cover-box img,
.m-cover-box img{
  display: block;
}
.cover-box img{
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
}
.cover-box:hover img{
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
}
.cover-box:hover,
.m-cover-box:hover{
  color: #fff;
}
.cover-content{
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.cover-main{
  background-color: #000000;
  /*height: 100%;*/
  min-height: 100%;
  letter-spacing: 1px;
}
.card-cover{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.title-over{
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
  margin: 0;
  z-index: 1;
  padding-top: 14px;
  height: 59px;
}
.title-over p{
  padding: 0 15px;
  margin-bottom: 0;
}
.title-over .date{
  padding: 7px 15px 15px;
}
.title-over .label{
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 66px;
}
.title-over .label:before,
.title-over .label:after{
  content: '';
  position: absolute;
}
.title-over .label:before{
  /*border-left: 1px solid #858585;*/
  right: 0;
  top: 7px;
  height: 30px;
  width: 1px;
  background: url(../images/line-vertical-gray-2x.jpg) no-repeat center center;
}
.title-over .cover-main:after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 15px solid;
  border-color: transparent transparent #000 transparent;
  /*bottom: 100%;*/
  left: 18px;
  top: -14px;

  /*margin-left: -15px;*/
}
/*.title-over{
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}*/

.title-over .title,
.title-over .label{
  padding: 5px 10px;
  line-height: 32px;
}
.title-over .title{
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  letter-spacing: 2px;
}
.title-over .ellipsis{
  display: -webkit-box;
  display: -ms-box;
  -webkit-line-clamp: 2;
  -ms-line-clamp: 2;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  white-space: normal;
}
.btn-tv{
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  text-indent: -9999px;
  background: #e10034 url(../images/tv-play.jpg) no-repeat center center;
  background-size: cover;
}
/*.item-label-top{
  position: absolute;
  top: 0;
  left: 5px;
}
.item-label-top .label{
  line-height: 30px;
  padding: 0 7px;
  background-color: #000000;
  border-radius: 0;
  font-size: 12px;
  min-width: 38px;
}
.item-label-top .btn-tv{
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
}*/
.btn-load-more{
  width: 200px;
  background-color: #eeeeee;
  border-radius: 0;
  border: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (max-width: 768px){
  .btn-load-more{
    background-color: #fff;
  }
  .btn-load-more:hover{
    color: #000;
    text-decoration: none;
  }
}
.btn-link.btn-load-more{
  background-color: #fff;
}
.btn-link.btn-load-more:hover{
  color: #000;
  text-decoration: none;
}
/* åº•éƒ¨footer */
.footer .col-xs-9{
  padding-right: 10px;
}
.footer{
  background-color: #000;
  padding: 20px 0;
  position: relative;
  z-index: 3;
}
.footer p{
  margin-bottom: 15px;
}
.footer p a{
  color: #c9c9c9;
}
.footer .sub-title{
  margin-bottom: 7px;
}
.footer p:last-child,
.qrcode-item:last-child{
  margin-bottom: 0;
}
.footer .links{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 6px;
}
.footer .links a{
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  padding-right: 10px;
}
.footer .links a:hover,
.footer .links a:focus{
  color: #e10034;
  /*-webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);*/
}
.footer .links span{
  display: inline-block;
  white-space: nowrap;
}
/*.qrcode-links{
  border-left: 1px solid #7d7d7d;
}*/
.qrcode-item{
  display: inline-block;
  margin-bottom: 18px;
  padding: 2px 0 2px 16px;
  position: relative;
}
.qrcode-hover{
  display: none;
  /*opacity: 0;*/
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: none;
  max-height: none;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/*.copyright{
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #fff;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}*/
/**/
.show-desc .recommend .pager{
  padding-top: 20px;

}

.recommend .carousel-control{
  position: static;
  background-image: none;
  opacity: 1;
  width: 90px;
  text-shadow: none;
}
.recommend .carousel-control li{
  background-color: #ebebeb;
}
.recommend .carousel-control .disabled{
  background-color: #ebebeb;
}

.recommend .pager li &gt; a:hover,
.recommend .pager li &gt; a:focus{
  color: #333;
}
.recommend .pager li.disabled &gt; a:hover,
.recommend .pager li.disabled &gt; a:focus{
  color: #b1b1b1;
}
/* gotop */
.gotop{
  position: fixed;
  bottom: 10px;
  right: 15px;
  width: 70px;
  height: 70px;
  padding: 11px;
  text-align: center;
  background-color: #eeeeee;
  opacity: 0;
  color: #eeeeee;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 3;
}
.gotop:after{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/gotop-arrow.png) no-repeat center center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.gotop.show{
  opacity: 1;
}
.gotop:hover{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #c6c6c6;
  text-indent: 0;
  color: #fff;
}
.gotop:hover:after{
  display: none;
}
/* é¦–é¡µ */
.index,
.channel{
  padding-bottom: 20px;
}
.index{
  position: relative;
  z-index: 3;
  background-color: #fff;
  overflow-x: hidden;
}
.index .nav-inline{
  margin-top: 15px;
  /*margin-bottom: 40px;*/
}
.index .thumbnail.nav-inline{
  margin-bottom: 10px;
  margin-top: 20px;
}
.cover{
  position: relative;
  z-index: 1;
}
.cover img{
  width: 100%;
}
.copyCover{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
.arrow-down{
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -47px;
  z-index: 2
}

.search-form{
  position: relative;
}
.search-form .btn{
  padding: 1px 0;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 0;
}
.search-form input{
  display: inline-block;
  border: 0;
  max-width: 192px;
  width: 75px;
  height: 36px;
  padding-left: 40px;
  background-color: transparent;
  position: relative;
  z-index: 1;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.search-form input:focus {
  width: 192px;
  z-index: 1;
  cursor: text;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.search-form .btn:focus,
.search-form input:focus{
  outline: none;
}

.search-form input::-moz-placeholder {
  color: #000;
}
.search-form input:-ms-input-placeholder {
  color: #000;
}
.search-form input::-webkit-input-placeholder {
  color: #000;
}
.search-form input.text-gray::-moz-placeholder {
  color: #9b9b9d;
}
.search-form input.text-gray:-ms-input-placeholder {
  color: #9b9b9d;
}
.search-form input.text-gray::-webkit-input-placeholder {
  color: #9b9b9d;
}


/* é¢‘é“é¡µé¢ */
.navbar{
  height: 80px;
  border-bottom: 1px solid #ededed;
  padding: 15px 0;
}
.navbar-default{
  background-color: #fff;
}
.navbar-brand{
  padding: 0 15px;
}
.nav .open &gt; a,
.nav .open &gt; a:hover,
.nav .open &gt; a:focus{
  background-color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
  background-color: #fff;
}
.nav-inline .dropdown-menu li{
  display: block;
}
.navbar-toggle{
  padding-left: 7px;
  padding-right: 7px;
}
.navbar-toggle .icon-bar{
  /*width: 18px;*/
  width: 100%;
}
.navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
  background-color: #000;
  border-radius: 0;
}
.navbar-default .navbar-toggle{
  border-color: #000;
}
.navbar-default .navbar-toggle .icon-bar{
  background-color: #ffffff;
}

/* å¯¼èˆªæœç´¢ */
.navbar-fixed-top .container{
  position: relative;
}
.navbar-nav input{
  width: 0;
  min-height: 32px;
}
.navbar-nav .btn{
  top: 0;
}

.navbar-search{
  min-width: 80px;

}
.navbar-search &gt; li{
  float: none;
  display: inline-block;
  vertical-align: middle;
  height: 62px;
}
.navbar-full{
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: right;
  min-width: 95px;

  -webkit-transition: left 0.1s;
  -moz-transition: left 0.1s;
  -ms-transition: left 0.1s;
  transition: left 0.1s;
}
.navbar-full li:first-child{
  position: absolute;
  left: 0;
  right: 60px;
}
.navbar-full .search-form input,
.navbar-full .search-form input:focus{
  max-width: none;
  width: 100%;
}


/* channel é¢‘é“é¡µé¢*/
.sir-rules{
  padding-top: 20px;
}
.channel .slide,
.sir-rules .slide{
  margin-bottom: 20px;
}

/* è¯¦æƒ…é¡µé¢ */
.show-desc{
  padding-top: 52px;
  padding-bottom: 100px;
}
.show-row.row{
  margin-left: -15px;
  margin-right: -15px;
}
.show-col.col-xs-3,
.show-col.col-xs-9{
  padding-left: 15px;
  padding-right: 15px;
}
.show-col.col-xs-3{
  width: 20.017%;
}
.show-col.col-xs-9{
  width: 79.983%;
}
.user-panel{
  margin-bottom: 30px;
  padding-top: 16px;
  color: #9b9b9d;
}
.user-panel div,
.user-panel p{
  font-size: 16px;
}
.avatar-rounded{
  display: inline-block;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}
.like-number{
  border-bottom: 4px solid #000;
  padding: 5px 18px;
  margin-bottom: 15px;
}
.like-number .icon,
.nav-like-number .icon{
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  background-image: url(../images/icon-heart.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.nav-like-number{
  font-size: 18px;
  color: #000;
  margin-right: 15px;
}
.nav-like-number .icon{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.icon{
  display: inline-block;
}
/* ç‚¹èµžicon */
.icon-heart-outline{
  background-position: 0 0;
}
.icon-heart{
  background-position: -21px 0;
}
/*.show-links{
  display: block;
  margin-bottom: 6px;
}*/
.show-link-weixin{
  display: block;
  margin-bottom: 15px;
}
.show-link-weixin img{
  width: 53.94736842105263%;
}
.show-link-weixin canvas{
  width: 46.05263157894737%;
}
.show-link-weixin img,
.show-link-weixin canvas{
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.show-title{
  height: 121px;
  margin-top: 0;
  margin-bottom: 50px;
  margin-left: 160px;
  letter-spacing: 1px;
}
.show-title small{
  letter-spacing: 0;
}
.tag-active{
  display: inline-block;
  width: 121px;
  height: 121px;
  background-color: #e10034;
  text-align: center;
  padding: 15px 20px;
  word-spacing: 2px;
  letter-spacing: 4px;
}
.tag-box{
  padding: 30px 25px;
  background-color: #ebebeb;
  margin-top: 10px;
  margin-bottom: 45px;
}
.show-content{
  color: #000;
}
.show-content p{
  /*margin-top: 35px;*/
  /*margin-bottom: 50px;*/
  word-wrap: break-word;
}
.show-content img{
  /*margin-bottom: 35px;*/
  height: auto;
}

.pagination &gt; li &gt; a{
  margin: 0 10px;
  border: 0;
  background-color: #ebebeb;
  width: 32px;
  padding: 6px;
}
.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span,
.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span{
  border-radius: 0;

}
.pagination &gt; li &gt; a img,
.pagination &gt; li &gt; span img{
  margin-top: -1px;
}
.pagination &gt; li &gt; a[aria-label="Previous"] img,
.pagination &gt; li &gt; span[aria-label="Previous"] img{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination .disabled &gt; a img,
.pagination .disabled &gt; span img{
  opacity: 0.5;
}
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover{
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: #000;

}
.pagination &gt; li &gt; a em,
.pagination &gt; li &gt; span em{
  font-style: normal;
}
.pagination &gt; li &gt; a:hover em,
.pagination &gt; li &gt; span:hover em{
  display: inline-block;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.pagination &gt; .disabled &gt; span,
.pagination &gt; .disabled &gt; span:hover,
.pagination &gt; .disabled &gt; span:focus,
.pagination &gt; .disabled &gt; a,
.pagination &gt; .disabled &gt; a:hover,
.pagination &gt; .disabled &gt; a:focus{
  background-color: #ebebeb;
  color: #b1b1b1;
  cursor: default;
}
.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus{
  background-color: #000;
}
.pager li &gt; a,
.pager li &gt; span{
  border-radius: 0;
  background-color: #ebebeb;
  color: #000;
  border: 0;
  margin-left: 5px;
  margin-right: 5px;
}
.pager .disabled &gt; a,
.pager .disabled &gt; a:hover,
.pager .disabled &gt; a:focus,
.pager .disabled &gt; span{
  background-color: #ebebeb;
  color: #b1b1b1;
  cursor: default;
}
.pager li &gt; a:hover, .pager li &gt; a:focus{

}

.show-desc .pager{
  padding: 10px 15px;
  margin-top: 0;
  /*margin-bottom: 20px;*/
}
.recommend .title-super{
  height: 46px;
  background-color: #000;
  border-left: 8px solid #e10034;
  padding-left: 20px;
}

/* TVè¯¦æƒ…é¡µé¢ */
.tv-video-box{
  margin-top: 10px;
  margin-bottom: 40px;
  height: 500px;
}
.tv-show-h{
  margin-bottom: 25px;
}
.tv-show .hr-4{
  margin-top: 0;
  margin-bottom: 25px;
}

.translate-middle-y{
  position: relative;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  display: block;
}
.hr-4{
  border-top: solid #000;
  border-width: 4px 0 0;
}

/* ç‰¹ç¨¿å®žéªŒå®¤ é¢‘é“é¡µ-ä¸“é¢˜ */
.margin-lg .cover-box{
  margin-bottom: 120px;
}
.margin-lg .btn-load-more{
  margin-top: -85px;
}
/* tab rebuild */
.nav-tabs{
  padding-bottom: 30px;
  border-bottom: 0;
}
.nav-tabs &gt; li{
  margin-bottom: 0;
}
.nav-tabs &gt; li &gt; a{
  background-color: #000;
  border-radius: 0;
  border: 0;
  width: 130px;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 1px;

  position: relative;
}
.nav-tabs &gt; li &gt; a:hover,
.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus{
  border: 0;
  background-color: #e10034;
  color: #fff;
}
.nav-tabs &gt; li.active &gt; a:after{
  content: '';
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  border: 11px solid;
  /*border-width: 10px 11px 11px;*/
  border-color: #e10034 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.channel .nav-tabs &gt; li.active &gt; a{
  font-size: 18px;
}

/* æœç´¢ç»“æžœé¡µ */
.result-desc{
  padding-top: 42px;
  /*padding-bottom: 42px;*/
}
.result-desc .hr-4{
  margin-top: 10px;
}
.result-list{
  min-height: 530px;
}
.result-null{
  position: relative;
}
.result-null .translate-middle-y{
  position: absolute;
  text-align: center;
}

.result-desc .nav-tabs{
  margin-top: 25px;
}
.result-desc .nav-tabs &gt; li &gt; a:hover{
  background-color: #000;
  cursor: default;
}
/* å…ˆç”Ÿè§„åˆ™ */
.sir-rules-desc .nav-tabs img{
  margin: -3px 8px 0 -13px;
}

.timeline{
  padding-left: 30px;
}
.timeline ul{
  border-left: 3px solid #c9c9c9;
  margin-left: 32px;
  padding-top: 50px;
  padding-bottom: 70px;
  margin-bottom: 0;
}
.timeline .btn-load-more{
  margin: 30px auto;
}
.sir-rules-item{
  margin-bottom: 100px;
  padding-left: 20px;
  position: relative;
}
.sir-rules-item:last-child{
  margin-bottom: 0;
}
.sir-rules-item small{
  display: block;
}
.sir-rules-item .content{
  margin-left: 130px;
}
.icon-clock{
  display: inline-block;
  position: absolute;
  left: -15px;
  top: 0;

  width: 30px;
  height: 30px;
  border: 4px solid #fff;
  background-color: #c9c9c9;
  border-radius: 50%;
}
.sir-rules-item:first-child .icon-clock{
  background-color: #e10034;
}
.icon-clock:before{
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: solid #fff;
  border-width: 0 0 2px 2px;
  left: 50%;
  top: 50%;
  margin-left: -2px;
  margin-top: -6px;
}
.thumb-img{
  display: inline-block;
  vertical-align: middle;
  max-width: 292px;
  max-height: 420px;
  overflow: hidden;
  margin-right: 35px;
  margin-bottom: 10px;
}
.thumb-title{
  display: inline-block;
  padding: 6px 0 6px 18px;
  background: url(../images/quotation-mark.jpg) no-repeat left top;
}

/* ç™¾åº¦åˆ†äº«æ&nbsp;·å¼ */
.share-box{
  padding: 5px 0;
  text-align: center;
}
.share-box .bdsharebuttonbox a{
  display: inline-block;
  float: left;
  margin: 0 23px 0 0;
  cursor: pointer;

  background: url(../images/share-icons.png) no-repeat;
  background-size: cover;
  width: 40px!important;
  height: 42px!important;
  line-height: 42px!important;
}
.share-box .bdsharebuttonbox a:last-child{
  margin-right: 0;
}
.share-box .bdsharebuttonbox .bds_tsina{
  background-position: 0 0;
}
.share-box .bdsharebuttonbox .bds_sqq{
  background-position: -40px 0;
}
.share-box .bdsharebuttonbox .bds_qzone{
  background-position: -80px 0;
}

/* è¯¦æƒ…é¡µåˆ†äº«æ&nbsp;·å¼ */
.share-box.show-desc-share .bdsharebuttonbox a{
  width: 100%!important;
  height: 40px!important;
  margin-right: 0;
  margin-bottom: 6px;
}
.share-box.show-desc-share .bdsharebuttonbox .bds_tsina{
  background: url(../images/show-sina.jpg) no-repeat;
}
.share-box.show-desc-share .bdsharebuttonbox .bds_sqq{
  background: url(../images/show-qq.jpg) no-repeat;
}
.share-box.show-desc-share .bdsharebuttonbox .bds_qzone{
  background: url(../images/show-qz.jpg) no-repeat;
}
/* ç™¾åº¦åˆ†äº«æ&nbsp;·å¼ end/ */


/* å­—ä½“å±žæ€§å’Œé¢œè‰² */
.title-line{
  color: #000;
  /*font-family: "PingFang SC Medium", "Microsoft Yahei";*/
}
.title-line strong{
  font-weight: bold;
  /*font-family: "Helvetica Neue", "Microsoft Yahei";*/
}
.scroll-one a{
  color: #000;
  /*font-family: PFBold;*/
  line-height: 16px;
}
.topbar .item{
  color: #000;
  font-size: 16px;
  line-height: 36px;
}
/*.topbar .pull-right{
  font-family: "SFUIDisplay Regular", "Microsoft Yahei";
}*/
.nav-inline li a{
  font-size: 18px;
  /*font-family: PFBold;*/
  font-weight: bold;
  line-height: 32px;
}

.title-over{
  color: #fff;
  font-size: 16px;
  /*font-family: "PingFang SC Bold", "Microsoft Yahei";*/
}
.title-over.title-over-small{
  font-size: 14px;
}
.title-over.title-over-small .title{
  line-height: 24px;
  padding: 15px 17px;
}
.cover-box .title-over.title-over-small .cover-main:before{
  content: "";
  display: block;
  /*height: 30px;*/
  position: absolute;
  left: 0;
  right: 0;
  top: 53px;
  bottom: 0;
  background-color: rgba(0,0,0,1);
  -webkit-transition: all 0.35s;
}
.cover-box:hover .title-over.title-over-small .cover-main:before{
  /*display: none;*/
  background-color: rgba(0,0,0,0);
  -webkit-transition: all 0.35s;
}
.title-over.title-over-small p{
  font-size: 12px;
  line-height: 18px;
}
.title-over.title-over-small .cover-content p,
.title-over.title-over-small .cover-content div{
  padding-left: 0;
  padding-right: 0;
}
.title-over.title-over-small .cover-main{
  /*background-color: rgba(0,0,0,.6);*/
}
.title-over.title-over-small .label:after{
  /*border-color: transparent transparent rgba(0,0,0,.6) transparent;*/
}
.cover-box:hover .title-over.title-over-small .cover-main{
  /*background-color: rgba(0,0,0,1);*/
}
.cover-box:hover .title-over.title-over-small .label:after{
  /*border-color: transparent transparent rgba(0,0,0,1) transparent;*/
}
.title-over p{
  color: #9b9b9d;
  font-size: 14px;
  line-height: 27px;
}
.title-over .date{
  color: #9b9b9d;
  font-size: 12px;
}
.title-over .label{
  color: #9b9b9d;
  font-size: 18px;
  /*font-family: PFBold;*/
  font-weight: bold;
}
.btn-load-more{
  line-height: 38px;
  color: #9b9b9d;
  font-size: 18px;
  /*font-family: "PingFang SC Bold", "Microsoft Yahei";*/
}
.footer,
.footer .links a{
  color: #fff;
}
.footer p{
  color: #c9c9c9;
  font-size: 12px;
  /*font-family: "PingFang SC Regular", "Microsoft Yahei";*/
  line-height: 24px;
}
.footer .sub-title{
  font-size: 14px;
  color: #c9c9c9;
  /*font-family: "PingFang SC Light", "Microsoft Yahei";*/
}
.footer .copyright{
  color: #5c5c5c;
  /*font-family: "Helvetica Neue Light", "Microsoft Yahei";*/
}
.carousel-caption{
  font-size: 14px;
  line-height: 24px;
  /*font-family: "PingFang SC Bold", "Microsoft Yahei";*/
}

.carousel-caption .title{
  font-size: 22px;
  font-weight: bold;
  /*font-family: "PingFang SC Bold", "Microsoft Yahei";*/
}
.recommend .carousel-control{
  font-size: 14px;
}
.search-form input{
  font-size: 16px;
  /*font-family: "PingFang SC Heavy", "Microsoft Yahei";*/
  color: #000;
}
.show-title{
  color: #000;
  font-size: 30px;
  font-weight: bold;
  /*font-family: "PingFang SC Bold", "Microsoft Yahei";*/
}
.show-title small{
  font-size: 16px;
  /*font-family: "PingFang SC Bold", "Microsoft Yahei";*/
}
.esp-breadcrumb{
  font-size: 16px;
  color: #9b9b9d;
  /*font-family: "PingFangSC Bold", "Microsoft Yahei";*/
}
.tag-active{
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}
.tag-box{
  color: #595757;
  font-size: 16px;
  line-height: 30px;
  /*font-family: "PingFangSC Bold", "Microsoft Yahei";*/
}
.show-content p{
  font-size: 16px;
  /*font-family: "PingFangSC Bold", "Microsoft Yahei";*/
  line-height: 30px;
}
.pagination &gt; li &gt; a{
  color: #000;
  /*font-family: "PingFangSC Light", "Microsoft Yahei";*/
}
.recommend .title-super{
  line-height: 46px;
  font-size: 20px;
  color: #fff;
}

.tv-show-desc{
  line-height: 30px;
}
.nav-tabs &gt; li &gt; a{
  color: #fff;
  font-size: 16px;
  line-height: 36px;
}
.timeline .year{
  font-size: 30px;
  color: #c9c9c9;
  /*font-family: "PingFangSC Semibold", "Microsoft Yahei";*/
}
.sir-rules-item{
  /*font-family: "SFUIDisplay Bold", "Microsoft Yahei";*/
}
.sir-rules-item .date{
  font-size: 42px;
  line-height: 44px;
  color: #000;
  /*font-family: "SFUIDisplay Bold", "Microsoft Yahei";*/
}
.sir-rules-item small{
  font-size: 20px;
  line-height: 22px;
  color: #c9c9c9;
}
.sir-rules-item .content{
  font-size: 36px;
  /*font-family: "PingFangSC Medium", "Microsoft Yahei";*/
  color: #000;
}
.share-box .jiathis_style_32x32 .jiathis_txt{
  font-size: 16px;
  line-height: 42px!important;
  /*font-family: "PingFangSC Light", "Microsoft Yahei";*/
  color: #9b9b9d;
}
/* å­—ä½“ */
/*.nav-inline li a,*/
.title-over,
.title-over .label,
.btn-load-more,
.carousel-caption,
.carousel-caption .title,
.show-title,
.show-title small,
.esp-breadcrumb,
.tag-box,
.show-content p,
.m-result-content .result-title,
.sir-rules-item,
.scroll-one a,
.topbar .item,
.search-form input,
.timeline .year{
  font-family: PFBold;
  /*font-family: "PingFangSC Bold";*/
}
.footer p,
.sir-rules-item .content,
.title-line{
  font-family: PFRegular;
}
.share-box .jiathis_style_32x32 .jiathis_txt,
.m-result-content .date,
.m-result-content .result-content,
.pagination &gt; li &gt; a,
.footer .sub-title{
  font-family: PFLight;
  /*font-family: "PingFangSC Light", "Microsoft Yahei";*/
}

/*.sir-rules-item .content,
.title-line{
  font-family: "PingFangSC Medium";
}*/
/*.timeline .year{
  font-family: "PingFangSC Semibold";

}*/
/*.search-form input{
  font-family: "PingFang SC Heavy";
}*/
/*.copyright{
  font-family: "Helvetica Neue Light";
}
.topbar .pull-right{
  font-family: "SFUIDisplay Regular";
}
.title-line strong{
  font-family: "Helvetica Neue";
}*/

/* ç§»åŠ¨ç«¯æ&nbsp;·å¼ */
.show-sm{
  display: none;
}
.has-head-sm{
  padding-top: 80px;
}
.index .has-head-sm{
  padding-top: 0;
}
.show-desc.has-head-sm{
  padding-top: 118px;
}
.channel.has-head-sm,
.sir-rules.has-head-sm,
.result-desc.has-head-sm{
  padding-top: 88px;
}
.show-sm.navbar-collapse.collapse{
  /*display: none!important;*/
  position: relative;
  left: 0;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  transition: left 0.5s;
}


/* 3d nav*/
.three-d {
    /* ä»»åŠ¡ä¸‰ã€è®¾ç½®3Dèˆžå°å¸ƒæ™¯ */
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    -ms-perspective: 200px;
    -o-perspective: 200px;
    perspective: 200px;
    /*ä»»åŠ¡å››ã€è®¾ç½®3Dèˆžå°å¸ƒæ™¯è¿‡æ¸¡æ•ˆæžœ*/
    -webkit-transition: all .07s linear;
    -moz-transition: all .07s linear;
    -ms-transition: all .07s linear;
    -o-transition: all .07s linear;
    transition:all .7s linear;
    position: fixed;

    display: block;
    /*height: 94px;*/
  }

  .three-d:not(.active):hover {
    cursor: pointer;
  }

  /*ä»»åŠ¡äº”ã€ç»™ä¸æ˜¯å½“å‰çŠ¶æ€çš„3Dèˆžå°çš„æ‚¬æµ®ä¸Žèšç„¦çŠ¶æ€è®¾ç½®å˜å½¢æ•ˆæžœ*/
  .three-d.turn3d .three-d-box,
  .three-d.turn3d .three-d-box {
  -wekbit-transform: translateZ(-25px) rotateX(90deg);
  -moz-transform: translateZ(-25px) rotateX(90deg);
  -o-transform: translateZ(-25px) rotateX(90deg);
  -ms-transform: translateZ(-25px) rotateX(90deg);
  transform: translateZ(-25px) rotateX(90deg);
  -webkit-transform: translateZ(-25px) rotateX(90deg);
  /*-webkit-transform:rotatex(90deg);*/
  top: -20px;
  }

  .three-d-box {
    /*ä»»åŠ¡å…­ã€ç»™3Dèˆžå°ä¸­â€œ.three-d-boxâ€è®¾ç½®è¿‡æ¸¡ä¸Žå˜å½¢æ•ˆæžœ*/
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: translatez(-25px);
    -moz-transform: translatez(-25px);
    -ms-transform: translatez(-25px);
    -o-transform: translatez(-25px);
    transform: translatez(-25px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1031;
  }

  .turn3d-ie.three-d .three-d-box{
    -wekbit-transform: translateZ(0px) rotateX(0);
    -moz-transform: translateZ(0px) rotateX(0);
    -o-transform: translateZ(0px) rotateX(0);
    -ms-transform: translateZ(0px) rotateX(0);
    transform: translateZ(0px) rotateX(0);
    -webkit-transform: translateZ(0px) rotateX(0);
    /*-webkit-transform:rotatex(90deg);*/
    top: 0;
  }
  .turn3d-ie .three-d-box{
    -webkit-transform: translatez(0px);
    -moz-transform: translatez(0px);
    -ms-transform: translatez(0px);
    -o-transform: translatez(0px);
    transform: translatez(0px);
  }
  .turn3d-ie .front{
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
  }
  .turn3d-ie .back{
    -webkit-transform: rotateX(0deg) translateZ(0px) translateY(0px);
    -moz-transform: rotateX(0deg) translateZ(0px) translateY(0px);
    -ms-transform: rotateX(0deg) translateZ(0px) translateY(0px);
    -o-transform: rotateX(0deg) translateZ(0px) translateY(0px);
    transform: rotateX(0deg) translateZ(0px) translateY(0px);

    display: none;
  }
  .nav-ie-more.turn3d-ie .back{
    display: block;
  }

  /*ä»»åŠ¡ä¸ƒã€ç»™å¯¼èˆªè®¾ç½®3Då‰ï¼Œä¸Ž3DåŽå˜å½¢æ•ˆæžœ*/
  .front {
      -webkit-transform: rotateX(0deg) translateZ(25px);
      -moz-transform: rotateX(0deg) translateZ(25px);
      -ms-transform: rotateX(0deg) translateZ(25px);
      -o-transform: rotateX(0deg) translateZ(25px);
      transform: rotateX(0deg) translateZ(25px);
   }

  .back {
    -webkit-transform: rotateX(-90deg) translateZ(25px) translateY(20px);
    -moz-transform: rotateX(-90deg) translateZ(25px) translateY(20px);
    -ms-transform: rotateX(-90deg) translateZ(25px) translateY(20px);
    -o-transform: rotateX(-90deg) translateZ(25px) translateY(20px);
    transform: rotateX(-90deg) translateZ(25px) translateY(20px);
  }

  .front, .back {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1031;
  }
  .back{
    background-color: #000;
  }
  .navbar-default .back .navbar-collapse,
  .navbar-default .back .navbar-form{
    background-color: #000;
  }
  .back .nav-inline &gt; li &gt; a{
    color: #fff;
  }
  .back .nav-inline .caret{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .three-d.navbar{
    padding: 0;
    overflow: hidden;
  }

/* download*/
.downloads{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.download{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.download .next,
.download .prev{
  display: block;
  position: absolute;
  top: 12px;
  height: 100%;
}
.download .next{
  right: 18px;
}
.download .prev{
  left: 18px;
}
.download.download-2 .next,
.download.download-2 .prev{
  top: 65px;
}
.download-heading{
  background-color: #000;
  position: relative;
}
.download-context{
  position: relative;
  margin: 0;
}
.download-context .context{
  margin-top: -35px;
}
.download-context .col-md-6.col-sm-12{
  height: 610px;
}
.download p.color-gray{
  margin-top: 110px;
  margin-bottom: 50px;
}
.download-2 .download-heading{
  margin-top: -104px;
  margin-bottom: 88px;
}
.download-2 .has-head-sm .img{
  position: relative;
  bottom: -104px;
  /*margin-bottom: 50px;*/
  /*padding-top: 24px;*/
}
.download-1 .download-btn{
  margin-top: 25px;
}
.download-2 .download-btn{
  margin-top: 180px;
}
.download-dots {
  text-align: center;
  position: absolute;
  bottom: 38px;
  left: 0;
  width: 100%;
}
.download-dots a{
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgb(127,127,127);
  margin: 0 3px;
}
.download-dots a.active{
  background-color: #fff;
}

/* å¹¿å‘Š iframe */
.baidustatic-os html,
.baidustatic-os body{
  width: 100%;
}
.baidustatic-os iframe{
  max-width: 100%;
}
.baidustatic-os img{
  max-width: 100%;
}

@media (max-width: 1200px){
  .nav-inline &gt; li &gt; a{
    padding: 10px 3px;
  }
  /*.baidustatic-os iframe img{
    width: 100%!important;
    height: 100%!important;
  }*/
  .baidustatic-os iframe{
    height: 236px;
  }
  .col-xs-3.baidustatic-os iframe{
    height: 481px;
  }
}
@media (max-width: 1024px) and (min-width: 767px){
  .baidustatic-os iframe{
    height: 129px;
  }
  .baidustatic-os.sections-ads iframe{
    height: 242px;
  }
  .container{
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media(max-width: 938px){
  .navbar-brand{
    padding: 7px 15px;
  }
  .nav-inline &gt; li &gt; a{
    padding: 10px 1px;
  }
  .nav-inline .vertical-line{
    padding: 15px 1px;
  }
}
@media (max-width: 768px){
  .show-row.row,
  .footer .row,
  .banners.row,
  .sections .row{
    margin-left: 0;
    margin-right: 0;
  }
  /*  */
  .hide-sm,
  .footer,
  .copyright,
  .thumbnail.nav-inline{
    display: none;
  }
  .show-sm{
    display: block;
  }
  .has-head-sm,
  .index .has-head-sm,
  .channel.has-head-sm,
  .sir-rules.has-head-sm{
    padding-top: 0.84rem;
  }
  .show-desc.has-head-sm,
  .result-desc.has-head-sm{
    padding-top: 1.3rem;
  }

  .navbar.navbar-fixed-top{
    min-height: 0.84rem;
    /*min-height: 42px;*/
    height: 0.84rem;
    padding: 0.08rem;
    /*overflow: hidden;*/
    /*border: 0;*/
    margin-bottom: 0;
    width: 100%;
  }
  .container{
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  /* å¯¼èˆª */
  .container &gt; .navbar-header{
    margin: 0;
  }
  .navbar-header{
    text-align: center;
    float: none;
    width: auto;
  }
  .navbar-brand{
    height: 0.68rem;
    width: 1.55rem;
    float: none;
    display: inline-block;
    margin-right: 0.68rem;
    padding: 0;
  }
  .navbar-brand img{
    margin-top: 0.1rem;
  }
  .navbar-toggle{
    display: block;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.18rem 0.16rem;
    height: 0.68rem;
    width: 0.70rem;
  }
  .navbar-toggle .icon-bar + .icon-bar{
    margin-top: 0.08rem;
  }
  .navbar-collapse.collapse,
  .gotop{
    display: none!important;
  }
  .three-d{
    display: none;
  }

  /* ä¾§è¾¹æ&nbsp;å¯¼èˆª */
  .open-menu{
    position: fixed;
    top: 0;
    bottom: 0;
    /*left: 0;*/
    right: 100%;
    z-index: 1031;
    width: 60%;
    background-color: #000;
    /*overflow-y: scroll;*/
    -webkit-transition: right 0.5s;
    -moz-transition: right 0.5s;
    -ms-transition: right 0.5s;
    transition: right 0.5s;
  }
  .open-menu .nav-inline{
    padding-bottom: 1rem;
    padding-top: 0.32rem;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .open-menu .nav-inline li{
    display: block;
    text-align: center;
    /*font-family: "PingFang SC Medium", "Microsoft Yahei";*/
  }
  .open-menu .nav-inline &gt; li &gt; a{
    display: block;
    font-size: 0.28rem;
    line-height: 0.95rem;
    padding: 0 0.16rem;
    color: #fff;
    letter-spacing: 2px;
  }
  .open-menu .nav-inline &gt; li.active &gt; a{
    color: #e10034;
    background-color: transparent;
  }
  .open-menu-sm .nav-inline &gt; li &gt; a:hover,
  .open-menu-sm .nav-inline &gt; li &gt; a:focus{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .open-menu-sm .open-menu{
    right: 40%;
    /*left: 0;*/
    -webkit-transition: right 0.5s;
    -moz-transition: right 0.5s;
    -ms-transition: right 0.5s;
    transition: right 0.5s;
  }
  .open-menu-sm .overlay-sm,
  .open-menu-sm{
    overflow: hidden;
    height: 100%;
  }
  .open-menu-sm .overlay-sm:after{
    content: '';
    display: block;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1030;
  }
  .index .nav-inline{
    margin-top: 0;
    margin-bottom: 0;
  }
  .nav-inline li a{
    font-family: PFRegular;
  }
  .front, .back{
    padding: 0.08rem;
  }

  /* å¯¼èˆªæœç´¢ */
  .navbar-search.navbar-right{
    min-width: 0.68rem;
    width: 0.68rem;
    height: 0.68rem;
    /*float: right;*/
    margin: 0;

    position: absolute;
    right: 0;
    z-index: 4;
  }
  .navbar-full.navbar-search.navbar-right{
    width: 100%;
  }
  .navbar-search &gt; li{
    height: auto;
  }
  .navbar-search &gt; li a{
    padding: 0;
  }
  .search-form{
    min-width: 0.68rem;
    height: 0.68rem;
  }
  .search-form input{
    padding-left: 0.68rem;
    height: 0.68rem;
    width: 0.68rem;
  }
  .search-form .btn{
    width: 0.68rem;
    height: 0.68rem;
    padding: 0 0.1rem;
    /*background-color: #ffb8b8;*/
  }
  .search-form .btn .icon{
    width: 100%;
  }
  .navbar-full .search-form input{
    padding-left: 0.8rem;
    width: 100%;
  }
  .navbar-full .search-form .btn{
    background-color: #fff;
  }

  /* é¦–é¡µ */
  .index,
  .channel{
    padding-bottom: 0;
  }
  .banners{
    margin-bottom: 0.12rem;
    max-width: 100%;
    overflow: hidden;
  }
  .banners .col-block-sm{
    /*width: 100%;*/
    /*padding-left: 0.08rem;
    padding-right: 0.08rem;*/
  }
  .banners .col-block-sm,
  .banners .col-block-sm img{
    width: 100%;
  }


  /* æ‰‹æœºç‰ˆåˆ—è¡¨ ===================== */
  .m-col-6{
    float: left;
    /*width: 50%;*/
    margin-left: 2px;
    margin-right: 2px;
  }
  .m-list{
    padding: 0 2px;
  }
  .m-list img{
    width: 100%;
  }
  .m-list .m-col-6,
  .m-list .m-col-12{
    margin-bottom: 4px;
    border-bottom: 1px solid #e9e9e9;
  }
  .m-col-12{
    margin-left: 2px;
    margin-right: 2px;
  }
  .m-list .m-col-12{
    margin-bottom: 0.18rem;
  }
  .m-col-12.m-cover-box{
    display: block;
  }
  /*  */
  .m-aside-banner .m-cover-box{
    margin: 0;
  }
  .m-ads{
    float: left;
    width: 100%;
    padding: 2px 2px 0.12rem;
  }
  .btn-load-more{
    padding: 0.3rem;
    font-size: 0.2rem;
    line-height: 0.28rem;
    width: auto;
    color: #c9c9c9;
  }
  .btn-load-more,
  .timeline .btn-load-more{
    margin-top: 0;
    margin-bottom: 0;
  }

  /* item =========================== */
  .cover-main{
    color: #000;
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    border-top-color: #fff;
    padding: 0.14rem 0;
  }
  .title-over{
    left: 0;
    right: 0;
    height: 1.05rem;
    padding-top: 0.15rem;
  }
  .title-over .label{
    color: #000;
    height: 0.60rem;
    line-height: 0.60rem;
    width: 0.76rem;
    padding: 0;
    /*margin-top: 0.13rem;*/
    font-size: 0.2rem;
    /*color: ;*/
  }
  .title-over .label .btn-tv{
    margin-top: 0.03rem;
  }
  .title-over .label:before{
    /*top: 0.12rem;*/
    /*height: 0.66rem;*/
    display: none;
  }
  .title-over .cover-main:after{
    border-color: transparent transparent #fff transparent;
    border-width: 0.17rem;
    top: -0.14rem;
    left: 13px;
    /*margin-left: -0.17rem;*/
  }
  .title-over .title{
    display: -webkit-box;
    display: -ms-box;
    -webkit-line-clamp: 2;
    -ms-line-clamp: 2;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    white-space: normal;
    margin-top: 0;
    padding: 0 0.18rem;
    height: 0.6rem;
    overflow: hidden;
    font-size: 0.2rem;
    line-height: 0.3rem;
    letter-spacing: 0;
    /*font-family: "PingFang SC Bold", "Microsoft Yahei";*/
  }
  .title-over .label + .title{
    border-left: 1px solid #ededed;
  }
  /*.item-label-top {
    left: 0;
  }
  .item-label-top .label{
    line-height: 20px;
    min-width: 0.32rem;
    padding: 0 0.08rem;
  }
  .item-label-top .btn-tv{
    width: 20px;
    height: 20px;
  }*/
  .tag-new,
  .btn-tv{
    width: 0.5rem;
    height: 0.5rem;
  }
  .tag-new{
    position: absolute;
    left: 0;
    top: 0;
  }

  /* è¯¦æƒ…é¡µ */
  .show-desc{
    padding-bottom: 1rem;
  }
  .show-col.col-xs-9{
    width: 100%;
    font-size: 0.2rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .tag-active,
  .show-title,
  .tv-show-h{
    font-size: 0.3rem;
  }
  .tag-active{
    width: 1.2rem;
    height: 1.2rem;
    line-height: 0.4rem;
    padding: 0.1rem;
  }
  .tv-show .user-panel{
    margin-top: 0.4rem;
  }
  .show-title{
    margin-left: 1.4rem;
    margin-bottom: 0.46rem;
    height: 1.2rem;
    /*height: auto;*/
    line-height: 0.48rem;
  }
  .show-title small{
    font-size: 0.16rem;
  }
  .show-title span{
    line-height: 0.24rem;
    display: block;
  }
  .tv-show .show-title {
    height: 1.2rem;
  }
  .tv-show-desc{
    line-height: 0.56rem;
    font-size: 0.28rem;
  }
  .tv-show-h{
    margin-bottom: 0.3rem;
  }
  .tv-video-box{
    margin-bottom: 0.4rem;
  }
  .tag-box{
    padding: 0.26rem 0.2rem;
    margin-bottom: 0.48rem;
    /*font-family: "PingFang SC Bold", "Microsoft Yahei";*/
  }
  .show-content p,
  .show-content img{
    margin-top: 0;
  }
  .tag-box,
  .show-content p{
    line-height: 0.55rem;
    font-size: 0.28rem;
  }
  .show-content p{
    margin-bottom: 0.24rem;
  }
  .show-content h4{
    font-size: 0.3rem;
    line-height: 0.4rem;
    margin-bottom: 0.26rem;
    margin-top: 0;
  }
  .esp-breadcrumb{
    font-size: 0.2rem;
  }
  .avatar-rounded{
    width: 0.6rem;
    height: 0.6rem;
    margin-bottom: 0;
  }
  .user-panel{
    padding: 0.16rem 0.08rem;
    margin-bottom: -0.28rem;
  }
  .user-panel span{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.24rem;
  }
  .user-panel .like-number{
    margin-bottom: 0.5rem;
    padding: 0.16rem 0.2rem;
  }
  .user-panel .like-number .icon{
    margin-top: 0;
  }
  .user-panel .pull-right{
    /*margin-top: 0.14rem;*/
    font-size: 0.24rem;
    margin-top: 0.11rem;
    /*line-height: 0.34rem;*/
  }
  .user-panel .share-box{
    display: inline-block;
  }

  .share-box a{
    /*width: 0.58rem!important;*/
    /*height: 0.58rem!important;*/
    margin-right: 0.48rem;
  }
  /* ä»Šæ—¥æŽ¨è */
  .recommend .title-super{
    margin-left: 4px;
    margin-right: 4px;
    height: 0.46rem;
    line-height: 0.46rem;
    font-size: 0.24rem;
    padding-left: 0.2rem;
    border-width: 0.08rem;
  }

  /* ä¸“é¢˜åˆ—è¡¨ */
  .channel .slide,
  .sir-rules .slide{
    margin-bottom: 0.12rem;
  }
  /* å…ˆç”Ÿè§„åˆ™åˆ—è¡¨ */
  .sir-rules-desc{
    padding-left: 4px;
    padding-right: 4px;
  }
  .sir-rules-desc .nav-tabs{
    padding-bottom: 0.3rem;
  }
  .sir-rules-desc .nav-tabs &gt; li &gt; a{
    line-height: 0.46rem;
    width: 1.64rem;
    padding: 0 0.12rem;
    font-size: 0.22rem;
  }
  .sir-rules-desc .nav-tabs &gt; li.active &gt; a:after{
    border-width: 0.17rem;
    left: 0.5rem;
  }
  .sir-rules-desc .nav-tabs img{
    margin: -2px 3px 0 -5px;
    width: 0.26rem;
    height: 0.26rem;
  }
  .timeline{
    padding-left: 0.18rem;
  }
  .timeline .year{
    font-size: 0.3rem;
  }
  .timeline ul{
    margin-left: 0.32rem;
    border-width: 1px;
    padding-top: 0.5rem;
  }
  .icon-clock{
    width: 0.32rem;
    height: 0.32rem;
    border-width: 2px;
    left: -0.16rem;
  }
  .icon-clock:before{
    width: 0.1rem;
    height: 0.1rem;
    margin-top: -0.06rem;
    border-bottom-width: 1px;
    border-left-width: 1px;
  }
  .sir-rules-item,
  .sir-rules-item:last-child{
    padding-left: 0.1rem;
    margin-bottom: 0.18rem;
  }
  .sir-rules-item a{
    display: inline-block;
  }
  .sir-rules-item .date{
    font-size: 0.42rem;
    line-height: 0.48rem;
    color: #c9c9c9;
  }
  .sir-rules-item small{
    font-size: 0.2rem;
    line-height: 0.28rem;
  }
  .sir-rules-item .content{
    margin-left: 1.36rem;
  }
  .thumb-title{
    font-size: 0.24rem;
    display: block;
    background-size: auto 0.18rem;
    padding-left: 0;
    padding-top: 0.24rem;
  }

  /* æœç´¢ç»“æžœ */
  .result-desc{
    padding-left: 4px;
    padding-right: 4px;
  }
  .result-desc .nav-tabs{
    padding-bottom: 0.16rem;
  }
  .result-desc .nav-tabs &gt; li &gt; a{
    font-size: 0.24rem;
    line-height: 0.54rem;
    width: auto;
    padding-left: 0.18rem;
    padding-right: 0.18rem;
  }
  .result-list{
    min-height: 4rem;
  }
  .m-result-content li{
    margin-bottom: 0.24rem;
  }
  .m-result-content .title-line {
    /*line-height: 14px;*/
    height: 14px;
    padding-bottom: 1px;
    /*padding-left: 0.13rem;*/
  }
  .m-result-content .title-line:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 100%;
    background-color: #e10034;
    /*position: relative;*/
    /*top: -1px;*/
  }

  .m-result-content .title-line strong{
    position: relative;
    top: 1px;

    font-size: 0.2rem;
    line-height: 0.24rem;
    color: #595757;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
  }
  .m-result-content .result-title a{
    color: #000;
    font-weight: bold;
  }
  .m-result-content .result-title{
    margin-bottom: 0.1rem;
    font-size: 0.28rem;
  }
  .m-result-content .result-content{
    margin-bottom: 0.04rem;
    font-size: 0.24rem;
  }
  .m-result-content .date{
    font-size: 0.16rem;
    color: #9b9b9d;
  }


  .footer .col-xs-9,
  .footer .col-xs-3,
  .banners .col-xs-9,
  .banners .col-xs-3,
  .sections .col-xs-9,
  .sections .col-xs-8,
  .sections .col-xs-6,
  .sections .col-xs-4,
  .sections .col-xs-3{
    padding-left: 0;
    padding-right: 0;
  }
  .baidustatic-os&gt;div{
    max-width: 100%;
  }
  .baidustatic-os &gt; div iframe{
    height: 100%;
    max-width: 100%;
  }
  .baidustatic-os &gt; div iframe img{
    width: 100%!important;
  }
  /* ä¸‹è½½é¡µé¢ */
  .download{
    line-height: 0.55rem;
    font-size: 0.28rem;
  }
  .download h3{
    line-height: 0.48rem;
    font-size: 0.3rem;
  }
  .download-context .col-md-6.col-sm-12{
    height: auto;
  }
  .download-context .context.translate-middle-y{
    position: static;
    margin-top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .download .prev{
    left: 0.06rem;
  }
  .download .next{
    right: 0.06rem;
  }
  .download .prev img,
  .download .next img{
    width: 0.4rem;
    height: 0.4rem;
  }
  .download.download-2 .next,
  .download.download-2 .prev{
    top: 0.2rem;
    z-index: 10;
  }
  .download p.color-gray{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .download-2 .download-btn{
    margin-top: 25px;
  }
  .download-btn img{
    width: 2.46rem;
  }

  .download-2-cover{
    margin-top: -0.56rem;
  }
  .download-2-cover &gt; a{
    display: block;
  }
  .download-dots{
    top: 0;
    z-index: 0;
  }
  .download-dots a{
    width: 8px;
    height: 8px;
    margin: 0 1px;
  }
  .download-2 .download-heading{
    margin: 0;
  }
  .download-2 .has-head-sm .img{
    bottom: -1rem;
  }

}


@media (min-width: 1200px) and (max-width: 1208px){
  .show-row.row,
  .footer .row,
  .banners.row,
  .sections .row{
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px){
  .container {
    width: 1198px;
  }
}
@media (min-width: 1270px){
  .gotop{
    left: 50%;
    right: auto;
    margin-left: 600px;
  }
}
@media (min-width: 768px){
  .navbar-right{
    margin-right: 0;
  }
}

.ienotes {
  text-align: center;
  padding: 20px;
  background-color: #f0ad4e;
  color: #fff;
}


.like-number i:hover {
  cursor: pointer;
}
</pre></body></html>