﻿::-webkit-input-placeholder{
    color: #999;
}
ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.layui-layer-setwin {

}
.success {
    color: #52C41A;
}
.danger {
    color: #DC2828;
}
.warning {
    color: #FAAD14 !important;
}
.muted {
    color: #8C8C8C !important;
}
textarea{
    padding: 5px;
    border: 1px solid #d7d7d7;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    color: #333;
    padding: 10px;
}
/*card*/
.card{

}
.card .title{
    font-size: 14px;
    color: #333;
    line-height: 20px;
    padding: 17px 0;
}
.card .body{
    padding: 20px;
}

.dingdanguanli_con {
    margin-bottom: 50px;
    padding-bottom: 0;
}

.dingdanguanli_con_b_r {
    background-color: #f4f4f4;
}
.dingdanguanli_conz {
    background-color: #f3f3f3;
}
.dingdanguanli_con_guanli_d{
    padding: 0;
    margin: 0;
    text-align: center;
    opacity: 0.7;
    margin-top: 80px;
    height: 90px;
}
    .dingdanguanli_con_guanli_d img{
        float:none;
        display: initial;
        vertical-align: middle;
    }
.dingdanguanli_con_guanli_d_wen{
    float: none;
    padding: 0;
}
.dingdanguanli_con_guanli_d_wen h5 {
    font-size: 14px;
    float: none;
    padding: 0;
}
.tabLista .course {
    float: right;
    margin: 21px 20px 0 0;
    font-size: 14px;
    color: #707070;
}
.tabLista .customer-service {
    float: right;
    margin-top: 17px;
    margin-right: 20px;
    font-size: 14px;
    color: #707070;
    font-size: 25px;
}
.link {
    text-decoration: underline;
}
    .link:hover {
        color: #e8544f !important;
    }
.thumbnail{
    margin-right: 10px;
    width: 32px;
    height: 32px;
    border: 1px solid #eee;
    display: inline-block;
}
.thumbnail:hover{
    border-color: #DC2828;
}
.thumbnail img{
    vertical-align: middle;
}
.shangcheng_a_zonghe {
    padding: 0;
}
#purchase-group {
    
}
.tabCona{
    background-color: transparent;
}
#purchase-group .tabLista {
    margin-bottom: 12px;
    height: 60px;
    background-color: #fff;
    border-radius: 0;
}
    #purchase-group .tabLista li {
        border: none;
        margin: 0;
        padding: 0 20px;
        box-sizing: border-box;
        height: 60px;
        line-height: 60px;
        cursor: pointer;
    }
        #purchase-group .tabLista li a {
            color: #333;
        }
        #purchase-group .tabLista li.shangcheng_a_bianse a {
            border: none;
            color: #DC2828;
        }
        #purchase-group .tabLista li.shangcheng_a_bianse::after {
            height: 2px;
            width: 40px;
            border-radius: 6px;
            margin-left: -20px;
            bottom: 11px;
        }
        #purchase-group .tabLista li.icon {
            padding: 0 10px;
            float: right;
        }
        #purchase-group .tabLista li.icon img{
            width: 28px;
            vertical-align: text-top;
        }
    #purchase-group #orders li{
        padding: 30px 10px 0;
    }
    #purchase-group .tabLista.sub-tabs {
        margin-bottom: 12px;
        height: 45px;
        background-color: #fff;
        border-radius: 0;
    }
    #purchase-group .tabLista.sub-tabs li {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }
    #purchase-group .tabLista.sub-tabs li a{
        font-size: 14px;
    }
        #purchase-group .tabLista.sub-tabs li.shangcheng_a_bianse::after {
            height: 2px;
            width: 40px;
            border-radius: 6px;
            margin-left: -20px;
            bottom: 8px;
        }
    .user-search{
        box-sizing: border-box;
        margin-bottom: 20px;
    }
        .user-search #search_user {
            width: auto;
        }

#purchasers{
    background-color: #fff;
}
#purchasers tr.space td {
    text-align: center;
    height: 10px;
}
#purchasers tbody tr:last-child td {
    border: none;
}
   .view-companys {
        padding: 10px;
    }
   .view-companys li{
        color: #fff;
        font-size: 12px;
        line-height: 20px;
    }
.gouwuchey_a {
    width: auto;
}
.steps {
    height: 142px;
    text-align: center;
    line-height: 32px;
    padding: 48px 0 44px;
    font-size: 14px;
}

    .steps .step {
        display: inline-block;
        width: 142px;
        height: 142px;
        text-align: center;
        border-radius: 32px;
        color: #9da1a7;
        position: relative;
        margin-right: 60px;
        z-index: 2;
/*        background-color: #fff;*/
        font-weight: bold;
        color: #fff;
/*        background-color: #dc2828;*/
    }

        .steps .step::after {
            content: ' ';
            display: block;
            position: absolute;
            box-sizing: border-box;
         /*   border-top: 2px solid #dc2828;*/
            width: 124px;
            height: 1px;
            top: 16px;
            left: 32px;
            z-index: -1;
        }

        .steps .step:last-child {
            margin-right: 0;
        }

        .steps .step:first-child::before {
            content: ' ';
            display: block;
            position: absolute;
        /*    border-top: 2px solid #dc2828;*/
            width: 72px;
            height: 1px;
            top: 16px;
            left: -72px;
            z-index: -1;
            box-sizing: border-box;
        }

        .steps .step:last-child::after {
            width: 72px;
        }

        .steps .step span {
            position: absolute;
            display: block;
            width: 80px;
            top: 55px;
            text-align:left;
            margin-left: -20px;
            left: 50%;
            line-height: 21px;
            color: #333;
            font-weight: normal;
        }


.add-user {
    float:right;
    color: #dc2828 !important;
}

    table tbody .align-left {
        text-align: left;
    }

    table.splite tbody tr:nth-child(2n) {
        background-color: #f6fbff;
    }

.btn-company {
    display: inline-block;
    background: #fff;
    padding: 0 12px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    transition: all ease-out 0.2s;
    box-sizing: border-box;
    cursor: pointer;
    border-radius:4px;
    margin-bottom: 5px;
    color: #666;
}
.btn-company:hover{
    border: 1px solid #dc2828;
}
.bor {
    border: 1px solid #e3e3e3;
}
.aaa {
    border: 1px solid #dc2828;
    color: #DC2828;
}

.btn {
    display: inline-block;
    padding: 0 16px !important;
    text-align: center;
    font-size: 12px !important;
    color: #fff;
    border-radius: 2px;
    transition: all ease-out 0.2s;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 6px;
    height: 30px !important;
    background-color: #fff !important;
    border-radius: 4px;
    border: 1px solid #dc2828;
    color: #dc2828 !important;
    font-size: 12px;
    line-height: 28px;
}

    .btn:hover {
        background-color: #DC2828 !important;
        color: #fff !important;
    }
    .btn.btn-icon {
        background: none;
        padding: 0;
    }
    .btn.btn-icon .icon {
        width: 16px;
        height: 16px;
        border: none;
        display: inline-block;
        line-height: 22px;
        margin-right: 8px;
        vertical-align: top;
        margin-top: 6px
    }
    .btn.btn-icon:hover {
        background: none !important;
        color: #DC2828 !important;
        opacity: 0.6;
    }
    .btn.fill{
        background-color: #dc2828 !important;
        color: #fff !important;
    }
    .btn.fill:hover{
        opacity: 0.7;
    }
    .btn.btn-link {
        padding: 0 12px;
        margin: 0;
        background-color: transparent !important;
        color: #dc2828;
        text-decoration: none;
        cursor: pointer;
        border:none !important;
        font-size: 12px;
    }
        .btn.btn-link:hover {
            opacity: 0.7;
            color: #dc2828 !important;
            background-color: none !important;
        }
        .btn.btn-link.default{
            color: #333;
        }
        .btn.btn-link.danger{
            color: #DC2828;
        }
        .btn.btn-link.warning {
            color: #00BAAD;
        }
        .btn-gutter{
            display: inline-block;
            width: 1px;
            height: 8px;
            background-color: #e8e8e8;
        }
.btn.warning {
    border:1px solid #f29600;
    color: #f29600 !important;
}
.btn.warning:hover {
    border:1px solid #f29600;
    background-color: #fff !important;
    color: #f29600;
    opacity: 0.7;
}
.btn.default {
    border: 1px solid #d1d1d1;
    color: #999 !important;
    background-color: #fff !important;
}
.btn.default:hover {
    opacity: 0.7;
    border: 1px solid #d1d1d1;
    color: #999 !important;
    background-color: #fff;
}
.btn.disabled{
    opacity: 0.4;
}
.btn.disabled:hover {
    background-color: #fff !important;
    color: #dc2828 !important;
    cursor: not-allowed;
}
.btn.small {
    padding: 0 10px !important;
    height: 24px !important;
    line-height: 22px;
}
.btn.xs {
    padding: 0 10px !important;
    height: 20px !important;
    line-height: 20px;
    font-size: 8px;
    box-sizing: border-box;
}
.btn.large {
    padding: 0 20px !important;
    height: 36px !important;
    line-height: 34px;
    font-weight: bold;
    font-size: 14px !important;
}
.pages {
    padding: 0;
    margin: 0;
    margin-top: 36px !important;
    float: none;
    text-align: right;
}

    .pages .laypage_main {
        margin: 20px 0 0;
    }

.tab-content .title {
    position: relative;
    padding: 0 0 6px;
    line-height: 16px;
    font-size: 16px;
    border-bottom: 1px solid #f5f5f5;
    color: #dc2828;
}

.tab-content .title span.badge

