.aqiancmspage {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 85px;
    padding-bottom: 30px;
}

.slides.row1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 10%;
    padding-right: 10%;
}

.carousel-item.gw-popular-product {
    width: 21%;
    border: 1px solid #ff35a040;
    padding: 1%;
    margin-right: 0.8%;
    margin-left: 0.8%;
    margin-bottom: 32px;
    border-radius: 5px;
}

.gw-product-preview div.title {
    box-sizing: border-box;
    color: var(---Color-900, #0b0b13);
    font-family: Outfit;
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: clamp(8px, 0.9vw, 14px);
}

p.old-price {
    color: var(---Color-500, #979797);
    font-family: Outfit;
    font-size: clamp(8px, 1.4vw, 21px);
    line-height: 26px;
    text-decoration: line-through;
}

p.special-price {
    color: var(---Color-900, #0b0b13);
    font-family: Outfit;
    font-size: clamp(8px, 1vw, 18px);
    font-weight: 600;
    line-height: 26px;
    margin-right: 12px;
}

.re-sub-tit {
    width: 100%;
    text-align: center;
    background: var(--bgmgirlcolor3);
}

div#percentcode {
    width: 100%;
    text-align: center;
    background: var(--bgmgirlcolor3);
}

.price-box {
    display: flex;
}

.pricenew {
    margin-right: 10px;
}

.pricenew {
    color: var(---Color-900, #0b0b13);
    font-family: Outfit;
    font-size: clamp(8px, 1vw, 18px);
    font-weight: 600;
    line-height: 26px;
    margin-right: 12px;
}

.old-price {
    color: var(---Color-500, #979797);
    font-family: Outfit;
    font-size: clamp(8px, 1.4vw, 21px);
    line-height: 26px;
    text-decoration: line-through;
}

* {
    max-width: 100%;
}

p span, p b {
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    /* 可选，防止内容溢出 */
}
