.z-golds-contnet.z-goods-content {
    margin-top: 24px;
}

.z-gold-list {
    align-items: flex-start;
    background: rgba(43, 63, 94, 0.2);
    border-radius: 1px 1px 1px 1px;
    padding: 32px 24px;
}

.z-gold-list .golds_select_quantity {
    flex: 1 100%;
    overflow: hidden;
}


.z-gold-list .golds_info {
    width: 480px;
    min-width: 480px;
    margin-left: 32px;
    padding: 24px;
    background: rgba(43, 63, 94, 0.2);
    overflow: hidden;
}

.starsVault_content.z-gold-list .golds_info {
    background: #1D2641;
    background-image: none;
    position: relative;
}

.quantity_title {
    margin-bottom: 12px;
}

.quantity__list {
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}

.quantity__list span {
    height: 38px;
    background: rgba(43, 63, 94, 0.2);
    color: #fff;
    font-size: 14px;
    position: relative;
}

.quantity__list span .give {
    background: #68B431;
    position: absolute;
    top: -8px;
    right: -6px;
    font-size: 12px;
    color: #fff;
    border-radius: 10px;
    height: 16px;
    line-height: 16px;
    padding: 0 7px;
}

.quantity__list span:hover {
    color: #F39800;
}

.quantity__list span.active {
    background: #730000;
    color: #fff;
    font-family: 'default_bold';
}

.quantity_input {
    background: rgba(43, 63, 94, 0.1);
    height: 66px;
    overflow: hidden;
    margin: 32px 0;
}

.quantity_input button,
.quantity_input span {
    height: 100%;
    min-width: 130px;
    font-size: 36px;
    color: #fff;
    background: rgba(43, 63, 94, 0.2);
}

.quantity_input button {
    font-family: 'default';
}

.quantity_input button:hover,
.quantity_input span:hover {
    color: #F39800;
}

.quantity_input input {
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'default_bold';
    height: 100%;
    background: none;
    font-size: 22px;
}

/* Chrome / Safari / Edge / Opera */
.quantity_input input[type="number"]::-webkit-outer-spin-button,
.quantity_input input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.quantity_input input[type="number"] {
    -moz-appearance: textfield;
}

/* 新规范（部分浏览器支持） */
.quantity_input input[type="number"] {
    appearance: textfield;
}

.gold_tips {
    color: #666666;
    background: #F3F3F3;
    border-radius: 5px 5px 5px 5px;
    padding: 32px 16px;
}

.gold_tips>div {
    border-right: 1px solid #D8D8D8;
    text-align: center;
}

.gold_tips>div:last-child {
    border: none;
}

.gold_tips i {
    font-size: 32px;
    color: #68B431;
    margin-bottom: 8px;
}

