﻿.sec-webinar {
    background: #191c29 !important;
    padding: 40px 24px;
}

    .sec-webinar .text-group {
        margin: 0 16px;
    }

        .sec-webinar .text-group .text {
            font-size: 25px;
            font-weight: 700;
            text-align: center;
            color: #ffffff;
            line-height: 29px;
        }

        .sec-webinar .text-group .text-sm {
            margin-top: 6px;
            font-size: 12px;
            font-weight: 300;
            text-align: center;
            color: #ffffff;
            line-height: 18px;
        }

    .sec-webinar .topics {
        margin-top: 36px;
        padding: 28px;
        background: rgba(255, 255, 255, 0.04);
        border-radius: 12px;
    }

        .sec-webinar .topics .text {
            font-size: 18px;
            font-weight: 700;
            text-align: center;
            color: #ffffff;
            line-height: 21px;
        }

        .sec-webinar .topics .text-sm {
            margin-top: 5px;
            white-space: pre-wrap;
            opacity: 0.7;
            font-size: 13px;
            text-align: center;
            color: #ffffff;
            line-height: 28px;
        }

    .sec-webinar .form {
        margin: 36px 24px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .sec-webinar .form input[type="text"] {
            outline: 0;
            border: 0;
            display: block;
            width: 100%;
            padding: 12px 16px;
            background: #ffffff;
            border-radius: 5px;
            color: #000000;
            font-size: 16px;
            line-height: 19px;
        }

            .sec-webinar .form input[type="text"]::-moz-placeholder {
                color: #c8c9cd;
            }

            .sec-webinar .form input[type="text"]:-ms-input-placeholder {
                color: #c8c9cd;
            }

            .sec-webinar .form input[type="text"]::placeholder {
                color: #c8c9cd;
            }

        .sec-webinar .form button {
            outline: 0;
            border: 0;
            margin-top: 28px;
            background: linear-gradient(135deg, #ffeb00, #ffd200);
            border-radius: 50px;
            padding: 0 24px;
            height: 48px;
            line-height: 48px;
            font-size: 15px;
            font-weight: 700;
            color: #000000;
            line-height: 18px;
        }

            .sec-webinar .form button[disabled] {
                cursor: not-allowed;
                opacity: 0.6;
            }

    .sec-webinar .checkboxs {
        margin: 18px auto 0;
    }

        .sec-webinar .checkboxs .checkbox-group {
            display: flex;
            align-items: center;
        }

            .sec-webinar .checkboxs .checkbox-group:not(:first-child) {
                margin-top: 10px;
            }

            .sec-webinar .checkboxs .checkbox-group .checkbox {
                flex: none;
                cursor: pointer;
                width: 13px;
                height: 13px;
                background: transparent;
                border-radius: 2px;
                border: 1px solid #d4d6d9;
                transition: all 200ms;
                position: relative;
            }

                .sec-webinar .checkboxs .checkbox-group .checkbox img {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 12px;
                    opacity: 0;
                    transition: opacity 200ms;
                }

                .sec-webinar .checkboxs .checkbox-group .checkbox.active {
                    background: #ffd200;
                    border-color: #ffd200;
                }

                    .sec-webinar .checkboxs .checkbox-group .checkbox.active img {
                        opacity: 1;
                    }

            .sec-webinar .checkboxs .checkbox-group .text {
                flex: auto;
                margin-left: 8px;
                font-size: 11px;
                color: #afb1b4;
                line-height: 13px;
            }

                .sec-webinar .checkboxs .checkbox-group .text a {
                    color: #FFFFFF;
                    text-decoration: underline;
                }

.modal-webinar {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
}

    .modal-webinar .modal-mask {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.8);
    }

    .modal-webinar .tooltip {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        margin: 0 48px;
        transform: translateY(-50%);
        background: #FFFFFF;
        border-radius: 4px;
        overflow: hidden;
        padding: 54px 0;
    }

        .modal-webinar .tooltip .ic-close {
            cursor: pointer;
            position: absolute;
            right: 8px;
            top: 8px;
            height: 16px;
        }

        .modal-webinar .tooltip .content {
            font-size: 14px;
            text-align: center;
            color: #000000;
            line-height: 20px;
        }

    .modal-webinar .success {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        margin: 0 48px;
        transform: translateY(-50%);
        background: #FFFFFF;
        border-radius: 4px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 54px 40px;
    }

        .modal-webinar .success .ic-close {
            cursor: pointer;
            position: absolute;
            right: 8px;
            top: 8px;
            height: 16px;
        }

        .modal-webinar .success .icon {
            height: 48px;
        }

        .modal-webinar .success .content {
            margin-top: 20px;
        }

            .modal-webinar .success .content .text-1 {
                font-size: 20px;
                font-weight: 900;
                text-align: center;
                color: #000000;
                line-height: 24px;
            }

            .modal-webinar .success .content .text-2 {
                margin-top: 6px;
                font-size: 14px;
                text-align: center;
                color: #000000;
                line-height: 20px;
            }

button {
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

p {
    margin: 0;
    padding: 0;
}

.abCenter {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.flexColumn {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.section {
    width: 100%;
}

    .section .section-ct {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

        .section .section-ct .ab {
            position: absolute;
        }

        .section .section-ct p {
            width: 100%;
            text-align: center;
        }

    .section .btn-type-1 {
        text-align: center;
        height: 36px;
        line-height: 36px;
        padding: 0 16px;
        border-radius: 18px;
        font-size: 12px;
        font-weight: bold;
        background-image: linear-gradient(-135deg, #FFD200 0%, #FBE400 100%);
        color: #000000;
        text-transform: uppercase;
    }

    .section .btn-type-2 {
        text-align: center;
        height: 36px;
        line-height: 32px;
        padding: 0 16px;
        border-radius: 18px;
        font-size: 12px;
        font-weight: bold;
        background: transparent;
        border: 2px solid #FFFFFF;
        color: #ffffff;
        text-transform: uppercase;
    }

.container-titan > .section:nth-of-type(2n) {
    background-color: #0E0F15;
}

.container-titan > .section:nth-of-type(2n + 1) {
    background-color: #000000;
}

.sec-video .c-text1,
.sec-video .c-text2,
.sec-video .c-text3 {
    position: relative;
    text-align: center;
    margin: 0 auto;
    z-index: 9;
    padding: 0 24px;
    white-space: pre-wrap;
}

.sec-video .c-text1 {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 48px;
}

.sec-video .c-text2 {
    line-height: 32px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 8px;
}

.sec-video .c-text3 {
    line-height: 22px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 16px;
}

.sec-video .player {
    width: 90%;
    margin: 32px auto 48px;
}

    .sec-video .player video {
        width: 100%;
        border-radius: 4px;
        overflow: hidden;
    }

.sec-1 .img-logo {
    display: block;
    margin: 77px auto 0;
    height: 18px;
}

.sec-1 .text1 {
    margin-top: 8px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}

.sec-1 .img-group {
    width: 246px;
    height: 296px;
    margin: 20px auto 0;
    position: relative;
}

    .sec-1 .img-group img {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.sec-1 .btn-group {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

    .sec-1 .btn-group .btn-buy,
    .sec-1 .btn-group .btn-get {
        min-width: 120px;
    }

    .sec-1 .btn-group .btn-get {
        margin-left: 14px;
    }

.sec-1 .btn-player {
    position: relative;
    width: 100%;
    height: 72px;
    margin-top: 36px;
}

    .sec-1 .btn-player .img {
        width: 100%;
        height: 72px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

        .sec-1 .btn-player .img img {
            display: block;
            width: 100%;
            min-width: 375px;
            min-height: 72px;
        }

    .sec-1 .btn-player .zhezhao {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .sec-1 .btn-player .zhezhao img {
            height: 40px;
        }

.sec-2 .section-ct {
    padding: 36px 0;
}

.sec-2 .icon-box {
    display: flex;
    flex-wrap: wrap;
}

    .sec-2 .icon-box .icon-item {
        width: 50%;
        height: 95px;
        text-align: center;
        margin: 16px 0;
    }

        .sec-2 .icon-box .icon-item img {
            height: 58px;
        }

        .sec-2 .icon-box .icon-item p {
            line-height: 16px;
            font-size: 12px;
            color: #FFFFFF;
            margin-top: 5px;
            white-space: pre-wrap;
        }

.sec-9 .section-ct .text1 {
    margin: 48px auto 0;
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 32px;
}

.sec-9 .section-ct .text2 {
    max-width: 325px;
    margin: 20px auto 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 20px;
}

.sec-9 .section-ct .img-titan {
    width: 100%;
}

.sec-11 .section-ct .text-group {
    margin: 38px 32px 0;
}

    .sec-11 .section-ct .text-group .text1 {
        font-size: 28px;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
        line-height: 32px;
    }

    .sec-11 .section-ct .text-group .text2 {
        margin-top: 18px;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.7);
        text-align: center;
        line-height: 24px;
    }

    .sec-11 .section-ct .text-group .text3 {
        margin: 18px 32px 0;
        display: flex;
        justify-content: center;
    }

        .sec-11 .section-ct .text-group .text3 .item {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .sec-11 .section-ct .text-group .text3 .item:last-child {
                border-left: 1px solid rgba(255, 255, 255, 0.1);
            }

            .sec-11 .section-ct .text-group .text3 .item .top {
                color: #FFFFFF;
                font-weight: bold;
            }

                .sec-11 .section-ct .text-group .text3 .item .top .big {
                    font-size: 28px;
                }

                .sec-11 .section-ct .text-group .text3 .item .top .small {
                    font-size: 12px;
                }

            .sec-11 .section-ct .text-group .text3 .item .bottom {
                margin-top: 9px;
                opacity: 0.6;
                font-size: 12px;
                color: #FFFFFF;
                line-height: 12px;
            }

.sec-11 .section-ct .img-titan {
    display: block;
    width: calc(100% - 64px);
    margin: 40px auto;
}

.sec-vr-live {
    background-color: #0E0F15;
}

    .sec-vr-live .section-ct {
        padding-top: 60px;
        padding-bottom: 70px;
    }

    .sec-vr-live .c-text1 {
        line-height: 11px;
        font-size: 10px;
        font-weight: bold;
        color: rgba(255, 255, 255, 0.41);
        text-align: center;
    }

    .sec-vr-live .c-text2 {
        margin-top: 12px;
        padding: 0 24px;
        line-height: 28px;
        font-size: 24px;
        font-weight: 500;
        color: #ffffff;
        text-align: center;
    }

    .sec-vr-live .feature {
        padding: 0 24px;
        margin-top: 15px;
        display: flex;
        justify-content: center;
    }

        .sec-vr-live .feature .border {
            margin-top: 5px;
            flex: none;
            display: block;
            width: 1px;
            min-height: 18px;
            margin: 4px 0;
            background-color: #fff;
            opacity: 0.3;
        }

        .sec-vr-live .feature .item {
            flex: 1;
            padding: 0 18px;
            text-align: center;
        }

            .sec-vr-live .feature .item .t1 {
                font-size: 10px;
                font-weight: bold;
                line-height: 11px;
                color: #ffffff;
            }

            .sec-vr-live .feature .item .t2 {
                margin-top: 4px;
                font-size: 10px;
                line-height: 11px;
                color: rgba(255, 255, 255, 0.7);
            }

    .sec-vr-live .img {
        display: block;
        width: calc(100% - 48px);
        margin: 24px auto 0;
    }

    .sec-vr-live .tip {
        margin-top: -17px;
        height: 28px;
        font-size: 14px;
        text-align: center;
        color: rgba(255, 255, 255, 0.7);
        line-height: 28px;
    }

    .sec-vr-live .text {
        margin: 16px 24px 0;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.7);
        line-height: 28px;
        white-space: pre-wrap;
    }

    .sec-vr-live .btn {
        display: table;
        margin: 32px auto 0;
        height: 40px;
        line-height: 40px;
        padding: 0 24px;
        border-radius: 20px;
        border: 2px solid rgba(255, 255, 255, 0.5);
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
    }

.sec-sample .c-text {
    margin-top: 28px;
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 48px;
}

.sec-sample .sample {
    width: calc(100% - 34px);
    margin: 24px auto 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .sec-sample .sample .sample-item {
        position: relative;
        width: calc(50% - 3px);
        margin-bottom: 10px;
    }

        .sec-sample .sample .sample-item .top {
            width: 100%;
            height: 0;
            padding-top: 70%;
            position: relative;
        }

            .sec-sample .sample .sample-item .top .img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                border-radius: 4px;
                overflow: hidden;
                display: flex;
                justify-content: center;
            }

                .sec-sample .sample .sample-item .top .img img {
                    flex: 1;
                    height: 100%;
                }

            .sec-sample .sample .sample-item .top .size {
                position: absolute;
                right: 8px;
                bottom: 6px;
                font-size: 8px;
                color: #ffffff;
                line-height: 10px;
                text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
            }

        .sec-sample .sample .sample-item .bottom {
            padding: 16px 0;
        }

            .sec-sample .sample .sample-item .bottom .title {
                padding: 0 12px;
                height: 28px;
                line-height: 14px;
                font-size: 12px;
                font-weight: bold;
                color: #fff;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                text-overflow: ellipsis;
            }

            .sec-sample .sample .sample-item .bottom .btn-group {
                margin: 14px 12px 0;
            }

                .sec-sample .sample .sample-item .bottom .btn-group a {
                    display: block;
                    width: 100%;
                    height: 32px;
                    line-height: 32px;
                    text-align: center;
                    background: #EDEFF2;
                    border-radius: 16px;
                    border: none;
                    outline: none;
                    font-size: 12px;
                    font-weight: bold;
                    color: #000000;
                }

                    .sec-sample .sample .sample-item .bottom .btn-group a:last-child {
                        background: #FFD200;
                        background-image: linear-gradient(145deg, #FFEE00 0%, #FFD200 100%);
                    }

                        .sec-sample .sample .sample-item .bottom .btn-group a:last-child:not(:first-child) {
                            margin-top: 8px;
                        }

.sec-7 .specs-ct {
    padding-bottom: 40px;
}

    .sec-7 .specs-ct .c-text {
        padding-top: 40px;
        font-size: 28px;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
    }

    .sec-7 .specs-ct .specs-carousel {
        margin-top: 16px;
        width: 100%;
        overflow: hidden;
    }

        .sec-7 .specs-ct .specs-carousel .carousel-step {
            display: flex;
            justify-content: center;
            list-style: none;
            padding: 0;
            margin: 16px 0 0;
        }

            .sec-7 .specs-ct .specs-carousel .carousel-step span {
                display: block;
                width: 6px;
                height: 6px;
                background-color: #ffffff;
                border-radius: 3px;
                margin: 0 6px;
                opacity: 0.1;
            }

                .sec-7 .specs-ct .specs-carousel .carousel-step span.on {
                    opacity: 1;
                }

        .sec-7 .specs-ct .specs-carousel .specs-groups {
            display: flex;
        }

            .sec-7 .specs-ct .specs-carousel .specs-groups.transition {
                transition: all 0.25s ease-in-out;
            }

        .sec-7 .specs-ct .specs-carousel .specs-group {
            height: 100%;
        }

            .sec-7 .specs-ct .specs-carousel .specs-group .specs-group-ct {
                height: 100%;
                margin: 0 24px;
                background: #1A1B21;
                border-radius: 4px;
                padding: 26px 0;
            }

            .sec-7 .specs-ct .specs-carousel .specs-group .specs-item {
                display: flex;
                font-size: 10px;
                line-height: 20px;
                margin-bottom: 20px;
                padding: 0 16px;
            }

                .sec-7 .specs-ct .specs-carousel .specs-group .specs-item:last-child {
                    margin-bottom: 0;
                }

                .sec-7 .specs-ct .specs-carousel .specs-group .specs-item .title {
                    width: 30%;
                    color: #FFFFFF;
                    text-align: right;
                    font-weight: bold;
                }

                .sec-7 .specs-ct .specs-carousel .specs-group .specs-item .detail {
                    flex: 1;
                    margin-left: 38px;
                    color: rgba(255, 255, 255, 0.5);
                    white-space: pre-wrap;
                }

.sec-8 .text-group {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .sec-8 .text-group .img-logo {
        height: 24px;
    }

    .sec-8 .text-group .text1 {
        margin-top: 8px;
        font-size: 24px;
        color: rgba(255, 255, 255, 0.6);
        text-align: center;
    }

    .sec-8 .text-group .text2 {
        width: 272px;
        margin-top: 24px;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.6);
        text-align: center;
        line-height: 20px;
    }

.sec-8 .btn-group {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

    .sec-8 .btn-group .btn-buy,
    .sec-8 .btn-group .btn-get {
        min-width: 120px;
    }

    .sec-8 .btn-group .btn-get {
        margin-left: 16px;
    }

.sec-8 .img-titan {
    display: block;
    margin-top: 20px;
    width: 100%;
}

.popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    overflow: auto;
}

    .popup .popup-box {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .popup .popup-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #111114;
        cursor: pointer;
    }

    .popup .popup-ct {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }

        .popup .popup-ct .popup-ct-box {
            position: relative;
            width: 100%;
            min-height: 100%;
            display: flex;
            flex-direction: column;
        }

        .popup .popup-ct .pop-title {
            width: 100%;
            height: 56px;
            font-size: 20px;
            margin-bottom: 8px;
            color: #FFFFFF;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .popup .popup-ct .pop-title .text {
                padding: 0 20px;
            }

            .popup .popup-ct .pop-title .close {
                position: absolute;
                height: 24px;
                top: 16px;
                right: 16px;
                cursor: pointer;
            }

        .popup .popup-ct .pop-body {
            flex: 1;
            width: 100%;
            border-radius: 8px;
            overflow: hidden;
            position: relative;
            display: flex;
            flex-direction: column;
        }

            .popup .popup-ct .pop-body .top {
                height: 92px;
                background: #191C29;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .popup .popup-ct .pop-body .bottom {
                flex: 1;
                padding-top: 24px;
                background: #111114;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }

                .popup .popup-ct .pop-body .bottom .center {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                    .popup .popup-ct .pop-body .bottom .center .center-1 {
                        display: none;
                        flex-direction: column;
                        justify-content: space-between;
                        align-items: center;
                    }

                        .popup .popup-ct .pop-body .bottom .center .center-1 .img-item {
                            width: 288px;
                            height: 144px;
                            position: relative;
                            border-radius: 8px;
                            margin-bottom: 16px;
                            overflow: hidden;
                            cursor: pointer;
                        }

                            .popup .popup-ct .pop-body .bottom .center .center-1 .img-item .img {
                                width: 288px;
                                height: 144px;
                            }

                                .popup .popup-ct .pop-body .bottom .center .center-1 .img-item .img img {
                                    width: 100%;
                                    height: 100%;
                                }

                            .popup .popup-ct .pop-body .bottom .center .center-1 .img-item .zhezhao {
                                display: flex;
                                position: absolute;
                                width: 100%;
                                height: 100%;
                                top: 0;
                                left: 0;
                                z-index: 2;
                                opacity: 1;
                                background: rgba(0, 0, 0, 0.5);
                                justify-content: center;
                                align-items: center;
                            }

                                .popup .popup-ct .pop-body .bottom .center .center-1 .img-item .zhezhao img {
                                    height: 24px;
                                }

                                    .popup .popup-ct .pop-body .bottom .center .center-1 .img-item .zhezhao img.download {
                                        padding: 0 18px;
                                    }

                                    .popup .popup-ct .pop-body .bottom .center .center-1 .img-item .zhezhao img.player {
                                        border-right: 1px solid #fff;
                                        padding: 0 18px;
                                    }

                                .popup .popup-ct .pop-body .bottom .center .center-1 .img-item .zhezhao .baidu-code {
                                    font-size: 10px;
                                    color: #fff;
                                    text-align: center;
                                }

                            .popup .popup-ct .pop-body .bottom .center .center-1 .img-item .text {
                                width: 100%;
                                line-height: 14px;
                                padding: 5px 0;
                                position: absolute;
                                bottom: 0;
                                z-index: 3;
                                text-align: center;
                                color: #fff;
                                font-size: 10px;
                            }

                    .popup .popup-ct .pop-body .bottom .center .center-2 {
                        display: none;
                        width: 100%;
                        justify-content: space-between;
                        flex-wrap: wrap;
                        padding: 0 16px;
                    }

                        .popup .popup-ct .pop-body .bottom .center .center-2 .download-item {
                            width: calc(50% - 8px);
                            height: 158px;
                            background: #191A21;
                            border-radius: 4px;
                            display: flex;
                            flex-direction: column;
                            justify-content: center;
                            align-items: center;
                            margin-bottom: 16px;
                            cursor: pointer;
                        }

                            .popup .popup-ct .pop-body .bottom .center .center-2 .download-item .img-os {
                                height: 32px;
                            }

                            .popup .popup-ct .pop-body .bottom .center .center-2 .download-item p {
                                line-height: 18px;
                                font-size: 12px;
                                color: #FFFFFF;
                                margin-top: 8px;
                            }

                            .popup .popup-ct .pop-body .bottom .center .center-2 .download-item .text1 {
                                margin-top: 8px;
                            }

                            .popup .popup-ct .pop-body .bottom .center .center-2 .download-item .text2 {
                                margin-top: 26px;
                                text-align: center;
                            }

                            .popup .popup-ct .pop-body .bottom .center .center-2 .download-item .img-download {
                                height: 16px;
                                margin-top: 26px;
                            }

                            .popup .popup-ct .pop-body .bottom .center .center-2 .download-item.off .img-os,
                            .popup .popup-ct .pop-body .bottom .center .center-2 .download-item.off .text1,
                            .popup .popup-ct .pop-body .bottom .center .center-2 .download-item.off .text2 {
                                opacity: 0.7;
                            }

                    .popup .popup-ct .pop-body .bottom .center .center-3 {
                        display: none;
                        width: 100%;
                        flex-direction: column;
                    }

                        .popup .popup-ct .pop-body .bottom .center .center-3 .ct-3-top {
                            width: calc(100% - 30px);
                            margin: 0 auto;
                            height: 40px;
                            display: flex;
                            justify-content: space-around;
                            align-items: center;
                        }

                            .popup .popup-ct .pop-body .bottom .center .center-3 .ct-3-top .top-item {
                                width: 60px;
                                display: flex;
                                flex-direction: column;
                                justify-content: space-between;
                                align-items: center;
                                border-bottom: 2px solid transparent;
                            }

                                .popup .popup-ct .pop-body .bottom .center .center-3 .ct-3-top .top-item svg {
                                    fill: rgba(255, 255, 255, 0.6);
                                }

                                .popup .popup-ct .pop-body .bottom .center .center-3 .ct-3-top .top-item span {
                                    font-size: 10px;
                                    color: rgba(255, 255, 255, 0.6);
                                    margin: 5px 0 8px;
                                }

                                .popup .popup-ct .pop-body .bottom .center .center-3 .ct-3-top .top-item.on {
                                    border-color: #FFD200;
                                }

                                    .popup .popup-ct .pop-body .bottom .center .center-3 .ct-3-top .top-item.on svg {
                                        fill: #ffffff;
                                    }

                                    .popup .popup-ct .pop-body .bottom .center .center-3 .ct-3-top .top-item.on span {
                                        color: #ffffff;
                                    }

                            .popup .popup-ct .pop-body .bottom .center .center-3 .ct-3-top .border {
                                width: 1px;
                                height: 15px;
                                background: rgba(255, 255, 255, 0.6);
                            }

                        .popup .popup-ct .pop-body .bottom .center .center-3 .ct-3-bottom {
                            padding: 24px 16px;
                        }

                            .popup .popup-ct .pop-body .bottom .center .center-3 .ct-3-bottom .text {
                                position: relative;
                                font-size: 12px;
                                color: #FFFFFF;
                                line-height: 20px;
                                white-space: pre-wrap;
                            }

                        .popup .popup-ct .pop-body .bottom .center .center-1.show,
                        .popup .popup-ct .pop-body .bottom .center .center-2.show,
                        .popup .popup-ct .pop-body .bottom .center .center-3.show {
                            display: flex !important;
                        }

                .popup .popup-ct .pop-body .bottom .btn-box {
                    height: 82px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                    .popup .popup-ct .pop-body .bottom .btn-box button {
                        display: none;
                        width: 131px;
                        height: 38px;
                        margin: 0 12px;
                        font-size: 16px;
                        border-radius: 24px;
                    }

                        .popup .popup-ct .pop-body .bottom .btn-box button:first-child {
                            background: #191C29;
                            color: #fff;
                        }

                        .popup .popup-ct .pop-body .bottom .btn-box button:last-child {
                            background: linear-gradient(-135deg, #FBE400 0%, #FFD200 100%);
                            color: #000000;
                        }

    .popup .steps {
        width: calc(100% - 40px);
        min-width: 230px;
        height: 44px;
        display: flex;
        position: relative;
    }

        .popup .steps .steps-border {
            display: block;
            position: absolute;
            width: calc(100% / 3 * 2);
            height: 2px;
            top: 8px;
            left: 50%;
            transform: translateX(-50%);
            background: #121212;
        }

        .popup .steps .steps-item {
            width: calc(100% / 3);
            height: 100%;
            position: relative;
            z-index: 2;
            cursor: pointer;
        }

            .popup .steps .steps-item .steps-top {
                height: 18px;
                display: flex;
                justify-content: center;
            }

                .popup .steps .steps-item .steps-top span {
                    width: 18px;
                    height: 18px;
                    line-height: 18px;
                    text-align: center;
                    background: #282A38;
                    border-radius: 9px;
                    font-size: 12px;
                    color: #FFFFFF;
                }

            .popup .steps .steps-item .steps-bottom {
                margin-top: 14px;
                height: 28px;
                text-align: center;
                font-size: 10px;
                color: rgba(255, 255, 255, 0.7);
            }

            .popup .steps .steps-item.on .steps-top span {
                color: #000;
                background: linear-gradient(-135deg, #FBE400 0%, #FFD200 100%);
            }

            .popup .steps .steps-item.on .steps-bottom {
                color: #FFFFFF;
            }

.sample_download_modal {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.65);
}

    .sample_download_modal .bg {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
    }

    .sample_download_modal .card {
        position: relative;
        z-index: 101;
        width: 240px;
        padding: 32px;
        background-color: #121212;
        border-radius: 16px;
    }

    .sample_download_modal .code {
        color: #fff;
        text-align: center;
        font-size: 16px;
    }

    .sample_download_modal .btn {
        display: block;
        margin-top: 24px;
        line-height: 40px;
        text-align: center;
        border-radius: 18px;
        font-size: 16px;
        background-image: linear-gradient(135deg, #FFEB00 0%, #FFD200 100%);
        color: #000000;
    }

.popup-email,
.popup-email-mobile {
    display: none;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    transform: translateZ(999px);
}

    .popup-email,
    .popup-email-mobile,
    .popup-email .popup-email-bg,
    .popup-email-mobile .popup-email-bg {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .popup-email .popup-email-bg,
        .popup-email-mobile .popup-email-bg {
            background-color: rgba(0, 0, 0, 0.9);
            z-index: 2;
        }

        .popup-email .popup-email-ct,
        .popup-email-mobile .popup-email-ct {
            position: relative;
            display: none;
            overflow: hidden;
            background-color: #fff;
            z-index: 3;
            border-radius: 4px;
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
        }

            .popup-email .popup-email-ct .popup-email-header,
            .popup-email-mobile .popup-email-ct .popup-email-header {
                position: absolute;
                width: 100%;
                height: 50px;
                top: 0;
                left: 0;
                z-index: 3;
            }

                .popup-email .popup-email-ct .popup-email-header .close,
                .popup-email-mobile .popup-email-ct .popup-email-header .close {
                    float: right;
                    width: 16px;
                    margin: 25px 20px;
                    cursor: pointer;
                }

            .popup-email .popup-email-ct .popup-email-body,
            .popup-email-mobile .popup-email-ct .popup-email-body {
                width: 100%;
                height: 100%;
            }

                .popup-email .popup-email-ct .popup-email-body .top,
                .popup-email-mobile .popup-email-ct .popup-email-body .top {
                    position: relative;
                    width: 100%;
                }

                .popup-email .popup-email-ct .popup-email-body .bottom .line-input input,
                .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input input,
                .popup-email .popup-email-ct .popup-email-body .bottom .line-input button,
                .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input button {
                    font-size: 14px;
                    color: rgba(0, 0, 0, 0.7);
                    outline: none;
                    border-radius: 20px;
                    height: 40px;
                    transition: all 0.25s;
                }

                .popup-email .popup-email-ct .popup-email-body .bottom .line-input input,
                .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input input {
                    flex: 1;
                    line-height: 20px;
                    padding: 10px 15px;
                    border: 1px solid #E6E6E6;
                    background-color: #fff;
                    -webkit-appearance: none;
                }

                    .popup-email .popup-email-ct .popup-email-body .bottom .line-input input::-webkit-input-placeholder,
                    .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input input::-webkit-input-placeholder,
                    .popup-email .popup-email-ct .popup-email-body .bottom .line-input input textarea::-webkit-input-placeholder,
                    .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input input textarea::-webkit-input-placeholder {
                        color: rgba(0, 0, 0, 0.4);
                    }

                    .popup-email .popup-email-ct .popup-email-body .bottom .line-input input:-moz-placeholder,
                    .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input input:-moz-placeholder,
                    .popup-email .popup-email-ct .popup-email-body .bottom .line-input input textarea:-moz-placeholder,
                    .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input input textarea:-moz-placeholder {
                        color: rgba(0, 0, 0, 0.4);
                    }

                    .popup-email .popup-email-ct .popup-email-body .bottom .line-input input::-moz-placeholder,
                    .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input input::-moz-placeholder,
                    .popup-email .popup-email-ct .popup-email-body .bottom .line-input input textarea::-moz-placeholder,
                    .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input input textarea::-moz-placeholder {
                        color: rgba(0, 0, 0, 0.4);
                    }

                    .popup-email .popup-email-ct .popup-email-body .bottom .line-input input:-ms-input-placeholder,
                    .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input input:-ms-input-placeholder,
                    .popup-email .popup-email-ct .popup-email-body .bottom .line-input input textarea:-ms-input-placeholder,
                    .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input input textarea:-ms-input-placeholder {
                        color: rgba(0, 0, 0, 0.4);
                    }

                .popup-email .popup-email-ct .popup-email-body .bottom .line-input button,
                .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input button {
                    padding: 0 29px;
                    border: none;
                    background-image: linear-gradient(-135deg, #FFEB00 0%, #FFD200 100%);
                    display: flex;
                    align-items: center;
                }

                    .popup-email .popup-email-ct .popup-email-body .bottom .line-input button .loading,
                    .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input button .loading {
                        display: none;
                        height: 20px;
                        width: 20px;
                        -webkit-animation: rotate 2s ease-in-out infinite;
                        animation: rotate 2s ease-in-out infinite;
                        transform-origin: center center;
                    }

                    .popup-email .popup-email-ct .popup-email-body .bottom .line-input button .path,
                    .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input button .path {
                        stroke: #FFD200;
                        stroke-dasharray: 1,200;
                        stroke-dashoffset: 0;
                        -webkit-animation: dash 1.5s ease-in-out infinite;
                        animation: dash 1.5s ease-in-out infinite;
                        stroke-linecap: round;
                    }

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35;
    }

    to {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35;
    }

    to {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124;
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.popup-email .popup-email-ct .popup-email-body .bottom .line-tip,
.popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-tip {
    display: none;
    margin-top: 15px;
}

    .popup-email .popup-email-ct .popup-email-body .bottom .line-tip .error,
    .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-tip .error,
    .popup-email .popup-email-ct .popup-email-body .bottom .line-tip .success,
    .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-tip .success {
        display: none;
        align-items: center;
    }

        .popup-email .popup-email-ct .popup-email-body .bottom .line-tip .error img,
        .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-tip .error img {
            height: 17px;
            margin-right: 12px;
        }

        .popup-email .popup-email-ct .popup-email-body .bottom .line-tip .error .text1,
        .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-tip .error .text1,
        .popup-email .popup-email-ct .popup-email-body .bottom .line-tip .error .text2,
        .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-tip .error .text2 {
            font-size: 12px;
            color: #F13649;
        }

        .popup-email .popup-email-ct .popup-email-body .bottom .line-tip .error .text2,
        .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-tip .error .text2 {
            display: none;
        }

    .popup-email .popup-email-ct .popup-email-body .bottom .line-tip .success,
    .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-tip .success {
        justify-content: space-between;
    }

        .popup-email .popup-email-ct .popup-email-body .bottom .line-tip .success .text,
        .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-tip .success .text {
            max-width: 90%;
            font-size: 14px;
            color: #1BC864;
        }

        .popup-email .popup-email-ct .popup-email-body .bottom .line-tip .success .icon,
        .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-tip .success .icon {
            width: 7px;
            height: 14px;
            margin-right: 10px;
            border-right: 2px solid #1BC864;
            border-bottom: 2px solid #1BC864;
            transform: rotate(45deg) translateY(-2px);
        }

.popup-email .popup-email-ct .popup-email-body .bottom.submit input,
.popup-email-mobile .popup-email-ct .popup-email-body .bottom.submit input {
    border-color: #E6E6E6;
    color: #E6E6E6;
    cursor: not-allowed;
}

.popup-email .popup-email-ct .popup-email-body .bottom.submit button,
.popup-email-mobile .popup-email-ct .popup-email-body .bottom.submit button {
    cursor: wait;
}

    .popup-email .popup-email-ct .popup-email-body .bottom.submit button span,
    .popup-email-mobile .popup-email-ct .popup-email-body .bottom.submit button span {
        display: none;
    }

    .popup-email .popup-email-ct .popup-email-body .bottom.submit button .loading,
    .popup-email-mobile .popup-email-ct .popup-email-body .bottom.submit button .loading {
        display: block;
    }

.popup-email .popup-email-ct .popup-email-body .bottom.error .line-input input,
.popup-email-mobile .popup-email-ct .popup-email-body .bottom.error .line-input input {
    border-color: #F13649;
    background-color: rgba(241, 54, 73, 0.05);
    color: #F13649;
}

.popup-email .popup-email-ct .popup-email-body .bottom.error .line-input button,
.popup-email-mobile .popup-email-ct .popup-email-body .bottom.error .line-input button {
    opacity: 0.3;
    background-image: linear-gradient(-135deg, #FFEB00 0%, #FFD200 100%);
    cursor: not-allowed;
}

.popup-email .popup-email-ct .popup-email-body .bottom.error .line-tip,
.popup-email-mobile .popup-email-ct .popup-email-body .bottom.error .line-tip {
    display: block;
}

    .popup-email .popup-email-ct .popup-email-body .bottom.error .line-tip .error,
    .popup-email-mobile .popup-email-ct .popup-email-body .bottom.error .line-tip .error {
        display: flex;
    }

.popup-email .popup-email-ct .popup-email-body .bottom.error2 .line-tip .error .text1,
.popup-email-mobile .popup-email-ct .popup-email-body .bottom.error2 .line-tip .error .text1 {
    display: none;
}

.popup-email .popup-email-ct .popup-email-body .bottom.error2 .line-tip .error .text2,
.popup-email-mobile .popup-email-ct .popup-email-body .bottom.error2 .line-tip .error .text2 {
    display: block;
}

.popup-email .popup-email-ct .popup-email-body .bottom.success .line-tip,
.popup-email-mobile .popup-email-ct .popup-email-body .bottom.success .line-tip {
    display: block;
    margin-top: 0;
}

    .popup-email .popup-email-ct .popup-email-body .bottom.success .line-tip .success,
    .popup-email-mobile .popup-email-ct .popup-email-body .bottom.success .line-tip .success {
        display: flex;
    }

.popup-email .popup-email-ct .popup-email-body .bottom .privacy-tip,
.popup-email-mobile .popup-email-ct .popup-email-body .bottom .privacy-tip {
    margin-top: 16px;
    width: 420px;
    font-size: 12px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

    .popup-email .popup-email-ct .popup-email-body .bottom .privacy-tip a,
    .popup-email-mobile .popup-email-ct .popup-email-body .bottom .privacy-tip a {
        color: #f9c439;
    }

.popup-email .popup-email-ct {
    width: 600px;
}

    .popup-email .popup-email-ct .popup-email-body .top {
        min-height: 224px;
    }

        .popup-email .popup-email-ct .popup-email-body .top .bgImg {
            width: 100%;
        }

        .popup-email .popup-email-ct .popup-email-body .top .bundle {
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 20px 36px;
        }

            .popup-email .popup-email-ct .popup-email-body .top .bundle.general .text {
                color: #000000;
                text-shadow: none;
            }

            .popup-email .popup-email-ct .popup-email-body .top .bundle.general .text-sm {
                color: #000000;
                text-shadow: none;
            }

            .popup-email .popup-email-ct .popup-email-body .top .bundle .text {
                font-size: 28px;
                font-weight: 900;
                color: #FFFFFF;
                line-height: 33px;
                text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
            }

            .popup-email .popup-email-ct .popup-email-body .top .bundle .text-sm {
                margin-top: 4px;
                white-space: pre-wrap;
                font-size: 15px;
                color: #FFFFFF;
                line-height: 18px;
                text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
            }

    .popup-email .popup-email-ct .popup-email-body .bottom {
        width: 600px;
        padding: 22px 32px;
    }

        .popup-email .popup-email-ct .popup-email-body .bottom .line-input {
            height: 40px;
            margin-bottom: 3px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .popup-email .popup-email-ct .popup-email-body .bottom .line-input button {
                margin-left: 16px;
                align-items: center;
            }

.popup-email-mobile .popup-email-ct {
    width: 90%;
    max-width: 280px;
}

    .popup-email-mobile .popup-email-ct .popup-email-body .top {
        min-height: 260px;
    }

        .popup-email-mobile .popup-email-ct .popup-email-body .top .bgImg {
            width: 100%;
        }

        .popup-email-mobile .popup-email-ct .popup-email-body .top .bundle {
            position: absolute;
            top: 0;
            left: 0;
            padding: 24px;
        }

            .popup-email-mobile .popup-email-ct .popup-email-body .top .bundle.general .text {
                color: #000000;
            }

            .popup-email-mobile .popup-email-ct .popup-email-body .top .bundle.general .text-sm {
                color: #000000;
            }

            .popup-email-mobile .popup-email-ct .popup-email-body .top .bundle .text {
                font-size: 22px;
                font-weight: 900;
                color: #FFFFFF;
                line-height: 25px;
            }

            .popup-email-mobile .popup-email-ct .popup-email-body .top .bundle .text-sm {
                margin-top: 4px;
                font-size: 12px;
                color: #FFFFFF;
                line-height: 15px;
            }

    .popup-email-mobile .popup-email-ct .popup-email-body .bottom {
        padding: 22px;
    }

        .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input input,
        .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input button {
            width: 100%;
        }

        .popup-email-mobile .popup-email-ct .popup-email-body .bottom .line-input button {
            margin-top: 16px;
            justify-content: center;
            font-weight: bold;
        }

        .popup-email-mobile .popup-email-ct .popup-email-body .bottom .privacy-tip {
            width: auto;
        }

.store-popup-email,
.store-popup-email-mobile {
    display: none;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    transform: translateZ(999px);
}

    .store-popup-email,
    .store-popup-email-mobile,
    .store-popup-email .popup-email-bg,
    .store-popup-email-mobile .popup-email-bg {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .store-popup-email .popup-email-bg,
        .store-popup-email-mobile .popup-email-bg {
            background-color: rgba(0, 0, 0, 0.9);
            z-index: 2;
        }

        .store-popup-email .popup-email-ct,
        .store-popup-email-mobile .popup-email-ct {
            position: relative;
            display: none;
            overflow: hidden;
            background-color: #fff;
            z-index: 3;
            border-radius: 8px;
            width: 600px;
        }

            .store-popup-email .popup-email-ct .close,
            .store-popup-email-mobile .popup-email-ct .close {
                cursor: pointer;
                position: absolute;
                right: 16px;
                top: 16px;
                width: 16px;
            }

            .store-popup-email .popup-email-ct .step1 .top,
            .store-popup-email-mobile .popup-email-ct .step1 .top {
                width: 100%;
            }

            .store-popup-email .popup-email-ct .step1 .bottom,
            .store-popup-email-mobile .popup-email-ct .step1 .bottom {
                padding: 24px;
            }

                .store-popup-email .popup-email-ct .step1 .bottom .form,
                .store-popup-email-mobile .popup-email-ct .step1 .bottom .form {
                    display: flex;
                    flex-wrap: wrap;
                }

                    .store-popup-email .popup-email-ct .step1 .bottom .form input[type="text"],
                    .store-popup-email-mobile .popup-email-ct .step1 .bottom .form input[type="text"] {
                        flex: none;
                        width: 400px;
                        height: 40px;
                        margin-right: 16px;
                        color: #2d2d2d;
                        outline: none;
                        border-radius: 90px;
                        padding-left: 16px;
                        border: 1px solid #ededed;
                    }

                    .store-popup-email .popup-email-ct .step1 .bottom .form .btn,
                    .store-popup-email-mobile .popup-email-ct .step1 .bottom .form .btn {
                        border: 0;
                        outline: 0;
                        background: transparent;
                        flex: auto;
                        height: 40px;
                        line-height: 40px;
                        text-align: center;
                        color: #2d2d2d;
                        border-radius: 90px;
                        font-weight: bolder;
                        background-image: linear-gradient(45deg, #fe0, #ffd200);
                    }

                        .store-popup-email .popup-email-ct .step1 .bottom .form .btn[disabled],
                        .store-popup-email-mobile .popup-email-ct .step1 .bottom .form .btn[disabled] {
                            opacity: 0.6;
                        }

                .store-popup-email .popup-email-ct .step1 .bottom .info,
                .store-popup-email-mobile .popup-email-ct .step1 .bottom .info {
                    display: flex;
                    align-items: flex-start;
                    margin-top: 14px;
                    padding: 14px 14px 14px 0;
                    border-radius: 8px;
                    background-color: #eaedf0;
                }

                    .store-popup-email .popup-email-ct .step1 .bottom .info .ic,
                    .store-popup-email-mobile .popup-email-ct .step1 .bottom .info .ic {
                        width: 20px;
                        margin: 0 10px;
                    }

                    .store-popup-email .popup-email-ct .step1 .bottom .info .txt,
                    .store-popup-email-mobile .popup-email-ct .step1 .bottom .info .txt {
                        flex: auto;
                        font-size: 12px;
                        color: rgba(0, 0, 0, 0.65);
                    }

                    .store-popup-email .popup-email-ct .step1 .bottom .info.info-error,
                    .store-popup-email-mobile .popup-email-ct .step1 .bottom .info.info-error {
                        background-color: rgba(251, 54, 73, 0.15);
                    }

            .store-popup-email .popup-email-ct .step1.error .bottom .form input[type="text"],
            .store-popup-email-mobile .popup-email-ct .step1.error .bottom .form input[type="text"] {
                border-color: #f13649;
            }

            .store-popup-email .popup-email-ct .step2,
            .store-popup-email-mobile .popup-email-ct .step2 {
                padding: 0 16px;
            }

                .store-popup-email .popup-email-ct .step2 .title,
                .store-popup-email-mobile .popup-email-ct .step2 .title {
                    font-size: 28px;
                    font-weight: 600;
                    line-height: 100px;
                    color: #000;
                }

                .store-popup-email .popup-email-ct .step2 .main,
                .store-popup-email-mobile .popup-email-ct .step2 .main {
                    display: flex;
                    align-items: center;
                    padding: 32px 0;
                    border-top: 1px solid #f3f3f3;
                    border-bottom: 1px solid #f3f3f3;
                }

                    .store-popup-email .popup-email-ct .step2 .main img,
                    .store-popup-email-mobile .popup-email-ct .step2 .main img {
                        width: 120px;
                        margin-right: 32px;
                    }

                    .store-popup-email .popup-email-ct .step2 .main .txt,
                    .store-popup-email-mobile .popup-email-ct .step2 .main .txt {
                        color: rgba(0, 0, 0, 0.65);
                    }

                .store-popup-email .popup-email-ct .step2 .footer,
                .store-popup-email-mobile .popup-email-ct .step2 .footer {
                    text-align: right;
                    padding: 32px 0;
                }

                    .store-popup-email .popup-email-ct .step2 .footer .btn,
                    .store-popup-email-mobile .popup-email-ct .step2 .footer .btn {
                        border: 0;
                        outline: 0;
                        background: transparent;
                        min-width: 128px;
                        height: 48px;
                        line-height: 48px;
                        text-align: center;
                        color: #2d2d2d;
                        border-radius: 90px;
                        font-weight: bolder;
                        background-image: linear-gradient(45deg, #FFEE00 0%, #FFD200 100%);
                    }

        .store-popup-email-mobile .popup-email-ct {
            width: 288px;
        }

            .store-popup-email-mobile .popup-email-ct .step1 .top {
                width: 100%;
            }

            .store-popup-email-mobile .popup-email-ct .step1 .bottom .form input[type="text"] {
                width: 100%;
                margin-right: 0;
                margin-bottom: 12px;
            }

            .store-popup-email-mobile .popup-email-ct .step2 {
                padding: 20px;
            }

                .store-popup-email-mobile .popup-email-ct .step2 .title {
                    font-size: 20px;
                    line-height: 1;
                    padding: 12px;
                }

                .store-popup-email-mobile .popup-email-ct .step2 .main {
                    flex-direction: column;
                    text-align: center;
                    padding: 12px 0 24px;
                }

                .store-popup-email-mobile .popup-email-ct .step2 .footer {
                    text-align: center;
                    padding: 12px 0 0;
                }

                    .store-popup-email-mobile .popup-email-ct .step2 .footer .btn {
                        min-width: 158px;
                    }
