﻿

html, body {
    /*background-color: #FAFAFA;*/
    color: #393939;
    font-family: 'Open Sans';
    font-size: 12px;
    height: 100%;
    line-height: 1.5;
    overflow: auto;
    width: 100%;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, iframe, fieldset, legend, input, textarea, p, blockquote, table, th, td, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

i {
    font-style: normal;
}



body {
    background: #fff;
    color: #333;
    /*font-family: 'Helvetica Neue',Helvetica,Arial,'Microsoft Yahei',sans-serif,jstFont;*/
    font-family: 'Microsoft Yahei',Arial, Helvetica, sans-serif, 'Helvetica Neue', Helvetica, 'Segoe UI', Tahoma, Arial, Verdana, jstFont;
    font-size: 12px;
    margin: 0;
}

ol, ul {
    /* margin: 0 0 10px 25px; */
    list-style-type: none;
    margin: 0;
    padding: 0;
}


/*清除浮动*/

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


.animated {
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

.bounceIn {
    -webkit-animation: bounceIn 1s .2s ease both;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.w50 {
    width: 50px;
}

.w80 {
    width: 80px;
}

.w90 {
    width: 90px;
}

.w100 {
    width: 100px;
}

.w120 {
    width: 120px;
}

.w150 {
    width: 150px;
}

.w180 {
    width: 180px;
}

.w200 {
    width: 200px;
}

.w200 {
    width: 220px;
}

.w250 {
    width: 250px;
}

.w300 {
    width: 300px;
}

.w350 {
    width: 350px;
}

.w400 {
    width: 400px;
}

.w480 {
    width: 480px;
}

.w650 {
    width: 650px;
}

.h30 {
    height: 30px;
}

.h50 {
    height: 50px;
}

.h80 {
    height: 80px;
}

.h300 {
    height: 300px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.fgreenb {
    color: #49cb5f;
    font-weight: bold;
}

.fredb {
    color: #ff0000;
    font-weight: bold;
}

/*隐藏滚动条*/

#main-tabs .tabs-panels > .panel > .panel-body, .dialog-content {
    overflow: hidden;
}

/*搜索*/

.toolbar {
    /*margin-bottom: 20px;*/
    /*padding-left: 10px;
    padding-right: 10px;*/
    padding-bottom: 15px;
}

.order-toolbar {
    padding-bottom: 0px;
}

.toolbar .toolbar-search {
    clear: both;
    line-height: 40px;
}

    .toolbar .toolbar-search ul {
        margin: 3px auto;
        overflow: hidden;
    }

        .toolbar .toolbar-search ul li {
            display: inline-block;
            margin-right: 5px;
        }

            .toolbar .toolbar-search ul li.title {
                padding-left: 8px;
                text-align: left;
                width: 100px;
            }

            .toolbar .toolbar-search ul li.btns {
                position: absolute;
                right: 10px;
                font-size: 13px;
            }

                .toolbar .toolbar-search ul li.btns img {
                    width: 17px;
                    height: 17px;
                    vertical-align: middle;
                    margin-right: 3px;
                }


.toolbar .toolbar-pay {
    position: relative;
}

@media screen and (max-width:1800px) {
    .toolbar .toolbar-search .toolbar-pay {
        width: 1024px;
        margin: 3px 0px;
    }
}


.text-right {
    text-align: right;
}

.margin-r-0 {
    margin-right: 0px;
}

.margin-t-0 {
    margin-top: 0px;
}

.toolbar .toolbar-button ul {
    margin: 3px auto;
    overflow: hidden;
}

    .toolbar .toolbar-button ul li {
        display: inline-block;
        line-height: 28px;
        font-size: 12px;
        margin-right: 5px;
    }

        .toolbar .toolbar-button ul li img {
            vertical-align: middle;
            margin-right: 3px;
        }

        .toolbar .toolbar-button ul li:hover {
            background-color: #d4e5f5;
            border-radius: 2px;
        }

        .toolbar .toolbar-button ul li a {
            display: block;
            line-height: 28px;
            overflow: hidden;
            padding: 0 8px;
            text-decoration: none;
        }



/*商品详情*/

.jst-pro-detail {
}

    .jst-pro-detail .product-info {
        float: left;
        margin: 10px;
        width: 560px;
    }

    .jst-pro-detail table.detail {
    }

        .jst-pro-detail table.detail tr {
            line-height: 35px;
        }

        .jst-pro-detail table.detail th {
            border: none;
            border-bottom: 1px #cccccc solid;
            color: #575765;
            font-size: 1.2em;
            line-height: 35px;
            padding-right: 5px;
            text-align: right;
        }

        .jst-pro-detail table.detail td {
            border: none;
            border-bottom: 1px #cccccc solid;
            color: #575765;
            font-size: 1.2em;
            line-height: 35px;
        }

    .jst-pro-detail .img-info {
        float: right;
        margin-top: 10px;
        width: 400px;
    }

        .jst-pro-detail .img-info .big-pic img {
            margin-bottom: 5px;
            width: 300px;
        }

        .jst-pro-detail .img-info ul.list li {
            display: block;
            float: left;
            margin-right: 5px;
            padding: 1px;
            text-align: center;
        }

            .jst-pro-detail .img-info ul.list li img:hover, .jst-pro-detail .img-info ul.list li img.active {
                border: 2px #ff6a00 solid;
            }


            .jst-pro-detail .img-info ul.list li img {
                border: 2px #808080 solid;
                height: 54px;
                padding: 1px;
                width: 54px;
            }

    .jst-pro-detail .sku-info {
        margin-top: 25px;
    }

        .jst-pro-detail .sku-info ul {
            display: block;
            overflow: auto;
        }

            .jst-pro-detail .sku-info ul.list li {
                border: 2px #cccccc solid;
                display: block;
                float: left;
                font-size: 1.3em;
                line-height: 32px;
                margin-right: 5px;
                padding: 5px 10px;
                text-align: center;
                /*position:relative;*/
            }



                .jst-pro-detail .sku-info ul.list li.active {
                    border: 2px #ff6a00 solid;
                    display: block;
                    /*background: url('../../../Content/images/selected-icon.png');*/
                }




    .jst-pro-detail .sku-grid {
        clear: both;
        height: 290px;
        padding-top: 10px;
    }


.jst-ul {
    margin: 0;
    overflow: hidden;
    padding: 0;
}

    .jst-ul .color li {
        display: block;
        float: left;
        list-style: none;
        margin-right: 8px;
        margin-top: 5px;
    }

        .jst-ul .color li span {
            border: 2px solid #cccccc;
            display: block;
            font-size: 13px;
            padding: 8px 10px;
        }

            .jst-ul .color li span:hover {
                border: 2px solid #ff6a00;
            }

            .jst-ul .color li span.active {
                border: 2px solid #ff6a00;
            }


    .jst-ul .size li {
        border: 1px solid #cccccc;
        display: block;
        float: left;
        height: 110px;
        margin: 0 auto;
        margin-right: 15px;
        padding-top: 8px;
        text-align: center;
        width: 150px;
    }

        .jst-ul .size li .content {
            padding-left: 13px;
        }

        .jst-ul .size li span {
            background-color: #cccccc;
            border: 1px solid #cccccc;
            display: block;
            float: left;
            font-size: 1.3em;
            height: 32px;
            line-height: 32px;
            text-align: center;
            width: 32px;
        }

            .jst-ul .size li span:hover {
                background-color: #ff6a00;
                color: #ffffff;
            }

        .jst-ul .size li input {
            float: left;
        }


.jst-bottom-button {
    /*background-color: #F3F3F3;*/
    /*border-top: 1px solid #D3D3D3;*/
    bottom: 3px;
    height: 38px;
    line-height: 35px;
    padding-right: 15px;
    position: fixed;
    text-align: right;
    width: 100%;
}

    .jst-bottom-button .left {
        float: left;
        font-size: 16px;
        padding-left: 10px;
        text-align: left;
    }

.jst-bottom-button-1 {
    background-color: #F3F3F3;
    border-right: 1px solid #D3D3D3;
    border-top: 1px solid #D3D3D3;
    bottom: 0px;
    height: 38px;
    line-height: 35px;
    padding-right: 15px;
    position: fixed;
    text-align: right;
    width: 650px;
}

.jst-bottom-button-2 {
    background-color: #F3F3F3;
    border-top: 1px solid #D3D3D3;
    bottom: 0px;
    height: 38px;
    line-height: 35px;
    padding-right: 15px;
    position: fixed;
    text-align: right;
    width: 360px;
}

.form-control {
    height: 32px;
}

.formTable {
    width: 100%;
    font-size: 13px;
}

    .formTable th {
        font-size: 13px;
    }

    .formTable i {
        color: #ff0000;
        padding-right: 5px;
    }

    .formTable .error {
        color: #ff0000;
        padding-left: 5px;
    }

    .formTable tr th, .formTable tr td {
        border-bottom: 1px solid #ddd;
        padding: 8px;
        vertical-align: middle;
    }

    .formTable tr.last th, .formTable tr.last td {
        border-bottom: none;
    }

.side {
    float: left;
    height: 100%;
    position: relative;
    width: 60px;
    /*z-index:999;*/
}

.side-blue {
    background: #0086f1 url('../../../Content/images/2018/side_blue_mask.png') no-repeat left top;
}

.side-logo {
    cursor: pointer;
    height: 40px;
    padding-top: 8px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
}

    .side-logo::before {
        color: #fff;
        content: "";
        display: inline-block;
        font-size: 32px;
        line-height: 32px;
    }

.bounceIn {
    -webkit-animation: bounceIn 1s .2s ease both;
}

.side .side-menu {
    font-size: 14px;
    margin-top: 15px;
}

    .side .side-menu ul {
        font-size: 14px;
        padding-top: 15px;
        z-index: 12;
    }

.side ul li {
    cursor: pointer;
    display: block;
    text-align: center;
}

    .side ul li .site-menu-d {
        color: #fff;
        padding: 10px 0px;
        position: relative;
    }

        .side ul li .site-menu-d:hover {
            background-color: #259cfc
        }

.site-menu-d-selected {
    background-color: #259cfc
}


    .site-menu-d-selected em {
        border-bottom: 4px solid transparent;
        border-right: 6px solid #fff;
        border-top: 4px solid transparent;
        content: "";
        display: block;
        height: 0;
        margin-top: -4px;
        position: absolute;
        right: 0;
        top: 50%;
        width: 0;
    }



.side ul li .site-menu-d i {
    display: block;
    font-size: 18px;
    font-style: normal;
    line-height: 20px;
    text-align: center;
}


.side ul li a {
    color: #fff;
    display: block;
    padding: 5px 0px;
    position: relative;
    text-decoration: none;
}

.side-mask {
    background: rgba(0, 0, 0, 0.05);
    bottom: 0;
    display: none;
    left: 60px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 11;
}

/*.side ul li:hover em , .side ul li a:hover em {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 6px solid #fff;
    border-bottom: 4px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
}*/


.side ul li ul {
    background: #ffffff;
    border-right: 1px solid #ccc;
    display: none;
    height: 100%;
    margin: 0;
    margin-left: 60px;
    padding: 0;
    position: absolute;
    /*left: 42px;*/
    top: 0px;
    width: 240px;
}

    /*.side ul li:hover ul {
    display: block
}*/

    .side ul li ul li {
        text-align: left;
    }

        .side ul li ul li.title {
            font-size: 14px;
            font-weight: bold;
            line-height: 36px;
            padding-left: 18px;
        }

        .side ul li ul li.item {
            padding-left: 55px;
        }

            .side ul li ul li.item:hover {
                background-color: #f5f7fd
            }

            .side ul li ul li.item a {
                color: #000;
            }

                .side ul li ul li.item a:hover {
                    color: #00aaee;
                }



/*头部*/

#main {
    height: 100%;
    padding-top: 38px;
    width: 100%;
    /*z-index:12;*/
}

#head {
    background: #f3f3f3;
    border-bottom: 2px solid #e3e3e3;
    height: 38px;
    margin-top: -38px;
    overflow-y: visible;
    padding-right: 200px;
    width: 100%;
}

#user {
    cursor: pointer;
    float: right;
    line-height: 38px;
    margin-right: -200px;
    padding-left: 6px;
    padding-right: 26px;
    position: relative;
    text-align: right;
    width: 163px;
    z-index: 10;
}

    #user:before {
        content: "\e64f";
        float: right;
        font-size: 14px;
        margin-right: -20px;
        text-align: center;
        width: 20px;
    }

