.turntable-container {
    visibility: hidden;
}
.turntable .modal-dialog {
    max-width: 500px;
    width: 500px;
}
/* .turntable .afterLogin {
    display: none;
} */
.turntable .modal-header {
    border: none;
    padding: 0;
}
.turntable .modal-header .close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
    opacity: 1;
}
.turntable .modal-content {
    display: block;
    border-radius: 10px;
    background: #F6EDD0;
    border: none;
}
.turntable .turntable-head {
    font-size: 22px;
    font-family: ProximaNova;
    font-weight: 600;
    color: #FF671D;
    text-align: center;
    padding-top: 10px;
}
.turntable .beforeLogin {
    padding-bottom: 20px;
}
.turntable-img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 9999 !important;
}

.turntable-continer {
    position: relative;
    text-align: center;
    margin: 20px auto 0;

}
.turntable-continer {
    width: 405px;
    height: 405px;
}

.turntable-big {
    font-size: 39px;
    font-family: "ProximaNova";
    font-weight: 600;
    color: #EC120A;
}

.turntable-text {
    position: absolute;
    left: 50%;
    top: 60%;
    bottom: 0;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-family: "ProximaNova";
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: #E41C15;
}
.turntable-email {
    max-width: 405px;
    text-align: center;
    margin: 10px auto 0;
}
.turntable-email input {
    height: 50px;
    line-height: 50px;
    background: #FFFFFF;
    border-radius: 4px 0px 0px 4px;
    border: none;
    outline: none;
}
.turntable-sign {
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    background: #FF671D;
    border-radius: 0px 4px 4px 0px;font-size: 14px;
    font-family: ProximaNova;
    font-weight: 600;
    color: #FFFFFF;
}
.turntable .afterLogin {
    text-align: center;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    /* padding-bottom: 30px; */
}
/*.turntable .modal-body .afterLogin {*/
/*    padding-bottom: 15px;*/
/*}*/
.turntable_part,.turntable_points,.turntable_code {
    padding-bottom: 25px;
}
.turntable_part {
    background: #FFFFFF;
}
.turntable-win  {
    position: absolute;
    top: 0;
    left: 0;
}
.turntable-couponsContent {
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 0 60px 10px;
    width: 320px;
    min-width: 230px;

}
.turntable .turntable-code {
    position: relative;
}
.turntable .copy-content{
    position: absolute;
    right: 0;
    top: -2px;
    cursor: pointer;
}
.turntable-couponsText {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 8px 15px 5px;
    text-align: left;
}
.turntable-copponsTitle {
    font-size: 24px;
    font-weight: 600;
    color: #FF671D;
}
.turntable-copponsDesc {
    font-size: 18px;
    font-weight: 400;
    color: #FF671D;
    margin-top: 3px;
    line-height: 1.2;
}
.turntable-code {
    font-size: 18px;
    font-weight: 400;
    color: #FF671D;
    line-height: 1.2;
}
.turntable-date {
    font-size: 14px;
    font-weight: 400;
    color: #807B6C;
    margin-top: 8px;
    padding-top: 5px;
    border-top: 1px dashed #EACA64;
}
.turntable .modal-body {
    padding: 0;
}
.turntable-tip {
    font-size: 14px;
    font-weight: 600;
    color: #FF671D;
    margin: 5px 0 10px;
}
.turntable-shop {
    width: 250px;
    height: 50px;
    line-height: 50px;
    background: #FF671D;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    margin: auto;
    cursor: pointer;
}
.turntable-hand {
    position: absolute;
    bottom: -25px;
    right: -28px;
}
.modal.turntable {
    display: unset;
    visibility: hidden;
}
.modal.turntable.show {
    visibility: visible !important;
}
.canvas-content {
    width: 100%;
    height: 100%;
}
.turntable {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.6);
    align-items: center;
}
.turntable #myCanvas {
    transform:scale(0.5,0.5);transform-origin: 0 0;
}
.turntable-error-text {
    font-size: 14px;
    font-weight: 400;
    color: #FF0000;
    margin-top: 2px;
    line-height: 24px;
    text-align: left;
}
.pointsTips {
    font-size: 20px;
    font-weight: 400;
    color: #FF671D;
}
.pointsNum {
    font-size: 30px;
    font-weight: 600;
    color: #FF671D;
    margin-bottom: 25px;
}
.cash_points {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 42px;
    font-weight: 600;
    color: #FFFFFF;
}
.turntable_points_link {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline !important;
    color: #FF671D;
    margin: 35px 0 15px;
}
.turntable_points_img {
    position: relative;
}
.turntable_part_img {
    max-width: 400px;
    margin: 30px auto;
}
@media (min-width: 992px)  and (max-width: 1920px) {
    .turntable-copponsTitle {
        font-size: 1.25vw;
    }
    .turntable-code,
    .turntable-copponsDesc {
        font-size: 0.937vw;
    }
    .turntable-couponsContent {
        width: 19.16vw;
    }
    .turntable-couponsText {
        padding: 8px 1.041vw 5px;
    }
    .turntable-date {
        font-size: 0.729vw;
    }
}
@media (min-width: 320px) and (max-width: 992px) {
    .turntable_points_img{
        width: 142px;
        margin: 0 auto;
    }
    .turntable .beforeLogin {
        padding: 10px;
    }
    .turntable_part_img {
        max-width: 250px;
        /* margin: 0 auto; */
    }
    #myCanvas {
        left: 0;
        top: 0;
        position: absolute;
        z-index: 1 !important;
        pointer-events:none;
    }
    .turntable-date {
        font-size: 12px;
    }
    /* .turntable #myCanvas {
        position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    } */
    .turntable-hand img {
        width: 39px;
    }
    .turntable-hand {
        bottom: -17px;
        right: -20px;
    }
    .turntable-continer {
        width: 298px;
        height: 298px;
    }
    .turntable-img {
        width: 76px;
    }
    .turntable-big {
        font-size: 22px;
    }
    .turntable-text {
        top: 58%;
        font-size: 12px;
    }
    .turntable .turntable-head {
        font-size: 16px;
        padding-top: 20px;
    }
    .turntable .modal-header .close {
        right: 13px;
        top: 13px;
    }
    .turntable-copponsTitle {
        font-size: 16px;
    }
    .turntable-copponsDesc {
        font-size: 14px;
    }
    .turntable-code {
        font-size: 14px;
    }
    .turntable-couponsContent {
        max-width: 280px;
        width: 280px;
        min-width: unset;
        margin: 0 0 10px;
    }
    .turntable .modal-dialog {
        width: 320px;
        max-width: 320px;
        margin: auto;
    }
}