.golds_desc .desc_trading {
    margin-top: 20px;
    height: 330px;
    mask-image: linear-gradient(to bottom, #000 50%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, #000 50%, transparent 100%);
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
}

.golds_desc .desc_trading.show {
    height: auto;
    mask-image: none;
    -webkit-mask-image: none;
}

.golds_desc .trading_btn.trading_more i {
    transform: rotate(90deg);
    margin-right: 5px;
}

.golds_desc .trading_btn.trading_less i {
    transform: rotate(-90deg);
    margin-right: 5px;
}

.golds_desc .trading_btn {
    display: none;
    font-size: 12px;
}

.golds_desc .trading_btn.show {
    display: flex;
}

.golds_desc .trading_btn:hover {
    color: #5F75F4;
}

.golds_info .gold_goods_info .gold_image {
    background: #181E25;
    border-radius: 5px;
}

.golds_info .gold_goods_info img {
    width: 60px;
    height: 60px;
}

.golds_info .gold_goods_info {
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(43, 63, 94, 0.5);
}

.starsVault_content .golds_info .gold_goods_info {
    border: none;
    padding: 0;
}

.golds_info .gold_other_info {
    padding: 15px 0;
    border-bottom: 1px solid rgba(43, 63, 94, 0.5);
}

.golds_info .gold_other_info .gold_option {
    margin-bottom: 15px;
}

.golds_info .gold_other_info .gold_option:last-child {
    margin: 0;
}

.golds_info .gold_other_info .gold_discount {
    display: none;
}

.golds_info .gold_other_info .gold_discount.show {
    display: flex;
}

.golds_info .gold_other_info .gold_discount p {
    color: #ff3131;
}

.golds_info .gold_other_info .gold_amount .golds__give {
    color: #68B431;
    display: none;
}

.golds_info .gold_other_info .gold_amount .golds__give.show {
    display: block;
    margin-left: 5px;
}

.golds_info .gold_total {
    padding: 24px 0 30px;
}

.golds_info .gold_total .old_price {
    color: #ccc;
    display: none;
}

.golds_info .gold_total .old_price.show {
    display: block;
}

.golds_info .gold_total .old_price i,
.golds_info .gold_total .old_price em {
    text-decoration: line-through;
}

.golds_info .gold_total .true_price {
    color: #F39800;
    font-size: 28px;
    margin-left: 3px;
}

.golds_info .gold_button button {
    width: 100%;
    height: 50px;
    background: #730000;
    border-radius: 0;
}

.golds_info .gold_button button:hover {
    background: #F39800;
}

.golds_info .gold_button.isHide button {
    background: #ccc !important;
    cursor: not-allowed !important;
}

.golds_info .gold_button button i {
    font-size: 18px;
}

.golds_info .gold_button button.add_cart {
    background: rgba(43, 63, 94, 0.5);
    margin-top: 9px;
}

.golds_info .gold_button button.add_cart:hover {
    background: rgba(43, 63, 94, 0.8);
}

.z-golds-contnet .goods_loading_mask,
.z-golds-contnet .z-notData {
    z-index: 9;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(18, 25, 37, .8);
    height: 100%;
    margin: 0;
    border-radius: 5px;
}

.z-golds-contnet .golds_amount_total {
    align-items: flex-start;
    text-align: center;
}


.z-golds-contnet .golds_amount_total .gold_amount .golds__give {
    display: none;
}

.z-golds-contnet .golds_amount_total .gold_amount .golds__give.show {
    display: block;
}

.z-golds-contnet .golds_amount_total .gold_amount {
    border-right: 1px solid rgba(43, 63, 94, 0.5);
    padding: 0 36px;
}

.z-golds-contnet .golds_amount_total .gold_amount p {
    font-size: 28px;
    margin-top: 5px;
}

.z-golds-contnet .golds_amount_total .gold_total {
    padding: 0 36px;
}

.z-golds-contnet .golds_amount_total .gold_total .true_price {
    font-size: 28px;
    margin-top: 5px;
    display: block;
}

.z-golds-contnet .golds_amount_total .gold_total .old_price {
    color: #ccc;
    display: none;
}


.z-golds-contnet .golds_amount_total .gold_total .old_price i,
.z-golds-contnet .golds_amount_total .gold_total .old_price em {
    text-decoration: line-through;
}

.z-golds-contnet .golds_amount_total .gold_total .old_price.show {
    display: block;
}


.z-poe2-main .poe2_img img {
    max-width: 100%;
}

.z-poe2-main .poe2_img p {
    text-align: center;
    margin-top: 24px;
    font-size: 18px;
}

.z-poe2-main .golds_info .gold_total {
    justify-content: center;
    padding: 0 0 12px;
}

.z-poe2-main .golds_info .gold_total>span {
    display: none;
}

.z-poe2-main .poe2_quantity .quantity_input {
    height: 37px;
    margin: 12px 0;
}

.z-poe2-main .poe2_quantity .quantity_input input {
    font-size: 18px;
}

.z-poe2-main .poe2_quantity .quantity_input button,
.z-poe2-main .poe2_quantity .quantity_input span {
    font-size: 18px;
    min-width: 85px;
}

.z-poe2-main .poe2_about {
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1100px) {
    .quantity__list {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 1024px) {

    /* gold */
    .quantity__list {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }

    .z-gold-list .golds_info {
        min-width: 360px;
        width: 360px;
        margin-left: 20px;
    }

    .golds_info .gold_other_info .gold_option {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .z-gold-list {
        display: block;
        padding: 10px;
    }

    .z-gold-list .golds_info {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
        min-width: 100%;
        padding: 10px;
    }

    .quantity__list {
        grid-template-columns: repeat(3, 1fr);
    }

    .quantity_input {
        height: 60px;
    }

    .quantity_input button,
    .quantity_input span {
        min-width: 80px;
    }

    .gold_tips {
        grid-template-columns: repeat(2, 1fr);
        padding: 20px 0;
        display: none;
    }

    .gold_tips>div {
        padding: 20px 10px;
    }

    .gold_tips>div:nth-child(2n) {
        border: none;
    }

    .goods_affixes.goods_checkbox .affixes-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .z-golds-contnet .starsVaults_free .free_head,
    .z-golds-contnet .starsVaults_free .free_body .free_body_item {
        padding-left: 10px;
        font-size: 12px;
        white-space: nowrap;
    }

    .z-golds-contnet .starsVaults_free img {
        width: 30px;
        height: 30px;
    }

    .starsVault_content {
        padding: 20px 10px;
    }

    .z-golds-contnet .starsVaults_free .free_body .free_body_item {
        height: 60px;
    }

    .z-golds-contnet .golds_amount_total .gold_total .true_price,
    .z-golds-contnet .golds_amount_total .gold_amount p {
        font-size: 20px;
    }
}

@media (max-width: 500px) {}


@media (max-width: 400px) {}

.lang__ar .z-gold-list .golds_info {
    margin: 0 40px 0 0;
}

.lang__ar .gold_tips>div {
    border-left: 1px solid #D8D8D8;
    border-right: none;
}

.lang__ar .gold_tips>div:last-child {
    border: none;
}