.user-name {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    position: absolute;
    right: 26px;
    text-overflow: ellipsis;
    top: 5px;
    white-space: nowrap;
}

.shopping-cart {
    cursor: pointer;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    position: absolute;
    right: 175px;
    text-overflow: ellipsis;
    top: 5px;
    white-space: nowrap;
}

#user .user-menu {
    background: #fff;
    border: 1px solid #c9cdd4;
    display: none;
    padding: 10px 0px 0px;
    position: absolute;
    right: 20px;
    text-align: left;
    top: 36px;
}

.user-menu-item i {
    display: inline-block;
    float: left;
    font-size: 18px;
    font-style: normal;
    margin-left: -28px;
    vertical-align: middle;
    width: 28px;
}

.user-menu-item a {
    display: block;
}

#user:hover .user-menu {
    display: block;
}


#user .user-menu:before {
    border-bottom: 7px solid #c9cdd4;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 10px;
    top: -7px;
}

#user .user-menu:after {
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    display: inline-block;
    position: absolute;
    right: 11px;
    top: -6px;
}

#user:hover .user-menu .user-menu-item {
    padding-left: 50px;
    padding-right: 22px;
    white-space: nowrap;
}

.user-menu-line {
    border-bottom: 1px solid #eaeaea;
}

.user-menu-item:hover {
    background: #f5f7fd;
    color: #00aaee;
}




