div.table-price div.item div.item-first li:first-child {
    content: "I am a price";
    color: red;
    z-index: 9999;
    display: block;
}
.swiper-wrapper {
    padding: 30px 0;
}
.content .item-first .desc:nth-child(2) {
    content: "I am a price";
    color: red;
    z-index: 9999;
    background-color: red;
    display: none;
}

.right-notice {
    font-size: 22px !important;
    font-weight: 800;
    color: #2c3340 !important;
}

.ordinary-package,
.premium-package {
    font-size: 16px;
    margin-top: 20px;
    color: rgb(15 16 19 / 50%);
}

.content-note {
    text-align: center;
    margin-top: 20px;
    font-size: 17px;
}

.my-modal .main {
    max-width: 320px;
}

.content {
    min-height: 800px;
}

.content>div {
    flex-wrap: wrap;
    padding: 25px 15px;
}

.content>div>div {
    padding: 0 10px;
}

.content .item {
    position: relative;
    cursor: pointer;
    padding: 50px 5px 15px 5px;
    color: #2c3340;
    background-color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    transition: 0.5s;
    min-height: 390px;
}

.recommend,
.hot {
    position: absolute;
    top: 0;
    left: 0;
}

.recommend span,
.hot span {
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 10px;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
    transform: rotate(-45deg);
}

.recommend::after,
.hot::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 90px solid #ff692e;
    border-right: 90px solid transparent;
}

.hot::after {
    border-top: 90px solid #ff2e2e;
}

.content .item-first .title {
    font-size: 25px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
}

.content .item-first .money {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    font-size: 44px;
    line-height: 1;
    font-weight: 600;
    margin-top: 20px;
}

.content .item-first .money .unit {
    margin-bottom: 5px;
    font-size: 16px;
}

.content .item-first .desc {
    font-size: 16px;
    margin-top: 25px;
    font-weight: 800;
}

.content .item-second {
    text-align: center;
    height: 150px;
    margin-top: 50px;
}

.content .item-second .title {
    padding-bottom: 10px;
}

