body {
    height: 100%;
}

* {
    font-family: helvetica, arial, sans-serif;
}

.w-80 {
    width: 80px;
}

.body-center {
    padding: 0;
}

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

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

.center-top div {
    color: #003366;
    float: left;
    width: 80px;
    text-align: center;
    margin-right: 20px;
    line-height: 32px;
    font-weight: bold;
    cursor: pointer;
}

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

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

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

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

label {
    color: #333;
}

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

.center-mid 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;
}

.btn {
    padding: 6px 8px !important;
}

.cqwz {
    color: #B3B3B3;
    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 #888;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 0.5em;
    margin-right: 1em;
    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 #888;
    /* 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: 300px;
    display: inline-block;
    padding: 0;
    margin-left: 24px
}

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

.j-img {
    float: right;
}

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

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

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

input[type=checkbox]::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #f4d12f;
    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]:checked::after {
    opacity: 1;
}

.order-detail {
    min-width: 34rem;
    min-height: 100px;
    border: 1px dashed #999999;
    margin-top: 25px;
    margin-right: 20px;
    padding: 28px 18px;
}

.order-detail > ul > li:nth-child(1), .order-detail > ul > li:nth-child(3), .order-detail > ul > li:nth-child(5) {
    text-align: right;
    font-weight: bold;
}

/*158*/
.order-detail > ul > li:nth-child(2), .order-detail > ul > li:nth-child(4), .order-detail > ul > li:nth-child(6) {
    padding-left: 8px;
    width: 32%;
}
.order-detail1 > ul > li:nth-child(2), .order-detail1 > ul > li:nth-child(4), .order-detail1 > ul > li:nth-child(6) {
    width: 25%;
}
/*80*/
.order-detail > ul > li:nth-child(1) {
    width: 15%;
}

/*110*/
.order-detail > ul > li:nth-child(3),.order-detail > ul > li:nth-child(5) {
    width: 21%;
}

/*268*/
.order-detail > ul:nth-child(1) > li:nth-child(3), .order-detail > ul:nth-child(8) > li:nth-child(3) {
    /*width: 53%;*/
    /*text-align: right;*/
}

.order-detail > ul {
    display: flex;
    font-size: 13px;
    align-items: center;
    word-break: break-all;
    margin-bottom: 4px;
}

/*.order-detail > ul:not(:nth-last-child(2)) {*/
/*    min-height: 32px;*/
/*}*/
.order-detail > ul {
    min-height: 50px;
}
.dian {
    display: inline-block;
    height: 6px;
    width: 6px;
    margin-right: 5px;
    background: #ccc;
    border-radius: 50%;
}

.reddian {
    background: red;
}

.bluedian {
    background: #5fbfff;
}

.diantitle {
    width: 588px;
    min-height: 100px;
    box-shadow: 0px 1px 4px 0px #0099FF;
    position: absolute;
    top: 24px;
    left: -203px!important;
    background: #fff;
    z-index: 2;
    font-size: 12px;
    padding: 18px 17px 11px 30px;
    display: none;
}

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

.diantitleLi > div {
    margin-bottom: 4px;
}

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

.diantitleLi2 {
    border-radius: 50%;
    background: #0099FF;
    width: 16px;
    height: 16px;
    margin-top: 6px;
    position: relative;
}

.diantitleLi3 {
    width: 90px;
    height: 2px;
    background: #0099FF;
    position: absolute;
    top: 57px;
    left: 8px;
    z-index: -1;
}

.diantitle .diantitleLi:nth-child(5) .diantitleLi2::before, .diantitle .diantitleLi:nth-child(5) .bgcccc::before, .diantitle .diantitleLi:nth-child(5) .bgred::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    top: -4px;
    left: -4px;
    border-radius: 50%;
}

.diantitle .diantitleLi:nth-child(5) .diantitleLi2::before {
    border: 2px solid #0099FF;
}

.bgred {
    background: red;
}

.diantitle .diantitleLi:nth-child(5) .bgred::before {
    border: 2px solid red;
}

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

.diantitle .diantitleLi:nth-child(5) .bgcccc::before {
    border: 2px solid #ccc;
}

