<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*广告 start*/

.popup-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
}

.popup-modal-center {
    width: 400px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.popup-modal-center-href {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.popup-modal-center .popup-modal-content {
    width: 400px;
    height: 440px;
    background-size: cover;
    background-repeat: no-repeat;
}

.popup-modal-content .popup-title {
    font-weight: 500;
    font-size: 24px;
    padding-top: 18px;
}


.popup-modal-content .popup-tip {
    width: 340px;
    position: absolute;
    top: 60px;
    margin-left: 30px;
    text-align: left;
    font-weight: 400;
    font-size: 20px;
}

.popup-modal-content .popup-qrcode {
    width: 188px;
    height: 188px;
    position: absolute;
    top: 188px;
    left: 106px;
    display: block;
    z-index: 2;
}

.popup-modal-content .popup-qrcode img {
    width: 188px;
    height: 188px;
}

.popup-modal-center .popup-close {
    width: 36px;
    height: 36px;
    position: absolute;
    right: -36px;
    top: -36px;
    cursor: pointer;
}

/*广告 end*/


/*大礼包 start*/
.newer_modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
}

.newer_gift_box {
    height: 543px;
    width: 505px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.newer_gift_box {
    width: 505px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.newer_gift_list {
    width: 505px;
    height: 543px;
    /* background-image: url("https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/tinypng-common/fudai.png"); */
    background-size: cover;
    background-repeat: no-repeat;
}

.newer_gift_list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 198px;
}

.newer_gift_list .newer_gift {
    height: 110px;
    width: 184px;
    float: left;
    background-image: url('../images/quan_icon.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 45px;
    position: relative;
}

.newer_gift .gift_type {
    float: left;
    width: 50px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #ff0034;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    color: #fff;
    margin-top: 10px;
}

.newer_gift .gift_title {
    font-size: 18px;
    font-weight: bold;
    color: #ff0034;
    margin-top: 33px;
    position: absolute;
    text-align: center;
    width: 184px;
    left: 0;
    overflow: hidden;
    height: 29px;
}

.newer_gift .gift_intro {
    font-size: 12px;
    color: #ff0034;
    margin-top: 60px;
    position: absolute;
    text-align: center;
    width: 184px;
    left: 0;
    overflow: hidden;
    height: 33px;
}

.newer_gift .black_layer {
    height: 110px;
    width: 184px;
    position: absolute;
    z-index: 100;
    background: rgba(0, 0, 0, .4);
    text-align: center;
}

.newer_gift .go_to_use {
    color: #fff;
    background: #0099ff;
    width: 62px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    padding: 0;
    position: absolute;
    top: 42px;
    left: 95px;
}

.newer_gift .coupon_tip {
    color: #fff;
    position: absolute;
    text-align: right;
    bottom: 13px;
    font-size: 14px;
    background: url(../images/zhuyi.png) no-repeat;
    width: 115px;
    left: 50%;
    margin-left: -57px;
}

.get_newerModal {
    width: 76px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    margin-left: -38px;
    background: #fcf6d9;
    color: #f10035;
    border: none;
    font-size: 18px;
    border-radius: 15px;
    cursor: pointer;
}

.newer_gift_success {
    width: 130px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -65px;
}

.newer_gift_success img {
    height: 30px;
    width: 30px;
}

.newer_gift_success span {
    color: #fcf6d9;
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
}

.close_gift_box {
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 40px;
    cursor: pointer;
}

/* ws 2020.3.5 add start */
.newer_gift_sucess {
    width:560px;
    height:265px;
    background:rgba(255,255,255,1);
    border-radius:12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-size:16px;
    font-weight:400;
    color:rgba(79,92,102,1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.sucess_img {
    width: 60px;
    height: 60px;
    margin-top: 30px;
}
.word_tip {
    font-size:20px;
    line-height: 20px;
    font-weight:500;
    color:rgba(79,92,102,1);
    margin: 20px 0;
}
.close_sucess_tip {
    width:108px;
    height:30px;
    border:1px solid rgba(0,153,255,1);
    border-radius:15px;
    color:rgba(0,153,255,1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 30px;
}
/* ws 2020.3.5 add end */

/*大礼包 end*/


/*
分享领红包
*/

.share-box {
    width: 150px;
    height: 48px;
    border-radius: 24px;
    text-align: center;
    line-height: 48px;
    margin-left: 30px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    background-color: #E71616;
}

.share-box img {
    width: 16px;
    height: 20px;
    margin-top: -2px;
}

.share-box:hover {
    background-color: #D90303;
}


.share-mbc {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .5);
}

.share-content {
    width: 450px;
    background-color: #fff;
    border-radius: 12px;
    margin: 228px auto 0 auto;
}

.share-content .header {
    height: 40px;
    line-height: 40px;
    background-color: #09F;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    border-radius: 12px 12px 0 0;
}


.share-content .header span {
    font-size: 16px;
    color: #fff;
}

.share-content .header i {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.share-content .content {
    padding: 20px 20px 30px 20px;
}

.share-content .share-type {
    display: flex;
    justify-content: space-between;
}

.share-content .share-type .type {
    font-size: 14px;
    color: #555;
}


.share-content .share-type .type-left {
    width: 236px;
    text-align: center;
}

.share-content .share-type .type-right {
    width: 156px;
    text-align: center;
}

.share-content .share-type .type-content {
    height: 110px;
    background: #F5FBFF;
    border-radius: 6px;
    margin-top: 15px;
}


.share-content .share-type .type-left .type-content {
    padding: 22px 20px 25px 20px;
}

.share-content .share-type .type-left .type-content textarea {
    width: 196px;
    height: 30px;
    line-height: 30px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #99D6FF;
    border-radius: 15px;
    font-size: 12px;
    color: #333;
    outline: none;
    padding: 0 10px;
    cursor: pointer;
    white-space: nowrap;
    resize: none;
    overflow: hidden;
}

.share-content .share-type .type-left .type-content span {
    display: block;
    font-size: 14px;
    color: #333;

}

.share-content .share-type .type-left .type-content .copyActive {
    color: #09f;
    text-decoration: underline;
    cursor: pointer;
}

.share-content .share-type .type-right .type-content {
    padding: 10px 33px;
}

.share-content .share-type .type-right .type-content img {
    width: 90px;
    height: 90px;
}


.share-content .content .title {
    font-size: 14px;
    color: #555;
}

.share-content .content .img-box {
    width: 120px;
    height: 120px;
    margin: 20px auto 0 auto;
}

.share-content .content .img-box img {
    width: 120px;
    height: 120px;
}


.share-content .tips {
    font-size: 12px;
    color: #FA952F;
    margin-top: 20px;
    text-align: center;
}

.share-content .tips img {
    width: 13px;
    height: 13px;
    margin-right: 5px;
    vertical-align: text-top;
}

.share-content .way {
    width: 200px;
    text-align: center;
    font-size: 12px;
    color: #666;
    margin: 20px auto 0 auto;
}

/*
分享领红包end
*/

/* 福气值弹窗 */
.blessing-countdown {
    position: fixed;
    bottom: 113px;
    right: 120px;
    width: 98px;
    height: 83px;
    font-size: 18px;
    color: #333;
    background-image: url('../images/countdown.png');
    background-size: cover;
    z-index: 9999;
}

.blessing-countdown__seconds {
    margin: 52px 0 0;
    font-size: 16px;
    font-weight: 600;
    color: #240077;
    text-align: center;
    line-height: 24px;
}</pre></body></html>