.onePage {
  height: 100vh;
  width: 100%;
}
.sidebar_box {
opacity: 0
            }
.dg{
    display: none
}
body {
  background-color: #000;
}

.all {
  position: relative;
  transition: all 1s;
}

.section1 {
  background-color: #000;
  overflow: hidden;
  width: 100%;
}
.section1 .kv-bg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}
.section1 .kv-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}
.section1 .kv-bg img:nth-of-type(1) {
    opacity: 1
}
.section1 .kv-detail {
  color: #fff;
  font-size: 0.46rem;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 1.5rem;
    flex-direction: column;
  left: 50%;
  transform: translateX(-50%)
}


.section1 .kv-detail .real-content {
  display: flex;
  align-items: center;
  margin-top: .36rem
}
.section1 .kv-detail .real-content .box1 {
  color: #fff;
  font-weight: bold;
  font-size: 0.64rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0rem;
}
.section1 .kv-detail .real-content .text-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 1.15rem
}
.section1 .kv-detail .real-content .text-box:nth-last-of-type(1) {
    margin-right: 0
}
.section1 .kv-detail .real-content .text-box .t1{
    color: #5ec7d1;
    font-size: .37rem;
    font-weight: bold
}
.section1 .kv-detail .real-content .text-box .t1 span{
    color: #5ec7d1;
    font-size: .19rem
}
.section1 .kv-detail .real-content .text-box .t2 {
    color: rgba(255, 255, 255, .5);
    font-size: .2rem;
    margin-top: .15rem;
    font-weight: 300;
}
.section1 .kv-detail .real-content .text-box2{
    font-size: .2rem;
    color: rgba(255, 255, 255, .6);
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: 0.072em;
}
.section1 .kv-detail .real-content .text-box2 span{
    color: rgba(255, 255, 255, 1); 
}