.homeCoupon .modal-dialog {
    max-width: 460px;
}

.homeCoupon .modal-header {
    height: 0;
    border: none;
}

.homeCoupon .coupons {
    text-align: center;
}

.homeCoupon .homeCoupon-head {
    font-size: 16px;
    font-family: "Proxima-Nova";
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.homeCoupon .modal-content {
    border-radius: 10px;
    background-color: #FF713F;
    /* background: url(../images/homeCoupons/bg.jpg) no-repeat center center/contain; */
    min-height: 420px;
}

.homeCoupon .homeCouponContent {
    margin-top: 15px;
    text-align: center;
}

.homeCoupon .couponsContent {
    width: 232px;
    position: relative;
    display: inline-flex;
    margin: 2px auto;
    cursor: pointer;
}

.homeCoupon .afterLogin .couponsContent {
    width: 323px;
    max-width: 100%;
}

.homeCoupon .couponsText {
    position: absolute;
    width: 100%;
    padding-left: 31px;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
}

.homeCoupon .tip-code {
    cursor: pointer;
}

.homeCoupon .couponsContent.special .couponsText {
    margin-top: 6px;
}

.homeCoupon .afterLogin .couponsText {
    width: calc(100% - 90px);
}

.homeCoupon .copponsTitle {
    font-size: 16px;
    font-family: "Proxima-Nova";
    font-weight: 500;
    color: #FF703E;
}

.homeCoupon .copponsDesc {
    font-size: 12px;
    color: #F59344;
    line-height: 1.2;
}

.homeCoupon .couponBtnLink {
    display: inline-block;
    width: 160px;
    height: 35px;
    line-height: 35px;
    background: #000;
    border-radius: 4px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 15px;

}

.homeCoupon .coupon-code {
    position: absolute;
    width: 90px;
    height: 100%;
    right: 0;
    top: 0;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #FF713F;
}

.homeCoupon .code-text {
    font-family: "Proxima-Nova";
    font-weight: 500;
    word-break: break-word;
}

.homeCoupon .copy-content {
    position: absolute;
    top: 4px;
    right: 4px;

}

.homeCoupon .checkCoupons {
    display: block;
    margin-top: 10px;
    font-family: "Proxima-Nova";
    font-weight: 500;
    text-decoration: underline !important;
    color: #fff;
}

.js-coupon {
    width: 73px;
    position: fixed;
    bottom: 40px;
    left: 30px;
    cursor: pointer;
    z-index: 301;
}

.js-coupon .js-content {
    position: relative;
}

.js-coupon .btn-close {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    z-index: 2;
}

@media (min-width: 320px) and (max-width: 992px) {
    .js-coupon {
        right: unset;
        left: 10px;
        bottom: 10px;
    }

    /* .homeCoupon .modal-content {
        background: url(../images/homeCoupons/bg-mb.jpg) no-repeat center center/contain;
    } */
    .homeCoupon .modal-dialog {
        max-width: 350px;
        margin: 0 auto;
    }

    @media (max-width: 349px) {
        .homeCoupon .modal-content {
            min-height: auto;
        }
    }
}