.bztitle {
    width: 420px;
    height: auto;
    box-shadow: 0px 2px 4px 0px #0099FF;
    position: absolute;
    top: 30px;
    left: -370px;
    background: #fff;
    z-index: 2;
    padding: 21px 26px;
    display: none;
}

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

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

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

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

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

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

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

.ydyptitletable1 th {
    background: #0099ff;
    color: #fff;
    padding: 2px 25px;
}

.ydyptitletd {
    color: #8a9fb6;
}

.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;
}

.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 label, .Mmodal .send-all-info label {
    /*font-size: 12px;*/
}

.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;
}

.mb-20 {
    margin-bottom: 20px;
}

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

/* 下拉框 */

li {
    list-style: none;
}

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

.sewv {
    position: relative;
    width: 160px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
    margin-bottom: 0 !important;
    border-radius: 8px;
}

.sewvtop {
    width: 100%;
    height: 32px;
    border: 1px #D9D9D9 solid;
    cursor: pointer;
    border-radius: 2px;
    overflow: hidden;
}

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

.sewvtop > span {
    float: left;
    width: 65%;
    height: 32px;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 32px;
    color: #666;
    padding: 0 5px;
    vertical-align: middle;
    margin-left: 5px;
}

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

.sewvbm, .result-list {
    position: absolute;
    max-height: 162px;
    overflow-y: scroll;
    top: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1;
    border: 1px #D9D9D9 solid;
    border-radius: 2px;
    display: none;
}

.sewvbm {
    width: 100%;
    left: 0;
}

.sewvbm > 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;
}

.sewvbm > li:hover, .result-list > li:hover {
    background: #1a9afc;
    color: #fff;
}

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

/* 结束 */

.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;
}

.addUpFileP, .chongxinupfilesP, .changeUpFileP, .sourceFile, .changeSort,.uploadBlBox, .checkDataRemarkBox {
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9;
    top: 0;
    display: none;
}

.addUpFile, .chongxinupfiles, .sourceFile > div, .checkDataRemarkBox > div {
    background: #fff;
    border-radius: 8px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 25px 30px;
}
.checkDataRemarkBox > div {
    height: 230px;
}
.addUpFile, .chongxinupfiles {
    width: 611px;
    height: 420px;
}

.sourceFile > div {
    width: 80vw;
    height: 90vh;
}

.changeSort .addUpFile {
    height: 224px;
}