#tab-list {
    font-size: 0;
    white-space: nowrap;
    /* overflow: hidden; */
    /* overflow-x: hidden; */
}

.tab-item, .tab-more {
    color: #6e6e6e;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 38px;
    line-height: 36px;
    overflow-y: visible;
    padding: 0 16px;
    position: relative;
    z-index: 10;
    /* transition: background 0.3s ease 0s; */
}

    .tab-item:hover {
        background-color: #e8e8e8;
        color: #0094ff;
        /* transition: background 0.3s ease 0s; */
    }

    .tab-item.active {
        background: #fff;
        border-bottom: 2px solid #0095ff;
        color: #0094ff;
    }

#frame_list {
    /*width: 100%;*/
    height: 100%;
    overflow: hidden;
    position: relative;
}

    #frame_list iframe {
        overflow: hidden;
    }

#frame-mask {
    bottom: 0;
    display: none;
    filter: alpha(opacity=0);
    left: 0;
    opacity: 0.0;
    position: absolute;
    right: 0;
    top: 0;
}

.jst-list-1 {
    overflow: hidden;
}


    .jst-list-1 li {
        border: 2px solid #ccc;
        cursor: pointer;
        display: block;
        float: left;
        margin-bottom: 5px;
        margin-right: 10px;
        padding: 4px 4px;
        position: relative;
        text-align: center;
        text-align: center;
    }

        .jst-list-1 li.active {
            border: 2px solid #e4393c;
        }

        .jst-list-1 li.span {
            display: inline-block;
            margin-left: 4px;
            margin-right: 4px;
            position: relative;
        }

        .jst-list-1 li.active b {
            background: url('../../../Content/images/selected-icon.png') no-repeat;
            bottom: 0;
            display: block;
            height: 12px;
            overflow: hidden;
            position: absolute;
            right: 0;
            width: 12px;
        }


