#cultureContainer video {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 8px;
}

/* 顶部banner */

#cultureHeader {
    width: 100%;
    height: 660px;
}

#cultureHeader .bannerContainer {
    height: 100%;
    position: relative;
}

.bannerContainer .bannerImg {
    background-position: center top;
    background-size: cover;
    position: absolute;
    width: 100vw;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.bannerContainer .bannerImg.active {
    opacity: 1;
}

.bannerImg.b1 {
    background-image: url(/assets/images//aboutUs/culture/banner-1.jpg);
}

.bannerImg.b2 {
    background-image: url(/assets/images//aboutUs/culture/banner-2.jpg);
}

.bannerImg.b3 {
    background-image: url(/assets/images//aboutUs/culture/banner-3.jpg);
}

/* 文化展示 */

#cultureContainer {
    background-image: url(/assets/images/aboutUs/culture/global-bg1.svg), url(/assets/images/aboutUs/culture/global-bg2.svg);
    background-position: -50px 0, 85% 290px;
    background-repeat: no-repeat;
}

#part1 {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

#part1 .bgCircle {
    position: absolute;
    top: 80%;
    left: 60%;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    background: #CBEDFF;
}

#part1 .leftText {
    margin-top: 20px;
    align-self: flex-start;
}

#part1 .leftText .title {
    font-size: 36px;
    font-weight: 500;
    color: #1A2736;
    line-height: 50px;
    margin-bottom: 85px;
}

#part1 .leftText .desc {
    margin-top: 10px;
    font-size: 80px;
    font-weight: 500;
    color: #007FDF;
    line-height: 80px;
}

#part1 .rightVideo {
    width: 310px;
    height: 520px;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 0px rgba(198, 211, 220, 0.3);
    border-radius: 8px;
    padding: 20px;
    position: relative;
}

.playIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    background-size: cover;
    background-image: url(/assets/images/aboutUs/culture/btn_play.svg);
}

.progressBar {
    position: absolute;
    left: 10%;
    width: 80%;
    height: 2px;
    border-radius: 1px;
    background-color: #FFFFFF;
    z-index: 10;
    display: none;
}

.progressBar.b25 {
    bottom: 25px;
}

.progressBar.b5 {
    bottom: 5px;
}

.progressBar.light {
    width: 0;
    background-color: #007FDF;
    z-index: 20;
}

#part1 .rightVideo video {
    border-radius: 4px;
}

#part2 {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    padding-bottom: 200px;
    position: relative;
}

#part2 .bgc {
    position: absolute;
    border-radius: 100%;
    z-index: -1;
}

#part2 .bgCircle1 {
    bottom: 150px;
    left: -5%;
    width: 64px;
    height: 64px;
    background: #E8DFFF;
}

#part2 .bgCircle2 {
    top: 23%;
    left: -3%;
    width: 450px;
    height: 450px;
    background: #E8DFFF;
}

#part2 .bgCircle3 {
    top: -50px;
    left: 37%;
    width: 40px;
    height: 40px;
    background: #E8DFFF;
}

#part2 .bgCircle4 {
    top: 200px;
    left: 50%;
    width: 30px;
    height: 30px;
    background: #E8DFFF;
}

#part2 .bgCircle5 {
    top: 20%;
    right: 5%;
    width: 100px;
    height: 100px;
    background: #BDA2FF;
    border: 2px solid #8A65D4;
}

#part2 .title {
    font-size: 40px;
    font-weight: 500;
    color: #8A65D4;
    line-height: 40px;
    margin-top: 20px;
    text-align: left;
}

#part2 .desc {
    font-size: 20px;
    color: #1A2736;
    line-height: 36px;
    margin-top: 20px;
}

#part2-2 {
    width: 100%;
    max-width: 2560px;
    margin: 0 auto;
    overflow-x: hidden;
}

#part2-2 .imglist {
    display: flex;
    width: max-content;
    margin-top: 10px;
}

#part2-2 .imglist.left {
    animation: funMoveLeft 180s linear 0s infinite;
}

#part2-2 .imglist.right {
    transform: translateX(-5517px);
    animation: funMoveRight2 180s linear 0s infinite;
}

@keyframes funMoveLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-5390px);
    }
}

@keyframes funMoveRight {
    0% {
        transform: translateX(-6172px);
    }
    100% {
        transform: translateX(-782px);
    }
}