[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-off.switch-disabled {
    background-color: #f0f0f0 !important;
    cursor: auto
}

.orderuparea {
    width: 800px;
    height: 70px !important;
    border: 2px dashed #000;
}

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

.orderupimgwzdiv {
    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 {
    position: absolute;
    z-index: -1;
    display: none !important;
}

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

.mukup {
    width: 160px;
    height: 60px;
    border-radius: 4px;
    border: 1px solid #ccc;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.mukupinnerleft {
    float: left;
    height: 60px;
    width: 50px;
    text-align: center;
    padding-top: 10px;
}

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

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

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

.kongbtnsingleup {
    background: #fff !important;
    color: #333 !important;
    border: 1px solid #ccc !important
}

.gangquTitle {
    width: 190px;
    min-height: 150px;
    background: #fff;
    position: absolute;
    top: 32px;
    left: -30px;
    box-shadow: 0px 2px 4px 0px #0099FF;
    display: none;
}

.gangquTitle {
    padding: 12px;
}

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

.detailcenter {
    width: 100%;
    padding: 5px 4px 0px 12px;
    display: flex;
    justify-content: center;
    background-color: #f2f2f2;
}

.detailcenterLeft, .detailcenterRight {
    flex: 1;
    /*width: 50%;*/
    height: 100%;
}

.detailcenterLeft {
    min-width: 34rem;
    position: relative;
    padding-bottom: 35px;
}

.detailcenterLeftLi {
    margin: 0px;
    height: calc(100vh - 130px);
    overflow-y: auto;
}

.blod {
    font-weight: bold;
}

.detail-label {
    width: 6px;
    height: 25px;
    background: #FFCC00;
    display: inline-block;
    margin-right: 8px;
}

.errorMessage {
    background: linear-gradient(#fff 50%, #FFCC00 0);
}

.bztable {
    width: 100%;
    padding: 0 24px
}

.bztable td {
    padding: 15px 15px 0 0px;
    line-height: 1.4;
}

.bztable td:nth-of-type(1) {
    width: 140px;
    color: #AEAEAE;
}

textarea[name="bztext"] {
    width: 100%;
    height: 87px;
    font-size: 14px;
}

.bluew {
    background: #00D2FF !important;
    color: #fff !important;
    font-size: 12px !important;
    margin-right: 50px;
}

.detailcenterRight {
    border-left: 1px solid #ddd;
}

.detailcenterRightheader {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.detailcenterRightheader li {
    padding: 0 20px;
    line-height: 28px;
    height: 28px;
    text-align: center;
    border: 1px solid #ddd;
    border-left: none;
    cursor: pointer;
    transition: 0.1s all;
}

.detailcenterRightheader-active {
    height: 36px !important;
    line-height: 36px !important;
    /*margin-top: -8px;*/
    background: #0071E6;
    color: #fff;
}

.detailcenterRight-hide {
    display: none;
}

.detailcenterRightImgLi img {
    width: 100%;
}

/* 单据上传 */

.uparea_orderDetial_retransmission, .uparea_newdoc, .uparea_newdoc_change {
    width: 540px;
    height: 100px;
    border: 1px solid #aaaaaa;
    margin: 15px auto 15px;
    border-radius: 10px;
}

.upimgdiv_orderDetial_retransmission, .upimgdiv_newdoc, .upimgdiv_newdoc_change {
    width: 100%;
    margin-top: 25px;
    text-align: center;
}

.upimgwzdiv_orderDetial_retransmission, .upimgwzdiv_newdoc, .upimgwzdiv_newdoc_change {
    width: 100%;
    margin-top: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

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

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

.fileheaderInput_orderDetial_retransmission, .fileheaderInput_newdoc, .fileheaderInput_newdoc_change {
    position: absolute;
    z-index: -1;
    display: none !important;
}

/* 单据上传结束 */

.yulandiv, .yulandivC {
    width: 150px;
    height: 150px;
    overflow: auto;
    margin: 20px auto;
    border: 2px dashed #000;
    padding: 5px;
    position: relative;
    cursor: pointer;
}

#yulanimg, #yulanimg2 {
    width: 100%;
}

.yulandel {
    position: absolute;
    right: 10px;
    top: 10px;
    color: red;
    display: none;
}

button[disabled] {
    background: #ccc !important;
}

#bztextarea {
    border-radius: 4px;
    padding: 10px 20px;
    resize: none
}

#bztextarea:active, #bztextarea:focus {
    border: 1px solid #00D2FF;
    outline: none;
}

button[disabled] {
    color: #333 !important;
}

.qingkong {
    color: #333 !important;
    background: #fff !important;
    border: 1px solid #ccc !important;
}

.decContainer {
    width: 420px;
    height: auto;
    box-shadow: 0px 2px 4px 0px #0099FF;
    position: absolute;
    top: 36px;
    background: #fff;
    z-index: 2;
    display: none;
    left: 0em;
    padding: 21px 20px 26px;
}

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

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

.decContainer .jiaobiao {
    left: 20px;
    top: -24px;
}

#imageUrls {
    min-height: calc(100vh - 160px);
    overflow-y: auto;
    margin-top: 10px
}

/*.img-modify {*/
/*    !*position: relative;*!*/
/*    text-align: center;*/
/*    min-height: 152px;*/
/*    width: 100%;*/
/*    overflow: auto;*/
/*    margin-bottom: 10px;*/
/*}*/

.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%;
}

.show-img {
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

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

.offlap {
    margin-top: 20px;
    margin-right: 12px;
}

.warnShow {
    margin-right: 20px;
    float: right;
    width: 80px;
    height: 24px;
    border-radius: 4px;
    background-color: #0099FF;
    line-height: 20px;
    /*font-size: 12px;*/
    color: #FFFFFF;
}

#warnList {
    line-height: 24px;
    width: 80%;
    max-height: 220px;
    overflow: auto;
}

#warnList ul li {
    /*font-size: 12px;*/
}

