* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: "Microsoft YaHei";
}
.page {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-image: url("./images/mobile-bg.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 100%;
}
.section {
  flex: 1;
}
.topContainer {
  margin: 0 auto;
}
.container {
  margin: 30px auto 0;
  padding: 0 10px 20px;
}
.videoContainer {
  margin: 0 auto;
  width: 100%;
}
.title {
  padding: 110px 0 10px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
.content {
  display: none;
  margin: 0 20px;
}
.content .contentTitle {
  border-bottom: 2px solid #ffe8cd;
}
.content .contentTitle span {
  display: inline-block;
  width: 60px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  font-size: 20px;
  color: #9c080b;
  background-color: #ffe8cd;
  transform: translate(-2px, 2px);
}
.contentText {
  margin-top: 10px;
  color: #ffe8cd;
  line-height: 1.6;
  text-align: justify;
  font-size: 18px;
}
.videoStream {
  width: 100%;
  padding: 10px 0;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
}
.videoStream :-webkit-scrollbar {
  width: 0 !important;
}

.videoStream button {
  margin-right: 10px;
  padding: 4px 8px;
  color: #ccc;
  background-color: #f1f1f1;
  border: none;
  border-radius: 4px;
}
.videoStream button.active {
  color: #fff;
  background-color: #e01212;
}
.videoStream button:last-child {
  margin-right: 0;
}
.banner {
  display: block;
  overflow: hidden;
}
.banner .bgImage {
  width: 100%;
  max-width: 100%;
  display: block;
}
.adv img {
  max-width: 100%;
  width: 95%;
  margin: 50px auto 0;
  text-align: center;
  display: block;
  border: 1px solid #fdfbd1;
}

.logo {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.footerBg {
  margin-top: 40px;
  position: relative;
}
.footerBg .logo {
  width: 15%;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.footerBg img {
  display: block;
}
.pcContentIntro {
  display: none;
}
.pcFooter {
  display: none;
}
.pcTop {
  display: none;
}

@media (min-width: 770px) {
  .page {
    background-color: #9d0302;
    background-image: none;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .banner {
    display: none;
  }
  .container {
    display: none;
  }

  .footerBg {
    display: none;
  }
  .pcTop {
    display: block;
    text-align: center;
    /* position: absolute;
    left: 0;
    top: 0; */
    width: 100%;
  }

  .pcTop img {
    max-width: 1200px;
    width: 15%;
    min-width: 770px;
  }

  /* .topContainer {
    padding-top: 19%;
  } */
  .videoContainer {
    max-width: 1000px;
    min-width: 770px;
    width: 50%;
    margin: 0 auto;
    position: relative;
    border: 1px solid #ffd6a6;
    overflow: hidden;
  }
  .videoBox {
    float: left;
    width: 100%;
  }
  .pcContentIntro {
    margin: 0 auto;
    max-width: 1000px;
    min-width: 770px;
    display: block;
    width: 50%;
  }
  .pcContentIntro .introTitle {
    padding: 20px 20px 30px;
    font-size: 28px;
    color: rgb(255, 255, 255);
    font-weight: 600;
  }
  .pcContentIntro .introContent {
    display: none;
    align-items: center;
    border: 1px solid #ffd6a6;
    padding: 16px;
  }
  .leftTitle {
    text-align: center;
    width: 50px;
    font-size: 25px;
    color: rgba(255, 255, 255, 1);
    margin-right: 20px;
    font-weight: 400;
  }

  .pcContentIntro .contentText {
    margin-top: 0;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
  }
  .pcFooter {
    margin-top: 100px;
    display: block;
    text-align: center;
    position: relative;
  }
  .pcFooter .logo {
    width: 7%;
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
  }
  .pcFooter .bottom {
    width: 100%;
    background-color: #9c080b;
  }
  .pcFooter .bottom img {
    width: 100%;
    display: block;
  }
}

/* .vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-.75em;margin-left:-1.5em;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,.5);border-width:0.15em;} */
