th, td {
    font-size: 12px !important;
}

.mb-26 {
    margin-bottom: 26px !important;
}

.w-100 {
    width: 100px !important;
}

.min-w-70 {
    min-width: 80px;
}

.max-w-160 {
    max-width: 160px;
}

.body-center {
    padding: 0 30px;
}

.heider-title span {
    display: inline-block;
}

.center-top {
    min-height: 32px;
    /*width: 100%;*/
}

.center-top div {
    color: #003366;
    font-size: 12px;
    float: left;
    width: 86px;
    text-align: center;
    margin-right: 20px;
    line-height: 32px;
    height: 32px;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.center-top div:last-child {
    margin-right: 0;
}

.active {
    border-bottom: 2px solid #0099FF;
    color: #0099FF !important;
}

.center-mid {
    padding-top: 28px;
}

.center-mid > div {
    margin-bottom: 37px;
    min-height: 32px;
    line-height: 32px;
}

label {
    color: #333;
}

.center-mid > div > span, .ddbtndiv > div > span, .center-mid > span, .center-mid-copy > div > span, .center-mid-copy > span {
    color: #333;
    font-weight: bold;
    width: 160px;
    display: inline-block;
}

.ddbtndiv > div > span, .center-mid > span, .center-mid-copy > div > span, .center-mid-copy > span {
    margin-left: 12px;
}

.center-mid input, .center-mid-copy input {
    border: none;
    outline: none;
    width: 160px;
}

input::-webkit-input-placeholder {
    color: #B3B3B3;
    font-size: 12px;
}

input:-moz-placeholder {
    color: #B3B3B3;
    font-size: 12px;
}

input:-ms-input-placeholder {
    color: #B3B3B3;
    font-size: 12px;
}

.blue {
    background: #0099ff !important;
    color: #fff !important;
    font-size: 12px !important;
    width: 100px;
}

.cqwz {
    color: #B3B3B3;
    font-size: 12px;
    margin-top: 18px;
    text-align: center;
}

.hide {
    display: none;
}

.radio {
    margin: 0 !important;
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    margin: 0 !important;
}

.radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #999;
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    top: 0.5em;
    margin-right: 5px;
    margin-top: 3px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #FFCC00;
    border: 1px solid #333;
    /* box-shadow: inset 0 0 0 4px #f4f4f4; */
}

.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #FFCC00;
}

.radio input[type="radio"]:disabled + .radio-label:before {
    /* box-shadow: inset 0 0 0 4px #f4f4f4; */
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

.ddbtndiv {
    margin-top: 20px;
}

.order-sousuo {
    /*min-width: 230px;*/
    display: inline-block;
    padding: 0;
    margin-left: 20px;
}

.order-sousuo > label {
    color: #003366;
    width: 7em;
    text-align: right;
    display: inline-block;
}

.sousuoxiala {
    margin-top: 18px;
    min-width: 230px;
}

.j-img {
    float: right;
}

.j-input {
    width: 100px !important;
}

input[type=checkbox]:focus {
    outline: none !important;
}

#checkedAll {
    width: 15px;
    height: 15px;
    transform: translateY(0);
}

input[type=checkbox] {
    /*去除浏览器默认样式*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*自己样式*/
    width: 15px;
    height: 15px;
    outline: none;
    background: #fff;
    border: 1px solid #C6C6C6;
    transform: translateY(-3px);
    cursor: pointer;
    flex-shrink: 0;
}

input[type=checkbox]::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #ffcc00;
    color: #fff;
    text-align: center;
    line-height: 18px;
    /*增加动画*/
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    opacity: 0;
}

input[type=checkbox]:focus {
    outline: none !important;
    border-color: #333333;
}

input[type=checkbox]:checked::after {
    opacity: 1;
}

.my-table {
    margin-top: 12px;
    font-weight: bold;
    font-size: 14px;
    /*table-layout: fixed;*/
    word-break: break-all;
}

#orderListShow_info {
    display: block !important;
    position: absolute;
    color: #6685A3;
    font-size: 12px;
    padding-left: 100px;
    line-height: 21px;
}

.dian {
    display: inline-block;
    height: 5px;
    width: 5px;
    background: #ccc;
    border-radius: 50%;
}

.reddian {
    background: red;
}

.bluedian {
    background: #5fbfff;
}

.diantitle {

    min-height: 90px;
    box-shadow: 0px -1px 4px 1px rgba(0, 153, 255, 0.5);
    position: absolute;
    top: -90px;
    /*left: -203px;*/
    background: #fff;
    z-index: 2;
    font-size: 12px;
    display: none;
}

.diantitleLi {
    width: 90px;
    float: left;
    padding: 10px 0 10px 12px;
    position: relative;
}

.diantitleLi1 {
    /*font-weight: 100;*/
    font-size: 12px;
}

.diantitleLi2 {
    border-radius: 50%;
    background: #0099FF;
    width: 12px;
    height: 12px;
    margin-top: 5px;
    position: relative;
    margin-left: 31px;
}

.diantitleLi3 {
    width: 83px;
    height: 2px;
    background: #0099FF;
    position: absolute;
    top: 71px;
    left: 52px;
    z-index: -1;
}

.diantitle .showBefore .diantitleLi2::before, .diantitle .showBefore .bgcccc::before, .diantitle .showBefore .bgred::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: -4px;
    left: -4px;
    border-radius: 50%;
}