#warnList ul li.warnDiscripe {
    width: 70%;
}

#warnList ul li span {
    font-size: 15px;
}

/**iframe打开pdf*/
.verificeIframe {
    width: 46%;
    height: 84vh;
    position: fixed;
    top: 1em;
    left: 10px;
    display: none;
    z-index: 8;
    background-color: #F2F2F2;
}

.iframeMove {
    height: 40px;
    cursor: move;
    font-size: 12px;
    padding: 0 1em;
    justify-content: space-between;
    align-items: center;
    background-color: #F2F2F2;
}

#iframe_div {
    background-color: #FFFFFF;
    height: calc(100% - 74px);
}

.bg-071 {
    background-color: #0099FF;
    color: #FFFFFF !important;
    width: 100px;
}

/*不能查看*/
.black-tip {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    z-index: 101;
    display: none;
}

.black-tip > div {
    background-color: #FFFFFF;
    width: 442px;
    margin: 8vh auto;
    color: #333333;
    font-size: 14px;
}

.black-tip > div > div:first-child, .black-tip > div > div:last-child {
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
}

.black-tip > div > div:last-child {
    text-align: right;
}

.black-tip > div > div:nth-child(2) {
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    padding: 32px 0;
    text-indent: 15px;
}

.black-tip > div > div:last-child button {
    height: 24px;
    line-height: 24px;
    background-color: #0099FF;
    color: #FFFFFF;
    border-radius: 4px;
    font-size: 12px;
}

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

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

/*转移订单*/

/*日志*/
.history .Mmodal {
    width: 80vw;
    min-height: 80vh;
    overflow: auto;
}

.historyDetail {
    position: absolute;
    width: 440px;
    top: 17px;
    z-index: 3;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 4px 0px #0099FF;
    display: none;
    left: -370px;
}

.historyDetail > div:first-child {
    padding: 20px 20px 0;
}

.scroll-auto {
    height: 90%;
    overflow-y: auto;
}

.historyDetail li {
    min-height: 32px;
    line-height: 1.5;
    padding: 6px 12px;
}

.historyDetail .new-info li {
    display: flex;
    /*align-items: center;*/
    word-break: break-all;
}

.historyDetail li span {
    width: 100px;
    min-width: 100px;
    text-align: right;
    font-weight: bold;
}

.changed {
    background-color: #0099FF;
    color: #FFFFFF;
}

.historyDetail .table {
    margin-bottom: 0 !important;
}

.historyDetail .table thead tr {
    background-color: #e6e6e6;
    color: #333333;
}

/*修改报关时间*/
.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: 200px 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;
}

/*费用备注窗口*/
.deny-box {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

.deny-box #remarkContent {
    width: 470px;
    height: 190px;
    padding: 10px 10px;
}

/*费用备注样式*/
.remark-detail, .file-detail {
    position: absolute;
    bottom: 33px;
    z-index: 3;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 4px 0px #0099FF;
    display: none;
    right: 0;
    width: 350px;
    max-height: 40vh;
    overflow-y: auto;
}

.remark-detail > div:first-child, .file-detail > div:first-child {
    padding: 20px 20px 10px;
}

.remark-list:hover > div {
    display: block;
}

.remark-detail ul li {
    display: flex;
    text-align: left;
    padding-left: 3em;
    padding-right: 1em;
    margin-bottom: 1em;
}

.remark-detail ul li span {
    display: inline-block;
    line-height: 1.4;
}

.remark-detail ul li span:first-child {
    width: 25%;
}

.remark-detail ul li span:last-child {
    width: 75%;
}

.file-detail ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}

.file-detail ul li {
    width: 33.33%;
    margin-bottom: 1em;
}

.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;
    padding-top: 40px;
}

.orderDetailImgPrev >.imgList >img:first-child {
    position: absolute;
    top: 8px;
    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%;
}
/*订单当前状态的 海关状态列表样式*/
.customs-list {
    left: 340px;
    top: 100px;
    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;
}
.form7501,.confirmCompanyBox {
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: none;
}

