.sty-absolute {
    position: absolute;
}

.sty-relative {
    position: relative;
}

.sty_flex {
    display: flex;
}

.sty_flex_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sty_flex_item {
    display: flex;
    align-items: center;
}

.sty_flex_between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sty_flex_warp {
    flex-wrap: wrap;
}
.sty_grid {
    display: grid;
}
.sty_grid_2 {
    grid-template-columns: repeat(2, 1fr);
}
.sty_grid_3 {
    grid-template-columns: repeat(3, 1fr);
}
.sty_grid_4 {
    grid-template-columns: repeat(4, 1fr);
}
.sty_grid_5 {
    grid-template-columns: repeat(5, 1fr);
}
.sty_grid_6 {
    grid-template-columns: repeat(6, 1fr);
}
.sty_grid_7 {
    grid-template-columns: repeat(7, 1fr);
}
.sty_grid_8 {
    grid-template-columns: repeat(8, 1fr);
}
.sty_bold {
    font-family: 'montserrat bold';
}

.customBoost_main {
    margin-top: 0;
}
.customBoost_main .device-server {
    display: none !important;
}

.customBoost_main .goods .goods-list {
    padding-top: 0;
}

.boosting_ship_right .goods-list .headerColor {
    width: 100%;
    height: 10px;
    background: -webkit-linear-gradient(left, #68f3a5, #1a4ed5);
    background: -o-linear-gradient(right, #68f3a5, #1a4ed5);
    background: -moz-linear-gradient(right, #68f3a5, #1a4ed5);
    background: linear-gradient(to right, #68f3a5, #1a4ed5);
    border-radius: 5px 5px 0 0;
}

.boosting_ship_right .goods-list .goodItem {
    position: relative;
    background: #070d25;
}

.boosting_ship_right .goods-list .goodItem .item-img {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    display: -webkit-inline-box;
}

.boosting_ship_right .goods-list .goodItem .item-img .img__mask {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(217.03deg, rgba(0, 0, 0, 0) 18.01%, rgba(8, 13, 38, 0.6) 35.08%, rgb(7, 13, 37) 67.08%);
}

.boosting_ship_right .goods-list .goodItem .item-img img {
    width: 100%;
    position: static;
}

.boosting_ship {
    margin-top: 30px;
}

.boosting_ship .boosting_ship_right {
    min-width: 360px;
    width: 360px;
    margin-top: 0;
}

/* desc start */
.boosting__introduction {
    width: calc(100% - 360px);
    margin-right: 16px;
}
.boosting__introduction a {
    text-decoration: underline;
}
.boosting_description {
    line-height: 24px;
}

.boosting__introduction p,
.boosting__introduction li {
    margin-bottom: 12px;
    font-size: 14px;
    color: rgb(192, 192, 214);
    line-height: 23px;
}

.z-CustomBoost-main .goods_server {
    display: none !important;
}
.boosting_description h2,
.boosting_description h5,
.boosting_description h6 {
    font-size: 36px;
    line-height: 52px;
    margin: 30px 0 20px;
    color: #fff;
}
.boosting_description h6 span {
    color: #fff !important;
}
.boosting__introduction table {
    border: 1px solid rgb(41, 48, 84);
    margin: 20px 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.boosting__introduction table th,
.boosting__introduction table td {
    border: 1px solid rgb(41, 48, 84);
    padding: 5px 10px;
}

.boosting__introduction table th {
    background: rgb(13, 18, 46);
}

.boosting__introduction table {
    border-collapse: collapse;
    border-spacing: 0;
}
.boosting_blocks h2,
.boosting_blocks h5,
.boosting_blocks h6 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}
.boosting__introduction .boosting_blocks {
    color: rgb(192, 192, 214);
}
.boosting__introduction .boosting_blocks li,
.boosting__introduction .boosting_description li {
    padding-left: 30px;
    position: relative;
}

.boosting__introduction .boosting_blocks li a {
    color: #0b85ea;
    text-decoration: underline;
}

.boosting__introduction li::before {
    display: inline-block;
    min-width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-right: 20px;
    font-weight: 600;
    color: #676b8b;
    line-height: 8px;
    background: #666;
    content: "";
}

.boosting__introduction .boosting_blocks li::before,
.boosting__introduction .boosting_description li::before {
    position: absolute;
    top: 8px;
    left: 10px;
}

div[data-serializationtype="informer"] {
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 12px;
    position: relative;
    color: #fff;
}

div[data-serializationtype="informer"] a {
    color: #0b85ea;
    text-decoration: underline;
}

div[data-serializationtype="informer"]::before {
    content: "";
    width: 2px;
    display: 1px;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
}

div[data-variant="warning"] {
    background-image: linear-gradient(90deg, rgba(255, 149, 72, .24) -.1%, rgba(255, 149, 72, 0) 130%);
}

div[data-variant="warning"]::before {
    background-color: rgb(255 149 72);
}

div[data-variant="success"] {
    background-image: linear-gradient(90deg, hsla(98, 53%, 64%, .24) -.1%, hsla(98, 53%, 64%, 0) 130%);
}

div[data-variant="success"]::before {
    background-color: rgb(150 212 115);
}

div[data-variant="error"] {
    background-image: linear-gradient(90deg, rgba(255, 70, 97, .24) -.1%, rgba(255, 70, 97, 0) 130%);
}

div[data-variant="error"]::before {
    background-color: rgb(255, 70, 97);
}

div[data-variant="info"] {
    background-image: linear-gradient(90deg, rgba(86, 79, 255, .24) -.1%, rgba(86, 79, 255, 0) 130%);
}

div[data-variant="info"]::before {
    background-color: rgb(86, 79, 255);
}

.boosting_blocks {
    margin-top: 20px;
}

.boosting_blocks .boost-block-item {
    background: rgba(41, 48, 84, .3);
    border-radius: 5px;
    margin-bottom: 20px;
}

.boosting_blocks .boost-block-item .block__title {
    font-size: 20px;
    padding: 16px;
    color: #fff;
    cursor: pointer;
}

.boosting_blocks .boost-block-item .block__actions {
    display: none;
    padding: 16px;
}

.boost_gallery .swiper-slide {
    text-align: center;
}

.boost_gallery img {
    max-width: 100%;
}

.boost_gallery .gallery-swiper-next,
.boost_gallery .gallery-swiper-prev {
    width: 50px;
    height: 50px;
    background-size: 50px;
    background-image: url(/static/pc/image/banner-ico.png);
    background-repeat: no-repeat;
    opacity: .5;
    display: none;
    border-radius: 50%;
}

.boost_gallery .gallery-swiper-next:hover,
.boost_gallery .gallery-swiper-prev:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, .2);
}

.boost_gallery .gallery-swiper-prev {
    transform: rotate(180deg);

}

.boost_gallery .banner-perv-next {
    max-width: 1200px;
    position: relative;
    margin: auto;
    top: -289px;
}

.boost_gallery .home-swiper-prev {
    left: 30px;
}

.boost_gallery .home-swiper-next {
    right: 30px;
}

.boost_gallery:hover .gallery-swiper-next,
.boost_gallery:hover .gallery-swiper-prev {
    display: block;
}

/* desc end */
.boost-list .goods_title,
.boost-list .goods_num {
    display: none;
}

.boost-list .product__img {
    width: 100%;
}

.boost-list .product__img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

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

.boost-list .boosting__data {
    z-index: 6;
    padding: 160px 0 0;
    position: relative;
}

.boost-list .boosting__data .boosting_sort {
    padding: 0 25px;
}

.boosting__data .boost__common--select .select__list .list__option .percentage_add {
    margin-left: 5px;
}

.boost-list .boosting__data .boost__common--select {
    margin-bottom: 0;
    padding: 20px 0;
}

.boost-list .boosting__data .boost__common--select.boost_hide {
    display: none !important;
}

.boost-list .boosting__data .boost__common--select .title {
    color: #bcbce4;
    margin-bottom: 10px;
    white-space: nowrap;
    font-size: 12px;
}

.boost-list .boosting__data .boost__common--select .title .title_line {
    background-color: #7e7e9d;
    height: 1px;
    width: 100%;
    margin-left: 10px;
    opacity: .3;
}

.boosting__data .boost__common--select .select__list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
    margin-top: 10px;
}
.boosting__data .boost__common--select>.checkbox_list {
    max-height: 500px;
    overflow-y: auto;
}

.boosting__data .boost__common--select>.checkbox_list::-webkit-scrollbar {
    width: 4px;
}

.boosting__data .boost__common--select>.checkbox_list::-webkit-scrollbar-thumb {
    background-color: #676b8b;
    border-radius: 4px;
    cursor: pointer;
}

.boosting__data .boost__common--select>.checkbox_list::-webkit-scrollbar-track {
    background-color: none;
    border-radius: 4px;
}

.boosting__data .boost__common--select .select__list .list__option:hover {
    color: #0b85ea;
}

.boosting__data .boost__common--select .select__list .list__option.active {
    border: 1px solid #0b85ea;
    background: rgb(11, 133, 234, .3);
    color: #fff;
}

.boosting__data .boost__common--select .select__list .list__option {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 5px 5px 5px 5px;
    padding: 8px 10px;
    cursor: pointer;
    font-size: 12px;
    color: #dbdbe9;
    border: 1px solid transparent;
}



/* checkbox */
.boost_common_item .select__list .list__option.checkbox_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;
}

