﻿.navbarhtml{
          
            min-height:100%;
        }
body {
    min-height:100%;
    padding-bottom: 20px;
    font-size: 12px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/*箭头按钮样式*/
.g-flow {
    background: url(../img/bg.png);
    width: 76px;
    height: 30px;
    text-align: center;
    line-height: 25px;
}

    .g-flow:hover {
        background: url(../img/bg1.png);
        width: 76px;
        height: 30px;
        text-align: center;
        line-height: 25px;
        color: #fff;
    }
/* Begin: 定义图标样式*/
.ico-loading {
    background: url(../img/ico/loading.gif) no-repeat center center;
    width: 16px !important;
    height: 16px !important;
}
/* End: 定义图标样式*/ 

/* Begin: 顶部菜单定制样式 */
.navbar{background:#0099cc;border-radius:0px;border-color: #0099cc; min-height:40px;margin-bottom:0;  border:0px;}
.navbar .collapse{padding-left: 0px !important;}

.navbar .navbar-nav > li {border-right: 1px solid #0086b2;}
.navbar .navbar-nav > li > a{color:#fff;font-size:13px;padding: 8px 16px;}
.navbar .navbar-nav > li > a:hover{color:#0099cc;background:#fff;font-size:13px;padding: 8px 16px;}
.nav > li > a:focus,.navbar .navbar-nav > li:hover {background-color:#fff; color:#0099cc;}
.active {
    background:#fff;
}
.navbar .navbar-nav>li.active>a {
   color:#0099cc;
}
.current{
    border-bottom:4px solid #fff;
}
.f-blue{
    color:blue
}
.f-red{
    color:red
}
.navbar-nav .childmenu {
    display: none;
    width: 420px;
    position: absolute;
    border: 2px solid #0099cc;
    border-top: 0px;
    color: #000;
    z-index: 1000000;
    margin-left: -1.5px;
    background-color: #FFF;
}

.navbar-nav .childmenu a {
    display: inline-block;
    color:#0099cc;
    font-size: 12px;
    border: 1px solid #fff;
    vertical-align: top;
    margin: 2px 5px 5px 2px;
    padding: 2px 11px;
    cursor: pointer;
    width: 120px;
    white-space: nowrap;
}

.navbar-nav .childmenu a:hover, .navbar-nav .childmenu .active {
    border: 1px solid #0099cc;
    background-color: #0099cc;
    color: #fff;
    text-decoration: none;
}

.navbar-nav .childmenu .active {
    background-image: url(../img/para-items-active.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-right: 11px;
}

.navbar-toggle{
    background-color:#fff;
}
.navbar-toggle .icon-bar{
    background-color:#0099cc;
}
.navbar .top {
    display:flex;
    width:100%;
    justify-content:flex-start;
}
.home-log {
    width:180px;
}

@media(max-width:798px) {
    .top_panel.navbar.nav_bottom {
    display:flex;
    position:relative;
    height:50px;
}
.navbar-header {
    position:absolute;
    right:0px;
}
    #navbar {
        height: auto;
        z-index: 99;
        position: absolute;
        width: 100%;
        background: #5bc0de;
        margin-top:20px;
    }
    .navbar .top {
        display:block;
    }
}




/* End: 顶部菜单定制样式 */

/* Begin: 左则菜单定制样式 */
.left_panel { width: 180px;position: absolute;border: 1px solid #ccc;border-width: 0 1px 0 0;background-color: #fff;top:0px;bottom:auto;min-height:100%;}
.left_panel_log{background:#008bb9; min-height:40px;width:180px;}
.left_panel_log img{margin-left:10px;height:32px; width:140px;margin-top:4px;}

.left_panel ul{ list-style: none;}
.left_panel > ul{padding-left:0px;}
.left_panel > ul>li{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e5e5e5;
    border-image: none;
    border-style: solid none;
    border-width: 1px 0;
    display: block;
    margin: 0;
    padding: 0;
}
.left_panel>ul>li>span{
    background-color: #eee;
    color: #585858;
    display: block;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    padding: 0 5px 0 7px;
    text-decoration: none;
    text-shadow: none !important;
}
.left_panel .submenu {
    padding-left:0px;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.left_panel .submenu >li>a{
    border-top: 1px dotted #e4e4e4;
    color: #616161;
    display: block;
    margin: 0;
    padding: 7px 0 9px 15px;
}
.left_panel .submenu >li >a:hover{
    color: #0099cc;
    text-decoration: none;
}
.left_panel .submenu >li>a.active{
    background:#0099cc;color:#fff;
}
.left_panel .submenu .menu-item-ico,.left_panel .submenu a.active .menu-item-ico{
    display:inline-block;
    width: 8px;
    height: 8px;
    background: #AAABAE;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; 
}
.left_panel .submenu a:hover .menu-item-ico{
    background: #0099cc;
}
.left_panel .submenu a.active .menu-item-ico{
    background: #fff;
}

.menucontrol {
    position: fixed;
    left: 174px;
    top: 280px;
    background-color: #fff;
    z-index: 100;
    float: right;
    width: 15px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.menucontrol > span > i:before {
    content: "\e079";
}

.content_panel {margin-left: 180px;margin-right: 10px;background:#fff;position:relative;}
.position-bar{background:#eeeeee;height:32px;line-height:25px;padding-top:5px; margin-top:0px !important; margin-bottom:10px !important;}
.position-bar a{color:#444444;font-size:12px; line-height:25px;}

@media (max-width: 1000px){
    .top_panel{margin-left: 0px;}
    .left_panel{display:none;}
    .menucontrol{left: 5px;}
    .content_panel{margin-left: 10px;}
}

.menuhide.top_panel{margin-left: 0px;}
.menuhide.left_panel{display:none;}
.menuhide.menucontrol{left: 5px;}
.menuhide.menucontrol i:before {content: "\e080";}
.menuhide.content_panel{margin-left: 10px;}
/* End: 左则菜单定制样式 */

/* Begin: 当前位置样式*/

/* End: 当前位置样式*/

/* Begin: 内容页定制样式*/

/*.content_panel div, .clearboth {
    margin-bottom: 5px;
    margin-top: 5px;
}*/

.bootstrap-switch, .bootstrap-switch div {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.breadcrumb {
    margin-bottom: 0px;
    line-height: 1.3;
}
.breadcrumb a{
    color:#0099cc;
}

.breadcrumb_title {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    cursor: pointer;
    position: absolute;
    padding: 3px 15px;
    list-style: outside none none;
    background-color: #0099cc;
    line-height: 1.3;
    z-index: 10;
    margin-top: 0px;
    /*width: 126px;*/
}

    .breadcrumb_title > span {
        color: rgb(255, 255, 255);
    }

.button_panel {
    float: right;
    margin-right: 5px;
    margin-top: 0px;
    position: relative;
    z-index: 10;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: wrap;
    max-width: 180px;
}

.form-horizontal .form-group {
    /*border-bottom:1px dashed #ddd;*/
    margin-right: 0px;
}

.content_panel .panel-heading {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.panel-heading {
    cursor: pointer;
    height: 35px !important;
}

.panel-body {
    padding: 5px !important;
}

.table th {
    background-color: #EEE;
    border: 0px !important;
    border-bottom: 1px solid #CCC;
    padding: 5px !important;
    text-align: center !important;
    vertical-align: middle !important;
    font-size: 12px;
    height: 40px !important;
}

.table td {
    padding: 5px !important;
    text-align: center !important;
    vertical-align: middle !important;
}

.modal-header {
    padding-top: 5px !important;
    background-color: #438eb9;
    height: 40px;
    margin-top: 0px !important;
    color: #FFF;
}

.modal-body {
    padding: 5px !important;
}

.popover {
    max-width: 500px;
    font-size: 12px;
    min-width:140px;
}

.close {
    font-size: 35px !important;
}

blockquote .success {
    border-left: 5px solid #3c763d !important;
}

blockquote .error {
    border-left: 5px solid #a94442 !important;
}

#flickrpager {
    display: inline-block;
    border-radius: 4px;
    margin-top: 0px !important;
}

    #flickrpager a, #flickrpager span {
        float: left;
        padding: 6px 10px;
        margin-left: -1px;
        line-height: 1.42857;
        color: #337AB7;
        text-decoration: none;
        background-color: #fafafa;
        border: 1px solid #DDD;
    }

    #flickrpager span {
        padding: 3px 10px;
        margin-left: 5px;
    }

    #flickrpager select,#flickrpager input[type="text"]{
        height: 25px;
        width: 50px;
    }
    #flickrpager input[type="button"]{
        background-color: #fafafa;
        border: 1px solid #ddd;
        height:25px;
    }

    #flickrpager .active {
        color: #FFF;
        cursor: default;
        background-color: #438EB9;
        border-color: #438EB9;
    }

.para-items-sm{
    /*line-height:23px;*/
}
.para-items {
    line-height:19px !important;
}

.para-items > span, .para-item > a,.para-items-sm > span, .para-item-sm > a {
    position: relative;
    display: inline-block;
    border: 1px solid #DDD;
    font-size: 12px;
    vertical-align: top;
    margin: 0px 5px 5px 0px;
    padding: 2px 9px;
    cursor: pointer;
}

    .para-items > span:hover, .para-items > a:hover, .para-items > .active ,.para-items-sm > span:hover, .para-items-sm > a:hover, .para-items-sm > .active {
        border-color: #0099cc;
        background-color: #0099cc;
        color: #fff;
        text-decoration: none;
    }

.para-items > .active,.para-items-sm > .active {
    background-image: url(../img/para-items-active.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-right: 9px;
}

.para-items > .disabled,.para-items-sm > .disabled{
    border:1px solid #ccc;background:#eee;color:#ccc;
}

/*--------------颜色-----------------*/
.para-items > #active-warning:hover,.para-items-sm > #active-warning:hover{background-color:#f0ad4e;border-color:#f1ad4e;color: #fff;}
.para-items > .active-warning,.para-items-sm > .active-warning{background-color:#f1ad4e;border-color:#f1ad4e;color: #fff;}
.para-items > .active-warning,.para-items-sm > .active-warning {background-image: url(../img/para-items-warning.png);background-position: bottom right;background-repeat: no-repeat;padding-right: 11px;}

.para-items > #active-danger:hover,.para-items-sm > #active-danger:hover{background-color:#d9524e;border-color:#d9524e;color: #fff;}
.para-items > .active-danger ,.para-items-sm > .active-danger{border-color: #d9524e;background-color: #d9524e; color: #fff; text-decoration: none;color: #fff; }
.para-items > .active-danger,.para-items-sm > .active-danger {background-image: url(../img/para-items-danger.png);background-position: bottom right;background-repeat: no-repeat;padding-right: 11px;}


#divTabContentPanel .parents-nodes{margin:10px 0;}
 .parents-nodes-right{margin:10px 0 10px 0px;float:right;margin-right:5px}
  .parents-nodes-left{margin:10px 0;float:left;padding-left:5px}
#divTabContentPanel .parents-nodest{margin-top:10px !important;}
#divProductSearch #editsave,#editsubmit,#editclose{margin-bottom:10px;margin-top:10px;}
#divTabContentPanel #btnReplyEmail,#btnSetMessageHasRead{margin-top:10px;}
.form-group{/*line-height: 25px;*/margin-bottom:5px;}
.bread-crumbs{font-size:13px;}

#divTabContentPanel {
    /*position:relative;*/
}

/*
    平台账号样式
    */
.para-sales-items > span, .para-item > a {
    position: relative;
    display: inline-block;
    border: 1px solid #DDD;
    font-size: 12px;
    vertical-align: top;
    margin: 0px 5px 12px 0px;
    padding: 0px 5px 0px 20px;
    cursor: pointer;
    background-size:12px 12px;
    background-position:5px 50%;
    background-repeat: no-repeat;
    border-radius: 2px;
    line-height:24px;
}

.sales-item > a{
    position: relative;
    font-size: 12px;
    vertical-align: top;
    padding: 0px 0px 0px 18px;
    background-size:12px 12px;
    background-position:2px 50%;
    background-repeat: no-repeat;
    color:#333;
}
.Jared-sales{
    background-image: url(../img/ico/Jared.png);
}
.Eli-sales{
    background-image: url(../img/ico/Eli.png);
}
.Youngerfan-sales{
    background-image: url(../img/ico/youngerfan.ico);
}
.Wish-sales {
    background-image: url(../img/ico/wish.ico);
}

.Ebay-sales {
    background-image: url(../img/ico/ebay.ico);
}

.Amazon-sales {
    background-image: url(../img/ico/amazon.ico);
}
.Alibaba-sales {
    background-image: url(../img/ico/alibaba.ico);
}
.Yahoo-sales {
    background-image: url(../img/ico/yahoo_1.ico);
}
.Aliexpress-sales {
    background-image: url(../img/ico/aliexpress.ico);
}
.Aliexpress_ru-sales {
    background-image: url(../img/ico/aliexpress.ico);
}
.Shopee-sales {
    background-image: url(../img/ico/Shopee.png);
}
.Shopyy-sales {
    background-image: url(../img/ico/Shopyy.ico);
}
.Lazada-sales {
    background-image: url(../img/ico/lazada.ico);
}
.DHgate-sales {
    background-image: url(../img/ico/dh.ico);
}
.Ueeshop-sales {
    background-image: url(../img/ico/ueeshop.jpg);
}
.Ueeshopb2b-sales {
    background-image: url(../img/ico/ueeshop.jpg);
}
.Offline-sales {
    background-image: url(../img/ico/offlineline.png);
}
.CDiscount-sales{ background-image: url(../img/ico/CDiscount.png);}
.RakutenJP-sales {
    background-image: url(../img/ico/RakutenJP.ico);
}
.PayPal-sales {
    background-image: url(../img/ico/paypal.ico);
}
.Shopify-sales {
    background-image: url(../img/ico/shopify_1.png);
}
.Yandex-sales {
    background-image: url(../img/ico/Yandex.svg);
}
.Tophatter-sales {
    background-image: url(../img/ico/Tophatter.ico);
}
.Ali1688-sales {
    background-image: url(../img/ico/Ali1688.ico);
}
.Joom-sales {
    background-image: url(../img/ico/Joom.ico);
}
.Joom_v3-sales {
    background-image: url(../img/ico/Joom.ico);
}
.Vova-sales {
    background-image: url(../img/ico/vova.ico);
}
.SHOPLINE-sales {
    background-image: url(../img/ico/SHOPLINE.ico);
}
.OpenCart-sales {
    background-image: url(../img/ico/OpenCart.ico);
}

.Kaufland-sales {
    background-image: url(../img/ico/realde.ico);
}

.ToKopedia-sales {
    background-image: url(../img/ico/ToKopedia.ico);
}

.Mercadolibre-sales {
    background-image: url(../img/ico/Mercadolibre_1.ico);
}
.Walmart-sales{
    background-image:url(../img/ico/Walmart.ico);
}
.Wayfair-sales {
    background-image: url(../img/ico/Wayfair.png);
}
.Coupang-sales {
    background-image: url(../img/ico/coupang_1.ico);
}
.Ozon-sales {
    background-image: url(../img/ico/Ozon.ico);
}
.Newegg-sales {
    background-image: url(../img/ico/newegg.ico);
}
.Shoplazza-sales {
    background-image: url(../img/ico/shoplazza.png);
}
.Tiktok-sales {
    background-image: url(../img/ico/tiktok_1.ico);
}
.WooCommerce-sales {
    background-image: url(../img/ico/WooCommerce.png);
}
.Otto-sales {
    background-image: url(../img/ico/otto.ico);
}
.Miravia-sales {
    background-image: url(../img/ico/Miravia.ico);
}
.SHEIN-sales {
    background-image: url(../img/ico/Shein.ico);
}
.Street11-sales {
    background-image: url(../img/ico/11street.ico);
}
.Etsy-sales {
    background-image: url(../img/ico/Etsy.ico);
}
.Ongooshop-sales {
    background-image: url(../img/ico/Ongooshop.ico);
}
.Temu-sales {
    background-image: url(../img/ico/temu.ico);
}
.para-sales-items > span:hover, .para-sales-items > a:hover, .para-sales-items > .active {
    border-color: #09c;
    background-color: #09c;
    color: #fff;
    text-decoration: none;
}

.sales-item > a:hover{
    text-decoration: none;
}


/*.para-sales-items > .active {
    background-image: url(../img/para-items-active.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-right: 11px;
}*/

.pararemove-items > span, .pararemove-item > a {
    position: relative;
    display: inline-block;
    border: 1px solid #DDD;
    font-size: 12px;
    vertical-align: top;
    margin: 0px 5px 5px 0px;
    padding: 4px 8px;
    cursor: pointer;
}

    .pararemove-items > span:hover, .pararemove-items > span:hover::after {
        border-color: #438eb9;
        background-color: #438eb9;
        color: #fff;
        text-decoration: none;
    }

        .pararemove-items > span:hover::after {
            padding-left: 2px;
            font-family: 'Glyphicons Halflings';
            content: "\e014";
        }

.search-more {
    border: 1px solid #DDD;
    position: absolute;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 160px;
    left: 50%;
    margin-top: -15px;
    margin-left: -140px;
    background-color: #FFF;
}

.search-up::before {
    font-family: 'Glyphicons Halflings';
    content: "\e113";
}

.search-down::before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
}

.list-group-item.active {
    background-color: #438EB9;
    border-color: #438EB9;
}

    .list-group-item.active:focus, .list-group-item.active:hover {
        background-color: #297BAB;
        border-color: #297BAB;
    }

.btn {
    font-size: 12px;
}
.search-item.para-items-sm {
    line-height:23px !important
}
/*.btn-primary {
    background-color: #438EB9;
    border-color: #438EB9;
}

    .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
        background-color: #297BAB;
        border-color: #297BAB;
    }

.btn-info {
    background-color: #438EB9;
    border-color: #438EB9;
}

.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    background-color: #297BAB;
    border-color: #297BAB;
}*/

.modal-title {
    font-size: 12px;
    margin-top: 5px;
}

.panel-title {
    font-size: 14px !important;
}

legend {
    font-size: 14px;
}

.nav-tabs {
    border-bottom: 2px solid #0099cc;
    margin-bottom: 6px;
}

    .nav-tabs > li > a {
        background-color: #ededed;
        color: #333;
        border-bottom: 0px;
        margin-left: 4px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

        .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
            background-color: #DDD;
        }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-color: #0099cc #0099cc transparent;
        background-color: #0099cc;
        color: #fff;
    }

.slider-right {
    /*position: absolute;*/
    top: 5px;
    right: 5px;
    float: right;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #DDD;
    cursor: pointer;
    padding: 5px 2px;
}

    .slider-right span {
        border-radius: 3px;
        margin: 5px 0px;
        padding: 5px 10px;
    }

        .slider-right span.active {
            background-color: #438EB9;
            color: #FFF;
        }

.table input[type="checkbox"] {
    width: 16px;
    height: 16px;
}
/*截断文本 以省略号代替被截断的文本 需配合max-width使用*/
.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.position {
    padding-left: 2px !important;
}

    .position > li {
        display: inline-block;
    }

        .position > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }
/* End: 内容页定制样式*/

/* Begin: 上传控件样式 */
.uploadify {
    position: relative;
    margin-bottom: 1em;
}

.uploadify-button {
    background-color: #505050;
    background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #505050), color-stop(1, #707070) );
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #808080;
    color: #FFF;
    font: bold 12px Arial, Helvetica, sans-serif;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    width: 100%;
}

.uploadify:hover .uploadify-button {
    background-color: #606060;
    background-image: linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #606060), color-stop(1, #808080) );
    background-position: center bottom;
}

.uploadify-button.disabled {
    background-color: #D0D0D0;
    color: #808080;
}

.uploadify-queue {
    margin-bottom: 1em;
}

.uploadify-queue-item {
    background-color: #F5F5F5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: 11px Verdana, Geneva, sans-serif;
    margin-top: 5px;
    max-width: 350px;
    padding: 10px;
}

.uploadify-error {
    background-color: #FDE5DD !important;
}

.uploadify-queue-item .cancel a {
    background: url('../uploadify/uploadify-cancel.png') 0 0 no-repeat;
    float: right;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}

.uploadify-queue-item.completed {
    background-color: #E5E5E5;
}

.uploadify-progress {
    background-color: #E5E5E5;
    margin-top: 10px;
    width: 100%;
}

.uploadify-progress-bar {
    background-color: #0099FF;
    height: 3px;
    width: 1px;
}
/* End: 上传控件样式 */

/* Begin:操作向导样式 */
.wizard {
    *zoom: 1;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
    background-color: #f9f9f9;
    position: relative;
    min-height: 48px;
    overflow: hidden;
}

    .wizard:before, .wizard:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .wizard:after {
        clear: both;
    }

    .wizard > .steps {
        list-style: none outside none;
        padding: 0;
        margin: 0;
        width: 4000px;
    }

        .wizard > .steps.previous-disabled li.complete {
            cursor: default;
        }

            .wizard > .steps.previous-disabled li.complete:hover {
                background: #f3f4f5;
                color: #468847;
                cursor: default;
            }

                .wizard > .steps.previous-disabled li.complete:hover .chevron:before {
                    border-left-color: #f3f4f5;
                }

        .wizard > .steps li {
            float: left;
            margin: 0;
            padding: 0 20px 0 30px;
            height: 46px;
            line-height: 46px;
            position: relative;
            background: #ededed;
            color: #999;
            font-size: 16px;
            cursor: not-allowed;
        }

            .wizard > .steps li .chevron {
                border: 24px solid transparent;
                border-left: 14px solid #d4d4d4;
                border-right: 0;
                display: block;
                position: absolute;
                right: -14px;
                top: 0;
                z-index: 1;
            }

                .wizard > .steps li .chevron:before {
                    border: 24px solid transparent;
                    border-left: 14px solid #ededed;
                    border-right: 0;
                    content: "";
                    display: block;
                    position: absolute;
                    right: 1px;
                    top: -24px;
                }

            .wizard > .steps li.complete {
                background: #f3f4f5;
                color: #468847;
            }

                .wizard > .steps li.complete:hover {
                    background: #e7eff8;
                    cursor: pointer;
                }

                    .wizard > .steps li.complete:hover .chevron:before {
                        border-left: 14px solid #e7eff8;
                    }

                .wizard > .steps li.complete .chevron:before {
                    border-left: 14px solid #f3f4f5;
                }

                .wizard > .steps li.complete .badge {
                    background-color: #468847;
                }

            .wizard > .steps li.active {
                background: #f1f6fc;
                color: #3a87ad;
                cursor: default;
            }

                .wizard > .steps li.active .chevron:before {
                    border-left: 14px solid #f1f6fc;
                }

                .wizard > .steps li.active .badge {
                    background-color: #3a87ad;
                }

            .wizard > .steps li .badge {
                margin-right: 8px;
            }

            .wizard > .steps li .badge-success {
                background-color: #468847;
            }

            .wizard > .steps li:first-child {
                border-radius: 4px 0 0 4px;
                padding-left: 20px;
            }

    .wizard > .actions {
        z-index: 1000;
        position: absolute;
        right: 0;
        line-height: 46px;
        float: right;
        padding-left: 15px;
        padding-right: 15px;
        vertical-align: middle;
        background-color: #e5e5e5;
        border-left: 1px solid #d4d4d4;
        margin-top: 0px;
    }

        .wizard > .actions a {
            line-height: 45px;
            font-size: 12px;
            margin-right: 8px;
        }

        .wizard > .actions .btn-prev[disabled] {
            cursor: not-allowed;
        }

        .wizard > .actions .btn-prev span {
            margin-right: 5px;
        }

        .wizard > .actions .btn-next[disabled] {
            cursor: not-allowed;
        }

        .wizard > .actions .btn-next span {
            margin-left: 5px;
        }

    .wizard .step-content {
        border-top: 1px solid #D4D4D4;
        padding: 10px;
        float: left;
        width: 100%;
    }

        .wizard .step-content .step-pane {
            display: none;
        }

        .wizard .step-content > .active {
            display: block;
        }

            .wizard .step-content > .active .btn-group .active {
                display: inline-block;
            }

    .wizard.complete > .actions .glyphicon-arrow-right:before {
        display: none;
    }

    .wizard.complete > .actions .glyphicon-arrow-right {
        margin-left: 0;
    }
/* Begin:操作向导样式 */

/* Begin:树形菜单样式 */
.tree {
   
    /*padding:19px;*/
    margin-bottom: 20px;
    background-color: #FFF;
    border: 2px solid #438EB9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.noborder {
    border: 0px solid #2C8DCB;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05);
}

.tree > ul {
    margin-left: -40px;
    margin-top: 6px;
}

.tree li {
    list-style-type: none;
    margin: 0;
    padding: 3px 1px 0 5px;
    position: relative;
}

    .tree li::before, .tree li::after {
        content: '';
        left: -21px;
        position: absolute;
        right: auto;
    }

    .tree li::before {
        border-left: 1px solid #999;
        bottom: 40px;
        height: 100%;
        top: 0;
        width: 1px;
    }

    .tree li::after {
        border-top: 1px solid #999;
        height: 20px;
        top: 18px;
        width: 25px;
    }

    .tree li span {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #999;
        border-radius: 5px;
        display: inline-block;
        padding: 2px 8px;
        text-decoration: none;
    }

    .tree li > span {
        cursor: pointer;
        display: inline-block;
    }

        .tree li > span > label {
            font-weight: normal;
        }

.tree > ul > li::before, .tree > ul > li::after {
    border: 0;
}

.tree li:last-child::before {
    height: 19px;
}

.tree li > span:hover, .tree li > span:hover + ul li span {
    background: #eee;
    border: 1px solid #94a0b4;
    color: #000;
}

.tree .list-inline {
    margin-left: 40px;
}

    .tree .list-inline li::before {
        border-left: 0px solid #999;
        bottom: 40px;
        height: 100%;
        top: 0;
        width: 1px;
    }

    .tree .list-inline li:first-child::before {
        border-left: 1px solid #999;
        height: 19px;
        bottom: 40px;
        top: 0;
        width: 1px;
    }

    .tree .list-inline li::after {
        border-top: 0px solid #999;
    }

    .tree .list-inline li:first-child::after {
        border-top: 1px solid #999;
        height: 20px;
        top: 18px;
        width: 25px;
    }
/* End: 树形菜单样式 */

/*start:产品编辑页特殊样式*/

#stuul li {
    height: 40px;
    list-style-type: none;
}

#stuul label {
    font-weight: bolder;
    min-width: 80px;
    text-align: right;
}

.odd {
    width: 40px;
}

.even {
    padding-left: 20px;
    width: 80px;
}

#uploadimagediv table {
    table-layout: fixed;
}

#uploadimagediv td {
    word-wrap: break-word;
}

.form-control2 {
    width: 70%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
/*end:产品编辑页特殊样式*/

/*begin: Loading样式 */
.waitting {
    z-index: 19891024;
    background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.spinner {
    width: 250px;
    text-align: center;
    background-color: #FFF;
    padding: 20px;
    position: fixed;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 40%;
    left: 40%;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

    .spinner > div {
        width: 30px;
        height: 30px;
        background-color: #67CF22;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
        animation: bouncedelay 1.4s infinite ease-in-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/*end: Loading样式 */

/*扫描枪未激活样式*/
.scan_textarea_deactive {
    background: transparent url('../img/scan_textarea_deactive.png') no-repeat center center;
    background-color: #F7F7F7;
}

/*图片缩略效果图 start*/
.th-thumbnails a {
    cursor: pointer;
}

.th-thumbnails {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .th-thumbnails > li {
        float: left;
        position: relative;
        overflow: hidden;
        margin: 1px;
        display: inline-block;
        max-width: 100%;
        height: auto;
        padding: 2px;
        line-height: 1.42857143;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .th-thumbnails > li > :first-child {
            display: block;
            
        }

        .th-thumbnails > li .tags {
            display: inline-block;
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            overflow: visible;
            direction: rtl;
            padding: 0;
            margin: 0;
            height: auto;
            width: auto;
            background-color: transparent;
            border: 0;
            vertical-align: inherit;
        }

            .th-thumbnails > li .tags > .label-holder {
                opacity: .92;
                filter: alpha(opacity=92);
                display: table;
                margin: 1px 0 0 0;
                direction: ltr;
                text-align: left;
            }

                .th-thumbnails > li .tags > .label-holder:hover {
                    opacity: 1;
                    filter: alpha(opacity=100);
                }

        .th-thumbnails > li > .tools {
            position: absolute;
            top: 0;
            bottom: 0;
            left: -30px;
            width: 24px;
            background-color: rgba(0,0,0,0.55);
            text-align: center;
            vertical-align: middle;
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
        }

            .th-thumbnails > li > .tools.tools-right {
                left: auto;
                right: -30px;
            }

            .th-thumbnails > li > .tools.tools-bottom {
                width: auto;
                height: 28px;
                left: 0;
                right: 0;
                top: auto;
                bottom: -30px;
            }

            .th-thumbnails > li > .tools.tools-top {
                width: auto;
                height: 28px;
                left: 0;
                right: 0;
                top: -30px;
                bottom: auto;
            }

        .th-thumbnails > li:hover > .tools {
            left: 0;
        }

            .th-thumbnails > li:hover > .tools.tools-bottom {
                top: auto;
                bottom: 0;
            }

            .th-thumbnails > li:hover > .tools.tools-top {
                bottom: auto;
                top: 0;
            }

            .th-thumbnails > li:hover > .tools.tools-right {
                left: auto;
                right: 0;
            }

        .th-thumbnails > li > .tools > a, .th-thumbnails > li > :first-child .inner a {
            display: inline-block;
            color: #FFF;
            font-size: 12px;
            font-weight: normal;
            padding: 0 4px;
        }

            .th-thumbnails > li > .tools > a:hover, .th-thumbnails > li > :first-child .inner a:hover {
                text-decoration: none;
                color: #c9e2ea;
            }

        .th-thumbnails > li .tools.tools-bottom > a, .th-thumbnails > li .tools.tools-top > a {
            display: inline-block;
        }

        .th-thumbnails > li > :first-child > .text {
            position: absolute;
            right: 0;
            left: 0;
            bottom: 0;
            top: 0;
            text-align: center;
            color: #FFF;
            background-color: rgba(0,0,0,0.55);
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
        }

            .th-thumbnails > li > :first-child > .text:before {
                content: '';
                display: inline-block;
                height: 100%;
                vertical-align: middle;
                margin-right: 0;
            }

            .th-thumbnails > li > :first-child > .text > .inner {
                padding: 4px 0;
                margin: 0;
                display: inline-block;
                vertical-align: middle;
                max-width: 90%;
            }

        .th-thumbnails > li:hover > :first-child > .text {
            opacity: 1;
            filter: alpha(opacity=100);
        }
/*图片缩略效果图 end*/

/*lable 样式*/
.redglelable {
    border-radius: 0;
    text-shadow: none;
    font-weight: normal;
    display: inline-block;
    background-color: #abbac3 !important;
}

    .redglelable[class*="col-"][class*="arrow"] {
        min-height: 0;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::safari-only, .redglelable:empty {
        display: inline-block;
    }

    ::safari-only, .redglebadge:empty {
        display: inline-block;
    }
}

.redglebadge {
    text-shadow: none;
    font-size: 12px;
    padding-top: 1px;
    padding-bottom: 3px;
    font-weight: normal;
    line-height: 15px;
    background-color: #abbac3 !important;
}

    .redglebadge.no-radius {
        border-radius: 0;
    }

    .redglebadge.radius-1 {
        border-radius: 1px;
    }

    .redglebadge.radius-2 {
        border-radius: 2px;
    }

    .redglebadge.radius-3 {
        border-radius: 3px;
    }

    .redglebadge.radius-4 {
        border-radius: 4px;
    }

    .redglebadge.radius-5 {
        border-radius: 5px;
    }

    .redglebadge.radius-6 {
        border-radius: 6px;
    }

.redglelable-transparent, .redglebadge-transparent {
    background-color: transparent !important;
}

.redglelable-grey, .redglebadge-grey {
    background-color: #a0a0a0 !important;
}

.redglelable-info, .redglebadge-info {
    background-color: #3a87ad !important;
}

.redglelable-primary, .redglebadge-primary {
    background-color: #428bca !important;
}

.redglelable-success, .redglebadge-success {
    background-color: #82af6f !important;
}

.redglelable-danger, .redglebadge-danger {
    background-color: #d15b47 !important;
}

.redglelable-important, .redglebadge-important {
    background-color: #d15b47 !important;
}

.redglelable-inverse, .redglebadge-inverse {
    background-color: #333 !important;
}

.redglelable-warning, .redglebadge-warning {
    background-color: #f89406 !important;
}

.redglelable-default, .redglebadge-default {
    background-color: #438eb9 !important;
}

.redglelable-pink, .redglebadge-pink {
    background-color: #d6487e !important;
}

.redglelable-purple, .redglebadge-purple {
    background-color: #9585bf !important;
}

.redglelable-yellow, .redglebadge-yellow {
    background-color: #fee188 !important;
}

.redglelable-light, .redglebadge-light {
    background-color: #e7e7e7 !important;
}

.redglebadge-yellow, .redglelable-yellow {
    color: #963 !important;
    border-color: #fee188;
}

.redglebadge-light, .redglelable-light {
    color: #888 !important;
}

.redglelable.arrowed, .redglelable.arrowed-in {
    position: relative;
    z-index: 1;
}

    .redglelable.arrowed:before, .redglelable.arrowed-in:before {
        display: inline-block;
        content: "";
        position: absolute;
        top: 0;
        z-index: -1;
        border: 1px solid transparent;
        border-right-color: #abbac3;
    }

    .redglelable.arrowed-in:before {
        border-color: #abbac3;
        border-left-color: transparent !important;
    }

.redglelable.arrowed-right, .redglelable.arrowed-in-right {
    position: relative;
    z-index: 1;
}

    .redglelable.arrowed-right:after, .redglelable.arrowed-in-right:after {
        display: inline-block;
        content: "";
        position: absolute;
        top: 0;
        z-index: -1;
        border: 1px solid transparent;
        border-left-color: #abbac3;
    }

    .redglelable.arrowed-in-right:after {
        border-color: #abbac3;
        border-right-color: transparent !important;
    }

.redglelable-info.arrowed:before {
    border-right-color: #3a87ad;
}

.redglelable-info.arrowed-in:before {
    border-color: #3a87ad;
}

.redglelable-info.arrowed-right:after {
    border-left-color: #3a87ad;
}

.redglelable-info.arrowed-in-right:after {
    border-color: #3a87ad;
}

.redglelable-primary.arrowed:before {
    border-right-color: #428bca;
}

.redglelable-primary.arrowed-in:before {
    border-color: #428bca;
}

.redglelable-primary.arrowed-right:after {
    border-left-color: #428bca;
}

.redglelable-primary.arrowed-in-right:after {
    border-color: #428bca;
}

.redglelable-success.arrowed:before {
    border-right-color: #82af6f;
}

.redglelable-success.arrowed-in:before {
    border-color: #82af6f;
}

.redglelable-success.arrowed-right:after {
    border-left-color: #82af6f;
}

.redglelable-success.arrowed-in-right:after {
    border-color: #82af6f;
}

.redglelable-warning.arrowed:before {
    border-right-color: #f89406;
}

.redglelable-warning.arrowed-in:before {
    border-color: #f89406;
}

.redglelable-warning.arrowed-right:after {
    border-left-color: #f89406;
}

.redglelable-warning.arrowed-in-right:after {
    border-color: #f89406;
}

.redglelable-important.arrowed:before {
    border-right-color: #d15b47;
}

.redglelable-important.arrowed-in:before {
    border-color: #d15b47;
}

.redglelable-important.arrowed-right:after {
    border-left-color: #d15b47;
}

.redglelable-important.arrowed-in-right:after {
    border-color: #d15b47;
}

.redglelable-danger.arrowed:before {
    border-right-color: #d15b47;
}

.redglelable-danger.arrowed-in:before {
    border-color: #d15b47;
}

.redglelable-danger.arrowed-right:after {
    border-left-color: #d15b47;
}

.redglelable-danger.arrowed-in-right:after {
    border-color: #d15b47;
}

.redglelable-inverse.arrowed:before {
    border-right-color: #333;
}

.redglelable-inverse.arrowed-in:before {
    border-color: #333;
}

.redglelable-inverse.arrowed-right:after {
    border-left-color: #333;
}

.redglelable-inverse.arrowed-in-right:after {
    border-color: #333;
}

.redglelable-pink.arrowed:before {
    border-right-color: #d6487e;
}

.redglelable-pink.arrowed-in:before {
    border-color: #d6487e;
}

.redglelable-pink.arrowed-right:after {
    border-left-color: #d6487e;
}

.redglelable-pink.arrowed-in-right:after {
    border-color: #d6487e;
}

.redglelable-default.arrowed:before {
    border-right-color: #438eb9;
}

.redglelable-default.arrowed-in:before {
    border-color: #438eb9;
}

.redglelable-default.arrowed-right:after {
    border-left-color: #438eb9;
}

.redglelable-default.arrowed-in-right:after {
    border-color: #438eb9;
}

.redglelable-purple.arrowed:before {
    border-right-color: #9585bf;
}

.redglelable-purple.arrowed-in:before {
    border-color: #9585bf;
}

.redglelable-purple.arrowed-right:after {
    border-left-color: #9585bf;
}

.redglelable-purple.arrowed-in-right:after {
    border-color: #9585bf;
}

.redglelable-yellow.arrowed:before {
    border-right-color: #fee188;
}

.redglelable-yellow.arrowed-in:before {
    border-color: #fee188;
}

.redglelable-yellow.arrowed-right:after {
    border-left-color: #fee188;
}

.redglelable-yellow.arrowed-in-right:after {
    border-color: #fee188;
}

.redglelable-light.arrowed:before {
    border-right-color: #e7e7e7;
}

.redglelable-light.arrowed-in:before {
    border-color: #e7e7e7;
}

.redglelable-light.arrowed-right:after {
    border-left-color: #e7e7e7;
}

.redglelable-light.arrowed-in-right:after {
    border-color: #e7e7e7;
}

.redglelable-grey.arrowed:before {
    border-right-color: #a0a0a0;
}

.redglelable-grey.arrowed-in:before {
    border-color: #a0a0a0;
}

.redglelable-grey.arrowed-right:after {
    border-left-color: #a0a0a0;
}

.redglelable-grey.arrowed-in-right:after {
    border-color: #a0a0a0;
}

#divProductSearch {
    background:#f5f5f5
}

.redglelable {
    font-size: 12px;
    line-height: 1.15;
    height: 20px;
}

    .redglelable.arrowed {
        margin-left: 5px;
    }

        .redglelable.arrowed:before {
            left: -10px;
            border-width: 10px 5px;
        }

    .redglelable.arrowed-in {
        margin-left: 5px;
    }

        .redglelable.arrowed-in:before {
            left: -5px;
            border-width: 10px 5px;
        }

    .redglelable.arrowed-right {
        margin-right: 5px;
    }

        .redglelable.arrowed-right:after {
            right: -10px;
            border-width: 10px 5px;
        }

    .redglelable.arrowed-in-right {
        margin-right: 5px;
    }

        .redglelable.arrowed-in-right:after {
            right: -5px;
            border-width: 10px 5px;
        }

.redglelable-lg {
    padding: .3em .6em .4em;
    font-size: 13px;
    line-height: 1.1;
    height: 24px;
}

    .redglelable-lg.arrowed {
        margin-left: 6px;
    }

        .redglelable-lg.arrowed:before {
            left: -12px;
            border-width: 12px 6px;
        }

    .redglelable-lg.arrowed-in {
        margin-left: 6px;
    }

        .redglelable-lg.arrowed-in:before {
            left: -6px;
            border-width: 12px 6px;
        }

    .redglelable-lg.arrowed-right {
        margin-right: 6px;
    }

        .redglelable-lg.arrowed-right:after {
            right: -12px;
            border-width: 12px 6px;
        }

    .redglelable-lg.arrowed-in-right {
        margin-right: 6px;
    }

        .redglelable-lg.arrowed-in-right:after {
            right: -6px;
            border-width: 12px 6px;
        }

.redglelable-xlg {
    padding: .3em .7em .4em;
    font-size: 14px;
    line-height: 1.3;
    height: 28px;
}

    .redglelable-xlg.arrowed {
        margin-left: 7px;
    }

        .redglelable-xlg.arrowed:before {
            left: -14px;
            border-width: 14px 7px;
        }

    .redglelable-xlg.arrowed-in {
        margin-left: 7px;
    }

        .redglelable-xlg.arrowed-in:before {
            left: -7px;
            border-width: 14px 7px;
        }

    .redglelable-xlg.arrowed-right {
        margin-right: 7px;
    }

        .redglelable-xlg.arrowed-right:after {
            right: -14px;
            border-width: 14px 7px;
        }

    .redglelable-xlg.arrowed-in-right {
        margin-right: 7px;
    }

        .redglelable-xlg.arrowed-in-right:after {
            right: -7px;
            border-width: 14px 7px;
        }

.redglelable-sm {
    padding: .2em .4em .3em;
    font-size: 11px;
    line-height: 1;
    height: 18px;
}

    .redglelable-sm.arrowed {
        margin-left: 4px;
    }

        .redglelable-sm.arrowed:before {
            left: -8px;
            border-width: 9px 4px;
        }

    .redglelable-sm.arrowed-in {
        margin-left: 4px;
    }

        .redglelable-sm.arrowed-in:before {
            left: -4px;
            border-width: 9px 4px;
        }

    .redglelable-sm.arrowed-right {
        margin-right: 4px;
    }

        .redglelable-sm.arrowed-right:after {
            right: -8px;
            border-width: 9px 4px;
        }

    .redglelable-sm.arrowed-in-right {
        margin-right: 4px;
    }

        .redglelable-sm.arrowed-in-right:after {
            right: -4px;
            border-width: 9px 4px;
        }

.redglelable > span, .redglelable > [class*="icon-"] {
    line-height: 1;
    vertical-align: bottom;
}
/*lable 样式*/

/*客服中心样式*/
.features{font-family: 'PT Sans', sans-serif;}
.features ul{padding: 0;margin: 0;}
.features ul li{ list-style:none;}
.features li{ list-style:none;}
.features h1,h2,h3,h4,h5,h6,label,p{margin:0;}
.features a{ text-decoration:none;}
.customerservice {width: 100%; height: 100%;margin-top:20px;}
.customerservice_qq{ width:170px;margin-top:35px;margin-left: 30px;}
.customerservice_qq h3{font-size:24px;color:#666;margin-top:5px;float:left;margin-left:5px;}
.customerservicet{ height:70px;margin-top:20px;}
.customerservicett{border:1px solid #ccc; border-radius:5px;background:#eee;height:28px;font-size:12px;color:#333; text-align:center; line-height:26px; width:126px;margin-bottom:10px;margin-right:19px;cursor:pointer;}
.customerservicett:hover{color:#0099cc;}
.customerservice_phone{ height:55px;margin-top:29px;float:left;}
.customerservice_phone1{color:#333;font-size:14px;margin-bottom:10px;margin-top: 10px;display: inline-block;}
.features-ion{ width:234px;padding-top: 40px;}
.customerservice_check_left { float: left;width:56px;font-size:14px;}
.customerservice_check_right {float: left;width: 140px; font-size: 16px;line-height: 20px;margin-bottom:15px;margin-right:20px;}
.customerservice_phones {float: left; margin-right: 3px; font-size:14px; margin-right: 18px;height: 25px;}
.customerservice_qq_small_check {float: left; display: block; }
.customerservice_qq_small_check a {background:url(../img/QQ_small.png) no-repeat 20px 5px;width:108px; height:27px;line-height:27px; display: block;color: #333; text-align: center;font-size: 12px;border: 1px #ccc solid;background-color: #eee;text-decoration: none; border-radius:5px;padding-left: 18px;}
.customerservice_qqt {width:170px;margin-top:38px;margin-left: 30px;}
.customerservice_qqt h3{font-size:24px;color:#666;margin-top:5px;float:left;margin-left:5px;}
.customerservice_qqt img{height:30px; width:30px;margin-top:5px;}
.customerservice_qq img{height:30px; width:30px;margin-top:3px;}
.customerservicett img{margin-top:-2px;}

/*Begin：物流跟踪样式*/
.message-details {
    min-height: 10px;
    padding: 0 10px;
}

    .message-details dl {
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .message-details dt {
        font-weight: bold;
        height: 30px;
        line-height: 30px;
    }

        .message-details dt a {
            color: #234093;
        }

    .message-details dd {
        background-image: url("../img/track_dt_line.png");
        background-position: left 0;
        background-repeat: repeat-y;
        margin-left: 6px;
        padding: 10px 0 0 14px;
        position: relative;
    }

        .message-details dd i {
            background-image: url("../img/inquirydisplayicon.png");
            background-position: -314px -66px;
            background-repeat: no-repeat;
            display: block;
            height: 12px;
            left: -5px;
            position: absolute;
            top: 12px;
            width: 12px;
        }

        .message-details dd time {
            display: block;
            float: left;
            width: 110px;
        }

        .message-details dd p {
            display: block;
            padding-left: 120px;
            margin-bottom: 0px;
        }

        .message-details dd.new {
            background-position: left 4px;
            padding: 0 0 0 14px;
        }

            .message-details dd.new i {
                background-color: #fff;
                background-position: -300px -62px;
                height: 16px;
                top: 0;
            }

        .message-details dd.begin {
            background-position: left -4px;
            background-repeat: no-repeat;
        }

            .message-details dd.begin time {
                width: 120px;
            }

        .message-details dd::after {
            clear: both;
            content: "";
            display: block;
            height: 0;
            visibility: hidden;
        }

    .message-details dd {
        display: block;
    }

/*End 物流跟踪样式*/
/*Begin 站内信表情样式*/
.message-smileys-list {
    background-color: #FFF;
    min-height: 140px;
    margin: 0px;
    padding: 0px;
}

    .message-smileys-list li {
        float: left;
        width: 30px;
        height: 30px;
        overflow: hidden;
        margin-left: 0px;
        margin-bottom: 10px;
        cursor: pointer;
    }

        .message-smileys-list li img {
            padding: 3px 0px 0px 3px;
        }

        .message-smileys-list li:hover {
            background-color: #438eb9;
        }
/*End 站内信表情样式*/

/* Begin：新的管理页面样式 */
/* 查询框样式 */
.search-panel {
    margin-bottom: 15px !important;
    /*line-height: 20px;*/
    background-color: #FFF;
    border: 1px solid transparent;
    border-color: #CCC;
}

    .search-panel .row {
        margin-right: 0px;
        margin-left: 0px;
        margin-top:5px;
    }
    .search-panel .bottom-end {
        margin-bottom: 12px;
    }
   

    .search-panel .search-item .glyphicon {
        margin-right: 0px;
        color: #FFF;
    }



    .search-panel .more-option {
        float: right;
        margin-top: 5px;
        margin-right: 20px; 
    }

        .search-panel .more-option .checkbox {
            -ms-transform: scale(1.2); /* IE */
            -moz-transform: scale(1.2); /* FireFox */
            -webkit-transform: scale(1.2); /* Safari and Chrome */
            -o-transform: scale(1.2); /* Opera */
        }

/* 状态选项卡样式 */
.status-group {
    margin-left: 10px;
}

.status-group > label {
    position: relative;
    display: inline-block;
    border: 1px solid #DDD;
    font-size: 12px;
    vertical-align: top;
    margin: 0px 5px 5px 0px;
    padding: 1px 3px;
    cursor: pointer;
}

.status-group > label > a {
    display: inline-block;
    padding: 2px 4px;
    text-decoration: none;
    color:#337ab7;
}

.status-group > .active, .status-group > label[itemid]:hover {
    border-color: #0099cc;
    background-color: #0099cc;
    text-decoration: none;
}

.status-group > .active > a, .status-group > label:hover > a {
    color: #fff;
}

.status-group > label > span {
    position: absolute;
    border: 10px solid rgba(0,0,0,0);
    height: 0;
    line-height: 0;
    font-size: 0;
    display: none;
}

.status-group > .active > span {
    display: inline-block;
    bottom: -18px;
    left: 50%;
    margin-left: -10px;
    border-top-color: #0099cc;
}

.status-group > .checkbox{
    border:0px;
    margin-left:20px;
    font-weight:400
}


/* 数据列表头部样式 */
.datalist-top {
    border: solid 1px #ccc;
    border-bottom: 0px;
    margin-bottom: 0px !important;
    padding-bottom:50px;
    /*height: 51px;*/
    padding-top:10px;
}

    .datalist-top .button-area {
        padding-left: 10px;
        float: left;
    }

.datalist {
    margin-top: 0px !important;
}

    .datalist > table {
        margin-bottom: 0px !important;
    }
.buyeruserindex-wrap {
    display:flex;
    justify-content:space-between
}

/* 排序项样式 */
.list-order-panel {
    float: right;
    margin-right: 10px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    height: 51px;
    border-left: 1px solid #ccc;
}

    .list-order-panel .order-title {
        display: inline;
        line-height: 51px;
        padding-left: 10px;
        padding-right: 5px;
        font-weight: 700;
    }

    .list-order-panel .order-content {
        display: inline;
    }

        .list-order-panel .order-content > span {
            margin-right: 12px;
            cursor: pointer;
            padding: 2px 5px;
            display: inline-block;
            margin: 1px;
            color: #428BCA;
        }

            .list-order-panel .order-content > .active, .list-order-panel .order-content > span:hover {
                background-color: #428BCA;
                color: #FFF !important;
            }

/* 产品图片列表样式 */
.photo-list {
    height: auto;
}

    .photo-list > div {
        border: 1px solid #ccc;
        float: left;
        margin: 0px 8px 4px 0px;
    }

    .photo-list img {
        width: 115px;
        height: 135px;
        margin: 2px 2px;
        display: block;
    }

    .photo-list span {
        float: right;
        margin-right: 5px;
        cursor: pointer;
    }

        .photo-list span:hover {
            color: #438eb9;
        }

/* 速卖通产品发布页面样式 */

/* 速卖通选择目录分类样式 */
.smt-sc-panel {
    background-color: #f0f0f0;
}

.smt-sc-body {
    height: 320px;
}

.smt-sc-select {
    width: 23%;
    border: 1px solid #DDD;
    height: 310px;
    overflow-y: auto;
    float: left !important;
    margin: 4px;
    background-color: #fff;
    /*overflow-x: hidden;*/
}

    .smt-sc-select > div {
        width: 100%;
        cursor: pointer;
        height: 26px;
        line-height: 26px;
        margin-top: 0px;
        margin-bottom: 0px;
        overflow: hidden;
    }

    .smt-sc-select .item-child-flag {
        background-image: url(../img/double_arrow_right.png);
        background-position: center right;
        background-repeat: no-repeat;
        padding-right: 20px;
    }

    .smt-sc-select > div > span {
        float: left;
        margin-left: 5px;
        margin-right: 5px;
        width: 100%;
        overflow: hidden;
    }

    .smt-sc-select .active, .smt-sc-select > div:hover {
        background-color: #ccc;
    }

.smt-sc-button-area {
    text-align: right;
    padding-right: 10px;
    padding-bottom: 5px;
    border-top: 1px dotted #ccc;
    padding-top: 5px;
}

/* End：新的管理页面样式 */

/* Begin: 图片银行列表样式 */
.photobank {
    float: left;
    margin: 2px 5px;
    border: 2px solid #fff;
    padding: 2px 5px;
}

    .photobank.active {
        border: 2px solid #234093;
    }

    .photobank:hover {
        border: 2px solid #234093;
    }

    .photobank > div {
        margin-top: 0px;
    }

.photobank-img img {
    width: 160px;
    height: 160px;
}

.photobank-name {
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* End: 图片银行列表样式 */

/* Begin 产品分组样式 */
.grouptree {
    margin-top: 10px;
}

    .grouptree li {
        list-style: none;
    }

        .grouptree li > div {
            line-height: 26px;
            padding-left: 5px;
            cursor: pointer;
        }

            .grouptree li > div:before {
                content: " ▶ ";
            }

            .grouptree li > div:hover {
                background-color: #eee;
            }

        .grouptree li > ul {
            padding-left: 26px;
        }
/* End 产品分组样式 */

/* Begin 分页样式  */
.hgdiv_fix {
    left: 200px;
    position: fixed;
    bottom: -5px;
    right: 15px;
    background: #F1F2F6;
    border: solid 1px #ccc;
    border-bottom: 0px;
    padding: 5px 15px;
    z-index: 999;
    /*height: 40px;*/
}
/* End 分页样式  */

/* Begin 编辑页面样式  */
.hg-list-group {
    padding-right: 0px;
}

    .hg-list-group > .list-group-item {
        width: 100%;
        text-align: left;
    }

    .hg-list-group.fixed {
        right: 0px;
        position: fixed;
        padding-left: 21px;
        padding-right: 15px !important;
    }

    .hg-list-group > button {
        font-size: 14px !important;
    }

.hg-edit-group {
    padding-left: 21px;
    padding-right: 15px;
    position: fixed;
    right: 0px;
    bottom: 30px;
    z-index: 999;
}

.hg-edit-group > button {
    font-size: 14px !important;
}
/* End 编辑页面导航样式  */

/* Begin Amazon客服-邮件管理 邮件目录样式 */
.email-menu {
    border-bottom: 1px solid #ccc;
}

.email-menu .menu-header {
    background-color: #fff;
    color: #2b7dbc;
    font-weight: bold;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
}

.email-menu .menu-items {
}

.email-menu .menu-items > a {
    padding-left: 20px;
    display: block;
    line-height: 26px;
}

.email-menu .menu-items > a.active {
    color: #fff;
    background-color: #428bca;
}
/* End Amazon客服-邮件管理 邮件目录样式 */

.buttons-follow{
    top:0px;
    z-index:999;
    position:sticky;
    background-color:#f1f2f6;
}

/* Begin 速卖通线上商品编辑页面样式 */
.edit-conent-area{
    margin-right:200px; position:relative;
}
.edit-conent-area .input-help{
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #737373;
    line-height: 25px;
}
.input-group .input-group-content {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    position: relative;
    height: 29.6px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    display: table-cell;
}
.input-group .input-group-content input[type='text']{
    border: 1px solid #ccc;
    padding-left: 5px;
    height: 28px;
    border-radius: 3px;
}
.input-group .input-group-content .radio-inline{
    padding-top:0px;
}
.input-group .input-group-content:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.edit-nav-area{
    width:190px; position:fixed; right:10px; top:120px; bottom:100px;overflow-y:auto;/*border: solid 1px #ccc;*/
}
.edit-button-area{
    width:190px;position:fixed; right:10px; top:auto; bottom:10px;
}
.edit-nav-tree{
    padding-left:10px;
}
.edit-nav-tree li{
    list-style:none;
}
.edit-nav-tree ul{
    padding-left:20px;
}
.edit-nav-tree div,.edit-nav-tree>li>ul>li{
    color:#616161;
    line-height:20px;
    cursor:pointer;
}
.edit-nav-tree div:before,.edit-nav-tree>li>ul>li:before{
    font-family: 'Glyphicons Halflings';
    font-size:10px;
    color:#09c;
    margin-right:3px;
}
.edit-nav-tree div:before{
    content:"\e012";
}
.edit-nav-tree>li>ul>li:before{
    content:"\e072";
}
.edit-nav-tree div:hover,.edit-nav-tree>li>ul>li:hover{
    color:#09c;
}
.edit-nav-tree>li>ul>li.has-error{
    color:red;
}
.edit-nav-tree>li>ul>li.has-error:before{
    content:"\e101";
    color:red;
}
/* End 速卖通线上商品编辑页面样式 */

/* Begin 连连支付相关样式 */
.llpay-guide{
    text-align: center; line-height: 30px; font-size: 14px; border-bottom:1px solid #ccc; margin-bottom:0px;margin-left:10px;margin-right:10px;
}
.llpay-guide > span{
    color:#ccc;
}
.llpay-guide .active{
    color:#09c; border-bottom:1px solid #09c; margin-bottom:0px;
}

.left-remark-panel{
    padding-left:10px;
}

.left-remark-panel>li{
    list-style:none;
    margin-bottom:10px;
}
.left-remark-panel>li:before{
    font-family: 'Glyphicons Halflings';
    font-size:10px;
    color:#09c;
    margin-right:3px;
    content:"\e072";
}

.card-box{
    width: 220px;min-height: 146px;border: 1px solid #09c;float:left;margin:1px 10px 5px 1px;border-radius:4px;
}
.card-box .card-box-title{
    border-bottom: 1px solid #09c;
    padding: 5px;
    font-weight:700;
    color:#09c;
}
.card-box .card-box-body{
    padding: 5px;
}
#p1118289734divOrderDataList .table{margin-bottom:50px;}
/* End 连连支付相关样式 */

/*产品图片 列表等比例缩放*/
.ProImageList {
    border: 1px solid #ddd;border-radius: 4px;width:70px;height:70px;display:inline-block;line-height:66px;vertical-align:middle;text-align:center;background-color:#fff
}
  .selector   a:focus {  
        outline:none;  
    }  
 .selector .sl-v-list  a,  .selector .sl-v-list  b,  .selector .sl-v-list div,  .selector .sl-v-list li,   .selector .sl-v-list  ul {
        margin: 0;
        padding: 0;
    } 

   .selector  div {
        margin: 0px;
    }


    ol, ul {
        list-style: none;
    }

    .selector .extend .sl-v-color ul, .selector .extend .sl-v-list ul, .selector .extend .sl-v-logos ul, .selector .multiple .sl-v-color ul, .selector .multiple .sl-v-list ul, .selector .multiple .sl-v-logos ul {
        height: auto;
       
    }
  

    .selector {
     border: 1px solid #09c;
    background: #fff;
    margin: 3px 0 10px 0;
    }

        selector .s-brand, .selector .s-line {
            width: auto;
            height: auto;
        }

        .selector .sl-wrap {
            /*position: relative;*/
            _zoom: 1;
            /* border-bottom: 1px dashed #DDD;
           background: #f3f3f3;*/
        }

        .selector .sl-key {
            float: left;
            width: 95px;
            padding-left: 15px;
            padding-right:15px;
            white-space: nowrap;
            overflow: hidden;
            color:#868181;
            margin-top:6px;
        }
@media(min-width: 768px) {
    .productboost .sl-key {
        text-align:right;
    }
}

        .selector .sl-value {
            margin-left: 40px;
            padding-right: 10px;   
            overflow: hidden;
            zoom: 1;
            background: #fff;
        }

    .clr {
        visibility: hidden;
    }

    .clear, .clr {
        display: block;
        overflow: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    } 
        .selector .sl-v-list .J_valueList {
            float: left;
            /*overflow: hidden;*/
            zoom: 1;
            position: relative;
            height: 30px;
          
        }
    .extend 　ul{ 
         max-height:200px;
        overflow-y:auto;
    }

  
  .selector .s-brand .sl-v-list li {
        /*width: 110px;*/
        margin-right:8px;
        text-align: left;
        border: 1px solid #ddd;
    }
.selector .s-brand .sl-v-list ul {
    padding-right:45px;
}

/*#DropListItem  .sl-v-list li {
    width: 200px;
}*/

    .selector .gride{margin-top:6px;}
    .selector .gridt{margin-top:0px;}
    /*.selector .s-brand .sl-v-list li a {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
        vertical-align: top;
        cursor: pointer;
        padding:0 6px;
       text-decoration:none;
    }*/ 
    .selector .sl-btns {
        display: none;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
    } 
    .selector .sl-ext {
        position: absolute;
        top: 5px;
        right: 5px;
        height: auto;
        line-height: 22px;
        overflow: hidden;
        zoom: 1;
    }

        .selector .sl-ext .sl-e-more {
            float: right;
            margin-right: 0px;
            position: relative;
            width: 39px;
            height: 23px;
            line-height: 23px;
            padding: 0 7px 0 4px;
            background: #fff;
            visibility: hidden;
            color: #333;
            border: 1px solid #ddd;
        } 
            .selector .sl-ext .sl-e-more i, .selector .sl-ext .sl-e-multiple i {
                background: url(/Content/img/search.ele.png) no-repeat 9999px 9999px;
                -webkit-transition: background-position .15s ease-in-out;
                -moz-transition: background-position .15s ease-in-out;
                transition: background-position .15s ease-in-out;
            }

    em, i, u {
        font-style: normal;
    }

    .selector .sl-ext .sl-e-multiple {
        float: left;
        height: 23px;
        line-height: 23px;
        border: 1px solid #DDD;
        padding: 0 3px 0 18px;
        position: relative;
        background: #fff;
        color: #333;
    }

        .selector .sl-ext .sl-e-multiple i {
            position: absolute;
            display: block;
            font-style: normal;
            left: 3px;
            top: 1px;
            width: 13px;
            height: 20px;
            background-position: 0 -63px;
        }


    .selector .sl-ext .sl-e-more:hover {
        text-decoration: none;
        color: #09c;
    } 
    .selector .sl-ext .sl-e-more {
        float: left;
        margin-right: 3px;
        position: relative;
        width: 50px;
        height: 23px;
        line-height: 23px;
        padding: 0 7px 0 4px;
        background: #fff;
        visibility: hidden;
        color: #333;
        border: 1px solid #ddd;
    }

        .selector .sl-ext .sl-e-more:hover i {
            border-color: #09c;
            background-position: 4px -11px;
        }

        .selector .sl-ext .sl-e-more.opened:hover i {
            background-position: 4px -45px;
        }

        .selector .sl-ext .sl-e-more i {
            position: absolute;
            top: 1px;
            right: 2px;
            display: block;
            width: 20px;
            height: 20px;
            background-position: 4px 7px;
        }

        .selector .sl-ext .sl-e-more.opened i {
            background-position: 4px -27px;
        }

    .selector .sl-ext .sl-e-multiple:hover i {
        background-position: 0 -84px;
    } 


#DropListItem .multiple .sl-v-list li a {
    position: relative;
    padding-left: 18px;
    margin-right: 12px;
    padding-top:2px;
}
   #DropListItem .multiple .sl-v-list li a i {
       position:absolute;
        left: 0;
        top: 8px;
        padding-top:2px;
        background: url(/Content/img/search.ele.png) no-repeat 9999px 9999px;
        display: inline-block;
        height: 12px;
        width: 12px;
        background-color: #fff;
        border: 1px solid #ccc;
        font-size: 0;
    } 
     #DropListItem .multiple .sl-v-list li.selected a i {
        border-color: #09c;
        background-position: -1px -107px;
    }
    .single .sl-v-list li a:hover {
        text-decoration: none;
        background-color: #09c;
        color: #fff;
    } 
    .multiples .sl-v-list li a:hover {
        text-decoration: none;
        background-color: #09c;
        color: #fff;
    }
    /*, .multiples .sl-v-list li:hover*/
    .J_selectorLine .single li a:hover {
        text-decoration: none;
        background-color: #09c;
        color: #fff;
    } 
    .selector  .sl-v-list li a.J_active {
        text-decoration: none;
        background-color: #09c;
        color: #fff;
        background-image: url(/Content/img/para-items-active.png);
         background-position: bottom 1px right 1px;
         background-repeat: no-repeat;
         /*padding-right:11px;*/
    }
#userfromlist>.sl-v-list li {
   
}
    #userfromlist > .sl-v-list li a:before {
        content:'';
        padding:4px;
    }
    #userfromlist > .sl-v-list li a:after {
        content:'';
        padding:4px;
    }
       .selector .sl-v-list li {
         float: left;
        _display: inline;
        margin-bottom: 4px;
        height: 26px;
        line-height: 26px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
      

    #AccountUser   .sl-v-list li a {
        position: relative;
        padding-left: 18px;
    } 
    #AccountUser .sl-v-list li.J_active a {
      /*padding-right:10px;*/ 
        }
      #AccountUser   .sl-v-list li.J_active  a:after{
            content: ''; 
            background: url("/Content/img/para-items-active.png") no-repeat left -1px bottom 1px; 
            display: block;    
            width: 12px;   
            height: 12px;  
            background-size: 12px; 
            /*float:right;*/
            position:absolute;
            right:0px;
            bottom:0px
              
           
        }
      
    /*展开后的样式*/

    /*.selector .sl-wrap.extend .sl-v-list li a {
    width:100px;
    overflow:hidden

} 
.selector .sl-wrap.extend .sl-v-list li { 
    width:100px;

}*/ 
.selector .sl-wrap.extend #CommonCountry li{width:167px;margin-right: 2px;}
.selector .sl-wrap.extend #CommonCountry li a{width:167px;padding-left: 15px; text-align:left !important;}
.selector .sl-wrap.extend #AccountUser li{margin-right:5px;}
.selector .sl-wrap.extend #AccountUser li a{padding-left: 18px; text-align:left !important;}
.selector .sl-wrap.extend #markSysList li{width:102px;margin-right:2px;}
.selector .sl-wrap.extend #markSysList li a{width:102px;padding-left:23px; text-align:left !important;}
.selector .sl-wrap.extend #LogisticMode li{width:280px;margin-right: 2px;}
.selector .sl-wrap.extend #LogisticMode li a{width:280px;padding-left: 15px; text-align:left !important;}
.selector .sl-wrap.extend #StoreIdType li{width:169px;margin-right: 2px;}
.selector .sl-wrap.extend #StoreIdType li a{width:169px;padding-left: 15px; text-align:left !important;}
.selector .sl-wrap.extend #SupplierType li{width:169px;margin-right: 2px;}
.selector .sl-wrap.extend #SupplierType li a{width:169px;padding-left: 15px; text-align:left !important;}
     
   .selector .sl-v-list li.J_active a {
          text-decoration: none;
        background-color: #09c;
        color: #fff; 
        }
  #SearchType   .sl-v-list li a:hover {
    color:#fff;
} 
    .selector .sl-v-list li a {  
        text-align: center;
        float: left;
        white-space: nowrap;
        zoom: 1;
        color: #333; 
        overflow: hidden;
        text-overflow: ellipsis;
        padding:0 6px;
    } 
  
    /**hover多选的时候*/ 
    /**hover展开的时候*/
    .selector .s-brand .extend, .selector .s-brand .multiple {
        margin-top: -1px;
        border: 1px solid #AAA;
        background-color: #f9f9f9;
        
    } 
      .selector .s-brand .extend　.sl-value, .selector .s-brand .multiple .sl-value{ 
        max-height:200px;
        overflow-y:auto;
    } 
    .selector .s-brand .multiple {
        border: 2px solid #0099cc;
        background-color: #fffdee;
    } 
    .selector .multiple {
        /*margin-top: -1px;*/
        border: 1px solid #005aa0;
        background-color: #fffdee;
    } 
    selector .sl-wrap {
        position: relative;
        _zoom: 1;
        line-height: 34px;
        border-bottom: 1px solid #DDD;
        background-color: #f3f3f3;
    } 
    .selector .multiple .sl-btns {
        display: block;
    } 
    /*.btn-primary {
        border: 0;
        padding: 5px 15px 6px;
        color: #FFF;
        background-color: #337ab7;
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09c', endColorstr='#DF3033', GradientType=0);
    }*/

    .btn.disabled {
        padding: 4px 13px 5px;
        border: 1px solid #DDD;
        background-color: #FFF;
        cursor: default;
        color: #CCC;
        opacity: .2;
        filter: alpha(Opacity=20);
        filter: alpha(Opacity=20);
    } 
    /*下拉框样式*/ 

    .selector .sl-v-tab {
        /*height: 35px;*/
    }
    .selector .sl-tab-trigger {
        height: 28px;
        padding-top: 5px;
        overflow: hidden;
    }
        .selector .sl-tab-trigger .trig-item .text {
            color: #005aa0;
            display: inline-block;
            vertical-align: top;
        }
        .selector .sl-tab-trigger .trig-item .arrow {
            display: inline-block;
            width: 20px;
            height: 20px;
            vertical-align: top;
            background: url(/Content/img/search.ele.png) no-repeat 4px 7px;
        }

        .selector .sl-tab-trigger .trig-item.trig-curr {
            height:23.5px;
            border-color: #005aa0;
            border-bottom: medium none;
            text-decoration: none;
            position: relative;
            z-index: 100;
        }

    @media screen and (max-width: 1410px) and (min-width: 1230px) {
        /*.selector .sl-tab-cont-item {
           width: 1188px;
        }*/
        .selector .sl-tab-cont-item {
            display: none;
            
            left: 80px;
            top: 28px;
            width: 968px;
            border: 1px solid #005aa0;
            padding: 10px;
            background: #fff;
            -webkit-box-shadow: 1px 1px 1px rgba(153,153,153,.3);
            -moz-box-shadow: 1px 1px 1px rgba(153,153,153,.3);
            box-shadow: 1px 1px 1px rgba(153,153,153,.3);
        }
    }
     @media screen and (max-width:1366px){
.selector .sl-wrap.extend #CommonCountry li{width:191px;margin-right: 2px;}
.selector .sl-wrap.extend #CommonCountry li a{width:191px;padding-left: 15px; text-align:left !important;}
.selector .sl-wrap.extend #AccountUser li{width:135px;margin-right:5px;}
.selector .sl-wrap.extend #AccountUser li a{width:135px;padding-left: 15px; text-align:left !important;}
.selector .sl-wrap.extend #markSysList li{width:107px;margin-right:2px;}
.selector .sl-wrap.extend #markSysList li a{width:107px;padding-left:23px; text-align:left !important;}
.selector .sl-wrap.extend #StoreId li{width:195px;margin-right: 2px;}
.selector .sl-wrap.extend #StoreId li a{width:195px;padding-left: 15px; text-align:left !important;}
.selector .sl-wrap.extend #LogisticMode li{width:282px;margin-right: 2px;}
.selector .sl-wrap.extend #LogisticMode li a{width:282px;padding-left: 15px; text-align:left !important;}
     }
 @media screen and (max-width:1024px){
.selector .sl-wrap.extend #CommonCountry li{width:122px;margin-right: 2px;}
.selector .sl-wrap.extend #CommonCountry li a{width:122px;padding-left: 15px; text-align:left !important;}
.selector .sl-wrap.extend #AccountUser li{width:120px;margin-right:5px;}
.selector .sl-wrap.extend #AccountUser li a{width:120px;padding-left: 15px; text-align:left !important;}
.selector .sl-wrap.extend #markSysList li{width:100px;margin-right:2px;}
.selector .sl-wrap.extend #markSysList li a{width:100px;padding-left:23px; text-align:left !important;}
.selector .sl-wrap.extend #StoreId li{width:195px;margin-right: 2px;}
.selector .sl-wrap.extend #StoreId li a{width:195px;padding-left: 15px; text-align:left !important;}
.selector .sl-wrap.extend #LogisticMode li{width:197px}
.selector .sl-wrap.extend #LogisticMode li a{width:197px}
     }

    .selector .sl-v-list {
        overflow: hidden;
        zoom: 1;
        padding-top: 6px;
    }

    .selector .s-senior .sl-v-list ul {
        height: auto;
    }
    selector .sl-v-list li a {
        float: left;
        white-space: nowrap;
        zoom: 1;
        color: #005aa0;
        text-decoration: none;
    }

    .selector .sl-tab-cont-item .btn-multiple {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .btn-multiple {
        display: inline-block;
        height: 20px;
        line-height: 20px;
        border: 1px solid #DDD;
        padding: 0 3px 0 18px;
        position: relative;
        background: #fff;
        color: #333;
    } 
    .selector .sl-tab-trigger .trig-item:hover {
        text-decoration: none;
    } 
    .selector .sl-tab-trigger .trig-item {
        float: left;
        height: 23.5px;
        line-height: 24px;
        padding: 0 3px 0 6px;
        border: 1px solid #ddd;
        background: #fff;
        margin-right: 15px;
    } 
    @media (min-width: 1411px) {
        .selector .sl-tab-cont-item {
            width: 1216px;
        }
    }
   
    @media (max-width: 1366px) {
        .selector .sl-tab-cont-item {
           width:960px;
        }
    }
    @media (max-width: 1166px) {
        .selector .sl-tab-cont-item {
           width:700px;
        }
    }
   
    .selector .sl-tab-trigger {
        height: 30px;
        padding-top: 5px;
        overflow: hidden;
    }

    .selector .sl-tab-cont-item {
        display: none;
        
        left: 80px;
        top: 28px;
        /*width: 968px;*/
        border: 1px solid #005aa0;
        padding: 10px;
        z-index: 99;
        background: #fff;
        -webkit-box-shadow: 1px 1px 1px rgba(153,153,153,.3);
        -moz-box-shadow: 1px 1px 1px rgba(153,153,153,.3);
        box-shadow: 1px 1px 1px rgba(153,153,153,.3);
    }

    .btn-multiple i {
        position: absolute;
        display: block;
        font-style: normal;
        left: 3px;
        top: 0;
        width: 13px;
        height: 20px;
        background: url(/Content/img/search.ele.png) no-repeat 0 -63px;
        -webkit-transition: background-position .15s ease-in-out;
        -moz-transition: background-position .15s ease-in-out;
        transition: background-position .15s ease-in-out;
    } 
    .btn-multiple:hover i {
        background-position: 0 -84px;
    }

    /*.selector .sl-tab-cont-item.multiple {
        border: 2px solid #0099cc;
    }*/

    /*.selector .sl-tab-trigger .trig-item.multiple {
        border: 2px solid #0099cc;
        border-bottom: none;
    }*/ 
    .selector .sl-tab-trigger .trig-item.trig-curr .arrow {
        background-position: 4px -27px;
    }  
    /*.para-item> a{
       padding-left: 52px;
       text-align:left;
    }*/
    .para-item a {
        position: relative;
        display: inline-block;
        border: 0px;
        font-size: 12px;
        vertical-align: top;
        text-align: left;
        margin: 0px 5px 5px 0px;
        cursor: pointer;
    }

    .selector .s-brand .sl-v-list .para-item a {
        /*width:95px;*/
         padding-left:15px;
        text-align:left;
    }

    
    .sl-tab-cont-item.single ul li  a{
        padding:0 6px;
    } 
    .CountryList {
        display:none;
    }
.MenuSearchInfo {
        display:none;
}
.sl-wrap.extend .MenuSearchInfo {
      display:block;
       padding:10px 0;
}
#SearchType > .sl-v-list {
    padding-top:0px
}

/*.sl-wrap.multiples.extend .J_valueList li{width:120px;}

.sl-wrap.multiples.extend  .commonCountry li:nth-child(n+1):nth-child(-n+10) a {
    font-weight:600; text-decoration:none;
}*/
.MenuSearchInfoBtn {
     cursor:pointer;
        background-color:#337ab7;   color: #fff;
}
    /*#SearchCountry{
        cursor:pointer;
        background-color:#337ab7;   color: #fff;
    }
        #SearchCountry:hover {
            color: #fff;
             background-color: #286090;
             border-color: #204d74;
          
 }*/ 
 .CommonCountry  b,.OtherCountry { 
    display:none;
}
.CommonCountry,.OtherCountry { 
    clear:both;
    float:none;
}

.sl-wrap.multiples.extend .CommonCountry b ,.sl-wrap.multiples.extend .OtherCountry b {
    display:block; 
    margin-left:8px;
    clear:both;
    float:none;
}

    .sl-wrap.multiples.extend .CountryList,.sl-wrap.multiples.extend .OtherCountry{display:block; }
    .sl-wrap.multiples.extend .J_valueList{
    height:100%; 
}
    .ContentValueList {     
         padding-top: 6px;
         /*height: 40px;*/ 
    }
#SearchContent .ContentValueList {
    padding-top: 0px;
}
#OrderListInfo .sl-v-list {
    padding-top:0px;
}
#J_selector .s-line.single,#AccountUser .sl-v-list ,#LogisticMode .sl-v-list,#J_selector .s-line.oc_select {
    padding-top:2px;
}
   .input-group-sm> .input-group-btn .btn{
        border-bottom-left-radius:0;border-top-left-radius:0
    } 
 #J_selector  .tree {
    position:absolute;
     z-index:2000;
    min-height:260px; 
    max-height:300px;
     width:460px; overflow:auto;margin-left:-15px; 
    display:none;
    margin-bottom: 20px; 
    margin-top: -2px !important;
} 
#J_selector  .breadcrumb_title > span{color:#005aa0;}
    .crumbs-bar {
        position: relative; 
        z-index: 6;
        padding-top:6px;
    }

    .crumbs-nav {
        line-height: 24px;
        /*padding-right: 125px;*/
    }

    .crumbs-nav-item {
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .crumbs-first a {
        padding-left: 9px;
        color: #333;
    } 
    .crumbs-arrow {
        float: left;
        margin-right: 5px;
        font-family: SimSun;
        font-style: normal;
    } 
    .crumb-select-item {
        position: relative;
        float: left;
        height: 22px;
        line-height: 22px;
        border: 1px solid #DDD;
        font-size: 12px;
        vertical-align: top;
        margin: 0 5px 5px 0;
        padding: 0 26px 0 4px;
        cursor: pointer;
        background: #f3f3f3;
    } 
        .crumb-select-item b {
            font-weight: 400;
            color: #333;
        } 
        .crumb-select-item em {
            color: #09c;
        } 
        .crumb-select-item i {
            display: block;
            position: absolute;
            width: 25px;
            height: 22px;
            right: 0;
            top: -1px;
            background: url(/Content/img/search.ele.png) no-repeat 7px -140px;
        }

        .crumb-select-item:hover {
            border-color: #09c;
            text-decoration: none;
            background: #fff;
        } 
   .crumb-select-item:hover i {
                background-color: #09c;
                background-position: 7px -158px;
 } 
  .addMoreorderno {
        color: #09c;
        font-size: 12px;
        padding: 5px 10px;
        border-radius: 3px;
        background-color: #f5f5f5;
    }
 
  #DropListItem .multiple {

  }
  /*-------------------展开样式-------------------*/
.sl-tab-cont-item#markSysList li{width:89px;overflow:hidden}
.sl-tab-cont-item#markSysList li a{width:89px;overflow:hidden}
.sl-tab-cont-item#OrderStatus li{width:70px;overflow:hidden}
.sl-tab-cont-item#StoreId li{width:180px;margin-right:6px;overflow:hidden}
.sl-tab-cont-item#StoreId li a{width:180px;text-align: left !important;}
.sl-tab-cont-item#markList li{width:100px;overflow:hidden}
.sl-tab-cont-item#saleOrderStatue li{width:100px;overflow:hidden}
.sl-tab-cont-item#CommonCountry li{width:200px;overflow:hidden;margin-right:2px;}

.sl-tab-cont-item#IsFBAOrder li{margin-right:5px;}
.sl-tab-cont-item#shipStatus li{margin-right:5px;}
.sl-tab-cont-item#shipType li{margin-right:5px;}
.sl-tab-cont-item#markSysList li{margin-right:5px;}
.sl-tab-cont-item#OrderPostBckStatus li{margin-right:5px;}
.sl-tab-cont-item#OrderPrintStatus li{margin-right:5px;}
.sl-tab-cont-item#AccordingState li{margin-right:5px;}
.sl-tab-cont-item#PackageMaterial li{margin-right:5px;}
.sl-tab-cont-item#DeliveryTime li{margin-right:5px;}
.sl-tab-cont-item#StoreIdType ul{margin-top:5px;}
.sl-tab-cont-item#StoreIdType li{margin-right:5px;}
.sl-tab-cont-item#txtSaleMan li{margin-right:5px;}
.sl-tab-cont-item#txtDeveloper li{margin-right:5px;}
.sl-tab-cont-item#markProductList li{margin-right:5px;}
.sl-tab-cont-item#SupplierType ul{margin-top:5px;}
.sl-tab-cont-item#SupplierType li{margin-right:5px;}
/*---------------------*/
   
.OrderStatusTitle {
    float:none;
    clear:both;

}
.sl-tab-cont-item#LogisticMode li {
width:280px;margin-right:10px
}
.sl-tab-cont-item#LogisticMode li a{
width:280px;text-align: left;
}
    .J_valueList #PackageMaterial li{width:100px;}
  #BtnSet{
      background:#0099cc;
      float:right;
      margin-right:0px;
      
  }
    #BtnSet .text {
        color:#fff;
    }



  /*菜单下功能按钮样式 Start*/
  #divFollowButtons {
      margin:3px;
  }
  .form-horizontal .control-label{padding-top:6px;}

