/* 
* @Author: 林伟桐
* @Date:   2017-06-23 10:45:27
* @Last Modified by:   林伟桐
* @Last Modified time: 2020-07-03 13:54:04
*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
/**::-webkit-scrollbar  
{  
    width: 0px;  
    height: 0px;  
    background-color: #fff;  
}  */

/*定义滚动条轨道 内阴影+圆角*/
/**::-webkit-scrollbar-track  
{  
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);  
    border-radius: 10px;  
    background-color: #f8f8f8;  
}  */

/*定义滑块 内阴影+圆角*/
/**::-webkit-scrollbar-thumb  
{  
    border-radius: 10px;  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
    background-color: #cee3f5;  
} */

input:focus {
    background: yellow;
}

::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

::-webkit-scrollbar-button {
    /*background-color:#82b7e4;*/
}

::-webkit-scrollbar-track {
    background: #efefef;
}

::-webkit-scrollbar-thumb {
    background: #c3d7ea;
    border-radius: 4px;
}

::-webkit-scrollbar-corner {
    background: #efefef;
}

::-webkit-scrollbar-resizer {
    background: #FF0BEE;
}

#tab {
    /*background: #ecf6ff;*/
}

    #tab .l-layout-left {
        /*background: #ecf6ff;*/
    }

.TMS-body {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.TMS-top {
    width: auto;
    min-height: 22px;
    line-height: 22px;
    padding: 5px;
    background: #ecf6ff;
    /*border-bottom: 1px solid #6593cf;*/
    padding-right: 0;
}

    .TMS-top:after {
        content: ".";
        clear: both;
        display: block;
        height: 0;
        overflow: hidden;
        visibility: hidden;
    }

.TMS-topPart {
    width: auto;
    padding-top: 4px;
    /*height: 100%;*/
    height: auto;
    float: left;
}

    .TMS-topPart + .TMS-topPart {
        margin-left: 10px;
    }

    .TMS-topPart .l-text-label, .TMS-topPart .l-labeltext {
        /*width: auto !important;*/
        height: 22px;
    }

    .TMS-topPart .l-text {
        float: left;
        /*margin-top: 4px;*/
        /*width: 140px !important;*/
    }

    .TMS-topPart .l-text-field {
        /*width: 120px !important;*/
        width: 100%;
    }

    .TMS-topPart .TMS-label {
        float: left;
    }

.TMS-topParTwo .l-text-wrapper {
    float: left;
}

.TMS-topPart input {
    text-indent: 3px;
    border: 1px solid #AECAF0;
}

.TMS-topPart ul {
    overflow: hidden;
    margin-left: 10px;
}

    .TMS-topPart ul li {
        float: left;
        /*width:60px;*/
        padding: 1px 2px;
        min-width: 60px;
        height: 20px;
        border: 1px solid #92a5c7;
        text-align: center;
        line-height: 20px;
        background: #d5e3f5;
        border-radius: 3px;
        cursor: pointer;
    }

        .TMS-topPart ul li + li {
            margin-left: 8px;
        }

        .TMS-topPart ul li:hover {
            background: #f8d46d;
        }

.toolBar-search {
    height: 100%;
    width: auto;
    overflow: hidden;
}

.l-panel-bwarp, .l-layout-content {
    background: #fff;
}
/*.l-toolbar {
    bottom:0;
    position:absolute;
}*/
.OneLeftTriangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #000;
    margin-top: 5px;
    float: left;
}

.OneRightTriangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #000 transparent transparent;
    margin-top: 5px;
    float: left;
}

#GridLayout {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.TMS-label-hover {
    cursor: pointer;
}

.TMS-topParThree .l-text-combobox {
    /*width: 100px !important;*/
}

.TMS-topParThree.TMS-topPart .l-text-field {
    /*width: 100px !important;*/
}

.Leftmaingrid {
    width: 100%;
    height: 100%;
    background: #ecf6ff;
}

#GridLayout .l-layout-left {
    background: #ecf6ff;
}

.StatisticsTitle {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.StatisticsTime {
    padding: 10px;
}

.StatisticsGrid {
    padding: 10px;
    padding-top: 0;
}

    .StatisticsGrid table.StatisticsTable {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border: 1px solid #000;
        border-right: 0 none;
        text-align: center;
        background: #fff;
    }

        .StatisticsGrid table.StatisticsTable tr {
            width: 100%;
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            text-align: center;
        }

            .StatisticsGrid table.StatisticsTable tr.table-hover {
                cursor: pointer;
            }

            .StatisticsGrid table.StatisticsTable tr.cur {
                color: #fff;
                background: #3399ff;
            }

        .StatisticsGrid table.StatisticsTable th, .StatisticsGrid table.StatisticsTable td {
            text-align: center;
            border: 1px solid #000;
        }

            .StatisticsGrid table.StatisticsTable td.tableAlignLeft {
                text-align: right;
                font-weight: 600;
                font-size: 14px;
                font-style: italic;
                padding-right: 5px;
            }

.blue {
    font-size: 14px;
    font-style: italic;
    color: blue;
}

.totalPrice div {
    float: left;
    width: 11%;
}

#Rightmaingrid {
    background: #ecf6ff;
}

#tab .l-grid-body {
    overflow-x: auto;
}

.l-grid-body {
    overflow-x: auto !important;
}

.TMS-span {
    float: left;
    color: blue;
    font-size: 14px;
    text-decoration: underline;
}

.TMS-textarea {
    float: left;
    height: 50px;
    width: 95%;
    max-width: 95%;
    max-height: 50px;
}

.baseInfoMain {
    width: 100%;
    height: 100%;
    padding: 5px;
    box-sizing: border-box;
    overflow: hidden;
}

.baseInfoLeftMain {
    width: 280px;
    height: 558px;
    float: left;
    border: 1px solid #6693cf;
}

    .baseInfoLeftMain li {
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        border-bottom: 1px solid #e3efff;
    }

        .baseInfoLeftMain li label {
            width: 139px;
            height: 100%;
            float: left;
            text-align: center;
            border-right: 1px solid #e3efff;
            color: #999;
        }

        .baseInfoLeftMain li input {
            width: 140px;
            height: 100%;
            border: 0 none;
            outline: none;
            float: left;
            text-indent: 5px;
        }

        .baseInfoLeftMain li .l-text-wrapper {
            width: 140px;
            height: 100%;
            border: 0 none;
            outline: none;
            float: left;
        }

            .baseInfoLeftMain li .l-text-wrapper .l-text-date {
                border: 0 none;
                height: 30px;
            }

            .baseInfoLeftMain li .l-text-wrapper .l-trigger, .baseInfoLeftMain li .l-text-wrapper .l-trigger-hover, .baseInfoLeftMain li .l-text-wrapper .l-trigger-pressed {
                top: 6px;
            }

.baseInfoRightMain {
    float: left;
    width: 140px;
    height: 538px;
    margin-left: 5px;
    margin-top: 10px;
    padding: 5px;
    border: 1px solid #6693cf;
}

.baseInfoRightMainTit {
    width: 60px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    margin-top: -15px;
    margin-left: 5px;
    text-align: center;
}

.baseInfoRightMain .TMS-topPart {
    height: 30px;
}

.contractMain {
    padding: 5px;
    width: auto;
    margin: 0 auto;
}

.contractMainTit {
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 16px;
}

.contractMain .TMS-top {
    border-bottom: 0 none;
}

.contractMain .TMS-label {
    width: 100px;
    text-indent: 10px;
}

.contractMain .l-text-wrapper {
    float: left;
}

.contractMain .TMS-topPart .l-text {
    /*width: 133px !important;*/
}

.red {
    color: red !important;
}

.TMS-input {
    /*margin-top: 4px;*/
    height: 22px;
    border: 1px solid #AECAF0;
    box-sizing: content-box;
}

.TMS-topPartFour .l-text-wrapper {
    width: 70px;
}

.TMS-topPartFour .l-text {
    width: 70px !important;
}

.TMS-topPartFour.TMS-topPart .l-text-field {
    width: 70px !important;
}

.TMS-topPartFour .TMS-input {
    width: 70px;
}

.TMS-topPartFour .TMS-span {
    text-decoration: none;
}