.jst-list-2 li {
    border: 2px solid #ccc;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 4px 4px;
    position: relative;
    text-align: center;
    text-align: center;
    width: 180px;
}

.jst-list-2 li {
    /*border: 2px solid #ccc;*/
    border: none;
    display: block;
    float: left;
    /*padding: 4px 4px;*/
    margin-right: 10px;
    position: relative;
    /*cursor: pointer;*/
    text-align: center;
    text-align: center;
    width: 185px;
}

    .jst-list-2 li .title {
        background-color: #0094ff;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        line-height: 32px;
    }

    .jst-list-2 li .main {
        /*line-height: 28px;*/
        border: 1px solid #ccc;
        border-bottom: none;
        border-top: none;
        /*background-color: #0094ff;*/
        color: #000;
        font-size: 13px;
        margin: 0 auto;
        padding-bottom: 30px;
        padding-top: 30px;
        vertical-align: middle;
    }

        .jst-list-2 li .main span {
            background-color: #f3f3f3;
            border: 1px solid #d3d3d3;
            display: inline-block;
            float: left;
            height: 24px;
            margin: 0;
            padding: 0;
            width: 24px;
        }

            .jst-list-2 li .main span.minus {
                border-right: 0;
            }

            .jst-list-2 li .main span.plus {
                border-left: 0;
            }

        .jst-list-2 li .main input {
            float: left;
        }

    .jst-list-2 li .footer {
        border: 1px solid #ccc;
        border-top: none;
        display: block;
        float: none;
    }