.content .item-second p {
    line-height: 1.4;
    margin: 0;
    /* margin-bottom: 10px; */
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content .item-second>div {
    padding-top: 12px;
    width: 100%;
}

.content .item-third {
    padding: 25px 0 10px;
}

.content .item-third a {
    height: 40px;
    color: #2c3340;
    border: 2px solid rgba(0, 212, 250, 0.6);
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    line-height: 36px;
    padding: 0 50px;
    text-decoration: none;
    transition: all 0.2s;
}

.content .senior .item-third a {
    color: #e6d199;
    border: 2px solid rgba(230, 209, 153, 0.6);
}

.content .normal .item:hover {
    color: #fff;
    background-image: url("../image/buy-bg1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background: linear-gradient(0deg, #453AA5 0%, #211D45 100%); */
    box-shadow: 0px 0px 15px 0px #453aa5;
}

.content .normal .item:hover .item-third a {
    background: linear-gradient(90deg, #01c4e7, #21ddea);
    border-radius: 20px;
    color: #221e47;
}

.content .senior .item:hover {
    color: #fff2be;
    background-image: url("../image/buy-bg2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 0px 15px 0px #2e2744;
}

.content .senior .item:hover .item-third a {
    background: linear-gradient(-90deg, #debf85, #fff1ca);
    border-radius: 20px;
    color: #181627;
}

.top .left .active {
    font-size: 30px;
    font-weight: 600;
}

.content .item-first .discount {
    font-size: 16px;
    margin-top: 25px;
    text-align: center;
}

.content .item-first .discount span {
    font-size: 16px;
    margin-top: 25px;
    color: #ff0000;
    text-align: center;
    text-decoration: line-through;
}

.top {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .top {
        align-items: flex-start;
    }

    .top .left .active {
        font-size: 20px;
        font-weight: 800;
        margin-right: 20px;
    }

    .content-note {
        margin-top: 20px;
        font-size: 14px;
    }

    .my-modal .main {
        max-width: 320px;
    }

    .content .item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 15px 10px;
        min-height: auto;
    }

    .content .item-first .title {
        font-size: 30px;
        padding: 6px 15px;
    }

    .content .item-first .money {
        margin-top: 20px;
        font-size: 40px;
    }

    .content .item-first .money .unit {
        font-size: 20px;
    }

    .content .item-first .desc {
        margin-top: 20px;
        font-size: 16px;
    }

    .content .item-second {
        height: 120px;
        position: relative;
        top: -20px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .recommend span,
    .hot span {
        font-size: 15px;
    }

    .content .normal .item:hover {
        background-image: url("../image/advanced-mobile.png");
    }

    .content .senior .item:hover {
        color: #fff2be;
        background-image: url("../image/ordinary-mobile.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        box-shadow: 0px 0px 15px 0px #2e2744;
    }

    .content .item-first .discount {
        font-size: 16px;
        margin-top: 20px;
    }

    .right-notice {
        font-size: 18px !important;
    }

    .ordinary-package,
    .premium-package {
        font-size: 14px;
    }
}

.view-pc {
    position: relative;
    /* min-width: 1340px; */
    min-height: 658px;
    /* margin-top: 80px; */
}

.view-pc .box3 {
    width: 100%;
    /* height: 608px; */
    /* margin-top: 150px; */
    color: white;
    background-color: #1d2829;
    padding-top: 80px;
    padding-bottom: 94px;
    text-align: center;
}

.view-pc .box3 .line {
    font-size: 48px;
    font-weight: 600;
}

.view-pc .box3 .line2 {
    font-size: 14px;
}

.view-pc .box3 .swiper-container {
    width: 1200px;
    /* height: 600px; */
    margin-top: 50px;
}

.view-pc .box3 .swiper-container .swiper-pagination {
    position: relative;
    height: 50px;
    top: -80px;
}

.view-pc .box3 .swiper-container .swiper-pagination-bullet {
    background: transparent;
    margin-left: 2px;
    margin-right: 2px;
    border: 2px solid #fff;
    width: 12px;
    height: 12px;
    margin-bottom: 0px;
}

.view-pc .box3 .swiper-container .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 2px solid #fff;
    margin-bottom: 0;
}

.view-pc .box3 .swiper-slide {
    width: 282px;
    height: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.view-pc .box3 .swiper-slide .shead {
    width: 282px;
    height: 83px;
    background: linear-gradient(135deg, #2f3a61 0%, #151b32 100%);
    border-radius: 16px 16px 0px 0px;
    color: #ffffff;
    font-size: 16px;
}

.view-pc .box3 .swiper-slide .shead .day {
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Bold, PingFang SC;
    color: white;
    padding-top: 13px;
}

.view-pc .box3 .swiper-slide .shead .dnm {
    margin-top: 15px;
}

.view-pc .box3 .swiper-slide .shead,
.view-mb .box3 .swiper-slide .shead {
    background: #009e8e;
    position: relative;
    /* overflow: hidden; */
}

.view-pc .box3 .swiper-slide .shead::before,
.view-mb .box3 .swiper-slide .shead::before {
    content: attr(data-text);
    position: absolute;
    color: white;
    right: -13px;
    z-index: 10;
    width: 70px;
    height: 30px;
    line-height: 28px;
    top: -12px;
    font-size: 13px;
    padding-left: 15px;
    background-image: url(../image/zhekou.png);
    background-size: 100% 100%;
    text-align: left;
}


.view-pc .box3 .swiper-slide .sbody {
    width: 282px;
    height: 215px;
    color: #2d3341;
    font-size: 14px;
    background-color: white;
    border-bottom: 0;
}

.view-pc .box3 .swiper-slide .sbody .dnm {
    margin-top: 10px;
}

.view-pc .box3 .swiper-slide .sbody .day {
    color: red;
    font-size: 16px;
    width: 173px;
    padding-top: 15px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.view-pc .box3 .swiper-slide .btnbox {
    width: 282px;
    height: 140px;
    border-top: 1px dashed #c1cbdb;
    border-radius: 0px 0px 16px 16px;
    background-color: white;
}

.view-pc .box3 .swiper-slide .btnbox .day {
    margin: 25px auto 10px auto;
    color: #EEB95C;
    ;
    font-size: 16px;
}

.view-pc .box3 .swiper-slide .btnbox .day span {
    font-size: 40px;
    font-weight: bold;
}

.view-pc .box3 .swiper-slide .btnbox .dnm {
    background: #e35c68;
    color: #ffffff;
    cursor: pointer;
    border-radius: 18px;
    width: 131px;
    height: 35px;
    margin: 0 auto;
    line-height: 35px;
}

.view-pc .box3 .swiper-slide .btnbox .dnm:hover {
    background-color: #ab8744;
}

.view-pc .box3 .swiper-slide .btnbox a {
    color: white;
}





.view-mb {
    display: none;
}

@media screen and (max-width: 750px) {
    .view-pc {
        display: none;
    }

    .view-mb {
        display: block;
    }

    .view-mb .box3 {
        width: 100%;
        color: #ffffff;
        /* background-color: #1d282; */
        /* padding-top: 2rem; */
        text-align: center;
    }

    .view-mb .box3 .line {
        font-size: 0.54rem;
        font-weight: 600;
    }

    .view-mb .box3 .line2 {
        font-size: 0.36rem;
        margin-top: 0.52rem;
    }

    .view-mb .box3 .swiper-container {
        width: 100%;
        /* height: 14.4rem; */
        margin-top: 1.5rem;
    }

    .view-mb .box3 .swiper-container .swiper-pagination {
        position: relative;
        height: 50px;
        top: 20px;
    }

    .view-mb .box3 .swiper-container .swiper-pagination-bullet {
        background: #cce4ff;
        margin-left: 2px;
        margin-right: 2px;
        border: 2px solid #fff;
        width: 8px;
        height: 8px;
        margin-bottom: 0px;
    }

    .view-mb .box3 .swiper-container .swiper-pagination-bullet-active {
        width: 8px;
        height: 8px;
        background: #00be99;
        border: 2px solid #00be99;
        margin-bottom: 0;
    }

    .view-mb .box3 .swiper-slide {
        width: 3.76rem;
        /* height: 440px; */
    }

    .view-mb .box3 .swiper-slide .shead {
        width: 76vw;
        height: 83px;
        border-radius: 16px 16px 0px 0px;
        color: #ffffff;
        background-color: #6048ed;
    }

    .view-mb .box3 .swiper-slide.swiper-slide-active .shead {
        background-color: #6f89ef;
    }

    .view-mb .box3 .swiper-slide .shead .day {
        font-size: 30px;
        font-family: PingFangSC-Bold, PingFang SC;
        font-weight: bold;
        color: white;
        line-height: 33px;
        padding-top: 13px;
    }

    .view-mb .box3 .swiper-slide .shead .dnm {
        font-size: 20px;
    }

    .view-mb .box3 .swiper-slide .sbody {
        width: 76vw;
        /* height: 6rem; */
        border-left: 1px solid #c1cbdb;
        border-right: 1px solid #c1cbdb;
        background-color: white;
        color: #2d3341;
        border-bottom: 0;
        font-size: 12px;
        font-weight: bold;
    }

    .view-mb .box3 .swiper-slide .sbody .day {
        color: #646874;
        font-size: 16px;
        margin: 0 auto .4rem;
        padding-top: .6rem;

        width: 173px;
    }

    .view-mb .box3 .swiper-slide .sbody .dnm {
        line-height: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .view-mb .box3 .swiper-slide .sbody .dnm .icon {
        display: inline-block;
        /* background-image: url('../img/index/icon-4.png'); */
        background-size: 100% 100%;
        width: 15px;
        height: 15px;
        margin-right: 10px;
    }

    .view-mb .box3 .swiper-slide .btnbox {
        width: 76vw;
        height: 140px;
        border-right: 1px solid #c1cbdb;
        border-left: 1px solid #c1cbdb;
        border-bottom: 1px solid #c1cbdb;
        background-color: white;
        border-radius: 0px 0px 16px 16px;
    }

    .view-mb .box3 .swiper-slide .btnbox .day {
        margin: 0 auto 10px auto;
        padding-top: 20px;
        color: #000;
        font-size: 16px;
    }

    .view-mb .box3 .swiper-slide .btnbox .day span {
        font-size: 40px;
        font-weight: bold;
    }

    .view-mb .box3 .swiper-slide .btnbox .dnm {
        background: #e35c68;
        color: #ffffff;
        /* border-radius: 18px; */
        width: 131px;
        height: 35px;
        margin: 0 auto;
        line-height: 35px;
    }

    .view-mb .box3 .swiper-slide .btnbox .dnm a {
        color: white;
    }
}