.jk_result-label {
    font-size: 2.791vw;
    color: #999;
}

.jk_preview-container {
    width: 100%;
    background: #fff;
    padding: 3.488vw;
    border-radius: 1.86vw;
    margin-bottom: 4.651vw;
    font-size: 3.256vw;
    color: #666;
    box-sizing: border-box;
}

.jk_preview-code {
    background: #f4f4f4;
    padding: 2.326vw;
    border-radius: 0.93vw;
    margin-top: 2.326vw;
}

.jk_popup-header {
    display: flex;
    justify-content: space-between;
    padding: 3.488vw 4.651vw;
    align-items: center;
    background: #fff;
}

.jk_cancel-btn {
    color: #666;
    font-size: 3.721vw;
    cursor: pointer;
}

.jk_confirm-btn {
    color: #be9568;
    font-size: 3.721vw;
    font-weight: bold;
    cursor: pointer;
}

.jk_capsule-tabs {
    display: flex;
    width: 27.907vw;
    height: 6.977vw;
    border: 0.233vw solid #be9594;
    border-radius: 4.186vw;
    position: relative;
    overflow: hidden;
}

.jk_capsule-item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.256vw;
    color: #333;
    z-index: 2;
    cursor: pointer;
}

.jk_capsule-item.jk_active {
    color: #fff;
}

.jk_capsule-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #be9568;
    border-radius: 3.953vw;
    z-index: 1;
    transition: transform 0.3s;
}

.jk_center-popup {
    width: 95% !important;
    max-width: 116.279vw;
    border-radius: 3.721vw !important;
    overflow: hidden;
}

@media screen and (min-width: 1024px) {
    .jk_result-label {
        font-size: 0.625vw;
    }

    .jk_preview-container {
        padding: 0.781vw;
        border-radius: 0.417vw;
        margin-bottom: 1.042vw;
        font-size: 0.729vw;
    }

    .jk_preview-code {
        padding: 0.521vw;
        border-radius: 0.208vw;
        margin-top: 0.521vw;
    }


    .jk_popup-header {
        padding: 0.781vw 1.042vw;
    }

    .jk_cancel-btn {
        font-size: 0.833vw;
    }

    .jk_confirm-btn {
        font-size: 0.833vw;
    }

    .jk_capsule-tabs {
        width: 6.25vw;
        height: 1.563vw;
        border: 0.052vw solid #be9568;
        border-radius: 0.938vw;
    }

    .jk_capsule-item {
        font-size: 0.729vw;
    }

    .jk_capsule-slider {
        border-radius: 0.885vw;
    }

    .jk_center-popup {
        max-width: 30.042vw;
        border-radius: 0.833vw !important;
    }
}