.TMS-table {
    padding: 0 10px;
}

    .TMS-table table {
        width: 100%;
        height: auto;
        background: #000;
        border: 1px solid #000;
        /*border-collapse: separate;*/
        /*border-spacing: 1;*/
        font-size: 12px;
    }

        .TMS-table table tr {
            background: #f0f0f0;
        }

            .TMS-table table tr + tr {
                border-top: 1px solid #000;
            }

            .TMS-table table tr td {
                height: 20px;
                line-height: 20px;
                padding: 2px 0;
                text-align: center;
            }

                .TMS-table table tr td + td {
                    border-left: 1px solid #000;
                }

            .TMS-table table tr th {
                height: 20px;
                line-height: 20px;
                padding: 2px 0;
                text-align: center;
            }

                .TMS-table table tr th + th {
                    border-left: 1px solid #000;
                }

    .TMS-table tr input {
        width: 100%;
        border: 0 none;
        background: none;
        outline: none;
        text-indent: 5px;
        color: blue;
    }

.TMS-td {
    overflow: hidden;
}

    .TMS-td span {
        float: left;
        width: 12.5%;
        text-align: left;
        text-indent: 5px;
    }

        .TMS-td span i {
            font-style: normal;
        }

        .TMS-td span.TMS-floatSpan i {
            width: 50%;
            float: left;
        }

        .TMS-td span.TMS-floatSpan input {
            width: 50%;
            float: left;
            height: 20px;
            line-height: 20px;
        }

        .TMS-td span button {
            float: right;
            margin-right: 5px;
        }
/*隐藏下拉框X按钮*/
.l-trigger-cancel {
    visibility: hidden;
}

.TMS-td div {
    float: left;
    width: 10%;
    height: 20px;
}

.TMS-colorBlue {
    color: blue;
    font-weight: 600;
    font-size: 14px;
}

.TMS-table-middle {
    padding: 10px 0;
    overflow: hidden;
}

.TMS-table-middle-left {
    float: left;
    width: 49.5%;
    height: 160px;
    border: 1px solid #a0a0a0;
}

.TMS-table-middle-right {
    float: right;
    width: 49.5%;
    height: 160px;
}

.TMS-table-middle-title {
    width: 60px;
    height: 20px;
    line-height: 20px;
    background: #f0f0f0;
    margin-left: 5px;
    margin-top: -10px;
    text-align: center;
}

.TMS-table-middle-content {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.TMS-table-part {
    float: left;
    width: 50%;
    text-indent: 5px;
    overflow: hidden;
}

    .TMS-table-part span {
        float: left;
        width: 25%;
        text-align-last: justify;
    }

    .TMS-table-part input {
        float: left;
        width: 75%;
        background: none;
        border: 0 none;
        height: 100%;
        outline: none;
        color: blue;
    }

.TMS-table-middle-rightTop {
    height: 110px;
    border: 1px solid #a0a0a0;
}

    .TMS-table-middle-rightTop .TMS-table-middle-content {
        height: 20px;
        line-height: 20px;
    }

.TMS-table-middle-rightBottom {
    height: 38px;
    border: 1px solid #a0a0a0;
    margin-top: 10px;
}

.TMS-table-part i {
    float: right;
    text-decoration: underline;
    color: blue;
    font-style: normal;
    cursor: pointer;
}

.TMS-seal {
    width: 80px;
    padding: 2px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    color: red;
    border: 3px solid red;
    position: absolute;
    right: 10px;
    top: 50px;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

#WaybillStatusHover {
    cursor: pointer;
}

.WaybillStatusHover-box {
    display: none;
    width: 600px;
    height: 200px;
    border: 1px solid blue;
    background: #fff;
    position: absolute;
    left: 10px;
    top: 40px;
    padding: 5px;
}

#fyjsrq .TMS-table-part {
    width: 33.3%;
}

    #fyjsrq .TMS-table-part span {
        width: 38%;
    }

    #fyjsrq .TMS-table-part input {
        width: 62%;
    }

.GPRSserchLeft {
    padding: 5px;
    background: #ecf6ff;
}

.GPRSserchLeftPart {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
}

.GPRSserchNum {
    float: left;
    width: 10%;
    height: 60px;
}

    .GPRSserchNum div {
        display: inline-block;
        width: 14px;
        height: 14px;
        border: 1px solid #000;
        text-align: center;
        line-height: 14px;
        border-radius: 50%;
    }

.GPRSserchMain {
    float: left;
    width: 90%;
}

    .GPRSserchMain input {
        width: 100%;
        height: 20px;
        line-height: 20px;
        border: 1px solid #abc1de;
        outline: none;
        background: #f0f8ff;
        text-indent: 3px;
    }

    .GPRSserchMain textarea {
        width: 100%;
        height: 60px;
        border: 0 none;
        min-height: 60px;
        max-height: 60px;
        background: #fff;
        outline: none;
        text-indent: 3px;
    }

#AddTarget .TMS-topPart {
    margin-bottom: 10px;
}

.arrtarget .l-dialog-content {
    padding: 0;
    overflow: hidden;
}

#AddTarget .TMS-input {
    width: 200px;
}

#AddTarget .TMS-textarea {
    width: 200px;
}

#AddTarget .TMS-topPart .l-text {
    /*width: 198px !important;*/
}

#CustomerEnquiryMain {
    overflow-y: auto;
    padding-left: 10px;
}

    #CustomerEnquiryMain .l-panel-header {
        text-align: center;
    }

#abnormalTab .l-tab-links {
    /*width: auto !important;*/
}

.abnormalTabOne {
    height: auto;
    width: 600px;
    margin: 10px auto;
    padding: 10px;
}

    .abnormalTabOne .TMS-label {
        width: 80px;
        text-align: right;
    }

    .abnormalTabOne .TMS-input {
        width: 180px;
    }

    .abnormalTabOne .TMS-topPart {
        padding: 10px 0;
    }

#editRemarks {
    width: 468px;
    height: auto;
    padding: 10px;
    overflow: hidden;
    display: none;
    background: #e3efff;
}

.editRemarksBox {
    width: 100%;
    height: 200px;
    border: 1px solid #abc1de;
    color: blue;
}

#editRemarks .TMS-top {
    border: 0 none;
}

.TMS-topPart .l-radiolist input {
    vertical-align: middle;
}

.TMS-topPart .l-radiolist td {
    padding: 0;
    padding-right: 20px;
}

.TMS-topPart label {
    cursor: pointer;
    height: 24px;
    line-height: 24px;
}

.TMS-mask {
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999999999999999999999;
    display: none;
}

.TMS-hauto {
    height: auto;
}

/*input:disabled {
    border: 1px solid #DDD;
    background-color: #fff;
    color: #000;
}*/
textarea:disabled {
    background: #fff;
}

a {
    cursor: pointer;
}

    /*a:link {
        color: #FF0000;
        text-decoration: underline;
    }

    a:visited {
        color: #00FF00;
        text-decoration: none;
    }*/

    a:hover {
        color: blue;
        text-decoration: underline;
    }

/*a:active {
        color: #FFFFFF;
        text-decoration: none;
    }*/
#topmenu .l-topmenu-logo a {
    color: #fff;
}

.TMS-frame {
    width: 280px;
    height: auto;
    margin: 0 auto;
    /*border:1px solid #6593cf;*/
}

    .TMS-frame .TMS-top {
        background: none;
    }

.TMS-frameTit {
    height: 25px;
    line-height: 25px;
    text-indent: 10px;
    color: #000;
    font-weight: bold;
    /*background:#c9e2ff;*/
    border-bottom: 1px solid #cdcdcd;
}

.TMS-frameCon {
    padding: 5px;
}

    .TMS-frameCon p {
        line-height: 25px;
        color: red;
    }

.TMS-checkbox {
    height: 24px;
    float: left;
}

.TMS-imgicon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-top: -3px;
    vertical-align: middle;
}
/*.{
    height: 16px;
    margin-top: -5px;
}*/
.TMS-yc.TMS-top {
    border: 0 none;
    padding: 50px;
    background: none;
    height: auto;
}

    .TMS-yc.TMS-top .TMS-topPart ul li {
        width: 110px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        background: transparent;
        border-color: transparent;
    }

        .TMS-yc.TMS-top .TMS-topPart ul li:hover {
            background: none;
        }

        .TMS-yc.TMS-top .TMS-topPart ul li a {
            text-decoration: none;
            color: #000;
        }

        .TMS-yc.TMS-top .TMS-topPart ul li.li-part:hover {
            background: #c2e0ff;
            border-color: #92a5c7;
        }

    .TMS-yc.TMS-top .TMS-imgicon {
        width: 24px;
        height: 24px;
    }

