﻿::-webkit-scrollbar {
    width: 16px;
    height: 21px;
}

/*滚动条大小*/

/*::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}*/


::-webkit-scrollbar-track { /*border-radius: 10px;*/
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
}

    ::-webkit-scrollbar-track:hover {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
        background-color: rgba(0,0,0,0.01);
    }

    ::-webkit-scrollbar-track:active {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
        background-color: rgba(0,0,0,0.05);
    }

::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.05); /*border-radius: 10px;*/
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2); /*border-radius: 10px;*/
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0,0,0,0.4);
        -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: rgba(0,0,0,0.4);
    }

* {
    font-size: 9pt;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 微软雅黑,宋体,Arial,Helvetica,Verdana,sans-serif;
    color: #000000;
}

* {
    margin: 0;
    padding: 0;
}

select {
    outline: none;
}

ul {
    list-style: none;
}

input, button, select, textarea {
    outline: none;
}

    input[type="checkbox"] {
        vertical-align: middle;
        border: 1px solid #F7F7F7;
        margin-bottom: 1px;
        cursor: pointer;
    }

.alink {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

.box {
    margin: 0px;
    padding: 0px;
    min-height: 65px;
    height: auto;
    border: 1px solid #ccc;
}

 

.box-title {
    height: 27px;
    line-height: 27px;
    text-indent: 7px;
    border-bottom: 1px solid #ccc;
    background-color: #F2F2F2;
    background: -webkit-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
    background: -moz-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
    background: -o-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
    background: linear-gradient(to bottom,#ffffff 0,#F2F2F2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#F2F2F2,GradientType=0);
}

    .box-title img {
        padding-bottom: 3px;
        vertical-align: middle;
    }

.box-content {
    height: auto;
    padding: 7px;
    line-height: 20px;
}

    .box-content a {
        color: #000000;
        text-decoration: none;
    }

        .box-content a:link {
            color: #000000;
            text-decoration: none;
        }
/*.line{margin:0px auto;height:1px;background:#ccc;} 与Ztree冲突，去掉*/
.topline {
    border-top: 1px solid #ccc;
}

.leftline {
    border-left: 1px solid #ccc;
}

.rightline {
    border-right: 1px solid #ccc;
}

.bottomline {
    border-bottom: 1px solid #ccc;
}

.border {
    border: 1px solid #ccc;
}

.topdashed {
    border-top: 1px dashed #ccc;
}

.leftdashed {
    border-left: 1px dashed #ccc;
}

.rightdashed {
    border-right: 1px dashed #ccc;
}

.bottomdashed {
    border-bottom: 1px dashed #ccc;
}

.borderdashed {
    border: 1px dashed #ccc;
}

.background {
    background-color: #F2F2F2;
}

.btnbartitle {
    border-bottom: #ccc 1px solid;
    padding-bottom: 1px;
    background-color: #F2F2F2;
    background: -webkit-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
    background: -moz-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
    background: -o-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
    background: linear-gradient(to bottom,#ffffff 0,#F2F2F2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#F2F2F2,GradientType=0);
    height: 26px;
    line-height: 26px;
    padding-left: 5px;
    padding-right: 5px;
    color: #666;
    font-weight: bold;
}

.btnbartitleinput {
    height: 18px;
    line-height: 18px;
    border: #ccc 1px solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.ScrollBar {
    overflow: auto;
    background: #fff;
}

.fhide {
    display: none;
}

.red {
    color: red;
}
/**
按钮工具栏位+按钮brgin
**/
  
.tools_barzc {
    height: 24px;
    border-top: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    margin-bottom: 1px;
    background: #F7F7F7;
    padding-left: 2px;
} 

    .tools_barzc .tools_btnzc {
        cursor: pointer;
        float: left;
        display: block;
        margin: 2px 2px 0;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        height: 22px;
        overflow: hidden;
        border: 1px solid #F7F7F7;
    }



.tools_bar {
    height: 45px;
    border-top: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    margin-bottom: 1px;
    background: #F7F7F7;
    padding-left: 2px;
} 

    .tools_bar .tools_btn {
        cursor: pointer;
        float: left;
        display: block;
        margin: 2px 2px 0;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        height: 39px;
        overflow: hidden;
        border: 1px solid #F7F7F7;
    }
     
    .tools_bar .tools_btn_hover {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: #fff;
        border: 1px solid #ccc;
    }

    .tools_bar .tools_btn:hover {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: #fff;
        border: 1px solid #ccc;
    }

    .tools_bar .tools_btn span {
        display: block;
        background: none;
    }

        .tools_bar .tools_btn span b {
            font-weight: normal;
            display: block;
            padding: 22px 0 5px;
            line-height: 15px;
        }

    .tools_bar .dropdown-selected {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: #fff;
        border: 1px solid #ccc;
    }

    .tools_bar .dropdown .icon {
        height: 16px;
        margin-top: 4px;
        margin-bottom: 1px;
    }

    .tools_bar .dropdown .dropdown-icon {
        float: right;
        text-align: center;
        height: 39px;
        line-height: 39px;
        margin-left: 2px;
        margin-right: -5px;
    }

    .tools_bar .dropdown .dropdown-icon-hover {
        background: url(../images/line.png) 1px 0 repeat-y;
    }

    .tools_bar .dropdown .dropdown-icon img {
        padding-left: 6px;
        padding-bottom: 2px;
    }

    .tools_bar .dropdown .dropdown-data {
        position: fixed;
        z-index: 4000;
        text-align: left;
        display: none;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        .tools_bar .dropdown .dropdown-data i {
            left: 50%; /* 三角形居中显示 */
            margin-left: -10px; /* 三角形居中显示 */
            top: -19px;
            width: 0px;
            height: 0px;
            font-size: 0px;
            border-top-color: transparent;
            border-right-color: transparent;
            border-bottom-color: #ccc;
            border-left-color: transparent;
            border-top-width: 10px;
            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;
            position: absolute;
        }

        .tools_bar .dropdown .dropdown-data span {
            left: 50%; /* 三角形居中显示 */
            margin-left: -10px; /* 三角形居中显示 */
            top: -18px;
            width: 0px;
            height: 0px;
            font-size: 0px;
            border-top-color: transparent;
            border-right-color: transparent;
            border-bottom-color: rgb(255,255,255);
            border-left-color: transparent;
            border-top-width: 10px;
            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;
            position: absolute;
        }

        .tools_bar .dropdown .dropdown-data ul {
            float: left;
            border: 1px solid #ccc;
            background: url(../images/line.png) 26px 0 repeat-y #fff;
            padding: 2px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            box-shadow: 0 0 8px #ccc;
        }

            .tools_bar .dropdown .dropdown-data ul li {
                height: 24px;
                line-height: 24px;
                cursor: pointer;
                padding: 0 30px;
            }

                .tools_bar .dropdown .dropdown-data ul li:hover {
                    background-color: #4A5B79;
                    color: #fff;
                    height: 24px;
                    line-height: 24px;
                    padding: 0 30px;
                }

        .tools_bar .dropdown .dropdown-data li img {
            position: absolute;
            left: 7px;
            margin-top: 4px;
            margin-bottom: 4px;
            width: 16px;
            height: 16px;
            vertical-align: middle;
            border: 0px solid #fff;
        }

    .tools_bar .disabled {
        cursor: not-allowed;
        float: left;
        display: block;
        margin: 2px 2px 0;
        padding: 0 0 0 10px;
        height: 39px;
        overflow: hidden;
        border: 1px solid #F7F7F7;
        border-radius: 3px 3px 3px 3px;
        color: #666;
        background: #F7F7F7;
    }

        .tools_bar .disabled span {
            display: block;
            padding: 0 10px 0 0;
            background: none;
        }

            .tools_bar .disabled span b {
                font-weight: normal;
                display: block;
                padding: 22px 0 5px;
                line-height: 15px;
                filter: Gray;
                -webkit-filter: grayscale(100%);
            }

.tools_separator {
    float: left;
    display: block;
    height: 35px;
    margin-top: 5px;
    margin-left: 2px;
    margin-right: 2px;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
}

/*20260104*/

.tools_separatorH20{
    float: left;
    display: block;
    height: 5px;
    margin-top: 1px;
    margin-left: 2px;
    margin-right: 2px;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
}

/*按钮方案1end*/
.tools_bar_icon {
    padding-left: 3px;
    height: 32px;
    line-height: 32px;
    border-bottom: #ccc 1px solid;
    margin-bottom: 1px;
    background: #F7F7F7;
}

    .tools_bar_icon .icon-botton {
        margin-top: 3px;
        margin-right: 4px;
        vertical-align: middle;
        line-height: 10px;
        padding: 4px;
        float: left;
        cursor: pointer;
        border: 1px solid #ccc;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        .tools_bar_icon .icon-botton:hover {
            background-color: #fff;
        }
/*按钮方案2*/
.nui-toolbar {
    -moz-user-select: none;
    border-top: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    background: #F7F7F7;
    height: 35px;
    padding-top: 5px;
}

.nui-toolbar-item {
    margin: 7px;
    margin-top: 0px;
    margin-right: 0px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 5px;
    padding-bottom: 6px;
    cursor: pointer;
    float: left;
    border: 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAcCAMAAACgTerKAAAAA3NCSVQICAjb4U/gAAAASFBMVEX+/v79/f38/Pz7+/v6+vr4+Pj39/f29vb19fX09PTz8/Px8fHw8PDv7+/u7u7t7e3s7Ozr6+vp6eno6Ojn5+fm5ubl5eX///8jGyilAAAAGHRSTlP//////////////////////////////wDNEy7qAAAACXBIWXMAAArwAAAK8AFCrDSYAAAAFnRFWHRDcmVhdGlvbiBUaW1lADA0LzEyLzEyiu5yJQAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNAay06AAAABNSURBVEiJ3c/XFYAgAMDAWFBUitj2H9Ut8sEtkBfoxiBgFDAJnMgsIAhYBKwCooBNwC7gEJAEZAFFQBVwCmgCLgG3wIk8Al4Bn6Cfkx/Rg3w59D7HjwAAAABJRU5ErkJggg==");
}

    .nui-toolbar-item img {
        vertical-align: middle;
        padding-bottom: 2px;
    }

    .nui-toolbar-item:hover {
        box-shadow: 0 0 8px #ccc;
    }

.nui-btn-left {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: 0px;
}

.nui-btn-right {
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.nui-btn-text {
    float: left;
}

.nui-dropdownBtn-arr {
    margin-top: 6px;
    padding-right: 2px;
    padding-left: 4px;
    float: right;
}

.nui-toolbar-item i {
    position: absolute;
    width: 7px;
    height: 6px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAGAgMAAAByYGzlAAAAA3NCSVQICAjb4U/gAAAACVBMVEX///////9/f3+5ROUVAAAAA3RSTlMA//9EUNYhAAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABd0RVh0Q3JlYXRpb24gVGltZQAyMDEzLjguMzF+eHXPAAAAGklEQVQImWNo4GBYoMGQsYRBagIDmwMDIwMAJJoDTmfqPxsAAAAASUVORK5CYII=");
}

.nui-dropdownData {
    position: fixed;
    z-index: 4000;
    text-align: left;
    border: 1px solid #999;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fff;
    display: none;
}

.nui-dropdownData-item {
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    padding: 0 15px;
}

    .nui-dropdownData-item:hover {
        background: #4A5B79;
        color: #fff;
    }
/*按钮方案3*/
.nui-txt-link {
    padding: 4px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
}

    .nui-txt-link:hover {
        color: #fff;
        background-color: #4A5B79;
    }
/*按钮工具栏位+按钮end*/
/*列表/视图 切换begin*/
.switch-btns {
    margin: 0px;
    float: right;
    line-height: 32px;
}

    .switch-btns li {
        cursor: pointer;
        float: left;
        position: relative;
        outline: none;
        display: inline;
        height: 32px;
        width: 32px;
        border-left: 1px solid #ccc;
        text-align: center;
    }

        .switch-btns li.selected {
            background: #fff;
        }

    .switch-btns div.icon {
        background: url(../Images/switch-btns-icon.png) no-repeat scroll 0 0 transparent;
    }

    .switch-btns div.icon-btn-switch-list {
        background-position: -18px 3px;
        width: 21px;
        height: 21px;
        margin: 5px;
    }

    .switch-btns div.icon-btn-switch-list-select {
        background-position: -18px -18px;
        width: 21px;
        height: 21px;
        margin: 5px;
    }

    .switch-btns div.icon-btn-switch-view {
        background-position: 4px 3px;
        width: 21px;
        height: 21px;
        margin: 5px;
        margin-left: 4px;
    }

    .switch-btns div.icon-btn-switch-view-select {
        background-position: 4px -18px;
        width: 21px;
        height: 21px;
        margin: 5px;
        margin-left: 4px;
    }

#li-switch-list {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

#li-switch-view {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
/*列表/视图 切换end*/
/*自定义复选框（跟按钮一样 效果非常好）begin*/
.sys_spec_text {
    padding-left: 15px;
}

    .sys_spec_text li {
        position: relative;
        outline: none;
        display: inline;
        float: left;
        height: 43px;
        position: relative;
        margin: 10px 15px 0px 0;
        outline: none;
    }

        .sys_spec_text li a {
            cursor: pointer;
            vertical-align: middle;
            text-align: center;
            word-break: keep-all;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            border-radius: 5px 5px 5px 5px;
            height: 39px;
            line-height: 39px;
            width: 98px;
            text-align: center;
            padding: 0px 0px;
            border: 1px solid #ccc;
            background: #fff;
            display: inline-block;
            outline: none;
        }

            .sys_spec_text li a:hover {
                border: 1px solid #4A5B79;
                padding: 0 0px;
                text-decoration: none;
            }

        .sys_spec_text li i {
            position: absolute;
            width: 10px;
            height: 10px;
            font-size: 0;
            line-height: 0;
            right: 1px;
            bottom: 2px;
            background: url(../Images/sys_item_selected.gif) no-repeat right bottom;
            z-index: 99;
            display: none;
        }

        .sys_spec_text li.selected a {
            border: 1px solid #4A5B79;
            padding: 0 0px;
        }

        .sys_spec_text li.selected i {
            display: block;
        }

        .sys_spec_text li img {
            vertical-align: middle;
            border: 0px solid #fff;
            padding-right: 5px;
            margin-top: -2px;
        }

    .sys_spec_text a.disabled {
        cursor: not-allowed;
        display: block;
        overflow: hidden;
        color: #a9a6a6;
    }
/*自定义复选框（跟按钮一样 效果非常好）end*/
/*表格begin*/
.grid {
    margin: 0px;
    border-collapse: collapse;
    table-layout: fixed;
}

    .grid thead td {
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        text-align: left;
        text-overflow: ellipsis;
        font-weight: normal;
        word-break: keep-all;
        overflow: hidden;
        background-color: #F7F7F7;
    }

        .grid thead td .table-header {
            padding: 6px 2px;
            background-color: #F2F2F2;
            background: -webkit-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
            background: -moz-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
            background: -o-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
            background: linear-gradient(to bottom,#ffffff 0,#F2F2F2 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#F2F2F2,GradientType=0);
        }

    .grid tbody td {
        text-align: left;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        height: 22px;
        word-break: break-all;
    }

    .grid .txt {
        border: 0px solid #fff;
        padding: 0px;
        height: 22px;
        line-height: 22px;
        width: 100%;
        font-family: 微软雅黑,宋体,Arial,Helvetica,Verdana,sans-serif;
        font-size: 9pt;
        color: #000000;
    }

    .grid .disabled {
        background-color: #F7F7F7;
    }

    .grid .txtselect {
        border: 0px solid #fff;
        height: 22px;
        line-height: 22px;
        display: inline-block;
        width: 100%;
        font-family: 微软雅黑,宋体,Arial,Helvetica,Verdana,sans-serif;
        font-size: 9pt;
        color: #000000;
    }

    .grid .txtselect2 {
        border: 0px solid #fff;
        height: 22px;
        line-height: 22px;
        display: inline-block;
        font-family: 微软雅黑,宋体,Arial,Helvetica,Verdana,sans-serif;
        font-size: 9pt;
        color: #000000;
    }

    .grid .td-div {
        background-color: #F7F7F7;
        color: #222;
        cursor: pointer;
    }

    .grid td img {
        vertical-align: middle;
        border: 0px solid #fff;
    }

    .grid tbody .selected {
        background-color: #4A5B79;
        color: #fff;
        cursor: pointer;
    }

    .grid tbody .tdhover {
        background-color: #eee;
        cursor: pointer;
    }

    .grid .tdwarning {
        border-bottom: 1px solid #E74D3C;
    }

.groupgrid {
    margin: 0px;
    border-collapse: collapse;
    table-layout: fixed;
}

    .groupgrid thead td {
        border-bottom: 1px solid #ccc;
        text-align: left;
        padding: 6px 2px;
        color: #666;
        font-weight: bold;
        background-color: #F7F7F7;
    }

    .groupgrid tbody td {
        text-align: left;
        border-bottom: 1px solid #ccc;
        padding: 5px 2px;
        word-break: break-all;
    }

        .groupgrid tbody td img {
            vertical-align: middle;
            border: 0px solid #fff;
        }

        .groupgrid tbody td .grouptitle {
            float: left;
            font-weight: bold;
        }

    .groupgrid tbody .active {
        background-color: #4A5B79;
        color: #fff;
        cursor: pointer;
    }

    .groupgrid tbody .tdhover {
        background-color: #eee;
        cursor: pointer;
    }
/*表格end*/
/*tab*/
.bd {
    border: 1px solid #ccc;
}

.todayInfoPanelTab {
    height: 32px;
    line-height: 32px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    border-top-width: 0px!important;
    border-right-width: 0px!important;
    border-bottom-width: 1px!important;
    border-left-width: 0px!important;
}

.settingtable {
    background-image: none;
    background-attachment: scroll;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-color: #F7F7F7;
}

.rightPanelTitle_normal .tab_list {
    line-height: 15px;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    font-size: 12px;
    margin-top: 4px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    float: left;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    cursor: pointer;
}

.rightPanelTitle_normal .actived {
    border-bottom-color: #fff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-image: none;
    background-attachment: scroll;
    background-repeat: repeat;
    background-position-x: 0px;
    background-position-y: 0px;
    background-color: #CCCCCC;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}
.rightPanelTitle_normal .select {
    border-bottom-color: #fff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-image: none;
    background-attachment: scroll;
    background-repeat: repeat;
    background-position-x: 0px;
    background-position-y: 0px;
    background-color: #d4d3fe;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}
/*tab*/
/*表单样式begin*/
.btnSearch {
    padding: 0 15px;
    height: 24px;
    line-height: 20px;
    border-radius: 6px;
    border: 1px solid #A8A8A8;
    background: url(../images/btn_bg.gif) repeat-x;
    cursor: pointer;
    vertical-align: middle;
    overflow: hidden;
}

    .btnSearch:hover {
        background-position: 0 -22px;
    }

    .btnSearchBig {
    padding: 0 15px;
    height: 34px;
    line-height: 30px;
    border-radius: 6px;
    border: 1px solid #A8A8A8;
    background: url(../images/btn_bg.gif) repeat-x;
    cursor: pointer;
    vertical-align: middle;
    overflow: hidden;
    font-size:x-large;
}

    .btnSearchBig:hover {
        background-position: 0 -22px;
    }

.searchTips {
    color: rgb(160,160,160);
}

.form-find {
    width: auto;
    padding-bottom: 1px;
}

    .form-find th {
        background-color: #fff;
        height: 25px;
        line-height: 25px;
        white-space: nowrap;
        width: 70px;
        font-weight: normal;
        text-align: right;
        padding-right: 2px;
    }

    .form-find td {
        width: auto;
        background-color: #fff;
        height: 25px;
        line-height: 25px;
        padding: 2px;
        padding-right: 5px;
    }

        .form-find td .txt {
            border: 1px solid #A8A8A8;
            padding: 3px 3px 4px 2px;
            height: 15px;
            line-height: 15px;
            border-radius: 6px;
        }

        .form-find td .select {
            padding-top: 0px;
            border: 1px solid #A8A8A8;
            height: 23px;
            line-height: 21px;
            border-radius: 6px;
        }

.form {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    border-width: 3px 1px 1px;
    border-right: 1px solid #ccc;
    table-layout: fixed;
}

    .form .caption {
        font-size: large;
        background-color: #4A5B79;
        color: #fff;
        height: 35px;
    }

    .form .caption25 {
        font-size: large;
        background-color: #4A5B79;
        color: #fff;
        height: 25px;
    }

    .form .Title {
        background: #F7F7F7;
        text-align: center;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 0px;
        margin: 0px;
        height: 24px;
        white-space: nowrap;
        font-weight: normal;
        padding-right: 5px;
        padding-left: 5px;
        width: 90px;
    }

    .form .mbformTitle {
        background: #F7F7F7;
        text-align: right;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 0px;
        margin: 0px;
        height: 24px;
        white-space: nowrap;
        font-weight: normal;
        padding-right: 5px;
        padding-left: 5px;
        width: 20px;
    }
    
    .form .formTitle {
        background: #F7F7F7;
        text-align: center;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 0px;
        margin: 0px;
        height: 24px;
        white-space: nowrap;
        font-weight: normal;
        padding-right: 5px;
        padding-left: 5px;
        width: 90px;
    }
    .form .formTitlecenter {
        background: #F7F7F7;
        text-align: center;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 0px;
        margin: 0px;
        height: 24px;
        white-space: nowrap;
        font-weight: normal;
        padding-right: 5px;
        padding-left: 5px;
        width: 90px;
    }

    .form .formValue {
        width: auto;
        height: 24px;
        border: 1px solid #ccc;
        text-align: left;
    }

        .form .formValue .txt {
            border: none;
            height: 24px;
            line-height: 24px;
            width: 100%;
            font-family: 微软雅黑,宋体,Arial,Helvetica,Verdana,sans-serif;
            font-size: 9pt;
            color: #000000;
        }

        .form .formValue .disabled {
            cursor: not-allowed;
            display: block;
            overflow: hidden;
            color: #666;
            background: #F7F7F7;
        }

        .form .formValue .txtselect {
            height: 24px;
            line-height: 24px;
            border: none;
            width: 100%;
        }

        .form .formValue .txtArea {
            border: none;
            width: 100%;
            margin: 0px;
            padding: 0px;
            overflow: auto;
        }

         .form .formValue .multxtArea {
            border: none;
            width: 100%;
            height:100px;
            margin: 0px;
            padding: 0px;
            overflow: auto;
        }

        .form .formValue .txtradio {
            text-align: center;
        }

.aligncenter {
    text-align: center;
}

.form .tdwarning {
    border-bottom: 1px solid #E74D3C;
}

.form .field_required {
    background: url(../Images/required-bg.png) no-repeat right 4.5px;
    width: 8px;
    height: 16px;
    display: block;
    float: right;
}

input.keyword {
    border-radius: 6px;
    border: solid 1px #A8A8A8;
    background-image: url('../images/input_text_bg.gif' );
    background-repeat: repeat-x;
    background-position: top;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px; /*padding: 3px 2px 2px 2px;height: 18px;line-height: 18px;*/
}

select.keyword {
    border-radius: 6px;
    border: solid 1px #A8A8A8;
    background-image: url('../images/input_text_bg.gif' );
    background-repeat: repeat-x;
    background-position: top;
    height: 24px;
    line-height: 24px;
}

input.txt {
    border: none;
    height: 24px;
    line-height: 24px;
    font-family: 微软雅黑,宋体,Arial,Helvetica,Verdana,sans-serif;
    font-size: 9pt;
    color: #000000;
}

input.warning {
    background: url(../Images/validatebox_warning.png) no-repeat right 4px;
}

input.notnull {
    background: url(../Images/validatebox_warning.png) no-repeat right 4px;
}

input.required {
    background: url(../Images/error-bg.png) no-repeat right -2px;
}

input.icontree {
    background: url(../Images/scroll_pane_tree.png) no-repeat right 4px;
    cursor: pointer;
}

input.AutoComple {
    background: url(../Images/inputAutoComple.gif) #FFF no-repeat right center;
    height: 18px;
    line-height: 18px;
    z-index: 3000;
    font: Verdana, Geneva, sans-serif,宋体;
    margin-top: 0px;
}

input.disabled {
    cursor: not-allowed;
    display: block;
    overflow: hidden;
    color: #666;
    background: #F7F7F7;
}

.form-bill {
    width: 100%;
    padding-bottom: 5px;
    padding-left: 8px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 1px;
}

    .form-bill th {
        background-color: #fff;
        white-space: nowrap;
        width: 80px;
        font-weight: normal;
        text-align: left;
        vertical-align: bottom;
    }

    .form-bill td {
        width: auto;
        background-color: #fff;
    }

        .form-bill td .txt {
            border: 1px solid #fff;
            border-bottom: 1px solid #A8A8A8;
            height: 20px;
            line-height: 20px;
        }

        .form-bill td .select {
            border: 1px solid #fff;
            border-bottom: 1px solid #A8A8A8;
            height: 22px;
            line-height: 22px;
            position: relative;
        }

.form-bill2 {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
    margin-top: 1px;
}

    .form-bill2 caption {
        font-size: large;
        background-color: #4A5B79;
        color: #fff;
        text-align:left;
        height: 35px;
        line-height:35px;
    }
      .form-bill2 caption1 {
        font-size: large;
        background-color: #c047f7;
        color: #fff;
        text-align:left;
        height: 35px;
        line-height:35px;
    }
  .form-bill2 caption2 {
        font-size: large;
        background-color: #90fb8f;
        color: #fff;
        text-align:left;
        height: 35px;
        line-height:35px;
    }

      .form-bill2 .Title {
        font-size: large;
        background-color: #4A5B79;
        color: #fff;
        text-align:left;
        height: 35px;
        line-height:35px;
    }

    .form-bill2 tbody tr:nth-child(even) td {background-color:#ffffff;}

    .form-bill2 tbody tr:nth-child(odd) td {background-color:#FFFFDF;}


    .form-bill2 th {
        border-collapse: collapse;
        border: 1px solid #ccc;
        height: 30px;
        background-color: #eee;
    }

    .form-bill2 td {
        border-collapse: collapse;
        border: 1px solid #ccc;
    }

        .form-bill2 td .txt {
            border: 1px solid #fff;
            border-bottom: 1px solid #A8A8A8;
            height: 20px;
            line-height: 20px;
            margin-bottom: 3px;
        }

        .form-bill2 td .select {
            border: 1px solid #fff;
            border-bottom: 1px solid #A8A8A8;
            height: 22px;
            line-height: 22px;
            position: relative;
            margin-bottom: 3px;
        }


    .form-bill2 a:link {
        text-decoration: none;
        cursor:pointer;
        color:white;
    }

    .form-bill2 a:visited {
        text-decoration: none;
        color: white;
    }

    .form-bill2 a:hover {
        text-decoration: underline;
        cursor:pointer;
        color: white;
    }

    .form-bill2 a:active {
        text-decoration: none;
        color: white;
    }

    .form-bill2 la a:link {
        text-decoration: none;
        cursor:pointer;
        color: black;
    }

    .form-bill2 la a:visited {
        text-decoration: none;
        color: black;
    }

    .form-bill2 la a:hover {
        text-decoration: underline;
        cursor:pointer;
        color: black;
    }

    .form-bill2 la a:active {
        text-decoration: none;
        color: black;
    }

    
.form-bill3 {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
    margin-top: 1px;
}

    .form-bill3 caption {
        font-size: large;
        background-color: #4A5B79;
        color: #fff;
        text-align:left;
        height: 35px;
        line-height:35px;
    }
      .form-bill3 caption1 {
        font-size: large;
        background-color: #c047f7;
        color: #fff;
        text-align:left;
        height: 35px;
        line-height:35px;
    }
  .form-bill3 caption2 {
        font-size: large;
        background-color: #90fb8f;
        color: #fff;
        text-align:left;
        height: 35px;
        line-height:35px;
    }

      .form-bill3 .Title {
        font-size: large;
        background-color: #4A5B79;
        color: #fff;
        text-align:left;
        height: 35px;
        line-height:35px;
    }
 
    .form-bill3 th {
        border-collapse: collapse;
        border: 1px solid #ccc;
        height: 30px;
        background-color: #eee;
    }

    .form-bill3 td {
        border-collapse: collapse;
        border: 1px solid #ccc;
    }

        .form-bill3 td .txt {
            border: 1px solid #fff;
            border-bottom: 1px solid #A8A8A8;
            height: 20px;
            line-height: 20px;
            margin-bottom: 3px;
        }

        .form-bill3 td .select {
            border: 1px solid #fff;
            border-bottom: 1px solid #A8A8A8;
            height: 22px;
            line-height: 22px;
            position: relative;
            margin-bottom: 3px;
        }


    .form-bill3 a:link {
        text-decoration: none;
        cursor:pointer;
        color:white;
    }

    .form-bill3 a:visited {
        text-decoration: none;
        color: white;
    }

    .form-bill3 a:hover {
        text-decoration: underline;
        cursor:pointer;
        color: white;
    }

    .form-bill3 a:active {
        text-decoration: none;
        color: white;
    }

    .form-bill3 la a:link {
        text-decoration: none;
        cursor:pointer;
        color: black;
    }

    .form-bill3 la a:visited {
        text-decoration: none;
        color: black;
    }

    .form-bill3 la a:hover {
        text-decoration: underline;
        cursor:pointer;
        color: black;
    }

    .form-bill3 la a:active {
        text-decoration: none;
        color: black;
    }

.form-error-text {
    padding-left: 30px;
    height: 26px;
    color: red;
    line-height: 25px;
    background: url('../Images/validatebox_warning.png') center left no-repeat;
    background-position: 10px 4px;
}

.form-succeed-text {
    padding-left: 30px;
    height: 26px;
    color: green;
    line-height: 25px;
    background: url('../Images/Icon16/accept.png') center left no-repeat;
    background-position: 10px 4px;
}
/*复选框css*/
.custom-checkbox, .custom-radio {
    position: relative;
    float: left;
}
    /* input, label positioning */
    .custom-checkbox input {
        position: absolute;
        left: 2px;
        top: 2px;
        margin: 0;
        display: none;
    }

    .custom-checkbox label {
        display: block;
        position: relative;
        margin: 0 0 .3em;
        margin-top: 1.5px;
        cursor: pointer;
        padding-left: 20px;
        padding-right: 10px;
    }
    /* states */
    .custom-checkbox label {
        background: url(../images/checknomark.gif) no-repeat scroll 5px 3px;
    }

        .custom-checkbox label.checked {
            background: url(../images/checkokmark.gif) no-repeat scroll 4px 2px;
        }
/*表单样式end*/
/*提示信息begin*/
.note-prompt {
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    border: 1px solid #ccc;
    background: #FFFDCD url('../Images/Icon16/lightbulb.png') no-repeat scroll 7px 12px;
    color: #8F5700;
    margin-bottom: 1px;
}

.note-info {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #666;
    height: 35px;
    line-height: 35px;
    margin-bottom: 1px;
    background: #FFFDCD;
    border: 1px solid #ccc;
}

.note-error {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    height: 35px;
    line-height: 35px;
    margin-bottom: 1px;
    background-color: #E74D3C;
}

.note-warning {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    height: 35px;
    line-height: 35px;
    margin-bottom: 1px;
    background-color: #F39C12;
    border: 1px solid #ae8910;
}

.note-success {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    height: 35px;
    line-height: 35px;
    margin-bottom: 1px;
    background-color: #28AF60;
}

.note-icon-error {
    background: url('../Images/note-error.png') no-repeat scroll 10px 8.5px;
    width: 30px;
    height: 35px;
    text-align: center;
    float: left;
}

.note-icon-warning {
    background: url('../Images/note-warning.png') no-repeat scroll 10px 8.5px;
    width: 30px;
    height: 35px;
    text-align: center;
    float: left;
}

.note-icon-success {
    background: url('../Images/note-success.png') no-repeat scroll 10px 8.5px;
    width: 30px;
    height: 35px;
    text-align: center;
    float: left;
}

.note-text {
    padding-left: 33px;
    text-align: left;
}
/*提示信息end*/
/*右击菜单begin*/
.rightMenu {
    position: fixed;
    top: -9999px;
    left: -9999px;
    z-index: 4000;
    display: none;
}

    .rightMenu ul {
        float: left;
        background: url(../images/line.png) 26px 0 repeat-y #f1f1f1;
        padding: 2px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: #fff;
        border: 1px solid #ccc;
        box-shadow: 0 0 8px #ccc;
    }

        .rightMenu ul li {
            cursor: pointer;
            clear: both;
            height: 24px;
            line-height: 24px;
            white-space: nowrap;
            padding: 0 30px;
        }

        .rightMenu ul .disabled {
            cursor: not-allowed;
            color: #ccc;
        }

        .rightMenu ul li.sub {
            background-repeat: no-repeat;
            background-position: right 9px;
            background-image: url(../images/arrow.png);
        }

        .rightMenu ul li.active {
            background-color: #4A5B79;
            color: #fff;
        }

        .rightMenu ul ul {
            display: none;
            position: absolute;
            color: #000000;
        }

    .rightMenu .m-split {
        height: 2px;
        background: url(../Images/splitLine_bg.gif) center repeat-x;
        margin: 0 2px;
        margin-top: 1px;
        margin-bottom: 1px;
        margin-left: 26px;
    }

    .rightMenu li img {
        position: absolute;
        border: 0px;
        left: 6px;
        margin-top: 4px;
        width: 16px;
        height: 16px;
    }
/*右击菜单end*/
.layout {
    margin: 1px;
    border: 1px solid #bbb;
    min-height: 300px;
}

.layoutPanel {
    width: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.layoutResize {
    width: 1px;
    background: #fff url("../Images/vgrabber.gif") no-repeat center;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
}

.hsplitbar {
    height: 1px;
    background: #fff url("../Images/hgrabber.gif") no-repeat center;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

.UserCard {
    float: left;
    width: 200px;
    height: 75px;
    border: solid 1px #ccc;
    overflow: hidden;
    margin: 6px;
    padding: 6px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
    -moz-border-radius: 5px; /* Gecko browsers */
    -webkit-border-radius: 5px; /* Webkit browsers */
    border-radius: 5px; /* W3C syntax */
    cursor: pointer;
}

    .UserCard:hover {
        background-color: #F7F7F7;
    }

    .UserCard .Cardhead {
        height: 20px;
        border-bottom: solid 1px #ccc;
    }

    .UserCard .Cardphoto {
        margin-top: 5px;
        float: left;
        height: 45px;
        width: 40px;
        background: url(../Images/UserCard01.png);
        margin-right: 10px;
    }

    .UserCard .CardphotoA {
        margin-top: 5px;
        float: left;
        height: 45px;
        width: 40px;
        background: url(../Images/UserCard02.png);
        margin-right: 10px;
    }

    .UserCard .CardphotoB {
        margin-top: 5px;
        float: left;
        height: 45px;
        width: 40px;
        background: url(../Images/UserCard03.png);
        margin-right: 10px;
    }

    .UserCard .CardInfo {
        padding-top: 5px;
    }
/*全选*/
.checkAllOff {
    padding-left: 20px;
    background: url(../Images/checkAllOff.gif) no-repeat scroll 4px 2px;
    cursor: pointer;
}
/*反选*/
.checkAllOn {
    padding-left: 20px;
    background: url(../Images/checkAllOn.gif) no-repeat scroll 4px 2px;
    cursor: pointer;
}

.color_blue {
    color: blue;
}

.color_red {
    color: red;
}
/*电子邮箱*/
.component_button {
    text-align: center;
    float: left;
    height: 35px;
    line-height: 35px;
    width: 104px;
    font-size: 15px;
    cursor: pointer;
}

    .component_button img {
        vertical-align: middle;
        padding-bottom: 3px;
        padding-right: 3px;
    }

.accordion-list, accordion-list dt accordion-list dd {
    margin: 0px;
}

    .accordion-list dt {
        height: 35px;
        line-height: 35px;
        padding-left: 48px;
        cursor: pointer;
        position: relative;
        font-size: 14px;
        color: #666;
        font-weight: bold;
        border-bottom: 1px solid #ccc;
        background-color: #f5f5f5;
    }

        .accordion-list dt:hover {
            background-color: #eee;
        }

    .accordion-list dd {
        height: 35px;
        line-height: 35px;
        border-bottom: 1px solid #ccc;
    }

        .accordion-list dd:hover {
            background-color: #eee;
        }

        .accordion-list dd a {
            cursor: pointer;
            display: block;
            position: relative;
            text-decoration: none;
            padding-left: 1px;
        }

        .accordion-list dd .active {
            background-color: #b2a489;
            color: #fff;
        }

        .accordion-list dd i {
            width: 16px;
            height: 16px;
            float: left;
            margin-top: 10px;
            margin-right: 1px;
        }

        .accordion-list dd a span {
            position: absolute;
            right: 10px;
            top: 8px;
            min-width: 14px;
            min-width: 16px;
            height: 14px;
            line-height: 14px;
            font-style: normal;
            background-color: #f5f5f5;
            border: 1px solid #bec2c7;
            border-radius: 15px;
            font-size: 11px;
            text-align: center;
            padding: 1px 6px;
        }

        .accordion-list dd .active span {
            position: absolute;
            right: 10px;
            top: 8px;
            min-width: 14px;
            min-width: 16px;
            height: 14px;
            line-height: 14px;
            font-style: normal;
            color: #000000;
            background-color: #fff;
            border: 1px solid #96A3B4;
            border-radius: 15px;
            font-size: 11px;
            text-align: center;
            padding: 1px 6px;
        }

.accordion-icon {
    width: 16px;
    height: 16px;
    background-image: url(../images/tl_icons.png);
}

.active .accordion-icon {
    width: 16px;
    height: 16px;
    background-image: url(../images/tl_icons_w.png);
}

.accordion-list .arrow_close {
    left: 25px;
    top: 9px;
    position: absolute;
}

.accordion-list .arrow_expand {
    left: 25px;
    top: 7px;
    position: absolute;
    background-position: 0 -23px;
}

.accordion-list .inbox {
    background-position: -1px -48px;
}

.accordion-list .outbox {
    background-position: -1px -77px;
}

.accordion-list .sentbox {
    background-position: 0px -102px;
}

.accordion-list .delbox {
    background-position: 0px -128px;
}

.accordion-list .query {
    background-position: 0px -154px;
}

.accordion-list .tags {
    background-position: -1px -205px;
}

.accordion-list .custombox {
    background-position: -1px -177px;
}
/*电子邮箱*/
/*弹出选择标签*/
.optionTag {
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0 0 8px #ccc;
    border: solid 1px #b6b6b6;
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 10; /*left:13px; top:35px;*/
    display: none;
    padding-bottom: 5px;
    padding-top: 5px;
}

    .optionTag i {
        left: 25px; /* 三角形居中显示 */
        margin-left: -10px; /* 三角形居中显示 */
        top: -20px;
        width: 0px;
        height: 0px;
        font-size: 0px;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: #b6b6b6;
        border-left-color: transparent;
        border-top-width: 10px;
        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;
        position: absolute;
    }

    .optionTag span {
        left: 25px; /* 三角形居中显示 */
        margin-left: -10px; /* 三角形居中显示 */
        top: -19px;
        width: 0px;
        height: 0px;
        font-size: 0px;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: rgb(255,255,255);
        border-left-color: transparent;
        border-top-width: 10px;
        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;
        position: absolute;
    }

    .optionTag b {
        display: block;
        width: 24px;
        height: 24px;
        background: url(../images/ui_close.png) repeat-x;
        top: -12px;
        right: -12px;
        position: absolute;
        cursor: pointer;
    }
/*选择标签*/
.w50 {
    width: 50px;
}

.w80 {
    width: 80px;
}

.w100 {
    width: 100px;
}

.editable {
    height: 22px;
    background-color: #fff;
}

.redlight {
    width: 32px;
    height: 32px;
    background: #fff url("../Images/trafficlight_red.png") no-repeat center;
}

.greenlight {
    width: 32px;
    height: 32px;
    background: #fff url("../Images/trafficlight_green.png") no-repeat center;
}


/*more upload*/
.upload_more_success { margin-top:20px; width:680px; margin:0 auto;}
.upload_more_success i, .upload_more_success em, .up_del, .up_del2, .cover{ display:block;}
.upload_more_success i span{ color:#f00;}
.upload_more_success ul { width:680px; margin:0 auto 12px auto; height:auto; overflow:hidden;}
.upload_more_success li { float:left; display:block; padding-right:10px; padding-top:15px; overflow:hidden; width:600px; height:450px;}
.upload_more_success li img {padding:2px; border:1px solid #d8d8d8; display:block;}
.upload_more_success em { filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5; background-color:#000000; height:20px; margin-left:3px; margin-top:-23px; width:120px; margin-bottom:3px;}
.up_del, .cover { color:#fff; margin-top:-20px; position:relative;}
.up_del, .cover{ float:left;}
.up_del { padding-left:10px;}
.cover { float:right; padding-right:10px;}
.upload_more_success em, .up_del, .up_del2, .cover { display:none;}
.up_del2{ background-position:left -182px; width:24px; height:24px; position:absolute; margin:-106px 0 0 105px; *margin:-106px 0 0 75px; _margin:-106px 0 0 75px;}
.icon_cover { background-position:left -239px; width:32px; height:17px; position:relative; float:left; margin:-93px 0 0 3px; _margin:-93px 0 0 1.5px;}
.upload_more_success .btn_white { margin:0 auto;}
.percent_pad2 { padding-left:25px; margin:12px 0 20px 0; height:auto; overflow:hidden;}
.upload_con2 { margin-bottom:20px;}
.step_sub { background:#f8f8f8; width:723px; padding:30px 15px 30px 30px; height:auto; overflow:hidden; margin:-93px auto 0 auto; *margin-top:-93px;}
.step_sub .btn_white { margin-right:15px;}
.step_sub i { float:left; font-size:14px; width:90px; padding-top:7px;}
.percent2 { width:320px; height:28px; float:left;}
.percent2 em, .percent2 span, .percent2 u { display:block;}
.percent2 span { border:1px solid #77d44e; background:#fff; width:148px; float:left;}
.percent2 u { text-decoration:none; width:150px; text-align:center; margin-top:-28px; height:28px;line-height:28px; vertical-align:middle; overflow:hidden;}
.percent2 em { height:28px; overflow:hidden; background-position:left -390px;}
.step_pad { padding-bottom:85px;}
.swfupload{text-align: center;display: block;margin: 0 auto;}


.form-findtouch {
    width: auto;
    padding-bottom: 1px;
}

    .form-findtouch th {
        background-color: #fff;
        height: 25px;
        line-height: 25px;
        white-space: nowrap;
        width: 30px;
        font-weight: normal;
        text-align: right;
        padding-right: 2px;
        font-size:30px;
    }
    
    .form-findtouch th01 {
        background-color: #fff;
        height: 25px;
        line-height: 25px;
        white-space: nowrap;
        width: 70px;
        font-weight: normal;
        text-align: right;
        padding-right: 2px;
        font-size:30px;
    }
    .form-findtouch td {
        width: auto;
        background-color: #fff;
        height: 25px;
        line-height: 25px;
        padding: 2px;
        padding-right: 5px;
        font-size:30px;
    }

        .form-findtouch td .txt {
            border: 1px solid #A8A8A8;
            padding: 3px 3px 4px 2px;
            height: 25px;
            line-height: 25px;
            border-radius: 6px; 
             font-size:23px;
            
        }

        .form-findtouch td .select {
            padding-top: 0px;
            border: 1px solid #A8A8A8;
            height: 23px;
            line-height: 21px;
            border-radius: 6px; 
        }

        .btnSearchtouch {
    padding: 0 15px;
    height: 34px;
    line-height: 30px;
    border-radius: 6px;
    border: 1px solid #A8A8A8;
    background: url(../images/btn_bg.gif) repeat-x;
    cursor: pointer;
    vertical-align: middle;
    overflow: hidden;
    font-size:28px;
}
 

 .fileInputContainer{
        height:32px;
        background:url(../images/selectImage32.png);
        position:relative;
        width: 32px;
    }
  .fileInput{
        height:32px;
        overflow: hidden;
        font-size: 30px;
        position:absolute;
        right:0;
        top:0;
        opacity: 0;
        filter:alpha(opacity=0);
        cursor:pointer;
    }

    .bg01 {
        background-color:red;
        color:red;

    }
     .bg02 {
        background-color:blue;
        color:blue;
        font-size:25px;
    }

     .QFDAutocomplete {
        font-size:30px;
    }
     
.form-bill3 { 
    border-collapse: collapse;
    border: 1px solid #ccc;
    margin-top: 1px;
}

    .form-bill3 th {
        border-collapse: collapse;
        border: 1px solid #ccc;
        height: 30px;
        background-color: #eee;
       
    }

    .form-bill3 td {
        border-collapse: collapse;
        border: 1px solid #ccc;
        word-break:keep-all;  
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .form-bill3 td .txt {
            border: 1px solid #fff;
            border-bottom: 1px solid #A8A8A8;
            height: 20px;
            line-height: 20px;
            margin-bottom: 3px;
        }

        .form-bill3 td .select {
            border: 1px solid #fff;
            border-bottom: 1px solid #A8A8A8;
            height: 22px;
            line-height: 22px;
            position: relative;
            margin-bottom: 3px;
        }
 

ul.indeximglist{ margin:0 auto; width:100%; overflow:hidden} 
ul.indeximglist li{ float:left; padding:4px 8px; width:160px} 
ul.indeximglist li img{ display:block; width:160px; height:90px;border: 1px solid #fff;}
ul.indeximglist li span {
        display: block;
        width: 100%;
        height: 30px;
        line-height: 30px;
        background: #F6F6F6;
        text-align:center;
    }

 /*20180620hbc*/
.accordion-list_tab, accordion-list_tab dt accordion-list_tab dd {
    margin: 0px;
}

    .accordion-list_tab dt {
        height: 35px;
        line-height: 35px;
        padding-left: 48px;
        cursor: pointer;
        position: relative;
        font-size: 14px;
        color: #666;
        font-weight: bold;
        border-bottom: 1px solid #ccc;
        background-color: #f5f5f5;
    }

        .accordion-list_tab dt:hover {
            background-color: #eee;
        }

    .accordion-list_tab dd {
        height: 35px;
        line-height: 35px;
        border-bottom: 1px solid #ccc;
    }

        .accordion-list_tab dd:hover {
            background-color: #eee;
        }

        .accordion-list_tab dd a {
            cursor: pointer;
            display: block;
            position: relative;
            text-decoration: none;
            padding-left: 26px;
        }

        .accordion-list_tab dd .active {
            background-color: #4A5B79;
            color: #fff;
        }

        .accordion-list_tab dd i {
            width: 16px;
            height: 16px;
            float: left;
            margin-top: 10px;
            margin-right: 7px;
        }

        .accordion-list_tab dd a span {
            position: absolute;
            right: 10px;
            top: 8px;
            min-width: 14px;
            min-width: 16px;
            height: 14px;
            line-height: 14px;
            font-style: normal;
            background-color: #f5f5f5;
            border: 1px solid #bec2c7;
            border-radius: 15px;
            font-size: 11px;
            text-align: center;
            padding: 1px 6px;
        }

        .accordion-list_tab dd .active span {
            position: absolute;
            right: 10px;
            top: 8px;
            min-width: 14px;
            min-width: 16px;
            height: 14px;
            line-height: 14px;
            font-style: normal;
            color: #000000;
            background-color: #fff;
            border: 1px solid #96A3B4;
            border-radius: 15px;
            font-size: 11px;
            text-align: center;
            padding: 1px 6px;
        } 
.accordion-list_tab .arrow_close {
    left: 25px;
    top: 9px;
    position: absolute;
}

.accordion-list_tab .arrow_expand {
    left: 25px;
    top: 7px;
    position: absolute;
    background-position: 0 -23px;
}

.accordion-list_tab .inbox {
    background-position: -1px -48px;
}

.accordion-list_tab .outbox {
    background-position: -1px -77px;
}

.accordion-list_tab .sentbox {
    background-position: 0px -102px;
}

.accordion-list_tab .delbox {
    background-position: 0px -128px;
}

.accordion-list_tab .query {
    background-position: 0px -154px;
}

.accordion-list_tab .tags {
    background-position: -1px -205px;
}

.accordion-list_tab .custombox {
    background-position: -1px -177px;
}  