.jst-nav {
    float: right;
}

    .jst-nav li {
        display: block;
        float: left;
        line-height: 38px;
        width: 150px;
    }

        .jst-nav li a {
            color: #000;
        }

        .jst-nav li.red {
            background-color: #ff0000;
            color: #fff;
            font-size: 13px;
            text-align: center;
            width: 120px;
        }

            .jst-nav li.red a {
                color: #fff;
                display: block;
                padding-left: 8px;
            }

        .jst-nav li.blue {
            background-color: #0094ff;
            color: #fff;
            font-size: 13px;
            text-align: center;
            width: 120px;
        }

            .jst-nav li.blue a {
                color: #fff;
                display: block;
                padding-left: 8px;
            }

.text-center {
    text-align: center;
}

.border-bottom-none {
    border-bottom: none;
}



/*加入进货车*/

.cart-item {
    border-bottom: 1px dotted #ccc;
    font-size: 15px;
    font-weight: normal;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px 2px;
    position: relative;
    width: 330px;
}

.cart-item-img {
    float: left;
}


    .cart-item-img img {
        height: 80px;
        width: 80px;
    }

.cart-item-title {
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    text-indent: 5px;
}

.cart-item-qty {
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    text-indent: 5px;
}

.cart-qty {
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    width: 120px;
}

    .cart-qty .cart-qty-minus {
        /*background-color: #f3f3f3;*/
        border: 1px solid #BFBFBF;
        cursor: pointer;
        display: inline-block;
        float: left;
        font-size: 18px;
        height: 28px;
        line-height: 24px;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 28px;
        border-bottom-left-radius: 2px;
        border-top-left-radius: 2px;
    }

    .cart-qty .cart-qty-input {
        border: 1px solid #BFBFBF;
        border-left: none;
        border-right: none;
        float: left;
        height: 28px;
        text-align: center;
        width: 60px;
        border-radius: 0;
    }

    .cart-qty .cart-qty-plus {
        /*background-color: #f3f3f3;*/
        border: 1px solid #BFBFBF;
        cursor: pointer;
        display: inline-block;
        float: left;
        font-size: 18px;
        height: 28px;
        line-height: 24px;
        margin: 0;
        padding: 0;
        text-align: center;
        vertical-align: central;
        width: 28px;
        border-bottom-right-radius: 2px;
        border-top-right-radius: 2px;
    }



/*进货车*/

.cart-main-left {
    border-right: 1px solid #ccc;
    float: left;
    height: 100%;
    width: 650px;
}

.cart-main-right {
    overflow: hidden;
    padding: 5px;
}

.jst-span-1 {
    display: block;
    /*margin-left: 5px;*/
    margin-top: 5px;
}

    .jst-span-1 span {
        border: 1px solid #d3d3d3;
        cursor: pointer;
        display: inline-block;
        margin-bottom: 8px;
        margin-right: 8px;
        padding: 5px 10px;
        position: relative;
        border-radius: 2px;
    }

        .jst-span-1 span:hover {
            border: 1px solid #409EFF;
        }

        .jst-span-1 span.active {
            border: 1px solid #409EFF;
        }

            .jst-span-1 span.active b {
                background: url('../../../Content/theme/default/images/icons/icon-selected.png') no-repeat;
                bottom: 0;
                display: block;
                height: 14px;
                overflow: hidden;
                position: absolute;
                right: 0;
                width: 20px;
            }


.quick-qty {
    float: right;
    height: 30px;
    line-height: 30px;
    margin-top: 3px;
    width: 320px;
}

    .quick-qty span.title {
        float: left;
    }

.quick-qty-span {
    border: 1px solid #ccc;
    display: block;
    float: left;
    font-size: 14px;
    height: 30px;
    margin-left: 15px;
    text-align: center;
    width: 30px;
}


.quick-qty-left {
    float: left;
}

.quick-qty-right {
    float: right;
}


.sku-clear {
    background: #FFF;
    cursor: pointer;
    font-size: 18px;
    height: 42px;
    line-height: 36px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    width: 38px;
}

    .sku-clear:hover {
        color: #0094ff;
    }

/*进货车*/


.total-amount-a {
    font-size: 13px;
}

/*店铺*/

.shop-select-box img {
    border: none;
    cursor: pointer;
    float: left;
    height: 76px;
    margin: 4px;
    width: 76px;
}

