html {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body {
  font-family: Helvetica;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #F5F5F5;
}
body* {
  -webkit-text-size-adjust: 100%;
  -webkit-user-select: none;
}
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.clear {
  clear: both;
}
@font-face {
  font-family: "方正小标宋简体";
  src: url(../font/方正小标宋简体.TTF);
}
.box {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  background-size: 100% auto;
}
.box section {
  width: 1180px;
  height: 665px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.box section #my-player1 {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
}
.box section .state {
  position: absolute;
  width: 204px;
  height: 66px;
  left: 0;
  top: 0;
  background: #0076e4;
  font-family: "微软雅黑";
  font-size: 30px;
  color: #FFFFFF;
  line-height: 66px;
  text-align: center;
  z-index: 9999;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.box section .fm {
  width: 1180px;
  height: 665px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.box section .state.active1 {
  background: #da0a00;
}
.box section .state.active2 {
  background: #808080;
}
.box section .count-down {
  width: 1180px;
  height: 60px;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  color: #FFFFFF;
  font-family: "微软雅黑";
  font-size: 25px;
  line-height: 60px;
  z-index: 9999;
}
.box section .count-down p {
  text-align: right;
  padding-right: 0.56rem;
}
.box section .count-down.active {
  height: 0;
  opacity: 0;
}
.box section .count-down.active p {
  height: 0;
}
.box section .count-down.active p span {
  line-height: 0;
}
.box section .dianzan {
  width: 1.46666667rem;
  height: 1.46666667rem;
  position: fixed;
  bottom: 0.26666667rem;
  right: 0.66666667rem;
  text-align: center;
  z-index: 90;
  outline: none;
}
.box section .dianzan img {
  width: 1.46666667rem;
  height: 1.46666667rem;
}
.box section .dianzan img::after {
  border: none;
}
.box section .dianzan span {
  display: block;
  position: absolute;
  bottom: 0.26666667rem;
  text-align: center;
  left: 0;
  width: 100%;
  font-family: "微软雅黑";
  font-size: 0.26666667rem;
  color: #FFFFFF;
}
.box section .dianzan::after {
  border: none;
}
.box section .title-box {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  padding-top: 0.26666667rem;
  padding-bottom: 0.26666667rem;
  margin-bottom: 0.13333333rem;
  position: relative;
}
.box section .title-box h4 {
  width: 8.88rem;
  margin-left: 0.56rem;
  font-family: "方正小标宋简体";
  font-weight: 100;
  font-size: 0.50666667rem;
  margin-bottom: 0.26666667rem;
}
.box section .title-box p {
  width: 8.88rem;
  margin-left: 0.56rem;
  font-family: "方正小标宋简体";
  margin-bottom: 0.13333333rem;
  font-size: 0.34666667rem;
}
.box section .title-box .person-time {
  font-family: "微软雅黑";
  font-size: 0.26666667rem;
  color: #909090;
}
.box section .app-download {
  width: 10rem;
  height: auto;
  margin-bottom: 0.13333333rem;
  background: #FFFFFF;
  padding-top: 0.26666667rem;
  padding-bottom: 0.26666667rem;
}
.box section .app-download img {
  width: 3.32rem;
  height: 0.84rem;
  margin-top: 0.13333333rem;
  margin-left: 0.56rem;
}
.box section .app-download a {
  display: block;
  width: 1.76rem;
  height: 0.66666667rem;
  border-radius: 0.13333333rem;
  font-family: "微软雅黑";
  font-size: 0.30666667rem;
  color: #FFFFFF;
  background: #a7271c;
  text-decoration: none;
  text-align: center;
  line-height: 0.66666667rem;
  float: right;
  margin-right: 0.56rem;
  margin-top: 0.24rem;
}
.box section .ewm {
  width: 100%;
  height: auto;
  margin: 0.13333333rem auto;
  background: #FFF;
  text-align: center;
}
.box section .ewm img {
  width: 10rem;
  height: auto;
}
.box section .synopsis-box {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  padding-top: 0.4rem;
  margin-bottom: 0.13333333rem;
  padding-bottom: 0.4rem;
}
.box section .synopsis-box .title {
  width: 8.88rem;
  padding-bottom: 0.26666667rem;
  margin: 0.13333333rem auto;
  border-bottom: 0.02666667rem solid #dfdfdf;
  font-family: "方正小标宋简体";
  font-weight: 100;
  font-size: 0.45333333rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.box section .synopsis-box .title div {
  width: 50%;
  text-align: center;
  color: #b0b0b0;
}
.box section .synopsis-box .title div:nth-of-type(1) {
  border-right: 0.02666667rem solid #dfdfdf;
}
.box section .synopsis-box .title div.active {
  color: #333333;
}
.box section .synopsis-box .txt {
  width: 8.88rem;
  margin: 0.13333333rem auto;
  font-family: "微软雅黑";
  font-size: 0.34666667rem;
  line-height: 0.6rem;
  text-indent: 0.69333333rem;
}
.box section .synopsis-box .interaction {
  width: 8.88rem;
  margin: 0 auto;
  display: none;
  padding-top: 0.26666667rem;
}
.box section .synopsis-box .interaction .input-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.box section .synopsis-box .interaction .input-box input {
  width: 6.66666667rem;
  height: 0.8rem;
  border: 0.01333333rem solid #e5e4e4;
  background: #f6f6f6;
  border-radius: 0.2rem;
  font-family: "微软雅黑";
  font-size: 0.32rem;
  line-height: 0.8rem;
  padding-left: 0.13333333rem;
}
.box section .synopsis-box .interaction .input-box button {
  width: 1.68rem;
  height: 0.8rem;
  border-radius: 0.13333333rem;
  text-align: center;
  line-height: 0.8rem;
  color: #FFFFFF;
  font-family: "微软雅黑";
  font-size: 0.32rem;
  background: #a7271c;
  border: none;
  outline: none;
}
.box section .synopsis-box .interaction .in-list {
  width: 100%;
  height: auto;
}
.box section .synopsis-box .interaction .in-list ul {
  width: 100%;
  height: auto;
}
.box section .synopsis-box .interaction .in-list ul li {
  list-style: none;
  width: 80%;
  min-height: 1.73333333rem;
  padding-left: 1.26666667rem;
  border-bottom: 0.02666667rem solid #e4e4e4;
  background: url(../img/i1.png) no-repeat left 0.26666667rem;
  background-size: 0.98666667rem 0.98666667rem;
  padding-bottom: 0.26666667rem;
  padding-top: 0.26666667rem;
}
.box section .synopsis-box .interaction .in-list ul li span {
  display: block;
  width: 7.13333333rem;
  font-family: "微软雅黑";
  font-size: 0.26666667rem;
  color: #B0B0B0;
  padding-bottom: 0.13333333rem;
  padding-top: 0.26666667rem;
}
.box section .synopsis-box .interaction .in-list ul li p {
  font-family: "微软雅黑";
  font-size: 0.29333333rem;
  width: 7.13333333rem;
  line-height: 0.64rem;
  color: #000000;
  text-indent: 0;
  margin: 0;
}
.box section .synopsis-box .interaction .in-list .but1 {
  width: 100%;
  height: auto;
  margin-top: 0.26666667rem;
}
.box section .synopsis-box p {
  width: 8.88rem;
  margin: 0.13333333rem auto;
  font-family: "微软雅黑";
  font-size: 0.34666667rem;
  line-height: 0.6rem;
  text-indent: 0.69333333rem;
}
.box section .but-box {
  width: 100%;
  height: auto;
  margin-bottom: 0.53333333rem;
}
.box section .but-box a {
  display: block;
  width: 100%;
  height: 1.33333333rem;
  line-height: 1.33333333rem;
  text-align: center;
  background: #FFFFFF;
  color: #b87547;
  margin: 0.26666667rem auto;
  font-family: "微软雅黑";
  font-size: 0.42666667rem;
  text-decoration: none;
}
.box .link-box {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  margin: 0.26666667rem auto;
  padding-top: 0.4rem;
  padding-bottom: 0.13333333rem;
}
.box .link-box > p {
  width: 8.88rem;
  height: 0.8rem;
  line-height: 0.8rem;
  margin: 0 auto;
  font-family: "方正小标宋简体";
  font-size: 0.37333333rem;
  color: #333333;
}
.box .link-box .link-list {
  width: 8.88rem;
  height: 5rem;
  margin: 0rem auto;
  position: relative;
}
.box .link-box .link-list img {
  width: 8.88rem;
  height: 5rem;
}
.box .link-box .link-list .paly-data {
  width: 100%;
  height: 0.8rem;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.box .link-box .link-list .paly-data .view-num {
  width: auto;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #FFFFFF;
  margin-left: 0.26666667rem;
  font-family: "微软雅黑";
  font-size: 0.26666667rem;
  float: left;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  opacity: 0.5;
}
.box .link-box .link-list .paly-data .view-num img {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.13333333rem;
}
.box .link-box .link-list .paly-data .dianzan-num {
  width: auto;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #FFFFFF;
  margin-right: 0.26666667rem;
  font-family: "微软雅黑";
  font-size: 0.26666667rem;
  float: right;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  opacity: 0.5;
}
.box .link-box .link-list .paly-data .dianzan-num img {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.13333333rem;
}
.video-js.vjs-default-skin.vjs-paused .vjs-big-play-button {
  display: block !important;
}
.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
  display: block;
}
.video-js.vjs-playing .vjs-tech {
  pointer-events: auto;
}
canvas {
  display: block;
  position: absolute;
  bottom: 1.06666667rem;
  right: -0.53333333rem;
  z-index: -1;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.video-js .vjs-control-bar {
  height: 1.06666667rem;
}
.video-js .vjs-progress-control {
  min-width: 2.66666667rem;
}
.video-js .vjs-control {
  width: 1.06666667rem;
  line-height: 1rem;
}
.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.06666667rem;
  line-height: 1.06666667rem;
}
.video-js .vjs-fullscreen-control {
  margin-right: 0.53333333rem;
}
.vjs-big-play-centered .vjs-big-play-button {
  width: 2rem;
  height: 1.33333333rem;
  top: 2.8rem;
  left: 5.2rem;
}
.vjs-big-play-centered .vjs-big-play-button .vjs-icon-placeholder {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  font-size: 0.34666667rem;
  margin: 0 auto;
  line-height: 0.4rem;
}
.video-js .vjs-time-control span {
  font-size: 0.26666667rem;
}
.video-js .vjs-play-progress:before {
  top: -0.42666667rem;
  right: 10;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  display: none;
}
.vjs-volume-bar.vjs-slider-horizontal {
  display: none;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  display: none;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.42666667rem;
  right: 10;
}
@media screen and (min-width: 750px) {
  html {
    font-size: 75px !important;
  }
  .box section .title-box h4 {
    width: 10rem;
    margin: 0.13333333rem auto;
  }
  .box section .title-box p {
    width: 10rem;
    margin: 0.13333333rem auto;
  }
  .vjs-big-play-centered .vjs-big-play-button {
    width: 2rem;
    height: 1.33333333rem;
    top: 315px;
    left: 540px;
  }
  canvas {
    bottom: 1.33333333rem;
    right: 0rem;
  }
}
