/*common.css*/


/*通用*/
@media (max-width:768px){
    body {
        width: 1300px !important;
        overflow-x: scroll !important;
        overflow-y: scroll !important;
        background: rgba(255, 255, 255, 0.8);
    }
    .skin-blue {
        background: url(../dist/img/bg.png) repeat center center !important;
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }

    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
        margin: 0;
    }
    .skin-blue .main-header .navbar .dropdown-menu li a {
        color: #777;
    }
}


body {
    overflow-y: hidden;
    background: rgba(255, 255, 255, 0.8);
    font-size: 1.2rem;
}

html {
    font-size: 62.5%;
    /*10 ÷ 16 × 100% = 62.5%*/
}

.left {
    float: left;
}

iframe {
    height: 100%;
    display: block;
}

.right {
    float: right;
}

.cursor {
    cursor: pointer;
}

.sorting_1 {
    position: relative;
}

.red {
    display: inline-block;
    color: red;
    width: 10px;
    height: 20px;
}

.red-font {
    color: red;
}

.clr:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.control-group {
    padding: 6px 0;
}

.from-radio-box {
    padding: 6px 12px;
}

#all-iframes {
    position: relative;
    z-index: 998;
}


/*login*/

.login-container {
    background: url(../dist/img/bg.png) no-repeat center center;
}

.login-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    height: 470px;
    margin: auto;
    background-color: #f5eaed;
    box-shadow: 1px 1px 10px #444;
    border-radius: 6px;
}

.form-login {
    width: 90%;
    margin: auto;
}

.btn-login {
    width: 300px;
    background-color: #444444;
    color: #fff;
    border-radius: 6px;
    padding: 10px 0;
    margin: 5px 5px 0 18px;
}

.btn-login:hover {
    color: #fff;
}

.btn-login:active {
    color: #fff;
}

.login-head {
    font-size: 20px;
    padding: 20px 0 20px 60px;
    border-radius: 6px 6px 0 0;
    color: #fff;
    background-color: #444;
}

.login-label {
    color: #7c7c7c;
    margin: 15px 0;
}

.input-box {
    border-radius: 4px;
    margin-bottom: 15px;
}

/* search ES */
.search-es-input{
    position: absolute;
    height: 28px;
    margin-top: 4px;
    margin-right: 8px;
    border-radius: 2px;
    width: 400px;  
}

.i-search{
    height: 28px;
    border: 0px;
    color:#FFFFFF;
    background:#606060;
    width:23px;
    margin-left: 5px;
    display: inline-block;
    float: left;
    position: relative;
    border-radius: 3px,0px,0px,3px;
}

.es-input {
    position: relative;
    float: left;
    height: 28px;
    border: 0px;
    background:#606060;
    color: #FFFFFF;
    font-weight: 500;
    border-radius: 0px,3px,3px,0px;
    width: 360px;
    padding-right: 20px;
    outline: none;
}

.es-input:focus{
    background:#FFFFFF;
    color:#000000;
}

.es-item,.es-item2{
    border-radius: 3px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 8px;
}

.es-item:hover .es-title,.es-item:hover .es-detail,.es-item2:hover .es-title,.es-item2:hover .es-detail{
    background:#606060;
    color:#FFFFFF ;
}

.es-list {
    background: #fff;
    display: none;
    margin-left: 4px;
    border-radius: 2px;
    width: 400px;
    height: 320px;
    overflow-y:auto;
    cursor: pointer;
    overflow-y: auto;
}

.es-label{
    margin-right: 5px;
    color:#FFFFFF;
    background: #606060;
}

.es-sub-label{
    opacity:0.7;
    margin-right: 5px;
    color:#FFFFFF;
    background: #606060;
}

.es-sub-label-order{
    opacity:0.7;
    margin-right: 5px;
    color:#FFFFFF;
    background: #5CACEE;
}

.es-label-order{
    margin-right: 5px;
    color:#FFFFFF;
    background: #5CACEE;
}

.es-item-title{
   font-size: 10px;
   font-weight: 800;
}

.es-search-options{
    height: 24px;
    font-size: 14px;
    margin-left: 24px;
    font-weight: 500;
}

.es-search-options:hover{
    background:#606060;
    color:#FFFFFF !important;
}

.es-search-option{
    margin-top: 6px;
    margin-bottom: 10px;
}