.diantitle .showBefore .diantitleLi2::before {
    border: 2px solid #0099FF;
}

.bgred {
    background: red;
}

.diantitle .showBefore .bgred::before {
    border: 2px solid red;
}

.bgccc, .bgcccc {
    background: #ccc;
}

.diantitle .showBefore .bgcccc::before {
    border: 2px solid #ccc;
}

.bztitle, .decContainer, .frozentitle {
    width: 420px;
    height: auto;
    box-shadow: 0px 2px 4px 0px #0099FF;
    position: absolute;
    top: 25px;
    background: #fff;
    z-index: 2;
    /*overflow: hidden;*/
    display: none;
}

.frozentitle {
    left: -320px;
    padding: 21px 20px 26px;
}

.bztitle {
    left: -354px;
    padding: 21px 0 0 26px;
}

.decContainer {
    left: -338px;
    padding: 21px 20px 26px;
}

.decContainer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.decContainer ul li {
    width: 30%;
    margin-top: 10px;
}

.decContainer > img {
    position: absolute;
    right: 16px;
}

.t-24 {
    top: -24px;
}

.b-23 {
    bottom: -23px;
    transform: rotate(180deg);
}

.bztitle1 {
    width: 371px;
    height: auto;
    padding: 10px 0 20px 20px;
    overflow: hidden;
}

.bztitle2 {
    width: 70px;
    height: 54px;
    text-align: center;
    color: #8a9fb6;
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
}

.bztitle3 {
    width: 266px;
    height: auto;
    font-size: 12px;
    padding-left: 30px;
    display: inline-block;
    vertical-align: top;
    color: #555;
    font-weight: 400;
    text-align: left;
}

.ydyptitle {
    width: 700px;
    height: auto;
    box-shadow: 0px 2px 4px 0px #0099FF;
    position: absolute;
    /*top: 42px;*/
    left: -240px;
    background: #fff;
    z-index: 2;
    padding: 21px 0 20px 26px;
    font-size: 12px;
    overflow: hidden;
    display: none;
}

.ydyptitletable {
    width: 640px;
    margin-top: 20px;
}

.ydyptitletable > thead > tr {
    background-color: transparent;
}

.ydyptitle table.ydyptitletable:nth-child(2) {
    margin-top: 12px;
}

.ydyptitletable td {
    padding: 12px 20px 0;
}

.ydyptitletable td:not(:last-child) {
    border-right: 1px solid #eee;
}

.ydyptitletable1 th {
    background: #0099ff;
    color: #fff;
    padding: 2px 25px;
    font-weight: normal;
    text-align: center;
}

.ydyptitletd {
    color: #6684A3;
    font-weight: 300;
}

.tableDiv {
    width: 640px;
    padding-top: 10px;
    max-height: 133px;
    overflow-y: scroll;
}

.tableDiv .ydyptitletable {
    margin-top: 0;
    width: 636px;
}

.Mmodal {
    height: auto;
    min-height: 368px;
}

.backgroundBlack {
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9;
    top: 0;
    display: none;
}

.modal-top {
    height: 40px;
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #00D2FF;
}

.Mclose {
    float: right;
    margin: -5px -5px 0 0;
    cursor: pointer;
}

.Mmodal-body {
    margin-top: 20px;
}

.modal-body-son {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}

.Mmodal-bottom {
    border-top: 1px solid #ECECEC;
    padding-top: 17px;
    height: 49px;
    line-height: 32px;
    font-size: 14px;
}

.Mmodal-bottom .send-ways p {
    font-size: 12px;
}

.Mmodal-bottom .send-ways p span {
    max-width: 138px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.modal-body-son > div {
    display: flex;
    align-items: center;
}

.modal-body-son input, .Mmodal-bottom input {
    width: 12px;
    height: 12px;
    transform: translateY(0) !important;
    margin: 0 11px 0 0 !important;
}

.modal-body-son img {
    margin-right: 10px
}

.Mmodal-bottom label {
    margin-left: 12px;
}

.Mmodal-bottom img {
    margin-right: 5px
}

.slideTogglethis {
    display: none;
}

.Mmodal .send-all-info {
    font-size: 14px;
    margin-top: 33px;
}

.Mmodal .send-all-info label {
    width: 80px;
    text-align: right;
}

.Mmodal .send-all-info input {
    width: 270px;
    height: 30px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(236, 236, 236, 1);
    font-size: 12px;
}

.Mmodal .send-all-info button {
    width: 70px;
    height: 30px;
    margin-top: 105px;
    background: rgba(0, 153, 255, 1);
    border-radius: 2px;
    color: #FFFFFF;
}

.Mmodal .send-qq-info, .Mmodal .send-email-info {
    font-size: 14px;
}

.Mmodal .send-qq-info > div:nth-child(1), .Mmodal .send-email-info > div:nth-child(1) {
    margin-top: 25px;
    margin-bottom: 13px;
}

.Mmodal .send-qq-info input, .Mmodal .send-email-info input {
    width: 334px;
    height: 32px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(236, 236, 236, 1);
    font-size: 12px;
}

.Mmodal .send-qq-info button, .Mmodal .send-email-info button {
    width: 62px;
    height: 31px;
    background: rgba(0, 153, 255, 1);
    border-radius: 2px;
    color: #FFFFFF;
}

.Mmodal .send-hint-info {
    align-items: center;
    margin-top: 60px;
}

.Mmodal .send-hint-info button {
    width: 66px;
    height: 32px;
    border-radius: 2px;
    font-size: 12px;
}

.Mmodal .send-hint-info button:nth-child(2) {
    background-color: #FFFFFF;
    border: 1px solid #ECECEC !important;
    margin-left: 118px;
}

.Mmodal .send-hint-info button:nth-child(3) {
    background-color: #0099FF;
    color: #FFFFFF;
    margin-left: 18px;
}

/* 下拉框 */

li {
    list-style: none;
}

.sewvmain {
    width: 1000px;
    margin: 50px auto;
}

.sewv, .select-box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    margin-bottom: 0 !important;
    border-radius: 8px;
}

