* {
    cursor: none !important;
}

/* 防止页面出现底部横线进度条 */
html, body {
    overflow-x: hidden;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

/* 确保主容器不会超出边界 */
.main-wrapper {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

/* 修复绝对定位元素可能超出边界的问题 */
.title {
    text-align: center;
    color: #ffffff;
    font-size: 6vw;
    font-weight: 600;
    display: flex;
    position: absolute;
    top: 20vw;
    right: -20vw;
    transform: translateX(-50%);
    z-index: 1;
    letter-spacing: 0.1vw;
    /* 确保不会超出右边界 */
    max-width: 90vw;
    word-wrap: break-word;
}

.show1 {
    width: 100%;
    height: 100%;
    margin-bottom: 8vw;
    /* 确保不会超出边界 */
    max-width: 100vw;
    overflow: hidden;
}

.show {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* 确保不会超出边界 */
    max-width: 100vw;
    overflow: hidden;
    position: relative;
}

.show-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6vw;
}

.show-body-img {
    width: 80vw;
    height: auto;
}

.show-body-left {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}

.show-body-right {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}

.bg-box-right {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top:100vw;
    gap: 330vw;
    z-index: -1;
}

.show-body-left-right-bg {
    width: 50vw;
    height: auto;
    z-index: -1;
    top: 30vw;
    right: -6vw;
    /* 确保不会超出右边界 */
    max-width: 90vw;
}

.show-body-left-left-bg {
    position: absolute;
    width: 40vw;
    height: auto;
    z-index: -1;
    top: 33vw;
    left: -8vw;
    /* 确保不会超出左边界 */
    max-width: 90vw;
}

.show-body-left-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4vw;
    gap: 5vw;
}

.show-body-left-text-title {
    font-size: 6vw;
    font-weight: 600;
    display: flex;
    position: relative;
}

.title-id {
    position: absolute;
    left: 25vw;
    bottom: -4vw;
    font-size:15vw;
    z-index: -1;
    background: linear-gradient(to bottom, #E4F3D4 20%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 700;
    /* 确保不会超出边界 */
    max-width: 90vw;
    overflow: hidden;
}

.show-body-left-text-desc {
    position: relative;
    font-size: 3.3vw;
    max-width: 80vw;
    font-weight: 400;
    color: #707070;
}


.show-body-showimg {
    margin-top: 8vw;
    width: 90%;
    height: auto;
}

.bottm-show {
    margin-top: 8vw;
    display: flex;
    background-image: url('https://mrtoss.maertudtech.com/pic/com-yingjian/bg-img-wep.png');
    background-size: 100vw 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
    padding-bottom: 10vw;
    /* 确保不会超出边界 */
    max-width: 100vw;
}

.bottm-show-left {
    display: flex;
    flex-direction: column;

}

.bottm-show-left-text{
    margin: 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

button {
    background: #FDAF43;
    color: white;
    border: none;
    border-radius: 2vw;
    width: 90vw;
    height: 12vw;
    font-size: 4vw;
    font-weight: 500;
    cursor: none !important;
    margin: 4vw auto;
    display: block;
    transition: transform 0.2s ease;
    box-shadow: 0 0.2vw 0.8vw rgba(255, 141, 0, 0.3);
}

button:hover {
    transform: scale(1.05);
}

.dot1 {
    width: 1vw;
    height: 1vw;
    background: #FFC782;
    border-radius: 50%;
    position: absolute;
    /* 确保不会超出边界 */
    max-width: 3vw;
    max-height: 3vw;
}

.dot2 {
    width: 1vw;
    height: 1vw;
    background: #9DE787;
    border-radius: 50%;
    position: absolute;
    /* 确保不会超出边界 */
    max-width: 3vw;
    max-height: 3vw;
}

.dot3 {
    width: 2vw;
    height: 2vw;
    background: #9DE787;
    border-radius: 50%;
    position: absolute;
    /* 确保不会超出边界 */
    max-width: 4vw;
    max-height: 4vw;
}

.fly {
    position: absolute;
    width: 10vw;
    height: auto;
    bottom: -4vw;
    right: -5vw;
    /* 确保不会超出右边界 */
    max-width: 15vw;
}

.showimage {
    margin-top: 5vw;
    width: 40vw;
    height: auto;
}

.show-body-showimg2{
    position: absolute;
    width: 50vw;
    height: auto;
    z-index: -1;
    top: -70vw;
    right: 0;
}

.bottm-show-left-text-desc {
    max-width: 80vw;
}

.bottm-show-left-text-desc h3 {
    font-size: 6vw;
}

.bottm-show-left-text-desc p {
    font-size: 2.5vw;
}