.certified-swiper {
    margin-left: max(20px, calc((100vw - var(--max-content-width)) / 2));
}

.certified-items {

    width: calc(450 * var(--rpx));
    /* height: calc(320 * var(--rpx)); */
}

.cer-img-box {
    height: auto;
    aspect-ratio: 1;
}

.cer-img-box img {
    width: auto;
    max-width: calc(100% - calc(20 * var(--rpx)));
    max-height: calc(100% - calc(20 * var(--rpx)));
}

.general-section {
    padding: calc(110 * var(--custom-size)) 0;
}

.general-section {
    padding: calc(110 * var(--custom-size)) 0;
}

.pic-container {
    width: max-content;
    max-width: calc(100% - 40px);
}

.global {
    background-image: unset;
}

#world-map {
    height: calc(700 * var(--rpx));
    position: relative;
}

.popup {
    position: absolute;
    transform: translate(-50%, -100%);
    opacity: -1;
    z-index: -1;
}

.popup.visible {
    opacity: 1;
    z-index: 99999999;
}

.popup img {
    width: calc(400 * var(--rpx));
}

.popup.special {
    transform: unset;
}

.popup.special img {
    width: calc(200 * var(--rpx));
}

.slogan {
    font-size: clamp(calc(24 * var(--rpx)), 4.104166666vw, calc(98 * var(--rpx)));
    font-weight: 300;
    text-align: center;
    color: rgba(0, 0, 0, .3);
    white-space: nowrap;
}

@media screen and (max-width: 750px) {
    #world-map {
        height: calc(500 * var(--rpx));
    }

    .popup.special {
        transform: translate(-100%, 0);
    }

    .popup img {
        width: calc(200 * var(--rpx));
    }
}