.sewv {
    width: 160px;
}

.sewvtop, .select-box-top {
    width: 100%;
    height: 32px;
    border: 1px #D9D9D9 solid;
    cursor: pointer;
    border-radius: 2px;
    font-size: 12px;
    overflow: hidden;
}

.select-box-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.link-style {
    border-color: #00D2FF;
    box-shadow: #00D2FF 0px 0px 4px 1px;
}

.sewvtop:hover {
    border: 1px #57c5f7 solid;
}

.sewvtop > span, .select-box-top > span {
    height: 32px;
    width: calc(100% - 34px);
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
    /*margin-left: 5px;*/
    color: #666;
    padding: 0 5px;
    line-height: 32px;
}

.sewvtop > span {
    float: left;
    vertical-align: middle;
}

.select-box-top > span {

}

.sewvtop > em, .select-box-top > em {
    float: right;
    width: 32px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    text-align: center;
}

.sewvbm, .select-box-bottom {
    width: 100%;
    max-height: 162px;
    position: absolute;
    left: 0;
    top: 32px;
    display: none;
    border: 1px #D9D9D9 solid;
    border-radius: 2px;
    overflow: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1;
}

.sewvbm > li, .batch-label-result > li, .batch-shipper-result > li,.batch-customerNo-result > li, .select-box-bottom > li, .result-list > li {
    cursor: pointer;
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #666;
    padding-left: 5px;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.batch-label-result > li, .batch-shipper-result > li,.batch-customerNo-result > li {
    text-align: left;
}

.sewvbm > li:hover, .batch-label-result > li:hover,.batch-customerNo-result > li:hover,
.batch-shipper-result > li:hover, .select-box-bottom > li:hover, .result-list > li:hover {
    background: #1a9afc;
    color: #fff;
}

.managerList, .userList {
    display: none;
    background-color: #FFFFFF;
}

.managerList > li, .userList > li {
    min-width: 0;
    display: flex;
    align-items: center;
    background: #fff;
    font-size: 12px;
    color: #666;
    padding-left: 10px;
}

.managerList > li input, .userList > li input {
    margin-right: 4px;
}

.managerList > li span, .userList > li span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lbaxztop {
    /*animation: rotatete 0.05s linear forwards;*/
}

.lbaxztop2 {
    /*animation: rotatete2 0.05s linear forwards;*/
}

@keyframes rotatete {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(180deg);
    }
}

@keyframes rotatete {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(180deg);
    }
}