@keyframes funMoveRight2 {
    0% {
        transform: translateX(-5517px);
    }
    100% {
        transform: translateX(-782px);
    }
}

#part2-2 .imglist img {
    display: block;
    width: 375px;
    height: 250px;
    max-width: 375px;
    max-height: 250px;
    margin-left: 10px;
}

#part2-2 .imglist img:first-child {
    margin-left: 0;
}

#part2 .funImgBlock {
    position: relative;
    padding-top: 100px;
}

#part2 .waterImg {
    transform-style: preserve-3d;
    overflow: hidden;
    position: relative;
}

#part2 .waterImg.wi1 {
    width: 720px;
    height: 480px;
    -webkit-animation: aniWaterImg1 25s ease-in-out infinite alternate both;
    animation: aniWaterImg1 25s ease-in-out infinite alternate both;
}

#part2 .waterImg.wi2 {
    position: absolute;
    top: -110px;
    right: 15%;
    width: 375px;
    height: 250px;
    -webkit-animation: aniWaterImg2 25s ease-in-out infinite alternate both;
    animation: aniWaterImg2 25s ease-in-out infinite alternate both;
}

#part2 .waterImg.wi3 {
    position: absolute;
    top: 245px;
    right: 0;
    width: 480px;
    height: 320px;
    -webkit-animation: aniWaterImg3 25s ease-in-out infinite alternate both;
    animation: aniWaterImg3 25s ease-in-out infinite alternate both;
}

#part2 .waterImg img {
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

#part2 .waterImg img.active {
    opacity: 1;
    position: static;
}

@keyframes aniWaterImg1 {
    0%,
    to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

@keyframes aniWaterImg2 {
    0%,
    to {
        border-radius: 61% 39% 55% 45%/35% 61% 39% 65%
    }
    10% {
        border-radius: 61% 39% 67% 33%/56% 68% 32% 44%
    }
    24% {
        border-radius: 50% 50% 34% 66%/70% 50% 50% 30%
    }
    38% {
        border-radius: 46% 54% 50% 50%/61% 38% 62% 39%
    }
    52% {
        border-radius: 63% 37% 54% 46%/49% 70% 30% 51%
    }
    66% {
        border-radius: 40% 60% 54% 46%/55% 48% 52% 45%
    }
    80% {
        border-radius: 54% 46% 38% 62%/49% 60% 40% 51%
    }
    94% {
        border-radius: 68% 34% 56% 49%/34% 56% 53% 62%
    }
}

@keyframes aniWaterImg3 {
    0%,
    to {
        border-radius: 46% 54% 50% 50%/56% 68% 32% 44%
    }
    18% {
        border-radius: 61% 39% 67% 33%/49% 70% 30% 51%
    }
    32% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }
    46% {
        border-radius: 50% 50% 34% 66%/70% 50% 50% 30%
    }
    60% {
        border-radius: 61% 39% 55% 45%/55% 48% 52% 45%
    }
    74% {
        border-radius: 54% 46% 38% 62%/49% 60% 40% 51%
    }
    88% {
        border-radius: 63% 37% 54% 46%/61% 38% 62% 39%
    }
}

#part3 {
    width: 1200px;
    margin: 80px auto 0;
}

#part3 .dyVideoContainer {
    width: 100%;
    /* overflow-x: scroll; */
}

#part3 .dyVideoList {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

#part3 .dyVideoList .videoItem {
    width: 270px;
    height: 480px;
    margin-top: 40px;
    position: relative;
}

#part3 .dyBlock {
    width: 189px;
    height: 40px;
    margin: 60px auto 0;
    background: #007FDF;
    border-radius: 2px;
    position: relative;
}

.dyBlock>.title {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.dyBlock>.title img {
    width: 20px;
    height: 20px;
    display: block;
}

.dyBlock>.title div {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    margin-left: 8px;
}

.dyBlock>.title:hover+.dyInfo {
    opacity: 1;
}

.dyBlock>.dyInfo {
    position: absolute;
    top: 44px;
    left: -17px;
    width: 220px;
    height: 160px;
    background: #FFFFFF;
    box-shadow: 0px 5px 6px 0px rgba(198, 211, 220, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.2s ease-in;
    z-index: 10;
}

.dyBlock>.dyInfo .logo {
    width: 100px;
    height: 100px;
    background-image: url(/assets/images/aboutUs/culture/dy-code.png);
    background-size: cover;
}

.dyBlock>.dyInfo .text {
    font-size: 12px;
    color: #1A2736;
    line-height: 17px;
    text-align: center;
    margin-top: 4px;
}

#part4 {
    margin-top: 120px;
    position: relative;
}

#part4 .bgc {
    position: absolute;
    border-radius: 100%;
    z-index: -1;
}