.boost_common_item .select__list .list__option.checkbox_option .old_price {
    color: #848484;
    margin-right: 3px;
}

.boost_common_item .select__list .list__option.checkbox_option .new_price {
    color: #68B431;
}

.boost_common_item .select__list .list__option.checkbox_option .old_price span,
.boost_common_item .select__list .list__option.checkbox_option .old_price i {
    text-decoration: line-through;
}

.boost_common_item .select__list .list__option.checkbox_option .checked span i {
    display: none;
    color: #fff;
    font-size: 16px;
}

.boost_common_item .select__list .list__option.checkbox_option .price_content {
    white-space: nowrap;
    margin-left: 20px;
}

.boost_common_item .select__list .list__option.checkbox_option {
    cursor: pointer;
    font-size: 14px;
    color: #dbdbe9;
    background: none;
    padding: 0;
    flex: 1 100%;
    border: none;
}

.boost_common_item .select__list .list__option.checkbox_option.active {
    background: none;
    border: none;
}

.boost_common_item .select__list .list__option.checkbox_option:hover {
    color: #fff;
}

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

.boost_common_item .select__list .list__option.checkbox_option.active .checked span {
    border: 1px solid #0b85ea;
    background: #0b85ea;
}

.lang__ar .boost_common_item .select__list .list__option.checkbox_option.active .checked span {
    margin: 0 0 0 11px;
}