/*菜单下功能按钮样式 End*/

.panel table div,.card,.uploadPager,.clearboth{margin-bottom:5px;margin-top:5px;}
.autocomplete{margin-top:5px;}
.autocompletes{margin-top:7px !important;}
.selector div {
    /*margin:0px !important;*/
}


#searchtype label {
    cursor:pointer;
    height:20px;
    line-height:20px;
    vertical-align:middle;
}
#searchtype input {
    margin-left: -15px;
     margin-top: 4px;
}


    .countryitem{
            margin: 2px 5px;
    padding: 0px 0px 0px 5px;
    border: 1px solid #ccc;
    display: inline-block;
    }

    .countryitem:hover{
        border: 1px solid #09c;
    }

    .countryitem .remove{
        margin-left: 5px;
        cursor:pointer;
        display:inline-block;
        width:20px;
        text-align:center;
        margin-right: -1px;
    }
    .countryitem .remove:hover{
        background-color:#09c;
        color:#fff;
    }

    .delete-text{
    color: #666;
    text-decoration: line-through;
    font-style: oblique;
    }

/* Begin:返回顶部按钮样式 */
.scroll-to-top, .scroll-to-bottom{
    background-color: #fff;
    border: 1px solid #09c;
    border-radius: 16px;
    display: block;
    position: fixed;
    z-index: 99999;
    width: 32px;
    height: 32px;
    right: 1px;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
    font-size:14px;
    color:#09c;
}