.form7501 > div,.confirmCompanyBox > div{
    width: 45%;
    height: 90vh;
    background-color: #FFFFFF;
    margin: 7vh auto;
    padding: 21px 17px 0 24px;
    overflow-y: auto;
}
.confirmCompanyBox > div {
    width: auto;
    max-width: 900px;
    min-width: 550px;
    height: 80vh;
}
.confirmCompanyBox h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}
.confirmCompanyBox p {
    font-size: 13px;
    color: #0099ff;
    line-height: 18px;
    text-indent: 2em;
}
.confirmCompanyBox textarea{
    width: 200px;
    height: 107px;
    line-height: 20px;
    vertical-align: top;
    outline: none;
}
.confirmCompanyBox div label {
    width: 158px;
    text-align: right;
}
.confirmCompanyBox .forwardRightDiv div label {
    width: 130px;
}
.notConfirmStatus,.confirmStatus {
    position: absolute;
    width: 70px;
    color: orange;
    border: 1px solid orange;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    border-radius: 20px;
    top: 0;
    left: 120px;
    text-align: center;
    display: none;
}
.confirmStatus {
    color: green;
    border-color: green;
}
iframe {
    width: 100%;
    height: 100%;
}
.img-modify iframe{
    height: 90vh;
}
.firstTable {
    width: 100%;
    background-color: #ffffff;
}
.secondTable {
    width: 100%;
    background-color: #ffffff;
}
.firstTable td{
    font-size: 13px;
    text-align: left;
    padding: 5px;
    color: #333;
    line-height: 20px;
    vertical-align: top;
}
.firstTable textarea {
    width: 100%;
    height: 110px;
    outline: none;
    margin-top: 5px;
    padding: 5px 10px;
    line-height: 20px;
    resize: none;
    border: 1px solid #ccc;
    color: #000000;
    border-radius: 5px;
}
.firstTable textarea:not(:disabled):focus,.firstTable textarea:not(:disabled):hover {
    border-color: #0a84ff;
}
.secondTable td{
    font-size: 13px;
    text-align: left;
    padding: 5px;
    color: #333;
    line-height: 20px;
    vertical-align: top;
}
.secondTable textarea {
    width: 100%;
    height: 300px;
    outline: none;
    padding: 0 10px;
    line-height: 25px;
    resize: none;
    border: 1px solid #ccc;
    color: #000000;
    border-radius: 5px;
}
.secondTable textarea:not(:disabled):focus,.secondTable textarea:not(:disabled):hover {
    border-color: #0a84ff;
}
.firstTable input {
    color: #000000;
    border: 1px solid #797979;
    border-radius: 5px;
    margin-top: 5px;
    width: 80%;
    padding: 0 5px;
}
.firstTable input:not(:disabled):focus,.firstTable input:not(:disabled):hover {
    border-color: #0a84ff;
}
.firstTable input[type=checkbox],.secondTable input[type=checkbox] {
    vertical-align: middle;
    margin: 0 5px;
}
.confirmTelexReleaseModal,.fileUploadSuccess,.forwardUrlBox,.billOfLoadingLogin,.checkBillBox, .disclaimers, .checkDataBox {
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: none;
}
.confirmTelexReleaseModal > div,.fileUploadSuccess > div,.forwardUrlBox > div,.billOfLoadingLogin > div,.checkBillBox > div, .disclaimers > div, .checkDataBox > div{
    width: 40%;
    background-color: #FFFFFF;
    margin: 7vh auto;
    padding: 21px 17px 0 24px;
}
.forwardUrlBox > div {
    width: 70%;
}
.confirmTelexReleaseModal p ,.fileUploadSuccess p,.forwardUrlBox p{
    text-indent: 2em;
    font-size: 16px;
    line-height: 25px;
}
.animateBox {
    width: 100%;
    height: 60px;
    margin: 0 0 10px 0;
    overflow: hidden;
}
.animate {
    padding-left: 20px;
    font-size: 16px;
    line-height: 20px;
    color: red;
    display: inline-block;
    animation: 15s wordsLoop linear infinite normal;
}