#part4 .bgCircle1 {
    top: -25px;
    left: 30%;
    width: 44px;
    height: 44px;
    background: #DAEFFF;
}

#part4 .bgCircle2 {
    top: 110px;
    left: 35%;
    width: 31px;
    height: 31px;
    border: 2px solid #2CA6E6;
}

#part4 .bgCircle3 {
    top: -60px;
    left: 60%;
    width: 62px;
    height: 62px;
    border: 2px solid #2CA6E6;
}

#part4 .bgCircle4 {
    top: 130px;
    left: 58%;
    width: 26px;
    height: 26px;
    background: #2CA6E6;
}

#part4 .bgCircle5 {
    top: 60px;
    left: 62%;
    width: 136px;
    height: 136px;
    background: #DAEFFF;
}

#part4 .bgCircle6 {
    top: 45px;
    left: 75%;
    width: 44px;
    height: 44px;
    background: #2CA6E6;
}

#part4>.title {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    font-weight: 500;
    color: #2CA6E6;
    line-height: 40px;
    text-align: center;
}

#part4>.desc {
    width: 90%;
    font-size: 20px;
    color: #1A2736;
    line-height: 36px;
    text-align: center;
    margin: 20px auto 60px;
}

#part4>.imgContainer {
    width: 1190px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

#part4>.imgContainer>.imgSide {
    width: 380px;
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#part4>.imgContainer>.imgSide>img {
    border-radius: 8px;
}

#part4>.imgContainer>.videoMid {
    width: 310px;
    height: 520px;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 0px rgba(198, 211, 220, 0.3);
    border-radius: 8px;
    padding: 20px;
    position: relative;
}

#part5 {
    height: 710px;
    background: #E0F3FF;
    padding-top: 100px;
    padding-bottom: 60px;
    transform: translateY(-60px);
}

#part5>.title {
    font-size: 20px;
    font-weight: 500;
    color: #2CA6E6;
    line-height: 30px;
    text-align: center;
}

#part5>.wordContainer {
    width: 100%;
    overflow-x: hidden;
    margin-top: 20px;
}

.wordContainer .ZStackerBlock {
    width: fit-content;
    display: flex;
    margin-top: 20px;
    transition: transform 0.2s linear;
    animation: ZStackerMove 40s linear 0s infinite;
}

@keyframes ZStackerMove {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 30px));
    }
}

.wordContainer .ZStacker {
    display: flex;
    width: max-content;
    height: 80px;
    border-radius: 40px;
    align-items: center;
    padding: 0 30px 0 10px;
    background-color: #FFFFFF;
    margin-left: 60px;
}

.wordContainer .ZStacker:first-child {
    margin-left: 0;
}

.ZStacker>.ZStackAvatar {
    width: 60px;
    height: 60px;
    background-image: url(/assets/images/aboutUs/culture/ZStacker-avatars.png);
    background-size: 700%;
    background-repeat: no-repeat;
}

.ZStacker>.infoBlock {
    margin-left: 20px;
}

.ZStacker .infoBlock .profile {
    font-size: 14px;
    color: #5E6978;
    line-height: 20px;
}

.ZStacker .infoBlock .slogan {
    font-size: 16px;
    color: #1A2736;
    line-height: 22px;
    margin-top: 10px;
    white-space: nowrap;
}

#part6 {
    margin-top: 60px;
    margin-bottom: 120px;
}

#part6>.title {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    color: #DF9900;
    line-height: 40px;
}

#part6>.desc {
    width: 90%;
    text-align: center;
    font-size: 20px;
    color: #1A2736;
    line-height: 36px;
    margin: 20px auto 40px;
}

#part6>.xtsDetail {
    width: 1014px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

.xtsDetail .leftTimeLine {
    width: 534px;
    position: relative;
}

