.gz-mainVisit {

    width: 100%;
    overflow: hidden;
    background: #fff;
}

.gz-mainVisit .gz-header-Visit-banner {
    position: relative;
    width: 100%;
    height: 750px;
    background-image: url('./img/Visit_Hero\ Banner.jpg');
    background-size: cover;
    background-position: center;
}

.gz-mainVisit .gz-header-Visit-banner .gz-header-banner-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(35, 35, 90);
    opacity: 0.9;

}

.gz-mainVisit .gz-header-Visit-banner .gz-header-Visit-banner-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 170px;
    width: 80%;
    display: flex;

}

.gz-header-Visit-banner-content-left,
.gz-header-Visit-banner-content-right {
    width: 50%;
}

.gz-mainVisit .gz-header-Visit-banner .gz-header-Visit-banner-content-left h1 {
    color: rgb(255, 255, 255);
    font-size: 82px;
    font-weight: 700;
    text-align: left;
}

.gz-mainVisit .gz-header-Visit-banner .gz-header-Visit-banner-btn {
    position: absolute;
    bottom: -70px;
    cursor: pointer;
    display: inline-block;
    /* Rectangle 11 (组件集 91) */
    width: 424px;
    height: 56px;
    border-radius: 28px;
    line-height: 56px;
    font-size: 26px;
    background: rgb(230, 0, 18);
    color: #fff;
    text-align: center;
    margin-top: 60px;
    transform-origin: left center;
    transition: all 0.3s ease-out;
}

.gz-mainVisit .gz-header-Visit-banner .gz-header-Visit-banner-btn .arrow {
    transition: all 0.3s ease-out;
    vertical-align: middle;
}

.gz-mainVisit .gz-header-Visit-banner .gz-header-Visit-banner-btn:hover {
    width: 444px;
}

.gz-mainVisit .gz-header-Visit-banner .gz-header-Visit-banner-btn:hover .arrow {
    margin-left: 20px;
}

.gz-mainVisit .gz-header-Visit-banner .gz-header-Visit-banner-content-right p {
    /* width: 500px; */
    border-radius: 29px;

    backdrop-filter: blur(9.34px);

    /* background-color: #69699c; */
    color: rgb(255, 255, 255);
    font-size: 26px;
    font-weight: 400;
    text-align: left;
    padding: 20px 30px;
}

.gz-polygon {
    width: 1200px;
    height: 308px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    ;
}