@-moz-keyframes rotatete2 {
    from {
        transform: rotate(180deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@keyframes rotatete2 {
    from {
        transform: rotate(180deg);
    }
    to {
        transform: rotate(0deg);
    }
}

/* 结束 */

.dropdown-menu {
    min-width: 110px !important;
    box-shadow: 0px 2px 4px 0px #0099FF !important;
}

.dropdown-menu > li > a {
    color: #0099ff !important;
    padding: 3px 20px 3px 10px !important;
}

.dropdown-menu > li > a > img {
    margin-right: 4px;
    transform: translateY(-2px);
}

.sjdbtd, .togbzxx {
    position: relative;
}

table thead tr {
    background: #0099FF;
    color: #fff
}

.open img {
    vertical-align: middle !important;
}

.singleUpFileP, .batchUpFileP, .uploadTransport {
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9;
    top: 0;
    display: none;
}

.singleUpFile {
    width: 1000px;
    height: 83vh;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    border-radius: 8px;
    position: fixed;
    top: 8vh;
    border-bottom: 0;
    padding-bottom: 20px;
}
.uploadTransport .singleUpFile {
   height: 400px;
}

.singleUpFileP .singleUpFile,.uploadTransport .singleUpFile{
    left: calc((100% - 1000px) / 2);
}

.batchUpFileP .singleUpFile {
    width: 96vw;
    left: calc((100% - 96vw) / 2);
}

.batchUpFileP .h-292 {
    height: 296px;
    overflow: auto;
    padding-bottom: 4px;
}

.singleUpFileP .center-mid {
    width: 866px;
    margin: auto;
    transform: translateX(-10px);
}

@media screen and (min-width: 320px) and (max-width: 1380px) {
    .batchUpFileP .h-292 {
        height: 208px;
        overflow: auto;
    }
}

[class|=switch] {
    position: relative;
    display: inline-block;
    width: 40px !important;
    height: 20px;
    border-radius: 16px;
    line-height: 32px;
    -webkit-tap-highlight-color: transparent
}

.switch-on {
    border: 1px solid #fff;
    box-shadow: #fff 0 0 0 16px inset;
    transition: border .4s, box-shadow .2s, background-color 1.2s;
    background-color: #fff;
    cursor: pointer
}

.slider {
    position: absolute;
    display: inline-block;
    width: 18px !important;
    height: 18px !important;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    border-radius: 50%;
    left: 0;
    top: 0
}

.switch-on .slider {
    left: 20px;
    transition: background-color .4s, left .2s
}

.switch-off {
    border: 1px solid #dfdfdf;
    transition: border .4s, box-shadow .4s;
    background-color: #fff;
    box-shadow: #dfdfdf 0 0 0 0 inset;
    background-color: #fff;
    cursor: pointer
}

.switch-off .slider {
    left: 0;
    transition: background-color .4s, left .2s
}

.switch-on.switch-disabled {
    opacity: .5;
    cursor: auto
}

.switch-disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.switch-disabled, .switch-disabled span {
    background-color: #F2F2F2 !important;
}

.orderuparea {
    width: 760px;
    height: 70px !important;
    border: 1px dashed #B2B2B2;
    background-color: #F8F8F8;
}

.batchUpFileP .orderuparea {
    width: 100%;
}

.orderupimgdiv {
    width: 100%;
    margin-top: 18px;
    text-align: center;
}

.orderupimgwzdiv,.orderupimgwzdiv1 {
    width: 100%;
    text-align: center;
}

.orderupimgMs {
    color: #999;
    font-size: 14px;
    width: 539px;
    margin: 0 auto;
}

.orderupimgBtn {
    width: 539px;
    margin: 15px auto 0;
    text-align: right;
}

.orderfileheaderInput, .orderfileBatchInput, .orderydfileheaderInput {
    position: absolute;
    z-index: -1;
    display: none !important;
}

.mukupdiv {
    margin-top: 15px;
    overflow-y: auto;
    width: 760px;
    max-height: 60px;
}

.mukup {
    width: 160px;
    height: 30px;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.mukupinnerleft {
    float: left;
    height: 30px;
    width: 50px;
    text-align: center;
}

.mukupinnerright {
    float: left;
    width: 100px;
    font-weight: bold;
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mukupinnerrighttop {
    position: absolute;
    right: 7px;
    top: 0px;
    width: 12px;
    height: 4px;
    background: red;
    cursor: pointer;
}

.btnsingleup {
    width: 100px;
    margin-right: 10px;
    float: right;
}

.kongbtnsingleup {
    background: #fff !important;
    color: #0099ff !important;
    border: 1px solid #0099ff !important;
    height: 32px;
}

.batch-clear-btn {
    border: 1px solid #ECECEC !important;
    width: 100px;
    height: 32px;
    border-radius: 4px;
    background-color: transparent;
    font-size: 12px;
    font-weight: bold;
}

.batch-clear-btn:focus {
    outline: none !important;
}

#gangquInput {
    font-size: 14px;
}

.gangquTitle {
    width: 220px;
    min-height: 150px;
    background: #fff;
    position: absolute;
    top: 32px;
    left: -30px;
    box-shadow: 0px 2px 4px 0px #0099FF;
    display: none;
    font-size: 14px;
    z-index: 9;
}

.gangquTitle {
    padding: 12px;
}

.gangquTitle > span {
    display: inline-block;
    width: 60px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    cursor: pointer;
}

/*标签样式*/
.add-label {
    width: 69px !important;
    height: 27px;
    text-indent: 16px;
    line-height: 27px;
    font-weight: normal !important;
    color: #6684A3 !important;
    cursor: pointer;
    background: url("/static/img/label.png") no-repeat 100%;
}

.label-info, .customer-info,.customerNo-info {
    padding: 14px 29px 24px 23px;
    display: none;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 5px 0px rgba(102, 133, 164, 1);
    border-radius: 4px;
    position: absolute;
    z-index: 11;
}

.label-info,.customerNo-info {
    width: 489px;
    height: 290px;
    left: 382px;
    top: -295px;
}

.result-list {
    position: absolute;
    max-height: 96px;
    overflow-y: scroll;
    border: 1px #D9D9D9 solid;
    border-radius: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1;
    display: none;
    top: 33px;
    background-color: #FFFFFF;
}

/*.customer-result, .label-result, #HDListSingle, .transfer-result {*/
/*    top: 33px;*/
/*}*/

.label-result {
    width: 326px;
    left: 458px;
}
.customerNo-result {
    width: 166px;
    left: 341px;
}

.customer-result {
    width: 160px;
    left: 106px;
}

#HDListBatch {
    max-width: 32em;
    left: 74px;
}

#HDListSingle {
    max-width: 32em;
    left: 324px;
}

.HDCoList {
    width: 160px;
    left: 576px;
}

.HDCoListBatch {
    width: 150px;
    left: 300px;
}

.transfer-result {
    width: 20rem;
    left: 98px;
}

.label-list,.customerNo-list {
    width: 436px;
    height: 111px;
    border: 1px dashed rgba(153, 153, 153, 1);
    margin-bottom: 18px;
    margin-top: 14px;
    padding: 11px 0 0 21px;
    overflow-y: scroll;
}

.label-list ul ,.customerNo-list ul{
    display: flex;
    flex-wrap: wrap;
}

.label-list li,.customerNo-list li {
    padding: 7px 10px 7px 13px;
    line-height: 14px;
    color: #6684A3;
    background-color: #EFF2F6;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-right: 19px;
}

.label-list li span:nth-child(2),.customerNo-list li span:nth-child(2){
    margin-left: 10px;
    cursor: pointer;
}

.label-info p,.customerNo-info p {
    height: 16px;
    line-height: 16px;
    margin-bottom: 7px;
}

.label-info input,.customerNo-info input {
    width: 290px;
    border-bottom: 1px solid #0099FF;
    height: 28px;
}

.batch-label-result, .batch-shipper-result,.batch-customerNo-result {
    width: 200%;
    position: absolute;
    left: 8px;
    max-height: 96px;
    overflow-y: scroll;
    border: 1px #D9D9D9 solid;
    border-radius: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1;
    display: none;
    background-color: #FFFFFF;
}

/*标签样式*/
/*客户备注信息*/
.customer-info {
    width: 419px;
    height: 290px;
    left: 106px;
    top: -300px;
}

.customer-info ul li {
    margin-top: 10px;
}

.customer-info ul li label {
    width: 72px;
    text-align: right;
}

.customer-info ul li input {
    width: 288px;
    border-bottom: 1px solid #00D2FF;
}

.customer-info button {
    margin-top: 24px;
    float: right;
}


.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: none !important;
    font-size: 14px;
}

.table th {
    /*transform: translateY(-3px);*/
}

.table > tbody > tr {
    border-bottom: 1px solid transparent;
}

.table > tbody > tr:hover {
    border-color: #1ED8FF !important;
}

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

.dataTables_paginate {
    margin: 0 auto;
    width: 350px;
}

.order-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 27px 26px 0;
}