.section1 .kv-detail .text {
  text-align: center;
  letter-spacing: .04rem;
}
.section1 .kv-detail .text1 {
  opacity: 1;
  font-weight: 600
}
.section1 .kv-detail .text2 {
  opacity: 0;
}
.section1 .kv-detail .text3 {
  opacity: 0;
  color: #5ec7d1;
}
.section1 .kv-detail .text4 {
  opacity: 1;
  background-color: rgba(255, 255, 255, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.55rem;
  padding: 0 0.12rem 0 0.54rem;
  color: #fff;
  border-radius: 0.28rem;
  cursor: pointer;
  margin-top: .5rem;
  transition: all .5s
}
.section1 .kv-detail .text4:hover{
    background: rgba(255, 255, 255, .2)
}
.section1 .kv-detail .text4 .t {
  font-size: 0.17rem;
  flex: 1;
  text-align: center;
}
.section1 .kv-detail .text4 .play-btn {
  width: 0.38rem;
  height: 0.38rem;
  background-color: #5ec7d1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.35rem;
}
.section1 .kv-detail .text4 .play-btn img {
  width: 0.08rem;
}

.section2 {
  background-color: #000;
  display: flex;
  width: 100%;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.section2 .t {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  width: 100%;
  text-align: center;
  overflow: hidden;
      display: flex;
    align-items: center;
    justify-content: center;
}
.section2 .t span {
  text-shadow: rgb(255, 255, 255) 1px 1px 0px, rgb(255, 255, 255) -1px 1px 0px, rgb(255, 255, 255) 1px -1px 0px, rgb(255, 255, 255) -1px -1px 0px;
  font-weight: bold;
  color: #111;
  font-size: 1.5rem;
  margin-left: .2rem
}
.section2 .t span i {
  width: 0.2rem;
  height: 0.2rem;
  border: 1px solid #fff;
  display: inline-block;
  margin-left: 0.2rem;
}
.section2 .t1 {
  position: absolute;
  top: 10%;
  right: -100vw;
}
.section2 .t2 {
  position: absolute;
  top: 30%;
  left: -100vw;
}
.section2 .t3 {
  position: absolute;
  top: 50%;
  right: -100vw;
  color: #5ec7d1;
}
.section2 .t3 span:nth-of-type(1) {
    margin-right: .2rem
}
.section2 .lock-btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding-bottom: 5vh
}
.section2 .lock-btn .lock-img-box{
    width: 1.1rem;
    height: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed rgba(255, 255, 255, .3);
    border-radius: 50%;
    animation: breathing 2s ease-in-out infinite;
}
@keyframes breathing { /* 定义关键帧 */
  0%   {opacity: 0.6;} /* 初始状态，透明度为0.6 */
  50%  {opacity: 1;} /* 高亮状态，透明度为1 */
  100% {opacity: 0.6;} /* 还原状态，透明度为0.6 */
}
.section2 .lock-btn img{
    width: 80%;
}
.section2 .lock-btn .text{
    font-size: .2rem;
    color: #fff;
    margin-top: .15rem
}





.section2-detail {
  position: fixed;
  top: 0;
  width: 100%;
  right: -100vw;
  color: #fff;
  background-color: #000;
  transition: all 1s;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 9999
}
.section2-detail .content-section2 {
  height: 280vh;
  width: 100%;
  position: relative;
}
.section2-detail .content-section2 .progress-box {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  align-items: center;
  display: none;
  z-index: 2;
}
.section2-detail .content-section2 .progress-box .progress {
  width: 50vw;
  height: 1px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
}
.section2-detail .content-section2 .progress-box .progress .current-progress {
  width: 0;
  background-color: #fff;
  position: absolute;
  left: 0;
  height: 1px;
  top: 0;
}
.section2-detail .content-section2 .progress-box .section-close-btn {
  background-color: #ccc;
  display: flex;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 0.36rem;
}
.section2-detail .content-section2 .progress-box .section-close-btn img {
  width: 0.2rem;
}
.section2-detail .content-section2 .real-content {
  position: sticky;
  top: 0;
  width: 190vw;
  height: 100vh;
  display: flex;
  align-items: center;
}
.section2-detail .content-section2 .real-content .box1 {
  height: 100vh;
  color: #fff;
  font-weight: bold;
  font-size: 0.64rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0rem;
  width: 50vw;
}
.section2-detail .content-section2 .real-content .text-box{
    width: 30vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.section2-detail .content-section2 .real-content .text-box .t1{
    color: #5ec7d1;
    font-size: .72rem;
    font-weight: bold
}
.section2-detail .content-section2 .real-content .text-box .t1 span{
    color: #5ec7d1;
    font-size: .36rem
}
.section2-detail .content-section2 .real-content .text-box .t2 {
    color: rgba(255, 255, 255, 1);
    font-size: .32rem;
    margin-top: .25rem;
    font-weight: 500;
}
.section2-detail .content-section2 .real-content .text-box2{
    font-size: .2rem;
    color: rgba(255, 255, 255, .6);
    line-height: 1.7;
    width: 50vw;
    font-weight: 500;
    letter-spacing: 0.072em;
}
.section2-detail .content-section2 .real-content .text-box2 span{
    color: rgba(255, 255, 255, 1); 
}






.section3 {
  background-color: #161518;
  padding: 1.68rem 2rem;
}
.section3 .text {
  font-weight: bold;
  color: #cecece;
     font-size: 0.58rem;
    line-height: 1.2;
}
.section3 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.17rem;
}
.section3 ul li {
  background-color: #000;
  border-radius: 0.26rem;
  margin-left: 0.15rem;
  position: relative;
  flex: 1;
  transition: all 0.4s;
}
.section3 ul li:nth-of-type(1) {
  margin-left: 0;
}
.section3 ul li .current-box {
  padding: 0.35rem 0.35rem 2.29rem;
}
.section3 ul li .current-box .icon-box {
  border-radius: 50%;
  width: 1.18rem;
  height: 1.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section3 ul li .current-box .icon-box img {
  width: 100%;
}
.section3 ul li .current-box .detail {
  margin-top: 0.76rem;
}
.section3 ul li .current-box .detail .t1 {
  color: #fff;
  font-size: 0.4rem;
  font-weight: 500
}
.section3 ul li .current-box .detail .t2 {
  font-size: 0.4rem;
  color: #a1a1a1;
  font-weight: 500;
}
.section3 ul li .current-box .detail .t2 span {
  color: #5ec7d1;
}
.section3 ul li .active-box {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.4rem;
  width: 100%;
  height: 100%;
  padding: 0 0.79rem 0 0.43rem;
  overflow: hidden;
  font-weight: 500
}
.snow{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 22;
}

.rain{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 22;
    width: 100%;
    height: 100%;
}
.section3 ul li:hover {
  background-color: #5ec7d1;
}
.section3 ul li:hover .current-box {
  opacity: 0;
}
.section3 ul li:hover .active-box {
  opacity: 1;
}

.section4 {
  background-color: #161518;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  height: 80vh
}
.section4 .box {
  position: relative;
  background-color: #000;
  border-radius: 0.26rem;
  width: 100%;
  height: 5.24rem;
  margin-bottom: 0.17rem;
  cursor: pointer;
}
.section4 .box .num {
  position: absolute;
  color: rgba(255, 255, 255, 0.2);
  font-weight: bold;
  font-size: 2.4rem;
  left: 0;
  top: -.8rem;
  z-index: 1;
}
.section4 .box .detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  bottom: 0.5rem;
  z-index: 1;
  padding: 0 0.6rem;
}
.section4 .box .detail .t {
  color: #cecece;
font-size: 0.36rem;
    line-height: 1.2;
    font-weight: 500;
}
.section4 .box .detail .arrow {
  width: 0.52rem;
  height: 0.52rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .7;
  transition: all .5s
}
.section4 .box:hover .arrow{
    opacity: 1
}
.section4 .box:hover .img-box::after{
   display: none
}
.section4 .right .box:hover .img-box::after{
    display: none
}
.section4 .box .detail .arrow img {
  width: 0.3rem;
}
.section4 .box .img-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.section4 .box .img-box::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: .26rem;
  background-color: rgba(0, 0, 0, 0.4);
}
.section4 .box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section4 .box .img-box video{
    width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  
}
.section4 .left {
  margin-right: 0.17rem;
  display: flex;
  flex: 1;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.section4 .left .box:nth-last-of-type(1) {
  margin-bottom: 0;
}
.section4 .right {
  flex: 1;
  height: auto;
}
.section4 .right2 {
    display: none
}
.section4 .right .box {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.section4 .right .box .num {
  color: #79c5cf;
  left: 0.76rem;
  top: 0.69rem;
  font-size: 1.37rem
}
.section4 .right2 .box .num {
    left: auto;
    top: auto;
    font-size: 2.4rem;
    color: rgba(255, 255, 255, 0.2);
    bottom: -0.8rem;
    right: 0;
}
.section4 .right2 .box .num span{
    font-size: 1.8rem
}
.section4 .right .box .img-box {
  border-radius: 0.26rem;
  overflow: hidden;
}
.section4 .right .box .img-box::after{
    display: block
}
.section4 .right .box .img-box{
    display: flex;
    align-items: center;
    justify-content: center
}
.section4 .right .box .desc{
    color: #cecece;
    padding: 0.5rem 0 0 0.5rem;
    font-size: .2rem;
    line-height: 1.4;
}
.section4 .right .box .desc .t{
    margin-bottom: .1rem;
    display: flex;
    align-items: flex-start;
}
.section4 .right .box .desc .t span{
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    background: #cecece;
    border-radius: 50%;
    margin-top: 0.08rem;
    margin-right: .2rem
}
.section4 .right .box .img-box img {
    width: 65%;
    height: auto
}

.section4-detail1 {
  position: fixed;
  top: 0;
  width: 100%;
  right: -100vw;
  color: #fff;
  background-color: #000;
  transition: all 1s;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 9999
}
.section4-detail1 .content-section4 {
  height: 230vh;
  width: 100%;
  position: relative;
}
.section4-detail1 .content-section4 .progress-box {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  align-items: center;
  display: none;
  z-index: 2;
}
.section4-detail1 .content-section4 .progress-box .progress {
  width: 50vw;
  height: 1px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
}
.section4-detail1 .content-section4 .progress-box .progress .current-progress {
  width: 0;
  background-color: #fff;
  position: absolute;
  left: 0;
  height: 1px;
  top: 0;
}
.section4-detail1 .content-section4 .progress-box .section-close-btn {
  background-color: #ccc;
  display: flex;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 0.36rem;
}
.section4-detail1 .content-section4 .progress-box .section-close-btn img {
  width: 0.2rem;
}
.section4-detail1 .content-section4 .real-content {
  position: sticky;
  top: 0;
  width: 150vw;
  height: 100vh;
  display: flex;
  align-items: center;
}
.section4-detail1 .content-section4 .real-content .box1 {
  height: 100vh;
  color: #fff;
  font-weight: bold;
  font-size: 0.64rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  width: 50vw;
}
.section4-detail1 .content-section4 .real-content .img-box {
  width: 50vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section4-detail1 .content-section4 .real-content .img-box img {
  width: 100%;
}
.section4-detail1 .content-section4 .real-content ul {
  display: flex;
  flex-direction: column;
  width: 50vw;
  align-items: flex-start;
  justify-content: center;
  height: 100vh;
  padding-left: 2rem;
}
.section4-detail1 .content-section4 .real-content ul li{
    margin-bottom: .5rem
}
.section4-detail1 .content-section4 .real-content ul li:nth-last-of-type(1) {
    margin-bottom: 0
}
.section4-detail1 .content-section4 .real-content ul li .text{
    color: #5ec7d1;
    font-size: .52rem;
    font-weight: bold;
}
.section4-detail1 .content-section4 .real-content ul li .desc{
    color: #fff;
    font-size: .26rem;
    font-weight: 500
}
.section4-detail1 .content-section4 .real-content ul li .detial{
    font-size: .2rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: .22rem;
    line-height: 1.6;
    font-weight: 500
}


.section4-detail2 {
  position: fixed;
  top: 0;
  width: 100%;
  right: -100vw;
  color: #fff;
  background-color: #000;
  transition: all 1s;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 9999
}
.section4-detail2 .content-section4 {
  height: 1200vh;
  width: 100%;
  position: relative;
}
.section4-detail2 .content-section4 .progress-box {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  align-items: center;
  display: none;
  z-index: 2;
}
.section4-detail2 .content-section4 .progress-box .progress {
  width: 50vw;
  height: 1px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
}
.section4-detail2 .content-section4 .progress-box .progress .current-progress {
  width: 0;
  background-color: #fff;
  position: absolute;
  left: 0;
  height: 1px;
  top: 0;
}
.section4-detail2 .content-section4 .progress-box .section-close-btn {
  background-color: #ccc;
  display: flex;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 0.36rem;
}
.section4-detail2 .content-section4 .progress-box .section-close-btn img {
  width: 0.2rem;
}
.section4-detail2 .content-section4 .real-content {
  position: sticky;
  top: 0;
  width: 450vw;
  height: 100vh;
  display: flex;
  align-items: center;
}
.section4-detail2 .content-section4 .real-content .box1 {
  height: 100vh;
  color: #fff;
  font-weight: bold;
  font-size: 0.64rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0rem;
  width: 50vw;
}
.section4-detail2 .content-section4 .real-content .img-box {
  width: 70vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section4-detail2 .content-section4 .real-content .img-box img {
  width: 100%;
}
.section4-detail2 .content-section4 .real-content .text-box{
    width: 30vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 2vw;
}
.section4-detail2 .content-section4 .real-content .text-box .t1{
    text-align: left;
    width: 100%;
    color: #fff;
    font-size: .52rem;
    font-weight: bold
}
.section4-detail2 .content-section4 .real-content .text-box .t2-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: .37rem;
}
.section4-detail2 .content-section4 .real-content .text-box .t2-wrapper .t2 {
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: .072em;
}
.section4-detail2 .content-section4 .real-content .text-box .t2-wrapper span{
    color: rgba(255, 255, 255, 1)
}





.section5 {
  background-color: #161518;
  padding: 1.68rem 2rem;
}
.section5 .text {
  font-weight: bold;
  color: #cecece;
    font-size: 0.58rem;
    line-height: 1.2;
}
.section5 .detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.26rem;
}
.section5 .detail .left {
  border-radius: 0.26rem;
  height: 4.38rem;
  flex: 1;
  overflow: hidden;
  position: relative;
  display: block;
}
.section5 .detail .left .img-box {
  width: 100%;
  height: 100%;
}
.section5 .detail .left .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section5 .detail .left .img-logo-box {
  position: absolute;
  left: 0.5rem;
  top: 0.55rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.section5 .detail .left .img-logo-box img {
  width: 1.7rem;
}
.section5 .detail .left .img-logo-box .desc {
    color: #fff;
    font-size: 0.14rem;
    margin-top: 0.1rem;
    letter-spacing: .07rem;
    width: 100%;
}
.section5 .detail .left .arrow {
  width: 0.52rem;
  height: 0.52rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0.35rem;
  cursor: pointer;
  right: 0.35rem;
  opacity: .8;
  transition: all .5s

}
.section5 .detail .left:hover .arrow{
    opacity: 1
}
.section5 .detail .left .arrow img {
  width: 0.3rem;
}
.section5 .detail .right {
  height: 4.38rem;
  width: 4.84rem;
  background-color: #5ec7d1;
  margin-left: 0.2rem;
  border-radius: 0.26rem;
  padding: 0.53rem;
  position: relative;
}
.section5 .detail .right .text {
  color: #ffffff;
font-size: 0.36rem;
    line-height: 1.2;
    font-weight: 500;
}
.section5 .detail .right .arrow {
  width: 0.52rem;
  height: 0.52rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0.35rem;
  right: 0.35rem;
  cursor: pointer;
  opacity: .7;
  transition: all .5s
}
.section5 .detail .right:hover .arrow{
    opacity: 1
}
.section5 .detail .right .arrow img {
  width: 0.3rem;
}

.video_full_pc{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	z-index: 2022;
	background-color: #000000;
	display: none;
}
.video_full_pc video{
	width: 100%;
	height: 100vh;
	top: 0;
	z-index: 5;
}
.shut_down_btn{
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	width: 0.5rem;
	height: 0.5rem;
	z-index: 6;
	background-color: #6b6b6b;
	border-radius: 100%;
	opacity: 0.5;
	transition: all .5s;
	cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shut_down_btn img{
    width: 0.15rem;
}
.shut_down_btn:hover{
	opacity: 1;
}

@media (max-width: 768px) {
    .section4 .right2 .box .num span{
        font-size: 1.2rem
    }
.video_show_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.25rem;
    color: #FFFFFF;
    width: 4.4rem;
    background-color: rgba(0,0,0,.7);
    border-radius: 40px;
    height: 0.76rem;
    opacity: 0.56;
    margin-top: 0.15rem;
    cursor: pointer;
}
    .video_text_sdm.video_t_show{
        bottom: 2rem !important;
    }
    .video_text_sdm .video_show_btn img{
        width: .3rem
    }
    .shut_down_btn{
        width: 1rem;
        height: 1rem
    }
    .shut_down_btn img{
        width: .4rem
    }
    #progress-bar {
        width: 81%;
        height: 1px;
        background-color: rgba(255,255,255,.2);
        margin: 1.8rem 0rem 0 0.4rem;
    }

    #progress {
        height: 100%;
        background-color: rgba(255,255,255,.4);
        width: 0;
    }

    .section1 .kv-detail{
        top: 3.2rem;
        width: 100%;
        height: calc(100vh - 3.2rem);
    }
    .section1 .kv-detail .text{
        position: relative
    }
    .section1 .kv-detail .text1{
        opacity: 1;
        font-size: .54rem;
        padding: 0 0.1rem
    }
    .section1 .kv-detail .real-content .text-box .t2{
        font-size: .22rem;
    }
    .section1 .kv-detail .real-content{
        margin-top: .75rem;
    }
    .section1 .kv-detail .real-content .text-box{
        margin-right: 1rem;
    }
    .section1 .kv-detail .real-content .text-box .t1{
        font-size: .4rem;
    }
    .section1 .kv-detail .real-content .text-box .t1 span{
        font-size: .28rem;
    }
    .section1 .kv-detail .text2{
        opacity: 1
    }
    .section1 .kv-detail .text3{
        opacity: 1;
        margin-top: 1.23rem
    }
    .section1 .kv-detail .text4{
        opacity: 1;
        margin-top: 1.2rem;
        height: .65rem;
        padding: 0 .15rem 0 .62rem;
        position: absolute;
        bottom: 2rem;
    }
    .section1 .kv-detail .text4 .play-btn{
        width: .45rem;
        height: .45rem;
        margin-left: .4rem;
    }
    .section1 .kv-detail .text4 .play-btn img{
        width: .1rem;
    }
    .section1 .kv-detail .text4 .t{
        font-size: .2rem;
    }
    .section2 .t{
        font-size: 1rem;
    }
    .section2 .t span {
        font-size: .8rem;
    }
    .section2 .t1 {
        top: 30%;
    }
    .section2 .t2 {
        top: 40%;
    }
    .section2 .t3 {
        top: 50%;
    }
    .section2 .lock-btn .lock-img-box{
        width: 1.6rem;
        height: 1.6rem;
    }
    .section2 .lock-btn {
        padding-bottom: 14vh
    }
    .section2 .lock-btn .text{
        margin-top: .35rem;
    }
    .section3{
        padding: 2rem 0rem 2rem .45rem;
        position: relative
    }
    .section3 .text{
        font-size: .54rem;
    }
    .section3 ul{
        overflow-x: scroll;
        scrollbar-width: thin;
        margin-top: 1.3rem;
        padding-right: .45rem;
    }
    .section3 ul::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }
    .section3 ul::-webkit-scrollbar {
     display: none;
    }
    .section3 ul li{
        flex: none
    }
    .section3 ul li .current-box{
        padding: 0.44rem 1.45rem 2.95rem .55rem
    }
    .section3 ul li .current-box .icon-box{
        width: 1.5rem;
        height: 1.5rem;
    }
    .section3 ul li .current-box .detail{
        margin-top: .98rem;
    }
    .section3 ul li .current-box .detail .t1{
        font-size: .49rem
    }
    .section3 ul li .current-box .detail .t2{
        font-size: .49rem;
    }
    .section4{
        flex-direction: column;
        padding: 0 .45rem;
        height: auto;
    }
    .section4 .left{
        margin-right: 0
    }
    .section4 .box{
        height: 6.62rem;
        margin-bottom: .32rem;
    }
    .section4 .box .img-box::after{
        border-radius: .26rem;
        display: none
    }
    .section4 .right .box .img-box::after{
        display: none
    }
    .section4 .right{
        height: 6.62rem;
        flex: none;
        margin-top: .32rem;
    }
    .section4 .box .num{
        line-height: .76;
        font-size: 1.72rem;
        top: 0;
    }
    .section4 .box .detail{
        padding: 0 .4rem;
        bottom: .8rem;
    }
    .section4 .box .detail .t{
        font-size: .3rem;
        line-height: 1.5
    }
    .section4 .right .box .img-box img{
        width: 100%;
        height: auto;
        position: absolute;
        right: -2.2rem;
        bottom: 0;
    }
    .section4 .right .box .desc{
        padding: 1.5rem 0 0 0.5rem
    }
    .section4 .box .detail .arrow{
        width: .65rem;
        height: .65rem;
        opacity: 1
    }
    .section4 .right .box .num{
        left: 0.6rem;
        top: 0.55rem;
        font-size: .86rem;
    }
    .section4 .right2 .box .num{
        left: 0rem;
        top: 0rem;
        bottom: auto;
        right: auto;
        font-size: 1.5rem;
    }
    .section5 .text{
        font-size: .54rem;
    }
    .section5 .detail{
        margin-top: 1.3rem;
        flex-direction: column;
    }
    .section5{
        padding: 2rem 0.45rem;
    }
    .section5 .detail .left{
        height: 6.62rem;
        flex: none
    }
    .section5 .detail .left .arrow{
        width: .65rem;
        height: .65rem;
        opacity: 1
    }
    .section5 .detail .right .arrow{
        width: .65rem;
        height: .65rem;
        opacity: 1 
    }
    .section5 .detail .right{
        height: 3.5rem;
        width: 100%;
        background-color: #5ec7d1;
        margin-left: 0;
        border-radius: 0.26rem;
        padding: 0.7rem .43rem;
        position: relative;
        margin-top: .32rem;
    }
    .section5 .detail .left .img-logo-box{
        left: 50%;
        transform: translateX(-50%);
        top: 0.95rem;
        align-items: center;
        justify-content: flex-start;
    }
    .section5 .detail .left .img-logo-box img{
        width: 2.5rem;
    }
    .section5 .detail .right .text{
        font-size: .3rem;
        line-height: 1.3;
        font-weight: 400;
    }
    .section5 .detail .left .img-logo-box .desc{
        font-size: 0.26rem;
        margin-top: 0.2rem;
        letter-spacing: .06rem;
        width: 100%;
    }
    .section4-detail1 .content-section4{
        height: 300vh;
    }
    .section4-detail1 .content-section4 .real-content{
        width: 300vw
    }
    .section4-detail1 .content-section4 .real-content .box1{
        padding: 0;
        width: 100vw
    }
    .section4-detail1 .content-section4 .real-content .img-box{
        width: 100vw
    }
    .section4-detail1 .content-section4 .real-content ul{
        width: 100vw;
        padding: 0 4%;
    }
    .section4-detail1 .content-section4 .real-content ul li{
        width: 100%
    }
    .section4-detail2 .content-section4 .real-content .box1{
        width: 100vw;
    }
    .section4-detail2 .content-section4 .real-content .img-box{
        width: 100vw;
    }
    .section4-detail2 .content-section4 .real-content .text-box{
        width: 100vw;
        padding: 3vw
    }
    .section4-detail2 .content-section4 .real-content{
        width: 1000vw
    }
}

<!--0.00019502639770508-->