.leftTimeLine .timeLine {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

.leftTimeLine .timeLine:first-child {
    margin-top: 0;
}

.leftTimeLine .timeLine .time {
    width: 82px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #DF9900;
    line-height: 26px;
    text-align: right;
}

.leftTimeLine .timeLine .dot {
    width: 10px;
    height: 10px;
    background: #DF9900;
    border-radius: 100%;
    margin-top: 8px;
}

.leftTimeLine .timeLine .text {
    width: 400px;
    font-size: 14px;
    color: #1A2736;
    line-height: 26px;
}

.leftTimeLine .line {
    width: 2px;
    height: 0;
    background: #DF9900;
    position: absolute;
    top: 8px;
    left: 107px;
    transition: height 0.3s ease-out;
}

.xtsDetail .rightImg {
    width: 400px;
}

.xtsDetail .rightImg .ZStackImg {
    margin-top: 8px;
    position: relative;
    height: 300px;
}

.xtsDetail .rightImg .ZStackImg img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    opacity: 0;
    display: block;
}

.xtsDetail .rightImg img:nth-child(1) {
    opacity: 1;
    position: static;
    animation: ZStackerFadeOut 8s ease-in-out 0s infinite;
}

.xtsDetail .rightImg img:nth-child(2) {
    animation: ZStackerFadeIn 8s ease-in-out 0s infinite;
}

@keyframes ZStackerFadeIn {
    0% {
        opacity: 0;
        position: absolute;
    }
    40% {
        opacity: 0;
        position: absolute;
    }
    50% {
        opacity: 1;
        position: static;
    }
    90% {
        opacity: 1;
        position: static;
    }
    100% {
        opacity: 0;
        position: absolute;
    }
}

@keyframes ZStackerFadeOut {
    0% {
        opacity: 1;
        position: static;
    }
    40% {
        opacity: 1;
        position: static;
    }
    50% {
        opacity: 0;
        position: absolute;
    }
    90% {
        opacity: 0;
        position: absolute;
    }
    100% {
        opacity: 1;
        position: static;
    }
}

.xtsDetail .rightImg .imgText {
    font-size: 14px;
    color: #5E6978;
    line-height: 20px;
    margin-top: 8px;
    cursor: pointer;
    text-align: center;
    transition: color 0.2s ease-in;
    display: block;
}

.xtsDetail .rightImg .imgText:hover {
    color: #007FDF;
}

#part6 .xtsZStacker {
    width: 800px;
    height: 244px;
    margin-top: 40px;
    background: #FFFBF4;
    border-radius: 4px;
    border: 1px solid #FFD883;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 40px;
    position: relative;
}

.xtsZStacker .bg1 {
    position: absolute;
    top: 83px;
    left: -231px;
    width: 180px;
    height: 122px;
    background-size: cover;
    background-image: url(/assets/images/aboutUs/culture/part6-bg1.png);
}

.xtsZStacker .bg2 {
    position: absolute;
    top: 10px;
    right: -201px;
    width: 150px;
    height: 115px;
    background-size: cover;
    background-image: url(/assets/images/aboutUs/culture/part6-bg2.png);
}

.xtsZStacker .switch {
    display: flex;
    justify-content: space-between;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.xtsZStacker .switch>div {
    width: 20px;
    height: 4px;
    background: #DF9900;
    box-shadow: 0px 1px 10px 0px rgba(45, 118, 231, 0.3);
    border-radius: 1px;
    opacity: 0.2;
    cursor: pointer;
}

.xtsZStacker .switch>div.active {
    width: 30px;
    background: #DF9900;
    opacity: 0.8;
}

.xtsZStacker .ZStackerlist {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
}

.ZStackerlist .item {
    display: none;
    padding-left: 30px;
    padding-right: 30px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
}

.ZStackerlist .avatar {
    width: 60px;
    height: 60px;
    background-size: cover;
    border-radius: 100%;
}

.ZStackerlist .zb .avatar {
    background-image: url(/assets/images/aboutUs/culture/ZStacker-zhangbo.png);
}

.ZStackerlist .ll .avatar {
    background-image: url(/assets/images/aboutUs/culture/ZStacker-lilang.png);
}

.ZStackerlist .name {
    font-size: 16px;
    font-weight: 500;
    color: #1A2736;
    line-height: 20px;
    margin-top: 8px;
}

.ZStackerlist .desc {
    font-size: 14px;
    color: #5E6978;
    line-height: 20px;
    margin-top: 4px;
}

.ZStackerlist .sendWord {
    width: 600px;
    font-size: 16px;
    color: #1A2736;
    line-height: 26px;
    margin-top: 16px;
    text-align: center;
}

.list_left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.list_right {
    display: flex;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.ZStackerlist .item.active {
    position: static;
    display: flex;
}

.ZStackerlist .item.itemLeft {
    left: 100%;
}

.ZStackerlist .item.itemRight {
    right: 100%;
}

#part7 {
    padding: 80px 0;
    background: #F1F6FA;
}

#part7 .header7 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#part7 .header7>.title {
    font-size: 36px;
    font-weight: 500;
    color: #1A2736;
    line-height: 40px;
}