.order-title > div {
    display: flex;
    align-items: center;
}

.order-title > img {
    cursor: pointer;
}

.totalScore {
    font-size: 30px;
    margin-left: 15px;
    margin-right: 8px;
}

.bonus {
    color: #0099FF;
    position: absolute;
    font-size: 12px;
    width: fit-content;
    line-height: 12px;
    opacity: 0;
    top: 32px;
    right: -26px;
}

.bonus-animation {
    animation: addScore 2s ease;
    -webkit-animation: addScore 2s ease;
    -moz-animation: addScore 2s ease;
    -o-animation: addScore 2s ease;
}

@keyframes addScore {
    /*0%{*/
    /*    top: 32px;*/
    /*    opacity: 0;*/
    /*}*/
    0% {
        top: 20px;
        opacity: 1;
    }
    25% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 0;
        opacity: 0;
    }
}

@-webkit-keyframes addScore {
    /*0%{*/
    /*    top: 32px;*/
    /*    opacity: 1;*/
    /*}*/
    0% {
        top: 20px;
        opacity: 1;
    }
    25% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 0;
        opacity: 0;
    }
}

.space-between {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.mergeList .mergeInfo {
    width: 1108px;
    height: 81vh;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 6px;
    padding: 27px 29px;
    overflow-y: auto;
}

@media screen and (min-width: 320px) and (max-width: 1380px) {
    .mergeList .mergeInfo {
        width: 86vw;
    }
}

.mergeList .mergeInfo .waring-indexbtn {
    width: 100%;
    margin-top: 0px;
    padding-left: 9px;
}

.mergeList .mergeInfo .waring-indexbtn > div:nth-child(1) label {
    width: 60px;
    color: #003366;
    font-weight: bold;
    padding-bottom: 12px;
}

.mergeList .mergeInfo .waring-indexbtn > div:nth-child(1) span {
    margin-left: 11px;
    display: inline-block;
    border-bottom: 1px solid #3FDDFF;
    padding-bottom: 12px;
    /*height: 28px;*/
}

.waring-indexbtn > div:nth-child(1) {
    flex-wrap: wrap;
}

.mergeList .mergeInfo .waring-indexbtn > div:nth-child(1) input {
    border: none;
    outline: none;
    width: 180px;
    font-size: 12px;
}

.mergeList .mergeInfo .mergeInfo-table {
    justify-content: space-between;
    font-size: 12px;
}

.mergeList .mergeInfo .mergeInfo-table > div {
    width: 46%;
    height: 50vh;
    margin-top: 2.3vh;
    margin-bottom: 5.8vh;
}

.mergeInfo-table ul {
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid #ECECEC;
}

.bg-gray {
    background-color: #F5F5F5;
}

.mergeInfo-table ul li {
    text-align: center;
    padding: 5px 3px;
    word-break: break-word;
}

.mergeInfo-table .mergeInfo-table-left > ul:nth-child(1) {
    background-color: #0099FF;
    color: #FFFFFF;
}

.mergeInfo-table-list ul li:nth-child(3) {
    position: relative;
    padding-left: 12px;
}

.mergeInfo-table-list ul li:nth-child(3) > img {
    position: absolute;
    left: 0;
}

.mergeInfo-table .mergeInfo-table-right > ul:nth-child(1) {
    background-color: #0071E7;
    color: #FFFFFF;
}

.mergeInfo-table-list {
    height: 47vh;
    border-right: 1px solid #ECECEC;
    border-left: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    overflow-y: scroll;
}

.mergeInfo-table-left ul li:nth-child(1) {
    width: 10%
}

.mergeInfo-table-left ul li:nth-child(2) {
    width: 10%
}

.mergeInfo-table-left ul li:nth-child(3) {
    width: 35%
}

.mergeInfo-table-left ul li:nth-child(4) {
    width: 35%
}

.mergeInfo-table-left ul li:nth-child(5) {
    width: 20%
}

/*.mergeInfo-table-left ul li:nth-child(6){width: 15%}*/
.mergeInfo-table-right ul li:nth-child(1) {
    width: 10%
}

.mergeInfo-table-right ul li:nth-child(2) {
    width: 35%
}

.mergeInfo-table-right ul li:nth-child(3) {
    width: 35%
}

.mergeInfo-table-right ul li:nth-child(4) {
    width: 18%
}

.mergeInfo-table-right ul li:nth-child(5) {
    width: 12%
}

/*.mergeInfo-table-right ul li:nth-child(6){width: 10%}*/
.delete-line {
    display: inline-block;
    width: 11px;
    height: 3px;
    background: #FF1D25;
    border-radius: 2px;
    /*vertical-align: middle;*/
    transform: translateY(-3px);
    cursor: pointer;
}

.configure-btn {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #0099FF;
    cursor: pointer;
    position: relative;
}

.configure-btn img:not(:last-child) {
    margin-right: 4px;
}

.configure-btn ul {
    position: absolute;
    top: 28px;
    left: -23px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    z-index: 9;
    display: none;
}

.configure-btn ul li {
    padding: 0 8px;
    background-color: #fff;
    color: #333;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    width: max-content;
}

.configure-btn ul li:hover {
    background-color: #dedede;
}

.configure, .mergeList, .fileNameConfigBox {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 9;
}

.fileNameConfigBox .confirm-index {
    width: 600px;
    height: 200px;
}

.configure .confirm-index {
    width: 958px;
    height: auto;
    min-height: 344px;
}

.configure .confirm-text1 {
    font-size: 12px;
    margin-top: 9px;
}

.configure .confirm-text1 > h6 {
    font-weight: bold;
}

.configure-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 13px;
    margin-bottom: 24px;
    padding-left: 2em;
}