{
    background-color: #dc2828;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    padding: 0 5px;
    float: left;
    border-radius: 4px;
    text-align: center;
    margin-top: 2px;
    margin-right: 5px;
}
.purchase-goodses {
    padding: 0;
}
.purchase-goodses .btn{
    line-height: 24px;
    height: 24px;
}
        .purchase-goodses label {
            float: left;
            display: inline-block;
            line-height: 30px;
        }
        .purchase-goodses .cats {
            color: #333;
            font-size: 12px;
        }

        .purchase-goodses .cats select {
            width: 92px;
            margin-right: 10px;
            background-position-x: 70px;
        }
    .purchase-goodses .goods-search .btn {
        width: 44px;
        height: 30px;
        text-align: center;
        padding: 0;
    }
    .purchase-goodses .goods-search .btn img{
        width: 21px;
        height: 21px;
        vertical-align: middle;
    }

.purchase-goodses #goodses .list {
}

    .purchase-goodses #goodses .goods {
        float: left;
        position: relative;
        width: 210px;
        height: 320px;
        box-sizing: border-box;
        margin: 0 10px 10px 0;
        transition: all ease-out 0.3s;
        border-radius: 2px;
        overflow: hidden;
        padding: 16px;
        background-color: #fff;
    }
        .purchase-goodses #goodses .goods:nth-child(5n) {
            margin-right: 0;
        }

        .purchase-goodses #goodses .goods:hover {
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }

        .purchase-goodses #goodses .goods .pic {
            width: 100%;
            vertical-align: top;
            width: 142px;
            height: 142px;
            margin: 8px 18px 10px 18px;
        }

        .purchase-goodses #goodses .goods .title {
            font-size: 12px;
            line-height: 19px;
            font-weight: normal;
            height:38px;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            color:#333;
            border:none;
            padding: 0;
        }

        .purchase-goodses #goodses .goods .price {
            font-size: 18px;
            color: #dc2828;
            position: relative;
            line-height: 18px;
            margin: 20px 0 23px;
        }
            .purchase-goodses #goodses .goods .price span {
                font-size: 12px;
                height: 24px;
                margin-right: 2px;
            }
        .purchase-goodses #goodses .goods .price .area {
            font-size: 14px;
            color: #999;
            float: right;
            text-decoration: line-through;
            cursor: pointer;
        }
        .purchase-goodses #goodses .goods .price .area span {
            font-size: 12px;
        }
        .purchase-goodses #goodses .goods .btn {
            line-height: 22px;
            font-size: 12px;
            float: right;
            height: 24px !important;
        }
        .purchase-goodses #goodses .goods .add-cart {
            width: 117px;
        }

            .purchase-goodses #goodses .goods .add-cart:hover {
                background-color: #e8544f;
            }
        .purchase-goodses #goodses .goods .delete-goods {
            width: 50px;
            float: left;
            padding: 0 !important;
        }

.search {
    margin-top: 48px;
    color: #333;
    font-size: 14px;
    line-height: 16px;
}

    .search select {
        float: left;
        color: #333;
        font-size: 12px;
        width: 120px;
        box-sizing: border-box;
        background: url('https://hdz-file.oss-cn-shanghai.aliyuncs.com/hdz_web/group/select.svg') no-repeat scroll 95px center transparent;
        height: 30px;
        padding: 0 5px;
        line-height: 30px;
        outline: none;
        border-radius: 4px;
        border: 1px solid #e3e3e3;
        background-color: #f5f5f5 !important;
        margin-right: 8px;
    }
.writeoffpreorder-search, .trusteepreorder-search {
    margin-bottom: 12px;
    padding: 20px;
}
.writeoffpreorder-search .search .btn, .trusteepreorder-search .search .btn {
    float: right;
    width: 70px !important;
}
    .trusteepreorder-search{
    }
    .search-box {
        background-color: #fff;
    }

    .search-box .status {
        line-height: 18px;
   /*     border-bottom: 1px solid #ddd;*/
        width: 100%;
        padding-bottom: 12px;
        font-size: 16px;
        margin-left: -25px;
    }
/*#preorderCompanys {
    border-top: 1px solid #e6e6e6;
    padding: 20px 20px 15px 20px;
    margin: 0;
    overflow: hidden;
    position: relative;
}*/
        .search-box .status .status-item {
            float: left;
            cursor: pointer;
            display: block;
            padding: 0 25px;
            height: 18px;
      /*      border-right: 1px solid #ddd;*/
            text-align: center;
            color:#333;
        }
        .search-box .status .status-item:first-child{
            /*padding-left: 12px;*/
        }
        .search-box .status .status-item:last-child{
            border:none;
        }
            .search-box .status .status-item:hover {
                color: #e8544f;
            }

            .search-box .status .status-item.active {
                color: #dc2828;
                display: block;
            }
                .search-box .status .status-item.active::after {
                    position: absolute;
                    content: ' ';
                    background-color: #dc2828;
                    bottom: 0;
                    left: 50%;
                    height: 2px;
                    width: 20px;
                    border-radius: 6px;
                    margin-left: -10px;
                }

.search-box .search {
    margin: 12px 0;
    padding: 15px 20px;
}
    .search-box .search label {
        /*text-align: right;*/
    }
    .search-box .search label span{
        float: left;
    }

        .search-box .search input {
            padding: 7px;
            box-sizing: border-box;
            height: 30px;
            width: 120px;
            outline: none;
            border-radius: 4px;
            border: 1px solid #e3e3e3;
            background-color: #f5f5f5;
            font-size: 12px;
            float: left;
            color: #333;
            line-height: 28px;
            margin-right: 8px;
        }
        .search-box .search select {
            box-sizing: border-box;
            height: 30px;
            width: 120px;
            outline: none;
            border-radius: 4px;
            border: 1px solid #e3e3e3;
            background-color: #f5f5f5;
            font-size: 12px;
            float: left;
            color: #333;
            line-height: 28px;
            margin-right: 8px;
        }
.purchase-goodses .search input {
    border: 1px solid #dc2828;
    border-right: none;
    width: 268px;
    margin: 0;
}
.search-box .search label{
    float: left;
    margin-right: 14px;
    line-height: 30px;
    font-size: 12px;
    color: #333;
}
    .search-box .search label.actions {
        width: 257px;
        margin: 0;
        text-align: left;
        padding-left: 20px;
        box-sizing: border-box;
    }
.search-box .search .btn {
    width: 130px;
}
.search-box .search .btn img{
    width: 16px;
    height: 16px;
}

.search-box .search label.min {
    width: auto !important;
}

.search-box .search input.min {
    width: 109px;
    margin-right: 15px;
}
.search-box .search select.min {
    width: 118px !important;
    margin-right: 15px;
    background: url('../images/pg/pg_select.png') no-repeat scroll 100px center transparent;
    float: none;
}
        #purchaseCompanys {
            border-top: 1px solid #e6e6e6;
            padding:20px 0 0;
            margin: 0;
            margin-bottom:-5px;
            overflow: hidden;
            position: relative;
        }
            #purchaseCompanys .more{
                font-size: 12px;
                color:#999;
                line-height: 17px;
                margin-top: 7px;
                position: absolute;
                top: 20px;
                right: 0;
            }
            #purchaseCompanys .more:hover{
                opacity: 0.7;
            }
                #purchaseCompanys .more img {
                    vertical-align: middle;
                    margin-top: -4px;
                    margin-left: 2px;
                }
            #purchaseCompanys .close{
                display: block;
                display: none;
                font-size: 12px;
                color:#999;
                line-height: 17px;
                text-align: center;
            }
                #purchaseCompanys .close:hover {
                    opacity: 0.7;
                }
                #purchaseCompanys .close img {
                    vertical-align: middle;
                    margin-top: 0px;
                    margin-left: 2px;
                }
            #orders {
                background-color: #fff;
                margin-top: 12px;
            }
table th {
    padding: 0;
    text-align: center;
}
    table .split-row td {
        height: 12px;
        border-left: none;
        border-right: none;
    }
    table .order-title {
        border: 1px solid #dbdbdb;
        border-bottom: none;
    }
    table .order-title .cbx-audit{
        vertical-align: middle;
        margin-right: 10px;
        margin-top: -2px;
    }
        table .order-title td {
            text-align: left;
            border: none;
            background-color: #f5f5f5;
            line-height: 20px;
            padding: 8px 20px;
        }
        table .order-title td .link {
            font-size: 12px;
        }
    table .order-title td .ii{
        padding: 0;
        color: #666;
        margin-bottom: 5px;
        margin-right: 30px;
    }
    table .order-title td .ii span{
        padding: 0;
        color: #666;
    }

        table .order-title.return-order {
        }

            table .order-title.return-order td {
                background-color: #f8f8f8;
                padding: 0;
                padding-left: 12px;
            }

        table .order-title .remark {
            color: #666;
        }
        table .order-goodses  {
            border: 1px solid #dbdbdb;
        }
        table .order-goodses  td{
            border: 1px solid #dbdbdb;
            padding: 0;
            text-align: center;
            line-height: 17px;
            vertical-align: top;
            padding: 10px;
        }
            table .order-goodses .trustee{
               margin-top: 12px;
               line-height: 17px;
            }
            table .order-goodses .trustee label{
                width: 50%;
                display: inline-block;
                margin: 0 0 8px 0;
                color: #999;
                text-align: left;
            }

            table .order-goodses .purstores {
                line-height: 17px;
                margin-bottom: -5px;
                display: none;
            }
            table .order-goodses .purstores .purstore{
                text-align: left;
                margin-bottom: 15px;
            }

                table .order-goodses .purstores .purstore .btn {
                    line-height: 24px !important;
                    height: 24px !important;
                }
            table .order-goodses .purstores .purstore:last-child{
                margin-bottom: 0;
            }
            table .order-goodses .order-user-info{
                cursor: pointer;
            }
                table .order-goodses .order-user-info .order-user-info-wrap {
                    display:none;
                }