#part7 .header7>.btnGroup {
    display: flex;
}

.header7>.btnGroup>div {
    padding: 3px 10px;
    border-radius: 2px;
    font-size: 14px;
    color: #5E6978;
    line-height: 20px;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease-in-out;
}

.header7>.btnGroup>div:first-child {
    margin-right: 4px;
}

.header7>.btnGroup>div.active,
.header7>.btnGroup>div:hover {
    background: #007FDF;
    color: #FFFFFF;
}

#part7 .lzVideoContainer {
    width: 1200px;
    margin: 40px auto 0;
    position: relative;
}

.lzVideoContainer .iconPage {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    z-index: 10;
    top: 50%;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px 0px rgba(94, 105, 120, 0.15);
    border: 0.5px solid #DAE0E6;
    cursor: not-allowed;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/assets/images/caseSelection/case_arrow.svg);
}

.lzVideoContainer .iconPage.prev {
    left: 0;
    transform: translate(-50%, -50%) rotate(180deg) scale(2);
}

.lzVideoContainer .iconPage.next {
    right: 0;
    transform: translate(50%, -50%) scale(2);
}

.lzVideoContainer .iconPage.active {
    background-image: url(/assets/images/caseSelection/arrow_detail.svg);
    cursor: pointer;
}

.lzVideoContainer .videoContriner {
    width: 100%;
    overflow-x: hidden;
}

.videoContriner .videoList {
    width: max-content;
    display: none;
    justify-content: space-between;
    transition: transform 0.3s ease-in-out;
}

.videoContriner .videoList.active {
    display: flex;
}

.videoContriner .videoList .videoItem {
    width: 270px;
    height: 480px;
    border-radius: 8px;
    margin-left: 40px;
    position: relative;
}

.videoContriner .videoList .videoItem:first-child {
    margin-left: 0;
}

#part7 .dyContainer {
    width: 800px;
    margin: 80px auto 0;
    height: 120px;
    background: #FFFFFF;
    box-shadow: 0px 5px 6px 0px rgba(198, 211, 220, 0.4);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    border-radius: 4px;
}

.dyContainer .title {
    font-size: 28px;
    font-weight: 500;
    color: transparent;
    line-height: 30px;
    background: linear-gradient(270deg, #367BF0 0%, #41B9FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: fongRan 3s linear infinite;
}

@keyframes fongRan {
    from {
        backgroud-position: 0 0;
    }
    to {
        background-position: 200px 30px;
    }
}

.dyContainer .rightBlock {
    display: flex;
    align-items: center;
}

.dyContainer .rightBlock .dyCode {
    font-size: 14px;
    color: #1A2736;
    line-height: 20px;
    text-align: right;
}

.dyContainer .rightBlock .dyCodeImg {
    width: 100px;
    height: 100px;
    margin-left: 20px;
    background-size: cover;
    background-image: url(/assets/images/aboutUs/culture/dy-code.png);
}

#globalVideo {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00335999;
    z-index: 100000;
}

#globalVideo img {
    position: absolute;
    top: 5%;
    left: 80%;
    transform: translateX(-50%);
    cursor: pointer;
    display: block;
    transform: rotate(0);
    transition: transform 1s ease-in-out;
}

#globalVideo img:hover {
    transform: rotate(360deg);
}

#globalVideo video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 405px;
    height: 720px;
}

@media screen and (max-width:1440px) {
    #part2-2 .imglist.right {
        transform: translateX(-6172px);
        animation: funMoveRight 180s linear 0s infinite;
    }
}