.es-search-option-label{
    font-weight: 800;
}

.es-detail{
    font-size: 10px;
    margin:0;
}

.es-detail-record{
    margin-bottom: 2px;
    opacity:0.7;
}

.es-close {
  position: absolute;
  width: 25px;
  height: 28px;
  margin-left: -25px;
  background:#606060;
  opacity: 0.3;
}

.es-item-msg{
    text-align: center;
}

.es-loader {
  display: inline-block;
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #3498db;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#sku_basic_panel{
    width:80%;
    word-wrap: break-word;
    float:left;
}

#sku_pic_panel{
    width: 20%;
    float:left;
}

#sku_spr1,#sku_spr2{
    width: 120px;
    height: 120px;
    float: left;
    text-align: center;
    vertical-align: middle;
    margin-left: 2px;
    border-radius:6px;
    border: 1px solid black;
}

#sku-inventory-wrapper{
    border: 2px solid ;
    border-color: #606060;
    display: none;
}

#sku-detail-body{ 
    display: none;
}

.es-frame{
    overflow-y:auto;
    height:calc(100vh - 40px);
}

#sku-inventory-row{
    margin-top: 18px;
    margin-left: 2px;
    margin-right: 2px;
}

#sku-inventory-wrapper-title{
    display:block;
    width:70px;
    height:30px;
    position:relative;
    top:-12px;
    font-size: 16px;
    margin-left: 8px;
    text-align: center;
    background: white;
}

#sku-detail-msg{
    text-align: center;
}

#basic_info_left{
    width: 70%;
}
#sku_spr_panel{
    width: 30%;
}

#basic_info_left p{
    font-weight: 500;
    color: #606060;
}

.es-result-tab{
    height: 28px;
    width: 300px;
    margin-top: 4px;
    margin-right: 8px;
    border-radius: 2px;
    vertical-align: middle;
    color: white;
    cursor: pointer;
    font-size: 14px;
    font-weight:600;
    background:#606060;  
}

.es-result-tab-detail{
    text-align: left;
    display: none;
    background: #fff;
    margin-left: 3px;
    margin-top:3px;
    border-radius: 2px;
    width: 400px;
    height: 320px;
    overflow-y:auto;
    cursor: pointer;
    overflow-y: auto;
}

#es_result_folder{
    margin-left: 5px;
    float:right;
    margin-right: 5px;
}

#es_result_tab_hint{
    margin-left:5px;
    margin-top:3px;
}

#es_last_input{
    width:200px !important;
    border: 0px;
    background:#606060;
    color: #FFFFFF;
}
#es_result_nav{
    display: none;
}
/* es end */

/* message */

.message {
    position: relative;
    width: 50px;
    cursor: pointer;
}

.message-icon {
    background: url(../dist/img/message.png) no-repeat center center;
    width: 32px;
    height: 32px;
    margin-top: 4px;
}

.message-tip {
    width: 22px;
    height: 22px;
    background-color: #fff;
    border: 1px solid #414453;
    border-radius: 50%;
    position: absolute;
    right: 6px;
    top: 0;
    font-weight: 700;
    padding-top: 2px;
    color: #dd4b39;
    text-align: center;
    display: none;
}

.list-message-title {
    margin: 0;
    font-weight: 700;
}

.unread {
    background: #ddd;
    color: #444;
}

.message-content {
    position: absolute;
    left: initial;
    right: 0;
    background: #fff;
    display: none;
    border-radius: 2px;
    border: 1px solid #aaa;
}

.message-list {
    height: 300px;
    overflow-y: auto;
}

.message-all {
    text-align: center;
    padding: 4px 0;
    color: #444;
    border-top: 1px solid #aaa;
}

.message-item {
    padding: 10px;
    width: 250px;
    word-wrap: break-word;
    border-bottom: 1px solid #aaa;
}

.tip-mp3 {
    display: none;
}

.message-input-box {
    display: inline-block;
}

.message-users {
    padding: 5px;
    width: 800px;
}

.select-message {
    padding: 7px;
}

.message-title {
    display: block;
    width: 100%;
    padding: 5px;
    margin: 5px 0;
}

.message-text {
    padding: 10px;
    width: 100%;
    height: 85%;
}

.message-body {
    width: 80%;
}

.jump-message {
    width: 13px;
    height: 22px;
    margin: 4%;
}