.configure-items > li {
    line-height: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    margin-right: 28px;
    position: relative;
}

.configure-reduce > li {
    cursor: move;
    width: 100px;
    margin-bottom: 4px;
    margin-right: 8px;
    border: 1px solid #D9D9D9;
}

.c-999 > li {
    color: #999999;
}

.configure-items > li img {
    width: 20px;
    margin-right: 2px;
    cursor: pointer;
    position: absolute;
}

.batchUpFileP div {
    font-size: 12px;
}

.batchUpFileP .upTitle {
    font-weight: bold;
}

.batchUpFileP .upTitle > span {
    color: #B3B3B3;
    font-weight: normal;
}

.batch-table {
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    word-break: break-all;
}

.batch-table thead {
    background-color: #6684A3;
    color: #FFFFFF;
}

.batch-table input:not(.mui-switch) {
    width: 100%;
    height: 32px;
    border: 1px solid rgba(236, 236, 236, 1);
    border-radius: 4px;
}

.batch-table .icon {
    margin-left: 5px;
    margin-right: 5px;
    transform: translateY(13%);
    cursor: pointer;
}

.batch-table .batch-file-name {
    max-height: 34px;
    line-height: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-decoration: none;
    color: #333333;
    cursor: text;
}


.w-124 {
    width: 124px !important;
}

.min-w-128 {
    min-width: 128px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px 4px;
    text-align: center;
    vertical-align: middle;
}

.progressPercent, .progressParent, .progress, .progressParentTotal, .progressTotal {
    display: block;
}

.progressParent, .progressParentTotal {
    height: 2px;
    background-color: #ECECEC;
    margin: 5px auto 0;
}

.progressParent {
    width: 40px;
}

.progressParentTotal {
    width: 160px;
    margin-left: 8px;
    margin-right: 8px;
}

.progress, .progressTotal {
    width: 0%;
    height: 2px;
    background-color: #0099FF;
}


.connection-box {
    width: 20px;
    height: 51px;
    border: 1px solid rgba(153, 153, 153, 1);
    border-right: none;
    margin-top: 16px;
    margin-left: 16px;
}

.sub-pos {
    position: absolute;
    width: fit-content !important;
    left: 13px;
    top: 18px;
}

/*switch开关*/
.mui-switch {
    width: 40px !important;
    height: 22px !important;
    background-color: #fff !important;
    border: 1px solid #dfdfdf !important;
    border-radius: 16px !important;
    background-clip: content-box !important;
    display: inline-block !important;
    -webkit-appearance: none !important;
    user-select: none !important;
    outline: none !important;
}

.mui-switch:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

input.mui-switch[type=checkbox]::after {
    background-color: #08BFEC !important;
    border-radius: 16px;
}

.mui-switch:checked:before {
    left: 20px;
}

.mui-switch.mui-switch-anim {
    transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
}

.mui-switch.mui-switch-anim:before {
    transition: left 0.3s;
}