.scroll-to-top{
    bottom: 100px;
}
.scroll-to-bottom{
    bottom: 60px;
}

.scroll-to-top:hover,.scroll-to-bottom:hover{
    border-radius: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size:18px;
}

/* End:返回顶部按钮样式 */

#divExtraStateItems {
    border:1px dashed #09c;
    margin:0 2px;
    padding:5px 8px 1px 8px;
}

 .signStyle:hover #ordersign{
      border-radius: 10px;
      width:100px  !important; 
      border:1px solid #ccc;
      background:#fff;
}
body {
    width:100%;
    height:100%;
    
}
.left_panel {
    width:180px;
    /*overflow:auto;*/
}
    .left_panel>ul {
        width:100%;
        /*height:870px;*/
        overflow:auto;
        
    }

.table-warp {
    width:100%;
    
    /*overflow:auto;*/
    
}
.table tbody {
    position:relative;
}

/*.tr-right {
    display:none;
}*/
.table.table-hover {
    overflow:auto;
    width:100%;
  
}
.search-panel-top {
    display:flex;
    justify-content:space-between;
    width:100%;
    margin:20px 10px;
}




.ebayordermessageindex-item {
    display:none;
    position:absolute;
    left:0px;
    top:32px;
    background:#fff;
    border:1px solid #438eb9;
    width:800px;
    padding:6px;
    z-index:9999;
}
.ebayordermessageindex-item span {
    float:left;
    line-height:30px;
    padding:0px 10px;
    border-radius:4px;
    color:#333;
    margin:0px 5px;
}
    .ebayordermessageindex-item span.active {
        background:#438eb9;
        color:#fff;
    }
    .ebayordermessageindex-item span:hover {
      cursor:pointer;
      background:#438eb9;
      color:#fff;
    }