.gz-polygon>.GZbox {
    width: 268px;
    height: 308px;
    text-align: center;
    /* padding-top: 40px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gz-polygon .GZbox:hover {
    background-image: url('./img/Icons/6f1da7691106f67cece5fefdafd9eae.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
}

.gz-polygon>.GZbox>h1 {
    color: rgb(60, 61, 131);

    font-size: 48px;
    font-weight: 900;
    text-align: center;
    display: flex;
    justify-content: center;
}

.gz-polygon>.GZbox>h1>span {
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
    line-height: 2;
    font-weight: 900;

}

.gz-polygon>.GZbox>p {
    color: rgb(102, 102, 102);
    font-size: 23px;
    text-align: center;
    line-height: 24px;
}
.gz-polygon>.GZbox img {
    width: 100px;
    height: 100px;
}

.gz-WhyAttendCMEF {
    background-color: #1B1C80;
    padding: 60px 0;
}

.gz-WhyAttendCMEF-header {
    max-width: 1355px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    padding: 0 20px;
}

.gz-WhyAttendCMEF-header h1 {
    color: white;
    font-size: 56px;
    font-weight: bold;
}

.gz-register-btn {
    background: transparent;
    color: white;
    width: 250px;
    border: 2px solid white;
    border-radius: 30px;
    padding: 12px 30px;
    font-size: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
    transform-origin: left center;
}

.gz-register-btn:hover {
    background: white;
    color: #1B1C80;
    width: 270px;
}

.gz-register-btn .arrow {
    transition: all 0.3s;
    vertical-align: middle;
}

.gz-register-btn:hover .arrow {
    margin-left: 20px;
    color: #1B1C80;
}

.gz-WhyAttendCMEF-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.gz-WhyAttendCMEF-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    padding: 15px 0;
}

.gz-WhyAttendCMEF-item {
    color: white;
}

.gz-item-image {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}

.gz-item-image img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
    transition: all 0.3s ease;
}
.gz-item-image img:hover {
    transform: scale(1.2);
}

.gz-WhyAttendCMEF-item h3 {
    color: white;
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: bold;
}

.gz-WhyAttendCMEF-item p {
    color: white;
    font-size: 16px;
    line-height: 1.5;
}

.gz-WhyAttendCMEF-item.gz-divider {
    position: relative;
}

.gz-WhyAttendCMEF-item.gz-divider::before,
.gz-WhyAttendCMEF-item.gz-divider::after {
    content: '';
    position: absolute;
    top: -15px;
    bottom: -15px;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.gz-WhyAttendCMEF-item.gz-divider::before {
    left: -15px;
}

.gz-WhyAttendCMEF-item.gz-divider::after {
    right: -15px;
}

.gz-WhyAttendCMEF-grid::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.gz-Explore {
    width: 100%;
    padding: 60px 0;
    background: #fff;
}

.gz-Explore-content {
    max-width: 1355px;
    margin: 0 auto;
    padding: 0 20px;
}

.gz-Explore-header {
    text-align: center;
    margin-bottom: 50px;
}

.gz-Explore-header h1 {
    margin-bottom: 20px;

    color: rgb(27, 28, 128);
    font-size: 62px;
    font-weight: 700;
}


.gz-Explore-header p {
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.4;

    color: rgb(102, 102, 102);
    font-size: 24px;
    text-align: center;
}

.gz-Explore-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.gz-Explore-item {
    height: 130px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;


    border-radius: 20px;

    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    background: rgb(243, 243, 249);
}

.gz-Explore-item .gz-icon img {
    transition: all 0.3s ease;
    width: 60px;
    opacity: 0.75;
}

.gz-Explore-item:hover .gz-icon img {
    opacity: 1;
    transform: scale(1.2);
}

.gz-icon {
    width: 90px;
    height: 60px;
    border-radius: 5px;
    flex-shrink: 0;
    order: 2;
    text-align: center;
}

.gz-Explore-item span {
    font-size: 20px;
    width: 130px;
    color: inherit;
    order: 1;
    color: rgb(102, 102, 102);
    font-size: 18px;
}

.gz-Plan {
    width: 100%;
    background: rgb(243, 243, 249);
    padding: 80px 0;
}

.gz-Plan-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.gz-Plan-header {
    margin-bottom: 60px;
    color: rgb(27, 28, 128);
    font-size: 62px;
    font-weight: 700;
    text-align: left;
}

.gz-Plan-header h1 {
    color: rgb(27, 28, 128);
    font-size: 62px;
    font-weight: 700;
    margin-bottom: 20px;
}

.gz-Plan-header p {
    font-size: 24px;

    color: rgb(102, 102, 102);
    font-size: 24px;
    text-align: left;
}

.gz-Plan-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.gz-Plan-item {
    /* width: 435px; */
    height: 315px;
    border-radius: 30px;


    position: relative;
    overflow: hidden;
    height: 300px;
}

.gz-Plan-item .gz-Plan-image-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(219.01deg, rgb(157, 220, 249) -1.665%, rgb(27, 28, 128) 68.315%);
    opacity: 0.9;
}

.gz-Plan-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: pink;
    /* 临时替代图片 */
}

.gz-Plan-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.gz-Plan-item:hover .gz-Plan-image img {
    transform: scale(1.1);
}

.gz-Plan-info {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 100px;
    width: 100%;
    height: 100%;
    /* padding: 30px; */
    color: white;
    transition: all 0.3s ease;

}

.gz-Plan-info2 {

    top: 120px;


}

.gz-Plan-item:hover .gz-Plan-info {
    top: 80px;
}

.gz-Plan-info h2 {
    font-size: 42px;
    width: 280px;
    /* height: 110px; */
    text-align: center;
    color: #fff;
    margin: 0 auto;
}