.mui-switch.mui-switch-anim:checked {
    box-shadow: rgb(100, 189, 99) 0 0 0 16px inset;
    background-color: rgb(100, 189, 99);
    transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s;
}

.mui-switch.mui-switch-anim:checked:before {
    transition: left 0.3s;
}

.center-mid-copy {
    margin-left: 8px;
}

.center-mid-copy > div {
    margin-bottom: 15px;
}

.center-mid > div > label {
    color: #333;
    font-weight: bold;
    width: 90px;
    text-align: right;
    display: inline-block;
}

.center-mid-copy > div > label {
    color: #333;
    font-weight: bold;
    width: 60px;
    text-align: right;
    display: inline-block;
}

.batch-table input[disabled] {
    background-color: #f5f5f5 !important;
}

.w-860 {
    width: 860px;
    height: 7px !important;
    background: rgba(102, 132, 163, 1);
    opacity: 0.1;
    margin: -5px 0 24px 6px;
}

#orderListShow_wrapper {
    position: relative;
}

.dataTables_length {
    display: block !important;
    position: absolute;
    bottom: -45px;
    height: 25px;
    z-index: 1;
}

table.dataTable thead th {
    padding: 8px 22px 8px 14px !important;
    position: relative;
}

table.dataTable thead th:not(:first-child):after {
    position: absolute;
    content: '';
    width: 10px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: col-resize;
}

table.dataTable thead .sorting {
    background-image: url("../../img/sort_both.png");
}

table.dataTable thead .sorting_asc {
    background-image: url("../../img/sort_asc.png");
}

table.dataTable thead .sorting_desc {
    background-image: url("../../img/sort_desc.png");
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-repeat: no-repeat;
    cursor: pointer;
    *cursor: hand;
    background-position: calc(100% - 6px) 50%;
}

/*修改报关时间*/
.customBox, .customTimeBox {
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9;
    top: 0;
    display: none;
}

.custom-index {
    width: 610px;
    height: 200px;
    background: #fff;
    margin: 100px auto;
    border-radius: 6px;
    padding: 23px 27px;
}

.custom-title {
    display: inline-block;
    transform: translateY(-7px);
}

.custom-text {
    font-size: 12px;
    margin-left: 40px;
    margin-top: 20px;
}

.customBox-index .customBox-text {
    text-indent: 2em;
}

.custom-btn {
    margin: 23px auto 0;
    width: 470px;
    text-align: right;
    font-size: 12px;
}

.custom-btn button {
    width: 100px;
    height: 32px;
    margin-left: 20px;
    border-radius: 4px;
    font-weight: bold;
}

.custom-btn .close-btn {
    background-color: #FFF;
    border: 1px solid #ececec !important;
}

.customTimeBox #modifyTime {
    height: 32px;
    line-height: 32px;
    border-radius: 2px;
    border: 1px solid #d9d9d9;
    display: inline-block;
    padding: 4px 12px;
    font-size: 12px;
}

/*iframe{*/
/*    display: none;*/
/*}*/

/*转移订单*/
.transferDiv .Mmodal {
    height: 300px;
}

.glygbtn {
    float: right;
    margin-top: 80px;
    margin-right: 45px;
}

/*转移订单*/
/*船期*/
.classify-detail {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 3;
}

.classify-detail .detail-info {
    width: 1082px;
    /*height: 86vh;*/
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 23px 27px;
}

.classify-detail .detail-info .detail-info-text {
    max-height: 80vh;
    overflow: auto;
}

.classify-detail .detail-info-top {
    justify-content: space-between;
}

.classify-detail .detail-info-top .custom-title {
    margin-left: 6px;
    transform: translateY(0);
}

.classify-detail .left-title {
    width: 40px;
    font-size: 14px !important;
    padding: 0 14px;
    background-color: #0099FF;
    color: #FFF;
}

.classify-detail .pa-42 {
    padding: 0 14px 14px;
}

.detail-table {
    width: 996px;
    border: 1px solid #ececec;
    table-layout: fixed;
    margin: 20px auto;
}

.detail-table > tbody > tr > td {
    padding: 10px 8px;
    line-height: 20px;
}

.back-line {
    width: 120px;
    text-align: right;
    padding-right: 4px;
    position: relative;
    color: #6685A3;
}

.back-line::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 15px;
    background: #ECECEC;
    top: 13px;
    right: 0;
}

.detail-table-list {
    flex-wrap: wrap;
}

.detail-table-list > div {
    width: 80px;
    margin-right: 80px;
    text-align: center;
    margin-bottom: 9px;
}

.detail-info-btn {
    width: 996px;
    text-align: right;
    margin-top: 30px;
}

.detail-info-btn button {
    width: 100px;
    height: 32px;
    border-radius: 4px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: bold;
}

.detail-info-btn .close-btn {
    background-color: transparent;
    border: 1px solid #ECECEC !important;
}

/*集装箱拼箱*/
.boxList {
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: none;
}

.boxList > div {
    width: 99%;
    height: 76vh;
    background-color: #FFFFFF;
    margin: 7vh auto;
    padding: 21px 17px 0 24px;
    overflow-y: auto;
}

.box-table-div {
    /*width: 62vw;*/
    max-height: 56vh;
    overflow: auto;
    border: 1px solid #ECECEC;
    position: relative;
}

.boxMiddle {
    height: 56vh;
    margin: 0;
}

