* {
    padding: 0;
    margin: 0;
}
.pop-info .pop-mask{
    z-index: 100;
}
.containers {
    width: 100%;
    height: 100%;
    min-height: 100vh;
}

img {
    width: 100%;
    height: 100%;
    display: block;
}

/* pageOne */
.pageOne {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.pageOne>img {
    width: 100%;
    height: 100%;
}

.title-fire3 {
    position: absolute;
    top: 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 99;
}
.title-top{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 0px 14px;
    border-bottom:1px solid   rgba(161,161,161,0.3);
}

.title-left {
    /* width: 60px; */
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    line-height: 17px;
}

.title-right>span:first-child {
    margin-right: 10px;
}

.title-right>span:first-child>img {
    width: 12px;
    height: 12px;
}

.title-right>span:last-child {
    width: 46px;
    height: 24px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #C4C4C4;
    font-size: 10px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #9C1D22;
    line-height: 24px;
    text-align: center;
}

.title-fixed{
    position: fixed;
    top: 0px;
    z-index: 99;
}

/* 张开收缩 */
.title-middle{
    box-sizing: border-box;
    padding: 0px 14px;
    overflow: hidden;
    display: none;
}
.title-middle>div{
    margin-top: 20px;
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 17px;
}
.title-middle>div:last-child{
    margin-bottom: 28px;
}

/* 张开收缩 */
.pageOne-container {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
}

.pageOne-one {
    height: 22px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1A1B1F;
    line-height: 22px;
    text-align: center;
    margin-top: 15px;
    opacity: 0.7;
}

.pageOne-two {
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1A1B1F;
    line-height: 33px;
    text-align: center;
}

.pageOne-three {
    height: 22px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1A1B1F;
    line-height: 22px;
    text-align: center;
    opacity: 0.7;
}

.pageOne-four {
    margin-top: 21px;
    display: flex;
    height: 22px;
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #9C1D22;
    line-height: 22px;
    justify-content: center;
}

.pageOne-four>div:first-child {
    margin-right: 20px;
}
.pageOne-icon{
    position: absolute;
    width: 100%;
    bottom: 90px;
    display: flex;
    justify-content: center;
}

/* pageTwo */
.pageTwo {
    width: 100%;
    /* height: 850px; */
    height: 100%;
    background-color: #0A0A11;
    position: relative;
}

.pageTwo-top {
    /* position: absolute;
    top: 57px;
    right: 0;
    left: 0; */
    text-align: center;


}

.pageTwo-top-one {
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 33px;
}

.pageTwo-top-two {
    width: 270px;
    height: 80px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    opacity: 0.7;
    margin: 0 auto;
    margin-top: 10px;
}

.pageTwo-top-three {
    width: 121px;
    height: 40px;
    border-radius: 20px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    margin-top: 30px;
    box-sizing: border-box;
    padding: 0px 0px 0px 5px;
}

.pageTwo-top-three>div:first-child {
    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
}

.pageTwo-top-three>div:last-child>img {
    width: 20px;
    height: 20px;
}


/* 逐帧 */
.pageTwo-middle {
    min-height: 200px;
}
.pageTwo-middle img{
    display: none;
}

.pageTwo-middle .active {
    display: block;
  }

.pageTwo-bottom {
    /* position: absolute;
    bottom: 90px; */
    width: 100%;
}

.pageTwo-bottom img {
    box-sizing: border-box;
    padding: 0px 15px;
}

.pageTwo-bottom .swiper-pagination-bullet {
    width: 20px !important;
    height: 1px !important;
    display: inline-block;
    background: #fff !important;
    border-radius: 0 !important;
    opacity: 1 !important;
}

.pageTwo-bottom .swiper-pagination-bullet-active {
    padding: 0px 0px;
    background: rgba(156, 29, 34, 1) !important;
    height: 2px !important;
    width: 73px !important;
}

.pageTwo-bottom .swiper-pagination {
    position: absolute;
    bottom: -20px !important;
    display: flex;
    justify-content: center;
    align-items: center;

}

.pageThree {
    width: 100%;
    background-color: #090A10;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 82px;
}

.pageThree-one {
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 33px;
    text-align: center;
    margin-top: 14px;
}

.pageThree-two {
    width: 246px;
    height: 40px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    opacity: 0.7;
}

.pageThree-three {
    margin-top: 30px;
    margin-bottom: 41px;
}

.pageFour {
    width: 100%;
    height: 100%;
    background-color: #090A10;
    overflow: hidden;
    position: relative;
}
.pageFour-top{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.pageFour>.pageFour-container{
    min-height: 200px;
    width: 100%;
    overflow: hidden;
    height: 819px;
}
.pageFour-container-imgs{
    width: 200%;
    transition: all 1s;
    height: 820px;
}
.pageFour>.pageFour-container>.pageFour-container-imgs>img{
    width: 100%;
    height: 100%;
    display: none;
}
.pageFour .active{
    width: 200%;
    display: block !important;
    max-width: 200%;
}
.pageFour-container{
    /* position: absolute;
    top: 0px;
    width: 100%;
    height: 1000px;
    overflow: hidden; */
    width: 100%;
    overflow: auto;
    overflow: hidden;
}
.pageFour-container::-webkit-scrollbar {
    display: none; /* Chrome Safari */
  }
  .pageFour-container-bottom{
    width: 100%;
    overflow: auto;
    display: flex;
  }

.pageFour-one {
    width: 315px;
    height: 66px;
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 33px;
    text-align: center;
    margin: 0 auto;
    margin-top: 117px;
}

.pageFour-two {
    width: 140px;
    height: 40px;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
}

.pageFour-four {
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    margin-top: -100px;
    height: 350px;
}
.pageFour-four .swiper-scrollbar-one {
    width: 80% !important;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: rgba(225, 225, 225, 0.2);
}
.pageFour-four .swiper-scrollbar-drag {
    background: #9C1D22;
}
.pageFour-four .swiper-scrollbar-horizontal{
    height: 1px;
}
/* pageFive */
.pageFive {
    width: 100%;
    height: 100%;
    background: #010101;
    overflow: hidden;
}

.pageFive-one {
    width: 315px;
    height: 66px;
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 33px;
    margin: 0 auto;
    text-align: center;
    margin-top: 98px;
}

.pageFive-three {
    box-sizing: border-box;
    padding: 0px 45px;
    width: 346px;
    height: 280px;
    border-radius: 8px;
    backdrop-filter: blur(5px);
    box-sizing: border-box;
    margin: 0 auto;
    background: rgba(51, 51, 51, 0.4);
    overflow: hidden;

}

.pageFive-three-top {
    width: 201px;
    height: 24px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 60px;
}

.pageFive-three-middle {
    position: relative;
    height: 17px;
    width: 100%;
    margin-top: 20px;
}

.pageFive-three-middle div:nth-child(1) {
    position: absolute;
    width: 100%;
    height: 17px;
    background: #333333;
    border-radius: 13px;

}

.pageFive-three-middle div:nth-child(2) {
    position: absolute;
    width: 80%;
    height: 17px;
    background: linear-gradient(211deg, #FF684A 0%, #718CAA 100%);
    border-radius: 13px;
    z-index: 9;
}

.pageFive-three-middle div:nth-child(3) {
    position: absolute;
    font-size: 10px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    width: 80%;
    text-align: left;
    margin-left: 12px;
    z-index: 10;
}

.pageFive-three-bottom {
    width: 285px;
    height: 63px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 20px;
    opacity: 0.5;
}

.pageFive-four {
    width: 346px;
    height: 280px;
    border-radius: 8px;
    backdrop-filter: blur(5px);
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 20px;
    background: rgba(51, 51, 51, 0.4);
    overflow: hidden;
}

.pageFive-four-one {
    margin-top: 60px;
    margin-left: 30px;
    height: 24px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 24px;
}

.pageFive-four-two {
    box-sizing: border-box;
    padding: 20px 30px;
}

.pageFive-four-two>img {
    height: 56px;
}

.pageFive-four-three {
    box-sizing: border-box;
    padding: 0px 30px 120px 30px;
    height: 60px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    opacity: 0.5;
}

.pageFive-five {
    width: 346px;
    height: 280px;
    border-radius: 8px;
    backdrop-filter: blur(5px);
    background: rgba(51, 51, 51, 0.4);
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 30px;
    margin-top: 20px;
    overflow: hidden;
}

.pageFive-five-one {
    margin-top: 60px;
    height: 24px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 24px;
}

.pageFive-five-two {
    box-sizing: border-box;
    margin-top:20px ;
}

.pageFive-five-two>img {
    width: auto;
    height: 56px;
}

.pageFive-five-three {
    box-sizing: border-box;
    padding: 20px 30px 0px 0px;
    height: 60px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    opacity: 0.5;
}

/* pageSix */
.pageSix {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    position: relative;
}
.pageSix>img{
    display: none;
}
.pageSix .active{
    display: block;
}
.pageSix-container{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  
}
.pageSix-one {
    box-sizing: border-box;
    padding: 0px 30px;
    height: 66px;
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 33px;
    text-align: center;
    margin-top: 109px;
}

.pageSix-two {
    box-sizing: border-box;
    padding: 0px 23px;
    height: 48px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 295px;
    text-align: center;
}

.pageSix-line {
    box-sizing: border-box;
    width: 40%;
    background: rgba(255, 255, 255, 0.3);
    height: 1px;
    margin: 0 auto;
    margin-top: 9px;
}

.pageSix-three {
    box-sizing: border-box;
    padding: 0px 54px;
    margin-top: 9px;
    height: 48px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
}

.pageSix-four {
    box-sizing: border-box;
    padding: 30px;
    position: relative;
}

.pageSix-four .swiper-scrollbar-one {
    width: 60% !important;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: rgba(225, 225, 225, 0.2);
    height: 1px !important;
}

.pageSix-four .swiper-scrollbar-drag {
    background: #9C1D22;
}

/* pageSeven */
.pageSeven {
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
    box-sizing: border-box;
    padding-top: 50px;
    position: relative;
}

.pageSeven-top {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    top: 460px;
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
   
}
.pageSeven-bak{
    width: 100%;
    position: absolute;
    bottom: 20px;
}
.pageSeven-middle {
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    margin-bottom: 101px;
}

.pageSeven-middle .swiper-scrollbar-one {
    width: 60% !important;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: rgba(225, 225, 225, 0.2);
    height: 1px !important;
}

.pageSeven-middle .swiper-scrollbar-drag {
    background: #9C1D22;
}

/* pageEight */
.pageEight {
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
}

.pageEight-top {
    box-sizing: border-box;
    /* padding: 0px 104px; */
    height: 66px;
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 33px;
    text-align: center;
    margin-bottom: 60px;
}

.pageEight-middle {
    box-sizing: border-box;
    padding:0px 30px 30px 30px;
    position: relative;
    margin-bottom: 34px;
}

.pageEight-middle .swiper-scrollbar-one {
    width: 60% !important;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: rgba(225, 225, 225, 0.2);
    height: 1px !important;
}

.pageEight-middle .swiper-scrollbar-drag {
    background: #9C1D22;
}

.pageEight-bottom {
    box-sizing: border-box;
    padding: 0px 50px;
    height: 60px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    opacity: 0.5;
    margin-bottom: 52px;
    text-align: center;
}

.pageNine {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
}

.pageNine-top {
    box-sizing: border-box;
    padding: 7px 0px 0px 14px;
    position: relative;
    margin-bottom: 112px;
}

.pageNine-top .swiper-scrollbar-one {
    width: 60% !important;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: rgba(225, 225, 225, 0.2);
    height: 1px !important;
    bottom: -20px;
}

.pageNine-top .swiper-scrollbar-drag {
    background: #9C1D22;
}

.pageEleven {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
}

.pageEleven-top {
    box-sizing: border-box;
    padding: 0px 118px;
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 33px;
    text-align: center;
}

.pageEleven-middle {
    width: 100%;
    color: #fff;
}

.pageEleven-middle table {
    width: 100%;
}

.pageEleven-middle table img {
    width: 126px;
    height: 77px;
}

.pageEleven-middle table tr td:first-child {
    text-align: right;
    color: #7F7F7F;
}

.pageEleven-middle-one td {
    height: 175px;
    line-height: 175px;
    background: rgba(255, 255, 255, 0.03);
}

.pageEleven-middle-one img {
    margin-left: 31px;
}

.pageEleven-middle-two td {
    height: 110px;
    line-height: 110px;
}

.pageEleven-middle-two td:last-child {
    padding-left: 31px;
    width: 70%;
}

.pageEleven-middle-three {
    background: rgba(255, 255, 255, 0.03);
}

.pageEleven-middle-three td {
    height: 30px;
    line-height: 30px;

}

.pageEleven-middle-three td:last-child {
    padding-left: 31px;
}

.pageEleven-middle-four {
    background: rgba(255, 255, 255, 0.03);
}

.pageEleven-middle-four td {
    height: 30px;
    line-height: 30px;

}

.pageEleven-middle-four td:last-child {
    padding-left: 31px;
}

.pageEleven-middle-five {
    background: rgba(255, 255, 255, 0.03);
}

.pageEleven-middle-five td {
    height: 40px;
    line-height: 40px;

}

.pageEleven-middle-five td:last-child {
    padding-left: 31px;
}

.fontSize10 {
    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #7F7F7F;
}

.fontSize14 {
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #7F7F7F;
}
.fontSize10_white{
    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}
.fontSize12{
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
}
.pageEleven-bottom{
    box-sizing: border-box;
    padding: 10px 10px 65px 10px
}


/* 对话框视频播放 */
.dialogBox{
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    background: #000;
    overflow: hidden;
    z-index: 1000;
    color: #fff;
    display: none;
}
.dialogBox video{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 0px 20px;
}
.dialogBox .close{
  position: relative;
}
.dialogBox .close>img{
    width: 22px;
    height: 22px;
    position: absolute;
    top: 31px;
    right: 30px;
}

/* 图片对话框 */
.dialogImgBox{
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    background: #000;
    overflow: hidden;
    z-index: 1000;
    color: #fff;
    display: none;
}
.dialogImgBox>img{
    width: 100%;
    height: auto;
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 0px 20px;
}
.dialogImgBox .close{
    position: relative;
}
.dialogImgBox .close>img{
    width: 22px;
    height: 22px;
    position: absolute;
    top: 31px;
    right: 30px;
}

.arrow {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
  }
  
  .img-arrow2,
  .img-arrow1 {
    width: 20px;
    height: 20px;
    animation: arrowTop 1.5s infinite ease-in-out;
  }
  
  .arrow .img-arrow2 {
    position: absolute;
    top: 0;
    left: 0;
    animation: arrowBottom 1.5s infinite ease-in-out;
  }
  
  @keyframes arrowTop {
    0% {
      opacity: 50%;
    }
  
    25% {
      opacity: 0%;
    }
  
    50% {
      opacity: 50%;
    }
  
    75% {
      opacity: 100%;
    }
  
    100% {
      opacity: 50%;
    }
  }
  
  @keyframes arrowBottom {
    0% {
      opacity: 50%;
    }
  
    25% {
      opacity: 100%;
    }
  
    50% {
      opacity: 50%;
    }
  
    75% {
      opacity: 0%;
    }
  
    100% {
      opacity: 50%;
    }
  }
  .enter{
    border: none;
  }


  /* 小程序两个按钮样式 */
  .twoBoxs{
    position: fixed;
    right: 0;
    left: 0;
    bottom: 32px;
    display: flex;
    justify-content: center;
    z-index: 9999999;
}
.twoBoxs-left{
    width: 152px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #9C1D22;
    margin-right: 10px;
}
.twoBoxs-left img{
    width: 16px;
    height: 16px;
    margin-right: 2px;
}
.twoBoxs-right{
    width: 152px;
    height: 40px;
    background: #9C1D22;
    border-radius: 1px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