@keyframes wordsLoop {
    0% {
        transform: translateY(55px);
        -webkit-transform: translateY(55px);
    }
    100% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
    }

}
.order-sousuo label{
    width: 80px;
}
.bottom-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #F2F2F2;
    width: 100%;
    height: 38px;
    z-index: 9;
}
.declarationPortDiv {
    display: none;
    position: absolute;
    right: 10px;
    bottom: 20px;
    padding: 5px;
    z-index: 99;
    opacity: 0.9;
    font-weight: 100;
    color: #fff;
    background-color: #333;
    border-radius: 5px;
}
.checkBillTable {
    width: 100%;
    height: auto;
    max-height:60vh;
    padding-bottom: 30px
}
.checkBillTable h3 {
    font-weight: bold;
    font-size: 14px;
}
.checkBillTable th,.checkBillTable td {
    padding: 10px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
}
.checkBillTable table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.billOfLoadingLogin p {
    font-size: 16px;
    line-height: 30px;
}
.billOfLoadingLogin h4 {
    font-size: 18px;
}
table label {
    color: #7f7f7f;
}
.disclaimers p {
    font-size: 14px;
    line-height: 16px;
}
.checkDataList {
    display: flex;
    height: 60vh;
    overflow-y: auto;
}
.checkDataList > div {
    flex: 1;
}
.checkDataList > div > div {
    margin-top: 20px;
}
.checkDataList p {
    width: 0;
    margin: 20px 30px;
    height: 100%;
    border-left: 1px dashed #797979;
}
.checkDataList textarea, .checkDataList input{
    width: 100%;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 5px;
}
.checkDataList textarea {
    height: 90px;
    resize: none;
    cursor: not-allowed;
}
.checkDataList input {
    padding: 3px 5px;
    background-color: #fafafa!important;
}
.checkDataList label {
    line-height: 18px;
    color: #7f7f7f;
}
.checkDataList label i {
    color: red;
    font-style: normal;
}
.click-header {
   position: relative;
    margin-right: 10px;
}
.click-header span {
    font-size: 18px;
    color: #1890ff;
    cursor: pointer;
}
.click-header img {
    position: absolute;
    top: 10px;
    left: 100px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    animation: handAnimation 0.8s ease infinite;
}
@keyframes handAnimation {
    0% {
        width: 30px;
        height: 30px;
        top: 0px;
        left: 100px;
    }
    100% {
        width: 40px;
        height: 40px;
        top: -10px;
        left: 100px;
    }
}
.rightBoxTab {
    align-items: center;
    margin-left: 5px;
    margin-top: 4px
}
.rightBoxTab span {
    border: 1px solid #797979;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
}
.rightBoxTab span.active {
    background-color: #1990ff;
    border: 1px solid #1990ff;
    color: #fff!important;
}
#goodsBox {
    display: flex;
    align-items: start;
    padding-left: 30%;
    justify-content: space-evenly;
    flex-direction: column;
    height: 700px;
}
.goodsIconBox {
    width: 50px;
    height: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #d7d7d7;
    color: #ccc;
    font-size: 14px;
}
.goodsIconBox img {
    width: 30px;
}
#goodsBox>.goodsIconBox:nth-child(3) .goodsLine,#goodsBox>.goodsIconBox:nth-child(4) .goodsLine  {
    position: absolute;
    bottom: 50px;
    left: 50%;
    content: '';
    width: 0;
    height: 76px;
    border-left: 1px solid #cacaca;
}
#goodsBox>.goodsIconBox:nth-child(5) .goodsLine{
    position: absolute;
    bottom: 50px;
    left: 50%;
    content: '';
    width: 0;
    height: 75px;
    border-left: 1px solid #cacaca;
    transform-origin: center bottom;
}
#goodsBox>.goodsIconBox:last-child .goodsLine{
    position: absolute;
    bottom: 50px;
    left: 50%;
    content: '';
    width: 0;
    height: 75px;
    border-left: 1px solid #cacaca;
    transform-origin: center bottom;
}
.goodsIconBox td,.goodsIconBox th {
    padding: 5px 2px;
    text-align: left;
}
.goodsIconBox td {
    border: 1px solid #ccc;
    border-top: none;
}
.goodsIconBox th {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.goodsCargoReceive td {
    color: #333;
}
.firstTable .shipVoyageFlag {
    background-color: #e09137!important;
}
