﻿button {
    cursor: pointer;
}

.iants-layout-aside {
    box-shadow: 1px 0 2px 0 rgba(0, 0, 0, .05);
    width: 208px;
    z-index: 300;
    background-color: #262e3b;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.iants-layout-nav {
    color: rgba(255, 255, 255, .7);
    height: calc(100% - 56px);
}

.iants-layout-aside ::-webkit-scrollbar-track-piece { /*内层轨道，滚动条中间部分（除去）。*/
    background: #152036;
}

.iants-layout-aside ::-webkit-scrollbar-thumb {
    background: #485163;
}

.iants-layout-aside.bg-white ::-webkit-scrollbar-track-piece { /*内层轨道，滚动条中间部分（除去）。*/
    background: rgb(240, 240, 240);
}

.iants-layout-aside.bg-white ::-webkit-scrollbar-thumb {
    background: rgb(180, 180, 180);
}

.iants-layout-nav .nav-title,
.iants-layout-nav .nav-subtitle {
    border-bottom: 1px #434c59 solid;
    cursor: pointer;
}

.iants-layout-nav .nav-title {
    background: #333d4b;
    padding: 14px 10px 14px 0px;
}


    .iants-layout-nav .nav-title .first {
        width: 40px;
        text-align: center;
    }

.iants-layout-nav .nav-subtitle {
    padding: 10px 10px;
    border-bottom: 1px #434c59 solid;
}

    .iants-layout-nav .nav-subtitle.bg-primary {
        color: white;
        font-weight: bold;
    }

    .iants-layout-nav .nav-subtitle .split {
        width: 3px;
        display: none;
    }

    .iants-layout-nav .nav-subtitle:hover .split {
        display: block;
    }

.iants-layout-nav ul {
    transition: all .3s;
    -webkit-transition: all .3s;
}

.iants-layout-aside.small {
    width: 60px;
}

    .iants-layout-aside.small .nav-title {
        padding: 14px 0;
    }

        .iants-layout-aside.small .nav-title .first {
            width: 100%;
        }

        /*.iants-layout-aside.small ul ul {
        display: none !important;
    }*/

        .iants-layout-aside.small .nav-title .ml-auto,
        .iants-layout-aside.small .nav-title span {
            display: none !important;
        }


.iants-layout-top {
    left: 208px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    transition: all .3s;
    -webkit-transition: all .3s;
}

    .iants-layout-top menu {
        display: none;
        z-index: 1040;
        top: 34px;
        right: 15px;
    }

    .iants-layout-top .user:hover menu {
        display: block;
    }

    .iants-layout-top menu a:hover {
        color: #E2E2E2;
    }

.iants-layout-aside.small ~ .iants-layout-top {
    left: 60px;
}

.iants-layout-body {
    padding: 84px 0 0 208px;
    height: 100%;
}