#ebayordermessageindex-input {
    display:flex;
    justify-content:flex-start;
    margin:0px;
    height:30px;
    flex:0.25;
}
 
    #ebayordermessageindex-input .input-group {
        margin:0px !important;
    }
    #ebayordermessageindex-input .input {
        width:90%
    }
#tabContent_liTabSyncEbayMessage .sort {
    width:100%;
    display:flex;
    justify-content:flex-start;
    padding-left:20px;
}

.sort-title {
    color:#888;
}

.tr-right.show {
    display:block;
}
.bottom-line.active {
    background-image: url(../img/para-items-active.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-right: 9px;
    background-color:#09c;
    
}
.bottom-line.active .control-label {
    color:#fff;
}


/*头部选中状态*/
.bt-line {
    border-bottom:4px solid yellow;
}
#ulTopMenu>li:hover>a {
    color:#337ab7;
    background:#fff;
}


/*站内信及留言*/

/*
#Date {
    margin:0px;
    padding:0px;
    line-height:30px;
    display:flex;
    justify-content:flex-start;
    flex:0.3
}
#Date .col-sm-4 {
    width:85%;
}
#Date .control-label {
    font-weight:700;
    color:#888;
}
.input-group.input-group-sm {
    margin:0px !important;
}*/


/*产品管理*/
.question-icon {
    font-size:18px;
    color:#09c;
    margin-left:10px;
    line-height:30px;
}
.tab-pane {
    position:relative;
}
/*.tab-pane p.alert {
    position:absolute;
    left:0px;
    top:0px;
    z-index:999;
    width:100%;  
}*/
#J_selector > div {
    width:100%;
    height:auto;
    overflow:hidden;
    padding-top:6px;
}
.J_selectorLine .NoEvent-item {
    display:flex;
    justify-content:flex-start;
    /*padding-bottom:5px;*/
}
#divChooseType > span,#divHasChildCatalog>span {
    margin-bottom:0px;
}
#J_selector > .s-line.single ,#J_selector>.s-line.oc_select{
    padding-top:6px;
}
.Contentlist-search-item {
    display:flex;
    justify-content:space-between;
}


