.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;
}

.sp-dot {
    max-width: calc(220 * var(--rpx));
    color: #fff;
    font-size: max(10px, calc(14 * var(--rpx)));
    padding: 4px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    background: #0240ac;
    position: absolute;
    opacity: -1;
    z-index: -1;
}

.sp-dot.visible {
    opacity: 1;
    z-index: 1;
}

.sp-dot .sp-dot__img {
    --l: calc(56 * var(--rpx));
    width: var(--l);
    height: var(--l);
    border-radius: 50%;
    overflow: hidden;
    margin-right: calc(8 * var(--rpx));
    flex: 0 0 auto;
}

.sp-dot .sp-dot__img img {
    width: 100%;
    height: 100%;
    display: block;
}

.company-popup {
    width: calc(285 * var(--rpx));
    min-height: calc(370 * var(--rpx));
    line-height: 1.2;
    border: 3px solid #ffffff;
    background: #ffffff;
    box-shadow: 0px 0px calc(29 * var(--rpx)) 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    opacity: -1;
    z-index: -1;
}

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

.company-popup .company-img img {
    width: 100%;
    display: block;
}

.company-popup .company-name {
    font-size: var(--font-size-16);
    font-weight: 700;
    color: #0240ac;
}

.company-popup .company-content {
    font-size: 12px;
    padding: calc(18 * var(--rpx));
}

.company-popup .company-content ul {
    color: rgba(0, 0, 0, .5);
    margin-top: calc(10 * var(--rpx));
}

.company-popup .company-content ul li+li {
    margin-top: calc(10 * var(--rpx));
}

.company-popup .company-content ul li {
    position: relative;
    padding-left: calc(12 * var(--rpx));
}

.company-popup .company-content ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #0240ac;
    position: absolute;
    top: 5px;
    left: 0;
}

/* .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));
    }

    .company-popup .company-name {
        font-size: 12px;
    }

    .company-popup .company-content {
        font-size: 10px;
    }
}