.nav div {
    text-align: left;
    background-color: #fff;
}

.vip {
    background: linear-gradient(to bottom right, #fff, #f5faf9);
    border: 1px solid #E2EBE8;
    margin-left: 20px;
}

.time {
    background: linear-gradient(to bottom right, #fff, #fff5f5);
    border: 1px solid #E7E7E7;
}

.time,
.vip {
    box-sizing: border-box;
    width: 95%;
    position: relative;
    padding: 8px 10px;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
}

.recommend {
    background-color: #E56B69;
    color: #FFFFFF;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-style: normal;
    font-size: 12px;
    width: 45px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.time h4 s {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(//static.ccmn.cn/images/icon7.svg) no-repeat;
    vertical-align: middle;
}

.time p {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    height: 30px;
    overflow: hidden;
}

.time p s {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(//static.ccmn.cn/images/icon6.svg) no-repeat;
    vertical-align: middle;
}

.time span {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    height: 30px;
    overflow: hidden;
}

.time span s {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(//static.ccmn.cn/images/icon5.svg) no-repeat;
    vertical-align: middle;
}

.new {
    background-color: #E9B107;
}

.new {
    color: #FFFFFF;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-style: normal;
    font-size: 12px;
    width: 45px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.vip {
    font-size: 15px;
}

.vip h4 s {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(//static.ccmn.cn/images/icon1.svg) no-repeat;
    vertical-align: middle;
}

.vip span,
.vip p {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    display: flex;
    margin-left: 25px;
}

.vip p s {
    display: inline-block;
    width: 28px;
    height: 23px;
    background: url(https://static.ccmn.cn/icon/hook1.png) no-repeat;
    vertical-align: middle;
}

.vip p em {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(//static.ccmn.cn/images/icon3.svg) no-repeat;
    vertical-align: middle;
    margin-left: 15%;
}

.vip .more {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(//static.ccmn.cn/images/icon4.svg) no-repeat;
    vertical-align: middle;
    margin-left: 20%;
}
.cur {
    border: 1px solid #ff542e !important;
}
.recharge{
    background-color: #F5F5F5;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
.recharge>p{
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}
.recharge>p>.close{
    background: url(../img/close.svg) center no-repeat;
    width: 50px;
    height: 40px;
    display: inline-block;
    float: right;
}
.payfor{
    padding: 0 2.5%;
    line-height: 40px;
    font-size: 14px;
}
.payfor>.which {
    display: flex;
    width:100%;
}
.payfor>.which>li {
    flex: 1;
    background-color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #fff;
}
.payfor>.which>li:nth-child(2) {
    margin: 0 10px;
}
/*.payfor>.which>li:nth-child(1)::before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/ali-pay.svg) center no-repeat;
    background-size:30px 30px;
    vertical-align: middle;
    float: left;
    margin-left: 5px;
}*/
.payfor>.which>li:nth-child(1)::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/wx-pay.svg) center no-repeat;
    background-size: 30px 30px;
    vertical-align: middle;
    float: left;
    margin-left: 5px;
}
.payfor>.which>li:nth-child(2)::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/gold.svg) center no-repeat;
    background-size: 30px 30px;
    vertical-align: middle;
    float: left;
    margin-left: 5px;
}
.total{
    line-height: 40px;
    text-align: center;
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 30px;
}
.total>p{
    background-color: #fff;
    display: inline-block;
    width: 55%;
    float: left;
    font-size: 14px;
}
.total>p>span{
    color: red;
}
.total>button {
    border: 0;
    outline: none;
    background-color:red;
    width: 45%;
    float: right;
    height: 40px;
    color: #fff;
    font-size: 14px;
}

.total>a {
    border: 0;
    outline: none;
    background-color:red;
    width: 45%;
    float: right;
    height: 40px;
    color: #fff;
    font-size: 14px;
}

.shadow {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 11;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

/* ============== 新增的价格和年限选择器样式 ============== */

/* 价格和年限选择器容器 */
.price-year-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
    padding: 10px;
    background: white;
    border-radius: 8px;
    border: 1px solid #eee;
}

/* 价格部分 */
.price-section {
    flex: 1;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.current-price {
    font-size: 18px;
    font-weight: bold;
    color: #ff542e;
}

.original-price {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}

/* 年限选择器部分 */
.year-selector {
    text-align: right;
}

.year-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.btn_reduce, .btn_add {
    width: 30px;
    height: 36px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 18px;
    line-height: 34px;
    cursor: pointer;
    text-align: center;
    user-select: none;
}

.btn_reduce {
    border-right: 0;
    border-radius: 4px 0 0 4px;
}

.btn_add {
    border-left: 0;
    border-radius: 0 4px 4px 0;
}

.input_num {
    width: 45px;
    height: 36px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    -moz-appearance: textfield;
}

.input_num::-webkit-outer-spin-button,
.input_num::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.year-text {
    font-size: 14px;
    color: #666;
    margin-right: 10px;
}