.mainBannerPart {
    width: 100%;
    padding-top: 41.6667%; /* 800 / 1920 ≈ 41.6667% */
    background-size: cover;
    background-position: center;
    background-image: url('https://zheguyun-gw.oss-cn-beijing.aliyuncs.com/output.png');
    /* height: 800px; */
    /* background-image: url('../assets/output/banner@2x.png'); */
    /* background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center; */
    position: relative;
    margin-top: 64px;
}
.titleSameName {
    margin-bottom: 0;
}
.bottomMainBoxPart{
    position: relative;
    top: -50px;
    background: #f4f6fe;
}
.bannerCenterFlex{
    position: relative;
    max-width: 1420px;
    display: flex;
    justify-content: center;
    z-index: 3;
    margin: 0 auto;
}
.popImageContent{
    background-image: url('../assets/output/img_bg_pop.png');
    height: 276px;
    width: 590px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    left: -22px;
    font-size: 22px;
    color: #4D4F74;
    box-sizing: border-box;
    padding: 50px 39px 39px 40px;
    text-indent: 2ch;
    line-height: 40px;
}

.bannerCenterFlex>div {
    height: 90px;
    aspect-ratio: 260/90;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 10px;
    margin-right: 30px;
    background: linear-gradient( #EAEEFF 0%, #FFFFFF 100%);
    box-shadow: 3px 3px 20px rgba(52, 112, 255, .12);
    text-align: center;
    font-size: 24px;
    color: #202241;
    line-height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bannerCenterFlex>div img {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 14px;
}
.bannerTextPart {
    position: absolute;
    left: 12%;
    top: 27%;
}
.bannerTextPart .title {
    font-weight: bold;
    font-size: 68px;
    color: #202241;
    background: linear-gradient( 180deg, #5B9CFF 0%, #7B5BFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; /* 对于非WebKit浏览器 */
}
.bannerTextPart .secondTitle {
    font-weight: 400;
    font-size: 24px;
    color: #747C94;
    margin-top: 40px;
    line-height: 40px;
    max-width: 480px;
}
.lightDesignPart {
    width: 100%;
    height: 900px;
    background-image: url('../assets/output/img_bg_gfsj.png');
    /* aspect-ratio: 1920/900; */
    background-size: 100% 100%;
    padding-top: 106px;
    box-sizing: border-box;
    position: relative;
}
.limitLight {
    max-width: 1572px;
    margin: 0 auto;
    height: 898px;
}
.leftBackImage {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 755px;
    background-image: url('../assets/output/img_xian.png');
    background-size: 100% 100%;
}
.centerPartShow {
    display: flex;
    position: relative;
    height: 100%;
    /* justify-content: center; */
    /* max-width: 1420px; */
    /* margin: 0 auto; */
}
.leftDesignAll {
    width: 50%;
    margin-left: 4px;
    padding-top: 158px;
}
.rightDesignShow {
    /* width: 50%; */
    flex: 1;
    height: 450px;
    background-image: url('../assets/output/img_bg_dongtu.png');
    background-size: cover;
    aspect-ratio: 850/450;
    /* margin-left: 34px; */
    box-sizing: border-box;
    border-radius: 8px 8px 8px 8px;
    padding: 8px;
    margin-top: 158px;
}
.rightDesignShow .innerImage {
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 8px 8px;
    background: #fff;
}
.rightDesignShow .innerImage img {
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 8px 8px;
    display: none;
}
.rightDesignShow .innerImage video {
    height: 100%;
    width: 100%;
    border-radius: 8px 8px 8px 8px;
    display: none;
}
.rightDesignShow .innerImage .rightMainImg.current {
    display: block;
    
}
.sameDesignBtn {
    background: linear-gradient( 90deg, rgba(228,236,255,0) 0%, #E4ECFF 100%);
    border-radius: 0px 90px 90px 0px;
    padding: 22px 26px;
    position: relative;
    /* left: -290px; */
    font-size: 26px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 35px;
    width: 358px;
}
.sameDesignBtn .dotIcon {
    display: inline-block;
    width: 44px;
    height: 44px;
    margin-right: 30px;
}
.sameDesignBtn .dotIcon.dotHighIcon {
    display: none;
}
.sameDesignBtn .arrowIcon {
    margin-left: 26px;
    display: block;
}
.sameDesignBtn .arrowHighIcon {
   display: none;
} 
.sameDesignBtn.now {
    background: linear-gradient( 90deg, #5B9CFF 0%, #7B5BFF 100%);
    border-radius: 90px 90px 90px 90px;
    color: #fff;
}

.secondDesign {
    /* margin-left: 5%; */
    margin-left: 48px;
    padding-left: 20px;
}
.thirdDesign {
    margin-left: 98px;
}
.fourDesign {
    margin-left: 174px;
}
.fiveDesign {
    margin-left: 277px;
}

.sameDesignBtn.now .dotIcon.dotHighIcon {
    display: inline-block;
    width: 44px;
    height: 44px;
}
.sameDesignBtn.now .arrowHighIcon {
    display: block;
    margin-left: 26px;
}
.sameDesignBtn.now .arrowIcon {
    display: none;
}
.sameDesignBtn.now .dotIcon {
    display: none;
}

.sameImageBack {
    width: 100%;
    height: auto;
    background-image: url('../assets/output/img_bg.png');
    padding-bottom: 128px;
    background-size: 100%;
    padding-top: 127px;
}
.structurePart {
    padding-top: 120px;
}
.bottomStructtureBox {
    max-width: 1420px;
    margin: 0 auto;
    margin-top: 48px;
}
.limitWidth {
    width: 80%;
    margin: 0 auto;
}
.typeInfoContainer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: linear-gradient( 135deg, rgba(191, 227, 255, .3) 0%, rgba(215, 209, 255, .3) 100%);
    border-radius: 90px 90px 90px 90px;
    /* opacity: 0.3; */
    height: 80px;
}
.typeItem {
    width: 20%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #747C94;
    cursor: pointer;
    border-radius: 90px 90px 90px 90px;
}
.typeItem.current {
    background: linear-gradient( 180deg, #5B9CFF 0%, #7B5BFF 100%);
    color: #fff;
}
.typeItem img {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.typeItem .grayIcon {
    display: block;
}
.typeItem .highIcon {
    display: none;
}
.typeItem.current .highIcon {
    display: block;
}
.typeItem.current .grayIcon {
    display: none;
}
.bottomViewPartBox {
    width: 100%;
    background-image: url('../assets/output/img_bg_dwjg.png');
    aspect-ratio: 1420/680;
    margin-top: 48px;
    box-sizing: border-box;
    /* padding-top: 80px; */
}
.bottomViewPartBox img {
    display: block;
    margin: 0 auto;
}
.borderOutBox {
    width: 80%;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    height: 520px;
    margin: 0 auto;
    position: relative;
    top: 80px;
    padding: 10px;
    box-sizing: border-box;
}
.borderOutBox video {
    display: block;
    width: 100%;
    height: 100%;
}
.borderOutBox .bottomImg {
    display: none;
}
.borderOutBox .current.bottomImg {
    display: block;
}
.outPaper {
    padding-top: 212px;
}
.limitPaper {
    max-width: 1420px;
    margin: 0 auto;
    margin-top: 80px;
}
.flexPartBox {
    display: flex;
    align-items: center;
}
.leftDonePaper {
    display: none;
    /* width: 70%; */
    flex: 1;
    height: 520px;
    background-image: url('../assets/output/img_bg_tctz.png');
    background-size: 100% 100%;
   /* aspect-ratio: 1000/600;
   /* box-sizing: border-box; */
   padding: 10px;
   border-radius: 16px 16px 16px 16px;
}
.leftDonePaper.show {
    display: block;
}
.leftDonePaper img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px 16px 16px 16px;
}
.leftDonePaper video {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px 16px 16px 16px;
}
.rightPaperType {
    width: 20%;
    margin-left: 80px;
}
.paperItem {
    background: linear-gradient( 135deg, #F6F9FF 0%, #F8F6FF 100%);
    box-shadow: 0px 3px 8px 1px rgba(0,0,0,0.06);
    border-radius: 6px 6px 6px 6px;
    padding: 26px 0px 26px 34px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    color: #222222;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
}
.paperItem img {
    margin-right: 16px;
    display: inline-block;
    width: 28px;
    height: 28px;
}
.paperItem:last-child {
    margin-bottom: 0;
}
.paperItem::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 80px;
    background: linear-gradient( 153deg, #5B9CFF 0%, #7B5BFF 100%);
    box-shadow: 3px 3px 20px 1px rgba(52,112,255,0.12);
    border-radius: 6px 0px 0px 6px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.choosed.paperItem {
    background: #fff;;
}
.choosed.paperItem::before {
    opacity: 1;
}

.templateBox {
    padding-top: 110px;
    padding-bottom: 140px;
}
.templateBox .sencondDesc {
    font-size: 20px;
    color: #666666;
    text-align: center;
    margin: 20px 0 70px;
}
.mainTmeplateView {
    width: 100%;
    position: relative;
}
.mainTmeplateView::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 6%;
    height: 100%;
    background: linear-gradient( 90deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
    border-radius: 0px 0px 0px 0px;
    z-index: 2;
    pointer-events: none;
}
.mainTmeplateView::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    left: unset;
    background: linear-gradient( 270deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
    width: 6%;
    height: 100%;
    border-radius: 0px 0px 0px 0px;
    z-index: 2;
    pointer-events: none;
}
.mainTmeplateView .swiper-slide .pptMainImg{
    /* width: 240px;
    height: 308px; */
    width: 12.5vw;
    height: 16.041667vw;
}
.mainTmeplateView .swiper-slide .pptMainImg img {
    width: 100%;
    height: 100%;
}
.mainTmeplateView .swiper-slide .pptMainImg.mouseAnimation {
    animation: scaleAnimation .5s ease-in-out;
}

@keyframes scaleAnimation {
    0% {
        transform: scale(0.9);
      }
      70% {
        transform: scale(0.96);
      }
      100% {
        transform: scale(1);
      }
}

.shadowPart {
    position: absolute;
    left: 0;
    top: 0;
    width: 6%;
    height: 100%;
    background: linear-gradient( 90deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
    border-radius: 0px 0px 0px 0px;
    z-index: 99;
}
.shadowPart.right {
    right: 0;
    top: 0;
    left: unset;
    background: linear-gradient( 270deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
}
.swiper-button-next {
    background-image: url('../assets/output/btn_you.png');
    width: 80px;
    height: 80px;
    color: transparent;
    left: unset;
    top: 50%;
    transform: translateY(-20%);
    right: 2%;
    z-index: 100;
}
.swiper-button-prev {
    background-image: url('../assets/output/btn_zuo.png');
    width: 80px;
    height: 80px;
    color: transparent;
    left: 2%;
    top: 50%;
    transform: translateY(-20%);
    z-index: 100;
}
.imgInnerPart {
    background: #fff;
    height: 100%;
    border-radius: 16px 16px 16px 16px;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
    
}


.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
  }

  /* @media screen and (min-width:2049px) and (max-width: 2560px) {
    .sameDesignBtn {
        left: -15px;
    }
    .sameDesignBtn:nth-child(2) {
        left: -20px;
    }
    .sameDesignBtn:nth-child(3) {
        left: -32px;
    }
    .sameDesignBtn:nth-child(4) {
        left: -57px;
    }
    .sameDesignBtn:nth-child(5) {
        left: -112px;
    }
  } */
  @media screen and (max-width: 1640px) {
    .bannerTextPart {
        left: 4%;
        top: 15%;
    }
    /* .bannerCenterFlex {
        left: 0;
        transform: none;
        margin: 0 6.4%;
    } */
    .bannerCenterFlex>div {
        aspect-ratio: auto;
        padding: 0 10px;
        margin-right: 38px;
    }
    .bannerCenterFlex>div:last-child {
        margin-right: 0;
    }
    .bottomViewPartBox {
        max-width: 1420px;
        margin: 80px 6.4% 0;
        aspect-ratio: auto;
        height: 680px;
        width: auto;
        background-size: 100% 100%;
    }
    .flexPartBox {
        max-width: 1420px;
        margin:  0 6.4%;
    }
    .centerPartShow {
        max-width: 1420px;
        margin: 0 6.4%;
    }
    .rightDesignShow {
        aspect-ratio: auto;
        position: relative;
        left: 35px;
    }
  }
  @media screen and (max-width: 1680px) {
    .bannerTextPart {
        left: 4%;
        top: 15%;
    }
  }