.view-order-user{
    line-height: 1.5 !important;
}
.view-order-user strong {
    font-weight: bold !important;
    margin-bottom: 70px;
    display: block;
    height: 18px;
}
    .view-order-user p, .view-order-user strong {
        color: #fff !important;
        font-size: 12px;
        margin: 0 !important;
        padding: 1px 0 !important;
        font-weight: normal;
    }
            table .order-goodses .order-user-info svg{
                cursor: pointer;
                margin-left: 5px;
            }

            .show-stores {
                color: #333 !important;
                position: relative;
                transition: none !important;
                cursor: pointer;
                display: inline-block;
                color: #DC2828 !important;
                line-height: 22px;
            }

    .show-stores i {
        background-image: url(../images/pg/more.png);
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        margin-left: 7px;
    }

    .show-stores .purstores {
        position: absolute;
        background: #fff;
        z-index: 3;
        width: 260px;
        left: -113px;
        top: 17px;
        background: #FFFFFF;
        box-shadow: 0px 10px 17px 3px rgba(0, 0, 0, 0.18);
        border-radius: 8px;
        padding: 20px;
    }
        .show-stores .purstores .purstore  {
            margin-bottom: 0 !important;
        }
        .show-stores .purstores .purstore {
            line-height: 24px !important;
            height: 24px !important;
        }
    .show-stores:hover i {
        background-image: url(../images/pg/more_hov.png);
        display: inline-block;
        vertical-align: middle;
        margin-left: 7px;
    }

    .show-stores:hover {
        opacity: 1 !important;
    }

        .show-stores:hover .purstores {
            display: block;
        }
            #orders th{
                padding: 0;
                text-align: center;
            }
                #orders .goods {
                    position: relative;
                    padding: 15px 130px 0 116px;
                    line-height: 17px;
                    box-sizing: border-box;
                    min-height: 132px;
                }
                #orders .goods:last-child {
                    padding-bottom: 15px;
                }

        #orders .goods .pic {
            position: absolute;
            width: 76px;
            height: 76px;
            left: 20px;
            top: 20px;
            vertical-align: middle;
        }

        #orders .goods .title {
            text-align: left;
            font-weight: normal;
            border: none;
            line-height: 17px;
            color: #333;
            font-size: 12px;
            padding: 0;
            /*width: 300px;*/
            word-wrap: break-word;
            word-break: normal;
        }

            #orders .goods .title .mall {
                padding: 0 5px !important;
                height: 16.5px !important;
                float: left;
                line-height: 14px;
                margin-right: 5px;
                text-align: center;
            }

        #orders .goods .price {
            text-align: left;
            position: absolute;
            width: 90px;
            right: 20px;
            top: 20px;
            line-height: 17px;
        }
        #orders .goods .card {
            text-align:left;
            display: inline-block;
        }
        #orders .goods .card .btn{
            display: inline-block !important;
        }
        #orders .goods .price label{
            display: block;
            margin-bottom: 8px;
            color: #999;
        }
        #orders .goods .price label:last-child{
            margin-bottom: 0;
        }
        #orders .goods .price label span{
            color: #333;
        }
            #orders .goods .price label.express-info {
                color: #333;
                overflow: hidden;
                width: 90px;
                word-break: break-all;
                /* display: inline-block; */
                height: 17px;
                text-overflow: ellipsis;
                white-space: nowrap;
        }

        #orders .goods .to-return {
            text-align: left;
            position: absolute;
            right: 10px;
            top: 18px;
            text-align: center;
            font-size: 14px;
        }

                    #orders .goods .show-take-info {
                        text-align: left;
                        position: absolute;
                        right: 10px;
                        top: 18px;
                        text-align: center;
                        font-size: 14px;
                        padding: 0 !important;
                    }
                    #orders .goods .show-take-info:hover {
                        color: #fff !important;
                    }
                        #orders .goods .take-info {
                            display: none;
                        }
.view-take-info {
    padding: 5px;
}
.view-take-info div{
    line-height: 2;
    color: #fff !important;
    font-size: 12px;
}

#orders .link {
    text-align: center;
    font-size: 14px;
}
        #orders .goods .return-status {
            text-align: left;
            position: absolute;
            width: 80px;
            right: 0;
            top: 18px;
            text-align: center;
            font-size: 14px;
        }
        #orders .order-status {
            color: #333;
            font-size: 12px;
            line-height: 14px;
            margin-bottom: 10px;
        }
        #orders .pages{
            float: none;
        }

.add-cart-wrap .shangpinxing_b {
    text-align: center;
}

.add-cart-wrap h6 {
    float: left;
    margin-top: 4px;
    margin-left: 20px;
}
.dingdanguanli_header1{
    background-color: #fff !important;
    box-sizing: border-box;
    height: 90px;
    padding: 20px 0;
    margin-bottom: 20px;
}
.dingdanguanli_header1_a_l .v-line{
    width: 2px;
    background-color: #e8e8e8;
    height: 34px;
    margin: 8px 20px;
}
.dingdanguanli_header1_a_l p {
    color: #333;
    line-height: 28px;
    font-size: 20px;
    margin: 0;
}
.dingdanguanli_header1_a_l p span{
    color: #999;
    line-height: 22px;
    font-size: 16px;
    margin: 0;
}
.dingdanguanli_header1_a_l a{
    cursor: default;
}
.dingdanguanli_header1_a_l a, .btn-logo {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
}
    .btn-logo{
        cursor: pointer;
    }
    .dingdanguanli_header1_a_l a img, .btn-logo img {
        float: none;
        margin: 0;
        height: 50px;
    }
.btn-logo .webuploader-pic{
    position: relative;
}
.btn-logo>div{
    width: 100% !important;
    height: 100% !important;
    left:0 !important;
    top:0 !important;
}
        .btn-logo img {
            vertical-align: middle;
        }
            label .ii {
    color: #333;
    line-height: 20px;
    padding: 0 10px;
    margin-right: 35px;
    display: inline-block;
}
    label.ii span {
        color: #333;
        word-break: break-all;
    }
#purchase-enquiries{
    background-color: #fff;
    
}
#purchase-enquiries .search-box{
    position: relative;
    padding-top: 15px;
    padding: 15px 20px 0 20px;
}
#purchase-enquiries .search-box .btn{
    position: absolute;
    right: 20px;
    top: 19px;
    width: 117px;
}
    #purchase-enquiries .tabLista {
        height: 45px;
        background-color: #fff;
        border-radius: 0;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #e6e6e6;
        font-size: 14px;
    }

        #purchase-enquiries .tabLista li {
            border: none;
            margin: 0;
            box-sizing: border-box;
            height: 45px;
            line-height: 20px;
            padding-top: 17px;
        }

            #purchase-enquiries .tabLista li a {
                color: #333;
            }

            #purchase-enquiries .tabLista li.shangcheng_a_bianse a {
                border: none;
                color: #DC2828;
            }

            #purchase-enquiries .tabLista li.shangcheng_a_bianse::after {
                height: 2px;
                width: 40px;
                border-radius: 6px;
                margin-left: -20px;
                bottom: 11px;
            }
#enquiries {
    background-color: #fff;
    padding: 0;
    text-align: center;
    padding: 20px;
}
    #enquiries input[type=checkbox] {
        width: 20px;
        height: 20px;
        vertical-align: middle;
    }

    #enquiries .goods {
        position: relative;
        padding-left: 93px;
        line-height: 20px;
        box-sizing: border-box;
        overflow: hidden;
        display: table-cell;
        height: 70px;
        padding-top: 5px;
    }

        #enquiries .goods .pic {
            position: absolute;
            width: 76px;
            height: 76px;
            left: 7px;
            top: 7px;
        }

        #enquiries .goods .title {
            text-align: left;
            font-weight: normal;
            border: none;
            line-height: 17px;
            color: #333;
            font-size: 12px;
            padding: 0;
        }
        #enquiries .goods .title .mall {
            padding: 0 5px !important;
            height: 16.5px !important;
            float: left;
            line-height: 14px;
            margin-right: 5px;
            text-align: center;
        }

        #enquiries .goods .price {
            text-align: left;
            position: absolute;
            width: 120px;
            right: 100px;
            top: 10px;
        }

        #enquiries .goods .to-return {
            text-align: left;
            position: absolute;
            width: 80px;
            right: 10px;
            top: 18px;
            text-align: center;
            font-size: 14px;
        }

    #enquiries .link {
        text-align: center;
        font-size: 14px;
    }

    #enquiries .goods .return-status {
        text-align: left;
        position: absolute;
        width: 80px;
        right: 0;
        top: 18px;
        text-align: center;
        font-size: 14px;
    }

    #enquiries .order-status {
        color: #333;
        font-size: 14px;
    }

    #enquiries .pages {
        float: none;
    }