#J_selector #listItem {
    padding:0px;
}
   /* #listItem div.sl-key {
        width:90px;
        text-align:center;
        margin-top:10px;
        margin-right:20px;
    }*/
#searchForm .Search-input {
    border-bottom:none;
}
.Search-input .input-group {
    width:30%;
}

#SearchType {
    display:flex;
    justify-content:flex-start;
    margin: 0px;
     padding:0px;
     flex-wrap:wrap;
}
.fbaordertitle {
    min-width:210px;
}

@media(max-width:798px) {
    #Search > div {
        
        display:flex;
        justify-content:flex-start;
        flex-wrap:wrap;
    }
        #Search > div > label {
            width:30%;
        }
        #Search > div > input {
            width:70%;
        }
        #Search > div > .input-group-btn {
            width:20%;
        }
}


#SearchType li a {
    text-align: center;
    float: left;
    white-space: nowrap;
    zoom: 1;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 6px;
    text-decoration:none;
}
#SearchType li.active a {
    color:#fff;
    text-decoration:none;
}
#SearchType a.J_active {
    color:#fff;
    text-decoration:none;
}
    #SearchType .sl-v-list li a:hover {
        background-color: #09c;
    }
.J_valueList.input-group li.active {
    border:1px solid #09c;
    text-decoration:none;
}