.arrow-left {
    background: url(../dist/img/arrow_left.png) no-repeat center center;
}

.arrow-right {
    background: url(../dist/img/arrow_right.png) no-repeat center center;
}


/*AdminLTE 重置*/

.box {
    margin-bottom: 0;
    border: 1px solid #d2d6de;
}

.skin-blue {
    background: url(../dist/img/bg.png) no-repeat center center;
    background-size: cover;
}

.skin-blue .main-header .navbar {
    background: rgba(48, 52, 60, 0.8);
}

.logo-lg {
    display: block;
    height: 40px;
    background: url(../dist/img/logo.png) no-repeat center center;
}

.skin-blue .main-header .logo {
    background-color: #30343c;
    opacity: 0.8;
    height: 40px;
}

.nav>li>a {
    padding: 4px 10px;
}

.skin-blue .main-header .navbar .nav>li>a {
    padding: 10px 15px;
    color: #fff;
}

.skin-blue .main-header .logo:hover {
    background-color: #1b1b1b;
}

.main-header>.navbar {
    min-height: 40px;
}


/*bootstrap 重置*/

.table {
    max-width: none;
}


/*bootstrap dropdown-menu重置*/

.btn {
    font-size: 11px;
}

.dropdown-menu {
    padding: 0;
}

.btn-primary,
.btn-danger,
.btn-warning {
    padding: 4px 12px;
    margin: 0 1px;
}

.nav>li>a {
    padding: 4px 10px;
}

.second-menu {
    display: none;
    position: absolute;
    z-index: 999;
    border: 1px solid #ddd;
}

.third-menu {
    position: relative;
}

.third-right-menu {
    display: none;
    position: absolute;
    top: -2px;
    left: 158px;
    z-index: 999;
    border-radius: 2px;
    border: 1px solid #ddd;
}

.dropdown-menu>li>a:hover {
    background-color: #2b2b2b;
    color: #eee;
}


/*main-tab*/

#main-tab .active {
    background: #fff;
    opacity: 0.8;
}

#main-tab .active:hover {
    background: #fff;
}

#main-tab .active a {
    color: #383838;
    border: 0;
}

#main-tab {
    margin: 2px 0 0 10px;
    border: 0;
}

#main-tab li {
    border-radius: 4px 4px 0 0;
    margin: 0 2px 0 0;
    background-color: rgba(101, 101, 101, 0.6);
}

#main-tab a {
    color: #fff;
    border: 0;
}

#main-tab>li:hover {
    color: #444;
    background: #f7f7f7;
}

#main-tab>li:hover a {
    color: #444;
}

#main-tab>li>a:hover {
    border-color: #f7f7f7;
}

.logout-menu {
    left: -20px;
}

.logo {
    background: url(../dist/img/logo.png) no-repeat center center;
}

.content {
    padding: 2px 10px;
}


/*setting*/


/*公司*/

.company-info {
    height: 30px;
}

.company-name {
    width: 150px;
    font-size: 18px;
}

.select-group {
    width: 100px;
    height: 30px;
}

.group-item {
    position: relative;
}

.group-active {
    background-color: #ECF0F5;
}

.glyphicon-pencil,
.fa-times,
.glyphicon-floppy-disk {
    top: 0;
    padding: 8px;
}

.dialog-label {
    width: 150px;
    margin-left: 30px;
}


/*SKU规则*/

#tree-upload {
    padding: 0 20px;
}

#rule-group {
    width: 200px;
    margin: 0 auto;
}


/*左右布局*/

.content-left {
    width: 50%;
    float: left;
}

.content-right {
    width: 50%;
    float: right;
}


/*产品属性管理*/

.attribute-checkbox,
.attribute-option-box {
    width: 90%;
    margin: 10px auto;
}

#account-tab>li>a {
    background: #ECECEC;
    color: #111;
}

#account-tab>li.active>a,
#account-tab>li.active>a:focus,
#account-tab>li.active>a:hover {
    background-color: #367FA9;
    color: #FFF;
}

#account-tab>li>a:hover,
#account-tab>li>a:active,
#account-tab>li>a:focus {
    color: #FFF;
    background: #367FA9;
}


/*商品中心 添加、修改商品*/

.product-list-group {
    position: absolute;
    width: 10%;
    margin: 10px 0 0 100px;
    z-index: 999;
}

