﻿body {
    line-height: 1.6;
    font-family: poppins,sans-serif, 'Lato',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-family: Arial,Helvetica,sans-serif !important;
    font: 14 px /1.7 poppins,sans-serif;
    /* font-size: 12px;*/
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    overflow-y: auto;
    color: #888888;
}

.buyer-container, .buyer-container2 {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1200px;
}

.buyer-topbar {
    border-bottom: 1px solid #e6e6e6;
}

    .buyer-topbar a, .buyer-module a {
        color: #777;
    }

.buyer-nav .first {
    height: 89px;
    line-height: 89px;
    vertical-align: middle;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 10px;
    color: rgba(0,0,0,.6);
    font-weight: 600;
    font-family: Muli,Arial,Helvetica,sans-serif !important;
}

.buyer-nav a.anav {
    color: #000;
    font-size: 20px;
    display: block;
}

.buyer-nav a:hover {
    color: #56cfe1;
}

.buyer-nav a.py-5 {
    padding: 40px 25px;
}

.buyer-nav .mall-dropdown {
    top: 104px;
    min-width: 200px;
    z-index: 9999;
}

.buyer-nav .position-relative:hover .mall-dropdown {
    display: block;
}

.buyer-product-list li {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 50%;
}

    .buyer-product-list li img {
        width: 100%;
        max-height: 152px;
    }

    .buyer-product-list li span {
        color: #777;
    }

        .buyer-product-list li span.text-danger {
            color: #FF5722;
        }

        .buyer-product-list li span.main-text-color {
            color: #56cfe1;
        }

    .buyer-product-list li .button {
        -webkit-transition: background .4s,border-radius .4s;
        transition: background .4s,border-radius .4s;
    }

        .buyer-product-list li .button:hover {
            color: #ffffff;
            background-color: #56cfe1;
            border-color: #56cfe1;
        }

            .buyer-product-list li .button:hover span {
                color: #ffffff;
            }

.buyer-product-list .addbag {
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -50px;
    display: none;
}

    .buyer-product-list .addbag.spec {
        left: 10px;
        right: 10px;
        margin: 0;
        bottom: 10px;
        top: auto;
    }

.buyer-product-list li .position-relative:hover .addbag {
    display: block;
}

.text-orange {
    color: #ffc000;
}

/*.buyer-product-list li .icon-shoucang1:hover {
    text-shadow: 1px 1px 1px #777;
    cursor: pointer;
}*/

.buyer-product-list li a {
    color: #777;
}

    .buyer-product-list li a:hover {
        text-decoration: underline;
    }

.buyer-product-list button, .buyer-button {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 12px;
    cursor: pointer;
    -webkit-transition: all;
    transition: all;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-clip: padding-box;
}

.buyer-product-list a:hover {
    color: #56cfe1;
}

.main-text-color {
    color: #56cfe1;
}

.main-border-color {
    color: #c2c2c2
}

.addcart {
    background-color: #56cfe1;
    border-color: #56cfe1;
}

.shoucang:hover {
    color: #ffffff;
    background-color: #56cfe1;
    border-color: #56cfe1;
}

.buyer-detail-chengnuo ul {
    list-style: disc;
}

.buyer-detail-trust {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.buyer-crumb a {
    color: #777;
}

    .buyer-crumb a:hover {
        text-decoration: underline;
    }

.buyer-crumb span {
    color: #ccccd1;
}

    .buyer-crumb span.px-2:last-child {
        display: none;
    }

.buyer-page span, .buyer-page a {
    padding: 4px 10px;
    font-weight: bold;
}



    .buyer-page a.bg-dark:hover {
        color: white;
    }

.buyer-cart {
    max-width: 400px;
    z-index: 1031;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.buyer-table {
    width: 100%;
    table-layout: fixed;
}

    .buyer-table th, .buyer-table td {
        padding: 10px;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }

.buyer-footer a {
    color: #777;
}

    .buyer-footer a:hover {
        color: #777;
        text-decoration: underline;
    }

.buyer-footer ul {
    padding-top: 10px;
}

    .buyer-footer ul li {
        padding: 10px 0;
    }

.copyright-agileinfo {
    font-size: 12px;
    letter-spacing: 2px;
    color: #222;
    font-weight: 300;
    text-align: center;
}

    .copyright-agileinfo a {
        display: inline-block;
        color: #222;
        text-decoration: underline;
    }

.buyer-cate-pop {
    display: none;
}

.buyer-top-search:hover .buyer-cate-pop {
    display: block;
}

.buyer-cate-pop a {
    color: #777;
    padding: 10px;
}

    .buyer-cate-pop a:hover {
        text-decoration: underline;
    }


#pageInfo .leo-pagination {
    border-top: none;
    float: none;
}

.buyer-product-table {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
}

    .buyer-product-table th, .buyer-product-table td {
        padding: 9px 12px;
        text-align: center;
        border-right: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
    }

    .buyer-product-table th {
        color: rgba(0, 0, 0, 0.6);
        position: relative;
        font-weight: 400;
        background-color: #f7f7f7;
    }

.buyer-express-line {
    left: -12px;
    top: 18px;
    bottom: 0
}

.buyer-detail-spec {
    width: 510px;
}

.buyer-detail-content {
    margin: 10px auto;
    width: 960px
}

.account-content-left {
    width: 100%;
    padding-right: 0;
}

.account-content-right {
    width: 30%;
}

.mall-table td.opt {
    padding: 10px 0;
    text-align: center;
}

.leo-pagination .leo-input-row {
    width: auto;
    padding: 0;
}

    .leo-pagination .leo-input-row.go {
        width: auto;
    }

input, select {
    border: 0.0625rem solid #ced4da;
    background-color: #fff;
    height: 2.125rem;
    width: 100%;
    padding: 0 0.625rem;
}

.leo-form .leo-input-row .leo-input-label {
    width: 120px;
}

.leo-input-row {
    padding: 10px 10px 0 124px;
}

.buyer-chaticon {
    position: fixed;
    z-index: 99999;
    right: 30px;
    top: 45%;
}

    .buyer-chaticon a {
        width: 50px;
        height: 50px;
    }

        .buyer-chaticon a i {
            font-size: 25px
        }

#showpopnav {
    display: none;
}