.Arrow {
    position: relative;
}

.Arrowleft {
    height: 10px;
    border: 2px solid #000;
    width: 50px;
    top: 13px;
    left: 17px;
    border-right: 0 none;
    position: absolute;
    z-index: 99;
    background: #fff;
}

.Arrowright {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 25px;
    border-color: transparent transparent transparent #000;
    display: block;
    top: 8px;
    left: 67px;
    position: absolute;
}

.Arrowrightsmall {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 19.5px;
    border-color: transparent transparent transparent #fff;
    display: block;
    top: 11px;
    left: 69px;
    position: absolute;
}

.l-dialog-win .l-dialog-content {
    padding: 0;
}

#hchsaddTarget .TMS-top {
    border: 0 none;
    height: auto;
}

#hchsaddTarget .TMS-frame + .TMS-frame {
    margin-top: 5px;
}

#hchsaddTarget .TMS-frameCon {
    padding: 0;
}

#hchsaddTarget .TMS-label {
    text-align-last: justify;
    width: 60px;
    padding: 0 3px;
}

#hchsaddTarget .TMS-input {
    width: 100px;
}

#hchsaddTarget input, #hchsaddTarget textarea {
    color: blue;
}

#hchsaddTarget .TMS-textarea {
    resize: none;
    width: 636px;
    height: 60px;
    max-height: 60px;
    border-color: #cdcdcd;
}

.TMS-uploadimg {
    float: left;
    width: 636px;
    height: 100px;
}

.TMS-uploadimg-part {
    border: 1px solid #cdcdcd;
    height: 100%;
    width: 100px;
    float: left;
    background: #d9e5f5;
    position: relative;
    background: #fff;
    cursor: pointer;
}

    .TMS-uploadimg-part + .TMS-uploadimg-part {
        margin-left: 5px;
    }

    .TMS-uploadimg-part img {
        width: 100%;
        height: 100%;
        background: #f8f8f8;
    }

.TMS-uploadimg-add .shu {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 40px;
    margin-left: -3px;
    margin-top: -20px;
    background: #ddd;
}

.TMS-uploadimg-add .hang {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 6px;
    width: 40px;
    margin-top: -3px;
    margin-left: -20px;
    background: #ddd;
}

.TMS-uploadimg-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

    .TMS-uploadimg-mask > span {
        width: 100%;
        height: 50%;
        line-height: 50px;
        display: block;
        color: #fff;
        font-size: 12px;
        text-align: center;
    }

.happentime.TMS-topPart .l-text-field {
    /*width: 100px !important;*/
    height: 22px;
}

.happentime.TMS-topPart .l-text {
    /*margin-top: 4px;*/
    /*width: 100px !important;*/
    height: 22px;
}

.hshj.TMS-topPart .l-text-field {
    height: 22px;
    /*width: 280px !important;*/
}

.hshj.TMS-topPart .l-text {
    /*margin-top: 4px;*/
    /*width: 280px !important;*/
    height: 22px;
}

#hchsaddTarget input:disabled, #hchsaddTarget textarea:disabled {
    background: #f8f8f8;
    cursor: not-allowed;
}

.TMS-imgicon-bar {
    width: 16px;
    height: 16px;
    margin-right: 3px;
    margin-top: -3px;
    vertical-align: middle;
}

.TMS-tab-body {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: #e3efff;
}

.TMS-tab-left, .TMS-tab-right {
    float: left;
    height: auto;
}

.TMS-tab-left {
    width: 120px;
}

.TMS-tab-right {
    width: 860px;
    height: 736px;
    background: #f3f8ff;
    /*border:1px solid #000;*/
}

.TMS-tab-left > ul {
    width: 100%;
    height: 100%;
}

    .TMS-tab-left > ul > li {
        height: 70px;
        line-height: 70px;
        text-align: center;
        border-radius: 3px 0 0 3px;
        border: 1px solid #000;
        border-right: 0 none;
        background: #cadef7;
        position: relative;
        cursor: pointer;
    }

        .TMS-tab-left > ul > li a {
            width: 100%;
            height: 100%;
            display: block;
            text-decoration: none;
            color: #000;
        }

        .TMS-tab-left > ul > li + li {
            margin-top: 2px;
        }

        .TMS-tab-left > ul > li.cur {
            background: #f3f8ff;
            margin-right: -1px;
            z-index: 99;
        }

.TMS-tab-right > ul {
    width: 100%;
    height: 100%;
    position: relative;
}

    .TMS-tab-right > ul > li {
        padding: 2%;
        position: absolute;
        left: 0;
        top: 0;
        width: 96%;
        /*display:none;*/
        z-index: -1;
        overflow: hidden;
    }

        .TMS-tab-right > ul > li.cur {
            /*display:block;*/
            z-index: 9;
        }

.TMS-info-box {
    padding: 2%;
    border: 1px solid #ddd;
    position: relative;
    width: 96%;
}

.TMS-info-box-tit {
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    background: #f3f8ff;
    position: absolute;
    left: 20px;
    top: -10px;
    color: #333;
}

.TMS-tab-right .TMS-top {
    background: none;
    border: 0 none;
    width: auto;
}

    .TMS-tab-right .TMS-top .TMS-label {
        width: 80px;
    }

    .TMS-tab-right .TMS-top .TMS-input {
        width: 300px;
        float: left;
    }

.TMS-tab-right .TMS-topPart + .TMS-topPart {
    margin-left: 20px;
}

.TMS-tab-right .TMS-top .TMS-longinput {
    width: 702px;
}

.TMS-inputbluebg {
    background: #e3efff;
}

.TMS-tab-right .TMS-top.TMS-tab-select .TMS-label {
    width: 120px;
}

.TMS-tab-right .TMS-top.TMS-tab-select .TMS-topPart .l-text {
    margin-top: 4px;
    /*width: 698px !important;*/
}

.TMS-tab-body .l-panel-bar {
    display: none;
}

.TMS-tab-right .TMS-top.TMS-tab-radio {
    padding: 0;
}

    .TMS-tab-right .TMS-top.TMS-tab-radio .TMS-topPart {
        width: 100%;
    }

    .TMS-tab-right .TMS-top.TMS-tab-radio input[type=radio] {
        width: 40px;
        height: 15px;
        margin-top: 8px;
    }

.geshi-text {
    width: 100%;
    text-indent: 40px;
    color: #99b4d1;
}

.geshi-eltext {
    color: #333;
}

.TMS-tab-right .TMS-top.TMS-tab-radio.TMS-tab-radio-two {
    padding-bottom: 40px;
}

    .TMS-tab-right .TMS-top.TMS-tab-radio.TMS-tab-radio-two .TMS-label {
        width: auto;
    }

.TMS-info-box40 {
    width: 40%;
    float: left;
    margin-right: 5%;
    margin-bottom: 5%;
}

    .TMS-info-box40 .TMS-top .TMS-input {
        width: 200px;
    }

.TMS-info-box55 {
    width: 55%;
    float: left;
    margin-bottom: 20px;
}

.TMS-tab-right .TMS-info-box55 .TMS-top {
    width: 100%;
}

.TMS-info-box55 .TMS-top .TMS-topPart {
    width: 120px;
}

    .TMS-info-box55 .TMS-top .TMS-topPart input[type=checkbox]:checked ~ label {
        color: blue;
    }

.TMS-info-outbox {
    width: 38%;
    float: left;
    margin-left: 2%;
}

    .TMS-info-outbox .TMS-topPart .l-text, .TMS-info-outbox .TMS-topPart .l-text-field {
        /*width: 200px !important;*/
    }

.TMS-tab-right .TMS-info-box55 .TMS-top.TMS-tab-radio.TMS-tab-radio-two {
    padding: 5px;
}

.TMS-info-outbox-two .TMS-top .TMS-label {
    width: 100px;
}

.TMS-info-outbox-two .TMS-top .TMS-input {
    width: 140px;
}

.TMS-info-outbox-two .TMS-topPart {
    margin-left: 20px;
}

.TMS-ms {
    padding: 2%;
    margin-bottom: 40px;
}

    .TMS-ms .TMS-ms-tit {
        line-height: 20px;
    }

