
.boosting_main .item-recommended li div:first-child label:after {
    background-image: url(/static/pc/image/public_ico.png);
    background-repeat: no-repeat;
    background-size: 200px;
    display: inline-block;
}
.remnant2_boosting .orb_content .orb_content_right,
.remnant2_boosting .orb_content .orb_content_right .home-news {
    width: 400px;
    min-width: 400px;
}
.remnant2_boosting .orb_content .orb_content_right .reviews {
    width: 100%;
    padding-left: 70px;
}
.remnant2_boosting .orb_content .orb_content_right .chaosorbGoods .itemBox {
    margin-top: 100px;
}
.remnant2_boosting .orb_content .orb_content_right .chaosorbGoods {
    overflow: hidden;
}
.remnant2_boosting .orb_content .orb_content_right .chaosorbGoods .item-img img {
    margin-top: -79px;
}
.remnant2_weapon.remnant2_boosting .orb_content .orb_content_right .chaosorbGoods .item-img img {
    margin-top: -50px;
}
.remnant2_weapon.remnant2_boosting .orb_content .orb_content_right .chaosorbGoods .itemBox {
    margin-top: 140px;
}
.boosting_main .item-recommended {
    margin-top: 30px;
}

.item-recommended_2.hide {
    display: none;
}

.boosting_main .item-class>p,
.boosting_main .item-recommended>p {
    color: #3b93c1;
    font-size: 14px;
    margin-bottom: 15px;
    font-family: 'Montserrat bold';
}
.boosting_main .item-recommended ul li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: rgb(192, 192, 214);
    cursor: pointer;
    margin-bottom: 10px;
}

.boosting_main .item-recommended li div {
    position: relative;
    display: flex;
    align-items: center;
}

.boosting_main .item-recommended li div:first-child label {
    display: block;
    min-width: 20px;
    height: 20px;
    border: 2px solid #303561;
    border-radius: 3px;
    margin-right: 12px;
    position: relative;
    cursor: pointer;
}
.boosting_main .item-recommended_2 li div:first-child label {
    border-radius: 50%;
}
.boosting_main .item-recommended li div:first-child p {
    color: rgb(192, 192, 214);
    min-height: auto;
    text-align: left;
}

.boosting_main .item-recommended li div:first-child label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 2px;
    width: 12px;
    height: 8px;
    background-position: -85px -145px;
    opacity: 0;
}

.boosting_main .item-recommended li.active div:first-child label {
    background: #62e8a8;
    border-color: #62e8a8;
}

.boosting_main .item-recommended li.active div:first-child label:after {
    opacity: 1;
}

.boosting_main .item-recommended li.active div:first-child p {
    color: #fff;
}

.boosting_main .item-recommended li.active div {
    color: #fff;
}



.boosting_main .item-class {
    margin-top: 40px;
}
.boosting_main .item-class ul {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}
.boosting_main .item-class ul li {
    background: #1f203c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    height: 40px;
    cursor: pointer;
}
.boosting_main .item-class ul li:hover {
    color: #0b85ea;
}
.boosting_main .item-class ul li.active {
    background: #0b85ea;
    color: #fff;
}

.item-option ul li.hide {
    display: none;
}

@media (max-width: 1024px) {
    .remnant2_boosting .orb_content .orb_content_right, .remnant2_boosting .orb_content .orb_content_right .home-news {
        width: 100%;
        min-width: 100%;
    }
}