#popnav ul {
    flex-direction: column !important;
}

#popnav .align-center {
    align-items: start;
}


.iants-buyer-header {
    /* background-color: #f7f8fa;*/
    background-color: #ffffff;
    width: 100%;
}

.iants-buyer-dropdown {
    top: 35px;
    z-index: 9999;
    display: none;
    min-width: 120px;
}

    .iants-buyer-dropdown a {
        color: #888888;
    }

    .iants-buyer-dropdown li:hover a {
        color: #222;
    }

.iants-buyer-switchlang:hover label, .iants-buyer-switchlang:hover .iconfont {
    color: #222;
    cursor: pointer;
}

.iants-buyer-switchlang:hover .iants-buyer-dropdown {
    display: block;
}

.iants-buyer-nav a {
    text-decoration: none;
    white-space: nowrap;
    color: rgba(0,0,0,.6);
    font-family: Muli,Arial,Helvetica,sans-serif !important;
}

    .iants-buyer-nav a:hover {
        color: #56cfe1;
    }

    .iants-buyer-nav a.first {
        height: 89px;
        line-height: 89px;
        font-size: 18px;
        padding: 0 10px;
        font-weight: 600;
    }

.iants-buyer-nav .iants-buyer-dropdown {
    top: 89px;
    width: 550px;
}

.iants-buyer-nav .position-relative:hover .iants-buyer-dropdown {
    display: block;
}

.iants-buyer-nav h4 a {
    color: #222;
    font-weight: bold;
}


.iants-xiadan-cate ul li {
    display: inline-block;
    cursor: pointer;
}

    .iants-xiadan-cate ul li a {
        display: block;
        padding: 10px 15px;
        color: #333;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        margin-bottom: -1px;
    }

    .iants-xiadan-cate ul li.select a {
        color: #ffffff;
        background-color: #46a0fb;
    }

.spList-sortbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 80px;
    /* border-bottom: 1px solid #e6e6e6;*/
}

    .spList-sortbar ::-webkit-scrollbar {
        width: 8px;
        height: 3px;
    }

.spList-sortbar-right {
    justify-content: flex-end;
}

    .spList-sortbar-right .total {
        line-height: 37px;
    }

        .spList-sortbar-right .total b {
            margin: 0 5px;
        }

.spList-sortbar-pricesearch {
}

    .spList-sortbar-pricesearch input {
        width: 90px;
        height: 28px;
        line-height: 26px;
    }

    .spList-sortbar-pricesearch button {
        padding: 0 10px;
        background: #46a0fb;
        cursor: pointer;
        height: 26px;
        color: #fff;
        display: none;
    }

    .spList-sortbar-pricesearch:hover button {
        display: inline-block;
    }

.spList-sortbar ul li {
    padding: 0 10px;
}

    .spList-sortbar ul li a {
        display: block;
        line-height: 28px;
        color: #333;
        border-bottom: 2px solid transparent;
    }

        .spList-sortbar ul li a .iconfont {
            font-size: 14px;
            margin-left: 5px;
        }

    .spList-sortbar ul li.select a {
        border-bottom: 2px solid #46a0fb;
    }


#popnav {
    background: #f6f6f8;
}

.buyer-tree li ul {
    display: none;
}

.buyer-tree li {
    width: 100%;
}

    .buyer-tree li li {
        padding-left: 20px;
    }

.mui-bar-tab {
    display: none !important;
}

#selfOrder {
    padding-top: 90px;
}

