@charset "UTF-8";
:root {
  --red: #e7161a;
  --bg-height: 34vw;
}

.pc {
  display: block;
}

.phone {
  display: none;
}

.container-fluid .title-box {
  height: 21.1vw;
  margin-top: -50px;
  background-image: url(../img/title24-box-bg-pc-new.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container-fluid .title1,
.container-fluid .title2 {
  text-align: center;
}

.container-fluid .title-box .no-margin {
  margin: 0;
}

.container-fluid .title1,
.container-fluid .red-font-special {
  font-size: 2vw;
  font-weight: bold;
  color: var(--red);
}

.container-fluid .title1 {
  margin-bottom: 1.5rem;
}

.container-fluid .title2 {
  font-size: 1.5vw;
  margin-bottom: 1.5rem;
}

.container-fluid .content-box {
  width: 100%;
  margin-top: 3%;
}

.swiper-row-bg {
  height: var(--bg-height);
  background-size: 62.5% 100%;
  background-repeat: no-repeat;
  margin-bottom: 4%;
  position: relative;
}

.swiper-row-bg.red {
  background-image: url(../img/bg_smiler_pc.png);
}

.swiper-row-bg.green {
  background-image: url(../img/bg_rebornr_pc.png);
}

.swiper-row-bg.white {
  background-image: url(../img/bg_commonr_pc.png);
}

.swiper-row-bg.left {
  background-position: left;
}

.swiper-row-bg.right {
  background-position: right;
}

.swiper-row-bg.white .text-box .text-container .title {
  color: #111;
}

.swiper-row-bg .swiper-slide .img-right,
.swiper-row-bg .swiper-slide .img-left {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 30px;
  width: 42%;
  overflow: hidden;
}

.swiper-row-bg .swiper-slide .img-left {
  right: 50%;
}

.swiper-row-bg .swiper-slide .img-right {
  left: 50%;
}

.swiper-row-bg .swiper-slide .img-right img,
.swiper-row-bg .swiper-slide .img-left img {
  width: 100%;
  height: 100%;
}

.swiper-row-bg .swiper-slide {
  height: var(--bg-height);
}

.swiper-row-bg .text-box {
  padding: 0 10.6%;
  height: var(--bg-height);
  font-size: 1rem;
}

.swiper-row-bg .text-box.left {
  text-align: left;
}

.swiper-row-bg .text-box.right {
  text-align: right;
}

.swiper-row-bg .text-box .text-container {
  display: inline-block;
  width: 41%;
  height: var(--bg-height);
}

.swiper-row-bg .text-box .text-container .title {
  font-size: 2rem;
  font-weight: bold;
  /* padding-top: 28%; */
  padding-top: 13%;
  padding-bottom: 6%;
  color: var(--red);
  text-align: left;
}

.swiper-row-bg .text-box .text-container .content {
  position: relative;
  text-align: left;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 2.1;
  width: 100%;
  height: 55%;
  overflow-y: hidden;
  overflow-wrap: break-word;
  word-break: break-all;
}

.swiper-row-bg .text-box .text-container .content::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 3px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 3px;
}

.swiper-row-bg .text-box .text-container .content:hover::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  background: #C1C1C1;
}

.swiper-row-bg .text-box .text-container .content:hover::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #F1F1F1;
}

.swiper-row-bg.only-img-move .text-box {
  position: absolute;
}

.custom-swiper-container .swiper-pagination {
  display: inline-block;
  position: absolute;
  bottom: 18%;
}

.custom-swiper-container .swiper-pagination.left {
  left: 10.6%;
  right: auto;
  text-align: left;
}

.custom-swiper-container .swiper-pagination.right {
  right: 10.6%;
  left: auto;
  text-align: right;
}

.custom-swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 8px;
  background-color: #fff;
  border-radius: 0;
  opacity: 1;
  -webkit-transition: width 0.5s, background-color 0.5s;
  -o-transition: width 0.5s, background-color 0.5s;
  transition: width 0.5s, background-color 0.5s;
}

.custom-swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--red);
  border-radius: 0;
}

.pages-box {
  text-align: center;
}

.pages-box li {
  display: inline-block;
  margin: 0 10px;
}

.pages-box li a {
  display: block;
  text-decoration: none;
  width: 40px;
  height: 40px;
  background-color: #f1f1f1;
  color: #555;
  line-height: 40px;
  cursor: pointer;
}

.pages-box .active,
.pages-box li a:hover {
  color: #fff;
  background-color: #b93d3f;
}

.my-swiper-button-prev,
.my-swiper-button-next {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  z-index: 1;
  top: -20.75%;
}

.my-swiper-button-prev {
  left: 7%;
  background-image: url(../img/btn-prev.png);
}

.my-swiper-button-next {
  right: 7%;
  background-image: url(../img/btn-next.png);
}

