.video {
  width: 100%;
}

.video video {
  width: 100%;
  background: #000;
}

.content {
  padding: 0 0.33333rem 0.33333rem;
}

.content .app-more {
  margin: 0.66667rem auto;
  width: 6.2rem;
  line-height: 0.85333rem;
  font-size: 0.34667rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#3159b6), to(#7a96c8));
  background: linear-gradient(#3159b6 0%, #7a96c8 100%);
  border-radius: 0.53333rem;
}

.content .top {
  padding-top: 0.64rem;
  padding-bottom: 0.32rem;
  border-bottom: 0.02667rem solid #ededed;
  margin-bottom: 0.46667rem;
}

.content .top .title {
  text-align: justify;
  font-size: 0.58667rem;
  color: #303133;
  line-height: 0.74667rem;
  font-weight: 700;
}

.content .top .whole {
  padding-left: 0.32rem;
  position: relative;
}

.content .top .whole::before {
  content: "";
  display: block;
  width: 0.10667rem;
  height: 0.69333rem;
  background: #ff0000;
  position: absolute;
  top: 0.05333rem;
  left: 0;
}

.content .top .tools {
  width: 100%;
  height: 0.64rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .top .tools img {
  display: block;
  width: 100%;
}

.content .top .tools .weibo {
  width: 0.66667rem;
  height: 0.56rem;
}

.content .top .tools .app-down {
  margin-left: 0.56rem;
  width: 0.64rem;
  height: 0.56rem;
}

.content .top .tools .wechat {
  margin-left: 0.56rem;
  width: 0.66667rem;
  height: 0.56rem;
}

.content .top .tools .picture {
  margin-left: 0.56rem;
  width: 0.53333rem;
  height: 0.53333rem;
}

.content .top .tools .date {
  font-size: 0.32rem;
  color: #aaaaaa;
  line-height: 0.42667rem;
  margin-right: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.content .top .info {
  margin-top: 0.37333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.32rem;
  color: #aaaaaa;
  line-height: 0.42667rem;
}

.content .top .info .source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 50%;
  margin-right: 0.48rem;
}

.content .top .info .source a {
  color: #345cb7;
}

.content .top .info .date {
  margin-left: auto;
}

.content .top .brief {
  width: 93%;
  font-size: 0.32rem;
  text-align: justify;
  color: #868686;
  line-height: 0.53333rem;
  background: rgba(229, 229, 229, 0.24);
  border-radius: 6px;
  padding: 0.26667rem;
  margin: 0.4rem auto;
}

.content .text {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 1.06667rem;
  font-size: 0.42667rem;
}

.content .text .abstract {
  padding: 0.21333rem 0.8rem;
  font-size: 0.42667rem;
  text-align: justify;
  line-height: 0.77333rem;
  position: relative;
}

.content .text .abstract::before, .content .text .abstract::after {
  content: "";
  display: block;
  width: 0.62667rem;
  height: 0.50667rem;
  position: absolute;
  background-size: contain !important;
}

.content .text .abstract::before {
  background: url("/h5/web/skin/static/images/abstract-l.png") no-repeat;
  top: 0;
  left: 0;
}

.content .text .abstract::after {
  background: url("/h5/web/skin/static/images/abstract-r.png") no-repeat;
  bottom: 0;
  right: 0;
}

.content .text p {
  font-size: 0.42667rem;
  text-align: justify;
  color: #606266;
  line-height: 0.77333rem;
  text-indent: 2em;
  margin: 0.77333rem 0;
}

.content .text p:first-child {
  margin-top: 0;
}

.content .text h4 {
  text-indent: 0.32rem;
  font-size: 0.48rem;
  color: #606266;
  line-height: 0.77333rem;
  position: relative;
  margin: 0.77333rem 0;
}

.content .text h4::before {
  content: "";
  display: block;
  width: 0.10667rem;
  height: 0.48rem;
  background: #ff0000;
  position: absolute;
  top: 0.16rem;
  left: 0;
}

.content .text h5.tushuo::before {
  content: "";
  width: 20px;
  display: inline-block;
  background: url(https://img.bjd.com.cn/web/skin/images/tushuo.png);
  height: 20px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 6px;
}

.content .text video {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.content .text img {
  max-width: 100%;
  display: block;
  margin: 0.26667rem auto;
  padding: 0.16rem 0;
}

.content .text .load {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 1.06667rem 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(white));
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), white);
}

.content .text .load .down {
  width: 0.93333rem;
  height: 0.66667rem;
}

.content .text .load .down img {
  margin: 0;
}

.content .text .load .app-more {
  margin: 0.26667rem 0;
}

.content .text .app-more {
  font-weight: 400;
  width: 6.2rem;
  height: 0.85333rem;
  line-height: 0.85333rem;
  background: #ffffff;
  border: 0.02667rem solid #ff0000;
  border-radius: 0.08rem;
  margin: 0.93333rem auto 0;
  font-size: 0.34667rem;
  color: #ff0000;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content .text .app-more .app-more__logo {
  margin: 0 0.26667rem;
  width: 1.33333rem;
  background: url("/h5/web/skin/static/images/m-tf-download-bjd-logo.png") no-repeat center center;
  background-size: contain;
}

.content .text .luokuan {
  text-indent: 0;
  margin: 0.26667rem 0;
}

.content .sub-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0.42667rem;
}

