.z-goods_commonSelect.boost_cate .select-list .option-value {
    padding: 0 36px;
}

.z-goods_commonSelect.boost_cate .childCate-list {
    display: none;
    margin-top: 24px;
    gap: 20px;
}

.z-goods_commonSelect.boost_cate .childCate-list.show {
    display: flex;
}

.z-goods_commonSelect.boost_cate .childCate-list .option-value {
    background: none;
    height: auto;
    padding: 0;
}

.z-goods_commonSelect.boost_cate .childCate-list .option-value.active {
    color: #2C5DEB;
    background: none;
}

.z-goods_commonSelect.boost_cate .childCate-list .option-value span {
    width: 16px;
    height: 16px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid var(--ws-color-i);
    margin-right: 8px;
}

.z-goods_commonSelect.boost_cate .childCate-list .option-value span i {
    display: none;
}

.z-goods_commonSelect.boost_cate .childCate-list .option-value.active span i {
    display: block;
    color: #2C5DEB;
}

.z-goods_commonSelect.boost_cate .childCate-list .option-value.active span {
    border: 1px solid #2C5DEB;
}

.boosting_template-list {
    gap: 25px;
}

.boosting_template-list .boost_item {
    background: var(--ws-default-bj);
    border-radius: 10px;
    overflow: hidden;
}

.pageBoost_template.boosting_template-list .boost_item {
    display: none;
}

.pageBoost_template.boosting_template-list .boost_item.show {
    display: block;
}

.boosting_template-list .boost_item .boost_img {
    height: 185px;
    overflow: hidden;
}

.boosting_template-list .boost_item .boost_img img {
    width: 100%;
}

.boosting_template-list .boost_item .boost_info {
    padding: 14px 12px;
    height: calc(100% - 185px);
}

.boosting_template-list .boost_item .boost_desc {
    color: #666;
    margin: 12px 0;
}

.boosting_template-list .boost_item .boost_desc ul li,
.boosting_template-list .boost_item .boost_desc p {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    line-height: normal;
    font-size: 12px;
}

.boosting_template-list .boost_item .boost_desc ul li:last-child,
.boosting_template-list .boost_item .boost_desc p:last-child {
    margin: 0;
}

.boosting_template-list .boost_item .boost_desc ul li::before,
.boosting_template-list .boost_item .boost_desc p::before {
    content: '';
    width: 4px;
    min-width: 4px;
    height: 4px;
    background: #2C5DEB;
    border-radius: 0px 0px 0px 0px;
    margin-right: 6px;

}