.boxMiddle table {
    /*width: 100%;*/
    /*height: 100%;*/
    table-layout: fixed;

}

.box-table thead {
    /*position: absolute;*/
    /*top: 0;*/
}

/*.box-table tbody{*/
/*    margin-top: 25px;*/
/*}*/
.box-table th {
    background-color: #0099FF;
    min-width: 86px;
    vertical-align: middle;
}

.boxMiddle table tr, .boxMiddle table tr td {
    height: 32px;
    /*line-height: 32px;*/
    vertical-align: middle;
}

.boxMiddle table tr td, .boxMiddle table tr th {
    padding: 6px;
}

.boxMiddle table tr {
    border-bottom: 1px solid #ECECEC;
}

.box-table input {
    /*width: fit-content;*/
    border: 1px solid #D9D9D9;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    border-radius: 2px;
}

.boxMiddle table tbody tr:nth-child(1) td input {
    height: 32px;
    line-height: 32px;
}

.box-table .sewv {
    margin-left: 0;
    width: 100px;
    transform: translateY(-2px);
}

.box-table .sewvtop > span {
    width: 70%;
}

.box-upload, .boxPreviewDiv {
    width: 30vw;
    margin-left: 6px;
    height: 100%;
}

.box-upload {
    text-align: center;
    border: 1px dashed rgba(153, 153, 153, 1);
    font-size: 12px;
    background-color: #F8F8F8;
    padding-top: 25vh;
}

.boxPreviewDiv #boxPreview {
    width: 100%;
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.boxPreviewDiv {
    position: relative;
    overflow: auto;
}

.boxPreviewDiv p, .boxBgh {
    font-size: 12px;
}

.boxFoot {
    line-height: 32px;
}

/*订单当前状态的 海关状态列表样式*/
.customs-list {
    left: 340px;
    top: 90px;
    padding: 0 12px;
    box-shadow: 0px -1px 4px 1px rgba(0, 153, 255, 0.5);
}

.customs-list li {
    height: 64px;
}

.customs-list li time {
    width: 80px;
}

.customs-list li span::before {
    width: 12px;
    height: 12px;
    background-color: #0099FF;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: -24px;
}

.customs-list li:not(:last-child) span::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 70px;
    background-color: #0099FF;
    left: -19px;
}

.orderDetailImgPrev {
    background-color: rgb(182, 182, 182);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: none;
}

.orderDetailImgPrev .imgList {
    width: 98%;
    height: 98%;
    overflow-y: auto;
    background-color: #ffffff;
    margin: 1% auto;
}

.orderDetailImgPrev>.imgList>img:first-child {
    position: absolute;
    top: 2%;
    right: 3%;
    z-index: 99;
}

.orderDetailImgPrev .imgList img {
    /*max-width: 100%;*/
    display: block;
    margin: 10px auto;
}
.img-modify-list {
    position: absolute;
    /*display: flex;*/
    /*align-items: center;*/
    right: 0;
    z-index: 9;
}

.img-modify-list li {
    width: 28px;
    height: 28px;
    margin-bottom: 10px;
    cursor: pointer;
}

.img-modify-list li img {
    width: 100%;
    height: 100%;
}
.img-modify {
    /*position: relative;*/
    text-align: center;
    min-height: 152px;
    width: 100%;
    overflow: auto;
    margin-bottom: 10px;
}
.img-modify>img{
    width: 100%;
}
.show-img {
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.change {
    background-color: #0099ff!important;
    color: white!important;
}
.why {
    width: 14px;
    height: 14px;
    line-height: 10px;
    border: 1px solid #333;
    border-radius: 7px;
    text-align: center;
    margin: 9px;
    cursor: pointer;
}
.commonBtn {
    background: #ccc !important;
    color: #333 !important;
    font-size: 12px !important;
    width: 100px;
}
.declarationPortDiv {
    display: none;
    position: absolute;
    top: 33px;
    left: -210px;
    z-index: 99;
    opacity: 0.9;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 6px;
    box-shadow: 0 6px 16px 0 rgb(0 0 0 / 8%), 0 3px 6px -4px rgb(0 0 0 / 12%), 0 9px 28px 8px rgb(0 0 0 / 5%);
    padding: 6px 8px;
}
.declarationPortTable {
    width: 385px;
    color: #fff;
}
.specialAccessoriesTable {
    width: 100%;
    border-top: 1px solid #797979;
    border-left: 1px solid #797979;
    margin-top: 10px;
}
.specialAccessoriesTable td ,.specialAccessoriesTable th {
    border-bottom: 1px solid #797979;
    border-right: 1px solid #797979;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    line-height: 15px;
}
.specialAccessoriesTable span {
    cursor: pointer;
}
.specialAccessoriesTable td:nth-child(3) {
    width: 50%;
}
body.dragging, body.dragging * {
    cursor: move !important;
}
.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}
ol.example li {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 30px;
    width: 290px;
}
ol.example span {
    width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ol.example li div {
    width: 20px;height: 20px;
    background-image: url('/static/img/drap.png');
    background-size: cover;
    cursor: pointer;
}
ol.example li.placeholder {
    position: relative;
    /** More li styles **/
}

ol.example li.placeholder:before {
    position: absolute;
    /** Define arrowhead **/
}

.airType {
    display: none;
}