.boost_common_item .select__list .list__option.checkbox_option.active .checked span i {
    display: block;
}

.boost_common_item .select__list .list__option.checkbox_option .price {
    white-space: nowrap;
}

.boost_common_item:last-child {
    margin-bottom: 0;
}

/* checkbox */


/* dropdown */
.dropdown_option {
    flex: 1 100%;
}

.common__select--warp.dropdown_option .select__list p {
    padding: 0 10px;
}

.boosting__data .boost__common--select .dropdown_option .select__list {
    gap: 0;
    display: none;
    top: 110%;
    max-height: 300px;
    overflow-y: auto;
    margin-top: 0;
}

.boosting__data .boost__common--select .dropdown_option .select__list::-webkit-scrollbar {
    width: 4px;
}

.boosting__data .boost__common--select .dropdown_option .select__list::-webkit-scrollbar-thumb {
    background-color: #676b8b;
    border-radius: 4px;
    cursor: pointer;
}

.boosting__data .boost__common--select .dropdown_option .select__list::-webkit-scrollbar-track {
    background-color: none;
    border-radius: 4px;
}

.boosting__data .boost__common--select .dropdown_option .select__list .list__option {
    flex: 1 100%;
    background: none;
    border-radius: 0;
}

.boosting__data .boost__common--select .dropdown_option .select__list .list__option.active {
    background: #0b85ea;
}

.boosting__data .boost__common--select .dropdown_option .select__list .list__option.active P {
    color: #FFF;
}

.dropdown_option .select__value p.placeholder {
    color: rgba(255, 255, 255, .5);
}

.dropdown_option .select__value .price_box.no_price span {
    display: none;
}

/* dropdown */



/* rangeV2 */
.range_option {
    padding-bottom: 30px;
}

.range_option .item-level,
.range_option {
    width: 100%;
}

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

.range_option .item-level .level-2 i {
    color: rgba(255, 255, 255, 0.3);
}

.range_option .item-level input {
    color: #fff;
    width: 120px;
    height: 40px;
    background: rgb(30, 34, 66);
    border-radius: 5px;
    text-align: center;
}

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

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

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

.range_option .level_content span {
    color: #c0c0d6;
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
}

/* rangeV2 */
.range_number_option .level_min,
.range_number_option .level-2 {
    display: none !important;
}

.range_option.range_number_option .item-level .level_max {
    width: 100%;
}

.range_option.range_number_option .item-level input {
    width: 100%;
}

.range_option.range_number_option {
    padding-bottom: 0px;
}

.range_option.range_lack_option {
    padding-bottom: 20px;
}

.range_option.range_lack_option .item-level .level_max {
    width: 120px;
}
.range_dropdown_option {
    padding-bottom: 0;
}
.range_dropdown_option .rangev2_select .select__list {
    display: none;
}
.range_dropdown_option .rangev2_select .select__list p {
    color: #fff;
}
.range_pointName {
    width: 100%;
    color: #fff;
}

