@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  width: 100%;
  min-width: 320px;
}

a {
  outline-style: none;
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: none;
}

img {
  display: block;
  border: 0;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.fl-no {
  float: none;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.hidden {
  display: none;
}

.show-pc {
  display: none;
}

.show-mobile {
  display: block;
}

.container {
  background: #f5f5f5;
  width: 100%;
  min-width: 320px;
  padding-bottom: 1.2rem;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 1.333333rem;
  background: #ffffff;
  border-bottom: 1px solid #ededed;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1024px;
  z-index: 9999;
}

.header .back {
  width: 1rem;
  height: 1rem;
  background: url(../images/back.svg) no-repeat center center;
  background-size: contain;
}

.header .logo {
  width: 2rem;
  height: 1.333333rem;
  font-size: 0;
  color: transparent;
  background: url(https://www.p5w.net/assets/images/logo.png) no-repeat center center;
  background-size: contain;
  display: block;
}

.header .channel-name {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  z-index: -1;
  height: 0.666667rem;
  line-height: 0.666667rem;
  font-size: 0.48rem;
}

.header .channel-name a {
  height: 0.666667rem;
  line-height: 0.666667rem;
  font-size: 0.48rem;
}

.header .h-menu {
  width: 0.9rem;
  height: 0.9rem;
}

.header .h-menu .m-nav {
  position: fixed;
  z-index: 99999;
  right: 0.25rem;
  font-size: 0.28rem;
  text-align: right;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.header .h-menu .m-nav.active {
  background: rgba(0, 0, 0, 0.8);
  width: 3.466667rem;
  width: 4rem;
  padding-bottom: 0.4rem;
}

.header .h-menu .m-nav .turn {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
}

.header .h-menu .m-nav .turn .turn-on {
  content: '';
  width: 0.9rem;
  height: 0.9rem;
  background: url(../images/category.svg) no-repeat;
  background-size: contain;
  background-position: center center;
}

.header .h-menu .m-nav .turn .turn-off {
  content: '';
  width: 0.9rem;
  height: 0.9rem;
  background: url(../images/close.svg) no-repeat center center;
  background-size: contain;
  display: none;
}

.header .h-menu .m-nav .nav-item {
  min-height: 1.066667rem;
  align-items: center;
  display: none;
}

.header .h-menu .m-nav .nav-item span {
  display: block;
  line-height: 1.066667rem;
  font-size: 0.4rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.banner {
  margin-top: 1.333333rem;
  margin-bottom: 0.4rem;
  width: 100%;
  font-size: 0;
}

.banner img {
  width: 100%;
}

.banner .banner-mask {
  display: none;
}

.banner .banner-title {
  background: #fff;
  position: relative;
  padding: 0.52rem 0.386667rem 0.52rem;
  border-radius: 0.133333rem 0.133333rem 0 0;
  -webkit-border-radius: 0.133333rem 0.133333rem 0 0;
  -moz-border-radius: 0.133333rem 0.133333rem 0 0;
  -ms-border-radius: 0.133333rem 0.133333rem 0 0;
  -o-border-radius: 0.133333rem 0.133333rem 0 0;
}

.banner .banner-title h2 {
  font-size: 0.533333rem;
  font-weight: bold;
  color: #000000;
  line-height: 0.64rem;
}

.banner .banner-title p {
  font-size: 0.48rem;
  line-height: 0.65rem;
  margin-top: .133333rem;
  text-indent: 2em;
}

/* 暂停时显示播放按钮 */
.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
  display: block;
}

/* 播放按钮变○圆形 */
.video-js .vjs-big-play-button {
  font-size: 2.5em;
  line-height: 2.3em;
  height: 2.5em;
  width: 2.5em;
  -webkit-border-radius: 2.5em;
  -moz-border-radius: 2.5em;
  border-radius: 2.5em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  border-width: 0.15em;
  margin-top: -1.25em;
  margin-left: -1.25em;
}

.video-js .vjs-time-control {
  display: block;
  min-width: 7px;
  width: auto;
  padding-left: 3px;
  padding-right: 3px;
}

.video-js .vjs-remaining-time {
  display: none;
}

/* 中间的播放箭头 */
.vjs-big-play-button .vjs-icon-placeholder {
  font-size: 1.63em;
}

/* 加载圆圈 */
.vjs-loading-spinner {
  font-size: 2.5em;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  margin-top: -1em;
  margin-left: -1.5em;
}

.content .nav {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  font-size: 0.28rem;
  text-align: right;
}

.content .nav.active {
  background: rgba(0, 0, 0, 0.8);
  width: 3.466667rem;
  width: 4rem;
  padding-bottom: 0.4rem;
}

.content .nav .turn {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}

.content .nav .turn .turn-on {
  content: '';
  width: 0.5rem;
  height: 0.425rem;
  margin: 0.25rem auto 0 auto;
  background: url(../images/turn-on.png) no-repeat;
  background-size: contain;
  background-position: center center;
}

.content .nav .turn .turn-off {
  content: '';
  width: 0.5rem;
  height: 0.425rem;
  margin: 0.25rem auto 0 auto;
  background: url(../images/turn-off.png) no-repeat center center;
  background-size: contain;
  display: none;
}

.content .nav .nav-item {
  min-height: 1.066667rem;
  align-items: center;
  display: none;
}

.content .nav .nav-item span {
  display: block;
  line-height: 1.066667rem;
  font-size: 0.4rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.main {
  float: none;
}

.swiper-slide {
  text-align: center;
  font-size: 0.32rem;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.topic-video {
  display: none;
  width: 100%;
  padding: 0.4rem;
  overflow: hidden;
  background: url(../images/bgv.jpg) center center cover no-repeat;
  background-color: #fff;
  margin-bottom: 0.4rem;
}

.topic-video .video-title {
  padding: 0 0.133333rem;
}

.topic-video .video-title p {
  font-size: 0.48rem;
  font-weight: 400;
  color: #262626;
  line-height: 0.96rem;
  max-height: 1.92rem;
  overflow: hidden;
}

.topic-focus {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.4rem;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 0.4rem;
}

.topic-focus .swiper-container {
  width: 100%;
  height: 100%;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -moz-border-radius: 0.08rem;
  -ms-border-radius: 0.08rem;
  -o-border-radius: 0.08rem;
}

.topic-focus .swiper-container .swiper-slide > a {
  font-size: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.topic-focus .swiper-container .swiper-slide > a img {
  width: 100%;
  height: auto;
}

.topic-focus .swiper-container .swiper-slide > a::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: -moz-linear-gradient(0deg, black 0, transparent 50%, transparent 100%);
  background: -webkit-linear-gradient(90deg, black 0, transparent 50%, transparent 100%);
  background: -o-linear-gradient(0deg, black 0, transparent 50%, transparent 100%);
  background: -ms-linear-gradient(0deg, black 0, transparent 50%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  background: linear-gradient(0deg, black 0, transparent 50%, transparent 100%);
}

.topic-focus .swiper-container .swiper-slide p {
  position: absolute;
  width: 100%;
  min-height: 0.666667rem;
  max-height: 1.333333rem;
  left: 0;
  bottom: .133333rem;
  text-align: left;
  padding-left: 0.186667rem;
}

.topic-focus .swiper-container .swiper-slide p a {
  color: #fff;
  font-size: 0.48rem;
  line-height: 0.72rem;
}

.topic-focus .swiper-container .swiper-slide p a:hover {
  color: #fff;
}

.topic-focus .swiper-container .swiper-button-white {
  display: none;
}

.topic-focus .swiper-container .swiper-pagination {
  width: auto;
  height: 0.666667rem;
  right: 0.133333rem;
  text-align: right;
  bottom: 0.333333rem;
}

.topic-focus .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.106667rem;
  height: 0.106667rem;
  margin: 0 0.053333rem;
}

.topic-column {
  background: #fff;
  margin-bottom: 0.4rem;
}

.topic-column .column-title {
  padding: 0.4rem 0.4rem;
  min-height: 0.533333rem;
  font-size: 0.533333rem;
  font-weight: bold;
  color: #000000;
  line-height: 0.64rem;
  border-bottom: 1px solid #ececec;
}

.topic-column .column-title .more {
  float: right;
}

.topic-column .column-title .more a {
  font-size: .34rem;
}

.news-list li {
  display: flex;
  flex-flow: row-reverse;
  flex-wrap: wrap;
  border-bottom: 1px solid #ececec;
  margin: 0.4rem 0.4rem 0 0.4rem;
  padding-bottom: 0.4rem;
}

.news-list li:hover {
  background-color: #f5f5f5;
}

.news-list li:last-child {
  border-bottom: 0;
}

.news-list .item-video {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.16rem;
}

.news-list .item-video + .item-pic {
  display: none;
}

.news-list .item-pic {
  position: relative;
  width: 3.546667rem;
  height: 2.066667rem;
  overflow: hidden;
}

.news-list .item-pic .info-pic {
  font-size: 0;
}

.news-list .item-pic .info-pic img {
  width: 3.546667rem;
  height: 2rem;
}

.news-list .item-txt {
  flex: 1;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  padding: 0 0.2rem 0 0;
}

.news-list .item-txt .info-title {
  font-size: 0.48rem;
  font-weight: 400;
  color: #262626;
  line-height: 0.65rem;
  max-height: 1.3rem;
  overflow: hidden;
}

.news-list .item-txt .info-desc {
  display: none;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
  margin-top: 10px;
}

.news-list .item-txt .info-time {
  font-size: 0.4rem;
  font-weight: 500;
  color: #b3b3b3;
  line-height: 0.293333rem;
  margin-top: 0.4rem;
}

.roll-list {
  padding: 0.4rem;
}

.roll-list li {
  font-size: 0.48rem;
  line-height: 0.96rem;
  display: flex;
}

.roll-list li .title {
  flex: 1;
  align-items: center;
  font-size: 0.48rem;
  font-weight: 400;
  color: #262626;
  line-height: 0.72rem;
  max-height: 0.72rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.roll-list li .time {
  width: 1.1rem;
  font-size: .4rem;
  color: #ccc;
  text-align: center;
  margin-left: 0.2rem;
}

.list-yunpic {
  font-size: 0;
  padding: 0.4rem;
}

.list-yunpic li {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.list-yunpic li img {
  width: 100%;
}

.list-yunpic .gallery-thumbs {
  margin-top: 0.2rem;
}

.list-yunpic .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.list-yunpic .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.list-yunpic .gallery-thumbs .pics-list-thumbs {
  font-size: 0;
}

.list-yunpic .gallery-thumbs .pics-list-thumbs li {
  display: inline-block;
  width: 16%;
}

.list-yunpic .gallery-thumbs .pics-list-thumbs li img {
  width: 100%;
}

.app-mask {
  position: fixed;
  width: 100%;
  height: 1.2rem;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 98;
  line-height: 1.2rem;
  left: 0;
  /* -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform:translate(-50%); */
}

.app-mask .close-btn {
  position: absolute;
  right: 0.5rem;
  color: #ffffff;
  font-size: 0.35rem;
  vertical-align: middle;
}

.app-mask .open-app {
  border: 0;
  position: absolute;
  padding: 0 0.4rem;
  height: 0.88rem;
  border-radius: 0.6rem;
  background-image: linear-gradient(#64bcfa, #4072f4);
  color: #ffffff;
  line-height: 0.88rem;
  text-align: center;
  font-size: 0.35rem;
  right: 1.6rem;
  top: 50%;
  margin-top: -0.44rem;
}

.app-mask .app-logo {
  position: absolute;
  width: 168px;
  height: 32px;
  background: url("https://wxly.p5w.net/static/css/images/app-logo.png") no-repeat;
  background-size: contain;
  left: 0.4rem;
  top: 50%;
  margin-top: -0.427rem;
}

.app-mask .app-text {
  color: #fff;
  position: absolute;
  left: 1.5rem;
  top: 35%;
  line-height: 0.03rem;
  font-size: 0.35rem;
}

.app-mask .app-text-tow {
  /*transform: scale(0.83);*/
  font-size: 0.2rem;
  color: #fff;
  position: absolute;
  left: 1.5rem;
  top: 65%;
  line-height: 0.03rem;
}