/*售后管理*/
#divUserFormAndApiUserItems {
    overflow:hidden;
}
.icon-name {
    /*padding-right:70px;*/
    height:30px;
}
.icon-name span {
    position: relative;
    display: inline-block;
    border: 1px solid #ddd;
    font-size: 12px;
    vertical-align: top;
    margin: 0 5px 12px 0;
    padding: 0 5px 0 20px;
    cursor: pointer;
    background-size: 12px 12px;
    background-position: 5px 50%;
    background-repeat: no-repeat;
    border-radius: 2px;
    line-height: 24px;
}
.form-group.item {
    position:relative;
}
.more{
    position: absolute;
    top: 0px;
    right: 15px;
    height: auto;
    line-height: 22px;
    overflow: hidden;
    zoom: 1;
}
    .more .more-a {
         width: 50px;
        height: 23px;
        line-height: 23px;
        padding: 0 7px 0 4px;
        background: #5bc0de;
        color: #fff;
        border: 1px solid #ddd;
        display:inline-block;
        text-align:center;
        cursor:pointer;
    }

        .more .more-a:hover {
            text-decoration:none;
            background:#5bc0de;
            color:#fff;
        }

/*客户管理*/
.group-more {
    position:relative;
}


.icon-name .all-time {
    text-align:center;
    padding:0px 10px;
}