.box_container{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.box_container>div{
  margin-right: 1%;
  flex: 1;
}
.box_container>div:last-child{
  margin-right: 0%;
}

.box_left,.box_right{
  height: 100%;
  height: var(--bg-height);
  font-size: 1rem;
  display: flex;
}

.box_left{
  padding-left: 10.6%;
  padding-right: 7%;
}

.box_right{
  padding-left: 7%;
  padding-right: 10.6%;
}

.box_red{
  background-color: #CC0000;
}

.box_gary{
  background-color: #F2F3F3;
}

.box_container .img_container{
  width: 40%;
  padding-top: 13%;
  padding-bottom: 6%;
}

.box_container .text-container{
  padding-top: 13%;
  width: 60%;
}

.box_container .text_container_set{
  width: 100%;
}

.img_container img{
  width: 100%;
}

.box_container .title{
  color: #111;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  padding-bottom: 6%;
}

.box_container .box_red .title{
  color: #fff;
}

.box_container .box_gary .title{
  color: #CC0000;
}

.box_container .content{
  position: relative;
  text-align: left;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 2.1;
  width: 100%;
  height: 55%;
  overflow-y: hidden;
  overflow-wrap: break-word;
  word-break: break-all;
}

.box_container .box_red .content{
  color: #fff;
}


@media (min-width: 975px) {
  body .bb0 {
    margin: 0;
    /* width: auto;
    height: auto; */
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  /* body .bb0 .bb1 .cai1b {
    margin-right: 0;
  } */
  body .bb0 .bb2 {
    width: auto;
  }
  /* body .bb0 .bb2 .CCH5playerContainer {
    width: 60vw !important;
    height: 33.75vw !important;
  } */
}
@media (max-width: 974px) {
  .pc {
    display: none;
  }
  .phone {
    display: block;
  }
  :root {
    --bg-height: 88vw;
  }
  .top-banner {
    padding-top: 140px;
  }
  .content-box .swiper-row-bg {
    margin: 55% 0 5% 0;
    background-size: 100% 100%;
  }
  .container-fluid .title-box {
    height: 76.3vw;
    margin-top: -50px;
    background-image: url(../img/title24-box-bg-mb-new.png);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .container-fluid .title1,
  .container-fluid .red-font-special {
    font-size: 5.5vw;
  }
  .container-fluid .title2 {
    font-size: 4vw;
  }
  .swiper-row-bg .text-box .text-container {
    width: 100%;
  }
  .swiper-row-bg .text-box .text-container .title {
    font-size: 2.75rem;
    padding-top: 28%;
  }
  .swiper-row-bg .text-box .text-container .content,
  .box_container .content {
    font-size: 1.5rem;
    line-height: 1.7;
    height: 50%;
  }
  .swiper-row-bg .swiper-slide .img-left,
  .swiper-row-bg .swiper-slide .img-right {
    width: 92%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -75%);
        -ms-transform: translate(-50%, -75%);
            transform: translate(-50%, -75%);
  }
  .swiper-row-bg {
    overflow: visible;
  }
  .swiper-row-bg .custom-swiper-container {
    overflow-x: clip;
    overflow-y: visible;
  }
  .swiper-row-bg .text-box {
    padding: 0 4%;
  }
  .custom-swiper-container .swiper-pagination {
    bottom: auto;
  }
  .custom-swiper-container .swiper-pagination.left,
  .custom-swiper-container .swiper-pagination.right {
    top: 10%;
    left: 0;
    text-align: center;
  }
  .custom-swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
  .custom-swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 34px;
  }

  .content-box .new-row-bg{
    margin-top: 5%;
  }

  .box_container{
    display: flex;
    flex-direction: column;
  }

  .box_container>div{
    margin-right: 0;
    flex: unset;
  }

  .new-row-bg{
    height: 136vw;
  }

  .box_left,.box_right{
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .box_container .title{
    font-size: 2.75rem;
  }

}
@media (min-width: 975px) and (max-width: 991px) {
  .swiper-row-bg .text-box .text-container .title,
  .box_container .title {
    font-size: 17px;
  }
  .swiper-row-bg .text-box .text-container .content,
  .box_container .content {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .swiper-row-bg .text-box .text-container .title ,
  .box_container .title{
    font-size: 18px;
  }
  .swiper-row-bg .text-box .text-container .content,
  .box_container .content {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .swiper-row-bg .text-box .text-container .content,
  .box_container .content {
    font-size: 16px;
    line-height: 1.63;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .swiper-row-bg .text-box .text-container .title,
  .box_container .title {
    font-size: 30px;
  }
  .swiper-row-bg .text-box .text-container .content,
  .box_container .content {
    font-size: 17px;
    line-height: 2;
  }
}