.product-form-box {
    width: 60%;
    border: 1px solid #d2d6de;
    margin: 10px;
    padding: 10px;
}

.select-product {
    padding: 4px 8px;
}

#append-product-form {
    position: relative;
}

.product-info {
    position: relative;
    overflow-y: auto;
    padding-left: 400px;
}

#attribute-options {
    display: inline-block;
}

.battery,
.charger-type-plug {
    display: none;
}

.reference-price,
.my-price {
    padding-top: 14px;
    width: 50%;
    display: inline-block;
}
/*标签管理*/

.tag-content-left {
    width: 45%;
    float: left;
}

.tag-content-right {
    width: 45%;
    float: right;
}

/*组合SKU*/

.combination-details,
.item-details {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 999;
    display: none;
}

.combination-input {
    width: 100%;
    padding: 4px;
    margin: 2px;
}

.item-details {
    width: 800px;
}

.item-details tbody td {
    border: 1px solid #f4f4f4;
}

.table-product tr td:nth-of-type(3) {
    position: relative;
}


/*属性树*/

.attribute-treeview {
    cursor: pointer;
}

.box-attribute-tree {
    overflow: auto;
}

.attribute-tree-tips {
    color: red;
}


/*角色管理*/

.permission-container {
    overflow-y: auto;
}

.icon {
    padding: 0 10px;
    cursor: pointer;
}

.permission-content {
    overflow-y: auto;
    width: 500px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/*Orders*/

#order-table tr td:nth-of-type(5) {
    position: relative;
}

.order-details-top {
    position: absolute;
    width: 500px;
    top: 40px;
    left: 0;
    z-index: 999;
    display: none;
}

.order-details-bottom {
    position: absolute;
    width: 500px;
    bottom: 40px;
    left: 0;
    z-index: 999;
    display: none;
}

.input-search {
    width: 90px;
    padding: 2px 8px;
}

.select-search {
    padding: 4px 8px;
    margin: 0 4px;
}


/*nplm*/

.box-information {
    background-color: #FFFFFF;
    bottom: 0px;
    box-shadow: 0 -2px 5px #EEEEEE;
    display: none;
    height: 420px;
    left: 0px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.intro_reason {
    width: 400px;
}

.sku-name {
    width: 80%;
}

.item {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    min-width: 70px;
    max-width: 1300px;
}

.item-list {
    max-height: 320px;
    width: 1250px;
}

.item-list-left {
    background-position: 456px 0px;
    background-repeat: no-repeat;
    float: left;
    height: 320px;
    padding-top: 5px;
    width: 465px;
}

.item-list-right {
    color: #333333;
    font-size: 12px;
    width: 730px;
    float: left;
    height: 320px;
    margin-left: 14px;
    padding-top: 5px;
}

.item-footer {
    bottom: 0px;
    left: 0px;
    margin-bottom: 5px;
    position: absolute;
    width: 1200px;
}

.info-row {
    margin: 4px 0;
    position: relative;
}

.info-row input {
    padding: 2px 4px;
}

.supplier-sku-tip {
    display: none;
}

.info-row span,
.other-row span {
    display: inline-block;
    width: 150px;
    text-align: right;
    margin-right: 10px;
}

.info-row select,
.other-row select {
    padding: 4px;
}

.item-list-left span {
    display: inline-block;
    width: 80px;
    font-size: 14px;
    text-align: right;
    margin-right: 10px;
}

.item-list-left select {
    width: 80px;
    padding: 4px;
}

.old-sku {
    display: none;
}

.item-save {
    margin-right: 4px;
}

#memo textarea {
    width: 100%;
    height: 100px;
}

.option-box {
    display: inline-block;
}

#assist span {
    width: 110px;
}

.table-nplm td p,
.table-product td p {
    margin: 0;
}

.table-nplm tr td:nth-of-type(1) {
    position: relative;
}

#edit .box-header {
    padding: 0;
    padding-top: 4px;
}

.btn-bu-status,
.btn-append,
.btn-del {
    margin-left: 5px;
}

.info-title {
    margin-left: 50px;
}

.bm_id,
.pd_id {
    overflow-y: auto;
    height: 250px;
}

.bm_id li,
.pd_id li {
    position: relative;
}

.nplm-popover {
    width: 176px;
}

.dec-popover {
    width: 250px;
}

