.goods{
    margin-top: inherit;
}
.goods .goods-list{
    padding-top: 17px;
}

.goods_boosting .server_c {
    position: relative;
    margin-bottom: 20px;
}
.goods_boosting .server_c p {
    color: #3b93c1;
    font-size: 14px;
    margin-bottom: 15px;
    font-family: 'Montserrat bold';
}

.goods_boosting .server_c ul {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

.goods_boosting .server_c li {
    background: #11132e;
    color: #3b93c1;
    height: 45px;
    border-right: 1px solid #060d25;
    cursor: pointer;
    width: auto;
    font-family: 'Montserrat SemiBold';
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}

.goods_boosting .server_c li:hover {
    box-shadow: none;
    background: #000;
    color: #fff;
}

.goods_boosting .server_c li:last-child {
    border-right: none;
    margin-right: 0;
}

.goods_boosting .server_c li.active {
    background: -webkit-linear-gradient(left top, #68f3a5, #1a4ed5);
    background: -o-linear-gradient(bottom right, #68f3a5, #1a4ed5);
    background: -moz-linear-gradient(bottom right, #68f3a5, #1a4ed5);
    background: linear-gradient(to bottom right, #68f3a5, #1a4ed5);
    color: #fff;
}

.goods_boosting .device_c li {
    width: 33.3%;
}

.goods_boosting .server_c li {
    width: 50%;
    text-align: center;
    padding: 0;
    font-size: 12px;
}



.boosting_sort {
    display: flex;
    flex-direction: column;
}

.boost_common_item {
    margin-bottom: 25px;
}
.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{
    padding: 0 25px;
    padding-bottom: 30px;
    position: relative;
    background: #070d25;
    padding-top: 160px;
}
.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;
}
.boost_common_item .boost_title , .goods_server .common_select_title  {
    color: #3b93c1;
    font-size: 14px;
    margin-bottom: 15px;
    font-family: 'Montserrat bold';
}
.boosting_ship{
    margin-top: 25px;
}
.boosting_ship .boosting_ship_left{
    width: 100%;
    margin-right: 50px;
}
.boosting_ship .boosting_ship_right{
    width: 320px;
    /* min-width: 320px; */
    min-width: 344px;
    margin-top: 0;
}
.boosting_ship .boosting_ship_right .goods_server .goods_select_list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.boosting_ship .boosting_ship_right .goods_server .goods_select_list .list_item{
    width: 100%;
    background: #11132e;
    color: #3b93c1;
    height: 45px;
    border-right: 1px solid #060d25;
    cursor: pointer;
    width: auto;
    font-family: 'Montserrat SemiBold';
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boosting_ship .boosting_ship_right .goods_server .goods_select_list .list_item:nth-child(2n){
    
    border-radius: 0 5px 5px 0;
    border-right: 0;
}
.boosting_ship .boosting_ship_right .goods_server .goods_select_list .list_item:nth-child(2n+1){
    border-radius: 5px 0 0 5px;
}
.boosting_ship .boosting_ship_right .goods_server .goods_select_list .list_item.active{
    background: -webkit-linear-gradient(left top, #68f3a5, #1a4ed5);
    background: -o-linear-gradient(bottom right, #68f3a5, #1a4ed5);
    background: -moz-linear-gradient(bottom right, #68f3a5, #1a4ed5);
    background: linear-gradient(to bottom right, #68f3a5, #1a4ed5);
    color: #fff;
}
.boost_type_4 .boost_list{
    flex-wrap: wrap;
}
.boost_type_4 .boost_list .list_item {
    background-color: rgb(30, 34, 66);
    border-radius: 4px;
    color: #e0e1ff;
    margin-right: 10px;
    padding:10px;
    cursor: pointer;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.boost_type_4 .boost_list .list_item .price {
    color: #fff;
}

.boost_type_4 .boost_list .list_item.active {
    background: -webkit-linear-gradient(left top, #68f3a5, #1a4ed5);
    background: -o-linear-gradient(bottom right, #68f3a5, #1a4ed5);
    background: -moz-linear-gradient(bottom right, #68f3a5, #1a4ed5);
    background: linear-gradient(to bottom right, #68f3a5, #1a4ed5);
}

.boost_type_4 .boost_list .list_item .price_content {
    margin-left: 5px;
}

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

.boost_type_3 .boost_select-warp {
    position: relative;
}

.boost_type_3 .boost_select-warp .select_value {
    list-style: none;
    width: 100%;
    height: 44px;
    padding: 10px 20px;
    border: 1px solid rgb(30, 34, 66);
    background-color: rgb(30, 34, 66);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: #fff;
}
.boost_type_3 .boost_select-warp .select_value p{
    width: 70%;
}

.boost_type_3 .boost_select-warp .select_value .price {
    margin-right: 5px;
}

.boost_type_3 .boost_select-warp .select_value .ico {
    width: 13px;
    height: 7px;
    background-image: url(/static/pc/image/public_ico.png);
    background-position: 0 -19px;
    margin-top: -2px;
   
}

.boost_type_3 .boost_select-warp .select_list {
    background: #11132e;
    color: #fff;
    left: 0;
    width: 100%;
    top: 100%;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    position: absolute;
    z-index: 99;
}

.boost_type_3 .boost_select-warp .select_list.show {
    display: block;
}

.boost_type_3 .boost_select-warp .select_list .list_item {
    color: #fff;
    padding-left: 20px;
    cursor: pointer;
    padding: 8px 5px 8px 20px;
}

.boost_type_3 .boost_select-warp .select_list .list_item.active {
    background: #1c1f2e;
    color: #fff;
}



.boost_type_1 .boost_list .list_item .checked span,
.boost_type_2 .boost_list .list_item .checked span {
    display: block;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    border: 2px solid #303561;
    border-radius: 3px;
    margin-right: 12px;
    position: relative;
    cursor: pointer;
}
.boost_type_1 .boost_list .list_item,
.boost_type_2 .boost_list .list_item {
    margin-bottom: 5px;
    cursor: pointer;
    color: #7073c9;
}
.boost_type_1 .boost_list .list_item.active .checked span,
.boost_type_2 .boost_list .list_item.active .checked span {
    background: #62e8a8;
    border-color: #62e8a8;
}
.boost_type_1 .boost_list .list_item .checked span i,
.boost_type_2 .boost_list .list_item .checked span i {
    display: none;
    width: 12px;
    height: 8px;
    background-image: url(/static/pc/image/public_ico.png);
    background-repeat: no-repeat;
    background-size: 200px;
    margin-top: 5px;
    margin-left: 2px;
    background-position: -85px -145px;
}
.boost_type_1 .boost_list .list_item.active .checked span i,
.boost_type_2 .boost_list .list_item.active .checked span i {
    display: block;

}
.boost_type_2 .boost_list .list_item .price_content {
    color: rgb(192, 192, 214);
}
.boost_type_2 .boost_list .list_item .price {
    white-space: nowrap;
    color: rgb(192, 192, 214);
}

.boost_type_1 .boost_list .list_item .checked span {
    border-radius: 50%;
}

.goods_boosting .goods_time {
    margin-top: 20px;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.goods_boosting .goods_time svg {
    margin-top: 1px;
}
.goods_boosting .goods_time  p{
    margin-left: 5px;
    font-size: 12px;
    color: #3b93c1;
}
.goods_boosting .boost_range {
    margin-bottom: 40px;
}

.goods_boosting .boost_range.rangHide {
    display: none;
}

.goods_boosting .boost_one_range .level-1,
.goods_boosting .boost_one_range .level-2 {
    display: none;
}

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

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

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

.goods_boosting .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;
}
.boosting_ship .boosting_ship_right .priceBox{
    display: flex;
    margin-top: 30px;
    align-items: baseline;
}
.boosting_ship .boosting_ship_right .priceBox .truePrice{
    color: #62e8a8;
    font-size: 28px;
    text-align: center;
    font-family: 'montserrat semibold';
    margin-right: 10px;
}
.boosting_ship .boosting_ship_right .buyShopBtn{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.boosting_ship .boosting_ship_right .buyShopBtn button {
    display: block;
    width: 100%;
    text-align: center;
    height: 45px;
    font-family: 'Montserrat Bold';
    cursor: pointer;
    border-radius: 5px;
}
.boosting_ship .boosting_ship_right .buyShopBtn button.buyNow {
    background: -webkit-linear-gradient(left top, #69f6a4, #133eda);
    background: -o-linear-gradient(bottom right, #69f6a4, #133eda);
    background: -moz-linear-gradient(bottom right, #69f6a4, #133eda);
    background: linear-gradient(to bottom right, #69f6a4, #133eda);
    color: #fff;
    margin: 0;
    margin-right: 10px;
}
.boosting_ship .boosting_ship_right .buyShopBtn button.buyNow:hover {
    background: -webkit-linear-gradient(top, #775cdc, #2d78e6);
    background: -o-linear-gradient(bottom, #775cdc, #2d78e6);
    background: -moz-linear-gradient(bottom, #775cdc, #2d78e6);
    background: linear-gradient(to bottom, #775cdc, #2d78e6);
}
.boosting_ship .boosting_ship_right  .buyShopBtn button.buyCart {
    background: #1f203c;
    color: #fff;
    border: 1px solid #303561;
}
.boosting_ship .boosting_ship_right  .buyShopBtn button.buyCart:hover {
    background: #272852;
    color: #fff;
}

.boosting_ship .boosting_ship_right  .buyShopBtn button.no {
    background: #ccc;
    color: #000;
    cursor: not-allowed;
}
.boosting_ship .boosting_ship_right  .buyShopBtn button.no:hover {
    background: #ccc;
    color: #000;
    cursor: not-allowed;
}
.goods_mask {
    position: absolute;
    top: 0;
    left: 0;
    background: #0e1319;
    width: 100%;
    height: 100%;
    z-index: 97;
    display: none;
}

.goods_mask img {
    width: 80px;
}


.boosting-info .introduction__build .build__title {
    position: relative;
}

.boosting-info .introduction__build .build__title::after {
    content:'';
    position: absolute;
    display: block;
    width: 13px;
    height: 7px;
    background-position: 0 -19px;
    transition: all .3s;
    background-image: url(/static/pc/image/public_ico.png) !important;
    background-repeat: no-repeat;
    background-size: 200px;
    display: inline-block;
    right: 20px;
}

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

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

    .boosting_ship .boosting_ship_left {
        padding: 0 10px;
    }
}