#quick-enquiry{
    text-align: left;
}
    #quick-enquiry .btn {
        display: inline-block;
        padding: 0 16px;
        text-align: center;
        font-size: 12px;
        color: #fff;
        border-radius: 2px;
        transition: all ease-out 0.2s;
        box-sizing: border-box;
        cursor: pointer;
        border-radius: 6px;
        height: 30px !important;
        background-color: #fff;
        border-radius: 4px;
        border: 1px solid #dc2828;
        color: #dc2828;
        font-size: 12px;
        line-height: 28px;
        width: auto;
        margin-left: 20px;
    }
        #quick-enquiry .btn:hover {
            background-color: #DC2828 !important;
            color: #fff;
        }
        #quick-enquiry .btn.default {
            border: 1px solid #d1d1d1;
            color: #999;
            background-color: #fff !important;
        }

            #quick-enquiry .btn.default:hover {
                opacity: 0.7;
                border: 1px solid #d1d1d1;
                color: #999;
                background-color: #fff;
            }

    #writeoffenquiries {
        background-color: #fff;
        padding: 20px;
        text-align: center;
    }

    #writeoffenquiries .order-title td {
        text-align: left;
        color: #333;
        font-size: 12px;
        line-height: 24px;
        background-color: #fff;
        line-height: 17px !important;
    }
    #writeoffenquiries .order-title .remark {
        margin-left: 24px;
    }

    #writeoffenquiries .goods {
        position: relative;
        padding-left: 103px;
        line-height: 20px;
        box-sizing: border-box;
        overflow: hidden;
        display: table-cell;
        vertical-align: middle;
        height: 70px;
    }

        #writeoffenquiries .goods .pic {
            position: absolute;
            width: 76px;
            height: 76px;
            left: 7px;
            top: 7px;
        }

        #writeoffenquiries .goods .title {
            text-align: left;
            font-weight: normal;
            border: none;
            line-height: 17px;
            color: #333;
            font-size: 12px;
            padding: 0;
        }

        #writeoffenquiries .goods .price {
            text-align: left;
            position: absolute;
            width: 120px;
            right: 100px;
            top: 10px;
        }

        #writeoffenquiries .goods .to-return {
            text-align: left;
            position: absolute;
            width: 80px;
            right: 10px;
            top: 18px;
            text-align: center;
            font-size: 14px;
        }

    #writeoffenquiries .link {
        text-align: center;
        font-size: 14px;
    }

    #writeoffenquiries .goods .return-status {
        text-align: left;
        position: absolute;
        width: 80px;
        right: 0;
        top: 18px;
        text-align: center;
        font-size: 14px;
    }

    #writeoffenquiries .order-status {
        color: #333;
        font-size: 14px;
    }

    #writeoffenquiries .pages {
        float: none;
    }
#trusteeenquiries {
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

    #trusteeenquiries table th{
        text-align: center;
        padding: 0;
    }

    #trusteeenquiries td {
        color: #333;
    }
    #trusteeenquiries tbody .order-title td {
        color: #333;
        line-height: 17px !important;
    }

    #trusteeenquiries .goods {
        position: relative;
        padding-left: 103px;
        line-height: 20px;
        box-sizing: border-box;
        overflow: hidden;
        display: table-cell;
        vertical-align: middle;
        height: 70px;
    }

        #trusteeenquiries .goods .pic {
            position: absolute;
            width: 76px;
            height: 76px;
            left: 7px;
            top: 7px;
        }

        #trusteeenquiries .goods .title {
            text-align: left;
            font-weight: normal;
            border: none;
            line-height: 17px;
            color: #333;
            font-size: 12px;
            padding: 0;
        }

        #trusteeenquiries .goods .price {
            text-align: left;
            position: absolute;
            width: 120px;
            right: 100px;
            top: 10px;
        }

        #trusteeenquiries .goods .to-return {
            text-align: left;
            position: absolute;
            width: 80px;
            right: 10px;
            top: 18px;
            text-align: center;
            font-size: 14px;
        }

    #trusteeenquiries .link {
        text-align: center;
        font-size: 14px;
    }

    #trusteeenquiries .goods .return-status {
        text-align: left;
        position: absolute;
        width: 80px;
        right: 0;
        top: 18px;
        text-align: center;
        font-size: 14px;
    }

    #trusteeenquiries .order-status {
        color: #333;
        font-size: 14px;
    }

    #trusteeenquiries .pages {
        float: none;
    }

    /*订单*/
.order-search{
    padding: 20px;
}
#orders .order-search {
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
    #orders .order-search .actions {
        position: absolute;
        right: 20px;
        top: 19px;
    }
    #orders .order-search .actions .btn{
        margin-left: 5px;
        line-height: 28px;
    }
    #orders .order-search ul {
        margin: 0;
        padding: 0 20px;
        font-size: 14px;
        line-height: 20px;
        vertical-align: bottom;
        box-sizing: border-box;
    }
    #orders .order-search ul li{
        line-height: 20px;
        padding-top: 30px;
    }
.order-search label {
    margin-right: 8px !important;
    margin-bottom: 30px;
    min-width: 50px;
    text-align: right;
}
    .order-search input, .order-search select {
        width: 140px !important;
        margin-right: 29px !important;
        margin-bottom: 30px;
        background-position-x: 120px;
    }
    .order-search input[type=checkbox] {
        width: auto !important;
        margin-right: 5px !important;
        margin-top: -2px;
        margin-bottom: 0 !important;
        vertical-align: middle;
        background-position-x: 120px;
    }
.order-search .checker {
    line-height: 30px;
    font-size: 14px;
}
.order-search .checker span{
    color: #666;
}
.user-audit {
    padding: 30px;
}
.user-audit .type li {
    font-size: 14px;
    margin-bottom: 20px;
    color: #333;
}
.user-audit .type li img{
    margin-right: 10px;
    vertical-align: middle; 
}
    .user-audit .type li label {
        display: inline-block;
        width: 100px;
        float: none;
    }
    .user-audit .type li span {
        font-size: 12px;
        color: #999;
    }
    .user-audit .addaudit li {
        float: left;
    }
    .user-audit .addaudit .company {
    }
        .user-audit .addaudit .company span {
            font-size: 14px;
            border-bottom: 2px solid #DC2828;
            line-height: 25px;
            display: inline-block;
            margin: 15px 0 5px;
            padding: 0 5px;
            color: #333;
        }
        .user-audit .addaudit .company label {
            float: none;
            color: #DC2828;
            margin-left: 15px;
        }
        .user-audit .addaudit li .content {
            width: 260px;
            height: 160px;
            background-color: #f5f5f5;
            text-align: center;
            float: left;
            font-size: 16px;
            line-height: 24px;
            margin-right: 10px;
            box-sizing: border-box;
            padding: 30px;
            color: #333;
        }
        .user-audit .addaudit li .content>div {
            color: #333;
            margin-bottom: 15px;
        }
            .user-audit .addaudit li .content .desc {
                clear: both;
                font-size: 14px;
                color: #999;
                line-height: 24px;
                text-align: center;
            }
            .user-audit .addaudit li .content .desc .btn {
                width: 94px;
                line-height: 24px;
                height: 26px !important;
            }
            .user-audit .addaudit li .content .audit-price {
                font-size: 12px;
                line-height: 14px;
                color: #999;
            }
#oneUser, #twoUser, #threeUser{
    line-height: 17px;
}
#threeUser span {
    color: #333;
}
.user-audit .addaudit li .xian {
    width: 57%;
    float: left;
    line-height: 100px;
}

        #wogou{
            margin: 0 !important;
        }
        #wogou .shop{
            box-sizing: border-box;
            border: 1px solid #d4d4d4;
            border-radius: 6px;
            width: 170px;
            height: 50px;
            color: #707070;
            padding: 12px 35px 12px 50px;
            font-size: 12px;
            line-height: 18px;
        }
        #wogou .shop .ding_che{
            position: absolute;
            left: 35px;
        }
            #wogou .shop .title {
                vertical-align: top;
                line-height: 26px;
                text-align: right;
                width: 100%;
                display: inline-block;
            }
            #wogou .shop i{
                right: 105px;
                top: 5px;
            }