#supply .info-row {
    width: 350px;
}

#supply span {
    width: 100px;
}

#supply input {
    width: 240px;
}

.suppliers-list-box {
    position: relative;
}

.supplier-list {
    position: absolute;
    width: 240px;
    top: 24px;
    right: 0;
    list-style-type: none;
    z-index: 999;
    background: #fff;
    border: 1px solid #aaa;
    display: none;
}

.supplier-list li {
    cursor: default;
    overflow: hidden;
    white-space: nowrap;
    padding: 2px 6px;
    text-overflow: ellipsis;
}

.supplier-list li:hover {
    background: #eee;
}


/*suppliers*/

.tax-rate {
    display: none;
}

.suppliers {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 80%;
}

.suppliers-list {
    height: 320px;
    padding-top: 5px;
    float: left;
    width: 100%;
}

.suppliers-information {
    background-color: #FFFFFF;
    bottom: 0px;
    box-shadow: 0 -5px 5px #EEEEEE;
    display: none;
    height: 300px;
    left: 0px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.bank-list {
     height: 250px;
    overflow-y: auto;
}
.bank-box,
.sku-box {
    display: none;
    float: right;
    width: 27%;
    height: 95%;
    margin-right: 15px;
}

#hide-suppliers-box {
    display: inline-block;
    padding: 0;
    padding-top: 5px;
}

#hide-suppliers-bank-box,
#hide-suppliers-sku-box {
    display: inline-block;
    padding: 0;
    padding-top: 10px;
}

.suppliers .info-row span {
    width: 100px;
}

.bu-span {
    display: inline-block;
    width: 100px;
    text-align: right;
    margin-right: 10px;
}

.suppliers select {
    width: 80px;
}

.suppliers-header {
    width: 100%;
    height: 30px;
}

.center-box {
    width: 90%;
    margin: 0 auto;
}

.center-box .info-row span {
    width: 40%;
}

#payment-method {
    width: 88px;
}


/* sku价格管理 */

.history-price-info {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    width: 500px;
}

#hide-history-price-box {
    position: absolute;
    cursor: pointer;
    font-size: 2em;
    padding: 5px 0 5px 5px;
    border: 1px solid #999;
    border-right: 1px solid #fff;
    z-index: 999;
    background: #fff;
    top: 50%;
    left: -23px;
    border-radius: 3px;
}

.sku-price-information {
    background: #fff;
    padding: 30px;
    margin-top: 10px;
    border: 1px solid #999;
    border-radius: 3px;
    width: 500px;
}


/*currency*/

.currency-info {
    display: inline-block;
    margin-top: 7px;
}


/*圆*/

.general-setting {
    width: 800px;
    margin: 87px auto;
    font-size: 50px;
    color: #666;
}

.circle {
    width: 170px;
    height: 170px;
    position: relative;
    border-radius: 100px;
    background: #fff;
    margin: 0 auto;
}

.pie {
    width: 160px;
    height: 160px;
    border-radius: 100px;
    position: absolute;
}