.range_pointName span img {
    width: 32px;
    margin-right: 5px;
}

.range_pointName span {
    width: 120px;
}

.range_pointName i {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.3);
}

.discount_by_quantity {
    margin-top: 20px;
    padding: 8px 10px 8px 5px;
    color: #fff;
    border-radius: 5px;
    background-image: linear-gradient(90deg, hsla(98, 53%, 64%, .24) -.1%, hsla(98, 53%, 64%, 0) 130%);
}

.discount_by_quantity p {
    height: 32px;
}

.discount_by_quantity p::before {
    content: '';
    left: 3px;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: rgb(150 212 115);
    border-radius: 3px;
    margin-right: 10px;

}

.discount_by_quantity button {
    height: 32px !important;
    padding: 0 20px;
}

.boost_times {
    margin-top: 20px;
}

.options_start_time {
    color: rgb(103, 107, 139);
    font-size: 12px;
    margin-bottom: 5px;
}
.options_start_time i {
    color: rgb(192, 192, 214);
}
.options_start_time span {
    margin-left: 5px;
    color: rgb(192, 192, 214);
    font-family: 'montserrat bold';
    margin-right: 3px;
}

.boosting_foot .product__priceBox .old__price.price {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    margin-right: 10px;
    font-family: 'default';
}

.boosting_foot .product__priceBox .old__price i,
.boosting_foot .product__priceBox .old__price strong {
    text-decoration: line-through;
}

.boosting_foot .product__priceBox .price_discount {
    color: #ff3131;
}

.text_option {
    font-size: 16px;
    color: #fff;
    width: 100%;
}


.text_option div[data-serializationtype="informer"] {
    font-size: 14px;
    border-radius: 5px;
    padding-left: 15px;
}

.text_option div[data-serializationtype="informer"]::before {
    top: 50%;
    height: 80%;
    transform: translateY(-50%);
    left: 4px;
    border-radius: 3px;
    width: 3px;

}

.text_option ul {
    padding-left: 20px;
}

.text_option ul li {
    line-height: 24px;
    list-style: initial;
}

.boosting__data .product__priceBox .price {
    font-size: 30px;
    color: #fff;
}

.boosting__data .product__priceBox .cashback {
    padding: 4px 6px;
    background-image: linear-gradient(to right, rgba(11,133,234,.5), rgba(95, 117, 244, 6%));
    font-size: 12px;
    border-radius: 5px;
    margin-left: 15px;
    color: #fff;
}

.boosting__data .product__priceBox .cashback img {
    width: 16px;
    margin-left: 5px;
}

.tooltips .tooltips_icon {
    margin-left: 6px;
    cursor: pointer;
}

.tooltips .tooltips_icon i {
    font-size: 16px;
}

.tooltips .tooltips_icon i:hover {
    color: #0b85ea;
}

.tooltips .tooltip_content {
    background-image: linear-gradient(to right, rgba(11, 133, 234, .4), rgba(95, 117, 244, .1));
    background-color: #1D2641;
    color: #fff;
    max-width: 100%;
    padding: 12px;
    width: max-content;
    left: 0;
    bottom: 100%;
    border-radius: 5px;
    font-size: 12px;
    line-height: 22px;
    opacity: 0;
    z-index: -99;
    transition: all .3s;
    white-space: normal;
}

.checkbox_tooltips.tooltips .tooltip_content {
    right: 0;
    left: auto;
}

.tooltips:hover .tooltip_content {
    opacity: 1;
    z-index: 50;
}

.boosting__data .btn_box {
    margin-top: 30px;
}

.customBoost_main .boost-list .buyShopBtn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
}

.customBoost_main .boost-list button {
    height: 45px;
    font-family: 'Montserrat Bold';
    cursor: pointer;
}

.customBoost_main .boost-list .item button.z-disable {
    background: #4f4f4f !important;
    color: #828282 !important;
    cursor: not-allowed;
    border: none !important;
}

.customBoost_main .boost-list .buy-now {
    margin: 0;
}

.boosting__data .boosting_foot {
    position: sticky;
    z-index: 5;
    background: #070d25;
    bottom: 1px;
    border-top: 1px solid rgb(126 126 157 / 20%);
}

.boosting__data .boosting_foot .boosting_foot_border {
    padding: 25px;
}




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

.common__select--warp .select__value {
    color: rgba(255, 255, 255, 1);
    background: rgb(30, 34, 66);
    height: 35px;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 5px;
    color: #dbdbe9;
    cursor: pointer;
}

.common__select--warp .select__list {
    background: rgb(30, 34, 66);
    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: #5F75F4;
}