.webuploader-pick {
    color: #dc2828;
}
.webuploader-container:hover .webuploader-pick{
    color: #fff !important;
}
/*上传组件*/
.upload-listr {
}
.upload-item {
    box-sizing: border-box;
    float: left;
    margin-right: 10px;
    display: block;
    width: 96px;
    height: 96px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    position: relative;
    background: url(https://hdz-file.oss-cn-shanghai.aliyuncs.com/hdz_web/group/upload.svg) center no-repeat;
}
    .upload-item > div {
        width: 96px !important;
        height: 96px !important;
    }
.upload-item img{
    box-sizing: border-box;
    display: block;
    width: 96px;
    height: 96px;
    border-radius: 4px;
    background-color: #fff;
}
.upload-item:hover .actions{
    display: block;
    cursor: pointer;
}
    .upload-item .actions {
        transition: all ease-in 0.2s;
        display: none;
        box-sizing: border-box;
        position: absolute;
        width: 96px;
        height: 96px;
        border: none;
        background-color: #fff;
        line-height: 34px;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: 0.5;
    }
        .upload-item .actions .btn1 {
            border: none;
            display: block;
            width: 34px;
            height: 34px;
            background-color: #fff;
            position: absolute;
            top: 31px;
            left: 6px;
            border-radius: 34px;
        }
        .upload-item .actions .btn2 {
            border: none;
            display: block;
            width: 34px;
            height: 34px;
            background-color: #fff;
            position: absolute;
            top: 31px;
            right: 6px;
            border-radius: 34px;
        }
        .upload-item .actions .remove {
            width: 20px;
            height: 20px;
            position: absolute;
            z-index: 900;
            vertical-align: middle;
            border: none;
            top: 50%;
            right: 13px;
            margin-top: -10px;
        }
        .upload-item .actions .view {
            width: 20px;
            height: 20px;
            position: absolute;
            z-index: 900;
            vertical-align: middle;
            border: none;
            top: 50%;
            left: 13px;
            margin-top: -10px;
        }

table thead {
    background-color: #F29600;
    height: 40px;
    color: #fff;
}
table thead th{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    padding-left: 20px;
}
table thead th.option{
    padding: 0;
    text-align: center;
}
table tbody td{
    color: #333;
    font-size: 12px;
    line-height: 40px;
    text-align: left;
    padding-left: 20px;
    border-bottom: 1px solid #e6e6e6;
}
table tbody .space td{
    border: none;
}
table .btn.option {
    height: 22px !important;
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
    margin: 0 0 10px 0;
}
table tr td:last-child > div:last-child .btn.option {
    margin-bottom: 0;
}
.layui-layer-content{
    padding: 20px !important;
}

.form {
    margin: 0 -10px;
    text-align: left;
}
.form .form-help{
    padding: 0 10px;
    float: left;
    margin: 0 !important;
}
.form .group {
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 20px;
    width: 100%;
}
.form .group.hide {
    display: none;
}
.form .group label{
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin-bottom: 8px;
    display: block;
}
.form .group label span{
    color: #DC2828;
    margin-right: 4px;
}
    .form .group .select2-container {
        width: 100% !important;
    }
.form .group label small{
    font-size: 12px;
    line-height: 20px;
    color: #999;
    margin-left: 10px;
}
    .form .group .help {
        display: block;
        font-size: 12px;
        color: #dc2828;
        position: absolute;
        margin-left: 0;
    }
    .form.horizontal .group .help {
        display: block;
        margin-left: 92px;
        font-size: 12px;
        color: #dc2828;
        position: absolute;
    }
.form .group.g6{
    width: 50%;
}
.form .group.g3{
    width: 25%;
}
.form .group.g9{
    width: 75%;
}
.form input{
    width: 100%;
    box-sizing: border-box;
    height: 34px;
    background-color: #f5f5f5;
    border-radius: 4px;
    line-height: 32px;
    color: #333;
    outline: none;
    border: 1px solid #e3e3e3;
    padding: 0 10px;
}
    .form select {
        width: 160px;
        box-sizing: border-box;
        height: 34px;
        background-color: #f5f5f5;
        border-radius: 4px;
        line-height: 32px;
        color: #333;
        outline: none;
        border: 1px solid #e3e3e3;
        padding: 0 10px;
        background: url('https://hdz-file.oss-cn-shanghai.aliyuncs.com/hdz_web/group/select.svg') no-repeat scroll 135px center #f5f5f5;
    }
    .form textarea {
        width: 100%;
        box-sizing: border-box;
        height: 90px;
        background-color: #f5f5f5;
        border-radius: 4px;
        line-height: 17px;
        color: #333;
        outline: none;
        border: 1px solid #e3e3e3;
        padding: 10px;
    }
    .form .form-actions {
        clear: both;
        float: none;
        text-align: right;
        padding: 0 10px;
    }
    .form .control {
        width: auto;
        float: left;
        margin-right: 10px;
        height: 34px;
        line-height: 32px !important;
        margin-bottom: 0 !important;
    }
    .form .control input[type=checkbox] {
        width: auto;
        float: left;
        margin-right: 10px;
    }
    .form .checkbox-list{
        margin: 0;
        padding: 0;
        width: 100% !important;
    }
    .form .checkbox-list label{
        display: inline-block;
        width: 270px;
        float: left;
        font-size: 12px;
        min-height: 42px;
        padding-right: 15px;
    }
        .form .checkbox-list label input[type=checkbox] {
            height: 20px;
            width: 20px;
            line-height: 20px;
            vertical-align: middle;
        }
    .form .radio-list{
        margin: 0;
        padding: 0;
    }
        .form .radio-list label {
            display: inline-block;
            margin-right: 20px;
        }
            .form .radio-list label input[type=radio] {
                height: 14px;
                width: 14px;
                line-height: 20px;
                vertical-align: middle;
                margin-top: -1px;
                float: left;
                margin-top: 3px;
                margin-right: 5px;
            }

.form .select-list {
}

    .form .select-list li {
        float: left;
        display: block;
        border: 1px solid #666;
        padding: 0 15px;
        margin-right: 10px;
        border-radius: 4px;
        cursor: pointer;
    }

        .form .select-list li.active {
            border-color: #DC2828;
            color: #DC2828;
        }

        .form .select-list li.disabled {
            border-color: #ccc;
            color: #ccc;
            cursor: not-allowed;
        }

    .form .static {
    }
    .form.horizontal>*{
        float: left;
    }
    .form.horizontal label{
        width: 92px;
        height: 30px;
        line-height: 30px;
        margin: 0;
        padding: 0;
        float: left;
    }
    .form.horizontal input, .form.horizontal textarea {
        width: 340px;
        box-sizing: border-box;
        height: 30px;
        background-color: #f5f5f5;
        border-radius: 4px;
        line-height: 28px;
        color: #333;
        outline: none;
        border: 1px solid #e3e3e3;
        padding: 0 10px;
    }
    .form.horizontal textarea.row3 {
        line-height: 22px !important;
        height: 68px;
    }
        .form.horizontal input[type=radio] {
            width:auto;
            float: left;
            margin-right: 10px;
        }
        .form.horizontal .control {
            width: 340px;
        }
        .form>.actions{
            text-align: right;
            float: none;
        }
        .form>.actions .btn{
            margin-left: 10px;
        }

    .auditinfo {
        background-color: #f5f5f5;
        margin-bottom: 3px;
    }
.auditinfo li{
    box-sizing: border-box;
    float: left;
    width: 33.333333333333333333333333%;
    height: 80px;
    padding: 15px 0;
}
    .auditinfo li .left {
        float: left;
        width: 55px;
        font-size: 14px;
        color: #333;
        line-height: 26px;
        position: relative;
        padding-left: 28px;
        margin-left: 15px;
    }
.auditinfo li .left img{
    float: left;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}
.auditinfo li .left l{
     
}
.auditinfo li .left>div{
    float: left;
    width: 56px;
    text-align: center;
    color: #333;
}
.auditinfo li .right{
    float: left;
    width: 90px;
    font-size: 12px;
    text-align: center;
}
.auditinfo li .right .a{
    margin-bottom: 4px;
}
    .auditinfo li .right .b {
        height: 4px;
        margin-bottom: 4px;
    }
.auditinfo li .right .b img{
    vertical-align: top;
}
.auditinfo li .right .c{
    font-size: 12px;
    line-height: 17px;
}

.enquiry1{
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}
    .enquiry1 .sy_con_b {
        display: block;
    }
.enquiry1 .btn-add{
    width: 110px;
    display: none;
}
.enquiry1 {
    text-align: center;
    padding: 20px;
}
    .enquiry1 .btn.fill {
        text-align: center;
        padding: 20px;
        float: right;
        width: 96px !important;
        height: 26px !important;
        line-height: 24px !important;
        background-color: #DC2828 !important;
        color: #fff !important;
        margin: 20px 0 24px 0 !important;
    }
.enquiry1 .close{
    width: 100%;
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 17px;
    border-top: 1px solid #e6e6e6;
    padding-top: 12px;
}

.enquiry1 .close img{
    margin-left: 3px;
}

#quick-enquiry .enquiry-wrap .enquiry-item .control-label {
    float: left;
    color: #333;
    line-height: 30px;
}
#quick-enquiry .enquiry-wrap .enquiry-item .control select {
    color: #333;
    font-size: 12px;
    width: 130px;
    box-sizing: border-box;
    background: url('https://hdz-file.oss-cn-shanghai.aliyuncs.com/hdz_web/group/select.svg') no-repeat scroll 110px center transparent;
    height: 30px;
    padding: 0 5px;
    line-height: 28px;
    outline: none;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    background-color: #f5f5f5 !important;
}
#quick-enquiry .enquiry-wrap .enquiry-item{
    clear: both;
    margin-bottom: 40px;
}
    #quick-enquiry .enquiry-wrap .enquiry-item .control .danger {
        float: right;
        margin-top: 20px;
        line-height: 30px;
        margin-right: 20px;
        color: #F29600;
    }
    #quick-enquiry .enquiry-wrap .enquiry-item .control {
        float: left;
        width: 970px;
        margin-top: 0;
    }
    #quick-enquiry .enquiry-wrap .enquiry-item .control textarea{
        outline: none;
        border-radius: 4px;
        border: 1px solid #e3e3e3;
        background-color: #f5f5f5 !important;
        height: 74px;
        padding: 10px;
    }
    /*采购组报价*/
.preorder-search {
    margin-bottom: 20px;
}
    .preorder-search .preorder-search-title {
        border-bottom: 1px solid #e6e6e6;
        line-height: 40px;
        padding-left: 20px;
        font-weight: bold;
    }
.preorder-search .search{
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0;
}
.preorder-search .search #requireDesc{
    width: 210px;
    margin-right: 40px;
}
.preorder-search .search .btn{
    float: right;
    width: 70px;
}
/*#preorderCompanys .more {
    font-size: 12px;
    color: #999;
    line-height: 17px;
    margin-top: 7px;
    position: absolute;
    top: 20px;
    right: 20px;
}
    #preorderCompanys .more:hover {
        opacity: 0.7;
    }

    #preorderCompanys .more img {
        vertical-align: middle;
        margin-top: -4px;
        margin-left: 2px;
    }

#preorderCompanys .close {
    display: block;
    display: none;
    font-size: 12px;
    color: #999;
    line-height: 17px;
    text-align: center;
}

    #preorderCompanys .close:hover {
        opacity: 0.7;
    }

    #preorderCompanys .close img {
        vertical-align: middle;
        margin-top: 0px;
        margin-left: 2px;
    }*/
#daicai-enquiries {
    background-color: #fff;
}

    #daicai-enquiries .search-box {
        position: relative;
        padding-top: 15px;
        padding: 15px 20px 0 20px;
    }

        #daicai-enquiries .search-box .btn {
            position: absolute;
            right: 20px;
            top: 19px;
        }

    #daicai-enquiries .tabLista {
        height: 45px;
        background-color: #fff;
        border-radius: 0;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #e6e6e6;
        font-size: 14px;
    }

        #daicai-enquiries .tabLista li {
            border: none;
            margin: 0;
            box-sizing: border-box;
            height: 45px;
            line-height: 20px;
            padding-top: 17px;
        }

            #daicai-enquiries .tabLista li a {
                color: #333;
            }

            #daicai-enquiries .tabLista li.shangcheng_a_bianse a {
                border: none;
                color: #DC2828;
            }

            #daicai-enquiries .tabLista li.shangcheng_a_bianse::after {
                height: 2px;
                width: 40px;
                border-radius: 6px;
                margin-left: -20px;
                bottom: 11px;
            }