.TMS-ms-textarea {
    width: 600px;
    height: 80px;
    resize: none;
    color: #99b4d1;
    border: 1px solid #dddddd;
}

.TMS-tab-right .TMS-frame {
    width: 100%;
    margin-bottom: 10px;
}

.TMS-tab-right .TMS-setting-top .TMS-topPart {
    width: 25%;
    margin: 0;
}

    .TMS-tab-right .TMS-setting-top .TMS-topPart input[type=checkbox]:disabled ~ label {
        color: #8d8d8d;
        cursor: default;
    }

.TMS-frame-out {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .TMS-frame-out .TMS-frame {
        width: 49%;
        float: left;
    }

        .TMS-frame-out .TMS-frame + .TMS-frame {
            float: right;
        }

.TMS-tab-right .TMS-jkxx .TMS-top .TMS-label {
    text-align: right;
    color: blue;
}

.TMS-tab-right .TMS-jkxx .TMS-top .TMS-input {
    width: 500px;
    color: blue;
}

.TMS-pos-r {
    overflow: inherit;
}

    .TMS-pos-r .TMS-topPart {
        position: relative;
    }

.TMS-pos-a {
    position: absolute;
    width: 300px;
    height: 300px;
    right: 0;
    border: 1px solid #6593cf;
    background: #e3efff;
    bottom: 30px;
}

.TMS-pos-a-left {
    float: left;
    width: 60%;
    height: 100%;
    background: #fff;
    border-right: 1px solid #6593cf;
    margin-right: -1px;
    overflow: auto;
}

.TMS-pos-a-right {
    float: left;
    width: 40%;
    height: 100%;
}

.TMS-pos-r .TMS-topPart .TMS-pos-a-right ul {
    width: 80%;
    margin: 0 auto;
}

.TMS-pos-r .TMS-topPart .TMS-pos-a-right li {
    margin: 0;
    width: 96%;
    height: 30px;
    line-height: 30px;
    padding: 0;
    position: relative;
}

    .TMS-pos-r .TMS-topPart .TMS-pos-a-right li.visibility {
        visibility: hidden;
    }

    .TMS-pos-r .TMS-topPart .TMS-pos-a-right li input {
        width: 98%;
        border: 0 none;
        outline: none;
        height: 26px;
        padding-right: 31px;
        box-sizing: border-box;
    }

    .TMS-pos-r .TMS-topPart .TMS-pos-a-right li + li {
        margin-top: 20px;
    }

.TMS-pos-a-add {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 20px;
    border-left: 1px solid #6593cf;
    background: #d5e3f5;
}

.TMS-pos-a-left li {
    padding: 0 2%;
    height: 30px;
    cursor: pointer;
}

    .TMS-pos-a-left li label {
        vertical-align: middle;
        display: block;
        width: 90%;
        padding-left: 10%;
        float: left;
    }

    .TMS-pos-a-left li.cur {
        background: blue;
        color: #fff;
    }

    .TMS-pos-a-left li input {
        vertical-align: middle;
        display: block;
        margin-left: -100%;
        height: 100%;
        float: left;
    }
/*表格头部左上角筛选图标*/
.l-grid-hd-cell-inner-filter {
    background: url("/f9/images/icons/filter.png") no-repeat center 2px;
    background-size: 20px 20px;
    cursor: pointer;
    height: 28px;
    padding-top: 0 !important;
}

.l-grid-hd-mul-last {
    border-top: 1px solid #C8E1FF;
}

    .l-grid-hd-mul-last input {
        border: 1px solid #ccc;
        height: 18px;
        line-height: 18px;
        display: block;
        margin: 2px auto 0;
        text-indent: 20px;
    }

.l-grid-totalsummary {
    background: #f3f3f3;
}

    .l-grid-totalsummary td {
        border-right-color: #C8E1FF;
        font-size: 12px;
    }

.l-grid-hd-mul-last input:hover {
    border-color: #3384f5;
}

.l-grid-nodata {
    position: absolute;
    left: 50%;
    top: 30%;
    width: 350px;
    height: 35px;
    line-height: 35px;
    margin-left: -175px;
    text-align: center;
    background: url("/f9/images/dialogIcon/w_pic_warning_p.png") center left no-repeat;
    background-size: 25px 25px;
    color: #ccc;
}

.l-grid-hd-cell-inner {
    line-height: 24px;
    position: relative;
}

.l-grid-hd-smallFilter {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 12px;
    height: 12px;
    background: url("/f9/images/icons/small-filter.png") no-repeat center center;
    background-size: 8px 8px;
    cursor: pointer;
    /*border:1px solid transparent;*/
}

    .l-grid-hd-smallFilter:hover {
        /*border-color:#00c1f9;*/
        background-color: #ddd;
    }

.l-grid-hd-smallFilter-active {
    /*border-color:#00c1f9;*/
    background-color: #ddd;
}

.l-grid-hd-smallFilter-selectbox {
    position: absolute;
    display: none;
    z-index: 100000;
    min-width: 120px;
    width: 120px;
    /*padding:10px 5px;*/
    border: 1px solid #ddd;
    background: #fff;
    max-height: 340px;
    box-shadow: 5px 7px 16px -3px rgba(0,0,0,0.5);
    overflow-y: auto;
}

.l-grid-hd-smallFilter-selectbox-div {
    max-height: 224px;
    overflow-y: auto;
}

.l-grid-hd-smallFilter-selectbox ul {
    padding: 5px;
}

    .l-grid-hd-smallFilter-selectbox ul:first-child {
        border-bottom: 1px solid #ddd;
        margin: 0;
    }

.l-grid-hd-smallFilter-selectbox li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    position: relative;
}

.l-grid-hd-smallFilter-selectbox-ul li {
    text-indent: 18px;
}

    .l-grid-hd-smallFilter-selectbox-ul li i {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -7px;
        width: 13px;
        height: 13px;
        background: url(/f9/ligerUI/skins/Aqua/images/controls/checkbox.gif) no-repeat;
        background-position: 0px 0px;
    }

    .l-grid-hd-smallFilter-selectbox-ul li.ischoosed i {
        background-position: 0px -13px;
    }

.l-grid-hd-smallFilter-selectbox .l-grid-hd-smallFilter-selectbox-hover {
    background-color: #ffe7a2;
}

.l-grid-hd-smallFilter-selectbox-btn{
    padding:5px 0px;
    overflow: hidden;
}
.l-grid-hd-smallFilter-selectbox-btn div{
    float: left;
    font-size: 12px;
    padding:2px 10px;
    border:1px solid #ddd;
    
    cursor: pointer;
}
.l-grid-hd-smallFilter-selectbox-btn .selAll{
    margin-left: 9px;
    display:none;
}
.l-grid-hd-smallFilter-selectbox-btn .unselAll{
    float: right;
    margin-right: 9px;
}
.l-grid-hd-smallFilter-selectbox-btn div:hover{
    background:#f8d46d;
}
.l-grid-hd-mul .l-grid-hd-cell-text {
    width: 94%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: inline-block;
}

.l-grid-hd-cell-sort-ud {
    display: inline-block;
    /*height: 18px;*/
    position: relative;
}

    .l-grid-hd-cell-sort-ud .l-grid-hd-cell-sort-asc {
        position: absolute;
        left: 0;
        top: -15px;
        height: 13px;
    }

    .l-grid-hd-cell-sort-ud .l-grid-hd-cell-sort-desc {
        position: absolute;
        left: 0;
        bottom: -4px;
        height: 13px;
    }

.l-grid-headermenu {
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0px;
    overflow: auto;
    left: 0px;
    position: absolute;
    z-index: 999;
    width: 140px;
    padding: 3px;
    box-shadow: 5px 7px 16px -3px rgba(0,0,0,0.5);
    display: none;
}

    .l-grid-headermenu li {
        height: 25px;
        line-height: 25px;
        background-size: 16px 16px;
        cursor: pointer;
        padding-left: 30px;
        color: #000;
    }

        .l-grid-headermenu li:hover {
            color: blue;
            text-decoration: underline;
        }

.l-grid-headermenu-save {
    background: url("/f9/images/icons/hm-save.png") no-repeat 5px center;
}

.l-grid-headermenu-frozen {
    background: url("/f9/images/icons/hm-frozen.png") no-repeat 5px center;
}