.common__select--warp .select__list p.active {
    background: #5F75F4;
    color: #fff;
}


.startPriceDiscount {
    margin-top: 20px;
    padding: 8px 10px 8px 10px;
    color: #fff;
    border-radius: 5px;
    background-image: linear-gradient(90deg, hsla(98, 53%, 64%, .24) -.1%, hsla(98, 53%, 64%, 0) 130%);
}
.startPriceDiscount .progress_text p {
    margin: 0 3px;
    color: #68B431;
}
.startPriceDiscount .progress_text span {
    margin:0 3px;
}
.startPriceDiscount .progress_bar {
    gap: 5px;
    margin-top: 10px;
}
.startPriceDiscount .progress_bar span {
    background-color: #737272;
    height: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.startPriceDiscount .progress_bar span i {
    width: 0%;
    height: 100%;
    border-radius: 4px;
    background: #68B431;
}



/* pkm */
.pkmaccount_main .boosting_ship {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 10px;
}

.pkmaccount_main .z-goods-list .goods_col_wp .goods_title {
    display: block;
    font-size: 24px;
    color: #fff;
    text-align: left;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
}

.pkmaccount_main .goodsPageShipList .boosting__data {
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    padding: 40px;
}

.pkmaccount_main.customBoost_main .boosting_ship_right {
    margin-left: 0;
    width: 100%;
    min-width: 100%;
}

.pkmaccount_main .boosting__introduction {
    margin-top: 40px;
    width: 100%;
}

.pkmaccount_main .boosting__introduction>h6 {
    font-size: 24px;
    border-bottom: 1px dashed #172345;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.pkmaccount_main .boost-list .boosting__data .boosting_sort {
    padding: 0;
}

.pkmaccount_main .boosting__data .boosting_foot {
    position: static;
}

.pkmaccount_main .boosting__data .boosting_foot .boosting_foot_border {
    background: none;
    padding: 0;
    margin-top: 20px;
}
.pkmaccount_main .boosting_ship_right .goods-list .goodItem .item-img {
    width: 360px;
    height: 360px;
    position: relative;
}

.pkmaccount_main .boosting__data .item-img img {
    width: 100%;
    border-radius: 5px;
}

.pkmaccount_main .boosting__data .product__img_small {
    gap: 10px;
    margin-top: 20px;
}

.pkmaccount_main .boosting__data .product__img_small img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
}

.pkmaccount_main.customBoost_main .hasData {
    width: 100%;
    margin-left: 60px;
}
.pkmaccount_main.customBoost_main .boost-list .buyShopBtn {
    display: flex;
}
.pkmaccount_main.customBoost_main .goodsPageShipList button {
    padding: 0 45px;
}

.pkmaccount_main .boosting__data .boost__common--select .select__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.pkmaccount_main .boost_common_item .select__list .list__option.checkbox_option {
    flex: none;
    white-space: nowrap;
}
.pkmaccount_main .boost-list .boosting__data .boost__common--select .title .title_line {
    display: none;
}
.pkmaccount_main .boost-list .boosting__data .boost__common--select {
    border-top: 1px solid #1F2D57;
}
.pkmaccount_main .item_title {
    color: #fff;
    font-size: 24px;
    padding-bottom: 20px;
}
.error_text_tips {
    margin-left: 20px;
    color: red;
    display: none;
}














@media (max-width: 1024px) {
    .boosting_description h2,
    .boosting_description h5,
    .boosting_description h6 {
        font-size: 18px;
        margin: 20px 0 10px;
        line-height: 24px;
    }

    .boosting_blocks .boost-block-item .block__title {
        font-size: 16px;
    }

    .boosting__introduction {
        width: 100%;
    }

    .boost_gallery .gallery-swiper-next,
    .boost_gallery .gallery-swiper-prev {
        width: 32px;
        height: 32px;
    }

    .boost_gallery .gallery-swiper-next {
        right: 10px;
    }

    .boost_gallery .gallery-swiper-prev {
        left: 10px;
    }

    .boost_gallery .gallery-swiper-next:hover,
    .boost_gallery .gallery-swiper-prev:hover {
        background-color: #bbbbbb;
    }

    .boosting_ship {
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    .boosting_ship {
        display: flex;
        flex-direction: column-reverse;
    }

    .boost-list .boosting__data .boosting_sort {
        padding: 0 15px;
    }
    .boosting__introduction {
        margin-top: 20px;
    }

    .boosting_ship .boosting_ship_right {
        min-width: 100%;
        width: 100%;
    }

    .boosting__data .boosting_foot .boosting_foot_border {
        padding: 20px 15px;
    }
    .list-desc{
    padding: 0 10px;
    }
}