#daifu-enquiries {
    background-color: #fff;
}

    #daifu-enquiries .search-box {
        position: relative;
        padding-top: 15px;
        padding: 15px 20px 0 20px;
    }

        #daifu-enquiries .search-box .btn {
            position: absolute;
            right: 20px;
            top: 19px;
        }

    #daifu-enquiries .tabLista {
        height: 45px;
        background-color: #fff;
        border-radius: 0;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #e6e6e6;
        font-size: 14px;
    }

        #daifu-enquiries .tabLista li {
            border: none;
            margin: 0;
            box-sizing: border-box;
            height: 45px;
            line-height: 20px;
            padding-top: 17px;
        }

            #daifu-enquiries .tabLista li a {
                color: #333;
            }

            #daifu-enquiries .tabLista li.shangcheng_a_bianse a {
                border: none;
                color: #DC2828;
            }

            #daifu-enquiries .tabLista li.shangcheng_a_bianse::after {
                height: 2px;
                width: 40px;
                border-radius: 6px;
                margin-left: -20px;
                bottom: 11px;
            }
            /*添加代付*/
#writeoff {
    
}
#writeoff .title {
    box-sizing: border-box;
    height: 70px;
    padding-top: 30px;
    line-height: 20px;
    background-color: #fff;
    padding-left: 45px;
    position: relative;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
}
    #writeoff .title:after {
        content: ' ';
        position: absolute;
        display: block;
        width: 3px;
        height: 16px;
        background-color: #dc2828;
        top: 33px;
        left: 30px;
    }
    #writeoff .sy_con_b{
        padding: 30px;
        background-color: #fff;
    }
    #writeoff #showgoods{
        height: auto;
        line-height: 20px;
        max-width: 750px;
        min-width: 450px;
        margin-right: 20px;
    }
    #writeoff #showgoods img{
        float: left;
        margin-right: 20px;
    }
    #writeoff #showgoods .cat{
        margin-bottom: 4px;
    }
    #writeoff #showsupplier {
        margin-right: 20px;
        height: auto;
    }
    #writeoff #showsupplier p {
        float: left;
        margin-right: 30px;
    }

    /*添加代采需求*/
#trustee {
    
}

    #trustee .title {
        box-sizing: border-box;
        height: 70px;
        padding-top: 30px;
        line-height: 20px;
        background-color: #fff;
        padding-left: 45px;
        position: relative;
        font-size: 16px;
        color: #333;
        border-bottom: 1px solid #e6e6e6;
    }

        #trustee .title:after {
            content: ' ';
            position: absolute;
            display: block;
            width: 3px;
            height: 16px;
            background-color: #dc2828;
            top: 33px;
            left: 30px;
        }

    #trustee .sy_con_b {
        padding: 30px;
        background-color: #fff;
    }

    #trustee #showgoods {
        height: auto;
        line-height: 20px;
        max-width: 750px;
        margin-right: 20px;
    }

        #trustee #showgoods img {
            float: left;
            margin-right: 20px;
        }

        #trustee #showgoods .cat {
            margin-bottom: 4px;
        }

    #trustee #showsupplier {
        margin-right: 20px;
        height: auto;
    }

        #trustee #showsupplier p {
            float: left;
            margin-right: 30px;
        }
    #trustee .require-links {
        margin-bottom: -10px;
    }
    #trustee .require-links .require-link {
        border-bottom: 1px solid #e3e3e3;
        padding: 30px;
    }
    #trustee .require-links .require-link>div>label{
        line-height: 40px;
        display: inline-block;
        margin: 0 10px 0 0;
    }
    #trustee .require-links .require-link>div>label i{
        font-style:normal;
    }
        #trustee .require-links .require-link .btn {
            height: 40px !important;
            line-height: 38px;
            display: inline-block;
            vertical-align: top;
            margin-left: 10px;
            margin-right: 0 !important;
        }
    #trustee .require-links .require-link .btn.add{
        margin-left: 10px;
    }
    #trustee .require-links .require-link input {
        width: 770px;
        background-color: #fff;
        height: 40px;
        border-color: #ccc;
    }
    #trustee .require-links .require-link .add {
        margin-right: 5px;
    }

/*企业定制商城*/
.goods-wrap{
    padding: 0;
}
    .goods-wrap .goods-side {
        float: left;
        width: 208px;
        margin-right: 10px;
        background-color: #fff;
        border: 1px solid #d4d4d4;
        box-sizing: border-box;
    }
    .goods-wrap .goods-side .title{
        color: #666;
        padding: 0 0 0 10px;
        font-size: 14px;
        line-height: 40px;
    }
    .goods-wrap .goods-side .goods{
        margin-bottom: 20px;
        display: block;
        padding: 10px;
    }
        .goods-wrap .goods-side .goods:hover .title {
            color: #dc2828;
        }
    .goods-wrap .goods-side .goods .pic{
        margin-left: 10px;
    }
    .goods-wrap .goods-side .goods .title{
        line-height: 19px;
        height: 38px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        padding: 0;
        border: none;
    }
        .goods-wrap .goods-side .goods .price {
            color: #dc2828;
            line-height: 18px;
            margin: 10px 0 0;
        }
.goods-wrap .search-result{
    width: 870px;
    float: left;
}
    .goods-wrap .search-result #goodses .goods:nth-child(5n) {
        margin-right: 10px !important;
    }
    .goods-wrap .search-result #goodses .goods:nth-child(4n){
        margin-right: 0 !important;
    }

/*发票*/
#inv-wrap{
    
}
    #inv-wrap .tabs{
        background-color: #fff;
        height: 60px;
        border-radius: 0;
    }
    #inv-wrap li a{
        border: none;
    }
    #inv-wrap .prices {
        padding: 5px 20px 5px;
        background-color: #fff;
        margin-bottom: 20px;
    }
    #inv-wrap .prices table{
        width: 100%;
    }
        #inv-wrap .prices td {
            font-size: 14px;
            line-height: 1.5;
            border: none;
            padding: 5px;
        }
        #inv-wrap .prices td>div {
            word-break: keep-all;
        }
        #inv-wrap .prices td .price {
            font-size: 20px;
            line-height: 2;
            font-weight: 600;
        }
        #inv-wrap .prices td .price.strong {
            color: #dc2828;
        }
            #inv-wrap .prices td.gap {
                width: 500px;
                font-size: 20px;
                text-align: center;
            }
    #inv-wrap .orders, #inv-wrap .invoices, #inv-wrap .invoice-info{
        background-color: #fff;
    }

#inv-orders th {
    padding: 0;
    text-align: center;
}

#inv-orders .goods {
    position: relative;
    padding: 15px 130px 15px 116px;
    line-height: 17px;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 132px;
}

    #inv-orders .goods .pic {
        position: absolute;
        width: 76px;
        height: 76px;
        left: 20px;
        top: 20px;
        vertical-align: middle;
    }

    #inv-orders .goods .title {
        text-align: left;
        font-weight: normal;
        border: none;
        line-height: 17px;
        color: #333;
        font-size: 12px;
        padding: 0;
        width: 300px;
        word-wrap: break-word;
        word-break: normal;
    }

    #inv-orders .goods .price {
        text-align: left;
        position: absolute;
        width: 90px;
        right: 20px;
        top: 20px;
        line-height: 17px;
    }

        #inv-orders .goods .price label {
            display: block;
            margin-bottom: 8px;
            color: #999;
        }

            #inv-orders .goods .price label:last-child {
                margin-bottom: 0;
            }

            #inv-orders .goods .price label span {
                color: #333;
            }

            #inv-orders .goods .price label.express-info {
                color: #333;
            }

    #inv-orders .goods .to-return {
        text-align: left;
        position: absolute;
        width: 80px;
        right: 10px;
        top: 18px;
        text-align: center;
        font-size: 14px;
    }

#inv-orders .link {
    text-align: center;
    font-size: 14px;
}

#inv-orders .goods .return-status {
    text-align: left;
    position: absolute;
    width: 80px;
    right: 0;
    top: 18px;
    text-align: center;
    font-size: 14px;
}

#inv-orders .order-status {
    color: #333;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
}

#inv-orders .pages {
    float: none;
}

.inv-search {
    padding: 20px;
}

    .inv-search label {
        margin-right: 8px !important;
        margin-bottom: 30px;
        min-width: 50px;
        text-align: right;
    }

#inv-detail-wrap{

}
    #inv-detail-wrap .invoice-body {
        padding: 0 15px;
        background-color: #fff;
        box-sizing: border-box;
    }
    #inv-detail-wrap .invoice-body .sub-title{
        font-weight: bold;
        font-size: 14px;
        line-height: 40px;
        color: #333;
    }
    #inv-detail-wrap .invoice-body .label-field{
        font-size: 12px;
        color:#999;
        margin-top: 9px;
        margin-bottom: 20px;
        float: left;
        width: 25%;
    }
    #inv-detail-wrap .invoice-body .label-field span{
        color:#333;
        display: block;
        margin-top: 9px;
    }

    .apply-total{
        border-top: 1px solid #e6e6e6;
        text-align: right;
        padding: 20px;
        margin-top: 20px;
    }
    .apply-total .amount{
        color: #DC2828;
        font-weight: bold;
        margin-right: 20px;
    }

.jd_price_link {
    color: #dc2828;
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
}
.jd_price_normal_link {
    text-decoration: underline;
}

