.popup-content {
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.popup-content .dialog-content {
    width: 550px;
    height: 360px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup-content .image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 35px;
    padding-left: 35px;
    position: relative;
}

.popup-content .release-icon {
    position: absolute;
    top: 15px;
    left: 126px;
}

.popup-content .text-img {
    margin-top: 20px;
}

.popup-content .product-des {
    font-size: 21px;
    line-height: 25px;
    text-align: left;
    font-weight: bold;
    color: #ffdc38;
    -webkit-text-stroke: 1px #16006a;
    -moz-text-stroke: 1px #16006a;
    padding-left: 35px;
    margin: 20px 0 5px;
}

.popup-content .release-date {
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    color: #ffffff;
    opacity: 0.8;
    padding-left: 35px;
    margin: 0 0 30px;
}

.popup-content .btn {
    width: 100%;
}

.popup-content .buy {
    display: inline-block;
    width: 125px;
    height: 39px;
    background-color: #d71313;
    border-radius: 5px;
    line-height: 39px;
    text-align: center;
    color: #ffffff;
    font-size: 19px;
}

.popup-content .trial {
    display: inline-block;
    width: 125px;
    height: 39px;
    background-color: #07a5d8;
    border-radius: 5px;
    line-height: 39px;
    text-align: center;
    color: #ffffff;
    font-size: 19px;
}

.popup-content .details {
    display: inline-block;
    width: 125px;
    height: 39px;
    background-color: #00bea3;
    border-radius: 5px;
    line-height: 39px;
    text-align: center;
    color: #ffffff;
    font-size: 19px;
    margin-left: 44px;
}

.popup-content .mask {
    position: absolute;
    top: 3px;
    right: 5px;
}

.popup-content .offer-dialog {
    height: 450px;
}

#offerPopupBox .offer-dialog {
    background: url("/images/offer/xwqqf63omb/dialog-bg.jpg") no-repeat center;
    background-size: cover;
    padding-top: 5px;
}

#campaignPopupBox .offer-dialog {
    background: url("/images/campaign/dxo2jqvmyr/dialog-bg.jpg") no-repeat center;
    background-size: cover;
    padding-top: 15px;
}

#campaignPopupBox .offer-dialog .offer-slogan {
    margin: 0 auto;
}

#campaignPopupBox .offer-dialog .offer-btn {
    margin: 0px auto 0;
}

#offerPopupBox .offer-dialog .offer-slogan {
    max-width: 400px;
}

#offerPopupBox .offer-dialog .offer-name {
    max-width: 410px;
    margin: 6px auto;
}

.offer-dialog .offer-product {
    color: #ffffff;
    text-shadow: 0 1px #ee6363, 1px 0 #ee6363, -1px 0 #ee6363, 0 -1px #ee6363;
    -webkit-text-stroke: 1px #ee6363;
    -moz-text-stroke: 1px #ee6363;
    font-size: 22px;
    font-weight: bold;
    margin: -5px auto 0;
    font-weight: bold;
}

.offer-dialog .offer-btn {
    display: block;
}

.offer-dialog .offer-btn img {
    max-width: 100%;
}

.offer-dialog .offer-box {
    position: absolute;
    bottom: 0;
    left: calc(50% - 115px);
}

.offer-dialog .countdown {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin: 6px 0;
}

#campaignPopupBox .offer-dialog .countdown {
    color: #340B01;
}

.offer-dialog .countdown span {
    color: #ffffff;
}

#campaignPopupBox .offer-dialog .countdown span {
    color: #340B01;
}

.offer-dialog .countdown1 span {
    color: #ffffff;
}

#campaignPopupBox .offer-dialog .countdown1 span {
    color: #340B01;
}

.offer-dialog .countdown1 {
    color: #ecd9b0;
}

.offer-dialog .countdown strong {
    display: inline-block;
    width: 48px;
    height: 40px;
    line-height: 40px;
    background-color: #ffd822;
    border-radius: 5px;
    color: #080029;
    font-size: 24px;
    font-weight: bold;
    margin-right: 12px;
    margin-left: 12px;
    text-align: center;
}

#campaignPopupBox .offer-dialog .countdown strong {
    background-color: #FF711B;
    color: #fff;
}

@media(max-width: 600px) {
    .popup-content .dialog-content {
        width: 90vw;
        background-size: 90vw;
        height: 59vw;
    }

    .popup-content .image-wrapper {
        padding-top: 6.5vw;
        padding-left: 5vw;
    }

    .popup-content .product-icon {
        width: 13vw;
        height: auto;
    }

    .popup-content .release-icon {
        position: absolute;
        width: 23.5vw;
        height: auto;
        top: 4vw;
        left: 18.25vw;
    }

    .popup-content .text-img {
        width: 47.6vw;
        height: auto;
        margin-top: 3vw;
    }

    .popup-content .product-des {
        font-size: 3.25vw;
        line-height: 3.75vw;
        padding-left: 5vw;
        margin: 3vw 0 1vw;
        -webkit-text-stroke: 0.15vw #16006a;
        -moz-text-stroke: 0.15vw #16006a;
    }

    .popup-content .release-date {
        font-size: 3vw;
        line-height: 3.5vw;
        padding-left: 5vw;
        margin: 0 0 5vw;
    }

    .popup-content .buy {
        width: 20vw;
        height: 6vw;
        line-height: 6vw;
        border-radius: 1vw;
        font-size: 3vw;
    }

    .popup-content .trial {
        width: 20vw;
        height: 6vw;
        line-height: 6vw;
        border-radius: 1vw;
        font-size: 3vw;
    }

    .popup-content .details {
        width: 20vw;
        height: 6vw;
        line-height: 6vw;
        border-radius: 1vw;
        font-size: 3vw;
    }

    .popup-content .close-icon {
        width: 6vw;
        height: auto;
    }

    .popup-content .offer-dialog {
        width: 90vw;
        background-size: 90vw;
        height: 73.5vw;
        padding-top: 1.5vw;
    }

    #offerPopupBox .offer-dialog {
        padding-top: 1vw;
    }

    #offerPopupBox .offer-dialog .offer-slogan {
        width: 70vw;
    }

    #offerPopupBox .offer-dialog .offer-name {
        width: 58vw;
        margin: 0 auto 1.25vw;
    }

    #campaignPopupBox .offer-dialog {
        padding-top: 1.5vw;
    }

    #campaignPopupBox .offer-dialog .offer-slogan {
        width: 80vw;
        margin: 0 auto;
    }

    #campaignPopupBox .offer-dialog .countdown {
        margin: 1vw auto;
    }

    .popup-content .offer-product-img {
        width: 57vw;
        margin: .5vw auto;
    }

    .offer-dialog .offer-product {
        font-size: 4vw;
        margin-bottom: 1vw;
        -webkit-text-stroke: 0.5px #ec4606
    }

    .offer-dialog .offer-btn {
        margin: 0 auto;
    }

    .offer-dialog .offer-btn img {
        width: 32vw;
    }

    #campaignPopupBox .offer-btn img {
        width: 34vw;
    }

    .offer-dialog .offer-box {
        width: 38.2vw;
        left: calc(50% - 19.1vw);
    }

    .offer-dialog .countdown {
        font-size: 3.5vw;
        margin: 1vw 0;
    }

    .offer-dialog .countdown strong {
        width: 8vw;
        height: 6.6vw;
        line-height: 6.6vw;
        border-radius: 1vw;
        font-size: 4vw;
        margin-right: 2vw;
        margin-left: 2vw;
    }
}