* {
    cursor: none !important;
}

.title {
    text-align: center;
    color: #ffffff;
    font-size: 6vw;
    font-weight: 400;
    display: flex;
    position: absolute;
    top: 15vw;
    right: -20vw;
    transform: translateX(-50%);
    z-index: 1;
    letter-spacing: 0.1vw;
}

.show1 {
    width: 100%;
    height: 100%;
    margin-bottom: 8vw;
}

.show {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.show-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6vw;
}

.bg-box-right {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 60vw;
    gap: 70vw;
    z-index: -1;
}

.show-body-img {
    width: 25vw;
    height: auto;
    position: relative;
}

.show-body-left {
    display: flex;
    position: relative;
    gap: 6vw;
}

.show-body-right {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    gap: 6vw;
}

.show-body-left-right-bg {
    width: 52vw;
    height: 39vw;
    z-index: -1;
    top: -3vw;
    right: -18vw;
}

.show-body-left-left-bg {
    position: absolute;
    width: 40vw;
    height: auto;
    z-index: -1;
    top: 5vw;
    left: -21.6vw;
}

.show-body-left-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4vw 4vw 4vw 4vw;
    gap: 5vw;
}

.show-body-left-text-title {
    font-size: 3vw;
    font-weight: 600;
    display: flex;
    position: relative;
}

.title-id {
    position: absolute;
    right: 4vw;
    bottom: -1vw;
    font-size:6vw;
    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;
}

.show-body-left-text-desc {
    position: relative;
    font-size: 1.2vw;
    max-width: 23vw;
    font-weight: 400;
    color: #707070;
}


.show-body-showimg {
    margin-top: 8vw;
    width: 80%;
    height: auto;
}

.show-body-showimg2 {
    width: 40vw;
    height: 60vw;
    top: -60vw;
    right: 0vw;
    position: absolute;
    z-index: -1;
}

.bottm-show {
    margin-top: 8vw;
    display: flex;
    background-image: url('https://mrtoss.maertudtech.com/pic/com-yingjian/bg-img.png');
    background-size: 90vw auto;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
}

.bottm-show-left {
    display: flex;
    padding: 7vw 10vw 14vw 10vw;

}

.bottm-show-left-text{
    margin: 2vw;
    display: flex;
}

button {
    background: #FDAF43;
    color: white;
    border: none;
    border-radius: 2vw;
    width: 35vw;
    height: 7vw;
    font-size: 2vw;
    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;
}

.dot2 {
    width: 1vw;
    height: 1vw;
    background: #9DE787;
    border-radius: 50%;
    position: absolute;
}

.dot3 {
    width: 2vw;
    height: 2vw;
    background: #9DE787;
    border-radius: 50%;
    position: absolute;
}

.fly {
    position: absolute;
    width: 10vw;
    height: auto;
    bottom: -4vw;
    right: -5vw;
}

.showimage {
    width: auto;
    height: 40vw;
    margin-right: 10vw;
    margin-left: 7vw;
    margin-top: 4vw;
}

.bottm-show-left-text-desc {
    display: flex;
    flex-direction: column;
    max-width: 60vw;
}

.bottm-show-left-text-desc h3 {
    font-size: 2vw;
}

.bottm-show-left-text-desc p {
    font-size: 0.9vw;
}