.shop-select-box .panel {
    border-radius: 3px;
    border: 1px solid #eee;
    background-color: #fcfcfc;
    padding: 3px;
    display: block;
}

    .shop-select-box .panel .head_text {
        padding-left: 20px;
        padding-right: 5px;
    }

    .shop-select-box .panel .input_text {
        border: 1px solid #DCDFE6;
        text-indent: 3px;
        width: 118px;
        border-radius: 3px;
        height: 26px;
        font-size: 12px;
    }

.shop {
    /*border: 1px solid #eee;*/
    border-radius: 16px;
}

    .shop:hover {
        /*border: 1px solid #ffd800;
                border-radius: 64px;*/
        box-shadow: 1px 1px 8px #777;
    }

.datagrid-cell-c1-remark_info {
    min-height: 18px;
    position: relative;
}

.h_btn, .h_btn:hover {
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-family: 'Microsoft YaHei';
    height: 20px;
    white-space: nowrap;
    width: 20px;
    /* box-shadow: 0 0px 4px 0px #ccc; */
}

.h_btn {
    background-color: #42c8ff;
}

.p_bth {
    /* float: right; */
    /* left: 100%; */
    /* margin-left: -22px; */
    margin-top: -10px;
    /* position: absolute; */
    text-align: center;
    /* top: 50%; */
    right: 0;
    display: inline-block;
}

/*线下支付*/

.payhoder {
    font-size: 13px;
}

    .payhoder .title {
        margin-top: 6px;
        height: 26px;
        line-height: 26px;
    }

    .payhoder input[type=radio] {
        height: 15px;
        width: 15px;
    }

    .payhoder .supplieracc .accitem {
        border: solid 1px #ccc;
        float: left;
        height: 160px;
        margin-bottom: 5px;
        margin-right: 20px;
        padding: 5px 7px 2px;
        position: relative;
        width: 146px;
    }


    .payhoder .supplieracc .accitem_bank {
        /*background: #d4e5f5;*/
        border: 1px solid #ccc;
        cursor: pointer;
        margin-bottom: 5px;
        height: 32px;
        line-height: 26px;
        padding-left: 8px;
        position: relative;
        width: 480px;
    }

    .payhoder .supplieracc .active {
        border: 1px solid #409EFF;
    }

        .payhoder .supplieracc .active .accitem_ative {
            color: #0094FF;
        }

        .payhoder .supplieracc .active b {
            background: url('../../../Content/theme/default/images/icons/icon-selected.png') no-repeat;
            bottom: 0;
            display: block;
            height: 14px;
            overflow: hidden;
            position: absolute;
            right: 0;
            width: 20px;
        }


    .payhoder .useracc .accitem {
        /*background: #d4e5f5;*/
        border: 1px solid #ccc;
        cursor: pointer;
        margin-bottom: 5px;
        height: 32px;
        line-height: 26px;
        padding-left: 8px;
        position: relative;
        width: 480px;
    }

    .payhoder .useracc .active {
        border: 1px solid #409EFF;
    }

        .payhoder .useracc .active b {
            background: url('../../../Content/theme/default/images/icons/icon-selected.png') no-repeat;
            bottom: 0;
            display: block;
            height: 14px;
            overflow: hidden;
            position: absolute;
            right: 0;
            width: 20px;
        }


.uploadBtn {
    background-color: #00b7ee;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    margin-top: 5px;
    padding: 2px 2px;
}

/*楼层*/

.custom_box {
    width: 1200px;
}

.custom_box_item {
    width: 400px;
}

    .custom_box_item img {
        height: 200px;
        width: 400px;
    }

.custom_box_input {
    line-height: 35px;
    margin: 0 auto;
}


.con-left-panel {
    color: #888;
    padding: 0px 9px;
    border: 1px solid #EBEEF5;
    font-size: 12px;
    color: #888888;
    line-height: 30px;
    border-bottom: none;
    height: 99%;
}