/*纠纷管理*/
.form-horizontal div.row {
    /*width:100%;
    border-bottom:1px dashed #ddd;*/
    padding:0px;
    margin:0px;
    line-height:18px !important;
    display:flex;
    justify-content:flex-start;
    padding:5px 0px;
}

.form-horizontal .label-right {
    flex:0.3;
    margin-left:25px;
    display:flex;
    justify-content:flex-start;
}
.label-right .btn {
    border-radius:0px;
}
.divChooseItems-item{
    flex:0.9;
    margin-left:25px;
}
    .divChooseItems-item span {
        position: relative;
        display: inline-block;
        border: 1px solid #ddd;
        font-size: 12px;
        vertical-align: top;
        margin: 3px 5px 6px 0;
        padding: 0 15px;
        cursor: pointer;
        background-size: 12px 12px;
        background-position: 5px 50%;
        background-repeat: no-repeat;
        border-radius: 2px;
        line-height: 24px;
       
    }
    .divChooseItems-item .active {
         background-image: url(../img/para-items-active.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-right: 9px;
    border-color: #09c;
    background-color: #09c;
    color: #fff;
    text-decoration: none;
    }

    /*sku映射*/
.skumapping-item {
    padding:10px 0px;
}
.skumapping-group {
    padding-bottom:10px;
    margin:0px 0px 10px 0px;
}
.skumapping-item .skumapping-group label {
    padding-top:0px;
}
.skumapping-group .txtSearchContent-input {
    width:100%;
}

/*包材入库管理*/
.form-group.InStore-input {
    border-bottom:none;
}

/*图片银行管理*/
.photobank-input {
}
.photobank-form {
    width:99%;
    display:flex;
    justify-content:space-between;
}
    .photobank-form>div {
        flex:0.3;
    }
.photobank-top {
    width:100%;
    padding:10px;
}
#p144136852divDataList{
    margin-top:10px;
}
#tabContent_liTabCatalogPhotoBank .photobank-top .parents-nodes {
    margin:0px;
    line-height:22px;
}
#divCatalogSearchPanel {
    margin-top:10px;
}
.photobank-input .input-group {
    width:100%;
}

/*包材入库管理*/
.InStore-top {
    padding-top:10px;
}
.InStore-top .form-group {
    margin:0px;
}
#Search.Material-input {
    margin-top:10px;
}
.form-horizontal .control-label {
    /*padding-top:0px;*/
}

/*包材出库管理*/
.OutStore-top {
    padding-top:10px;
}
.OutStore-top .form-group {
    margin:0px;
}
#Search.OutStore-input {
    border-bottom:none;
    margin-top:10px;
}

/*包材盘点管理*/
.materialcheck-top {
    padding-top:10px;
}
.materialcheck-top .form-group {
    margin:0px;
}
#Search.materialcheck-input {
    display:flex;
    justify-content:flex-start;
    border-bottom:none;
    margin-top:10px;
}

.materialcheck-input .input-group {
   width:25%;
}

/*商品买赠*/
.gift-top{
     padding-top:10px;
}
.gift-top .form-group {
    margin:0px;
    padding-bottom:10px;
}
#Search.gift-input {
    border-bottom:none;
    margin-top:10px;
}
.gift-input.input-group {
    width:100%;
}
.gift-top #Search {
    height:auto;
}

/*商品采集*/
.form-horizontal .product-item-group {
    display:flex;
    border:none;
    margin:0px;
    width:50%;
}
.product-input-group {
    width:50%;
}
/*订单利润统计*/
#J_selectorSenior .sl-tab-cont-item{
    z-index:99;
}


/*待配货*/
#J_selector {
    position:relative
}

.J_selectorLine.s-brand.oc_select {
    position:relative;
}

/*任务设置*/
.task-index-items {
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
}
    .task-index-items span:hover p {
        color:#fff;
    }
    .task-index-items p {
        color:#999;
    }

/*ebay客服站内信*/
.ebayordermessageindex-input-group {
    display:flex;
    justify-content:flex-start;
}
.dropdown-input {
    border:1px solid #ddd;
    background:#eee;
    position:relative;
}
/*速卖通客服站内信*/
.text-ovflow {
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
width: 100%;
font-size: 12px;
text-decoration:none;
}
    .text-ovflow:hover {
        text-decoration:none;
    }
.search-item.para-items>span,.search-item.para-items-sm>span{
    padding:2px 9px
}



/*订单页面小屏幕显示不全问题*/
 .selector .sl-v-tab .sl-tab-trigger {
        width: 100%;
        height:auto;
        padding-top:0px;
    }
    .selector .sl-v-tab .sl-tab-trigger .trig-item {
        margin-top:5px;
    }
        /*.selector .sl-v-tab .sl-tab-trigger .trig-item:nth-last-child(2) {
            margin-right:0px !important;
        }*/



.orderprofitreportsearch {
    height: 29.6px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    cursor: pointer;
    background-color: #337ab7;
    color: #fff;
    float:right;
}

/*系统配置-候选项设置*/
#tabContent_liTabColumnOption {
    display:flex;
    justify-content:space-between;
    margin:15px 0px
}
/*汇率管理*/
.panel-top-tab {
     display:flex;
    justify-content:space-between;
    margin-bottom:15px
}
    .panel-top-tab .form-inline {
        width:350px;
    }
.panel-top-tab .form-inline .form-control {
    width:70%
}

/*归档设置*/
.historysetting-item .panel-body .control-label {
    width:120px;
    float:left;
    text-align:right;
    margin-right:20px
}
.search-erp {
    cursor: pointer;
    background-color: #337ab7;
    color: #fff;
    height: 29.6px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    width:70px;
}


.top #navbar {
    display: flex !important;
    justify-content: space-between;
    width:100%;
    margin-left:18px;
}
.table-hover.productindex tbody td img{
    width:80px;
    height:80px;

}
#navbar::after ,#navbar::before{
    display:none;
}
.photobank-ul .th-thumbnails li {
    width: 120px; 
    height: 140px; 
    margin-left:0px; 
    margin-right:11px; 
    margin-bottom:15px;
}
    .photobank-ul .th-thumbnails li a {
        width:100%;
        height:auto;
        overflow:hidden;
        display:inline-block;
    }
.photobank-ul li a img {
    max-height:100%;
    max-width:100%;
    vertical-align:middle;
}

#divPhotobankStatus {
    position:absolute;
    left:500px;
    top:10px;
}
#searchForm .orderautoevaluationebay {
    padding:10px 0px;
}
#searchForm .orderautoevaluationebay > div {
    padding:2px 0px;
}
#divSupplierSearch,#divCatalogSearchPanel {
    background:#f5f5f5;
}
.pdarecordindex {
    display:flex;
    justify-content:flex-start;
    width:100%;
}
    .pdarecordindex > div {
        width:40%;
        display:flex;
        justify-content:flex-start;
    }
.pdarecordindex .operatingtime,.operator {
    width:60%
}
.fbaorderindexone .para-items .para-sales-items>span{
    margin-bottom:5px;
}
.saleordercostdetailreport .form-group {
    margin-left:0px;
}
.home-log img {
    margin-top:4px;
}
.amazonskusettlementreport {
    padding-top:10px;
}
.panel-body-edit .editcontain-head {
    display:flex;
    justify-content:space-between;
}
#divOrderDataList .order-title a{
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box !important; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.orderproud {
    min-width:370px !important;
}
    .orderproud tbody td div:first-child a {
        overflow:hidden; 
        text-overflow:ellipsis;
        display:-webkit-box !important; 
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2; 
    }
    .outofstockproduct-wrap .form-group,.onlinestockmonitor-wrap .form-group{
        margin:0px;
    }
.form-horizontal .first-form-group {
    display:flex;
}
#searchForm.ebaysitemessageindex-wrap>div,#searchForm.ebayorderissueindex-wrap>div,#searchForm.wishordermessageindex-wrap>div,#searchForm .wishorderrefundindex-panel>div,#searchForm.dhgateordermessageindex-wrap>div,#searchForm.dhgateordermes-wrap>div,#searchForm.dhgateorderissueindex-wrap>div,#searchForm.amazonemail-wrap>div,#searchForm .amazonbadfeedback-panel>div,#searchForm .amazonbadreview-panel>div {
    padding:2px;
}
.ebaysitemessageindex-panel,.ebayorderissueindex-panel,.wishordermessageindex-panel,.dhgateordermessageindex-panel,.dhgateordermes-panel,.dhgateorderissueindex-panel,.amazonemail-panel ,.amazonbadfeedback-panel{
    padding:10px 0px;
}
.wishorderrefundindex-panel,.amazonbadreview-panel{
    padding-bottom:10px;
}
#tabContent_liTabAmazonMail {
    display:flex;
    justify-content:space-between;
}
#tabContent_liTabAmazonMail .amazonemail-left {
    width:10%;
}
#tabContent_liTabAmazonMail .amazonemail-right {
    width:89%;
}
.orderbathdeliverycreatebatch > .form-group {
    margin-left:0px
}
.supplyinformation-form {
    display:flex;
    flex-wrap:wrap;
    padding:10px 5px;
}
    .supplyinformation-form > div {
        width:100%;
    }