.boosting_template-list .boost_item .boost_bottom {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.boosting_template-list .boost_item .boost_bottom .boost_price {
    font-size: 12px;
    color: var(--ws-color-c);
}

.boosting_template-list .boost_item .boost_bottom .boost_price span {
    color: #F76A04;
    font-size: 14px;
    margin-left: 7px;
}

.boosting_template-list .boost_item .boost_bottom button {
    width: 100%;
    height: 30px;
    background: #2C5DEB;
    font-size: 12px;
}

.boosting_template-list .boost_item .boost_bottom button:hover {
    background: #F76A04;
}

/* boost detail */
/* 公共下拉组件 */
.common__select--warp {
    position: relative;
}

.common__select--warp .select__value {
    background: rgba(255, 255, 255, 0.05);
    height: 35px;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.common__select--warp .select__list {
    background: #1A263A;
    width: 100%;
    z-index: 10;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    top: 88%;
    position: absolute;
    border-radius: 5px;

}

.common__select--warp .select__list p {
    padding: 8px 10px;
    font-size: 14px;
}

.common__select--warp .select__list p:hover {
    color: #2C5DEB;
}

.common__select--warp .select__list p.active {
    background: #2C5DEB;
    color: #fff;
}


.z-boost-main .z-goods-content {
    margin-top: 0;
}

.z-boost-main .boosting_ship {
    padding-bottom: 30px;
}

.boosting_sort {
    display: flex;
    flex-direction: column;
    padding: 0 23px;
}

.goods_server {
    margin-bottom: 20px;
}

.boost_common_item {
    margin-bottom: 24px;
    padding: 0 0 24px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.boost_common_item .boost_title {
    margin-bottom: 10px;
    color: #fff;
}

.boost_common_item .list_item .price_content.hide {
    display: none;
}

.boost_type_3 .boost_select-warp .select__list .list__option {
    cursor: pointer;
    color: rgba(255, 255, 255, .7);
    padding: 0 10px;
}

.boost_type_3 .boost_select-warp .select__value .arrow__icon {
    margin-left: 5px;
}

.boost_type_3 .boost_select-warp .select__list .list__option.active {
    background: #2C5DEB;
    color: #fff;
}

.boost_type_3 .boost_select-warp .select__list .list__option.active:hover p {
    color: rgba(255, 255, 255, 1);
}

.boost_type_1 .select__list .list__option .checked span,
.boost_type_2 .select__list .list__option .checked span {
    width: 18px;
    min-width: 18px;
    height: 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin-right: 11px;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
}

.lang__ar .boost_type_2 .select__list .list__option .checked span {
    margin: 0 0 0 11px;
}

.boost_type_1 .select__list .list__option,
.boost_type_2 .select__list .list__option {
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
}

.boost_type_1 .select__list .list__option:hover,
.boost_type_2 .select__list .list__option:hover {
    color: #fff;
}

.boost_type_2 .select__list .list__option.active p {
    color: #fff;
}

.boost_type_1 .select__list .list__option.active .checked span,
.boost_type_2 .select__list .list__option.active .checked span {
    border: 1px solid #F76A04;
}

.boost_type_1 .select__list .list__option .checked span i,
.boost_type_2 .select__list .list__option .checked span i {
    display: none;
    color: #F76A04;
    font-size: 16px;
}

.boost_type_1 .select__list .list__option.active .checked span i,
.boost_type_2 .select__list .list__option.active .checked span i {
    display: block;
}

.boost_type_2 .select__list .list__option .price {
    white-space: nowrap;
    color: #fff;
}

.boost_type_1 .select__list .list__option .checked span {
    border-radius: 50%;
}

.z-boost-main .goods_time {
    margin-top: 10px;
    font-family: 'Oswald';
}

.z-boost-main .goods_time svg {
    margin-top: 1px;
}

.z-boost-main .boost_range {
    margin-bottom: 40px;
}

.z-boost-main .boost_range.rangHide {
    display: none;
}

.z-boost-main .boost_one_range .level-1,
.z-boost-main .boost_one_range .level-2 {
    display: none;
}

.z-boost-main .boost_one_range .level_max {
    width: 100%;
}

.z-boost-main .boost_one_range .level_max input {
    width: 100%;
}

.z-boost-main .boost_one_range .theme-green .back-bar .low,
.z-boost-main .boost_one_range .slider-container .scale {
    display: none !important;
}

.z-boost-main .boost_one_range .theme-green .back-bar .selected-bar {
    left: 0 !important;
}

.boost_type_6 .other_desc {
    color: rgb(150, 212, 115);
}

.boostingData .hasData {
    position: relative;
}

.boostingData .boost__nodata {
    height: 100%;
    width: 320px;
    left: -20px;
}

.boost_range.boost_common_item {
    margin-bottom: 20px;
    padding-bottom: 40px;
}

.boost_range .item-level .level_min,
.boost_range .item-level .level_max {
    width: 120px;
}

.boost_range.boost_two_range .item-level .level_max {
    text-align: right;
}

.boost_range .item-level .level-2 {
    width: 90px;
    border-bottom: 1px dashed rgba(216, 216, 216, 0.1);
    display: none;
}

.boost_range .item-level input {
    color: #fff;
    width: 120px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    text-align: center;
}

.boost_range .item-level {
    margin: 0 0 20px;
}

.boost_range .item-level .level-2 i {
    font-size: 30px;
}

.boost_range .item-level .level-2 div {
    height: 26px;
}

.boost_range .level_content span {
    color: rgba(255, 255, 255, 1);
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
}

.boost_one_range.boost_range .level-2,
.boost_one_range.boost_range .level_min {
    display: none;
}

.boost_one_range.boost_range .level_max {
    width: 100%;
}

.boost_one_range.boost_range .level_max input {
    width: 100%;
}

.boost_one_range.boost_range .scale,
.boost_one_range.boost_range .theme-green .back-bar .pointer.low {
    display: none !important;
}

.product__boost--list .product__img .img__mask {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(194.03deg, rgba(0, 0, 0, 0) 18.01%, RGBA(29, 29, 29, .1) 35.08%, rgb(29, 29, 29) 67.08%);
}

.boosting__data .boosting_foot {
    color: #fff;
    position: sticky;
    bottom: 1px;
    z-index: 5;
    padding: 1px;
}

.boosting__data .boosting_foot .boosting_foot_border {
    padding: 20px;
    background: rgb(15, 27, 52);
}

.z-boost-main .z-goods-list .goods_col_wp .btn_box {
    gap: 10px;
}

.z-boost-main .z-goods-list .goods_col_wp button {
    height: 46px;
    width: auto;
}

.z-boost-main .z-goods-list .goods_col_wp button i {
    margin-right: 10px;
}

.z-boost-main .z-goods-list .goods_col_wp button.no {
    background: #f3f3f3;
    color: #989595;
    cursor: not-allowed;
}

.z-boost-main .z-boost-list .goods_loading_mask {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    display: none;
    z-index: 50;
    /* 高斯模糊 */
    backdrop-filter: blur(5px);
}

.z-boost-main .z-boost-list .goods_loading_mask.show {
    display: flex;
}

.z-boost-main .z-boost-list .goods_loading_mask .loading .loading_text {
    color: #fff;
    font-size: 16px;
}

.boost_like {
    margin-top: 60px;
    padding-bottom: 90px;
}

.boost_like h3 {
    font-size: 18px;
    margin-bottom: 17px;
}

.boost_like h3 img {
    width: 7px;
    margin-right: 8px;
}

.boost_like>a {
    text-decoration: none !important;
}

.boosting__main .boost_like .boosting__template--list {
    margin-top: 30px;
}

@media (max-width: 1200px) {
    .boost_like .boosting_template-list {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width: 1024px) {
    .boost_like {
        margin-top: 20px;
    }

    .boost_like .boosting_template-list {
        grid-template-columns: repeat(2, 1fr);
    }
}