.l-grid-headermenu-autowidth {
    background: url("/f9/images/icons/hm-autow.png") no-repeat 5px center;
}
.l-grid-headermenu-search {
    background: url("/f9/images/icons/hm-search.png") no-repeat 5px center;
}

.l-toolbar {
    padding: 2px 0;
    height:auto;
    min-height: 22px;
}
.l-toolbar:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;  
}

.l-toolbar-item-hasicon {
    padding-left: 25px;
    margin-left: 3px;
}

.l-toolbar-item .l-icon, .l-toolbar-item img {
    left: 5px;
    top: 4px;
}
/*--ligerUI弹窗样式修改--*/
.l-dialog-tc {
    /*background: #F9F9F9;*/
    filter: none;
}

.l-dialog-close {
    background: url("/f9/images/dialogIcon/icon_page_close.png") no-repeat center center;
    background-size: 8px 8px;
}

.l-dialog-cl, .l-dialog-cc, .l-dialog-cr {
    border-top: 1px solid #e5e5e5;
}

.l-dialog-title {
}

.l-dialog-body {
    min-width: 300px !important;
}

.l-dialog-content {
    height: auto;
    padding-top: 32px;
    font-size: 16px !important;
    /*padding-bottom: 32px !important;*/
}

.l-dialog-content-frame {
    padding-bottom: 0 !important;
}

/*.l-dialog-btn-highlight .l-dialog-btn-inner {
    color: #fff;
}*/

/*.l-dialog-btn-inner {
        background: #00b150;
    border: 1px solid #00b150;
    color:#fff;
        font-weight: normal;
}*/

.l-dialog-btn {
    border: 1px solid #edeff5;
}

.l-dialog-image {
    top: 50%;
    margin-top: -44px;
    width: 50px;
    height: 50px;
}

.l-dialog-image-error {
    background: url("/f9/images/dialogIcon/w_pic_error.png") no-repeat center center;
    background-size: 100%;
}

.l-dialog-image-donne {
    background: url("/f9/images/dialogIcon/w_pic_correct.png") no-repeat center center;
    background-size: 100%;
}

.l-dialog-image-warn {
    background: url("/f9/images/dialogIcon/w_pic__tip.png") no-repeat center center;
    background-size: 100%;
}

.l-dialog-image-question {
    background: url("/f9/images/dialogIcon/w_pic_doubt.png") no-repeat center center;
    background-size: 100%;
}

.l-grid-hd-cell-text {
    line-height: 24px;
}
/* 状态栏样式 */
.l-taskbar-btn {
    position: absolute;
    top: 0;
    width: 28px;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.l-taskbar-lbtn {
    border-right: 2px solid #fff;
}
.l-taskbar-closebtn{
    background: none;
    border-right: 2px solid #fff;
    left: 30px;
    color: #fff;
    text-align: center;
    line-height: 36px !important;
}
.l-taskbar-closebtn:hover{
    color:#3384f5 ;
}
.l-taskbar-rbtn {
    border-left: 2px solid #fff;
    left: auto;
    right: 0;
}

.l-taskbar-btn i {
    position: absolute;
    top: 7px;
    width: 0;
    height: 0;
    border-style: solid;
}

.l-taskbar-lbtn i {
    left: 6px;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
}

    .l-taskbar-lbtn i.l-taskbar-tssj {
        left: 10px;
        border-color: transparent #434443 transparent transparent;
        z-index: 10;
    }

.l-taskbar-rbtn i {
    left: 10px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fff;
}

    .l-taskbar-rbtn i.l-taskbar-tssj {
        left: 6px;
        border-color: transparent transparent transparent #434443;
        z-index: 10;
    }

.l-taskbar-btn:hover {
    background: #000;
}

.l-taskbar-lbtn:hover i {
    border-color: transparent #3384f5 transparent transparent;
}

.l-taskbar-rbtn:hover i {
    border-color: transparent transparent transparent #3384f5;
}

.l-taskbar-lbtn:hover i.l-taskbar-tssj {
    border-color: transparent #000 transparent transparent;
}

.l-taskbar-rbtn:hover i.l-taskbar-tssj {
    border-color: transparent transparent transparent #000;
}
/*输入框宽度*/
.tmsw10 {
    width: 10px;
}

.tmsw20 {
    width: 20px;
}

.tmsw30 {
    width: 30px;
}

.tmsw40 {
    width: 40px;
}

.tmsw50 {
    width: 50px;
}

.tmsw60 {
    width: 60px;
}

.tmsw70 {
    width: 70px;
}

.tmsw80 {
    width: 80px;
}

.tmsw90 {
    width: 90px;
}

.tmsw100 {
    width: 100px;
}

.tmsw110 {
    width: 110px;
}

.tmsw120 {
    width: 120px;
}

.tmsw130 {
    width: 130px;
}

.tmsw140 {
    width: 140px;
}

.tmsw150 {
    width: 150px;
}

.tmsw160 {
    width: 160px;
}

.tmsw170 {
    width: 170px;
}

.tmsw180 {
    width: 180px;
}

.tmsw190 {
    width: 190px;
}

.tmsw200 {
    width: 200px;
}

.tmsw210 {
    width: 210px;
}

.tmsw220 {
    width: 220px;
}

.tmsw230 {
    width: 230px;
}

.tmsw240 {
    width: 240px;
}

.tmsw250 {
    width: 250px;
}

.unSelectBox * {
    cursor: not-allowed;
}

.unSelectBox .l-text, .unSelectBox input[readonly], input[readonly="readonly"], input[disabled="disabled"], input[disabled] {
    background: #f8f8f8;
    cursor: not-allowed;
    border-color: #cdcdcd;
}

.l-text {
    height: 22px;
    line-height: 22px;
}

    .l-text input {
        height: 100%;
    }

.l-trigger, .l-trigger-hover, .l-trigger-pressed {
    top: 2px;
}

.l-dialog-inputtext {
    margin: 13px;
    margin-right: 0;
    font-size: 12px;
}
/*区间样式*/

.sitescope {
    margin: 0px 5px;
    float: left;
    padding-top: 4px;
}

    .sitescope .commonbsite {
        float: left;
        position: relative;
    }

    .sitescope .ChooseSection {
        box-sizing: content-box;
        width: 130px;
        height: 22px;
        border: 1px solid #AECAF0;
        padding-right: 20px;
        background: #fff url('/f9/ligerUI/skins/Aqua/images/icon/icon-down.gif') no-repeat 135px center;
    }

        .sitescope .ChooseSection:focus {
            background-color: yellow;
        }
    /*.sitescope .commonbsite .qj{position: absolute; z-index: 9999; background-color: #fff; display: block; max-height: 440px; right:0;width: 150px;overflow-y: auto; overflow-x: hidden; border: 1px solid #ddd; border-top: 0px;display:none; }*/
    .sitescope .commonbsite .qj {
        position: absolute;
        z-index: 9999;
        background-color: #fff;
        display: block;
        max-height: 440px;
        left: 20px;
        width: 250px; /*margin-left: 32px;*/
        overflow-y: auto;
        overflow-x: hidden;
        border: 1px solid #ddd;
        border-top: 0px;
        box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.8);
        display: none;
    }

    .sitescope .commonesite {
        float: left;
        margin-left: 5px;
        position: relative;
    }

        .sitescope .commonesite .qj {
            position: absolute;
            z-index: 9999;
            background-color: #fff;
            display: block;
            max-height: 440px;
            left: 20px;
            width: 250px; /*margin-left: 20px;*/
            overflow-y: auto;
            overflow-x: hidden;
            border: 1px solid #ddd;
            border-top: 0px;
            box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.8);
            display: none;
        }

    .sitescope .commonsite .l-text {
        width: 180px !important;
    }

        .sitescope .commonsite .l-text input {
            width: 180px !important;
        }

    .sitescope #ChooseSectionB {
        background-color: #fff;
        padding-bottom: 15px;
    }

    .sitescope #ChooseSectionE {
        background-color: #fff;
        padding-bottom: 15px;
    }

/*速配*/
#searchNum, #searchNum2 {
    width: 80px;
    border: 1px solid #AECAF0;
}

.TMS-topPart .l-text input {
    border: 0;
}


/*解决表格列宽度不够，字体自动换行的*/
.l-grid .l-grid-row-cell-inner {
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*锐浪报表检查安装时会出现object*/
#_ReportOK {
    position: absolute;
}

