﻿@charset "utf-8";
/* CSS Document */
body, button, input, select, textarea {
    font: 500 12px/1.5 arial,"Microsoft YaHei",Simsun,sans-serif;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: arial,"Microsoft YaHei",Simsun,sans-serif;
    font-weight: 500;
    line-height: 1.5;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

em, i {
    font-style: normal;
}

input, select, textarea {
    outline: none;
    color: #333;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

a, a:visited {
    color: #333;
    text-decoration: none;
    outline: none;
}

    a:hover, a:active, a:focus {
        text-decoration: none;
        color: #333;
        background: none;
    }

.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ''
}

*, *:before, *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

label {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    margin-right: 5px;
}

/*修改处：避免其他页面含有此背景图*/
/*.body {background:#eef0f3 url(../images/leftMenuBg.gif) repeat-y left top;color:#333;}*/
body {
    color: #333;
}

input[type=text]::-ms-clear {
    display: none;
}
/* 修改处：头部的z-index降低，使单据可出现head */
.head {
    background-color: #fcfcfc;
    height: 78px;
    border-bottom: solid 1px #e5e5e5;
    width: 100%;
    position: fixed;
    z-index: 998;
}

    .head .headRig {
        float: right;
        padding-right: 18px;
    }

        .head .headRig .searchBox {
            float: left;
            margin: 20px 46px 0 0;
            height: 38px;
        }

.hdSearch {
    width: 246px;
    padding: 0 16px 0 46px;
    border: solid 1px #ddd;
    border-radius: 20px;
    height: 36px;
}

    .hdSearch .hdSearchBut {
        float: left;
        margin: 11px 0 0 -30px;
        width: 15px;
        height: 15px;
        display: inline-block;
        cursor: pointer;
        border: none;
        background-position: 0 0;
        position: absolute;
        background-color: transparent;
    }

    .hdSearch .hdSearchIn {
        position: relative;
        float: left;
        font-size: 14px;
        height: 40px;
    }

        .hdSearch .hdSearchIn .hdText {
            height: 20px;
            font-size: 14px;
            padding: 8px 0;
            line-height: 36px;
            border: none;
            width: 246px;
        }

        .hdSearch .hdSearchIn span.hdSpan {
            line-height: 36px;
        }

        .hdSearch .hdSearchIn .historyRecord {
            display: none;
            width: 268px;
            height: auto;
            background-color: #fff;
            border: solid 1px #dcdcdc;
            border-radius: 3px;
            position: absolute;
            left: -26px;
            top: 38px;
            padding: 6px 0;
            -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
            -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
            box-shadow: 0 0 6px rgba(0, 0, 0, .2);
        }

            .hdSearch .hdSearchIn .historyRecord li {
                height: 30px;
                margin-top: 3px;
                line-height: 30px;
                padding-left: 25px;
                color: #6d6d6d;
            }

                .hdSearch .hdSearchIn .historyRecord li:hover {
                    background-color: #ecedf1;
                    cursor: pointer;
                }

            .hdSearch .hdSearchIn .historyRecord .hRTxt {
                font-size: 12px;
                text-align: right;
                padding-right: 15px;
            }

                .hdSearch .hdSearchIn .historyRecord .hRTxt a {
                    color: #bfbfbf;
                }

        .hdSearch .hdSearchIn:hover .historyRecord {
            display: block;
        }

.head .headRig .hdInfo, .head .headRig .hdHelp {
    float: left;
    margin: 29px 46px 0 0;
}

.hdInfoIn, .hdHelpIn {
    position: relative;
    width: 18px;
    height: 18px;
}

    .hdInfoIn .hdInfoIco {
        position: relative;
    }

        .hdInfoIn .hdInfoIco .icoInfo, .hdHelpIn .hdHelpIco .icoHelp {
            width: 18px;
            height: 18px;
            display: inline-block;
            background-position: -27px 0;
        }

    .hdInfoIn:hover .hdInfoIco .icoInfo {
        background-position: -27px -20px;
    }

    .hdInfoIn .hdInfoIco .infoNum {
        position: absolute;
        width: 20px;
        height: 20px;
        color: #fff;
        font-size: 12px;
        line-height: 20px;
        display: inline-block;
        background-color: #ed5d69;
        border-radius: 50%;
        text-align: center;
        right: -10px;
        top: -10px;
    }

.hdInfoList ul {
    padding: 8px 12px;
}

    .hdInfoList ul li {
        height: 34px;
        line-height: 34px;
    }

        .hdInfoList ul li span {
            width: 18px;
            height: 18px;
            display: inline-block;
            float: right;
            border-radius: 50%;
            background-color: #faaf4f;
            text-align: center;
            line-height: 18px;
            font-size: 12px;
            color: #fff;
            margin-top: 8px;
        }

        .hdInfoList ul li a {
            color: #6d6d6d;
        }

            .hdInfoList ul li a:hover {
                text-decoration: underline;
            }

.hdHelpIn .hdHelpIco .icoHelp {
    background-position: -50px 0;
}

.hdHelpIn:hover .hdHelpIco .icoHelp {
    background-position: -50px -20px;
}

.hdHelpIn .notedefault {
    margin-left: -60px;
}

.hdHelpIn .select_permission, .hdIdentityIn .select_permission {
    width: 138px;
}

.head .headRig .hdIdentity {
    float: left;
    margin-top: 20px;
}

.hdIdentityIn {
    padding-left: 44px;
    color: #666;
    position: relative;
}

    .hdIdentityIn .hdIdentityCon {
        font-size: 14px;
        line-height: 20px;
    }

        .hdIdentityIn .hdIdentityCon:hover {
            color: #faaf4f;
        }

    .hdIdentityIn .hdImgLeft {
        float: left;
        margin: 2px 0 0 -44px;
    }

        .hdIdentityIn .hdImgLeft img {
            background-color: #babbc8;
            border-radius: 50%;
        }

    .hdIdentityIn .hdIdentityCon p i {
        width: 13px;
        height: 7px;
        display: inline-block;
        background-position: -79px 0;
        margin-left: 5px;
    }

    .hdIdentityIn .notedefault {
        margin-left: -15px;
        top: 27px;
    }


/* tips */
.notedefault {
    display: none;
    top: 18px;
    position: absolute;
    padding-top: 20px;
    margin-left: -100px;
}

.select_permission {
    width: 218px;
    color: #6d6d6d;
    position: relative;
    font-size: 14px;
}

    .select_permission .arrow {
        top: 20px;
        width: 0px;
        height: 0px;
        overflow: hidden;
        position: absolute;
        margin: -8px 0 0 -8px;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-top-width: 8px;
        border-right-width: 8px;
        border-bottom-width: 8px;
        border-left-width: 0;
        border-top-style: dashed;
        border-right-style: solid;
        border-bottom-style: dashed;
        border-left-style: dashed;
    }

    .select_permission .arrow_out {
        left: 0px;
        border-right-color: #d9dadc;
    }

    .select_permission .arrow_in {
        left: 1px;
        border-top-color: transparent;
        border-right-color: #f4f5f9;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    .select_permission.listTips {
        margin-left: 0;
    }

        .select_permission.listTips .arrow {
            top: 20px;
            width: 0px;
            height: 0px;
            overflow: hidden;
            position: absolute;
            margin: -10px 0 0 -10px;
            border-top-color: transparent;
            border-right-color: transparent;
            border-left-color: transparent;
            border-top-width: 0;
            border-right-width: 10px;
            border-bottom-width: 10px;
            border-left-width: 10px;
            border-top-style: dashed;
            border-right-style: dashed;
            border-bottom-style: solid;
            border-left-style: dashed;
        }

        .select_permission.listTips .arrow_out {
            left: 50%;
            top: 1px;
            border-bottom-color: #d9dadc;
        }

        .select_permission.listTips .arrow_in {
            left: 50%;
            top: 2px;
            border-top-color: transparent;
            border-right-color: transparent;
            border-bottom-color: #fff;
            border-left-color: transparent;
        }

    .select_permission .spInnerBox {
        text-align: left;
        border: solid 1px #d9dadc;
        border-radius: 3px;
        zoom: 1;
        background-image: none;
        background-attachment: scroll;
        background-repeat: repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-color: #fff;
        padding: 0;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
        box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    }

.contentfault {
    top: 18px;
    margin-left: 0px;
}

.select_contentPermission {
    color: #6d6d6d;
    position: relative;
    font-size: 14px;
}

    .select_contentPermission .arrow {
        top: 20px;
        width: 0px;
        height: 0px;
        overflow: hidden;
        position: absolute;
        margin: -8px 0 0 -8px;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-top-width: 8px;
        border-right-width: 8px;
        border-bottom-width: 8px;
        border-left-width: 0;
        border-top-style: dashed;
        border-right-style: solid;
        border-bottom-style: dashed;
        border-left-style: dashed;
    }

    .select_contentPermission .arrow_out {
        left: 0px;
        border-right-color: #d9dadc;
    }

    .select_contentPermission .arrow_in {
        left: 1px;
        border-top-color: transparent;
        border-right-color: #f4f5f9;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    .select_contentPermission.listTips {
        margin-left: 0;
    }

        .select_contentPermission.listTips .arrow {
            top: 20px;
            width: 0px;
            height: 0px;
            overflow: hidden;
            position: absolute;
            margin: -10px 0 0 -10px;
            border-top-color: transparent;
            border-right-color: transparent;
            border-left-color: transparent;
            border-top-width: 0;
            border-right-width: 10px;
            border-bottom-width: 10px;
            border-left-width: 10px;
            border-top-style: dashed;
            border-right-style: dashed;
            border-bottom-style: solid;
            border-left-style: dashed;
        }

        .select_contentPermission.listTips .arrow_out {
            left: 50%;
            top: 1px;
            border-bottom-color: #d9dadc;
        }

        .select_contentPermission.listTips .arrow_in {
            left: 50%;
            top: 2px;
            border-top-color: transparent;
            border-right-color: transparent;
            border-bottom-color: #fff;
            border-left-color: transparent;
        }

    .select_contentPermission .spInnerBox {
        text-align: left;
        border: solid 1px #d9dadc;
        border-radius: 3px;
        zoom: 1;
        background-image: none;
        background-attachment: scroll;
        background-repeat: repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-color: #fff;
        padding: 0;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
        box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    }

.focusText {
    display: block;
    position: relative;
}

    .focusText span {
        position: absolute;
        color: #8f95a3;
    }

/* 修改处：降低z-index，使单据可出现menu */
.leftMenu {
    position: fixed;
    top: 71px;
    width: 150px;
    z-index: 999;
    font-size: 14px;
}

    .leftMenu .menuBox {
        width: 150px;
        height: 100%;
        display: table;
        margin-top: 20px
    }

.logo {
    width: 220px;
    height: 78px;
    background: url(../images/loginLogoV11.5.png);
    background-repeat: no-repeat;
    background-position-y: center;
    float: left;
    margin-left: 20px
}

.menuInBox {
    height: 100%;
    font-size: 14px;
    overflow-y: auto
}

.accordion {
    width: 100%;
    padding-bottom: 14px;
}

    .accordion li { /*margin-bottom:10px;*/
    }

    .accordion .menuHd {
        cursor: pointer;
        padding: 0 22px 0 46px;
        color: #bfcacf;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        font-weight: 600;
        display: flex !important;
        align-items: center;
    }

        .accordion .menuHd a {
            color: #404158;
        }
    /*.accordion li.open .menuHd {background-color:#FC8924;}*/
    .accordion li i {
    }

        .accordion li i.icoImg {
            width: 20px;
            position: absolute;
            left: 17px;
            height: 20px;
            display: inline-block;
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }
        /*.accordion li i.ico1 {background-position:-171px 0;}*/
        .accordion li i.ico1 {
            background-image: url("../images/Menu/yunying.png") !important;
            background-size: 100% 100%;
            height: 20px;
            width: 20px;
        }

    .accordion li.open i.ico1 {
        background-position: -171px -21px;
    }

    .accordion li i.ico2 {
        background-image: url("../images/Menu/gongyinglian.png") !important;
        background-size: 100% 100%;
        height: 20px;
        width: 20px;
    }
    /*.accordion li i.ico2 {background-position:-199px 0;}*/
    .accordion li.open i.ico2 {
        background-position: -199px -21px;
    }
    /*.accordion li i.ico3 {background-position:-224px 0;}*/
    .accordion li i.ico3 {
        background-image: url("../images/Menu/huiyuan.png") !important;
        background-size: 100% 100%;
        height: 20px;
        width: 20px;
    }

    .accordion li.open i.ico3 {
        background-position: -224px -21px;
    }
    /*.accordion li i.ico4 {background-position:-251px 0;}*/
    .accordion li i.ico4 {
        background-image: url("../images/Menu/juece.png") !important;
        background-size: 100% 100%;
        height: 20px;
        width: 20px;
    }

    .accordion li.open i.ico4 {
        background-position: -251px -21px;
    }
    /*.accordion li i.ico5 {background-position:-276px 0;}*/
    .accordion li i.ico5 {
        background-image: url("../images/Menu/caiwu.png") !important;
        background-size: 100% 100%;
        height: 20px;
        width: 20px;
    }

    .accordion li.open i.ico5 {
        background-position: -276px -21px;
    }
    /*.accordion li i.ico6 {background-position:-300px 0;}*/
    .accordion li i.ico6 {
        background-image: url("../images/Menu/shezhi.png") !important;
        background-size: 100% 100%;
        height: 20px;
        width: 20px;
    }

    .accordion li.open i.ico6 {
        background-position: -300px -21px;
    }

    .accordion li i.sIco8 {
        background-image: url("../images/Menu/shengchan.png") !important;
        background-size: 100% 100%;
        height: 20px;
        width: 20px;
    }
    /*.accordion li i.arrow_down {right:12px;position:absolute;top:17px;width:10px;height:6px;display:inline-block;background-position:-144px 0;}*/
    .accordion li.open .menuHd, .accordion li.open .menuHd a {
        color: #404158;
    }

    .accordion li.open i.arrow_down {
        background-position: -144px -9px;
    }

/* Submenu */
.submenu { /*display:none;*/
    font-size: 14px;
    padding: 0px 13px 0 13px;
}
    /*.submenu ul {padding-bottom:7px;border-bottom:solid 1px #454b5c;}*/
    .submenu li {
        height: 30px;
        line-height: 30px;
    }

.accordion li .submenu li { /*margin-bottom:3px;*/
}

.submenu li a {
    display: block;
    height: 30px;
    text-decoration: none;
    color: #545873;
    padding-left: 35px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover, .submenu a.on {
    background-color: #EFF4FD;
    color: #FC8924;
    border-radius: 5px;
}

/*修改处：增加诸如mainBox,navWrap式的样式*/
.tabs-container {
    width: 100%;
    height: 100%;
    display: table;
    position: absolute;
    left: 140px;
    top: 79px;
    background: #F7F8FA
}
/*修改处：取消z-index*/
.tabs-header {
    width: 100%;
    height: 68px;
    position: fixed;
    top: 78px;
    left: 0;
    right: 0;
    font-size: 13px;
    padding-left: 140px;
    z-index: 990
}

.tabs-wrap {
    width: 100%;
    position: relative;
    background-color: #F7F8FA;
    height: 68px;
    margin-left: 10px
}

    .tabs-wrap .tabs {
        padding-top: 21px;
        position: relative;
    }

        .tabs-wrap .tabs li {
            float: left;
            border: solid 1px #DCDEE0;
            border-radius: 4px 0px 0px 0px;
            height: 38px;
            min-width: 110px;
            line-height: 38px;
            color: #FFFFFF;
            text-align: center;
            font-size: 14px
        }

            .tabs-wrap .tabs li.tabs-selected {
                background-color: #FFFFFF;
                border-radius: 4px 0px 0px 0lx;
                border-bottom: 0px
            }

                .tabs-wrap .tabs li.tabs-selected span {
                    color: #333;
                }

            .tabs-wrap .tabs li span {
                color: #959595;
            }

                .tabs-wrap .tabs li span.tabs-icon {
                    margin-left: 6px;
                    width: 10px;
                    height: 10px;
                    display: inline-block;
                    background-position: 0px -37px;
                }

/* nav */
.navWrap {
    width: 100%;
    height: 36px;
    position: fixed;
    top: 58px;
    left: 0;
    right: 0;
    z-index: 998;
    font-size: 13px;
}

    .navWrap .navInBox {
        padding-left: 198px;
    }

        .navWrap .navInBox .navBox {
            width: 100%;
            position: relative;
            background-color: #f8f8f8;
            height: 35px;
            border-bottom: solid 1px #d7d7d7;
        }

            .navWrap .navInBox .navBox ul {
                padding-top: 5px;
                position: relative;
                padding-left: 6px;
            }

            .navWrap .navInBox .navBox li {
                float: left;
                margin-left: 6px;
                border: solid 1px #c8c8c8;
                border-bottom-color: #d7d7d7;
                height: 20px;
                line-height: 13px;
                color: #959595;
                padding: 9px 10px 0;
                background-color: #f8f8f8;
                border-radius: 2px 2px 0 0;
            }

                .navWrap .navInBox .navBox li.on {
                    background-color: #eef0f3;
                    padding-top: 8px;
                    border-bottom-color: #eef0f3;
                    border-top-color: #fc9b20;
                    border-top-width: 2px;
                    border-radius: 0;
                }

                    .navWrap .navInBox .navBox li.on a {
                        color: #333;
                    }

                .navWrap .navInBox .navBox li a {
                    color: #959595;
                }

                    .navWrap .navInBox .navBox li a.nav_close {
                        margin-left: 6px;
                    }

                        .navWrap .navInBox .navBox li a.nav_close i {
                            width: 10px;
                            height: 10px;
                            display: inline-block;
                            background-position: 0px -37px;
                        }

/* main */
/*修改处：因为iframe已经margin-left198了，所以padding-left=210-198*/
.mainBox {
    width: 100%; /*height:100%*/
    ;
    display: table;
}
/*.mainInBox {display:table-cell;padding:106px 12px 9px 210px;}*/
.mainInBox {
    display: table-cell;
}

.mainConBox {
    width: 100%;
    height: 100%;
}

.tabs-panels {
    top: 147px;
    left: 140px;
    position: fixed;
    margin-left: 10px;
    background: #F7F8FA;
}

.TMainBox {
    width: 100%;
    height: 100%;
}
/*.mainInBox {display:table-cell;padding:106px 12px 9px 210px;}*/
.TMainInBox {
    padding: 46px 12px 9px 12px;
}

/*修改处：单据关键的样式display:table引起的问题*/
.contBox {
    width: 100%;
    height: 100%;
}

.mainContent {
    padding: 0px 0px 0px 0px;
    height: 100%;
}

.TMainBox {
    width: 100%;
    height: 100%;
}
/*.mainInBox {display:table-cell;padding:106px 12px 9px 210px;}*/
.TMainInBox {
    padding: 10px 12px 9px 12px;
}

/* index */
.indexTop {
    height: 146px;
    margin-bottom: 14px;
}
/*.indexWrap {padding-right:256px;zoom:1;}*/
.indexWrap {
    zoom: 1;
}
    /*.indexWrap .indexSide {width:342px;float:right;margin-right:-256px;}*/
    .indexWrap .indexSide {
        width: 25%;
        float: right;
    }

        .indexWrap .indexSide .sideInBox {
            background-color: #fff;
            border-radius: 5px;
        }

            .indexWrap .indexSide .sideInBox .sideHd {
                height: 52px;
                line-height: 52px;
                padding-left: 20px;
                border-bottom: solid 1px #ededed;
                font-size: 18px;
                font-weight: 600;
            }

.indexNotice {
    height: 146px;
}

    .indexNotice .noticeList {
        padding: 12px 20px;
        font-size: 14px;
    }

        .indexNotice .noticeList li {
            height: 24px;
            line-height: 24px;
            color: #666;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

            .indexNotice .noticeList li a {
                color: #666;
            }

                .indexNotice .noticeList li a:hover {
                    color: #333;
                    text-decoration: underline;
                }

/*.sameDayData {height:151px;width:100%;overflow:hidden;}*/
.sameDayData {
    height: 151px;
    overflow: hidden;
}

    .sameDayData .sDDateIn {
        margin: 0 -7px;
    }

        .sameDayData .sDDateIn .sDInBox {
            float: left;
            width: 33%;
        }

            .sameDayData .sDDateIn .sDInBox .itemBox {
                padding: 0 7px;
            }

.itemInBox {
    height: 151px;
    border-radius: 5px;
    color: #404158;
    text-align: center;
}

    .itemInBox.itemInColor1 {
        background-color: #FFF;
    }

    .itemInBox.itemInColor2 {
        background-color: #FFF;
    }

    .itemInBox.itemInColor3 {
        background-color: #FFF;
    }

    .itemInBox.itemInColor4 {
        background-color: #ff8181;
    }

    .itemInBox .hdTxt {
        padding-top: 30px;
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        color: #404158;
        font-weight: 400;
    }

    .itemInBox .dataBox {
        font-size: 36px;
    }

        .itemInBox .dataBox em {
            font-size: 22px;
            margin-left: 3px;
        }

/**/
.comFunction {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    font-size: 14px;
    overflow-y: auto;
}

    .comFunction .tabHd {
        height: 28px;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #fff;
        padding: 8px 0;
        z-index: 8999;
    }

        .comFunction .tabHd li {
            float: left;
            width: 80px;
            height: 32px;
            color: #6d6d6d;
            line-height: 32px;
            cursor: pointer;
            text-align: center;
            margin: 0 2px 0 20px;
            font-size: 14px;
            font-weight: 500
        }

            .comFunction .tabHd li.on {
                color: #FF7700;
                background: rgba(255, 119, 0, 0.1);
                border-radius: 2px 0px 0px 2px;
                border: 1px solid #FF7700;
            }

.functionListW {
    padding: 0 0 32px 5px;
}

.functionConBox {
    padding-top: 42px;
}

    .functionConBox li {
        float: left;
        width: 90px;
        text-align: center;
        height: 96px;
        line-height: 18px;
        margin: 22px 0 0 15px;
    }

        .functionConBox li a {
            display: inline-block;
        }

        .functionConBox li i {
            display: block;
            margin: 0 auto 8px;
            width: 40px;
            height: 40px;
            background-color: #637fd6;
            border-radius: 50%;
        }

            .functionConBox li i.icoImg1 {
                background-position: 0 -58px;
                background-color: #637fd6;
            }

            .functionConBox li i.icoImg2 {
                background-position: -40px -58px;
                background-color: #ffac38;
            }

            .functionConBox li i.icoImg3 {
                background-position: -80px -58px;
                background-color: #fe854e;
            }

            .functionConBox li i.icoImg4 {
                background-position: -120px -58px;
                background-color: #956dea;
            }

            .functionConBox li i.icoImg5 {
                background-position: -160px -58px;
                background-color: #30c790;
            }

            .functionConBox li i.icoImg6 {
                background-position: -200px -58px;
                background-color: #637fd6;
            }

            .functionConBox li i.icoImg7 {
                background-position: -240px -58px;
                background-color: #63b0f8;
            }

            .functionConBox li i.icoImg8 {
                background-position: -280px -58px;
                background-color: #ff8181;
            }


            .functionConBox li i.icoImg9 {
                background-position: -320px -58px;
                background-color: #ff8182;
            }

            .functionConBox li i.icoImg10 {
                background-position: -360px -58px;
                background-color: #647fd6;
            }

            .functionConBox li i.icoImg11 {
                background-position: -400px -58px;
                background-color: #2ec78f;
            }

            .functionConBox li i.icoImg12 {
                background-position: -440px -58px;
                background-color: #5abfdc;
            }

            .functionConBox li i.icoImg13 {
                background-position: 0px -98px;
                background-color: #fe854e;
            }

            .functionConBox li i.icoImg14 {
                background-position: -40px -98px;
                background-color: #63b0f8;
            }

            .functionConBox li i.icoImg15 {
                background-position: -80px -98px;
                background-color: #2ec78f;
            }

            .functionConBox li i.icoImg16 {
                background-position: -120px -98px;
                background-color: #637ed9;
            }


            .functionConBox li i.icoImg17 {
                background-position: -160px -98px;
                background-color: #30c790;
            }

            .functionConBox li i.icoImg18 {
                background-position: -200px -98px;
                background-color: #637fd6;
            }

            .functionConBox li i.icoImg19 {
                background-position: -240px -98px;
                background-color: #63b0f8;
            }

            .functionConBox li i.icoImg20 {
                background-position: -280px -98px;
                background-color: #ff8181;
            }

            .functionConBox li i.icoImg21 {
                background-position: -320px -98px;
                background-color: #30c790;
            }

            .functionConBox li i.icoImg22 {
                background-position: -360px -98px;
                background-color: #637fd6;
            }

            .functionConBox li i.icoImg23 {
                background-position: -400px -98px;
                background-color: #63b0f8;
            }

            .functionConBox li i.icoImg24 {
                background-position: -440px -98px;
                background-color: #ff8181;
            }


/* select */
.selectBoxs {
    position: relative;
    height: 52px;
    float: left;
    margin-top: 10px;
}

.tag_select {
    display: block;
    padding: 0 24px 0 10px;
    border: solid 1px #d8d8d8;
    height: 28px;
    width: 150px;
    position: relative;
    font-size: 12px;
    color: #333;
    border-radius: 3px;
    background: #fff url(../images/selectArrow.png) no-repeat right 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px;
    cursor: pointer;
}

.tag_select_hover {
    background: #fff url(../images/selectArrow.png) no-repeat right 0;
}

.tag_select_open {
    background: #fff url(../images/selectArrow.png) no-repeat right -28px;
}

dl.tag_options {
    overflow: hidden;
    cursor: pointer;
    border: solid 1px #ededed;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 88888;
    border-radius: 3px;
    background-color: #fff;
    display: none;
    width: 184px;
    max-height: 180px;
    overflow-y: auto;
    -moz-box-shadow: 0px 2px 5px rgba(224, 224, 224, 0.7);
    -webkit-box-shadow: 0px 2px 5px rgba(224, 224, 224, 0.7);
    box-shadow: 0px 2px 5px rgba(224, 224, 224, 0.7);
}

    dl.tag_options dd {
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        padding: 0 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        dl.tag_options dd.open_hover {
            background-color: #f1f1f1;
        }

        dl.tag_options dd.open_selected {
            background-color: #fff;
        }

            dl.tag_options dd.open_selected:hover {
                background-color: #f1f1f1;
            }


.indexChartBox {
    background-color: #fff;
    border-radius: 5px;
}

.indexChartIn {
    padding: 0 13px 10px;
}

.indexChartHd {
    height: 46px;
    border-bottom: solid 1px #ededed;
}

    .indexChartHd .chartTagBox {
        float: left;
        position: relative;
        height: 49px;
        line-height: 46px;
    }

        .indexChartHd .chartTagBox li {
            padding: 0 15px;
            height: 46px;
            float: left;
            margin-left: 22px;
            color: #959595;
            font-size: 15px;
            cursor: pointer;
        }

            .indexChartHd .chartTagBox li:first-child {
                margin-left: 0;
            }

            .indexChartHd .chartTagBox li.on {
                color: #fc9b20;
                border-bottom: solid 3px #fc9b20;
            }

.chartConWrap {
    padding: 20px;
}

    .chartConWrap .jsHeightThree {
        overflow: hidden;
    }

.indexChartHd .chartDataBox {
    float: right;
    height: 30px;
    margin-top: 8px;
}

    .indexChartHd .chartDataBox .chartDataIn {
        float: left;
        margin-left: 25px;
    }

        .indexChartHd .chartDataBox .chartDataIn:first-child {
            margin-left: 0;
        }

.chartDataIn .tag_select {
    border: none;
    width: auto;
    min-width: 50px;
    font-size: 14px;
}

.chartDataIn dl.tag_options {
    font-size: 14px;
    width: auto;
}

    .chartDataIn dl.tag_options dd {
        padding: 0 25px 0 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: inherit;
    }

/* kucunguanli */
.stockWrap {
    border-radius: 5px;
    background-color: #fff;
    overflow-y: auto;
}

.stockInBox {
    padding: 44px 40px;
}

    .stockInBox ul {
        margin: 0 -20px;
    }

    .stockInBox li {
        width: 320px;
        margin: 0 25px 10px 25px;
        float: left;
        height: 216px;
    }

.stockLiBox {
    text-align: center;
}

    .stockLiBox .stockIcoBox {
        margin-bottom: 14px;
    }

        .stockLiBox .stockIcoBox i {
            width: 60px;
            height: 60px;
            display: inline-block;
            margin: 0 auto;
        }

            .stockLiBox .stockIcoBox i.sIco1 {
                background-position: 0 0;
            }

            .stockLiBox .stockIcoBox i.sIco2 {
                background-position: -60px 0;
            }

            .stockLiBox .stockIcoBox i.sIco3 {
                background-position: -120px 0;
            }

            .stockLiBox .stockIcoBox i.sIco4 {
                background-position: -180px 0;
            }

            .stockLiBox .stockIcoBox i.sIco5 {
                background-position: -240px 0;
            }

            .stockLiBox .stockIcoBox i.sIco6 {
                background-position: -300px 0;
            }

            .stockLiBox .stockIcoBox i.sIco7 {
                background-position: -360px 0;
            }

            .stockLiBox .stockIcoBox i.sIco8 {
                background-position: -420px 0;
            }


    .stockLiBox h2 {
        text-align: center;
        color: #373d41;
        font-size: 20px;
        font-weight: bold;
        height: 36px;
        line-height: 36px;
    }

    .stockLiBox .stockTxtBox {
        font-size: 14px;
        background-color: #fff;
        position: relative;
    }

        .stockLiBox .stockTxtBox .stockLink {
            line-height: 22px;
            height: 44px;
            overflow: hidden;
            color: #6d6d6d;
            margin-bottom: 5px;
        }

        .stockLiBox .stockTxtBox.stockOpen {
            border: solid 1px #ddd;
            background-color: #f6f6f6;
        }

            .stockLiBox .stockTxtBox.stockOpen .stockLink a {
                color: #454545;
            }

            .stockLiBox .stockTxtBox.stockOpen .stockLink {
                height: auto;
            }

        .stockLiBox .stockTxtBox .stockLink a {
            color: #6d6d6d;
            word-wrap: break-word;
            display: inline-block;
        }

            .stockLiBox .stockTxtBox .stockLink a:hover {
                color: #ee9422;
            }

        .stockLiBox .stockTxtBox .stockLink i {
            color: #aaa;
            font-family: Simsun;
            padding: 0 6px;
        }

.stockMore {
    color: #6d6d6d;
    cursor: pointer;
}

    .stockMore b {
        display: inline-block;
        width: 12px;
        height: 7px;
        background-position: -80px -9px;
        margin-left: 5px;
    }

    .stockMore.openStock b {
        display: inline-block;
        width: 12px;
        height: 7px;
        background-position: -80px 0;
    }



/* login */
.loginTop {
    height: 86px;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    color: #000;
}

    .loginTop .loginHead {
        width: 100%;
        margin: 0 auto;
    }

        .loginTop .loginHead .loginLogo {
            float: left;
            margin: 22px 0 0 20px;
        }

        .loginTop .loginHead .loginHdRi {
            float: right;
            height: 18px;
            line-height: 18px;
            font-size: 12px;
            padding-right: 20px
        }

            .loginTop .loginHead .loginHdRi .lgHDIn {
                padding: 42px 0 0 144px;
            }

                .loginTop .loginHead .loginHdRi .lgHDIn .phoneImg {
                    float: left;
                    margin: 2px 0 0 -184px;
                }

                .loginTop .loginHead .loginHdRi .lgHDIn a {
                    color: #000;
                }

                    .loginTop .loginHead .loginHdRi .lgHDIn a:hover {
                        text-decoration: underline;
                    }

                .loginTop .loginHead .loginHdRi .lgHDIn i {
                    font-family: Simsun;
                    padding: 0 12px;
                }

.loginMain {
    width: 1400px;
    position: absolute;
    left: 45%;
    top: 50%;
    height: 430px;
    margin-top: -215px;
    margin-left: -569px;
}

    .loginMain .loginMainIn {
        width: 100%;
        height: auto;
        position: relative;
        margin-top: -110px;
    }

        .loginMain .loginMainIn .lMAdLeft {
            float: left;
            width: 545px;
            height: 392px;
            position: relative;
        }

            .loginMain .loginMainIn .lMAdLeft .txtAdTxt {
                width: 148px;
                position: absolute;
                left: 460px;
                top: 140px;
                font-size: 20px;
                color: #fff;
                line-height: 45px;
            }

        .loginMain .loginMainIn .loginInputWarp {
            float: right;
            width: 470px;
            height: 500px;
            background-color: #fff;
            border-radius: 3px;
            position: relative;
            left: 40px;
        }

            .loginMain .loginMainIn .loginInputWarp .lInputInBox {
                width: 350px;
                height: auto;
                margin: 0 auto;
            }

                .loginMain .loginMainIn .loginInputWarp .lInputInBox h1 {
                    height: 120px;
                    line-height: 120px;
                    font-size: 18px;
                    font-weight: 600;
                    color: #404158;
                    text-align: center;
                }

.loginFrom {
    width: 350px;
    height: auto;
}

    .loginFrom li {
        height: 40px;
        margin-bottom: 16px;
        border-bottom: 1px solid #D5D5D5
    }

        .loginFrom li .focusText span {
            color: #212430;
            font-size: 14px;
            line-height: 40px;
            font-weight: 400;
            width: 70px
        }

        .loginFrom li .loginText {
            height: 40px;
            line-height: 40px;
            border-radius: 3px;
            background-color: #fff;
            width: 298px;
            font-size: 14px;
            float: right;
            border: 0px
        }

        .loginFrom li.loginCode {
            margin-bottom: 22px;
        }

            .loginFrom li.loginCode .focusText {
                float: left;
                width: 198px;
            }

            .loginFrom li.loginCode .loginText {
                width: 176px;
            }

            .loginFrom li.loginCode .codeImg {
                cursor: pointer;
                float: right;
                display: inline-block;
                border: solid 1px #ddd;
                border-radius: 3px;
                padding: 0;
                height: 38px;
            }

.loginBut {
    height: 44px;
    width: 352px;
    border: none;
    background-color: #fc9b20;
    border-radius: 3px;
    cursor: pointer;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.lGSavePass {
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    color: #959595;
}

    .lGSavePass input, .lGSavePass label {
        vertical-align: middle;
    }

    .lGSavePass input {
        margin-right: 5px;
    }

.loginBottom {
    height: 250px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #fff;
}

    .loginBottom .loginBot {
        width: 100%;
        max-width: 1138px;
        margin: 0 auto;
        color: #a6a6a7;
        font-size: 14px;
    }

        .loginBottom .loginBot .lgBotTop {
            text-align: center;
            padding: 40px 0 26px;
            height: 30px;
            line-height: 30px;
        }

        .loginBottom .loginBot .lgBotCode {
            text-align: center;
        }

            .loginBottom .loginBot .lgBotCode p {
                display: inline-block;
                margin: 0 15px;
                color: #6d6d6d;
                font-size: 12px;
            }

                .loginBottom .loginBot .lgBotCode p img {
                    border: solid 1px #ddd;
                    padding: 1px;
                    background-color: #fff;
                    margin-bottom: 10px;
                }


/*修改处：左右填充间距*/
.mainWrapBox {
    width: 100%;
    height: 100%;
}

.mainHdBox {
    height: 54px;
    line-height: 54px;
    border-bottom: solid 1px #ededed;
    padding: 0 145px 0 20px;
    color: #666;
    font-size: 14px;
    background-color: #fff;
}

    .mainHdBox h3 {
        line-height: 54px;
        font-weight: 500;
    }

    .mainHdBox .hdIcoBox {
        height: 16px;
        line-height: 16px;
        padding-top: 11px;
    }


/*修改处：修改按钮名称*/
.hdIcoBox input {
    display: inline-block;
    color: #666;
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    cursor: pointer;
    border-radius: 2px;
    font-size: 14px;
    border: 1px solid #D5D5D5;
    width: 70px
}

    .hdIcoBox input:hover {
        color: #f79519;
    }

    .hdIcoBox input.addBut {
        background-position: 0 0;
    }

    .hdIcoBox input.editorBut {
        background-position: 0 -18px;
    }

    .hdIcoBox input.auditBut {
        background-position: 0 -36px;
    }

    .hdIcoBox input.revAppBut {
        background-position: 0 -54px;
    }

    .hdIcoBox input.deleteBut {
        background-position: 0 -72px;
    }

    .hdIcoBox input.setUpBut {
        background-position: 0 -90px;
    }

    .hdIcoBox input.exportBut {
        background-position: 0 -162px;
    }

    .hdIcoBox input.printBut {
        background-position: 0 -108px;
    }

    .hdIcoBox input.inquiryBut {
        background-position: 0 -126px;
    }

    .hdIcoBox input.saveBut {
        background-position: 0 -144px;
    }

    .hdIcoBox input.copyBut {
        background-position: 0 -180px;
    }

    .hdIcoBox input.closeBut {
        background-position: 0 -198px;
    }

    .hdIcoBox input.storageBut {
        background-position: 0 -216px;
    }

    .hdIcoBox input.importBut {
        background-position: 0 -234px;
    }

    .hdIcoBox input.addBut:hover {
        background-position: -180px 0px;
    }

    .hdIcoBox input.editorBut:hover {
        background-position: -180px -18px;
    }

    .hdIcoBox input.auditBut:hover {
        background-position: -180px -36px;
    }

    .hdIcoBox input.revAppBut:hover {
        background-position: -180px -54px;
    }

    .hdIcoBox input.deleteBut:hover {
        background-position: -180px -72px;
    }

    .hdIcoBox input.setUpBut:hover {
        background-position: -180px -90px;
    }

    .hdIcoBox input.exportBut:hover {
        background-position: -180px -162px;
    }

    .hdIcoBox input.printBut:hover {
        background-position: -180px -108px;
    }

    .hdIcoBox input.inquiryBut:hover {
        background-position: -180px -126px;
    }

    .hdIcoBox input.saveBut:hover {
        background-position: -180px -144px;
    }

    .hdIcoBox input.copyBut:hover {
        background-position: -180px -180px;
    }

    .hdIcoBox input.closeBut:hover {
        background-position: -180px -198px;
    }

    .hdIcoBox input.storageBut:hover {
        background-position: -180px -216px;
    }

    .hdIcoBox input.importBut:hover {
        background-position: -180px -234px;
    }

    .hdIcoBox input.butGray {
        color: #c8c8c8;
        cursor: auto;
    }

    .hdIcoBox input.addButGrey.butGrey, .hdIcoBox input.addButGrey.butGrey:hover {
        background-position: -368px 0px;
    }

    .hdIcoBox input.editorButGrey.butGrey, .hdIcoBox input.editorButGrey.butGrey:hover {
        background-position: -368px -18px;
    }

    .hdIcoBox input.auditButGrey.butGrey, .hdIcoBox input.auditButGrey.butGrey:hover {
        background-position: -368px -36px;
    }

    .hdIcoBox input.revAppButGrey.butGrey, .hdIcoBox input.revAppButGrey.butGrey:hover {
        background-position: -368px -54px;
    }

    .hdIcoBox input.deleteButGrey.butGrey, .hdIcoBox input.deleteButGrey.butGrey:hover {
        background-position: -368px -72px;
    }

    .hdIcoBox input.setUpButGrey.butGrey, .hdIcoBox input.setUpButGrey.butGrey:hover {
        background-position: -368px -90px;
    }

    .hdIcoBox input.exportButGrey.butGrey, .hdIcoBox input.exportButGrey.butGrey:hover {
        background-position: -368px -162px;
    }

    .hdIcoBox input.printButGrey.butGrey, .hdIcoBox input.printButGrey.butGrey:hover {
        background-position: -368px -108px;
    }

    .hdIcoBox input.inquiryButGrey.butGrey, .hdIcoBox input.inquiryButGrey.butGrey:hover {
        background-position: -368px -126px;
    }

    .hdIcoBox input.saveButGrey.butGrey, .hdIcoBox input.saveButGrey.butGrey:hover {
        background-position: -368px -144px;
    }

    .hdIcoBox input.copyButGrey.butGrey, .hdIcoBox input.copyButGrey.butGrey:hover {
        background-position: -368px -180px;
    }

    .hdIcoBox input.closeButGrey.butGrey, .hdIcoBox input.closeButGrey.butGrey:hover {
        background-position: -368px -198px;
    }

    .hdIcoBox input.storageButGrey.butGrey, .hdIcoBox input.storageButGrey.butGrey:hover {
        background-position: -368px -216px;
    }

    .hdIcoBox input.importButGrey.butGrey, .hdIcoBox input.importButGrey.butGrey:hover {
        background-position: -368px -234px;
    }

.hdIcoBox.hdIcoLeft {
    float: left;
}

.hdIcoBox.hdIcoRight {
    float: right;
}

    .hdIcoBox.hdIcoLeft a:first-child, .hdIcoBox.hdIcoRight a:first-child, .hdIcoBox.hdIcoLeft input:first-child, .hdIcoBox.hdIcoRight input:first-child {
        margin-left: 0;
    }

/*修改处：增加按钮图片的样式*/
.filterWrap {
    color: #444;
    font-size: 14px;
    width: 100%;
    height: auto;
    border-bottom: solid 1px #ededed;
    background-color: #fff;
    padding-top: 5px;
}

    .filterWrap ul li {
        float: left;
        padding-left: 108px;
        margin: 0 0 5px;
        height: 30px;
        line-height: 30px;
        width: 24%;
        min-width: 210px;
    }

    .filterWrap li em {
        width: 98px;
        display: inline-block;
        text-align: right;
        margin-left: -108px;
        float: left;
    }

    .filterWrap li input, .filterWrap li a, .filterWrap li label {
        float: left;
    }

    .filterWrap ul li.liMemo {
        float: left;
        padding-left: 108px;
        margin: 0 0 5px;
        height: 30px;
        line-height: 30px;
        width: 50%;
    }

.textStyle, textStyles {
    border: solid 1px #ddd;
    padding: 4px 5px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    font-size: 14px;
    width: 160px;
}

.liWidth25 {
    width: 25% !important;
}

.liWidth30 {
    width: 30% !important;
}

.liWidth50 {
    width: 50% !important;
}

.liWidth80 {
    width: 80% !important;
}

.liHeight45 {
    height: 45px !important;
}

.liHeight80 {
    height: 80px !important;
}

.liHeight85 {
    height: 85px !important;
}

input[type="checkbox"] {
    margin-top: 10px;
}

input[type="radio"] {
    margin-top: 10px;
}

.filterWrap ul li ul.c_pick_listbox li {
    padding-left: 0px;
    width: 100%;
    margin: 0px;
    height: 20px;
    line-height: 20px;
}

.pickpage .filterWrap ul li {
    float: left;
    padding: 0px;
    margin: 0px;
    height: 30px;
    line-height: 30px;
    width: 24%;
    min-width: 250px;
}

.pickpage .filterWrap li em {
    width: 70px;
    display: inline-block;
    text-align: right;
    float: left;
    margin: 0px;
}

#Condi_ItemClsId_Box {
    height: 45px;
}

/* 修改处：去掉无效代码
.filterWrap li.category {border-right:solid 1px #ddd;padding-right:20px;}
.filterWrap li.category input,.filterWrap li.category a {float:left;}
.filterWrap li.category .selectBut,.filterWrap li.supplier .selectBut {height:28px;line-height:28px;border-radius:3px;background-color:#f7f8f9;text-align:center;border:solid 1px #ddd;width:50px;display:inline-block;margin-left:6px;}
*/
.filterWrap li.filterBut {
    padding-left: 0;
    width: 50%;
}

    .filterWrap li.filterBut div {
        padding-left: 20px;
    }

    .filterWrap li.filterBut .fSearchBut {
        background-color: #9db6d2;
        width: 66px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: none;
        color: #fff;
        border-radius: 3px;
        font-size: 14px;
        margin-right: 8px;
        cursor: pointer;
        float: left;
    }

    .filterWrap li.filterBut .expandOffBut {
        background-color: #f7f8f9;
        text-align: center;
        color: #444;
        border: solid 1px #ddd;
        height: 28px;
        width: 104px;
        border-radius: 3px;
        display: inline-block;
        float: left;
        line-height: 28px;
    }

.filterWrap li.liDivRadio {
}

    .filterWrap li.liDivRadio .radioDiv label {
        float: left;
        margin-right: 10px;
    }

        .filterWrap li.liDivRadio .radioDiv label:first-child {
            margin-left: 8px;
        }

        .filterWrap li.liDivRadio .radioDiv label input {
            float: left;
            margin: 9px 3px 0 0;
        }

.sortTableBox {
    display: table;
    width: 100%;
    height: 100%;
}

    .sortTableBox td {
        vertical-align: top;
    }

        .sortTableBox td.tdLineOne {
            width: 200px;
            border-right: solid 1px #d7d7d7;
        }


.st_tree {
    padding-top: 4px;
}

    .st_tree a {
        display: block;
        color: #444;
        padding-left: 24px;
        background-repeat: no-repeat;
        background-position: 0 4px;
        height: 28px;
        line-height: 28px;
    }

        .st_tree a:hover, .st_tree a.on {
            background-color: #f5f5f5;
        }

    .st_tree ul {
        padding: 0;
        margin: 0;
    }

        .st_tree ul li {
            color: #222;
            line-height: 28px;
            cursor: pointer;
            list-style: none;
            padding: 0 0 3px 0;
        }

            .st_tree ul li ul li a {
                padding-left: 60px;
            }

    .st_tree .folder a {
        background-image: url(../images/imgs/st_folder.png);
    }

    .st_tree .open a {
        background-image: url(../images/imgs/st_folder_open.png);
    }

    .st_tree a.mainMenu {
        padding-left: 38px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        background-position: 15px 7px;
    }

    .st_tree a.twoMenu {
        padding-left: 58px;
        background-position: 38px 4px;
    }

    .st_tree .folder a.twoMenu {
        background-image: url(../images/imgs/st_folder2.png);
    }

    .st_tree .open a.twoMenu {
        background-image: url(../images/imgs/st_folder_open2.png);
    }

    .st_tree .submenuTree li a {
        padding-left: 58px;
    }


.tableGeneral {
    border-collapse: collapse;
    background-color: #fff;
    width: 100%;
    height: auto;
    text-align: left;
    table-layout: fixed;
    word-break: break-all;
}

    .tableGeneral th {
        height: 36px;
        line-height: 36px;
        padding: 0 8px;
        background-color: #f2f6f8;
        border: solid 1px #ededed;
        color: #666;
    }

    .tableGeneral td {
        border-bottom: solid 1px #ededed;
        height: 40px;
        vertical-align: middle;
        padding: 0 8px;
        color: #444;
    }

.tbodyBox tr.over {
    background-color: #fffce4;
}

.tableGeneral.tLineNo th {
    border-top: none;
}

    .tableGeneral.tLineNo th:first-child {
        border-left: none;
    }

    .tableGeneral.tLineNo th:last-child {
        border-right: none;
    }

.tableEditFont {
    font-size: 14px;
}

    .tableEditFont tr th:first-child, .tableEditFont tr td:first-child {
        text-align: center;
    }

        .tableEditFont tr th:first-child input, .tableEditFont tr td:first-child input {
            vertical-align: middle;
            cursor: pointer;
        }

    .tableEditFont .editText input {
        border: solid 1px #9db6d2;
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        padding: 4px;
        border-radius: 3px;
        display: inline-block;
        -webkit-box-shadow: 0 0 3px rgba(157, 182, 210, .6);
        -moz-box-shadow: 0 0 3px rgba(157, 182, 210, .6);
        box-shadow: 0 0 3px rgba(157, 182, 210, .6);
    }

.tableWrapBox {
    width: 100%;
    height: auto;
}

/*单据/对话框的wrapBox的宽度*/
.tableBox {
    width: 100%;
    height: auto;
}



.dateTextDiv {
    display: block;
    white-space: nowrap;
    word-break: keep-all;
}

    .dateTextDiv input, .dateTextDiv span {
        float: left;
    }

    .dateTextDiv span {
        padding: 0 10px;
    }

.dateText {
    border: solid 1px #ddd;
    padding: 4px 25px 4px 5px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    font-size: 14px;
    width: 90px;
    background: #fff url(../images/dateIco.png) no-repeat right center;
}

.monthText {
    border: solid 1px #ddd;
    padding: 4px 25px 4px 5px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    font-size: 14px;
    width: 100px;
}


/**/
.fileSettings {
    padding: 25px;
}

    .fileSettings .setUpIn {
        background-color: #f7f7f7;
        border-radius: 5px;
        width: auto;
        max-width: 700px;
        padding: 18px 25px 60px;
        margin-bottom: 25px;
    }

.sUHdTit {
    height: 26px;
    line-height: 26px;
    color: #444;
    font-size: 16px;
    margin-bottom: 5px;
}

.sUConBox {
    color: #6d6d6d;
    font-size: 14px;
    line-height: 50px;
}

    .sUConBox .selectSt {
        border: solid 1px #dce0e2;
        background-color: #fff;
        padding: 3px 3px 3px 8px;
        height: 20px;
        line-height: 20px;
        margin: 0 5px;
        font-size: 14px;
        border-radius: 3px;
    }

.codingBox {
    height: 26px;
    line-height: 26px;
    color: #6d6d6d;
    width: 100%;
    padding-top: 5px;
}

    .codingBox .codingSwitch {
        float: right;
        margin-right: 10px;
    }

        .codingBox .codingSwitch .switchTxt {
            float: left;
            margin-left: -46px;
        }
/*修改处：替换保存按钮样式*/
.saveBut {
    height: 34px;
    border: none;
    background-color: #fc9b20;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
}

.fileSettings .saveBut {
    height: 34px;
    border: none;
    background-color: #fc9b20;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    width: 60px;
}

.saveBut {
    height: 34px;
    border: none;
    background-color: #fc9b20;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    width: 60px;
}

/* layer 
   修改处：显示弹出层
*/
#layerBox {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

    #layerBox .layerHd {
        background-color: #475061;
        display: block;
        height: 50px;
        line-height: 50px;
        cursor: move;
        font-size: 16px;
        color: #fff;
        border-radius: 4px 4px 0 0;
    }

        #layerBox .layerHd h2 {
            float: left;
            font-weight: 500;
            padding-left: 25px;
            line-height: 50px;
        }

        #layerBox .layerHd i {
            float: right;
            width: 16px;
            height: 16px;
            cursor: pointer;
            display: inline-block;
            background-position: 0 -175px;
            margin: 17px 20px 0 0;
        }

.layerBox {
    position: absolute;
    width: 786px;
    height: 596px;
    background-color: #f8f8f8;
    display: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

    .layerBox .layerHd {
        background-color: #475061;
        display: block;
        height: 50px;
        line-height: 50px;
        cursor: move;
        font-size: 16px;
        color: #fff;
        border-radius: 4px 4px 0 0;
    }

        .layerBox .layerHd h2 {
            float: left;
            font-weight: 500;
            padding-left: 25px;
            line-height: 50px;
        }

        .layerBox .layerHd i {
            float: right;
            width: 16px;
            height: 16px;
            cursor: pointer;
            display: inline-block;
            background-position: 0 -175px;
            margin: 17px 20px 0 0;
        }

.layerConWrap {
    padding: 0px 15px;
}

.categoryBox {
    width: 600px;
    margin: 0 auto;
    height: auto;
}

    .categoryBox .select_box {
        margin-right: 8px;
    }
/*修改处：把条件区的高度及底端去掉height:100px;margin-bottom:14px;*/
.supplierSelect {
    width: 100%;
}

    .supplierSelect .textSupplier {
        float: left;
        width: 236px;
        margin-right: 10px;
    }

        .supplierSelect .textSupplier input {
            width: 214px;
            border: solid 1px #ddd;
            padding: 6px 10px;
            height: 20px;
            line-height: 20px;
            border-radius: 3px;
            background-color: #fff;
            color: #333;
        }

        .supplierSelect .textSupplier label span {
            left: 11px;
            color: #a0a0a0;
            line-height: 34px;
            cursor: text;
        }

    .supplierSelect .seleSupplier {
        position: relative;
        float: left;
        margin-right: 10px;
    }

        .supplierSelect .seleSupplier .selectBoxs {
            height: 34px;
        }

        .supplierSelect .seleSupplier .tag_select {
            height: 32px;
            width: 145px;
            background: #fff url(../images/selectArrow2.png) no-repeat right center;
            line-height: 32px;
            color: #444;
        }

        .supplierSelect .seleSupplier .tag_select_hover {
            background: #fff url(../images/selectArrow2.png) no-repeat right center;
        }

        .supplierSelect .seleSupplier .tag_select_open {
            background: #fff url(../images/selectArrow2.png) no-repeat right center;
        }

        .supplierSelect .seleSupplier dl.tag_options {
            border: solid 1px #ddd;
            top: 32px;
            width: 179px;
            max-height: 180px;
            color: #444;
        }

    .supplierSelect .seleBut {
        float: right;
        padding-right: 20px;
        height: 34px;
    }

        .supplierSelect .seleBut input {
            width: 86px;
            height: 34px;
            line-height: 34px;
            border: none;
            background-color: #9db6d2;
            text-align: center;
            border-radius: 3px;
            color: #fff;
            font-size: 13px;
            cursor: pointer;
        }

    .supplierSelect input.inquiryBut, .layerPage input.inquiryBut {
        float: right;
        padding-right: 20px;
        height: 25px;
    }

    .supplierSelect input.inquiryBut, .layerPage input.inquiryBut {
        width: 43px;
        height: 25px;
        line-height: 25px;
        border: none;
        background-color: #9db6d2;
        text-align: center;
        border-radius: 3px;
        color: #fff;
        font-size: 13px;
        cursor: pointer;
        text-align: center;
    }


.layerListWrap {
    border: solid 1px #e6e6e6;
    background-color: #fff;
}

.layerTable {
    border-collapse: collapse;
    width: 100%;
    color: #444;
}

    .layerTable th {
        height: 32px;
        line-height: 32px;
        background-color: #eff0f4;
    }

    .layerTable th, .layerTable td {
        border-bottom: solid 1px #e6e6e6;
        padding: 0 10px;
    }

    .layerTable td {
        height: 36px;
        line-height: 36px;
    }

        .layerTable th:first-child, .layerTable td:first-child {
            width: 122px;
        }

    .layerTable th:first-child {
        border-right: solid 1px #e6e6e6;
    }

/*修改处：设置表格高度*/
.layerListWrapTable {
    border: solid 1px #e6e6e6;
    background-color: #fff;
}

.layerTableSc {
    height: 200px;
}

.tableScroll {
    overflow-y: hidden;
    width: 100%;
}

.quickSearch {
    height: auto;
    line-height: 26px;
    clear: both;
    border: 1px solid #A4BED4;
    padding: 2px 0;
}

.layerPage {
    border-top: solid 1px #e6e6e6;
    background-color: #eff0f4;
    height: 24px;
    line-height: 24px;
    padding-left: 12px;
}

    .layerPage .pageTotal {
        margin-right: 6px;
        display: inline-block;
        vertical-align: middle;
    }

        .layerPage .pageTotal i {
            color: #4287cf;
        }

    .layerPage .pageBtn {
        display: inline-block;
        margin: 0 6px;
        vertical-align: middle;
        height: 30px;
    }

        .layerPage .pageBtn a {
            background-color: #fff;
            border: solid 1px #dce0e2;
            position: relative;
            border-radius: 3px;
            display: inline-block;
            width: 42px;
            height: 28px;
            font-size: 0px;
        }

            .layerPage .pageBtn a i {
                width: 7px;
                height: 12px;
                display: inline-block;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-top: -6px;
                margin-left: -3px;
            }

        .layerPage .pageBtn.page_prev a i {
            background-position: -32px -175px;
        }

        .layerPage .pageBtn.page_next a i {
            background-position: -40px -175px;
        }

    .layerPage .pageSele {
        display: inline-block;
        vertical-align: middle;
        height: 30px;
    }

        .layerPage .pageSele select {
            height: 28px;
            border: solid 1px #dce0e2;
            line-height: 28px;
            border-radius: 3px;
            padding: 0 0 0 8px;
            float: left;
        }

/*修改处：按钮层的高度*/
.layerButBox {
    padding-top: 6px;
    text-align: right;
    height: 34px;
}

    .layerButBox input {
        margin-left: 6px;
        cursor: pointer;
        border-radius: 3px;
        text-align: center;
        text-align: center;
        font-size: 14px;
    }

    .layerButBox .confirmBut {
        width: 90px;
        height: 34px;
        line-height: 34px;
        color: #fff;
        border: none;
        background-color: #9db6d2;
    }

    .layerButBox .closeBut {
        width: 88px;
        height: 32px;
        line-height: 32px;
        background-color: #fff;
        border: solid 1px #ccc;
        color: #6d6d6d;
    }

.treeLineBg {
    background-image: url(../images/line.png);
    background-repeat: repeat-y;
}
/*修改处：增加tabs样式的关闭按钮*/
.navWrap .navInBox .navBox li a.nav_close i, .hdSearch .hdSearchBut, .hdInfoIn .hdInfoIco .icoInfo, .hdHelpIn .hdHelpIco .icoHelp, .accordion li i.icoImg, .accordion li i.arrow_down, .functionConBox li i, .stockMore b, #layerBox .layerHd i, .layerPage .pageBtn a i, .tabs-wrap .tabs li span.tabs-icon {
    background-image: url(../images/png.png);
    background-repeat: no-repeat;
}

.stockLiBox .stockIcoBox i {
    background-image: url(../images/stockIco.png);
    background-repeat: no-repeat;
}
/*.hdIcoBox input {background-image:url(../images/icoBut.png);background-repeat:no-repeat;}*/

.inventorySet {
    width: 100%;
    margin-bottom: 20px;
    line-height: 26px;
    font-size: 14px;
    color: #444;
}

    .inventorySet label {
        float: left;
        margin-right: 60px;
        display: inline-block;
        padding-left: 22px;
    }

        .inventorySet label input {
            float: left;
            margin: 6px 0 0 -22px;
        }

    .inventorySet .dhx_combo_input {
        color: #333333;
        font-family: Arial;
        font-size: 9pt;
        border: 0px;
        padding: 2px 2px 2px 2px;
        position: absolute;
        top: 0px;
        outline: none 0;
        margin: 0;
    }
/*修改处：增加boxWidth，用于高度计算*/
.boxWidth:after {
    clear: both;
}
.LoginTitle {
    height: 67px;
    position: relative;
    top: -10px;
    left: -100px
}

.LoginLeft {
    height: 346px;
    position: relative;
    top: 0px;
    left: -100px
}

.LoginMid {
    height: 12px;
    position: relative;
    top: 0px;
    left: -30px;
    width: 167px
}

.LoginRight {
    height: 280px;
    position: relative;
    top: 60px;
    left: -100px
}

@media screen and (max-width:1400px) {
    .stockInBox ul {
        margin: 0 -20px;
    }

    .stockInBox li {
        width: 33.3%;
        margin: 0 0 10px;
    }

    .stockLiBox {
        padding: 0 15px;
    }
}


@media screen and (max-height:900px) {
    .loginMain {
        height: 500px;
        margin-top: -200px;
    }

        .loginMain .loginMainIn .lMAdLeft {
            margin-top: 9px;
        }

        .loginMain .loginMainIn .loginInputWarp {
            float: right;
            width: 400px;
            height: 460px;
            background-color: #fff;
            border-radius: 3px;
            position: relative;
            left: -60px;
        }

            .loginMain .loginMainIn .loginInputWarp .lInputInBox h1 {
                height: 70px;
                line-height: 80px;
            }



        .loginMain .loginMainIn {
            margin-top: -70px;
        }

    .loginBottom {
        height: 150px;
    }

        .loginBottom .loginBot .lgBotTop {
            padding: 20px 0 15px;
            height: 52px;
            line-height: 26px;
        }

    .LoginTitle {
        height: 67px;
        position: relative;
        top: -10px;
        left: -60px
    }

    .LoginLeft {
        height: 346px;
        position: relative;
        top: -35px;
        left: -60px
    }

    .LoginMid {
        height: 12px;
        position: relative;
        top: -35px;
        left: 10px;
        width: 167px
    }

    .LoginRight {
        height: 280px;
        position: relative;
        top: 25px;
        left:-60px
    }
}


.divGridBox { /*height:450px;width:100%;overflow-y:auto;overflow-x:hidden;*/
}

.twoDatePick {
    width: 300px !important;
}

.datagrid-cell input[type="checkbox"] {
    margin-top: 0px;
}

.noLincence {
    float: left;
    margin-left: 5px;
    margin-top: 7px;
    height: 50px;
    width: 470px;
    border: solid 1px #FF6010;
    background-color: #FFF3EC;
    font: 14px 微软雅黑;
    position: relative;
    line-height: 50px;
}

.sideFB {
    height: 52px;
    line-height: 52px;
    padding-left: 20px;
    border-bottom: solid 1px #ededed;
    font-size: 18px;
    font-weight: 600;
    width: 200px;
    display: inline;
}

.chartSp {
    width: 50px;
    float: left;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    font-weight: 400;
    margin-left: 50px;
}

.ErrText {
    font: 15px 微软雅黑;
    font-weight: 400;
    color: red;
    text-align:left;
    display:block;
}

.logadvcontainer {
    display: flex;
    height: 100vh;
    gap: 10px;
}

.logadvleft, .logadvright {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.logadvright {
    justify-content: center;
    align-items: center;
}

.tiled-login-background {
    /* 设置背景图片 */
    background-image: url('../Images/loginBg.png');
    /* 设置背景图片平铺 */
    background-repeat: no-repeat;
    /* 可选: 设置背景图片的大小 */
    background-size: auto;
    /* 可选: 设置背景图片的位置 */
    background-position: center center;
    /* 可选: 设置背景图片的固定 */
    background-attachment: fixed;
    /* 可选: 设置背景图片的其他属性 */
    background-color: #f0f0f0; /* 当图片未加载时的备用颜色 */
}

.login-content {
    /* 设置容器的高度和宽度，以便看到背景图片的效果 */
    height: 100vh;
    width: 100%;
}