.content .sub-tit h6 {
  font-size: 0.48rem;
  font-weight: 700;
  color: #303133;
  line-height: 0.48rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.53333rem;
}

.content .sub-tit h6::before {
  content: "";
  width: 0.10667rem;
  height: 0.48rem;
  background: #3159b6;
  border-radius: 4px;
  margin-right: 0.21333rem;
}

.content .sub-tit span {
  font-size: 0.34667rem;
  color: #606266;
  line-height: 0.37333rem;
}

.content .recommend ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.45333rem;
}

.content .recommend ul li .pic {
  width: 2.96rem;
  height: 1.68rem;
  position: relative;
}

.content .recommend ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.content .recommend ul li .pic .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url("/h5/web/skin/static/images/play.png") no-repeat center center;
  background-size: 0.53333rem 0.66667rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.content .recommend ul li .con {
  width: 6rem;
}

.content .recommend ul li .con h6 {
  font-weight: normal;
  font-size: 0.4rem;
  color: #303133;
  line-height: 0.48rem;
  height: 0.96rem;
  overflow: hidden;
}

.content .recommend ul li .con .btm {
  margin-top: 0.13333rem;
  font-size: 0.32rem;
  color: #aaaaaa;
  line-height: 0.53333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .recommend ul li .con .btm .source {
  max-width: 50%;
  line-height: 0.53333rem;
}

.content .recommend ul li .con .btm .app-open {
  width: 2.48rem;
  height: 0.53333rem;
  font-size: 0.32rem;
  color: #ffffff;
  line-height: 0.53333rem;
  border: 0.02667rem solid #ff0000;
  border-radius: 0.08rem;
  font-weight: 400;
  color: #fe0000;
  text-align: center;
}

.content .recommend .video {
  width: 100%;
  height: 5.28rem;
  background: #bfbfbf;
  border-radius: 0.05333rem;
  margin-bottom: 0.45333rem;
  overflow: hidden;
  position: relative;
}

.content .recommend .video img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content .recommend .video .play {
  width: 1.06667rem;
  height: 1.38667rem;
  background: url("/h5/web/skin/static/images/play.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.content .recommend .video p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.33333rem;
  width: 9.33333rem;
  position: absolute;
  font-size: 0.37333rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 0.53333rem;
  bottom: 0.18667rem;
  text-shadow: 1px 1px 0px #000;
}

.content .slider .swiper-slide {
  width: 4.26667rem;
  height: 2.48rem;
  position: relative;
}

.content .slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.content .slider .swiper-slide p {
  width: 3.78667rem;
  padding: 0 0.24rem;
  position: absolute;
  bottom: 0;
  font-size: 0.32rem;
  color: #ffffff;
  line-height: 0.64rem;
  text-shadow: 1px 1px 0px #000;
}

.content .comment {
  margin-top: 0.64rem;
}

.content .comment .app-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content .comment .app-open .tag {
  text-indent: 0.48rem;
  width: 6.85333rem;
  height: 1.01333rem;
  line-height: 1.01333rem;
  font-size: 0.32rem;
  color: #b7b7b7;
  background: #f4f4f4;
  border-radius: 0.53333rem;
}

.content .comment .app-open .open {
  height: 1.01333rem;
  margin-right: 0.53333rem;
}

.content .comment .app-open .open a {
  display: block;
  font-size: 0.34667rem;
  color: #3159b6;
  line-height: 1.01333rem;
}

.content .comment .count {
  margin: 0.26667rem 0 0;
  font-size: 0.34667rem;
  color: #5e5e5e;
  line-height: 0.77333rem;
}

.content .comment .item {
  padding: 0.26667rem 0;
  border-bottom: 1px solid #f4f4f4;
}

.content .comment .item .comment-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .comment .item .comment-top .avatar {
  width: 0.93333rem;
  height: 0.93333rem;
  margin-right: 0.21333rem;
}

.content .comment .item .comment-top .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content .comment .item .comment-top .name {
  font-size: 0.4rem;
  color: #3159b6;
}

.content .comment .item .comment-top .like {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .comment .item .comment-top .like .icon {
  width: 0.42667rem;
  height: 0.42667rem;
  fill: #606266;
}

.content .comment .item .comment-top .like span {
  line-height: 0.42667rem;
  font-size: 0.34667rem;
  fill: #606266;
  margin-left: 0.13333rem;
}

.content .comment .item .comment-top .like.selected .icon {
  fill: #3159b6;
}

.content .comment .item .comment-top .like.selected span {
  color: #3159b6;
}

.content .comment .item .comment-text {
  padding-left: 1.14667rem;
}

.content .comment .item .comment-text p {
  text-align: justify;
  font-size: 0.34667rem;
  color: #606266;
  line-height: 0.48rem;
}

.content .comment .item .comment-text .date {
  font-size: 0.32rem;
  color: #aaaaaa;
  line-height: 0.53333rem;
}

.content .adimg {
  width: 100%;
  margin: 0.42667rem 0;
}

.content .adimg img {
  width: 100%;
}

.wx-share-model {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.67) url("/h5/web/skin/static/images/wx-share.png") no-repeat;
  background-size: 2rem 3.64rem;
  background-position: center 1.57333rem;
}

.wx-share-model .wx-share-content {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 5.73333rem;
}

.wx-share-model .wx-share-content p {
  font-size: 0.53333rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

.wx-share-model .wx-share-content .wx-share-close {
  position: absolute;
  display: block;
  width: 0.85333rem;
  height: 0.85333rem;
  top: 0.26667rem;
  right: 0.26667rem;
}

.h2c {
  overflow: hidden;
  position: fixed;
  top: -1000%;
  width: 310px;
  background: #fff url("/h5/web/skin/static/images/h2c-bg.png") no-repeat center center;
  background-size: cover;
}

.h2c .h2c-banner {
  display: none;
  width: 101%;
  height: 4.8rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.h2c .canvas {
  position: relative;
  padding: 0.4rem;
}

.h2c .canvas img {
  display: block;
}

.h2c .canvas .h2c-title {
  font-size: 0.53333rem;
  line-height: 0.66667rem;
  color: #2f2f2f;
  font-weight: 700;
  text-align: justify;
}

.h2c .canvas .whole {
  padding-left: 0.32rem;
  position: relative;
  margin-top: 0.66667rem;
}

.h2c .canvas .whole::before {
  content: "";
  display: block;
  width: 0.10667rem;
  height: 0.69333rem;
  background: #ff0000;
  position: absolute;
  top: 0.08rem;
  left: 0;
}

.h2c .canvas .whole .info {
  margin-top: 0.37333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.32rem;
  color: #aaaaaa;
  line-height: 0.42667rem;
}

.h2c .canvas .whole .info .source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.48rem;
  color: #345cb7;
}

.h2c .canvas .whole .date {
  font-size: 0.32rem;
  color: #aaaaaa;
  line-height: 0.42667rem;
  margin-right: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.h2c .canvas .h2c-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.h2c .canvas .h2c-con .logo {
  margin-top: 0.82667rem;
}

.h2c .canvas .h2c-con .logo img {
  width: 3.76rem;
  display: block;
}

.h2c .canvas .h2c-con .logo .slogan {
  font-size: 0.32rem;
  text-align: center;
  color: #898989;
  letter-spacing: 0.05333rem;
  margin: 0.32rem auto;
}

.h2c .canvas .h2c-qr {
  margin-top: 0.42667rem;
}

.h2c .canvas .h2c-qr #qrcode {
  display: block;
  width: 1.92rem;
  height: 1.92rem;
  border: 0.10667rem solid #fff;
  border-radius: 4px;
}

.h2c .canvas .h2c-qr #qrcode img,
.h2c .canvas .h2c-qr #qrcode canvas {
  width: 100%;
}

.h2c .canvas .h2c-qr p {
  margin-top: 0.26667rem;
}

.h2c .canvas p {
  text-align: center;
  font-size: 0.32rem;
  color: #7d7d7d;
}

.model-fixed {
  display: none;
  width: 310px;
  background: rgba(0, 0, 0, 0.55);
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  border-radius: 4px;
}

.model-fixed .model-content {
  position: relative;
}

.model-fixed .model-content .h2c-close {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  right: 0.26667rem;
  top: 0.26667rem;
}

.model-fixed .model-content .h2c-finger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0.4rem;
  bottom: 0.42667rem;
}

.model-fixed .model-content .h2c-finger img {
  width: 0.56rem;
  height: 0.61333rem;
}

.model-fixed .model-content .h2c-finger p {
  color: #3159b6;
  font-size: 0.32rem;
  margin-left: 0.13333rem;
  letter-spacing: 0.10667rem;
}

.model-fixed img {
  max-width: 100%;
}

.model-mask {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9998;
}
