div.table-price div.item div.item-first li:first-child {
    content: "I am a price";
    color: red;
    z-index: 9999;
    display: block;
}

.floating-modal {
    display: block;
    width: 100%;
    height: 90px;
    border-radius: 0px;
    border: 3px solid #fff;
    background: url(../image/2@2x.png);
    color: #313131;
    background-size: 100% 90px;
    background-repeat: no-repeat;
    box-shadow: 0 16px 22px -17px #03153B;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    }

.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 .normal .item:hover .item-fourth a {
    background: linear-gradient(90deg, #444747, #000000);
    border-radius: 20px;
    color: #221e47;
}

.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%, #001343 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;
}

.banner {
    width: 1340px;
    height: 178px;
    background: url('../image/pc-buy.svg');
    background-size: 1340px 186px;
    background-repeat: no-repeat;
    margin: 20px 0;
}

.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;
    }

    .banner {
        width: 350px;
        height: 144px;      
        background: url('../image/yd-buy.svg');
        background-size: cover;
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: auto;
    }


    .floating-modal {
        display: block;
        width: 100%;
        height: 53px; 
        background: url(../image/1@3x.png); 
        background-size: 100% 53px; 
    }
    
}
@media   (min-width: 541px) and (max-width: 1024px)
{
    .banner {
        width: 820px;
        height: 178px;
        background: url(../image/pc-buy.svg);
        background-size: 720px 178px;
        background-repeat: no-repeat;
        margin: 20px 0;
        
    margin-left: auto;
    margin-right: auto;
    }
}
@media (max-width: 375px)
{
 .banner {
    width: 100%;
    height: 144px;
    background: url(../image/yd-buy.svg);
    background-size: 100% 144px;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}   
}