.general-setting .nplm .pie1 {
    background: -moz-radial-gradient(20% 50% 0deg, #4cb3f4, #4cb3f4);
    background: -webkit-gradient(radial, 100 100, 0, 100 100, 110, from(#4cb3f4), to(#4cb3f4));
}

.general-setting .nplm .pie2 {
    background: -moz-radial-gradient(80% 50% 0deg, #4cb3f4, #4cb3f4);
    background: -webkit-gradient(radial, 100 100, 0, 100 100, 110, from(#4cb3f4), to(#4cb3f4));
}

.general-setting .products .pie1 {
    background: -moz-radial-gradient(20% 50% 0deg, #86cd82, #86cd82);
    background: -webkit-gradient(radial, 100 100, 0, 100 100, 110, from(#86cd82), to(#86cd82));
}

.general-setting .products .pie2 {
    background: -moz-radial-gradient(80% 50% 0deg, #86cd82, #86cd82);
    background: -webkit-gradient(radial, 100 100, 0, 100 100, 110, from(#86cd82), to(#86cd82));
}

.pie {
    clip: rect(0px, 80px, 160px, 0px);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.hold {
    width: 160px;
    height: 160px;
    position: absolute;
    z-index: 1;
    margin: 5px 0 0 5px;
}

.hold1 {
    clip: rect(0px, 160px, 160px, 80px);
}

.hold2 {
    clip: rect(0px, 80px, 160px, 0px);
}

.circle-bg {
    width: 160px;
    height: 160px;
    border-radius: 80px;
    position: absolute;
    margin: 5px 0 0 5px;
    background: -moz-radial-gradient(0% 50% 0deg, #666666, #666666);
    background: -webkit-gradient(radial, 100 100, 0, 100 100, 110, from(#666666), to(#666666));
}

.general-data {
    width: 70px;
    height: 70px;
    margin: 16px 0 0 50px;
    border-radius: 80px;
    position: absolute;
    z-index: 1;
    text-align: center;
    line-height: 140px;
    font-weight: bold;
}

.nplm .general-data,
.products .general-data {
    color: #666;
    font-size: 30px;
}

.users .general-data {
    color: #666;
    font-size: 30px;
}

.circle-box {
    float: left;
    width: 220px;
    height: 250px;
    padding: 10px;
}

.circle-box p {
    padding-top: 20px;
    font-size: 16px;
    color: #616161;
    text-align: center;
}

.table-accounted{
    width: 870px!important;
}
/*加载动画*/

.loading {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    opacity: 1;
    background-color: #fff;
    z-index: 1051;
}

#loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 31px;
    height: 31px;
    display: block;
    background: url(../dist/img/ajax-loader.gif) no-repeat center center;
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.uil-ring-css {
    background: none;
    position: absolute;
    top: 35%;
    left: 42%;
    width: 200px;
    height: 200px;
}

.uil-ring-css>div {
    position: absolute;
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 80px;
    box-shadow: 0 6px 0 0 #59ebff;
    -ms-animation: uil-ring-anim 1s linear infinite;
    -moz-animation: uil-ring-anim 1s linear infinite;
    -webkit-animation: uil-ring-anim 1s linear infinite;
    -o-animation: uil-ring-anim 1s linear infinite;
    animation: uil-ring-anim 1s linear infinite;
}

#operate .search.nopadding > div {
    padding-left: 0;
    padding-right: 0;
}

#operate .search-btn-group {
    padding: 0;
}

#operate .search-btn-group > .btn-group > button {
    padding: 6px 8px;
}

#operate .search-btn-group > .btn-group > button:first-child {
    border-radius: 0;
}

.padding-xs {
    padding-right: 5px;
    padding-left: 5px;
}

.pointer {
    cursor: pointer;
}

th.dt-center {
    padding-right: 8px !important;
    text-align: center;
}

.modal-content .modal-body table,
.modal-content .modal-body table tr th,
.modal-content .modal-body table tr td {
    border-color: #c7c6c6;
}

/*** 物流发货-代发货-打印运单 begin ***/
.M1{ font-weight:bold; font-family:Calibri; font-size:16px; }
.M2{ font-weight:bold; font-size:14px;font-family:Calibri;}
.M3{background-color:#000; font-size:35px; font-weight:bold; color:#fff; text-align:center;}
.M3_dox{font-size:35px; font-weight:bold; color:#000; text-align:center; border:1px solid #000;}
.M4{font-size:34px; text-align:right;}
.M5{ font-size:18px;}
.M6{ font-size:14px;}
.M7{ font-size:10px; line-height:10px;}
.M8{font-size:34px; text-align:center;}
.dtp{background-color:#000; color:#FFF; width:40px; height:25px; text-align:center; font-size:18px;font-weight:bold;}
.dtp1{background-color:#000; color:#FFF; width:40px; height:25px; text-align:center; font-size:18px;}
#div_3bg p{ margin:0px; font-size:14px;}
#div_3bg{ float:left; width:110px; height:100px; padding-top:10px; padding-left:5px; word-wrap:break-word;}
#ge2{ padding-left:10px;font-weight:bold; font-size:10px; }
.t1{ width:100%; height:80px; border-bottom:0px solid #000; border-right:0px; overflow:hidden;}
.t2{ width:100%; height:80px; border-bottom:0px solid #000; border-left:0px solid #000; padding-left:3px;}
/*** 物流发货-代发货-打印运单 end   ***/

.break-line {
    word-break:break-all;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

/* 解决 select2 在显示 placeholder 时出现截断的情况 */
.select2-container .select2-search-field,
.select2-container .select2-input {
    width: 100% !important;
}