.supplyinformation-form-top {
    display:flex;
    justify-content:space-between;
    flex-direction:row-reverse;
}
.enterprise-td-text { 
    max-width:400px;
    word-break:break-all;
}
.classificationranking {
    width:200px;
    height:70px;
    overflow:hidden; 
}
.classificationranking div {
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    border-bottom:none !important;
    display:-webkit-box; 
    word-break:break-all;
    overflow:hidden;
}



@media(max-width:798px) {
    .table.table-bordered.table-hover, .table.table-bordered {
        table-layout: fixed;
        width: 100%;
    }

    .hgdiv_fix {
        left: 0px;
        position: static;
    }
    /*.table input[type="checkbox"] {
    width: 10px;
    height: 10px;
}*/
    .btn-group-xs > .btn, .btn-xs {
        padding: 0px;
    }

    span.label {
        padding: 0px;
    }

    td > table > tbody > tr {
        display: flex;
        flex-wrap: wrap;
    }

        td > table > tbody > tr > td {
            width: 100% !important;
        }

            td > table > tbody > tr > td > div {
                margin-top: 0px !important;
            }

    tbody > tr > td {
        overflow: hidden;
        /*text-overflow: ellipsis;*/
        /*white-space: nowrap;*/
    }

    .table > tbody > tr > td:first-child {
        padding: 0px !important;
    }

    .photobank-ul .th-thumbnails {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .photobank-ul .th-thumbnails li {
            width: 48% !important;
            margin: 5px 0px;
            height: 200px !important;
        }

        .photobank-ul .th-thumbnails .tags {
            bottom: 0px !important;
        }

    .photobank-ul .tags .label-holder {
        width: 100%;
        display: inline-block;
    }

        .photobank-ul .tags .label-holder .label {
            width: 50%;
            padding: 5px;
            display: inline-block;
            border-radius: 0px;
        }

    .form-inline.photobank-form {
        display: block;
    }

        .form-inline.photobank-form > div {
            margin: 5px 0px;
        }

        .form-inline.photobank-form .parents-nodes {
            display: flex;
        }

    #searchForm .skumapping-group {
        display: flex;
    }

        #searchForm .skumapping-group:first-child {
            margin-top: 30px;
        }

    .skumapping-group .txtSearchContent-input {
        width: auto !important;
    }

    .selector .sl-wrap.extend #AccountUser li {
        width: auto;
    }

        .selector .sl-wrap.extend #AccountUser li a {
            width: auto;
            display: inline-block;
            padding-left: 18px;
        }

    .selector .s-brand .sl-v-list ul {
        padding-right: 0px;
    }

    #searchForm .form-group {
        display: flex;
    }

    .Search-input .input-group-sm, .materialcheck-input .input-group-sm {
        display: flex;
        width: 70% !important;
    }

        .Search-input .input-group-sm #txtSearchKey, .materialcheck-input .input-group-sm #txtSearchKey {
            width: 70%;
        }

    #divChooseProductTypeItems {
        display: flex;
        width: 70%;
        flex-wrap: wrap;
    }

    #listItem .sl-key {
        text-align: left !important;
    }

    #divSourceTypeItems.crawlindex {
        width: 270px;
        padding: 0px 15px;
    }

    #divPhotobankStatus.alert-success {
        position: static;
    }

    #searchForm > .row > div {
        width: 255px !important;
    }

        #searchForm > .row > div > #txtSearchKey {
            width: 70%;
        }

    .amazonpublish .form-group:first-child, .productcodepool .form-group:first-child, .productbtg .form-group:first-child {
        margin-top: 40px;
    }

    .amazonpublish .form-group > div, .productcodepool .form-group > div, .productbtg .form-group > div, #divUserFormAndApiUserItems, #divEvaluationStatusItems, #divEvaluationScoreItems, #divChooseTypeItems, #divChooseItems, #divStoreItems, #divCountryItems, #divChooseStoreItems, #divChooseStoreItemsFBA, #p1985339687divChooseItems, #divOutStoreType, #txtShopFrom, .shopskusalereportdata, #divSort, #StoreId, #divSearchType, #Date > div, #txtStoreId, #divInStoreTypeItems, #divOutStoreTypeItems, .selepurstockgatherreport-data, #divUserFormItems, #divMark, #divTiemItems, #FianceNo_chosen, #divTypeCode, #divTypeCode, #divCostType, #divChooseType, #divCountry, #Country, #divType, #divExpressLogisticStatus, #divInStoreItems, #divOutStoreItems, #divItemsStatus, #txtSearchMonitrStoreId, #divExitsStockItems, #divInventoryHistoryClassItems, #divAccountItems {
        width: 255px;
    }

    .amazonpublish .form-group input#txtSearchKey, .productcodepool .form-group input#txtSearchKey, .productbtg .form-group input#txtSearchKey {
        width: 70%;
    }

    #divAccountItems > span {
        margin: 0px;
    }

    #DropListItem .sl-key {
        margin-left: 0px !important;
        width: 100px;
    }

    #LogisticMode {
        width: 240px;
    }

    #OrderNOItem {
        width: auto !important;
    }

    #divStep > li > a {
        padding: 0px;
    }

    .form-group.createbatch {
        flex-wrap: wrap;
    }

        .form-group.createbatch > div {
            display: flex;
            width: 100%;
            margin: 5px 0px;
        }

        .form-group.createbatch .chosen-container {
            width: 200px !important;
        }

    .orderbathdeliverycreatebatch > .form-group > div {
        width: 315px;
    }

    #Search.Contentlist-search-input {
    }

    .onlineproductgift .gift-input {
        width: 370px !important;
    }

        .onlineproductgift .gift-input #txtSearchKey, .txtSearchContent-input #txtSearchKey {
            width: 32%;
        }

    .InStore-input.Material-input, .OutStore-input {
        width: 350px !important;
    }

    .countryindex .countryindexinput {
        width: 340px !important;
    }

    .yanchitianshu > .col-sm-8 > .para-items > table > tbody > tr {
        display: flex;
        flex-wrap: wrap;
    }

    .item_OutCountry > .col-sm-5 > textarea {
        width: 300px !important;
    }

    .form-group.pdarecordindex {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

        .form-group.pdarecordindex > div {
            width: 100%;
            margin: 5px 0px;
        }

        .form-group.pdarecordindex .chzn-select {
            width: 100%;
            height: 30px;
        }

    .button_panel {
        position: static;
        float: none;
    }

    .sysLogindexone, .sysLogindextwo {
        display: flex;
        flex-wrap: wrap;
    }

        .sysLogindexone > div, .sysLogindextwo > div {
            width: 100%;
        }

    .sysLogindexthree > div {
        display: flex;
        justify-content: flex-start;
    }

    .fbaorderindex .fbaorderindexone {
        margin-top: 50px !important;
    }

    .fbaorderindexone .para-items {
        width: 220px;
    }

    .fbaorderindexsearch .input-group-sm {
        width: 220px !important;
    }

    .thirdstockcheckindex, .fbalogisticsreport, .allocationordergatherreport, .fbaorderprofitreport, .fbastocksalereport {
        display: flex;
        flex-wrap: wrap;
    }

    .fbastocksalereport {
        margin-top: 40px;
    }

    .shopskusalereport {
        margin-top: 50px;
    }

    .saleordercostdetailreport .saleordercostdetailreportbutton {
        position: static !important;
    }

    .amazonskusettlementreportbtn, .saleorderoutstoregatherbtn {
        float: none !important;
    }

    .amazoninput, .saleorderoutstoregatherbtndata > div, .saleorderoutstoregathersearch > div, .salepoolreport-input, .purstuffreport-input, .costindex, .financenum, #Search > div, #SearchCountry > div, #Date > div, .instoretype, #storeId_chosen, #storeId, #LogisticMode_chosen {
        width: 255px !important;
    }

    #divSort.monthinsort {
        width: 200px;
    }

    .saleorderoutstorefrom {
        padding-top: 10px;
    }

    #searchForm div.accountbook {
        margin-top: 25px !important;
    }

    .ordersalereportbyoutofstock-btn, .erpproducttariffreport-btn, .shoporderreport-btn, .shopordercontrastreport-btn, .monthinandoutreport-btn, .shopdayorderreport-btn, .daylogisticsreport-btn, .selepurstockgatherreport-btn, .onlineproduct-btn, .financeshop {
        height: 45px;
        position: relative;
        float: none !important;
    }

    .onlinestockmonitor-btn {
        position: relative;
        float: none !important;
    }

    .ordersalereportbyoutofstock-btn > button, .erpproducttariffreport-btn > button, .shoporderreport-btn > button, .shopordercontrastreport-btn > button, .monthinandoutreport-btn > button, .shopdayorderreport-btn > button, .daylogisticsreport-btn > button, .selepurstockgatherreport-btn > button, .onlineproduct-btn > button {
        position: absolute;
        margin-top: 10px;
        right: 5px;
    }

    .daylogisticsdiv, .gatherselect {
        display: flex;
        flex-wrap: wrap;
    }

        .daylogisticsdiv > div, .gatherselect > div {
            display: flex;
            margin: 5px 0px;
        }

        .gatherselect > div {
            width: 100%;
        }

    .gatherreporter .chzn-select {
        width: 255px;
        height: 30px;
        line-height: 30px;
    }

    .logisticplan > .form-group > label {
        width: 95px;
    }

    .logisticplan > .form-group {
        margin-left: 0px !important;
    }

    .instoredata > div {
        width: 255px !important;
    }

    #j_selector .sl-wrap .sl-key {
        text-align: left !important;
    }

    .erpproductsalesreport.col-sm-10 {
        padding: 0px;
        width: 255px;
    }

    .erpproductsalesreportselect .sl-key {
        width: 75px !important;
        padding: 0px;
    }

    .stockagereport-age > .input-group {
        width: 120px !important;
    }

    .puradviceindex {
        display: flex;
        flex-wrap: wrap;
    }

        .puradviceindex > .col-sm-2 {
            padding: 0px;
            margin-top: 10px;
        }

        .puradviceindex > label.control-label {
            width: 90px;
            margin-top: 10px;
        }

    .orderpurplan {
        display: flex;
        flex-wrap: wrap;
    }

    #txtSupplier {
        width: 255px;
        height: 30px;
        line-height: 30px;
        margin-top: 10px;
    }

    #searchForm .orderoutofstockproduct {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .orderoutofstockproduct .col-sm-2 {
        padding: 0px;
    }

    #divAddressAreaForOther {
        display: flex;
        flex-wrap: wrap;
    }

        #divAddressAreaForOther > .col-sm-3 {
            width: 200px;
            margin-top: 10px;
        }

            #divAddressAreaForOther > .col-sm-3:first-child {
                margin-top: 0px;
            }

    .first-form-group {
        display: flex;
        flex-wrap: wrap;
        height: auto !important;
        overflow: hidden;
        margin-top: 10px;
    }

        .first-form-group > div.col-sm-2 {
            width: 250px;
        }

    .buyerorderindex #txtSearchKey.buyerorderindex-input, #txtSearchKey.indexstockquery-input {
        width: 50%;
    }

    .orderpurplan .col-sm-2, .orderpurplan .col-sm-4 {
        padding: 0px;
    }

    .buyeruserindex-wrap {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

        .buyeruserindex-wrap .form-group {
            margin-top: 10px !important;
        }

    #tabContent_liTabAmazonMail {
        display: flex;
        flex-wrap: wrap;
    }

        #tabContent_liTabAmazonMail > div {
            position: static !important;
        }

        #tabContent_liTabAmazonMail .amazonemail-left {
            width: 100% !important;
        }

        #tabContent_liTabAmazonMail .amazonemail-right {
            margin-left: 0px !important;
        }

    .orderbathdeliverycreatebatch > .createbatch > div > .col-sm-3 {
        width: 200px;
    }

    .orderbathdeliverycreatebatch > .createbatch #LogisticMode_chosen {
        width: 200px !important;
    }
    .historysetting-wrap > .form-group > .col-sm-2 > select {
        width:200px;
    }
    .historysetting-wrap > .form-group > .input-group {
        width:200px !important;
    }
    .historysetting-wrap > .form-group> .input-group {
        margin-top:5px;
    }
    .roleindex-input{
        display:flex;
    }
        .roleindex-input #txtSearchKey {
            width:250px;
        }

    #divDeptSearch {
        display:flex;
    }
    #divDeptSearch .breadcrumb_title {
        position:static;
    }
    #divDeptSearch .breadcrumb {
        margin-left:0px !important;
    }






}


/*lopping 2019-10-15 添加订单模块样式*/
.label-text-success{
    padding: 4px 3px 4px 3px;
    font-size: 10px;
    cursor: pointer;
    border: 1px solid #5cb85c;
    background-color: #fff;
    color: #5cb85c;
    font-weight: normal;
}
.label-text-warning{
    padding: 4px 3px 4px 3px;
    font-size: 10px;
    cursor: pointer;
    border: 1px solid #d43f3a;
    background-color: #fff;
    color: #d43f3a;
    font-weight: normal;
}
.ico-edit{
    cursor: pointer;
    color:#46b8da;
    margin-right:5px;
    font-size:13px;
}

.J_valueList_autoheight{
    height:auto !important;
}
.sales-1 {
    color: #a39e9e !important;
}