.iants-file-button {
}

    .iants-file-button a {
        position: relative;
        padding: 3px 15px;
        background-color: #28a745;
        cursor: pointer;
    }

        .iants-file-button a:hover {
            background-color: #28a745;
        }

    .iants-file-button input {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        opacity: 0;
        cursor: pointer;
    }

.buyer-order-search {
    display: flex;
    flex-flow: row;
    justify-content: end;
    width: 100%;
}

    .buyer-order-search .search-input {
        margin-left: 10px;
    }

        .buyer-order-search .search-input.date {
            width: 200px;
            position: relative;
        }

            .buyer-order-search .search-input.date:after {
                position: absolute;
                right: 5px;
                top: 5px;
                color: #A3B1CC;
                content: "\e607";
            }


    .buyer-order-search .leo-btn-blue {
        padding: 1px 15px;
        margin-left: 10px;
    }

@media (min-width: 768px) {
    .buyer-product-list li {
        width: 33.33%;
    }

    .buyer-container, .buyer-container2 {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: 90%;
    }
}


@media (min-width: 1200px) {
    .buyer-product-list li {
        width: 20%;
    }

   
}

@media (min-width: 1800px) {
    .buyer-product-list li {
        width: 20%;
    }

}

#listContainer {
    display: block;
}

#mobContainer {
    display: none;
}

@media (max-width: 767px) {
    /* #listContainer {
        display: none;
    }
*/
    #mobContainer {
        display: block;
    }

    .buyer-order-search {
        display: flex;
        flex-flow: column;
        justify-content: center;
        width: 100%;
    }

        .buyer-order-search .search-input {
            margin-left: 0;
            margin-bottom: 10px;
        }

            .buyer-order-search .search-input.date {
                width: auto;
                position: relative;
            }

        .buyer-order-search .leo-btn-blue {
            padding: 1px 15px;
            margin-left: 10px;
            float: right;
        }

    .buyer-top-logo.flex-row {
        flex-direction: column !important;
    }

    .buyer-chaticon {
        position: fixed;
        z-index: 99999;
        right: 20px;
        bottom: 20px;
        top: auto;
    }

    .account-content-left {
        width: 100%;
    }

    .buyer-crumb {
        padding-left: 10px;
        display: none;
    }

    #listContainer {
        margin: 0 !important;
        padding: 0 10px !important;
    }

    .flex.order-status {
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }

        .flex.order-status .ml-auto {
            display: none;
        }

    .account-content-right {
        width: 100%;
        display: none !important;
    }

    .buyer-footer .flex, .buyer-checkout-content.flex-row, .buyer-account-content.flex-row {
        flex-direction: column !important;
    }

    .mui-slider-div {
        margin: 0 -5px;
    }

    .iants-xiadan-pimgs {
        width: 100%;
    }

    .buyer-detail-topc.flex-row {
        flex-direction: column !important;
        padding: 0;
        border: none;
    }

    .buyer-detail-spec {
        width: 100%;
        padding: 0;
    }

    .buyer-detail-content {
        width: 100%;
    }


    .buyer-order-top.flex {
        flex-direction: column !important;
    }

    .leo-pagination .leo-input-row.go {
        display: none;
    }

    #statuslist.flex.flex-row {
        flex-direction: column !important;
    }

    #statuslist .flex-grow {
        flex-grow: unset;
    }

    #statuslist .flex-1 {
        margin-bottom: 10px;
    }


    .buyer-review > .flex-row {
        flex-direction: column !important;
    }

    .shopping-serivce.flex-row {
        flex-direction: column !important;
    }

    .shopping-serivce .flex {
        margin-bottom: 20px;
    }

        .shopping-serivce .flex i {
            margin: 0 20px;
        }

    #top_cates {
        display: none;
    }

    #pctopnav {
        /*  display: none;*/
        overflow-x: auto;
    }

    #x_cates .mall-dropdown {
        display: none !important;
    }

    #x_cates {
        width: 1500px;
    }

    #showpopnav {
        display: block;
    }

    .buyer-crumb-content.flex {
        flex-direction: column;
    }

    .buyer-product-list li {
        text-align: center;
    }



        .buyer-product-list li .flex {
            justify-content: center;
        }

    .hide600 {
        display: none !important;
    }

    .mobile-top {
        justify-content: space-between;
    }

    .iants-xiadan-cate .justify-end {
        justify-content: center !important;
        width: 100%;
        flex: auto;
    }

    /*.buyer-search .justify-end .flex {
        width: 100%;
    }*/

    .buyer-container, .buyer-container2 {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        max-width: 1200px;
    }

    .mui-bar-tab {
        display: block !important;
    }

    .buyer-product-list.self li {
        width: 50%;
    }

    #orderbar {
        display: none;
    }

    #selfOrder {
        padding-top: 50px;
    }
}