.express-info{
    cursor: pointer;
}
.express-list-title{
    padding-bottom: 10px;
    line-height: 25px;
}
.express-list-title .btn{
    vertical-align: bottom;
}
.express-steps{

}
    .express-steps li {
        display: block;
        font-size: 12px;
        margin-bottom: 0;
        line-height: 20px;
    }
        .express-steps li .time {
            width: 70px;
            padding: 10px 10px 10px 0;
            display: inline-block;
            font-size: 12px;
            text-align: right;
            float: left;
        }
        .express-steps li .info {
            border-left: 1px solid #ccc;
            padding: 10px;
            display: inline-block;
            font-size: 12px;
            width: 340px;
            float: left;
            vertical-align: middle;
            min-height: 40px;
        }

.enquiry2 {
    padding: 20px;
    margin-bottom: 20px;
}
.enquiry2 #new-home{
    min-height: 40px;
    padding-top: 0;
    width: 100%;
}
.enquiry2 #new-home .search{
    width: 100%;
    position: static;
}
.enquiry2 #new-home .search input{
    height: 40px;
}
.enquiry2 #new-home .search a{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    width: 100px;
}
    .enquiry2 #new-home .enquiry-result {
        padding-bottom: 0;
    }
    #approval{
        background-color: #fff;
        padding: 0 20px 20px;
    }
        #approval .form {
            width: 457px;
            margin: 20px auto;
        }
    #approval .title{
        font-size: 16px;
        color: #333;
        line-height: 60px;
        border-bottom: 1px solid #e6e6e6;
    }


.connects {
    margin-right: -28px;
}

.connect-item {
    box-sizing: border-box;
    float: left;
    margin-right: 14px;
    margin-bottom: 14px;
    display: block;
    width: 284px;
    height: 50px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    position: relative;
    padding: 5px 10px;
    padding-right: 60px;
}
    .connect-item.add {
        width: 50px;
        cursor: pointer;
        background: url(https://hdz-file.oss-cn-shanghai.aliyuncs.com/hdz_web/group/upload.svg) center no-repeat;
    }

    .connect-item .info {
        line-height: 20px;
        font-size: 14px;
    }

    .connect-item .info .icon{
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .connect-item .status {
        position: absolute;
        right: 10px;
        top: 5px;
    }    

    .connect-item:hover .remove {
        display: block;
        cursor: pointer;
    }

    .connect-item .remove {
        transition: all ease-in 0.2s;
        display: none;
        box-sizing: border-box;
        position: absolute;
        width: 100%;
        height: 100%;
        border: none;
        background-color: #fff;
        line-height: 34px;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: 0.5;
    }

        .connect-item .remove button {
            border: none;
            display: block;
            width: 34px;
            height: 34px;
            background-color: #fff;
            position: absolute;
            top: 8px;
            left: 50%;
            margin-left: -17px;
            border-radius: 34px;
        }

        .connect-item .remove img {
            width: 20px;
            height: 20px;
            position: absolute;
            z-index: 900;
            vertical-align: middle;
            border: none;
            top: 50%;
            left: 50%;
            margin-left: -10px;
            margin-top: -10px;
        }
.ding-connects .connect-item{
    display: flex;
}
.ding-connects .connect-item .info>div{
    display: flex;
    height: 100%;
    align-items: center;
}

#v-model .connects {
    margin: 14px -14px 14px 14px !important;
}
        #v-model .connect-item{
            width: 268px;
            cursor: pointer;
        }
        #v-model .connect-item.active{
            border-color: #DC2828;
        }

.batch_audit_form{

}
    .batch_audit_form .radio-list label {
        width: auto;
    }

.recharge-box {
    background-color: #fff;
    width: 1090px;
    margin: 0;
    padding: 20px 15px;
}
    .recharge-box .form-actions{
        text-align: left !important;
        padding-left: 102px !important;
    }
    .recharge-box .prices li {
        background-color: #ffd7d1;
        border-color: #ffd7d1;
        color: #000;
        height: 50px;
        line-height: 50px;
        padding: 0 25px;
    }
.required-mark{
    color: #DC2828 !important;
}
tr.data-item select{
    width:120px !important;
    background-position-x: 100px;
}
tr.data-item .itemTitle {
    word-break: break-all;
    word-wrap: break-word;
}
tr.data-item td[data-id="itemTitle"] {
    word-break: break-all;
    word-wrap: break-word;
    width: auto;
}
tr.data-item td[data-id="itemPrice"] {
    width: 80px;
}
tr.data-item td[data-id="itemCount"] {
    width: 50px;
}
tr.data-item td[data-id="itemTotal"] {
    width: 80px;
}


.layui-layer-btn::after {
    content: '#';
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
}

.extension-help {
    background-color: #fff;
    padding: 20px;
}
    .extension-help p {
        line-height: 1.5;
    }
.extension-help h2{
    text-align: center;
    font-size: 20px;
    padding: 20px;
}
.extension-help h3{
    padding: 14px 0;
}
.extension-help img{
    max-width: 1050px;
}
}
#file-preorder{
    height: 60px;
}
#file-preorder-btns {
}
#file-preorder-loading {
    display: none;
}
#file-preorder-loading img{
    width: 30px;
    vertical-align: text-top;
}
#file-preorder-progress {
    padding: 0 5px;
    font-size: 14px;
    margin-top: 5px;
}
#new-home .mall-goods
{
    min-height: 100px !important;
}
    #new-home .mall-goods .info .price .jd {
        text-decoration: none;
    }
    #new-home .mall-goods .info .price .jd a{
        color: #666;
        font-weight: normal;
        font-size: 14px;
    }
    .static-num{
        display: inline-block;
        width: 108px;
        font-size: 12px;
        line-height: 24px;
        text-align: center;
    }
#new-home .enquiry-result .goods-footer{
    padding-top: 5px;
    margin-top: 0;
}

#new-home .enquiry-result .require{
    line-height: 24px;
    height: 24px;
    padding: 0;
}
    #new-home .enquiry-result .require label {
        font-size: 12px;
        line-height: 24px;
        display: inline-block;
        vertical-align: middle;
    }
    #new-home .enquiry-result .require span {
        margin-right: 10px;
        line-height: 24px;
        font-size: 12px;
        display: inline-block;
        vertical-align: middle;
    }
    #new-home .enquiry-result .require .btn {
        margin-top: 0px;
        vertical-align: middle;
        font-size: 10px !important;
    }


/*select2*/
.selection .select2-selection {
    border-color: #e3e3e3 !important;
    background-color: #f5f5f5 !important;
}
.selection .select2-selection__choice__remove{
    margin-top: 2px !important;
    line-height: 18px !important;
    font-size: 20px !important;
}
.select2-selection__choice{
    padding-left: 25px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #dc2828 !important;
}
.select2-container--default .select2-results__option--selected {
    background-color: #f5837a !important;
    color: #fff;
}
.select2-dropdown {
    border-color: #e3e3e3 !important;
}

/**发票 发票信息*/
.invoice-card{
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}
.invoice-card-title {
    font-weight: bold;
    font-size: 14px;
    padding: 15px;
}
.invoice-card-body {
    padding: 0 15px 15px;
}
    .invoice-card-body .invoice-item {
        display: flex;
        border-bottom: 1px solid #e3e3e3;
        padding: 10px 0;
    }
    .invoice-card-body tr.invoice-item {
        display: table-row;
        border-bottom: none;
        padding: 0;
    }
    .invoice-card-body .invoice-item:last-child {
        border: none;
    }

        .invoice-card-body .invoice-item > div {
            width: 25%;
            font-size: 12px;
        }

.invoice-card-body .invoice-item>div:first-child{
    flex: 1;
}
.invoice-card-body .invoice-item>div:last-child{
    width: 200px;
}
.invoice-card-body .invoice-item>div>label{
    color: #999;
}
.invoice-card-body .invoice-item>div>div{
    margin-top: 10px;
    color: #333;
}
.invoice-card-footer{
    text-align: right;
    padding: 0 15px;
}
.invoice-card-title .btn-add-email, .invoice-card-title .btn-add-invoice {
    float: right;
}

.invoice-list .btn-default-email.disabled, 
.invoice-list .btn-default-invoice.disabled
{
    margin-right: 14px;
    color: #666 !important;
    border: 1px solid #DC2828 !important;
    opacity: 1;
    margin-left: 8px;
}
.tab-content-advert .scene-detail{
    margin-top: 15px;
    border: none;
}
#scene-pages {
    margin-top: 20px;
}
#add-invoice-wrap .group > label {
    width: 160px;
}
#apply-invoice .group .btn-link{
    font-size: 14px !important;
}

.top5-scenes {
    list-style: none;
    background-color: #fff;
    font-size: 0;
    text-align: center;
}
.top5-scenes li {
    display: inline-block;
    height: 40px;
    width: 210px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    padding-top: 10px;
}
    .top5-scenes li:last-child a{
        border-right: none;
    }
    .top5-scenes li:nth-child(5n) a{
        border-right: none;
    }
    .top5-scenes li.active {
        color: #DC2828;
    }
    .top5-scenes li.active a{
        color: #DC2828;
    }
        .top5-scenes li.active a:after {
            content: ' ';
            display: block;
            height: 4px;
            background-color: #DC2828;
            position: absolute;
            width: 72px;
            left: 50%;
            bottom: 0;
            margin-left: -36px;
        }
    .top5-scenes li a {
        font-size: 14px;
        color: #000;
        line-height: 24px;
        display: block;
        width: 100%;
        border-right: 1px solid #afafaf;
        font-weight: bold;
    }
        .top5-scenes li a:hover {
            color: #DC2828;
        }
        .scene-options .more-options{

        }
            .scene-options .more-options img {
                width: 6px;
                vertical-align: middle;
                margin-left: 10px;
                transform: rotate(90deg) translate(-1px);
            }
            .scene-options .more-options.open img {
                transform: rotate(-90deg) translate(2px);
            }
