@font-face {
  font-family: SiYuanRegular;
  src: url(../fonts/product/A1/SourceHanSansCN-Normal.eot),
    url(../fonts/product/A1/SourceHanSansCN-Normal.woff),
    url(../fonts/product/A1/SourceHanSansCN-Normal.ttf),
    url(../fonts/product/A1/SourceHanSansCN-Normal.svg);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: SiYuanRegular;
  src: url(../fonts/product/A1/SourceHanSansCN-Bold.eot),
    url(../fonts/product/A1/SourceHanSansCN-Bold.woff),
    url(../fonts/product/A1/SourceHanSansCN-Bold.ttf),
    url(../fonts/product/A1/SourceHanSansCN-Bold.svg);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: ManropeRegular;
  src: url(../fonts/product/manrope/ManropeRegular.eot),
    url(../fonts/product/manrope/ManropeRegular.woff),
    url(../fonts/product/manrope/ManropeRegular.ttf),
    url(../fonts/product/manrope/ManropeRegular.svg);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: ManropeBold;
  src: url(../fonts/product/manrope/ManropeBold.eot),
    url(../fonts/product/manrope/ManropeBold.woff),
    url(../fonts/product/manrope/ManropeBold.ttf),
    url(../fonts/product/manrope/ManropeBold.svg);
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: ManropeRegular, SiYuanRegular, sans-serif;
}
.bold {
  font-family: ManropeBold, SiYuanBold, sans-serif;
  font-weight: bold;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 图片通用 */
.banner .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
/* pc端图片 */
@media (min-width: 768px) {
  .banner {
    position: relative;
    width: 100%;
    background-size: 100% 100.1%;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .banner_1 {
    margin-top: 40px;
    width: 100%;
    height: auto;
  }
  /* .banner_2_0 {
    padding-top: 44.271%;
    color: #fff;
  } */
  .banner_2_0 {
    background-image: url(https://static.readboy.com/web/products/A1/pc/2_0banner_20220301_01.jpg);
    padding-top: 50.729%;
  }
  .banner_2 {
    padding-top: 48.333%;
  }
  .banner_3 {
    padding-top: 55.938%;
  }
  .banner_4 {
    padding-top: 59.063%;
  }
  .banner_5 {
    padding-top: 53.75%;
  }
  .banner_6 {
    padding-top: 57.969%;
  }
  .banner_7 {
    padding-top: 55.104%;
  }
  .banner_8 {
    padding-top: 48.75%;
  }
  .banner_9 {
    padding-top: 46.094%;
  }
  .banner_10 {
    padding-top: 34.219%;
  }
  .banner_11 {
    margin-top: 40px;
    width: 100%;
    height: auto;
  }
}
/* 移动端图片 */
@media (max-width: 767px) {
  .banner {
    position: relative;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .banner_1 {
    margin-top: 40px;
    width: 100%;
    height: auto;
  }
  .banner_2_0 {
    padding-top: 146.667%;
    background-image: url(https://static.readboy.com/web/products/A1/mobile/2_0banner-min.jpg);
    color: #fff;
  }
  .banner_2 {
    padding-top: 194.267%;
  }
  .banner_3 {
    padding-top: 176.8%;
  }
  .banner_4 {
    padding-top: 231.467%;
  }
  .banner_5 {
    padding-top: 195.733%;
  }
  .banner_6 {
    padding-top: 207.733%;
  }
  .banner_7 {
    padding-top: 185.867%;
  }
  .banner_8 {
    padding-top: 197.333%;
  }
  .banner_9 {
    padding-top: 228%;
  }
  .banner_10 {
    padding-top: 86.933%;
  }
  .banner_11 {
    margin-top: 40px;
    width: 100%;
    height: auto;
  }
}

/* 文字动画 */
@-webkit-keyframes text-animate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes text-animate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.text-move {
  opacity: 0;
}
.text-move-delay {
  opacity: 0;
}
.text-move-delayer {
  opacity: 0;
}
.text-animate {
  -webkit-animation: text-animate ease-out 0.7s forwards;
  animation: text-animate ease-out 0.7s forwards;
}
.text-animate-delay {
  -webkit-animation: text-animate ease-out 0.7s 0.5s forwards;
  animation: text-animate ease-out 0.7s 0.5s forwards;
}
.text-animate-delayer {
  -webkit-animation: text-animate ease-out 0.7s 1s forwards;
  animation: text-animate ease-out 0.7s 1s forwards;
}

/* 通用视频播放器 */
/* .player-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.player-mask.show {
  display: flex;
}
.player-mask .player {
  position: relative;
  width: 60%;
  min-height: 20vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
.player-mask .player .video {
  width: 100%;
}
.player-mask .player .close {
  font-size: 32px;
  line-height: 1em;
  color: #fff;
  position: absolute;
  top: -35px;
  right: -35px;
  cursor: pointer;
}
.player-shade .player .close:hover {
  color: #ccc;
}
@media screen and (max-width: 767px) {
  .player-mask .player {
    width: 100%;
  }
  .player-mask .player .close {
    top: -40px;
    right: 10px;
  }
} */


/* pc端样式 */
@media all and (min-width: 768px) {
  .max {
    display: block !important;
  }
  .min {
    display: none !important;
  }

  .size-68 {
    font-size: 3.55vw;
  }
  .size-28 {
    font-size: 1.46vw;
  }
  .size-24 {
    font-size: 1.25vw;
  }

  .text {
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
  }

  /* .banner_2_0 .video-bg {
    position: absolute;
    left: 0;
    top: 0;
  }
  .banner_2_0 .video-bg video {
    width: 100%;
  }
  .banner_2_0 .video-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .banner_2_0 .text_1 {
    top: 12vw;
    left: 19.22vw;
    z-index: 2;
  }
  .banner_2_0 .title_1 {
    margin-bottom: 1.57vw;
  }
  .banner_2_0 .title_1 p {
    text-align: left;
  }
  .banner_2_0 .title_2 {
    display:  inline-flex;
    align-items: center;
    cursor: pointer;
  }
  .banner_2_0 .title_2 img {
    width: 3.54vw;
    margin-right: 0.63vw;
  } */


  .banner_2_0 .video-wrapper {
    position: absolute;
    left: 7.4vw;
    height: 47.25vw;
    top: 0vw;
    width: 84vw;
    border-radius: 2.7vw;
    overflow: hidden;
  }
  .banner_2_0 .video {
    display: none;
    width: 100%;
    height: 100%;
  }
  .banner_2_0 .video-bg {
    width: 100%;
    height: 100%;
  }
  .banner_2_0 .video-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
  }
  .banner_2_0 .play-icon {
    position: absolute;
    top: 21vw;
    left: 50%;
    transform: translateX(-50%);
    width: 5vw;
    cursor: pointer;
  }
  .banner_2_0 .player-mask {
    display: none;
  }

  .banner_2 .text_1 {
    top: 8.43vw;
    left: 13.02vw;
  }
  .banner_2 .title_1 {
    margin-bottom: 1.4vw;
    line-height: 1.5;
  }
  .banner_2 .title_2 {
    width: 32.45vw;
    line-height: 2;
    text-align: justify;
  }
  .banner_2 .text_2 {
    top: 37.6vw;
    left: 13.3vw;
  }
  .banner_2 .title_3 {
    line-height: 1;
    display: flex;
  }
  .banner_2 .title_3 .item:nth-child(1) {
    margin-right: 4.3vw;
  }
  .banner_2 .title_3 .item:nth-child(2) {
    margin-right: 3.5vw;
  }

  .banner_3 .text_1 {
    top: 8.9vw;
    left: 13.02vw;
  }
  .banner_3 .title_1 {
    margin-bottom: 1.4vw;
    line-height: 1.5;
  }
  .banner_3 .title_2 {
    line-height: 2;
  }

  .banner_4 .text_1 {
    top: 8.12vw;
    left: 13.02vw;
  }
  .banner_4 .title_1 {
    margin-bottom: 1.4vw;
    line-height: 1.5;
  }
  .banner_4 .title_2 {
    width: 25.26vw;
    line-height: 2;
    text-align: justify;
  }
  .banner_4 .text_2 {
    top: 47.14vw;
    left: 13.02vw;
  }
  .banner_4 .title_3 {
    line-height: 1;
    display: flex;
  }
  .banner_4 .title_3 .item:nth-child(1) {
    margin-right: 1.5vw;
  }

  .banner_5 .text_1 {
    top: 8.49vw;
    left: 13.02vw;
  }
  .banner_5 .title_1 {
    margin-bottom: 1.4vw;
    line-height: 1.5;
  }
  .banner_5 .title_2 {
    width: 27.6vw;
    line-height: 2;
    text-align: justify;
  }

  .banner_6 .text_1 {
    top: 8.28vw;
    left: 13.02vw;
  }
  .banner_6 .title_1 {
    margin-bottom: 1.4vw;
    line-height: 1.5;
  }
  .banner_6 .title_2 {
    line-height: 2;
  }

  .banner_7 .text_1 {
    top: 8.17vw;
    left: 13.02vw;
  }
  .banner_7 .title_1 {
    margin-bottom: 1.4vw;
    line-height: 1.5;
  }
  .banner_7 .title_2 {
    line-height: 2;
  }
  

  .banner_8 .text_1 {
    top: 8.07vw;
    left: 13.02vw;
  }
  .banner_8 .title_1 {
    line-height: 1.5;
  }
  .banner_8 .text_2 {
    top: 21vw;
    left: 18.65vw;
  }
  .banner_8 .title_2 {
    margin-bottom: 1.04vw;
    line-height: 1;
  }
  .banner_8 .title_3 {
    margin-bottom: 3.86vw;
    line-height: 1;
  }

  .banner_9 .text_1 {
    top: 8.38vw;
    left: 13.02vw;
  }
  .banner_9 .text_2 {
    top: 22.14vw;
    left: 11.1vw;
  }
  .banner_9 .text_3 {
    top: 30.83vw;
    left: 11.1vw;
  }
  .banner_9 .title_2 {
    display: flex;
    width: 21.3vw;
  }
  .banner_9 .title_3 {
    display: flex;
    width: 14.2vw;
  }
  .banner_9 .item {
    flex: 1;
    text-align: center;
    line-height: 1;
  }

  .banner_10 .text_1 {
    top: 12.5vw;
    left: 56.98vw;
    line-height: 1;
    cursor: pointer;
  }

  #parameter {
    display: none;
  }
}

/* 移动端样式 */
@media all and (max-width: 767px) {
  .max {
    display: none !important;
  }
  .min {
    display: block !important;
  }

  .size-68 {
    font-size: 9.07vw;
  }
  .size-26 {
    font-size: 3.47vw;
  }

  .text {
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
  }
  p {
    text-align: justify;
  }

  .banner .text_1 {
    top: 21.73vw;
    left: 9vw;
    width: 82vw;
  }
  .banner .title_1 {
    line-height: 1.5;
    margin-bottom: 6.12vw;
  }
  .banner .title_2 {
    line-height: 1.5;
  }

  /* 第二页视频 */
  .banner_2_0 .video-mask {
    position: absolute;
    top: 39.73%;
    left: 0;
    width: 100%;
    height: 42.91%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .banner_2_0 .text_1 {
    top: 21.5vw;
    left: 9.33vw;
  }
  .banner_2_0 .title_1 {
    font-weight: bold;
  }
  .banner_2_0 .text_2 {
    bottom: 7vw;
  }
  .banner_2_0 .title_2 {
    font-weight: bold;
    font-size: 8vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner_2_0 .title_2 img {
    width: 8vw;
    margin-right: 1.6vw;
  }
  .player-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
  .player-mask.show {
    display: flex;
  }
  .player-mask .player {
    position: relative;
    width: 100%;
    min-height: 20vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
  }
  .player-mask .player .video {
    width: 100%;
  }
  .player-mask .player .close {
    font-size: 32px;
    line-height: 1em;
    color: #fff;
    position: absolute;
    top: -40px;
    right: 10px;
    cursor: pointer;
  }
  .player-shade .player .close:hover {
    color: #ccc;
  }

  .banner_5 .text_1 {
    top: 10.5vw;
  }

  .banner_7 .text_1 {
    top: 11.06vw;
  }

  .banner_10 .text_1 {
    width: 51vw;
    height: 10vw;
    top: 66vw;
    left: 24vw;
  }

  #parameter {
    display: none;
  }
}