.order-search {
    width: 220px;
    color: #888;
    padding: 0px 9px;
    border: 1px solid #EBEEF5;
    font-size: 12px;
    color: #888888;
    line-height: 30px;
    border-bottom: none;
    height: 99%;
}

    .order-search input {
        border: 1px solid #DCDFE6;
        text-indent: 3px;
        width: 118px;
        border-radius: 3px;
        height: 26px;
        font-size: 12px;
    }


    .order-search select {
        border: 1px solid #DCDFE6;
        text-indent: 3px;
        width: 118px;
        position: absolute;
        top: 2px;
        left: 80px;
        border-radius: 5px;
        height: 26px;
        font-size: 12px;
    }

    .order-search .s_input {
        /*border: 1px solid #ccc;*/
        width: 180px;
        cursor: pointer;
        font-size: 12px;
    }

    .order-search li {
        position: relative;
        height: 30px;
        line-height: 30px;
        margin: 3px 0;
    }

        .order-search li.title {
            border: none;
            text-align: right;
            padding-right: 3px;
            margin: 20px 0 17px 0;
        }

    .order-search .span_title {
        display: inline-block;
        text-align: right;
        width: 80px;
        padding-right: 5px;
        height: 30px;
    }

    .order-search li.btns {
        margin: 0 auto;
        margin-top: 27px;
        text-align: center;
    }

        .order-search li.btns .search_edit {
            display: inline-block;
            width: 184px;
            text-align: center;
            height: 32px;
            color: #0195FF;
            border: 1px solid #EBEEF5;
            background-color: #F4F6F9;
            border-radius: 3px;
            line-height: 32px;
            font-size: 13px;
        }

            .order-search li.btns .search_edit img {
                vertical-align: middle;
                padding-right: 3px;
                position: absolute;
                top: 50%;
                margin-top: -5px;
                left: 65px;
            }


    .order-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #BEBEBE;
        font-size: 12px;
    }

    .order-search input::-moz-placeholder { /* Firefox 19+ */
        color: #BEBEBE;
        font-size: 12px;
    }

    .order-search input:-ms-input-placeholder { /* IE 10+ */
        color: #BEBEBE;
        font-size: 12px;
    }

    .order-search input:-moz-placeholder { /* Firefox 18- */
        color: #BEBEBE;
        font-size: 12px;
    }

    .order-search .textbox .textbox-text {
        font-size: 12px;
    }


.footer_total {
    font-size: 14px;
    font-weight: 500;
    padding-right: 15px;
}


/*订单搜索*/
.jst-order-custom {
    line-height: 30px;
    font-size: 12px;
    color: #888888;
    /*border: 1px solid #EBEEF5;*/
    /*border-bottom: none;*/
    /*width: 220px;*/
    padding: 0px 0px;
    margin: 0 auto;
}

    .jst-order-custom li {
        display: inline-block;
        padding: 0 2px;
        margin: 0;
        text-align: left;
        cursor: pointer;
        margin-right: 10px;
        width: 90px;
    }

        .jst-order-custom li.title {
            display: block;
            text-align: left;
            color: #555E6B;
            font-size: 13px;
            font-weight: 600;
        }

        .jst-order-custom li.btns {
            display: block;
            border: none;
            text-align: right;
            padding-right: 3px;
        }

        .jst-order-custom li span {
            display: inline-block;
            padding-right: 8px;
            /*min-width: 80px;*/
        }

.jst-order-column {
    position: absolute;
    height: 294px;
    overflow: hidden;
    display: none;
    left: 345px;
    top: 62px;
    width: 150px;
    z-index: 110001;
}


.process-tab {
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    width: 400px;
}

.process-tab-box {
    width: 100%;
    position: relative;
}

/*步骤器*/
.process-tab-item {
    float: left;
    width: 33%;
    line-height: 26px;
    height: 26px;
    background: #ececec;
    text-align: center;
    font-size: 13px;
    position: relative;
    cursor: pointer;
    margin-left: -1px;
}

    .process-tab-item.on {
        background-color: #11a4ec;
        color: #fff;
    }

    .process-tab-item:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        /* height: 26px; */
        height: 100%;
        width: 11px;
        background: url(http://www.erp321.com/image/2018/process_01.png) no-repeat right;
    }

    .process-tab-item.on:before {
        content: "";
        position: absolute;
        left: -11px;
        top: 0;
        /* height: 26px; */
        height: 100%;
        width: 11px;
        background: url(http://www.erp321.com/image/2018/process_02.png) no-repeat right;
    }

    .process-tab-item.on:after {
        background: url(http://www.erp321.com/image/2018/process_03.png) no-repeat right;
    }

    .process-tab-item:last-child:after {
        background: none;
    }

.pay-qrcode {
    margin-top: 20px;
    margin-bottom: 20px;
}