.product-list {
    list-style: none;
    margin-right: -20px;
    margin-bottom: -12px;
    overflow: hidden;
}
    .product-list .product-item {
        float: left;
        width: 164px;
        margin-right: 21px;
        margin-bottom: 9px;
        background-color: #fff;
        padding: 0;
    }
        .product-list .product-item .product-img {
            width: 126px;
            height: 126px;
            margin: 9px 19px 10px;
            vertical-align: middle;
        }
        .product-list .product-item .product-title {
            font-size: 12px;
            line-height: 16px;
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            padding: 0 10px;
            min-height: 32px;
            word-break: break-all;
        }
        .product-list .product-item .price {
            color: #DC2828;
            font-size: 16px;
            font-weight: bold;
            line-height: 21px;
            text-align: center;
            margin-top: 9px;
        }
            .product-list .product-item .price .sale {
                font-size: 12px;
                color: #acacac;
                font-weight: normal;
                text-decoration: line-through;
                margin-left: 8px;
                vertical-align: bottom;
            }
        .product-list .product-item .actions {
            text-align: center;
            margin: 7px 0 7px 0;
        }
            .product-list .product-item .actions .btn {
                line-height: 22px;
                font-size: 12px;
                height: 24px !important;
                padding: 0 13px !important;
            }
                .product-list .product-item .actions .btn.add-cart {
                    margin-left: 6px;
                }

.scene-filter .search{
    margin-top: 0;
}
.mall-platforms{
    float: right;
    margin-top: 25px;
}
.mall-platforms li{
    float: left;
    font-size: 12px;
    margin-right: 15px;
    line-height: 16px;
    cursor: pointer;
}
    .mall-platforms li img {
        width: 22px;
        vertical-align: text-top;
        border: 1px solid #ccc;
        border-radius: 7px;
    }
.asset-type select {
    width: 100px;
    box-sizing: border-box;
    height: 25px;
    background-color: #f5f5f5;
    border-radius: 4px;
    line-height: 25px;
    color: #333;
    outline: none;
    border: 1px solid #e3e3e3;
    padding: 0 10px;
    background: url('https://hdz-file.oss-cn-shanghai.aliyuncs.com/hdz_web/group/select.svg') no-repeat scroll 80px center #f5f5f5;
}

.order-views{

}
.order-views .order-view{
    line-height: 28px;
}
.order-views .order-view input{
    float: left;
    margin-top: 8px;
    margin-right: 10px;
}

.shangcheng_shijian{

}
.shangcheng_shijian img{
    float: none;
    margin: 0;
    display: inline-block;
    vertical-align: bottom;
}
.shangcheng_shijian p{
    float: none;
    display: inline-block;
}

.order-ask{
    float: right;
    cursor: pointer;
    color: #DC2828;
}
.order-ask:hover{
    opacity: 0.8;
}
.order-ask img{
    vertical-align: middle;
}

.iconfont {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    color: #999;
}

.tip-white {
    opacity: 0.8;
    z-index: 1000;
    text-align: left;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 8px 8px;
    max-width: 200px;
    color: #fff;
    border: 1px solid #999;
    background-color: #fff;
    /**
	 * - If you set a background-image, border/padding/background-color will be ingnored.
	 *   You can set any padding to .tip-inner instead if you need.
	 * - If you want a tiled background-image and border/padding for the tip,
	 *   set the background-image to .tip-inner instead.
	 */
}
.tip-twitter {
    opacity: 1 !important;
    z-index: 1000;
    text-align: left;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 8px 8px;
    max-width: 200px;
    color: #fff;
    background-color: #000;
    /**
	 * - If you set a background-image, border/padding/background-color will be ingnored.
	 *   You can set any padding to .tip-inner instead if you need.
	 * - If you want a tiled background-image and border/padding for the tip,
	 *   set the background-image to .tip-inner instead.
	 */
}

table .upload-item {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    margin-bottom: 5px;
}
/* 常购清单*/
.tab-content-mult-order .goodses .goods {
    float: left;
    position: relative;
    width: 210px;
    height: 320px;
    box-sizing: border-box;
    margin: 0 10px 10px 0;
    transition: all ease-out 0.3s;
    border-radius: 2px;
    overflow: hidden;
    padding: 16px;
    background-color: #fff;
}

    .tab-content-mult-order .goodses .goods:nth-child(5n) {
        margin-right: 0;
    }

    .tab-content-mult-order .goodses .goods:hover {
        box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    }

    .tab-content-mult-order .goodses .goods .pic {
        width: 100%;
        vertical-align: top;
        width: 142px;
        height: 142px;
        margin: 8px 18px 10px 18px;
    }

    .tab-content-mult-order .goodses .goods .title {
        font-size: 12px;
        line-height: 19px;
        font-weight: normal;
        height: 38px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        color: #333;
        border: none;
        padding: 0;
    }

    .tab-content-mult-order .goodses .goods .price {
        font-size: 18px;
        color: #dc2828;
        position: relative;
        line-height: 18px;
        margin: 20px 0 23px;
    }

        .tab-content-mult-order .goodses .goods .price span {
            font-size: 12px;
            height: 24px;
            margin-right: 2px;
        }

        .tab-content-mult-order .goodses .goods .price .area {
            font-size: 14px;
            color: #999;
            float: right;
            text-decoration: line-through;
            cursor: pointer;
        }

            .tab-content-mult-order .goodses .goods .price .area span {
                font-size: 12px;
            }

    .tab-content-mult-order .goodses .goods .btn {
        line-height: 22px;
        font-size: 12px;
        float: right;
    }

    .tab-content-mult-order .goodses .goods .add-cart {
        width: 117px;
    }

        .tab-content-mult-order .goodses .goods .add-cart:hover {
            background-color: #e8544f;
        }

    .tab-content-mult-order .goodses .goods .last-time {
        font-size: 12px;
        color: #999;
    }
.tab-content-mult-order .tip{
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 2;
    color: #DC2828 !important;
}
.tab-content-mult-order .tip li{
    color: #DC2828 !important;
}

.enquiry1 .btn.active {
    background-color: #dc2828 !important;
    color: #fff !important;
}
.enquiry1 .btn.active:hover {
    opacity: 0.7;
}
.self-enquiry-intro {
    margin-bottom: 20px;
    padding: 0 20px;
    position: relative;
}
.self-enquiry-intro .title{
    font-weight: bold;
    margin-bottom: 15px;
    border: none;
}
/*内容宽度*/
.self-enquiry-intro ul{
    width: 700px;
    margin-left: 222px;
}
.self-enquiry-intro ul li{
    list-style: decimal;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 10px;
}
.self-enquiry-intro ul li a{
    padding: 0 !important;
    font-size: 14px !important;
}
.tip-twitter.self-enquiry-intro-pic {
    width: auto !important;
    max-width: max-content;
}
.tip-twitter.self-enquiry-intro-pic img{
    /*max-width: 600px;*/
    max-width: 600px;
}
.self-enquiry-logos{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    position: relative;
}
.self-enquiry-logos .row{
    display: flex;
    flex-direction: row;
    padding: 10px 50px;
}
.self-enquiry-logos .self-enquiry-logo-group{
 flex: 1 !important;   
 padding: 20px;
 box-sizing: border-box;
}
    .self-enquiry-logos .self-enquiry-logo-group .self-enquiry-logo-group-logos {
        display: flex;
        margin-top: 10px;
        justify-content:space-between;
    }
    .self-enquiry-logos .self-enquiry-logo-group .title {
        color: #F29600;
        border-bottom: 1px solid #F29600;
        text-align: left;
        padding-left: 10px;
        font-weight: bold;
    }
    .self-enquiry-logos .self-enquiry-logo-group .self-enquiry-logo img{
        color: #333;
        width: 100%;
        height: 30px;
    }
    .self-enquiry-logos .self-enquiry-logo-group .self-enquiry-logo{
        width: 100px;
        box-sizing: border-box;
        display: flex;
    }
    .self-enquiry-logos .self-enquiry-logo-group .self-enquiry-logo span{
        font-size: 14px;
    }

    .self-enquiry-logos .self-enquiry-logo-group .self-enquiry-logo a:hover {
        cursor: pointer;
    }
    .show-intro, .close-intro{
        position:absolute;
        right: 0px;
        top: 0px;
        z-index: 100;
    }
.enquiry-bar {
    border-top: 1px solid #e6e6e6;
    margin: 0 auto;
}
    .enquiry-bar .btn {
        width: 50%;
        border: none !important;
        border-top: 4px solid #fff !important;
        color: #333 !important;
        background-color: #fff !important;
        border-radius: 0;
    }
        .enquiry-bar .btn:hover {
            color: #DC2828 !important;
            border-radius: 0;
            border-top: 4px solid #DC2828 !important;
        }
    .enquiry-bar .btn.active {
        color: #DC2828 !important;
        background-color: #fff !important;
        border-top: 4px solid #DC2828 !important;
    }

.redirect-reorder.btn.small {
    height: 22px !important;
    line-height: 20px !important;
}
.tab-content-preorder .thdz {
    text-decoration: none !important;
    color: #8d8d8d;
}

    .tab-content-preorder .thdz .rmb {
        font-size: 16px;
        color: #dc2828;
    }
    .tab-content-preorder .thdz span {
        color: #dc2828 !important;
        font-weight: bold;
        font-size: 18px;
    }

#new-home .enquiry-result .goods-footer .srm_order {
    float: right;
    margin-left: 20px;
    padding: 7px 25px;
    width: auto;
    height: 30px;
    line-height: 1;
    font-size: 16px;
}
.tab-content-order td .option.default.pong{
    color:#333 !important;
    border-color:#333;
}

.awesomplete ul[role=listbox]{
    margin-top: 36px;
}