@-webkit-keyframes boxshadow {
    0% {
        box-shadow: 0 0 7px 3px rgba(255, 0, 0, 0.7);
    }

    100% {
        box-shadow: 0 0 7px 0px rgba(255, 0, 0, 0.7);
    }
}

@keyframes boxshadow {
    0% {
        box-shadow: 0 0 7px 3px rgba(255, 0, 0, 0.7);
    }

    100% {
        box-shadow: 0 0 7px 0px rgba(255, 0, 0, 0.7);
    }
}
/*下拉框内容不满20个内容项，则高度自动，20个以及以上最多显示20个*/
/*.l-box-select-inner {
        max-height: 440px !important;
    height: auto !important;
}*/

.l-dialog-body .l-dialog-loading {
    /*display: none !important;*/
    position: absolute;
    top: 0;
    left: 0;
    background: #fff url(/f9/ligerUI/skins/Aqua/images/common/bigloading.gif) no-repeat center 40%;
    padding: 0; 
    z-index: 99000;
    height: auto;
    border: 0;
    width: 100%;
    height: 100%;
}

/*左右表格右下角模块样式*/
#summaryDiv {
    z-index: 9999;
    box-sizing: border-box;
    padding:5px 10px;
    padding-left: 135px;
    position: absolute;
    bottom: 70px;
    right: 15px;
    font-size: 12px;
    line-height: 17px;
    width: 300px;
    height: 115px;
    vertical-align: middle;
    overflow-y: hidden;
    overflow-x: hidden;
    color: #fff;
    background: url(/f9/images/pzinfo.png) no-repeat center center;
    background-size: 100% auto;
    /* border: 1px solid #cdcdcd; */
    display: block;
    cursor: pointer;
    transition: all 0.5s;
    transform-origin: right bottom;
    text-shadow: -2px 2px 3px rgba(0,0,0,0.5);
}

    #summaryDiv.carbg {
        background: url(/f9/images/pzinfo1.png) no-repeat center center;
        background-size: 100% auto;
    }

    #summaryDiv.msgbg {
        background: url(/f9/images/hdinfo1.png) no-repeat center center;
        background-size: 100% auto;
        height: 155px;
        box-shadow: 0 0 16px 1px rgba(0,0,0,0.5);
    }

    #summaryDiv.pigbg {
        background: url(/f9/images/cwinfo.png) no-repeat center center;
        background-size: 100% auto;
        height: 180px;
        width: 250px;
    }

    #summaryDiv.psbg {
        background: url(/f9/images/psinfo.png) no-repeat center center;
        background-size: 100% auto;
        padding: 16px;
        padding-left: 185px;
        padding-right: 5px;
    }

    #summaryDiv span {
        color: #fff;
        font-weight: bolder;
        padding: 0 6px;
    }

    #summaryDiv.summaryDiv {
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }

        #summaryDiv.summaryDiv div {
            display: none;
        }

    #summaryDiv div.totnum {
        position: absolute;
        left: 83px;
        top: 26px;
        text-align: center;
        min-width: 33px;
        font-size: 14px;
        text-shadow: none;
        border: 2px solid #fff;
        border-radius: 50%;
        height: 25px;
        line-height: 24px;
    }

    #summaryDiv.msgbg div.totnum {
        left: 14px;
        top: 40px;
        border: 0 none;
        border-bottom: 1px solid #000;
        min-width: 110px;
        font-size: 14px;
        color: #000;
        border-radius: inherit;
        text-align: left;
    }

        #summaryDiv.msgbg div.totnum:last-child {
            top: 80px;
        }

    #summaryDiv.pigbg div.totnum {
        left: 52px;
        top: 51px;
        background: #fff;
        width: 40px;
        height: 30px;
        line-height: 30px;
    }

    #summaryDiv.psbg div.totnum {
        left: 120px;
        top: 16px;
        border-color: #156849;
        color: #3a5523;
    }

    #summaryDiv div.fee {
        color: #fff;
        position: absolute;
        top: 100px;
        font-size: 18px;
        left: 0;
        width: 100%;
        text-align: center;
    }

        #summaryDiv div.fee span {
            color: #fff;
            font-size: 20px;
        }

    #summaryDiv div.totnum span {
        /*color: #000;*/
        padding: 0;
    }

    #summaryDiv.msgbg div.totnum span {
        color: #000;
        font-size: 20px;
        padding-left: 15px;
    }

    #summaryDiv.psbg div.totnum span {
        color: #000;
    }

    #summaryDiv.pigbg div.totnum span {
        color: #000;
        font-size: 18px;
    }
    /*左右表格右下角图标缩小样式*/
    #summaryDiv.packUpDiv{
        width: 40px;
        height: 40px;
        overflow: hidden;
        border-radius: 50%;
        padding: 0;
        border: 1px solid #ddd;
        background: #4CAF50;
        box-shadow: 0px 0px 6px 1px #009688, 0px 0px 6px 0px #ffffff inset;
        
    }
    #summaryDiv.packUpDiv:hover{
        -webkit-animation: pprun 1s ease-in infinite alternate;
           -moz-animation: pprun 1s ease-in infinite alternate;
            -ms-animation: pprun 1s ease-in infinite alternate;
             -o-animation: pprun 1s ease-in infinite alternate;
                animation: pprun 1s ease-in infinite alternate;
    }
    @-webkit-keyframes pprun{
        0% { box-shadow: 0px 0px 6px 1px #009688, 0px 0px 6px 0px #ffffff inset; }
        100% { box-shadow: 0px 0px 26px 5px #8BC34A, 0px 0px 6px 0px #ffffff inset; }
    }
    @-moz-keyframes pprun{
        0% { box-shadow: 0px 0px 6px 1px #009688, 0px 0px 6px 0px #ffffff inset; }
        100% { box-shadow: 0px 0px 26px 5px #8BC34A, 0px 0px 6px 0px #ffffff inset; }
    }
    @-ms-keyframes pprun{
        0% { box-shadow: 0px 0px 6px 1px #009688, 0px 0px 6px 0px #ffffff inset; }
        100% { box-shadow: 0px 0px 26px 5px #8BC34A, 0px 0px 6px 0px #ffffff inset; }
    }
    @-o-keyframes pprun{
        0% { box-shadow: 0px 0px 6px 1px #009688, 0px 0px 6px 0px #ffffff inset; }
        100% { box-shadow: 0px 0px 26px 5px #8BC34A, 0px 0px 6px 0px #ffffff inset; }
    }
    @keyframes pprun {
        
        0% { box-shadow: 0px 0px 6px 1px #009688, 0px 0px 6px 0px #ffffff inset; }
        100% { box-shadow: 0px 0px 26px 5px #8BC34A, 0px 0px 6px 0px #ffffff inset; }
    }

    #summaryDiv.packUpDiv .psbg50{
        display:none;
    }
    #summaryDiv.packUpDiv.carbg div{
        display:none;
    }
    #summaryDiv.packUpDiv.carbg div.totnum{
        display:block;
    }
    #summaryDiv.packUpDiv div.totnum{
        left: 0;
        top: 0;
        height: 38px;
        width: 38px;
        min-width: 38px;
        border: 0 none;
        background:none;
        line-height: 40px;
        padding: 0;
        text-align: center;
    }
    #summaryDiv.packUpDiv div.totnum span{
        color:#fff;
        font-size: 14px;
        padding: 0;
    }
    #summaryDiv.msgbg.packUpDiv div.totnum:last-child{
        display:none;
    }
    #summaryDiv.msgbg.packUpDiv div.totnum font{
        display:none;
    }
    #summaryDiv.psbg.packUpDiv div:not(.totnum){
        display:none;
    }
.movingdom {
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #7cb658;
    z-index: 100000000;
}

    .movingdom.pzmove {
        background: url("/f9/images/pzmove.png") no-repeat center center;
        background-size: 100% 100%;
    }

    .movingdom.hdmove {
        background: url("/f9/images/hdmove.png") no-repeat center center;
        background-size: 100% 100%;
    }

    .movingdom.cwmove {
        background: url("/f9/images/cwmove.png") no-repeat center center;
        background-size: 100% 100%;
    }

.psbg50 {
    max-width: 50%;
    float: left;
}

.hasSMicon {
    background-color: #fff !important;
    background-image: url(/f9/images/sm.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px 16px;
}

#searchNum, #searchNum2, #Num1，#Num2 {
    background-color: #fff !important;
    background-image: url(/f9/images/sm.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px 16px;
}

.l-toolbar-item-disable-lq span {
    color: #2C4D79;
}

.l-drag-proxy, .l-drag-rowdroptip {
    z-index: 100100;
}

.lq-add-icon {
    width: 20px;
    background: url("/f9/ligerUI/skins/icons/add.gif") no-repeat center center;
    background-size: 16px 16px;
}

.l-grid-loading-hidden {
    visibility: hidden;
}

.checkboxtxtp {
    cursor: pointer;
}

.l-box-select .l-grid-header, .l-box-select .l-grid-hd-cell {
    border-color: #ddd;
}

.l-box-select .l-grid-header {
    background: linear-gradient(#fbfbfb, #dddddd);
}

.l-box-select .l-grid-row-cell-rownumbers {
    background: linear-gradient(#fbfbfb, #dddddd);
}

.l-box-select .l-grid-row-cell {
    border-color: #ddd;
    border-bottom: transparent;
}

.l-fieldcontainer {
    outline: none;
}

.msgBody {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px 40px;
    background: #fff;
    max-width: 300px;
    color: blue;
    font-style: italic;
    line-height: 30px;
    border:1px solid #7dd928;
    box-shadow: 0px 0px 1px 0px #7dd928;
    font-size: 25px;
    font-weight: bolder;
    z-index: 99999;
    display: none;
}

.imgBody {
    position: fixed;
    right: 40px;
    bottom: 20px;
    max-width: 300px;
    color: #fff;
    z-index: 99999;
    display: none;
    background-color: white;
    padding: 5px;
    border: 3px solid #ddd;
}

.l-tab-links-item-refresh {
    background: url("/f9/images/refresh.png") no-repeat center center;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 2px;
    top: 4px;
    background-size: 90% 90%;
    z-index: 12;
    cursor: pointer;
    border: 1px solid transparent;
}

.l-tab-links-item-refresh-over {
    background: #fff url("/f9/images/refresh-cover.png") no-repeat center center;
    background-size: 90% 90%;
    border-color: #99bbe8;
}

.l-grid-progressbar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 100%;
    padding: 3px;
    background: #777;
    z-index: 9999;
    box-sizing: border-box;
    display: none;
}

    .l-grid-progressbar .bar {
        background: #09c4fa;
        height: 13px;
        border-radius: 20px;
    }

.l-panel {
    margin-left: -1px;
}

/*.l-grid-loading {
    background: white url(/f9/images/lloading.gif) no-repeat center 6px;
    background-size: 80px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 29px;
    padding-bottom: 5px;
    border-color: #ffffff;
}*/
.l-grid-loading {
    background: rgba(255,255,255,0.4) url(/f9/images/isloading.gif) no-repeat center 6px;
    background-size: 60px auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 70px;
    padding-bottom: 10px;
    border: 0 none;
    /*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);*/
    border-radius: 6px;
}

.l-tab-links li:hover {
    background: #1f4e78;
    border-radius: 3px 3px 0 0;
    margin-top: 1px;
}

    .l-tab-links li:hover a {
        color: #fff;
    }

    .l-tab-links li:hover .l-tab-links-item-left {
        display: none;
    }

    .l-tab-links li:hover .l-tab-links-item-right {
        display: none;
    }

.l-tab-links li.l-selected {
    background: #1f4e78;
    border-radius: 3px 3px 0 0;
    margin-top: 1px;
}

    .l-tab-links li.l-selected a {
        color: #fff;
    }

    .l-tab-links li.l-selected .l-tab-links-item-left {
        display: none;
    }

    .l-tab-links li.l-selected .l-tab-links-item-right {
        display: none;
    }

.l-selected .l-grid-row-cell, .l-selected {
    background: #FFEB3B;
}

.l-box-select {
    box-shadow: 0px 4px 10px -1px rgba(0,0,0,0.8);
}
/*.l-dialog {
    box-shadow: 0 0 11px 1px rgba(0,0,0,0.8);
}*/
.l-box-dateeditor,.l-box-select-absolute{
    z-index: 9999999999999;
}
.btn-icon{
    background:none;
    font-size: 12px !important;
    margin-right: 5px;
    color:#444;
}
.l-dialog .l-icon{
    font-size: 15px;
}
.l-menu-inner{
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
}
/*.quickFindWin .l-dialog-body{
    max-width: 1160px;
}*/
.quickFindWin .l-dialog-content-frame{
    max-height: 690px;
}
.BillingWin .l-dialog-content-frame{
    max-height: 710px;
}

#zoonInDom{
    position: fixed;
    min-height: 30px;
    height:auto;
    line-height: 30px;
    font-size: 20px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #000;
    overflow: hidden;
    overflow-y: auto;
    font-weight: bolder;
    z-index: 99999999999;
    white-space:normal; 
    word-break:break-all;
    box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.5);
}
.l-grid-totalsummary .l-grid-totalsummary-cell-inner div{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.l-grid-body-table{
    border-collapse: inherit;
}
.stateOuter{
    height:100%;
    width:100%;
    text-align:center;
}
.stateIcon{
    /*vertical-align: middle;*/
    /*margin-right:8px;*/
    transform: translateY(-50%);
    position: relative;
    top: 50%;
}
.stateIcon + .stateIcon{
    margin-left: 6px;
}
.stateIcon1{
    vertical-align: middle;
    margin-right:2px;
}
.l-verify-tip-corner{
    z-index:10005;
}
.l-verify-tip-content{
    z-index:10004;
}
.l-taskbar-task-content{
    margin-right: 16px;
}
.l-taskbar-task-icon-close{
    width: 11px;
    height: 11px;
    overflow: hidden;
    position: absolute;
    top: 3px;
    right: 2px;
    z-index: 12;
    background: url(/f9/ligerUI/skins/Aqua/images/icon/icon-close.gif);
    cursor: pointer;
}
.l-taskbar-task-icon-close:hover{
    background: url(/f9/ligerUI/skins/Aqua/images/icon/icon-close-over.gif);
}
#quickSearch{
    z-index: 100010 !important;
}
.l-toolbar-item[toolbarid="nextAction"] .l-icon,.l-toolbar-item[toolbarid="nextAction"]{
    color:red;
}
/* 表格定位列盒子样式 开始*/
.locate-box-outer{
    position: absolute;
    left: 50%;
    top: 15%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 9999;
    border:1px solid #c1c1c1;
    background:#fff;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
}

.locate-box-outer .l-text-wrapper{
    float: left;
}
.locate-box-outer .locate-out{
    float: left;
    padding: 1px 2px;
    min-width: 50px;
    height: 20px;
    border: 1px solid #92a5c7;
    text-align: center;
    line-height: 20px;
    background: #d5e3f5;
    border-radius: 3px;
    cursor: pointer;
    margin-left: 10px;
}
.locate-box{
    padding:10px;
    overflow: hidden;

}
.choosedCol{
    background:red;
}
.locate-title{
    line-height: 25px;
    padding-left: 10px;
    font-size: 14px;
    background: #e0eaf8;
    border-bottom: 1px solid #c1c1c1;
}
/* 表格定位列盒子样式 结束*/

.l-grid-row-cell-filterOp{
    position: absolute;
    left: 6px;
    top: 50%;
    background: none;
    margin-top: -7px;
    cursor: pointer;
}
.l-grid-row-cell-filterOp-selectbox{
    padding:2px;
    position: absolute;
    left: 0;
    top:0;
    z-index: 9999;
    width: 120px;
    background:#fff;
    border:1px solid #ddd;
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
}
.l-grid-row-cell-filterOp-selectbox:before{
    content: "";
    width: 26px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #eaeaea;
    border-right: 1px solid #c7c7c7;
}
.l-grid-row-cell-filterOp-selectbox-ul{
    position: relative;
    z-index: 9;
}
.l-grid-row-cell-filterOp-selectbox li{
    line-height: 22px;
    padding-left: 5px;
    cursor: pointer;
}
.curSelOp{
    color:red;
}
.l-grid-row-cell-filterOp-selectbox li:hover{
    background-color: #ffe7a2;
}
.op-icon{
    background:none;
    margin-right: 15px;
}
.l-box-select-absolute .l-over span,.qj .l-over span{
    font-size: 17px;
}
.l-box-select-absolute .l-selected span{
    font-size: 17px;
}
.l-box-select-absolute .l-selected .l-grid-row-cell-inner,.l-box-select-absolute .l-grid-row-over .l-grid-row-cell-inner {
    font-size: 17px;
}
.l-grid-header .l-grid-header-table,.l-grid-total-bottom table{
    border-collapse: inherit;
}
.l-grid-totalsummary{
    border-bottom: 0 none;
}
.lq-grid-panel td,.l-grid-totalsummary td{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.l-grid-hd-help{
    position: absolute;
    left: 1px;
    top:1px;
    background: none;
    font-size: 12px !important;
    color: #03A9F4;
    cursor: pointer;
    display:none;
}
.l-grid-hd-help:hover{
    background:#fefefe;
}
/*中号*/
.mediumGrid .l-grid2 .l-grid-hd-cell-text,.mediumGrid .l-grid2 .l-grid-row-cell-inner{
    font-size: 14px;
}
/*大号*/
.bigGrid .l-grid2 .l-grid-hd-cell-text,.bigGrid .l-grid2 .l-grid-row-cell-inner{
    font-size: 16px;
}
/*巨大*/
.largeGrid .l-grid2 .l-grid-hd-cell-text,.largeGrid .l-grid2 .l-grid-row-cell-inner{
    font-size: 18px;
}
/*巨无霸*/
.hugeGrid .l-grid2 .l-grid-hd-cell-text,.hugeGrid .l-grid2 .l-grid-row-cell-inner{
    font-size: 20px;
}
/*隐藏表格行底部边框颜色*/
.l-grid-noborder .l-grid-row-cell{
    border-bottom-color: transparent;
}
/*设置表格行高*/
.l-grid-lineHeight .l-grid-row-cell-inner{
    line-height: 36px;
    height: 36px !important;
    min-height: 36px !important;
}
.l-grid-lineHeight-default .l-grid-row-cell-inner{
    line-height: 24px;
    height: 24px !important;
    min-height: 24px !important;
}
.l-dialog-title-span{
    margin-left: 5px;
}
.l-grid .l-grid-row-cell-inner{
    position: relative;
}
.l-dialog{
    border-radius: 8px;
}
.l-dialog-table tr:nth-child(2),.l-dialog-cc{
    border-radius:0px 0px 10px 10px;
}
.l-dialog-body{
    border-radius:0px 0px 10px 10px;
}
.l-dialog-tc{
    border-radius: 8px 8px 0px 0px;
}
.l-grid-row-over .shortcut-function-smallbtn,.l-selected .shortcut-function-smallbtn{
    display:block;
}
.uploader-list-container .filelist div.file-panel span{
    background:none !important;
    text-indent: 0 !important;
    text-align: center !important;
    line-height: 25px;
    width: 25% !important;
    margin: 5px 0px 0px !important;
}
.uploader-list-container .filelist div.file-panel span:hover .l-icon{
    color:#5ac5ff;
}
.uploader-list-container .filelist div.file-panel span .l-icon{
    background: none;
    color: #fff;
    font-size: 16px;
}
.uploader-list-container .filelist div.file-panel span.rotateLeft{
    transform: rotateY(180deg);
}
.l-dialog-btn-focus{
    box-shadow: 0px 0px 4px 0px #03A9F4;
}
/*表格底部已选行样式*/
.lq-selected-bar {
    overflow: hidden;
    width: 100%;
    height: 24px;
    background: #f3f3f3;
    border-top: 1px solid #84A0C4;
    position: relative;
    display:none;
}
.lq-selected-bar-l{
    position: absolute;
    left: 1px;
    top: 0;
}
.lq-selected-bar-r{
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.lq-selected-bar-content{
    overflow: hidden;
}
.lq-selected-bar-text{
    border-right: 1px solid #c3c0c0;
    text-align: left;
    line-height: 23px;
    height: 23px;
    float: left;
    padding:0 3px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    
}
.lq-selected-bar-l .lq-selected-bar-text:first-child{
    text-align: center;
}
.lq-selected-bar-r .lq-selected-bar-text{
    text-align: left;
}
.lq-selected-bar-text div{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.l-grid-selectbox {
    text-align: center;
    width: 88%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white;
    border: 1px solid #ccc;
    outline: none;
    cursor: pointer;
    font-size: 12px;
    height: 20px;
}
.l-grid-selectbox option{
    text-align: center;
}
.l-grid-totalsummary .l-grid-totalsummary-cell-inner{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.l-toolbar-item[toolbarid='supei01'], .l-toolbar-item[toolbarid='supei02'] {
    padding-right: 102px;
    overflow: visible;
}
.supeiClass {
    width: 100px;
    border: 1px solid #cdcdcd;
    position: absolute;
    height: 20px;
    resize: none;
    z-index: 990;
}
.l-toolbar-item .supeiClass:focus {
    background: yellow;
    height: 100px;
}


.ys-link-outer {
    margin-bottom: 10px;
    margin-left: -120px;
}

.ys-link {
    color: #3f9cee !important;
    text-decoration: underline;
    padding: 0 5px;
}

    .ys-link:hover {
        color: blue !important;
    }

.yhxy-box-outer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 99999999;
}

.yhxy-content {
    width: 70%;
    height: 90%;
    position: absolute;
    left: 15%;
    top: 5%;
    background: #ffff;
    border-radius: 10px;
}

.yhxy-header {
    background: #d2d2d2;
    line-height: 40px;
    font-size: 20px;
    padding-left: 20px;
    position: absolute;
    color: #000;
    width: 100%;
}

.yhxy-close {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 30px;
    line-height: 35px;
    cursor: pointer;
}

    .yhxy-close:hover {
        opacity: 0.8;
    }

.yhxy-main-outer {
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    padding-top: 50px;
}

.yhxy-main {
    height: 100%;
}

    .yhxy-main iframe {
        width: 100%;
        height: 100%;
    }
.lq-small-icon {
    width: 18px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    border-radius: 3px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    float: left;
}
.lq-encryption-btn {
    position: absolute;
    right: 10px;
    bottom: 40px;
    background: rgba(255,255,255,1);
    border: 1px solid #2196F3;
    height: 30px;
    line-height: 30px;
    /*padding: 0 10px;*/
    border-radius: 50%;
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    cursor: pointer;
    color: #2196F3;
    width: 30px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    display: none;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: bolder;
    font-size: 12px;
    z-index: 999;
}

    .lq-encryption-btn:hover {
        opacity: 0.8;
    }

    .lq-encryption-btn.lq-encryption-btn-show .l-icon {
        color: red;
    }

    .lq-encryption-btn .l-icon {
        font-size: 24px;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .lq-encryption-btn .l-icon-xianshi {
        top: 2px;
        display: none;
    }

    .lq-encryption-btn .l-icon-yincang {
        top: 4px;
    }

.lq-encryption-btn-show .l-icon-xianshi {
    display: block;
}

.lq-encryption-btn-show .l-icon-yincang {
    display: none;
}

.lq-encryption-selectbox {
    position: absolute;
    background: #fff;
    border: 1px solid #3fa4f4;
    width: 130px;
    right: 35px;
    top: -15px;
    border-radius: 5px;
    display: none;
}

.lq-encryption-selectbox-item {
    cursor: pointer;
}

    .lq-encryption-selectbox-item input {
        width: 14px;
        height: 14px;
        vertical-align: middle;
        cursor: pointer;
    }

    .lq-encryption-selectbox-item label {
        vertical-align: middle;
        cursor: pointer;
    }

    .lq-encryption-selectbox-item input:checked ~ label {
        color: red;
    }

    #InoneFlag_div {
        padding: 5px;
        padding-left: 15px;
        position: fixed;
        background: #f5f5f5;
        border: 1px solid #ddd;
        height: auto;
        min-width: 100px;
        z-index: 999999;
        box-shadow: 3px 3px 11px 0px rgba(0, 0, 0, 0.5);
    }

    #InoneFlag_div li {
        height: 20px;
        line-height: 20px;
        cursor: pointer;
    }

    #InoneFlag_div li + li {
        border-top: 1px solid #ddd;
    }

    #InoneFlag_div li:hover {
        text-decoration: underline;
        color: blue;
    }