@media screen and (max-width:1440px) {
    #cultureContainer {
        background-position: -50px 0, 50% 650px;
    }
    #part1 {
        flex-direction: column;
        align-items: center;
    }
    #part1 .bgCircle {
        display: none;
    }
    #part1 .rightVideo {
        margin-top: 50px;
    }
    #part1,
    #part2 {
        width: 90%;
    }
    #part2 .bgCircle1 {
        bottom: 100px;
    }
    #part2 .bgCircle2 {
        width: 300px;
        height: 300px;
    }
    #part2 .bgCircle4 {
        display: none;
    }
    #part2 .waterImg.wi1 {
        width: 450px;
        height: 300px;
    }
    #part2 .waterImg.wi2 {
        width: 225px;
        height: 150px;
        top: 0;
    }
    #part2 .waterImg.wi3 {
        width: 360px;
        height: 240px;
        top: 300px;
    }
}

@media screen and (max-width:1280px) {
    #part3 {
        width: 80%;
    }
    #part4>.imgContainer {
        width: 80%;
        justify-content: center;
    }
    #part4>.imgContainer>.videoMid {
        margin-top: 20px;
        margin-bottom: 20px;
        order: 1;
    }
    #part4>.imgContainer>.imgSide {
        width: calc(50% - 5px);
        height: auto;
    }
    #part4>.imgContainer>.imgSide img:first-child {
        margin-bottom: 10px;
    }
    #part4>.imgContainer>.imgSide:first-child {
        margin-right: 10px;
    }
    #part6>.xtsDetail {
        width: min-content;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .xtsDetail .rightImg {
        margin-top: 20px;
    }
    .xtsZStacker .bg1,
    .xtsZStacker .bg2 {
        display: none;
    }
    #part7 .header7,
    #part7 .lzVideoContainer {
        width: 890px;
    }
}

@media screen and (max-width:980px) {
    #part7 .header7,
    #part7 .lzVideoContainer {
        width: 580px;
    }
    #part2 .waterImg.wi1 {
        width: 300px;
        height: 200px;
    }
    #part2 .waterImg.wi2 {
        width: 135px;
        height: 90px;
        top: 0;
    }
    #part2 .waterImg.wi3 {
        width: 240px;
        height: 160px;
    }
    #part2 .bgCircle2 {
        width: 200px;
        height: 200px;
        top: 35%;
    }
    #part3 .dyVideoContainer {
        width: 100%;
        overflow-x: scroll;
    }
}

@media screen and (max-width:880px) {
    #part6 .xtsZStacker {
        width: 80%;
        height: auto;
    }
    .ZStackerlist .sendWord {
        width: auto;
    }
    #part7 .dyContainer {
        width: 80%;
    }
}

@media screen and (max-width:768px) {
    #globalVideo img {
        top: 2%;
    }
}

@media screen and (max-width:688px) {
    .leftTimeLine .timeLine {
        flex-direction: column;
    }
    .xtsDetail .leftTimeLine {
        width: auto;
    }
    .leftTimeLine .timeLine .time {
        width: auto;
        text-align: left;
    }
    .leftTimeLine .timeLine .dot,
    .leftTimeLine .line {
        display: none;
    }
    #part7 .header7 {
        width: 90%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #part7 .header7>.btnGroup {
        margin-top: 30px;
    }
    #part7 .lzVideoContainer {
        width: 270px;
    }
    .lzVideoContainer .iconPage {
        transform: translateY(-50%) scale(2);
    }
    .lzVideoContainer .iconPage.prev {
        left: -35px;
    }
    .lzVideoContainer .iconPage.next {
        right: -35px;
    }
    #part7 .dyContainer {
        flex-direction: column;
        padding: 20px;
        height: auto;
    }
    .dyContainer .rightBlock {
        margin-top: 20px;
    }
}

@media screen and (max-width:530px) {
    #part6>.xtsDetail {
        width: 80%;
    }
    .leftTimeLine .timeLine .text {
        width: auto;
    }
    .xtsDetail .rightImg {
        width: 100%;
    }
    .xtsDetail .rightImg .ZStackImg {
        height: auto;
    }
}

@media screen and (max-width:480px) {
    #globalVideo video {
        width: 85%;
        height: auto;
    }
}

@media screen and (max-width:425px) {
    #part4>.imgContainer {
        width: 80%;
    }
    .lzVideoContainer .iconPage {
        display: none;
    }
    .lzVideoContainer .videoContriner {
        overflow-x: scroll;
    }
    #part3 {
        width: 90%;
    }
}