.iants-layout-aside.small ~ .iants-layout-body {
    padding-left: 60px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.iants-layout-logo {
    padding: 2px 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
}

    .iants-layout-logo img {
        height: 46px;
    }


.iants-header .iconfont:hover {
    color: #333333;
    cursor: pointer;
    font-weight: bold;
}

.iants-pagetab .absolute-left,
.iants-pagetab .absolute-right {
    width: 36px;
    line-height: 36px;
    text-align: center;
}



/* 20210114添加 */
.iants-layout-logo {
    overflow: hidden;
}

.iants-layout-aside.small > .iants-layout-nav > ul > li:hover > ul {
    position: fixed;
    margin-top: -50px;
    background: #333d4b;
    left: 58px;
    display: block !important;
}

/*.iants-layout-aside.small ul ul li .nav-subtitle + ul {
    display: none !important;
}*/

.iants-pagetab {
    height: 36px;
}

.iants-pagetab-tabs {
    padding: 0 74px;
    color: #666;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

    .iants-pagetab-tabs ul {
        transition: all .3s;
        -webkit-transition: all .3s;
    }

    .iants-pagetab-tabs li {
        line-height: 36px;
        /*max-width: 160px;*/
        text-overflow: ellipsis;
        padding-right: 36px;
        /*padding-left: 10px;*/
        overflow: hidden;
        border-right: 1px solid #f6f6f6;
        transition: all .2s;
        -webkit-transition: all .2s;
        border-top: 2px solid transparent;
        float: left;
        cursor: pointer;
    }

        .iants-pagetab-tabs li:hover {
            background-color: #f6f6f6;
        }

        .iants-pagetab-tabs li.active {
            background-color: #f6f6f6;
            border-top: 2px solid #262e3b;
            color: #000000;
        }

        .iants-pagetab-tabs li span {
            padding-left: 10px;
            display: block;
        }

    .iants-pagetab-tabs .icon-hebingxingzhuang {
        color: #c2c2c2;
        z-index: 1000;
    }

.iants-pagetab-control {
    border-right: 1px solid #f6f6f6;
    color: #666;
}

    .iants-pagetab-control.icon-icon-- menu {
        width: 120px;
        right: 0;
    }

    .iants-pagetab-control.icon-icon--:hover menu {
        display: block;
    }

/*#region tab*/
.iants-tab {
    width: 100%;
    height: 100%;
}

.iants-tabheader {
    width: 100%;
    cursor: pointer;
}

    .iants-tabheader .active {
        border-bottom: 2px solid #000000;
        font-size: 15px !important;
    }

        .iants-tabheader .active span:first-child {
            font-weight: bold;
        }

.iants-tabcontent {
    height: calc(100% - 43px);
}
/*#endregion*/


/*#regin dialog*/
.iants-backdrop {
    background-color: rgba(0, 0, 0, .2);
    z-index: 999;
}

.iants-dialog {
    width: 300px;
    height: 180px;
    z-index: 1031;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -90px;
}

.iants-dialog-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .iants-dialog-header .headertool .iconfont {
        cursor: pointer;
    }

        .iants-dialog-header .headertool .iconfont:hover {
            color: orangered;
        }

.iants-dialog-body {
    padding-top: 40px;
    height: 100%;
}

.iants-dialog-footer {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .iants-dialog-footer ~ .iants-dialog-body {
        padding-bottom: 43px;
    }

.iants-toast-container {
    line-height: 17px;
    position: fixed;
    z-index: 9999;
    top: 70px;
    left: 50%;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
}

    .iants-toast-container.loading {
        top: 30%;
    }

    .iants-toast-container.active {
        opacity: .9;
    }

.iants-toast-message {
    font-size: 14px;
    padding: 10px 25px;
    text-align: center;
    color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #323232;
}

    .iants-toast-message span {
        color: #fff;
    }

    .iants-toast-message img {
        display: block;
        margin: 0 auto 10px;
        width: 60px;
    }

/*#endregion*/

/*#region date**/
.iants-date {
    width: 280px;
    color: #666;
}

.iants-date-header span, .iants-date-footer span {
    cursor: pointer;
}

.iants-date-header .icon-NMStubiao-, .iants-date-header .icon-NMStubiao-1 {
    font-size: 14px;
}

.iants-date-body table {
    text-align: center;
}

    .iants-date-body table th {
        font-weight: bold;
    }

    .iants-date-body table td, .iants-date-body table th {
        padding: 12px 5px;
        cursor: pointer;
    }

        .iants-date-body table td:hover {
            background-color: #F1F1F1;
        }

        .iants-date-body table td.disable {
            color: #d2d2d2;
        }

        .iants-date-body table td.select {
            color: #fff;
            font-weight: bold;
            background-color: #2fb3ff;
        }
/*#endregion **/


.iants-stat-group.fixed-bottom {
    right: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

    .iants-stat-group.fixed-bottom span {
        padding: 0 5px;
        margin-right: 10px;
        font-weight: bold;
    }


.iant-detail-self fieldset {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
}

.iant-list-self {
    width: 100%;
    position: relative;
}

    .iant-list-self .leo-search-container {
        width: 100%;
        position: relative;
        padding: 0;
        margin-top: -20px;
    }

    .iant-list-self .leo-footer {
        position: relative;
    }

    .iant-list-self .leo-conetnt-body {
        padding: 5px 0;
    }

/*#region 产品选择**/
.iants-product-selected h5 {
    font-size: 12px;
}

.iants-product-selected img {
    width: 50px;
    height: 50px;
}

.iants-product-selected input[type="number"] {
    width: 80px;
    height: 26px;
}

.iants-product-selected .iconfont {
    cursor: pointer;
}
/*#endregion 产品选择**/


.temptool a, .iants-shoplist .text-right a {
    margin-right: 15px;
}


.leo-search.leo-form h3 {
    display: none;
}

.leo-search.leo-form .leo-input-row .leo-input-label {
    display: none;
}

.leo-search.leo-form .leo-form-group {
    margin-bottom: 0;
}

.leo-search.leo-form .leo-form-action.fixed {
    position: relative;
    width: auto;
    padding: 0;
    border: none;
}

.iants-search-pop {
    width: 350px;
    background-color: #ffffff;
    bottom: 0;
    border-left: 1px solid #ccc;
    padding-top: 42px;
    position: fixed;
    top: 0;
    right: 0px;
    bottom: 0;
    z-index: 1030;
}

    .iants-search-pop .flex {
        flex-direction: column;
    }

    .iants-search-pop.leo-search.leo-form .leo-form-action.fixed {
        position: absolute;
        border-top: 1px solid #ccc;
        width: 100%;
    }

    .iants-search-pop.leo-search.leo-form .leo-input-row.leo-hidden {
        display: block !important;
    }

    .iants-search-pop.leo-search.leo-form .leo-input-row .leo-input-label {
        display: block;
    }


    .iants-search-pop.leo-search.leo-form {
        padding: 50px 20px 0 0px;
    }

    .iants-search-pop.leo-search .leo-input-row.down:after, .iants-search-pop.leo-search .leo-input-row.date:after {
        right: 15px;
    }

    .iants-search-pop.leo-search.leo-form h3 {
        display: block;
        text-align: left;
    }

    .iants-search-pop.leo-search.leo-form .leo-btn-gray {
        display: none;
    }

    .iants-search-pop.leo-search.leo-form .leo-btn-blue {
        width: 40%;
        margin: 10px auto 10px;
    }

    .iants-search-pop h3 .icon-hebingxingzhuang {
        cursor: pointer;
    }

        .iants-search-pop h3 .icon-hebingxingzhuang:hover {
            color: orangered;
        }

    .iants-search-pop .leo-form {
        padding-right: 30px;
    }

        .iants-search-pop.leo-form.leo-search .leo-form-group .leo-input-row {
            width: 100%;
            max-width: 100%;
            margin-bottom: 10px;
            padding: 10px 10px 0 100px;
        }

.iants-product-selected {
    padding-bottom: 50px;
}

.leo-innertable {
    padding: 10px;
}

    .leo-innertable table th {
        background-color: #fff;
    }

.leo-table .leo-innertable table th, .leo-table .leo-innertable table td {
    border-right: 1px solid #dadadd !important;
    border-bottom: 1px solid #dadadd !important;
}

.leo-innertable table {
    border-top: 1px solid #dadadd;
    border-left: 1px solid #dadadd;
    width: 90%;
    margin: 0 auto;
}


.iants-mall-images.row {
    margin: 10px;
}

.iants-mall-images img {
    width: 118px;
    height: 118px;
}

.iants-mall-images div {
    cursor: pointer;
}



/*#region upload*/
.iants-input-upload {
}

    .iants-input-upload img {
        width: 80px;
        height: 80px;
        cursor: pointer;
        display: block;
    }

    .iants-input-upload input {
        overflow: hidden;
        width: 80px;
        height: 80px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        opacity: 0;
        cursor: pointer;
    }

    .iants-input-upload p {
        color: #abaaaa;
        position: absolute;
        bottom: 2px;
        left: 60px;
        overflow: hidden;
    }

    .iants-input-upload .iconfont {
        color: #ccc;
        position: absolute;
        cursor: pointer;
        left: 60px;
        top: 0px;
    }

    .iants-input-upload.detail {
        min-height: 50px;
    }

    .iants-input-upload .files div {
        width: 80px;
        position: relative;
        margin-right: 10px;
    }

        .iants-input-upload .files div .icon-shanchu {
            left: 70px;
            top: -8px;
            display: none;
        }

        .iants-input-upload .files div:hover .icon-shanchu {
            display: block;
        }

    .iants-input-upload .placeholder {
        width: 80px;
        height: 80px;
        position: relative;
    }

/*#endregion*/



/*#region 下单**/
.iants-xiada-searchinput {
    border: none;
}

    .iants-xiada-searchinput:focus {
        border: none;
    }

.iants-xiada-shopCart {
    width: 120px;
    max-width: 20%;
    border: 1px #eee solid;
    height: 39px;
    position: relative;
    justify-content: center;
    border-radius: 2px;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #46a0fb;
}

    .iants-xiada-shopCart small {
        background: #df3028;
        color: #fff;
        border-radius: 10px;
        padding: 0 5px;
        font-style: normal;
        margin-right: 3px;
    }

div.tpage {
    height: 37px;
}

    div.tpage a {
        padding: 0 15px;
        color: #333;
    }

        div.tpage a:hover {
            color: #46a0fb;
        }

    div.tpage a, div.tpage span {
        display: inline-block;
        line-height: 37px;
    }

.iants-xiadan-pitem {
    width: 20%;
    max-width: 250px;
    border-style: solid;
    border-width: 1px;
    margin-right: 20px;
    margin-bottom: 20px;
}

    .iants-xiadan-pitem:hover {
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    }

    .iants-xiadan-pitem img {
        width: 100%;
    }

    .iants-xiadan-pitem a {
        color: #333333;
    }

        .iants-xiadan-pitem a:hover {
            color: #e4393c;
        }
/*#endregion**/


/*#region 下单**/
.iants-numbox {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 120px;
    height: 35px;
    padding: 0 40px;
    vertical-align: top;
    vertical-align: middle;
    border: solid 1px #bbb;
    border-radius: 3px;
    background-color: #efeff4;
}

    .iants-numbox [class*=btn-numbox], .iants-numbox [class*=numbox-btn] {
        font-size: 18px;
        font-weight: 400;
        line-height: 100%;
        position: absolute;
        top: 0;
        overflow: hidden;
        width: 40px;
        height: 100%;
        padding: 0;
        color: #555;
        border: none;
        border-radius: 0;
        background-color: #f9f9f9;
    }

    .iants-numbox .iants-btn-numbox-minus, .iants-numbox .iants-numbox-btn-minus {
        left: 0;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .iants-numbox .iants-btn-numbox-plus {
        right: 0;
    }

    .iants-numbox .iants-input-numbox, .iants-numbox .iants-numbox-input {
        display: inline-block;
        overflow: hidden;
        width: 100% !important;
        height: 100%;
        margin: 0;
        padding: 0 3px !important;
        text-align: center;
        text-overflow: ellipsis;
        word-break: normal;
        border: none !important;
        border-right: solid 1px #ccc !important;
        border-left: solid 1px #ccc !important;
        border-radius: 0 !important;
    }

.iants-xiadan-pimgs {
    width: 410px;
}

    .iants-xiadan-pimgs .img-main img {
        width: 100%;
        /* height: 410px;*/
    }

    .iants-xiadan-pimgs .img-small img {
        width: 50px;
        height: 50px;
        cursor: pointer;
    }

        .iants-xiadan-pimgs .img-small img:hover, .iants-xiadan-pimgs .img-small img.select {
            border-color: red;
        }

.iants-xiadan-spec {
}

    .iants-xiadan-spec span {
        cursor: pointer;
    }

    .iants-xiadan-spec img, .buyer-product-list .iants-xiadan-spec img {
        width: 50px;
        height: 50px;
        cursor: pointer;
    }


        .iants-xiadan-spec span.select, .iants-xiadan-spec img.select {
            border-color: red;
        }

.lixiadan {
    color: #E5511D;
    border-color: #F0CAB6;
    background: #FFD9BC;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    width: 150px;
}

.addcart {
    border-width: 1px;
    border-style: solid;
    width: 180px;
    color: #FFF;
    border-color: #F40;
    background: #F40;
    border-radius: 2px;
}

.iants-xiadan-tabselect {
    border-top: 2px solid #f40;
    background-color: #fff;
    color: #f40;
    border-bottom: none;
}

.mall-attributes-list {
    clear: both;
}

    .mall-attributes-list li {
        display: inline;
        float: left;
        width: 206px;
        height: 24px;
        margin-right: 20px;
        overflow: hidden;
        text-indent: 5px;
        line-height: 24px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.mall-description img {
    max-width: 750px;
    display: block;
    width: 100%;
}

.mall-quick-filter li {
    cursor: pointer;
}

.mall-quick-filter .icon-jiaobiao {
    top: -2px;
}

.mall-table {
    width: 100%;
    table-layout: fixed;
}

    .mall-table th, .mall-table td {
        text-align: left;
        padding-left: 15px;
        border: 1px solid #ebebeb;
    }

    .mall-table th {
        color: rgba(0, 0, 0, 0.6);
        padding: 10px 15px;
        position: relative;
        font-weight: 400;
        background: rgb(247, 248, 250);
        font-size: 14px;
    }

    .mall-table td {
    }

        .mall-table td.split {
            border: none;
        }

        .mall-table td.title {
            background: rgb(247, 248, 250);
            padding: 10px 12px;
        }

    .mall-table .opt a {
        padding: 5px 8px;
        display: inline-block;
        vertical-align: top;
    }

.mall-dropdown {
    top: 35px;
    left: 0;
    display: none;
}

#flag .mall-dropdown, #bz .mall-dropdown {
    top: 28px;
}

.mall-down {
    cursor: pointer;
}

    .mall-down label ~ .mall-dropdown {
        left: 105px;
    }

.mall-dropdown li {
    cursor: pointer;
}

    .mall-dropdown li:hover, .mall-dropdown li.select {
        background-color: #dae0e5;
    }

/*.mall-down:hover .mall-dropdown {
            display: block;
        }*/
.mall-down input[readonly], .mall-date input[readonly] {
    background-color: white;
}

.mall-down:after {
    content: "\e729";
    position: absolute;
    right: 5px;
    color: #A3B1CC;
}

.mall-down.multi:after {
    right: 10px;
    top: 50%;
    margin-top: -10px;
}

.mall-down.multi {
    min-height: 2.125rem;
    padding: 0 30px 0 4px;
    min-width: 220px;
}

    .mall-down.multi p {
        background-color: #dbe9f1;
        margin: 4px 2px;
        padding: 3px 5px;
        border-radius: 3px;
    }

        .mall-down.multi p label {
        }

        .mall-down.multi p span {
            padding-left: 5px;
            cursor: pointer;
        }


.mall-date:after {
    content: "\eb3f";
    right: 10px;
    position: absolute;
    color: #A3B1CC;
}

.mall-custom-btns a {
    padding: 0 20px;
    margin-right: 10px;
    height: 2.125rem;
    line-height: 2.125rem;
}
/*#endregion**/


input.border-danger {
    border: 1px solid #FF5722;
}

.iants-loading-inner,
.iants-nodata {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    line-height: 28px;
    color: #636262;
}

    .iants-loading-inner img {
        margin-right: 10px;
    }

    .iants-loading-inner p {
        color: #c8c9ca;
    }