body{
    background-color: #f6f7fb;
}
.monthly-icon{display: none;}
.monthly-evaluate{display: inline-flex;}
.monthly-mask {display: none;position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0, 0, 0, 0.45); z-index: 999999;}
.show-container{display: none;}
.month-items div,.month-items p,.month-items span{ white-space: normal !important; }
/* 1024+ PC大屏 769px */
@media screen and (min-width: 1024px) {
    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    .banner-tip {
        position: relative;
        width: 1180px;
        height: 100%;
        margin: 0 auto;
    }
    .banner .swiper-slide{
        height: 765px;
        background: url(/images/new_website/monthly/new-monthly.png) no-repeat;
        background-size:cover;
        background-position:center -66px;
        background-color: transparent;
    }
    .wrapper{
        position: relative;
        margin-top: -370px;
        z-index: 1;
    }
    .monthly{
        width: 1200px;
        margin: 0 auto;
        position: relative;
        margin-bottom: 170px;
    }
    .month-tip{
        position: absolute;
        top: 22%;
        left: calc(50% - 90px);
        height: 30px;
        line-height: 30px;
        padding: 0 16px;
        background-color: #f49f1a;
        text-align: center;
        border-radius: 3px;
        transform: skewX(-15deg);
        font-size: 18px;
    }
    .month-tip p{
         color: #fff;
        transform: skewX(15deg);
    }
    .month-data{
        width: 960px;
    }
    .month-content {
        padding: 29px 40px;
        box-sizing: border-box;
        background-color: #fff;
        margin-bottom: 30px;
    }
    .d-title{
        font-size: 24px;
        color: #1c1d1f;
        font-weight: bold;
        border-bottom: solid 1px #f0f1f5;
        padding: 5px 0px 15px;
    }
    .month-items{
        color: #323235;
        line-height: 32px;
    }
    .green-label{
        height: 26px;
        width: fit-content;
        line-height: 26px;
        padding: 0 14px;
        margin-bottom: 11px;
        background-color: rgba(38, 173, 92, .1);
        color: #26ad5c;
    }
    .yellow-label{
        height: 26px;
        width: fit-content;
        line-height: 26px;
        padding: 0 14px;
        margin-bottom: 11px;
        background-color: rgba(244, 159, 26, .1);
        color: #fe9500;
    }
    .month-items ul li{
        position: relative;
        padding-left: 14px;
    }
    .month-items ul li img{
        padding: 10px 0 4px;
    }
    .add-items,.optimize-items{
        margin-top: 28px;
    }
    .add-items ul li::after{
        position: absolute;
        content: "";
        left: 0;
        top: 14px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #26ad5c;
    }
    .optimize-items ul li::after{
        position: absolute;
        content: "";
        left: 0;
        top: 14px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #303030;
    }
    .fix-activity-right{
        position: absolute;
        top: 60px;
        left: 990px;
        margin-left: 0;
    }
    .fix-activity-right.fixed-right{
        position: fixed;
        top: 135px;
        left: 50%;
        margin-left: 391px;
    }
    .positioning-tel{
        color: #1c1d1f;
        font-weight: bold;
        margin-bottom: 11px;
    }
    .fix-activity-right ul li a{
        line-height: 32px;
        color: #626266;
    }
    .fix-activity-right ul li:hover a,.fix-activity-right ul li.active a{
        color: #2981ff;
    }


        /* 信封弹窗 */
    .container-box{
        width: 100%;
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .container {
        z-index: 9999999;
        position: fixed;
        top: 15%;
        width: 624px;
        height: 620px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        animation: bounceInUp 1.3s;
    }

    .container .letter-wrapper {
        position: relative;
        width: 624px;
        height: 260px;
        background-image: url(/images/new_website/monthly/bg.png);
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        perspective: 800px;
    }
    .container .letter-wrapper .cover {
        position: absolute;
        width: 624px;
        height: 260px;
        z-index: 5;
        background-image: url(/images/new_website/monthly/cover-front.png);
        background-position: 0;
        background-repeat: no-repeat;
        background-size: cover;
        top: 0;
        transform-style: preserve-3d;
        animation: 1.4s .3s forwards rollingOver;
        transform-origin: 0 1px;
    }

    .container .letter-wrapper .letter {
        position: absolute;
        z-index: 3;
        width: 576px;
        height: 534px;
        margin-bottom: 55px;
        background-image: url(/images/new_website/monthly/kong.png);
        padding: 38px;
        line-height: 45px;
        background-position: 0;
        background-repeat: no-repeat;
        background-size: cover;
        transform: translateY(380px);
        opacity: 0;
        animation: 1.6s 1.6s forwards letterBounceInUp;
    }
    .container .letter-wrapper .letter p{
        color: #1c1d1f;
        font-size: 14px;
    }
    .container .letter-wrapper .letter span{
        color: #2981ff;
        font-weight: bold;
        font-size: 18px;
    }

    .container .letter-wrapper .envelope {
        position: absolute;
        width: 624px;
        height: 240px;
        z-index: 4;
        background-image: url(/images/new_website/monthly/envelope.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        color: #000;
    }

    @keyframes bounceInUp {
        0% {
            /* opacity: 0; */
            transform:scale(.2);
        }
        100% {
            opacity: 1;
            transform:scale(1)
        }
    }
    @keyframes rollingOver {
        50% {
            z-index: 5;
        }
        51% {
            z-index: 2;
        }
        100% {
            z-index: 2;
            transform: rotateX(180deg);
        }
    }
    @keyframes letterBounceInUp {
        from {
            opacity: 1;
            transform: translateY(380px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .m-swiper-button-next, .m-swiper-button-prev {
        position: absolute;
        top: 6px;
        width: 26px;
        height: 26px;
        z-index: 10;
        cursor: pointer;
        background-color: #2981ff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .m-swiper-button-next.swiper-button-disabled,.m-swiper-button-prev.swiper-button-disabled{
        background-color: #dedfe3;
    }
    .m-swiper-button-prev {
        left: 0;
        right: auto;
    }
    .m-swiper-button-next {
        right: 0;
        left: auto;
    }
    .m-swiper-button-next i, .m-swiper-button-prev i {
        color: #fff;
    }
    .m-swiper-button-next i {
        transform: rotate(180deg);
    }
    .month-swiper-box{
        position: relative;
        width: 960px;
        margin-bottom: 20px;
    }
    .month-swiper-box *{
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .month-swiper-container{
        /* width: calc(960px - 52px); */
        /* width: 960px; */
        /* padding: 0 26px; */
        margin: 0 56px;
        box-sizing: border-box;
        overflow: hidden;

    }
    .month-swiper-container .swiper-slide{
        text-align: center;
        padding: 8px 13px;
        background-color: #fff;
        border-radius: 18px;
        cursor: pointer;
        width: auto !important;
    }
    .month-swiper-container .swiper-slide a{
        color: #1c1d1f;
        display: block;
    }
    .month-swiper-container .swiper-slide.on{
        background-color: #2981ff;
    }
    .month-swiper-container .swiper-slide.on a{
        color: #fff;
        font-weight: bold;
    }
}
@media screen and (max-width: 1230px) {
    .monthly {
        width: 960px;
    }
    .month-data {
        width: 755px;
    }
    .fix-activity-right {
        left: 780px !important;
    }
    .fix-activity-right.fixed-right{
        position: fixed;
        top: 135px;
        left: 50% !important;
        margin-left: 300px;
    }
}
@media screen and (max-width: 1023px){
    .banner-single{
        margin-top: -1.1rem;
    }
    .monthly,.month-data{width: auto;}
    .monthly-evaluate{margin-right: 10px;width: 40px;height: 40px;}
    .float-config-star{display: none;}
    .sm-bgGray{
        background-color: #f6f7fb;
    }
    .fix-activity-right{display: none;}
    .banner .swiper-slide{
        height: 9.44rem;
        background: url(/images/new_website/monthly/m-banner.png) no-repeat;
        background-size: cover;
        background-position: center top;
        background-color: transparent;
    }
    .month-tip{
        position: absolute;
        top: 1.7rem;
        left: 4.15rem;
        height: 20px;
        line-height: 20px;
        padding: 0 8px;
        background-color: #f49f1a;
        text-align: center;
        border-radius: 2.5px;
        transform: skewX(-15deg);
        font-size: 13px;
    }
    .month-tip p{
         color: #fff;
        transform: skewX(15deg);
    }
    .m-month-steps{margin-bottom: 20px;}
    .m-swiper-button-next,.m-swiper-button-prev{
        display: none;
    }
    .m-month-steps .swiper-wrapper .swiper-slide{width: auto !important; background-color: #fff;color: #323235;font-size: 14px;
    text-align: center;padding: 9px 15px;box-sizing: border-box;}
    .m-month-steps .swiper-wrapper .swiper-slide.on{background-color: #2981ff;color: #fff;}
    .m-month-steps .swiper-wrapper .swiper-slide.on a{color: #fff;}
    .wrapper{
        position: relative;
        margin-top: -3.8rem;
        z-index: 1;
        overflow: hidden;
    }
    .monthly{
        margin: 0 15px;
    }
    .month-content {
        padding: 15px 15px;
        box-sizing: border-box;
        background-color: #fff;
        margin-bottom: 15px;
    }
    .d-title{
        font-size: 16px;
        color: #1c1d1f;
        font-weight: bold;
        border-bottom: solid 1px #f0f1f5;
        padding: 0 5px 16px;
    }
    .month-items{
        color: #323235;
        line-height:  26px;
        padding: 0 5px;
    }
    .add-items,.optimize-items{
        padding-top: 15px;
    }
    .green-label{
        height: 22px;
        width: fit-content;
        line-height: 22px;
        padding: 0 8.5px;
        margin-bottom: 9px;
        background-color: rgba(38, 173, 92, .1);
        color: #26ad5c;
    }
    .yellow-label{
        height: 22px;
        width: fit-content;
        line-height: 22px;
        padding: 0 8.5px;
        margin-bottom: 9px;
        background-color: rgba(244, 159, 26, .1);
        color: #fe9500;
    }
    .month-items ul li{
        position: relative;
        padding-left: 7px;
        margin-bottom: 8px;
    }
    .month-items ul li img{
        padding: 8px 0 4px;
    }
    .add-items ul li::after{
        position: absolute;
        content: "";
        left: 0;
        top: 10px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #26ad5c;
    }
    .optimize-items ul li::after{
        position: absolute;
        content: "";
        left: 0;
        top: 10px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #303030;
    }

        /* 信封弹窗 */
    .container-box{
        width: 100%;
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .container {
        z-index: 9999999;
        position: fixed;
        top: 25%;
        width:  312px;
        height:  310px;
        overflow: hidden;
        transform: scale(1.5);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        animation: bounceInUp 1.2s;
    }

    .container .letter-wrapper {
        position: relative;
        width:  312px;
        height:  130px;
        background-image: url(/images/new_website/monthly/bg.png);
        display: flex;
        justify-content: center;
        align-items: flex-end;
        perspective:  400px;
    }
    .container .letter-wrapper .cover {
        position: absolute;
        width:  312px;
        height:  130px;
        z-index: 5;
        background-image: url(/images/new_website/monthly/cover-front.png);
        background-position: 0;
        background-repeat: no-repeat;
        background-size: cover;
        top: 0;
        transform-style: preserve-3d;
        animation: 1.4s .3s forwards rollingOver;
        transform-origin: 0 1px;
    }

    .container .letter-wrapper .letter {
        position: absolute;
        z-index: 3;
        width:  288px;
        height:  267px;
        margin-bottom:  35px;
        background-image: url(/images/new_website/monthly/m-kong.png);
        background-position: 0;
        background-repeat: no-repeat;
        background-size: cover;
        transform: translateY( 200px);
        padding: 25px 11px 25px 25px;
        box-sizing: border-box;
        font-size: 13px;
        line-height: 30px;
        opacity: 0;
        animation: 1.6s 1.6s forwards letterBounceInUpM;
        overflow: hidden;
    }
    .container .letter-wrapper .letter-data{
        z-index: 3;
        overflow: scroll;
        /* scrollbar-width:none;
        -ms-overflow-style:none; */
        padding-right: 10px;
        height: 180px;
        padding-bottom: 20px;
        box-shadow: inset 0px -38px 10px -20px rgb(255 255 255);
    }
    .container .letter-wrapper .letter p{
        color: #1c1d1f;
    }
    .container .letter-wrapper .letter span{
        color: #2981ff;
    }
    .container .letter-wrapper .letter-data::-webkit-scrollbar {
        width: 4px;
    }
    ::-webkit-scrollbar-track-piece {
        background-color: #f7f7f7;
    }
    ::-webkit-scrollbar-track-piece {
        background-color: #eff6fc;
        border-radius: 4px;
    }
    ::-webkit-scrollbar-thumb {
        background-color: #dde4ed;
    }
    .container .letter-wrapper .envelope {
        position: absolute;
        width:  312px;
        height:  120px;
        z-index: 4;
        background-image: url(/images/new_website/monthly/envelope.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        color: #000;
        bottom: -1px;
    }
    @keyframes bounceInUp {
        0% {
            /* opacity: 0; */
            transform:scale(.2);
        }
        100% {
            opacity: 1;
            transform:scale(1.5)
        }
    }
    @keyframes rollingOver {
        50% {
            z-index: 5;
        }
        51% {
            z-index: 2;
        }
        100% {
            z-index: 2;
            transform: rotateX(180deg);
        }
    }
    @keyframes letterBounceInUpM {
    from {
        /* opacity: 1; */
        transform: translateY( 200px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
}
@media screen and (max-width: 768px){
    .container {
        z-index: 9999999;
        position: fixed;
        top: 20%;
        width:  312px;
        height:  310px;
        overflow: hidden;
        transform: scale(1);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        animation: bounceInUp2 1.2s;
    }
    @keyframes bounceInUp2 {
        0% {
            /* opacity: 0; */
            transform:scale(.2);
        }
        100% {
            opacity: 1;
            transform:scale(1)
        }
    }
    video{
        height: 100%;
        width: 100%;
    }
}