﻿/* CSS Document */

    @page {
        size: auto;
        margin: 0mm;
    }

    * {
        margin: 0;
        padding: 0;
    }

        *:focus {
            outline: none;
        }

    * {
        margin: 0;
        padding: 0;
    }

        *:focus {
            outline: none;
        }

    html {
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
        width: 100%;
        height: 100%;
    }

    body {
        font-size: 12px;
        line-height: 1.6em;
        font-family: 'HYZhongYuanF',sans-serif,Arial,'Microsoft JhengHei', 'Heiti TC', 新細明體 !important;
        width: 100%;
        height: 100%;
    }

    article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, iframe {
        display: block;
    }

    em, q, cite, address {
        font-weight: normal;
        font-style: normal;
    }

    h1, h2 {
        font-weight: 700;
    }

    h3, h4, h5, h6 {
        font-weight: normal;
    }

    address {
        display: inline;
    }

    big {
        font-size: 1em;
    }

    small {
        font-size: 80%;
    }

    img {
        border: none;
    }

    ul li {
        list-style: none;
    }

    q {
        quotes: none;
    }

    strong {
        font-weight: bold;
    }

    table {
        border-collapse: collapse;
    }

    th {
        text-align: left;
        font-weight: normal;
    }

    button {
        cursor: pointer;
        vertical-align: middle;
        text-align: center;
        font-family: 'HYZhongYuanF',sans-serif,Arial,'Microsoft JhengHei', 'Heiti TC', 新細明體 !important;
    }

    .button, a.button, input.button {
        text-decoration: none;
        text-align: center;
        display: inline-block;
        cursor: pointer;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .btn-com {
        width: 65px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .btn-bl {
        width:95%;
        height:30px;
        line-height:30px;
        font-size:10px;            
    }

    .btn-info {
        color: #fff;
        background-color: #58666e;
    }

        .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
            color: #fff;
            background-color: #F00;
        }

    .div-title {
        width: 100%;
        background: #01B7F2;
        position: fixed;
        top: 0;
        z-index: 99;
    }

    .loadDiv {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999999;
        text-align: center;
        background: #fff;
    }

    .in-loading {
        width: 400px;
        height: 240px;
        position: absolute;
        top: 50%;
        margin-top: -120px;
        left: 40%;
        margin-left: -100px;
    }

    .fa-10xl {
        font-size: 32px;
        
    }

    .mar-left-10 {
        margin-left: 10px;
    }

    .mar-left-20 {
        margin-left: 20px;
    }

    .mar-left-30 {
        margin-left: 30px;
    }

    .mar-left-40 {
        margin-left: 40px;
    }

    .mar-left-50 {
        margin-left: 50px;
    }

    .mar-left-60 {
        margin-left: 60px;
    }

    .mar-left-70 {
        margin-left: 70px;
    }

    .mar-left-80 {
        margin-left: 80px;
    }

    .mar-left-90 {
        margin-left: 90px;
    }

    .mar-left-100 {
        margin-left: 100px;
    }

    .mar-top-10 {
        margin-top: 10px;
    }

    .mar-top-20 {
        margin-top: 20px;
    }

    .mar-top-30 {
        margin-top: 30px;
    }

    .mar-top-40 {
        margin-top: 40px;
    }

    .mar-top-50 {
        margin-top: 50px;
    }

    .mar-top-60 {
        margin-top: 60px;
    }

    .mar-top-70 {
        margin-top: 70px;
    }

    .mar-top-80 {
        margin-top: 80px;
    }

    .mar-top-90 {
        margin-top: 90px;
    }

    .mar-top-100 {
        margin-top: 100px;
    }

    .mar-l-2p {
        margin-left: 2%;
    }
    .mar-l-20p {
        margin-left: 20%;
    }

    .mar-t-1p {
        margin-top: 1%;
    }
    .mar-t-2p {
        margin-top: 2%;
    }

    .mar-l-65p{margin-left:65%}
    .mar-r-5p{margin-right:5%}
    .pad-l-5{padding-left:5px;}

    .page {
        padding-top: 130px;
        padding-bottom: 30px;
    }

    .wrapper-pdf {
        margin:auto;
        width:50%;
        height:calc(100vh - 130px);
        padding-top:130px;
    }

    .wrapper {
        display: grid;
        grid-template-columns: 7% 86% 7%;
    }

    .grd-Search {
        display: grid;
        grid-template-rows: 40px 20px 10px 20px 20px 20px 40px 30px 2px;
        grid-template-columns: 35% 65%;
  }

::-webkit-input-placeholder {
    color:#e3e3e3
}
:-moz-placeholder {
    color:#e3e3e3
}
::-moz-placeholder {
    color:#e3e3e3
}
:-ms-input-placeholder {
    color:#e3e3e3
}
    .dxTextBox {
        border: solid 1px #e3e3e3;
        font-size: 16px !important;
        height: 95%;
        border-radius: 4px;
        float: left;
        padding-left: 5px;
        box-shadow: inset 0 1px 1px #58666e;
        font-family: 'HYZhongYuanF',sans-serif,Arial,'Microsoft JhengHei', 'Heiti TC', 新細明體 !important;       
    }
        .dxTextBox:focus {
               border: solid 1px #00aeef;
               height: 40px;
               border-radius: 4px;
         }

    .dxTextBoxFocused {
        border: solid 1px #00aeef;
        height: 40px;
        border-radius: 4px;
    }
.dxTextBoxFocused-nm {
            border: solid 1px #00aeef;

}

    .dig-border-bottom {
        width: 100%;
        border-bottom: 1px solid #000000;
    }

    .div-bottom {
        width: 100%;
        height: 30px;
        background-color: #231F20;
        position: fixed;
        bottom: 0;
        line-height: 30px;
        z-index: 99;
    }

    .grd-main-info {
        display: grid;
        grid-template-rows: repeat(13,45px);
        grid-template-columns: repeat(135,1fr);
    }


    .div-info-box {
        border-bottom: 1px solid #000000;
        align-self: flex-end;
    }
    .div-info_charge-box {
        border-bottom: 1px solid #000000;
        align-self:center;
    }
    .btn-charginfo {
        width:90%;
        height:35px;
        margin-top:5px;
        line-height:35px;
        font-size:1.5em;
        font-weight:bold;
        text-decoration: none;
        text-align: center;
        display: inline-block;
        cursor: pointer;
        box-sizing: border-box;
        transition-property: all;
        transition-duration: 0.5s;
        background: linear-gradient(to left, #FFFFFF, #31C3F4);
        color:#0c4da1;
    }
        .btn-charginfo:hover {
            box-shadow:2px 2px 2px #e3e3e3;
        }

        .div-info-box h2 {
            color: transparent; /* 首字母透明 */
            background: #0c4da1; /* 底色渐变 */
            -webkit-background-clip: text; /* 将底色限制于文本的范围内 */
            background-clip: text;
        }

            .div-info-box h2::first-letter {
                font-size: 1.5em;
                color: transparent; /* 首字母透明 */
                background: #0c4da1; /* 底色渐变 */
                -webkit-background-clip: text; /* 将底色限制于文本的范围内 */
                background-clip: text;
            }

        .div-info-box h3 {
            color: transparent; /* 首字母透明 */
            background: #0c4da1; /* 底色渐变 */
            -webkit-background-clip: text; /* 将底色限制于文本的范围内 */
            background-clip: text;
            font-weight: bold;
            font-size: 1.5em;
        }

    .div-container-h2 {
        color: transparent; /* 首字母透明 */
        background: #0c4da1; /* 底色渐变 */
        -webkit-background-clip: text; /* 将底色限制于文本的范围内 */
        background-clip: text;
    }

        .div-container-h2::first-letter {
            font-size: 1.5em;
            color: transparent; /* 首字母透明 */
            background: #0c4da1; /* 底色渐变 */
            -webkit-background-clip: text; /* 将底色限制于文本的范围内 */
            background-clip: text;
        }
    .lb_cfs_lcl {
        display:block;
        background: linear-gradient(to left, #FFFFFF, #31C3F4);
    }
    .lb_cfs_fcl {
        display:block;
        background: linear-gradient(to left, #FFFFFF, #ffd800);
    }

    .div-grd-box {
        border-bottom: 1px solid #e3e3e3;
        align-self:flex-end; 
        
    }

        .div-grd-box h3 {
            font-weight: bold;
            color: transparent;
            background: #0c4da1; /* 底色渐变 */
            -webkit-background-clip: text; /* 将底色限制于文本的范围内 */
            background-clip: text;
        }

    .div-grd-dt-box {
        border-bottom: 1px solid #e3e3e3;
        align-self: flex-end;
    }

    .sp-grd-dt-ft {
        height: 100px;
        width: 100px;
        background: #bcbcbc;
        border-radius: 3px;
        display: block;
        margin-top: 10px;
        position: relative;
        line-height: 100px;
        text-align: center;
        cursor: pointer;
    }

        .sp-grd-dt-ft::after {
            content: "";
            border-top: 10px solid #bcbcbc;
            border-right: 10px solid transparent;
            border-left: 10px solid transparent;
            position: absolute;
            right: 40px;
            top: 100px;
            z-index: 1;
        }

    .sp-grd-dt-ft-cur {
        height: 100px;
        width: 100px;
        background: #01B7F2;
        color: #fff;
        border-radius: 3px;
        display: block;
        margin-top: 10px;
        position: relative;
        line-height: 100px;
        text-align: center;
        cursor: pointer;
    }

        .sp-grd-dt-ft-cur::after {
            content: "";
            border-top: 10px solid #01B7F2;
            border-right: 10px solid transparent;
            border-left: 10px solid transparent;
            position: absolute;
            right: 40px;
            top: 100px;
            z-index: 1;
        }

    .sp-grd-dt {
        height: 100px;
        width: 100px;
        background: #bcbcbc;
        border-radius: 3px;
        display: block;
        margin-top: 10px;
        position: relative;
        line-height: 100px;
        text-align: center;
        cursor: pointer;
    }

    .sp-grd-dt-cur {
        height: 100px;
        width: 100px;
        background: #01B7F2;
        color: #fff;
        display: block;
        margin-top: 10px;
        position: relative;
        line-height: 100px;
        text-align: center;
        cursor: pointer;
    }

        .sp-grd-dt-cur::after {
            content: "";
            border-top: 10px solid #01B7F2;
            border-right: 10px solid transparent;
            border-left: 10px solid transparent;
            position: absolute;
            right: 40px;
            top: 100px;
            z-index: 1;
        }

        .sp-grd-dt-cur::before {
            content: "";
            border-top: 10px solid #fff;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            position: absolute;
            left: 40px;
            top: 0;
        }

    .sp-grd-dt::after {
        content: "";
        border-top: 10px solid #bcbcbc;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        right: 40px;
        top: 100px;
        z-index: 1;
    }

    .sp-grd-dt::before {
        content: "";
        border-top: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        position: absolute;
        left: 40px;
        top: 0;
    }

    .sp-grd-dt-lt {
        height: 100px;
        width: 100px;
        background: #bcbcbc;
        border-radius: 3px;
        display: block;
        margin-top: 10px;
        position: relative;
        line-height: 100px;
        text-align: center;
        cursor: pointer;
    }

        .sp-grd-dt-lt::before {
            content: "";
            border-top: 10px solid #fff;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            position: absolute;
            left: 40px;
            top: 0;
        }

    .sp-grd-dt-lt-cur {
        height: 100px;
        width: 100px;
        background: #01B7F2;
        border-radius: 3px;
        color:#fff;
        display: block;
        margin-top: 10px;
        position: relative;
        line-height: 100px;
        text-align: center;
        cursor: pointer;
    }

    .sp-grd-dt-lt::before {
        content: "";
        border-top: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        position: absolute;
        left: 40px;
        top: 0;
    }

    .grd-main-info-col-span-2 {
        grid-column: span 2;
    }

    .grd-main-info-col-span-3 {
        grid-column: span 3;
    }

    .grd-main-info-col-span-4 {
        grid-column: span 4;
    }

    .grd-main-info-col-span-5 {
        grid-column: span 5;
    }

    .grd-main-info-col-span-6 {
        grid-column: span 6;
    }

    .grd-main-info-col-span-7 {
        grid-column: span 7;
    }

    .grd-main-info-col-span-8 {
        grid-column: span 8;
    }

    .grd-main-info-col-span-9 {
        grid-column: span 9;
    }

    .grd-main-info-col-span-10 {
        grid-column: span 10;
    }

    .grd-main-info-col-span-11 {
        grid-column: span 11;
    }

    .grd-main-info-col-span-12 {
        grid-column: span 12;
    }
    .grd-main-info-col-span-14 {
        grid-column: span 14;
    }
    .grd-main-info-col-span-15 {
        grid-column: span 15;
    }

    .grd-main-info-col-span-16 {
        grid-column: span 16;
    }
    .grd-main-info-col-span-17 {
        grid-column: span 17;
    }
    .grd-main-info-col-span-18 {
        grid-column: span 18;
    }
    .grd-main-info-col-span-19 {
        grid-column: span 19;
    }
    .grd-main-info-col-span-20 {
        grid-column: span 20;
    }

    .grd-main-info-col-span-25 {
        grid-column: span 25;
    }

    .grd-main-info-col-span-29 {
        grid-column: span 29;
    }

    .grd-main-info-col-span-30 {
        grid-column: span 30;
    }
    .grd-main-info-col-span-31 {
        grid-column: span 31;
    }
    .grd-main-info-col-span-32 {
        grid-column: span 32;
    }

    .grd-main-info-col-span-34 {
        grid-column: span 34;
    }

    .grd-main-info-col-span-35 {
        grid-column: span 35;
    }

    .grd-main-info-col-span-36 {
        grid-column: span 36;
    }
    .grd-main-info-col-span-37 {
        grid-column: span 37;
    }
    .grd-main-info-col-span-38 {
        grid-column: span 38;
    }
    .grd-main-info-col-span-39 {
        grid-column: span 39;
    }

    .grd-main-info-col-span-40 {
        grid-column: span 40;
    }

    .grd-main-info-col-span-45 {
        grid-column: span 45;
    }

    .grd-main-info-col-span-50 {
        grid-column: span 50;
    }

    .grd-main-info-col-span-55 {
        grid-column: span 55;
    }

    .grd-main-info-col-span-60 {
        grid-column: span 60;
    }

    .grd-main-info-col-span-65 {
        grid-column: span 65;
    }
    .grd-main-info-col-span-85 {
        grid-column: span 85;
    }
    .grd-main-info-col-span-125 {
        grid-column: span 125;
    }

    .grd-main-info-row-span-9 {
        grid-row: span 9;
    }

    .img-cnt {
        cursor: pointer;
        background-repeat: no-repeat;
    }

    .pl-table03 {
        width: 100%;
    }

        .pl-table03 .pl-td {
            padding-top: 2.5px;
            height: 30px;
            padding-bottom: 2.5px;
            padding-left: 8px;
            padding-right: 8px;
            border-bottom: 1px dashed #f2f2f2;
            text-align: right;
        }

            .pl-table03 .pl-td.no-border {
                border: 0 none;
            }

    ul.crumbs {
        margin: 10px 0;
    }

    ul.crumbs {
        list-style: none;
        display: inline-table;
        width: 100%;
        padding: 0 3%;
    }

        ul.crumbs li {
            display: inline;
        }

            ul.crumbs li span.ulSpan {
                display: block;
                float: left;
                width: 10%;
                height: 40px;
                line-height: 40px;
                background: #bcbcbc;
                text-align: center;
                position: relative;
                margin: 0 10px 0 0;
                font-size: 14px;
                text-decoration: none;
                cursor: pointer;
            }

            ul.crumbs li span.current {
                background: #01B7F2;
                color: #fff;
            }

            ul.crumbs li span.ulSpan:after {
                content: "";
                border-top: 20px solid transparent;
                border-bottom: 20px solid transparent;
                border-left: 20px solid #bcbcbc;
                position: absolute;
                right: -20px;
                top: 0;
                z-index: 1;
            }

            ul.crumbs li span.current:after {
                border-left: 20px solid #01B7F2;
            }

            ul.crumbs li span.ulSpan:before {
                content: "";
                border-top: 20px solid transparent;
                border-bottom: 20px solid transparent;
                border-left: 20px solid #fff;
                position: absolute;
                left: 0;
                top: 0;
            }

            ul.crumbs li:first-child span.ulSpan {
                border-top-left-radius: 4px;
                border-bottom-left-radius: 4px;
            }

                ul.crumbs li:first-child span.ulSpan:before {
                    display: none;
                }

            ul.crumbs li:last-child span.ulSpan {
                border-top-right-radius: 4px;
                border-bottom-right-radius: 4px;
            }

                ul.crumbs li:last-child span.ulSpan:after {
                    display: none;
                }

    .fl-left {
        float: left;
    }
    .fl-right{
        float:right;
    }

    .icoTrn {
        transform: rotate(180deg);
    }

    .icoNTrn {
        transform: rotate(-180deg);
    }

    .div-grd-Blgrid {
        padding: 5px;
        display: grid;
        /*grid-template-rows: repeat(10,35px);*/
        grid-template-rows: repeat(8,35px);
        grid-template-columns: repeat(40,1fr);
    }

    .div-grd-cont {
        display: grid;
        grid-template-columns: repeat(12,1fr);
        border-bottom:1px solid #e3e3e3;
    }

    .div-grd-contgrid {
        padding: 5px;
        display: grid;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr auto;
        grid-template-columns: repeat(40,1fr);
       
    }
    .div-grd-whsgrid {
        padding: 5px;
        display: grid;
        grid-template-rows: 35px auto;
        grid-template-columns: repeat(40,1fr);
    }
    .div-grd-whsDgrid {
        display: grid;
        grid-template-rows: 35px 35px;
        grid-template-columns: repeat(40,1fr);
    }
    .div-grd-delgrid {
        padding: 5px;
        display: grid;
        grid-template-rows: 35px 35px 35px 35px;
        grid-template-columns: repeat(40,1fr);
    }
    .div-grd-Destgrid {
        padding: 5px;
        display: grid;
        grid-template-rows: 35px 35px 35px 35px 35px 35px auto;
        grid-template-columns: repeat(40,1fr);
    }
    .div-grd-DestImpgrid {
        padding: 5px;
        display: grid;
        grid-template-rows: 35px 35px 35px 35px;
        grid-template-columns: repeat(40,1fr);
    }
    .div-grd-DestDgrid {
        display: grid;
        grid-template-rows: 35px;
        grid-template-columns: repeat(40,1fr);
    }
    .div-grd-cont-div {
        height: 60%;
        width: 100%;
        min-height: 200px;
        overflow-y: auto;
    }

    .div-grd-fstrow-bk-1-5-1 {
        background: linear-gradient(to left, #31C3F4, #01B7F2);
        border-bottom:1px solid #e3e3e3;
    }
    .div-grd-fstrow-bk-1-5-5 {
        background: linear-gradient(to left, #FFFFFF, #31C3F4);
    }
    .div-grd-dtGrd-fstrow-bk {
        background: linear-gradient(to left, #FFFFFF, #ffd800);
    }
    .div-grd-dtGrd-fstrow-h3 {
        font-weight: bold;
            color: transparent;
            background: #fff; /* 底色渐变 */
            -webkit-background-clip: text; /* 将底色限制于文本的范围内 */
            background-clip: text;
    }
    .grd-row-span-1 {
        grid-row: span 1;
    }

    .grd-row-span-2 {
        grid-row: span 2;
    }

    .grd-row-span-3 {
        grid-row: span 3;
    }

    .grd-row-span-4 {
        grid-row: span 4;
    }

    .grd-row-span-5 {
        grid-row: span 5;
    }

    .grd-row-span-6 {
        grid-row: span 6;
    }

    .grd-row-span-7 {
        grid-row: span 7;
    }

    .grd-row-span-8 {
        grid-row: span 8;
    }

    .grd-row-span-9 {
        grid-row: span 9;
    }

    .grd-row-span-10 {
        grid-row: span 10;
    }

    .div-grd-statusBar {
        display: grid;
        grid-template-rows: 40px auto 20px;
    }

    .border-box {
        border: 1px solid #e3e3e3;
    }

    .div-grd-detailInfo {
        display: grid;
        grid-template-rows: 20px auto 20px;
    }

    .div-grd-detailInfo-mainbox {
        display: grid;
        grid-template-rows: 60px auto;
        
    }

    .div-grd-detailInfo-firstrow {
        display: grid;
        grid-template-columns: 10px 50px auto 50px;
        cursor: pointer;
        justify-content:flex-start;
    }

    .div-grd-statusdetail-grd {
        display: grid;
        width: 100%;
        height: auto;
        grid-template-columns: 1% 10% 88% 1%;
    }

    .div-grd-statusdetail-grd-dtgrd {
        display: grid;
        width: 100%;
        height: auto;
        grid-template-columns: repeat(20,1fr);
    }

    .div-statusdetail-grd-col-fst {
        height: 120px;
        line-height: 120px;
        text-align: center;
    }
    /*.div-statusdetail-grd-col-sec{height:120px;overflow-y:auto;}*/
    .div-statusdetail-grd-col-sec {
        height: 120px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        transition-duration: 0.5s;
    }

    .tleft {
        text-align: left;
    }

    .tright {
        text-align: right;
    }

    .tcenter {
        text-align: center;
    }

    .tooltip {
        position: relative;
        display: inline-block;
        border-bottom: 1px dotted #777;
    }

    .tooltip-content {
        opacity: 0;
        visibility: hidden;
        font: 12px;
        text-align: left;
        border-style: none;
        border-radius: 5px;
        width: 150px;
        height: auto;
        padding: 15px;
        position: absolute;
        bottom: 40px;
        left: 50%;
        margin-left: -76px;
        font-family: 'HYZhongYuanF',sans-serif,Arial,'Microsoft JhengHei', 'Heiti TC', 新細明體 !important; 
        color: #000000;
        background-color: #fff;
        background-image: linear-gradient(rgba(255,255,255,.1),rgba(1,183,242,.1));
        box-shadow: 1px 1px 0 rgba(1,183,242,.1), 2px 2px 0 rgba(1,183,242,.1), 3px 3px 1px rgba(0, 0, 0, .3), 0 1px 0 rgba(255,255,255, .5) inset;
        transition: bottom .2s ease, opacity .2s ease;
        z-index: 70;
    }

    .tooltip:hover .tooltip-content {
        opacity: 1;
        visibility: visible;
        bottom: 50px;
    }

    .tooltip-side {
        position: relative;
        display: inline-block;
        border-bottom: 1px dotted #777;
    }

    .tooltip-side-content {
        opacity: 0;
        visibility: hidden;
        font: 12px;
        font-family: 'HYZhongYuanF',sans-serif,Arial,'Microsoft JhengHei', 'Heiti TC', 新細明體 !important; 
        text-align: left;
        border-style: none;
        border-radius: 5px;
        width: 150px;
        padding: 15px;
        position: absolute;
        bottom: 40px;
        left: 100%;
        margin-left: -76px;
        color: #000000;
        background-color: #fff;
        background-image: linear-gradient(rgba(255,255,255,.1),rgba(1,183,242,.1));
        box-shadow: 1px 1px 0 rgba(1,183,242,.1), 2px 2px 0 rgba(1,183,242,.1), 3px 3px 1px rgba(0, 0, 0, .3), 0 1px 0 rgba(255,255,255, .5) inset;
        transition: bottom .2s ease, opacity .2s ease;
        z-index: 70;
    }

    .tooltip-side:hover .tooltip-side-content {
        opacity: 1;
        visibility: visible;
        bottom: 60%;
    }

    .tooltip-cont {
        position: relative;
        display: inline-block;
        border-bottom: 1px dotted #777;
    }

    .tooltip-cont-content {
        opacity: 0;
        visibility: hidden;
        font: 12px;
        font-family: 'HYZhongYuanF',sans-serif,Arial,'Microsoft JhengHei', 'Heiti TC', 新細明體 !important; 
        text-align: left;
        border-style: none;
        border-radius: 5px;
        width: 150px;
        padding: 15px;
        position: absolute;
        bottom: 40px;
        left: 100%;
        margin-left: -76px;
        color: #000000;
        background-color: #fff;
        background-image: linear-gradient(rgba(255,255,255,.1),rgba(1,183,242,.1));
        box-shadow: 1px 1px 0 rgba(1,183,242,.1), 2px 2px 0 rgba(1,183,242,.1), 3px 3px 1px rgba(0, 0, 0, .3), 0 1px 0 rgba(255,255,255, .5) inset;
        transition: bottom .2s ease, opacity .2s ease;
        z-index: 70;
    }

    .tooltip-cont:hover .tooltip-cont-content {
        opacity: 1;
        visibility: visible;
        bottom: 60%;
    }

    .div-grd-nodata {
        display: grid;
        grid-template-rows: 10px 110px 270px;
    }

    .div-grd-nodata-msg {
        display: grid;
        grid-template-rows: 50px 30px 30px;
    }

    .div-grd-nodata-img {
        display: grid;
        grid-template-columns: 10px 450px auto;
    }
    .div-grd-cont-dt{
        display: grid;
        grid-template-rows: 40px auto;
        grid-template-columns: 60px auto;
    }
    .div-grd-box-img {
        border-bottom: 1px solid #e3e3e3;
    }
    .grd-cont-img {
        padding-left:12%;
    }
    #tabs {
        overflow: hidden;
        width: 100%;
        margin:0;            
        padding:0;
        list-style: none;
    }
    #tabs li {
    float: left;
    margin: 0 -15px 0 0;
    }

    #tabs a {
    float: left;
    position: relative;
    margin-top:10px;
    padding: 0 40px;
    height: 0;
    line-height: 50px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-top-left-radius:5px;
    border-right: 50px solid transparent;
    border-bottom: 50px solid #000;
    border-bottom-color: #777\9;    
    opacity: .3;
    }

    #tabs a:hover, #tabs a:focus {
        border-bottom-color:#F00;
        opacity: 1;
    }

    #tabs a:focus {
        outline: 0;
    }

    #tabs #current {
    z-index: 3;
    border-bottom-color: #01B7F2;
    opacity: 1;
    }


    .hdUl {
        height:60px;
        width:100%;
    }
    .hdUl li {
        list-style: none;
        float: left;
        display: inline-table;
        cursor:pointer;
    }
        .hdUl li span.usp {
            height:47px;
            width:47px;
            background-color:rgba(0,0,0,0.4);
            color:#fff;
            border-radius:25%;
            display:block;
            margin-right:75px;
            line-height:47px;
            padding-left:2px;
            position:relative;
            box-shadow:2px 2px rgba(0,0,0,0.8);
        }
            ul.hdUl li span.usp::after {
                display:block;
                width:75px;
                content:"";
                border-bottom:5px dashed #000;
                position:absolute;
                top:45%;
                left:100%;
                z-index:1;
            }

            ul.hdUl li span.cursp {
                height:47px;
                width:47px;
                background: #ffd800;
                color: #000;
                border-radius:25%;
                display:block;
                margin-right:75px;
                line-height:47px;
                padding-left:2px;
                position:relative;
                box-shadow:2px 2px rgba(0,0,0,0.8);
            }
            ul.hdUl li span.cursp::after {
                border-bottom:5px dashed #ffd800;
                display:block;
                width:75px;
                content:"";
                position:absolute;
                top:45%;
                left:100%;
                z-index:1;
            }

            ul.hdUl li:last-child span.usp:after {
                display: none;
            }
            ul.hdUl li:last-child span.cursp:after {
                display: none;
            }
/* 侧边栏初始样式，宽度为 200px */
.sidebar {
    width: 300px;
    height: calc(100vh - 126px); /* 这里设置为屏幕高度 */
    background-color: #f2f2f2;
    position: fixed;
    top: 96px;
    left: 0;
    transition: all 0.3s ease;
}
/* 内容区域占满剩余空间 */
.content {
    margin-left: 200px; /* 初始宽度 200px */
    width: calc(100% - 200px);
    background-color: #fff;
    transition: all 0.3s ease;
}
/* 按钮样式 */
.toggle-btn {
    height:50px;
    width:50px;
    margin-left:300px;
    border:none;
    border-radius:0 5px 5px 0;
    transition: all 0.3s ease;
    background-color:#f2f2f2;
    cursor:pointer;
    text-align:center;
    line-height:50px;
}
/* 侧边栏收起状态 */
.collapsed {
    width: 0px; /* 收起时宽度为50px */
}
/* 内容区域展开状态 */
.expanded {
    margin-left: 0; /* 收起时宽度为50px */
    width: 100%; /* 计算内容区域宽度 */
}
.expanded-btn {
    margin-left: 0; /* 收起时宽度为50px */
}
.sidebar-inbox {
    height:calc(100vh - 50px - 96px - 30px);
    width:90%;
    overflow-y:auto;
    overflow-x:hidden;
}
.sidebar-div-grid{
    display:grid;
    grid-template-rows: 30px 30px auto;
    grid-template-columns: 1% 70% 28% 1%;
}
.div-grd-v-alien-top{
    align-self: flex-start;
}
.div-grd-v-alien-cent{
    align-self: center;
}
.div-grd-v-alien-end{
    align-self: flex-end;
}
.div-grd-h-alien-left{
    justify-self:self-start;
}
.div-grd-h-alien-middle{
    justify-self:center;
}
.div-grd-h-alien-right{
    justify-self:self-end;
}
.hiding { margin-left: -100%; opacity: 0.5; }
.hidden { display: none; }
.list-ul { float: left; width: 100%; margin: 2em 0; padding: 0; position: relative; }
.list-ul-li { float: left; clear: left; width: 80%; margin: 0.2em 0; padding: 0.5em 0.8em; list-style: none; border-radius:0 5px 5px 0;box-shadow:3px 1px rgba(0,0,0,0.5); cursor: pointer; color: #333; position: relative; z-index: 2;transition-property: margin, border-color; transition-duration: .4s,.2s; transition-timing-function: ease-in-out,ease;font-family: 'HYZhongYuanF',sans-serif,Arial,'Microsoft JhengHei', 'Heiti TC', 新細明體 !important;  }
.list-ul-li-export{  background-image:linear-gradient(to right, rgba(1,183,242,1), rgba(1,183,242,0) );}
.list-ul-li-inport{  background-image:linear-gradient(to right, rgba(255,216,0,1), rgba(255,216,0,0) );}
.list-ul-li:hover { background-color: #f9f9f9;}
.list-ul-li-empty{ float: left; clear: left; width: 80%; margin: 0.2em 0; padding: 0.5em 0.8em; list-style: none;border-radius:0 5px 5px 0;color: #333; position: relative; z-index: 2;transition-property: margin, border-color; transition-duration: .4s,.2s; transition-timing-function: ease-in-out,ease;}
.empty-item { color: #ddd; margin: 0.2em 0; padding: 0.5em 0.8em; font-style: italic; border: none; text-align: center; visibility: hidden; opacity: 0; float: left; clear: left; width: 100%; transition-property: opacity; transition-duration: 0s; transition-delay: 0s; transition-timing-function: ease;}
.empty .empty-item { opacity: 1; visibility: visible;transition-property: opacity; transition-duration: .2s; transition-delay: .3s; transition-timing-function: ease;  }
.btnHid {display: none;}
.dxblTextBox {
        border: solid 1px #e3e3e3;
        font-size: 10px !important;
        height: 95%;
        width:90%;
        border-radius: 4px;
        padding-left: 5px;
        box-shadow: inset 0 1px 1px #58666e;
        font-family: 'HYZhongYuanF',sans-serif,Arial,'Microsoft JhengHei', 'Heiti TC', 新細明體 !important;       
        margin-left:3px;
    }
        .dxblTextBox:focus {
               border: solid 1px #00aeef;
         }
.div-status-grd{
    display: grid;
    grid-template-columns: 20% 75% 5%;
}
.lb-exin {
    font-size: 48px;
    padding-top: 15%;
    font-family: 'HYZhongYuanF',sans-serif,Arial,'Microsoft JhengHei', 'Heiti TC', 新細明體 !important;     
}
.color-fff{color:#fff}
.color-000{color:#000}
.color-in {background-color:#ffd800}
.color-ex {background-color:#01B7F2;}
.div-exin{height:75px;width:80%;line-height:75px;text-align:center}
.lb-user{
    font-size:12px!important;
    font-family: 'HYZhongYuanF',sans-serif,Arial,'Microsoft JhengHei', 'Heiti TC', 新細明體 !important;       
    text-decoration:none;   
}
.div-lg-bk {
    height: 100vh;
    align-items: center;
    position: relative;
    background-color: rgb(1, 183, 242);
    overflow: hidden;
}
.div-lg-bk::before,
.div-lg-bk::after {
    content: "";
    position: absolute;
    left: 50%;
    min-width: 300vw;
    min-height: 300vw;
    background: #fff;
    animation: roateOne 10s linear infinite;
}

.div-lg-bk::before {
    bottom: 15vh;
    border-radius: 55%;
}

.div-lg-bk::after {
    bottom: 12vh;
    opacity: 0.3;
    border-radius: 45%;
}
@keyframes roateOne {
    0% {
        transform: translate(-50%, 0) rotateZ(0deg);
    }
    25%{
        transform: translate(-50%, -1%) rotateZ(90deg);
    }
    50% {
        transform: translate(-50%, -2%) rotateZ(180deg);
    }
    75% {
        transform: translate(-50%, -1%) rotateZ(270deg);
    }
    100% {
        transform: translate(-50%, 0%) rotateZ(360deg);
    }
}
.box-shadow10 { -moz-box-shadow:0 0 10px rgba(0,0,0,0.2); -webkit-box-shadow:0 0 10px rgba(0,0,0,0.2); box-shadow:0 0 10px rgba(0,0,0,0.2) }
.box-shadow10 { border:1px solid #f2f2f2\0 } /* IE8支持*/
*+html .box-shadow10 { border:1px solid #f2f2f2 }/* IE7支持*/
.div-lg-input {position:absolute;z-index:99;top:25%;left:35%;height:240px;width:30%;background-color:#fff;border-radius:5px;}
.div-lg-grd{
    display:grid;
    grid-template-columns: repeat(20,1fr);
    grid-template-rows: 40px 10px 35px 35px 60px 60px auto;
}
.dxlgTextBox {
        border: solid 1px #e3e3e3;
        font-size: 10px !important;
        height: 25px;
        width:180px;
        border-radius: 4px;
        padding-left: 5px;
        box-shadow: inset 0 1px 1px #58666e;
        font-family: 'HYZhongYuanF',sans-serif,Arial,'Microsoft JhengHei', 'Heiti TC', 新細明體 !important;       
        margin-left:3px;
    }
        .dxlgTextBox:focus {
               border: solid 1px #00aeef;
         }
.btn-lg {
        width:160px;
        height:30px;
        line-height:30px;
        font-size:10px;            
    }
.t_Dialog {
            position: fixed;
            z-index: 5000;
            width: 320px;
            height: 120px;
            top: 40%;
            left: 50%;
            background: #fff;
            padding: 15px;
            border-radius: 5px;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            text-align: center;
        }

        .weui-mask {
            background: rgba(0,0,0,.6);
        }

        .weui-mask, .weui-mask_transparent {
            position: fixed;
            z-index: 1000;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
        }
.empty-lb-msg {
    color:#d2d2d2;
    font-size:12px;
    font-style:italic
}
.progress-bar_wrap {
  width: 100px;
  height: 15px;
  background: #F6F6FA;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 5px;
  margin-left:5px;
}
.progress-bar_item {
  display: inline-block;
  height: 100%;
  width: 25%;
  float: left;
  
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}
.active {
    background-color:transparent;
}
.active_lo {
    background-color:#FF4B47;
}
.active_mi {
    background-color:#F9AE35;
}
.active_mhi {
    background-color:#cbf69a;
}
.active_hi {
    background-color:#03fe00;
}


.progress-bar_text {
  display: inline-block;
  color: #aaa;
  margin-left: 5px;
  -webkit-transition: .2s;
  transition: .2s;
}

.grd-con-font {
    font-family: 'HYZhongYuanF',sans-serif,Arial,'Microsoft JhengHei', 'Heiti TC', 新細明體 !important;
}
.div-bottom-lang{
    background-color:#231F20;
    height:0px;
    width:90px;
    position:fixed;
    bottom:30px;
    z-index:98;
    right:7%;
    transition: all 0.3s ease;
}
.div-bottom-lang-grd {
    display:grid;
    grid-template-rows: repeat(3,35px);
}
.div-bottom-lang-grd-row {
    cursor:pointer;
    color:#fff;
    height:0px;
    line-height:35px;
    text-align:center;
}
    .div-bottom-lang-grd-row:hover {
        background-color:rgba(35,31,32,0.5);
        box-shadow:0 0 5px rgba(255,255,255,1) inset;
    }
.expanded-lan{
    height:0px;
}
.collapsed-lan{
    height:105px;
}
.collapsed-lan-row {
    height:35px;
}
.span-lan {
    float:right;
    color:#fff;
    margin-right:7%;
    cursor:pointer;
}
    .grd-pdf {
        padding: 2px;
        width:96%;
        display: grid;
        grid-template-rows: 45px 30px 30px 45px 1px 30px 30px 30px 30px 30px 30px 30px auto 10px 35px 35px 35px 45px;
        grid-template-columns: repeat(40,1fr);
        margin-bottom:50px;
        border:1px solid #000;
        box-shadow:5px 5px 5px #777
  }
    .grd-pdf-line-htitle {
        display:flex;
        align-self:center;
        justify-content:center;
        font-family:'HYZhongYuanF',sans-serif,Arial,'Microsoft JhengHei', 'Heiti TC', 新細明體 !important;
        font-size:25px;
        font-weight:bold;
    }
    .grd-pdf-line-3title-left {
        display:flex;
        align-self:center;
        justify-content:flex-end;
        font-family:'HYZhongYuanF',sans-serif,Arial,'Microsoft JhengHei', 'Heiti TC', 新細明體 !important;
        font-size:16px;
        font-weight:bold;
    }
    .grd-pdf-line-3title-right {
        display:flex;
        align-self:center;
        justify-content:flex-start;
        font-family:'HYZhongYuanF',sans-serif,Arial,'Microsoft JhengHei', 'Heiti TC', 新細明體 !important;
        font-size:16px;
        font-weight:bold;
    }
    .grd-pdf-line-ntitle {
        display:flex;
        align-self:center;
        justify-content:center;
        font-family:'HYZhongYuanF',sans-serif,Arial,'Microsoft JhengHei', 'Heiti TC', 新細明體 !important;
        font-size:16px;
        font-weight:bold;
    }
    .grd-pdf-line-subtitle {
        display:flex;
        align-self:center;
        justify-content:flex-start;
        font-family:'HYZhongYuanF',sans-serif,Arial,'Microsoft JhengHei', 'Heiti TC', 新細明體 !important;
        font-size:16px;
        font-weight:bold;
    }
    .grd-pdf-line-subinfo {
        display:flex;
        align-self:center;
        justify-content:flex-start;
        font-family:'HYZhongYuanF',sans-serif,Arial,'Microsoft JhengHei', 'Heiti TC', 新細明體 !important;
        font-size:16px;
    }
    .grd-pdf-header-style {
        background-color:transparent;
        border-bottom:1px dashed #000;
        border-left:none;
        border-right:none;
        border-top:none;
        font-family:'HYZhongYuanF',sans-serif,Arial,'Microsoft JhengHei', 'Heiti TC', 新細明體 !important;
        text-align:center;
        font-size:20px;
    }
    .grd-pdf-cell-style-First {
        font-family:'HYZhongYuanF',sans-serif,Arial,'Microsoft JhengHei', 'Heiti TC', 新細明體 !important;
        text-align:left;
        font-size:16px;
    }
    .grd-pdf-cell-style-nFirst {
        font-family:'HYZhongYuanF',sans-serif,Arial,'Microsoft JhengHei', 'Heiti TC', 新細明體 !important;
        text-align:center;
        font-size:16px;
    }
    .pdf-download-panel{
        position:fixed;
        top:20%;
        left:-160px;
        height:55px;
        width:200px;
        background-color:#ffd800;
        cursor:pointer;
        border-top-right-radius:25px;
        border-bottom-right-radius:25px;
        transition: all 0.3s ease;
        line-height:55px;
        font-family:'HYZhongYuanF',sans-serif,Arial,'Microsoft JhengHei', 'Heiti TC', 新細明體 !important;
        font-size:16px;
        text-decoration:none;
        padding-left:15px;
        color:#000000;
    }
    .expanded-pdf{
        left:0;
    }
    .collapsed-pdf{
        left:-160px;
    }
    .f-lft {
        float:left;
    }
    .mar-l-5 {
        margin-left:5px;
    }

    .div-Obj {
        display: grid;
        grid-template-columns: 1% 48% 2% 48% 1%;
    }
    .div-Obj-detail {
        display:grid;
        grid-template-rows: 35px auto;
    }

    .div-title-cusPdf {
        width: 100%;
        height:359px;
        background-image:url(../img/titilBg.jpg);
        position: fixed;
        top: 0;
        z-index: 0;
        text-align:center;
    }

    .content-cusPdf {
    position:absolute;
    width: calc(100% - 200px);
    background-color: transparent;
    transition: all 0.3s ease;
    z-index:9;
}
    .grd-Search-cusPdf {
        display: grid;
        background-color:rgba(255,255,255,0.85);
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        grid-template-rows: 50px 35px 30px 25px 40px 47px 2px;
        grid-template-columns: 35% 65%;
  }
.grd-Search-title-pad {
    padding-left:30px;
}
.obj-cusPdf-rl {
    width:100%;
    height:500px;
}
.div-custPdf-lanuch-cont {
    width:100%;
    height:100%;
    min-height:300px;
    min-width:750px;
    background-color:transparent;
    text-align:center;
    vertical-align:middle;
    display: grid;
    grid-template-rows:20% 60% 20%;
    grid-template-columns: 20% 60% 20%;
    align-items:center;
}
.div-custPdf-search-pnl {
    width:454px;
    max-height:105px;
    border-radius:8px;
    background-color:#fff;
    box-shadow:-2px 3px 6px 0px #ccc;
    display: grid;
    grid-template-rows:20px 45px 20px;
    grid-template-columns: 8% 60% 2% 22% 8%;
}
.btn-info-custPdf-search {
        color: #fff;
        background-color: #1047f5;
    }
.popDispNon {
        display:none;
    }
.popDisp {
    display:normal;
}
.no-scroll {  
    overflow: hidden;  
    position: fixed; /* 可以选择性地添加，以防页面在滚动后“跳跃” */  
    width: 100%;  
    height: 100%;  
}

.border-box-BlInfo-tl {
    border: 1px solid #e3e3e3;
}
.border-box-ExWh-tl {
    border: 1px solid #e3e3e3;
}
.border-box-BkExWh-tl {
    border: 1px solid #e3e3e3;
}
.border-box-CuDc-tl {
    border: 1px solid #e3e3e3;
}
.border-box-BkCuDc-tl {
    border: 1px solid #e3e3e3;
}
.border-box-DsPo-tl {
    border: 1px solid #e3e3e3;
}
.border-box-DsPoImp-tl {
    border: 1px solid #e3e3e3;
}
.border-box-Cont-tl {
    border: 1px solid #e3e3e3;
}
.border-box-Detail-tl {
    border: 1px solid #e3e3e3;
}
.border-box-BkDetail-tl {
    border: 1px solid #e3e3e3;
}
.border-box-Charge-tl {
    border: 1px solid #e3e3e3;
}
.border-box-BlInfo {
    border: 1px solid #e3e3e3;
}
.border-box-ExWh {
    border: 1px solid #e3e3e3;
}
.border-box-BkExWh {
    border: 1px solid #e3e3e3;
}
.border-box-CuDc {
    border: 1px solid #e3e3e3;
}
.border-box-BkCuDc {
    border: 1px solid #e3e3e3;
}
.border-box-DsPo {
    border: 1px solid #e3e3e3;
}
.border-box-DsPoImp {
    border: 1px solid #e3e3e3;
}
.border-box-Cont {
    border: 1px solid #e3e3e3;
}
.border-box-Detail {
    border: 1px solid #e3e3e3;
}
.border-box-BkDetail {
    border: 1px solid #e3e3e3;
}
.border-box-Charge {
    border: 1px solid #e3e3e3;
}
.border-box-BkInfo-tl {
    border: 1px solid #e3e3e3;
}
.border-box-BkInfo {
    border: 1px solid #e3e3e3;
}
.fa-10xl-BlInfo {
        font-size: 32px;
}
.fa-10xl-BkInfo {
        font-size: 32px;
}
.fa-10xl-ExWh {
        font-size: 32px;
}
.fa-10xl-BkExWh {
        font-size: 32px;
}
.fa-10xl-CuDc {
        font-size: 32px;
}
.fa-10xl-BkCuDc {
        font-size: 32px;
}
.fa-10xl-DsPo {
        font-size: 32px;
}
.fa-10xl-DsPoImp {
        font-size: 32px;
}
.fa-10xl-Cont {
        font-size: 32px;
}
.fa-10xl-Detail {
        font-size: 32px;
}
.fa-10xl-BkDetail {
        font-size: 32px;
}
.fa-10xl-Charge {
        font-size: 32px;
}
.div-grd-Listgrid {
        margin-top: 15px;
        display: grid;
        grid-template-columns: repeat(40,1fr);
    }
.div-listgrd-box {
        border-bottom: 1px solid #e3e3e3;
        align-self:flex-end; 
        height:45px;
        line-height:45px;
    }
.div-listgrd-box h3 {
            font-weight: bold;
            color: transparent;
            background: #0c4da1; /* 底色渐变 */
            -webkit-background-clip: text; /* 将底色限制于文本的范围内 */
            background-clip: text;
        }
.margintop15 { margin-top:15px }

.btn-Pdfinfo {
        width:100%;
        height:35px;
        margin-top:5px;
        line-height:35px;
        font-size:1.5em;
        font-weight:bold;
        text-decoration: none;
        text-align: center;
        display: inline-block;
        cursor: pointer;
        box-sizing: border-box;
        transition-property: all;
        transition-duration: 0.5s;
        background: linear-gradient(to left, #FFFFFF, #31C3F4);
        color:#0c4da1;
    }
        .btn-Pdfinfo:hover {
            box-shadow:2px 2px 2px #e3e3e3;
        }

        .div-grd-Chargegrid {
        padding: 5px;
        display: grid;
        grid-template-columns: repeat(40,1fr);
    }

        