.t-table {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    font: var(--td-font-body-medium);
    color: var(--td-text-color-primary);
    background-color: var(--td-bg-color-container);
}

/*.t-table__content {
    overflow: auto;
}*/
.t-table__content {
    position: relative;
    scrollbar-color: var(--td-scrollbar-color) transparent;
/*    scrollbar-width: thin;*/
}
.t-table table {
    width: 100%;
    border-spacing: 0;
}


.t-table--layout-fixed {
    table-layout: fixed;
}
table {
    border-collapse: collapse;
/*    border-spacing: 0;*/
}


.result-g-item-wrap .t-table__header tr {
   /* background: #008A50;*/
    background: #0686ce;
    color: #fff;
}

    .result-g-item-wrap .t-table__header tr th {
        padding: 15px 10px;
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
        color: #fff;
    }


.pointer {
    cursor: pointer;
}
/*
.result-g-item-wrap .t-table tr {
    background-color: transparent;
}*/
.result-g-item-wrap .t-table--layout-fixed tr td {
    vertical-align: middle;
    padding: 9px 10px;
}


    .result-g-item-wrap .t-table--layout-fixed tr td .green {
        color: #008a50;
    }

.clickable {
    cursor: pointer;
}


.result-g-item-wrap .t-table__body .hh-wrap .copy {
    color: #008a50;
    cursor: pointer;
    line-height: 12px;
    padding: 0 2px;
    display: none;
}


.svg-icon[data-v-d4882e5a] {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden;
}



.result-g-item-wrap .t-table--layout-fixed tr td .red {
    color: #c80000;
}
.clickable {
    cursor: pointer;
}


.result-g-item-wrap .t-table__body .cu-span {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
    .result-g-item-wrap .t-table__body .cu-span .lined {
       /* text-decoration: line-through;*/
    }
    .result-g-item-wrap .t-table__body .cu-span > div {
        display: flex;
        align-items: center;
    }


.priceRed {
    color: #ed1a25;
}



.result-g-item-wrap .t-table__body .cu-span .cu {
    font-size: 24px;
    color: #c80000;
    margin-left: 4px;
    margin-bottom: 4px;
}


.svg-icon[data-v-d4882e5a] {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden;
}
.result-g-item-wrap .t-table__body .cu-span .cu {
    font-size: 24px;
    color: #c80000;
}

.svg-icon[data-v-d4882e5a] {
    fill: currentColor;
}


.result-g-item-wrap .t-table__body .buy {
    padding: 18px 0;
    width: 100%;
}
    .result-g-item-wrap .t-table__body .buy .num-wrap {
        display: flex;
    }

    .result-g-item-wrap .t-table__body .buy .oper-btn.minus {
        border-radius: 2px 0 0 2px;
    }
    .result-g-item-wrap .t-table__body .buy .oper-btn.plus {
        border-radius: 0 2px 2px 0;
    }
    .result-g-item-wrap .t-table__body .buy .oper-btn {
        width: 24px;
        height: 24px;
        border: 1px solid #E5E5E5;
        background: #F1F1F1;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        color: #008a50;
    }


    .result-g-item-wrap .t-table__body .buy .num-wrap .cart-inp {
        width: 53px;
        height: 24px;
    }
.t-input-number.t-input-number--normal {
    padding: 0;
    border-radius: var(--td-radius-default);
}

.t-input-number.t-size-s {
    width: 120px;
    padding: 0 var(--td-comp-size-xs);
}

.t-input-number {
    font: var(--td-font-body-medium);
    color: var(--td-text-color-primary);
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 0 var(--td-comp-size-m);
    user-select: none;
    width: 144px;
}


.result-g-item-wrap .t-table__body .buy .add {
    width: 140px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    border-radius: 2px;
    /* background: #FA541C;*/
    color: #fff;
    user-select: none;
}

    .result-g-item-wrap .t-table__body .buy .add > .icon {
        font-size: 16px;
        margin-right: 6px;
    }

.svg-icon[data-v-d4882e5a] {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden;
}



.result-g-item-wrap .t-table__body .buy .btn-wrap {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 47px;
    cursor: pointer;
}

    .result-g-item-wrap .t-table__body .buy .btn-wrap .store-btn {
        width: 47px;
        height: 20px;
        border-radius: 10px;
        margin-top: 1px;
        padding-right: 2px;
        position: relative;
    }

    .result-g-item-wrap .t-table__body .buy .btn-wrap > span {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        font-size: 12px;
        line-height: 12px;
    }
    .result-g-item-wrap .t-table__body .buy .btn-wrap .store-btn .circle {
        width: 32px;
        height: 32px;
        position: absolute;
        right: 0;
        top: 0;
        overflow: hidden;
        opacity: 0;
        transition: all .3s;
    }



        .result-g-item-wrap .t-table__body .buy .btn-wrap .store-btn .circle::before {
            content: "";
            position: absolute;
            right: -26px;
            top: -26px;
            width: 52px;
            height: 52px;
            border-radius: 26px;
            background: #fff;
            box-shadow: 0 0 4px 4px #00000014;
        }


    .result-g-item-wrap .t-table__body .buy .btn-wrap .store-btn .icon {
        font-size: 14px;
        color: #ccc;
        margin-left: 2px;
    }

    .result-g-item-wrap .t-table__body .buy .btn-wrap .store-btn .txt, .result-g-item-wrap .t-table__body .buy .btn-wrap .store-btn .icon {
        position: relative;
    }

.svg-icon[data-v-d4882e5a] {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden;
}





.result-g-item-wrap .t-table__body .buy .btn-wrap .detail-btn {
    position: absolute;
    display: none;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.result-g-item-wrap .t-table__body .buy .btn-wrap > span {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 12px;
    line-height: 12px;
}


    .result-g-item-wrap .t-table__body .buy .btn-wrap > span .txt {
        display: none;
    }

.result-g-item-wrap .t-table__body .buy .btn-wrap .txt {
    color: #008a50;
}

.result-g-item-wrap .t-table__body .buy .btn-wrap .detail-btn > img {
    margin-right: 4px;
    margin-left: 4px;
    width: 9px;
    height: 15px;
}
.buy-w .buy .add div {
    margin: 0 4px;
    background: #FA541C;
    padding:5px 10px;
}

.buy-w .buy .add div a {
    color: #fff;
}

.news_btn {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}
.news_mian a {
    align-items: flex-end;
    display: flex;
}

a {
    text-decoration: none;
    color: #333;
    display: inline-block;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
.news_mian a > div:nth-child(2) {
    padding-left: 10px;
}