.gz-Plan-btn-parent {
    width: 210px;
    height: 57px;
    margin: 0 auto;
    padding-left: 10px;
    display: none;
    transition: all 0.3s ease;

}

.gz-Plan-item:hover .gz-Plan-btn-parent {
    display: block;
}

.gz-Plan-btn-parent2 {
    width: 230px;

}

.gz-Plan-btn {
    display: block;
    cursor: pointer;
    color: white;
    width: 180px;
    height: 57px;
    font-size: 24px;
    text-decoration: none;
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 30px;
    transition: all 0.3s ease;
    transform-origin: left center;
    margin-top: 20px;

}

.gz-Plan-btn2 {

    width: 210px;


}

.gz-Plan-btn:hover {
    width: 200px;
    color: #fff;
}

.gz-Plan-btn2:hover {
    width: 230px;
    color: #fff;
}

.gz-Plan-btn .arrow {
    transition: all 0.3s ease;
    vertical-align: middle;
    /* margin-left: 10px; */
}

.gz-Plan-btn .arrow2 {
    margin-left: 10px !important;
}

.gz-Plan-btn:hover .arrow {
    margin-left: 20px;
}

.gz-Plan-btn:hover .arrow2 {
    margin-left: 30px !important;
}

/* 添加移动端适配 */
@media screen and (max-width: 768px) {
    body {
        min-width: auto;
    }

    .gz-mainVisit .gz-header-Visit-banner {
        height: auto;
        padding-bottom: 40px;
    }

    .gz-mainVisit .gz-header-Visit-banner .gz-header-Visit-banner-content {
        position: relative;
        width: 100%;
        padding: 30px 20px;
        bottom: 0;
        flex-direction: column;
        padding-top: 100px;
    }

    .gz-header-Visit-banner-content-left,
    .gz-header-Visit-banner-content-right {
        width: 100%;
    }

    .gz-mainVisit .gz-header-Visit-banner .gz-header-Visit-banner-content-left {
        display: flex;
        flex-direction: column;
    }

    .gz-mainVisit .gz-header-Visit-banner .gz-header-Visit-banner-content-left h1 {
        width: 90%;
        font-size: 30px;
        line-height: 1.2;
        /* margin-bottom: 20px; */

    }

    .gz-mainVisit .gz-header-Visit-banner .gz-header-Visit-banner-content-right p {
        width: 100%;
        height: auto;
        font-size: 14px;
        padding: 20px;
        margin-top: 30px;
        border-radius: 15px;
        margin-bottom: 30px;
    }

    /* 移动按钮到右侧内容下方 */
    .gz-mainVisit .gz-header-Visit-banner .gz-header-Visit-banner-btn {
        position: absolute;
        bottom: 0px;
        width: 251px;
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        margin: 0 auto;
        transform-origin: unset;
        /* 移除变换原点 */
        transition: none;
        /* 移除过渡效果 */
    }

    /* 移除移动端的悬停效果 */
    .gz-mainVisit .gz-header-Visit-banner .gz-header-Visit-banner-btn:hover {
        width: 251px;
        /* 保持固定宽度 */
    }

    /* 移除箭头的动画效果 */
    .gz-mainVisit .gz-header-Visit-banner .gz-header-Visit-banner-btn:hover .arrow {
        margin-left: 0;
    }

    .gz-mainVisit .gz-header-Visit-banner .gz-header-Visit-banner-content-left .gz-header-Visit-banner-btn {
        display: none;
    }

    /* 在右侧内容后添加按钮 */
    .gz-mainVisit .gz-header-Visit-banner .gz-header-Visit-banner-content-right::after {
        content: "";
        display: block;
        clear: both;
    }

    .gz-mainVisit .gz-header-Visit-banner .gz-header-Visit-banner-content-right .gz-header-Visit-banner-btn {
        display: block;
    }

    .gz-polygon {
        width: 100%;
        height: auto;
        margin: calc(50vw/3.9) auto;
        padding: 0 calc(50vw/3.9);
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .gz-polygon>.GZbox {
        width: calc(130vw/3.9);
        height: auto;
        padding: 20px 10px;
        background-image: url('./img/Icons/6f1da7691106f67cece5fefdafd9eae.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .gz-polygon>.GZbox>img {
        width: calc(40vw/3.9);
        height: calc(40vw/3.9);
        /* margin-bottom: calc(10vw/3.9); */
    }

    .gz-polygon>.GZbox>h1 {
        font-size: calc(18vw/3.9) !important;
        margin-top: 5px;
        /* margin: 5px 0; */
    }

    .gz-polygon>.GZbox>h1>span {
        font-size: 12px !important;
        line-height: 1.8;
    }

    .gz-polygon>.GZbox>p {
        font-size: 14px;
        line-height: 1.4;
    }


    .gz-WhyAttendCMEF {
        position: relative;
        padding: 30px 0;
    }

    .gz-WhyAttendCMEF-header {
        flex-direction: column;
        text-align: center;
        margin-bottom: 30px;
        padding: 0 20px;
    }

    .gz-WhyAttendCMEF-header h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    /* 隐藏顶部的注册按钮 */
    .gz-WhyAttendCMEF-header .gz-register-btn {
        display: none;
    }

    .gz-WhyAttendCMEF-content {
        position: relative;
        padding: 0 calc(20vw/3.9);
    }

    .gz-WhyAttendCMEF-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 0;
        position: relative;
        padding-bottom: 100px;
    }

    .gz-WhyAttendCMEF-item {
        background: none;
        padding: 0;
    }

    .gz-item-image {
        width: 100%;
        height: calc(180vw/3.9);
        margin-bottom: 15px;
        border-radius: 15px;
        overflow: hidden;
    }

    .gz-item-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .gz-WhyAttendCMEF-item h3 {
        color: #fff;
        font-size: calc(24vw/3.9);
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 20px;
    }

    .gz-WhyAttendCMEF-item p {
        color: #fff;
        font-size: calc(16vw/3.9);
        line-height: 1.5;
        margin-bottom: 20px;
        font-size: 14px;
    }

    /* 修改注册按钮样式 */
    .gz-WhyAttendCMEF-header .gz-register-btn {
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        width: 180px;
        height: 48px;
        line-height: 44px;
        border: 2px solid #fff;
        border-radius: 24px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        padding: 0;
        margin: 20px auto;
        display: block;
        background: transparent;
        z-index: 10;
    }

    /* 移除按钮悬停效果 */
    .gz-WhyAttendCMEF-header .gz-register-btn:hover {
        width: 180px;
        background: transparent;
    }

    .gz-WhyAttendCMEF-header .gz-register-btn:hover .arrow {
        margin-left: 0;
    }

    /* 移除分割线 */
    .gz-WhyAttendCMEF-item.gz-divider::before,
    .gz-WhyAttendCMEF-item.gz-divider::after {
        display: none;
    }

    .gz-Explore {
        padding: 40px 0;
        background: #fff;
    }

    .gz-Explore-content {
        padding: 0 20px;
    }

    .gz-Explore-header {
        text-align: center;
        margin-bottom: 30px;
    }

    .gz-Explore-header h1 {
        color: #1B1C80;
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .gz-Explore-header p {
        color: #666;
        font-size: 14px;
        line-height: 1.5;
        margin: 0 auto;
        max-width: 90%;
    }

    .gz-Explore-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0 calc(16vw/3.9);
    }

    .gz-Explore-item {
        width: calc(152vw/3.9);
        height: calc(70vw/3.9);
        background: #F3F3F9;
        border-radius: 10px;
        padding: 12px;
        padding-right: calc(16vw/3.9);
        ;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 50px;
    }

    .gz-Explore-item:hover .gz-icon img {
        transform: scale(1);
        opacity: .8;
    }

    .gz-icon {
        width: calc(30vw/3.9);
        height: calc(30vw/3.9);
        order: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .gz-icon img {
        width: calc(30vw/3.9);
        height: calc(30vw/3.9);
        opacity: 0.8;
    }

    .gz-Explore-item span {
        order: 1;
        width: auto;
        padding-right: 5px;

        color: rgb(102, 102, 102);
        font-size: 12px !important;
    }

    /* 针对更小屏幕的额外优化 */
    @media screen and (max-width: 320px) {
        .gz-Explore-item span {
            font-size: 12px;
        }

        .gz-icon {
            width: 20px;
            height: 20px;
        }

        .gz-icon img {
            width: 16px;
            height: 16px;
        }
    }

    .gz-Plan {
        padding: 40px 0;
        background: #F3F3F9;
    }

    .gz-Plan-content {
        padding: 0 calc(38vw/3.9);
    }

    .gz-Plan-header {
        text-align: center;
        margin-bottom: 30px;
    }

    .gz-Plan-header h1 {
        color: #1B1C80;
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .gz-Plan-header p {
        color: #666;
        font-size: 14px;
        line-height: 1.5;
        margin: 0 auto;
    }

    .gz-Plan-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: calc(16vw/3.9);
    }

    .gz-Plan-item {
        width: calc(152vw/3.9);
        height: calc(120vw/3.9);
        /* height: 120px; */
        border-radius: 15px;
        overflow: hidden;
        position: relative;
    }

    .gz-Plan-image {
        width: 100%;
        height: 100%;
    }

    .gz-Plan-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .gz-Plan-image-mask {
        opacity: 0.8;
    }

    .gz-Plan-info {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: calc(10vw/3.9) 0 calc(10vw/3.9) calc(10vw/3.9);
        color: white;
        z-index: 1;
    }

    .gz-Plan-info h2 {
        width: 100%;
        font-size: calc(14vw/3.9) !important;
        margin-bottom: 10px;
        color: white;
        text-align: left;
        margin-top: calc(46vw/3.9);
        margin-bottom: 4px;
    }

    .gz-Plan-item .gz-Plan-btn-parent {
        display: block;
        height: 24px;
        /* width: 100px !important; */
        text-align: left;
        margin: 0;
        padding: 0;
    }

    .gz-Plan-item:hover .gz-Plan-info {
        top: 0;
    }

    .gz-Plan-item .gz-Plan-btn-parent .gz-Plan-btn {
        height: 24px;
        width: 100px !important;
        display: inline-block;
        color: white;
        font-size: 12px;
        text-decoration: none;
        padding: 0;
        border: 1px solid white;
        border-radius: 12px;
        transition: none;
        margin-top: 0;
        text-align: center;
        line-height: 20px;
    }

    .gz-Plan-item .gz-Plan-btn-parent :hover .arrow {
        margin-left: 0 !important;
    }

    /* 移除悬停效果 */
    .gz-Plan-item:hover .gz-Plan-image img {
        transform: none;
    }

    .gz-Plan-btn:hover {
        width: 100px !important;
        width: auto;
        background: transparent;
    }

    .gz-Plan-btn:hover .arrow {
        margin-left: 0 !important;
    }
}

/* 针对更小屏幕的额外优化 */
@media screen and (max-width: 320px) {
    .gz-polygon>.GZbox>h1 {
        font-size: 24px;
    }

    .gz-polygon>.GZbox>h1>span {
        font-size: 14px;
    }

    .gz-polygon>.GZbox>p {
        font-size: 12px;
    }

    .gz-WhyAttendCMEF-header h1 {
        font-size: 28px;
    }

    .gz-WhyAttendCMEF-item h3 {
        font-size: 20px;
    }

    .gz-WhyAttendCMEF-item p {
        font-size: 14px;
    }

    .gz-Explore-header h1 {
        font-size: 28px;
    }

    .gz-Explore-header p {
        font-size: 13px;
    }

    .gz-Explore-item span {
        font-size: 14px;
    }

    .gz-Plan-header h1 {
        font-size: 28px;
    }

    .gz-Plan-header p {
        font-size: 13px;
    }

    .gz-Plan-info h2 {
        font-size: 18px;
    }

    .gz-Plan-btn {
        font-size: 12px;
        padding: 6px 16px;
    }
}