﻿@charset "UTF-8";

html {
    font-size: 100%;
}

body {
    font-family: 'Helvetica Neue','Helvetica Neue',Helvetica,'Hiragino Sans GB','Microsoft Yahei',Arial,sans-serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6, strong {
    font-weight: normal;
}

a {
    color: #2E73B8;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: underline;
    }

blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
}

input.text {
    border: 1px solid #CECECE;
    color: #555;
    padding: 0 5px;
    font-size: 13px;
    border-radius: 2px;
}

textarea.text {
    border: 1px solid #CECECE;
    color: #555;
    padding: 5px 5px;
    font-size: 13px;
    border-radius: 2px;
}

select {
    padding: 3px;
    border: 1px solid #CECECE;
    font-size: 13px;
    color: #555;
    border-radius: 2px;
}


.container {
    position: relative;
    margin: 0 auto;
    width: 980px;
}


/*整体框架布局*/

.layout-container {
    position: absolute;
    top: 50px;
    left: 50px;
    bottom: 0;
    right: 0;
    z-index: 12;
}

#sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    bottom: 0;
    background: #f5f6f7;
    border-right: 1px solid #ddd;
    overflow: hidden;
}

#content {
    position: absolute;
    top: 0;
    left: 181px;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

    #content .scroller-box {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        #content .scroller-box .scrollable_content {
            position: absolute;
            overflow: scroll;
            overflow-x: hidden;
            overflow-y: auto;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

/*整体框架布局 - 结束*/



#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 14;
    min-width: 1200px;
    /*border-bottom: 1px solid #618FC2;*/
    background: #4990e2 url(/images/login_bg.jpg) repeat center top;
}


.logo {
    overflow: hidden;
    float: left;
    width: 260px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

/*导航工具栏*/
.header-tabs {
    float: left;
    display: inline-block;
    padding: 18px 0 0 20px;
}

    .header-tabs li {
        float: left;
        position: relative;
        margin-right: 3px;
    }

        .header-tabs li a.tab-link {
            display: block;
            position: relative;
            padding: 0px 15px;
            background: #366aa6;
            height: 32px;
            border-radius: 4px 4px 0 0;
            color: #fff;
            font-size: 12px;
            float: left;
            line-height: 32px;
        }


.header-tool {
    margin: 5px 0px;
    float: right;
}

    .header-tool li {
        height: 40px;
        line-height: 40px;
        float: left;
    }

/*导航工具栏 - 结束*/


/*头部用户信息*/
#userInfo {
    min-width: 100px;
    margin-right: 40px;
}

    #userInfo a {
        color: #fff;
        text-decoration: none;
        position: relative;
    }

    #userInfo .caret {
        border-top-color: #fff;
        margin-left: 5px;
    }

.avatarimg {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    padding: 1px;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.logout-dropList-btn {
}


.logout-dropList {
    background-color: #fff;
    border: 1px solid #c5c5c5;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 120px;
    display: none;
    position: absolute;
    z-index: 999;
    padding: 2px 0;
}

    .logout-dropList li {
        float: none;
        clear: both;
        padding: 0;
        height: auto;
        text-align: center;
        margin: 0;
    }

        .logout-dropList li a {
            color: #555;
            font-size: 12px;
            line-height: 14px;
            font-family: SimSun,Helvetica,Arial,sans-serif;
            padding: 8px 0;
            display: block;
        }

            .logout-dropList li a:hover {
                background-color: #e5e5e5;
            }

/*头部用户信息 - 结束*/

/*左侧导航布局*/
.panel-menu {
    position: absolute;
    top: 50px;
    left: 0;
    width: 50px;
    bottom: 0;
    background: #6b6b6b;
    z-index: 13;
    /*border-right: 1px solid #ccc;*/
}

.menu-nav {
    /*padding: 10px 5px;*/
}

    .menu-nav.position-top {
        position: absolute;
        top: 0;
        left: 0;
    }

    .menu-nav.position-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .menu-nav li {
        position: relative;
    }

        .menu-nav li a:hover, .menu-nav li:hover a {
            text-decoration: none;
            color: #fff;
        }

        .menu-nav li a.current {
            background-color: #4182dc;
            color: #fff;
        }

    .menu-nav .item_icon {
        position: relative;
        display: block;
        width: 50px;
        height: 50px;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        color: #ccc;
    }

        .menu-nav .item_icon i {
            line-height: 50px;
            font-size: 22px;
        }

        /*.menu-nav .item_icon.dashboard {
            background-position: 0 0;
        }

        .menu-nav .item_icon.forum {
            background-position: 0 -50px;
        }

        .menu-nav .item_icon.manage {
            background-position: 0 -100px;
        }

        .menu-nav .item_icon.user {
            background-position: 0 -150px;
        }

        .menu-nav .item_icon.setting {
            background-position: 0 -200px;
        }

        .menu-nav .item_icon.report {
            background-position: 0 -250px;
        }

        .menu-nav .item_icon.view {
            background-position: 0 -300px;
        }

        .menu-nav .item_icon.search {
            background-position: 0 -350px;
        }



        .menu-nav .item_icon.dashboard:hover, .menu-nav .item_icon.dashboard.current {
            background-position: -50px 0;
        }

        .menu-nav .item_icon.forum:hover, .menu-nav .item_icon.forum.current {
            background-position: -50px -50px;
        }

        .menu-nav .item_icon.manage:hover, .menu-nav .item_icon.manage.current {
            background-position: -50px -100px;
        }

        .menu-nav .item_icon.user:hover, .menu-nav .item_icon.user.current {
            background-position: -50px -150px;
        }

        .menu-nav .item_icon.setting:hover, .menu-nav .item_icon.setting.current {
            background-position: -50px -200px;
        }

        .menu-nav .item_icon.report:hover, .menu-nav .item_icon.report.current {
            background-position: -50px -250px;
        }

        .menu-nav .item_icon.view:hover, .menu-nav .item_icon.view.current {
            background-position: -50px -300px;
        }

        .menu-nav .item_icon.search:hover, .menu-nav .item_icon.search.current {
            background-position: -50px -350px;
        }*/

        /*.menu-nav .item_icon {
        position: relative;
    }*/

        .menu-nav .item_icon:before, .menu-nav .item_icon:after {
            display: none;
            position: absolute;
        }

        .menu-nav .item_icon:hover:before, .menu-nav .item_icon:hover:after {
            display: block;
        }

        .menu-nav .item_icon:before {
            background: #4182dc;
            border-radius: 4px;
            color: #FFF;
            content: attr(data-title);
            top: 12px;
            padding: 7px 15px;
            left: 60px;
            white-space: nowrap;
            z-index: 1;
            font-size: 13px;
        }

        .menu-nav .item_icon:after {
            border-bottom: 5px solid #4182dc;
            border-bottom: 5px solid transparent;
            border-top: 5px solid transparent;
            border-right: 5px solid #4182dc;
            bottom: 19px;
            content: "";
            height: 0;
            left: 60px;
            margin-left: -5px;
            width: 0;
        }



/*左侧导航布局 - 结束*/

/*左侧二级导航布局*/

.sidebar-box {
    /*margin: 5px;
    padding: 10px 0;*/
    background: #f8f8f8;
    /*border-right: 1px solid #ddd;*/
}

    .sidebar-box ul li dt {
        font-weight: bold;
        /*margin: 0 0px 5px 0px;*/
        font-size: 14px;
        border-bottom: 1px solid #ddd;
        height: 42px;
        line-height: 42px;
        /*padding: 0 10px;*/
    }

    .sidebar-box ul li a {
        font-size: 13px;
        display: block;
        height: 35px;
        line-height: 35px;
        padding: 2px 10px;
        position: relative;
        /*margin: 3px 0px;*/
    }

        .sidebar-box ul li a:hover {
            text-decoration: none;
            background: #f8f8f8;
        }

        .sidebar-box ul li a.current {
            color: #333;
            background: #E7ECF1;
            box-shadow: 0 1px 2px #E2E9EF inset;
            border-right: 4px solid #71ADDF;
        }

        .sidebar-box ul li a span.item {
            float: left;
            width: 160px;
            height: 35px;
            overflow: hidden;
        }

        .sidebar-box ul li a span.label {
            float: right;
            display: block;
            color: #777;
            padding: 0 8px;
            height: 20px;
            margin-top: 7px;
            line-height: 20px;
            background: #fff;
            border: 1px solid #aaaaaa;
            border-radius: 5px;
        }


/*右侧内容部分样式*/
.content-header {
    margin-top: 10px;
    padding: 5px 0;
    font-size: 14px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ddd;
}

    .content-header ul {
        height: 30px;
        padding: 5px 20px;
    }

    .content-header h1 {
        color: #555;
        font-size: 16px;
        line-height: 30px;
    }

.content-table {
    padding: 15px 20px 50px 20px;
}

/*右侧内容部分样式 - 结束*/

/*列表页搜索区域样式*/
.search-box {
    padding: 5px 0;
    font-size: 14px;
    width: 100%;
    position: relative;
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
}

    .search-box ul {
        height: 30px;
        padding: 10px 20px;
    }

    .search-box .search-input {
        height: 28px;
        line-height: 28px;
        width: 300px;
        border: 1px solid #ddd;
        padding: 0 10px;
    }

    .search-box .text {
        height: 28px;
        line-height: 28px;
        width: 80px;
        border: 1px solid #ddd;
        padding: 0 10px;
    }

    .search-box select {
        height: 30px;
        border: 1px solid #ddd;
    }

/*列表页搜索区域样式 - 结束*/

/*Table表样式汇总*/
.table-bordered {
    width: 100%;
    font-size: 13px;
    color: #444;
    text-align: left;
}

    .table-bordered tr th {
        vertical-align: middle;
        text-align: left;
        padding: 10px 5px 10px 15px;
        border-bottom: 1px solid #ececec;
    }

    .table-bordered thead tr {
        height: 40px;
        font-size: 13px;
        color: #333;
        font-weight: bold;
    }

        .table-bordered thead tr th {
            border-bottom: 1px solid #ddd;
        }


    .table-bordered tbody tr td {
        border-bottom: 1px solid #eee;
        padding: 8px 5px 8px 15px;
        vertical-align: middle;
        line-height: 23px;
    }

    .table-bordered input.text {
        height: 28px;
        width: 200px;
    }


    .table-bordered .plus-icon {
        width: 38px;
        height: 24px;
        background: url("/images/x.png") 0px -63px;
        display: inline-block;
        vertical-align: middle;
    }


    /*工单列表页 悬浮框*/
    .table-bordered tbody tr td .ticket_tip {
        position: absolute;
        width: 500px;
        border: 1px solid #ddd;
        /*top: 3em;*/
        left: 13px;
        background: #fff;
        z-index: 100;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
    }

        .table-bordered tbody tr td .ticket_tip h2 {
            background: #eee;
            color: #444;
            padding: 5px 10px;
            border-bottom: 1px solid #ececec;
        }

        .table-bordered tbody tr td .ticket_tip dl {
            padding: 10px;
            color: #555;
        }

            .table-bordered tbody tr td .ticket_tip dl dt {
                font-size: 13px;
                font-weight: bold;
            }

            .table-bordered tbody tr td .ticket_tip dl dd {
                line-height: 18px;
                font-size: 12px;
            }
/*工单列表页 悬浮框--结束*/

.table-bordered-1 {
    width: 100%;
    font-size: 13px;
    color: #444;
    text-align: left;
    border: 1px solid #cecece;
}

    .table-bordered-1 tr th {
        vertical-align: middle;
        text-align: left;
        padding: 10px 5px 10px 15px;
    }

    .table-bordered-1 thead tr {
        height: 40px;
        font-size: 13px;
        color: #647892;
        font-weight: bold;
    }

        .table-bordered-1 thead tr th {
            background: #edf0f7;
        }


    .table-bordered-1 tbody tr td {
        border-top: 1px solid #e2e2e2;
        border-right: 1px dotted #e2e2e2;
        padding: 12px 5px 12px 15px;
        vertical-align: middle;
    }

    .table-bordered-1 input.text {
        height: 28px;
        width: 200px;
    }


    .table-bordered-1 .plus-icon {
        width: 38px;
        height: 24px;
        background: url("/images/x.png") 0px -63px;
        display: inline-block;
        vertical-align: middle;
    }
/*Table表样式汇总 - 结束*/





/*全站分页列表样式*/

.pager_toolbar {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    font-weight: bold;
    color: #555;
}


/*全局按钮公共样式*/
a[role=button], input[role=button], input[type=button], div[role=button], span[role=button] {
    font-size: 12px;
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
    border-radius: 2px;
    margin-right: 10px;
    color: #555;
    background: url(/images/panel-liner-bg.png) repeat-x;
    /*line-height: normal;*/
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    font-family: verdana,"Microsoft YaHei",SimHei,SimSun;
}

span[role=button] {
    cursor: default;
    border-bottom-width: 1px;
}

a[role=button]:hover, input[role=button]:hover, input[type=button]:hover {
    text-decoration: none;
    background-color: #fff;
}

input[role=submit], input[type=submit], a[role=submit] {
    font-size: 12px;
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #1F7DCB;
    border-radius: 2px;
    color: #fff;
    background: url(/images/panel-liner-blue-bg.png) repeat-x;
    /*line-height: normal;*/
    cursor: pointer;
    margin: 0px;
    margin-right: 10px;
}

    input[role=submit]:hover, input[type=submit]:hover, a[role=submit]:hover {
        text-decoration: none;
        background-color: #3491DF;
    }

.btn-bottom {
    padding: 7px 50px;
}

.btn-cancel {
    cursor: pointer;
    padding: 0px 18px;
    color: #777;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    font-family: verdana,"Microsoft YaHei",SimHei,SimSun;
    background: #f3f3f3;
}

.btn-close {
    cursor: pointer;
    padding: 0px 18px;
    color: #fff;
    border: 1px solid #ff3333;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    font-family: verdana,"Microsoft YaHei",SimHei,SimSun;
    background: #ff9999;
}

.btn-draft {
    cursor: pointer;
    padding: 0px 18px;
    color: #777;
    border: 1px solid #ffbd46;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    font-family: verdana,"Microsoft YaHei",SimHei,SimSun;
    background: #ffd89b;
}

/*====图标按钮====*/
.icon-button {
    padding: 0 20px 0 15px;
    height: 17px;
    line-height: 17px;
}

    .icon-button i {
        display: block;
        height: 17px;
        line-height: 17px;
    }

.icon-edit {
    padding-left: 25px;
    background: url(/images/button-icon.png) 0 -30px no-repeat;
}

.icon-add {
    padding-left: 25px;
    background: url(/images/button-icon.png) 0 -2px no-repeat;
}

.icon-subscribe {
    padding-left: 25px;
    background: url(/images/button-icon.png) 0 -56px no-repeat;
}

.icon-delete {
    padding-left: 25px;
    background: url(/images/button-icon.png) 0 -84px no-repeat;
}

.icon-quote {
    padding-left: 25px;
    background: url(/images/button-icon.png) 0 -112px no-repeat;
}

.icon-vote {
    padding-left: 25px;
    background: url(/images/button-icon.png) 0 -139px no-repeat;
}

.icon-active {
    padding-left: 25px;
    background: url(/images/button-icon.png) 0 -327px no-repeat;
}

.icon-deactive {
    padding-left: 25px;
    background: url(/images/button-icon.png) 0 -296px no-repeat;
}

.icon-reorder {
    padding-left: 25px;
    background: url(/images/button-icon.png) 0 -174px no-repeat;
}

.icon-assume {
    padding-left: 25px;
    background: url(/images/button-icon.png) 0 -382px no-repeat;
}

.icon-merge {
    padding-left: 25px;
    background: url(/images/button-icon.png) 0 -410px no-repeat;
}

.icon-download {
    padding-left: 25px;
    background: url(/images/button-icon.png) 0 -264px no-repeat;
}

.icon-preview {
    padding-left: 25px;
    background: url(/images/button-icon.png) 0 -355px no-repeat;
}

.icon-clone {
    padding-left: 25px;
    background: url(/images/button-icon.png) 0 -203px no-repeat;
}

.icon-fold {
    padding-left: 25px;
    background: url(/images/button-icon.png) 0 -234px no-repeat;
}

.icon-macro {
    padding-left: 25px;
    background: url(/images/button-icon.png) 0 -438px no-repeat;
}

.icon-comment {
    padding-left: 25px;
    background: url(/images/button-icon.png) 0 -497px no-repeat;
}

.icon-event {
    padding-left: 25px;
    background: url(/images/button-icon.png) 0 -467px no-repeat;
}

.icon-auth {
    padding-left: 25px;
    background: url(/images/button-icon.png) 0 -526px no-repeat;
}

.icon-magic {
    padding-left: 25px;
    background: url(/images/button-icon.png) 0 -557px no-repeat;
}

/*用户激活or锁定*/

.userstatus_icon0 {
    color: green;
}

.userstatus_icon1 {
    color: #FFAD33;
}


/*工单状态颜色标示*/
.status0 {
    background: #6699ff; /*待审核*/
}

.status1 {
    background: #ff6666; /*未通过*/
}

.status2 {
    background: #5dca91; /*进行中*/
}

.status3 {
    background: #ed845f; /*已完成*/
}

.status4 {
    background: #999; /*已终止*/
}

.color_label {
    padding: 5px 8px;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    white-space: nowrap;
}

.color_label_item {
    display: block;
    border-radius: 3px;
    color: #fff;
    padding: 6px 18px;
    margin-bottom: 0;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ddd;
    width: 230px;
}

.ticket_icon0 {
    width: 21px;
    height: 23px;
    display: inline-block;
    background: url(/images/ticket_icon.png) 0px 0px no-repeat;
}

.ticket_icon1 {
    width: 21px;
    height: 23px;
    display: inline-block;
    background: url(/images/ticket_icon.png) right 0px no-repeat;
}


/*==========以下部分是 添加和修改页面 必须的===========*/


.actionForm .need {
    color: #F00;
    font-weight: normal;
    font-size: 12px;
    font-family: '宋体';
    margin: 0px 3px;
}


.sidebar-form {
    position: absolute;
    top: 60px;
    left: 0;
    width: 250px;
    bottom: 0;
    border-right: 1px solid #ddd;
    overflow: hidden;
    line-height: 18px;
    padding: 15px;
    /*height: 100%;*/
}

.content-form {
    margin-left: 280px;
    line-height: 18px;
}


    .sidebar-form ul li, .content-form ul li {
        padding: 3px 0px;
    }

    .sidebar-form dt, .content-form dt {
        padding: 2px 0;
        font-size: 12px;
    }

    .sidebar-form input.text, .content-form input.text {
        height: 28px;
        width: 95%;
    }

    .sidebar-form textarea, .content-form textarea {
        height: 100px;
        width: 95%;
    }

    .sidebar-form select, .content-form select {
        /*width: 100%;*/
        height: 30px;
    }



/*上传按钮样式*/
.file-box {
    position: relative;
    width: 140px;
}

.file-input-box input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

.file-input-box {
    position: relative;
    overflow: hidden;
}






.breadcrumb {
    border-left: 1px solid #ccc;
    margin: 5px 0px 5px 20px;
    padding-left: 20px;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    color: #4f8ad0;
}


    .breadcrumb > dd {
        float: left;
        margin: 0px 3px;
    }

    .breadcrumb dd > span.zg-bull {
        padding: 0 3px;
        color: #BBB;
        display: inline-block;
        font-family: Arial;
    }

    .breadcrumb dd > a.backLink {
        font-size: 14px;
        color: #666;
    }



/*==========以下部分是 工单查看页面 必须的===========*/


.sidebar-form-item {
    position: absolute;
    top: 60px;
    right: 0;
    width: 350px;
    bottom: 0;
    /*border-left: 1px solid #ddd;*/
    overflow: hidden;
    line-height: 18px;
    padding: 15px 15px 15px 0px;
    /*height: 100%;*/
}


    .sidebar-form-item ul > li {
        /*margin-top: 50px;*/
    }

        .sidebar-form-item ul > li .sTitle {
            font-size: 18px;
        }

        .sidebar-form-item ul > li > dl > dt {
            border-bottom: 1px solid #eee;
            margin-bottom: 10px;
        }

        .sidebar-form-item ul > li > dl > dd {
            color: #767676;
            font-size: 14px;
            margin-top: 4px;
            margin-bottom: 10px;
        }

    .sidebar-form-item dd > span {
        padding-left: 15px;
    }

.content-form-item {
    /*margin-right: 360px;*/
    line-height: 18px;
    /*border-right: 1px solid #ddd;*/
    padding-right: 15px;
}


/*.ticket-panel-top {
    height: 46px;
    border-bottom: 1px solid #ddd;
    background: #f8f8f8;
    padding: 13px 10px 0px 10px;
}


    .ticket-panel-top .node {
        font-size: 12px;
        padding: 7px 15px;
        display: inline-block;
        border-radius: 4px;
    }

        .ticket-panel-top .s-wait {

        border: 1px solid #b5b5b5;
        color: #adadad;
        background-color: #f6f6f6;
    }

    .ticket-panel-top .s-ready {

        border: 1px solid #0099ff;
        color: #ffffff;
        background-color: #66ccff;
    }

            .ticket-panel-top .s-fail {

        border: 1px solid #ff3333;
        color: #f5f5f5;
        background-color: #ff9999;
    }

    .ticket-panel-top .s-going,.ticket-panel-top .s-publish,.ticket-panel-top .s-todept,.ticket-panel-top .s-toperson {


        color: #00aa00;

    }*/

.ticket-item-box {
    margin: 0px 35px;
}


    .ticket-item-box .ticket-name {
        font-size: 20px;
        font-weight: bold;
        line-height: 2em;
        /*padding-bottom: 15px;*/
    }

    .ticket-item-box .field-name {
        font-weight: bold;
        display: inline-block;
        width: 90px;
        text-align: left;
    }

.ticket-exp-box {
    margin: 20px 35px;
}

    .ticket-exp-box > .exp-tab .exp-nav {
        display: block;
        position: relative;
        padding: 0 15px;
        background: #4182dc;
        border-bottom: none;
        height: 32px;
        border-radius: 4px 4px 0 0;
        color: #fff;
        font-size: 12px;
        line-height: 32px;
        bottom: -1px;
    }

    .ticket-exp-box > .exp-tab .exp-text {
        border-top: 1px solid #ccc;
        padding: 15px 20px;
    }


.verify-box {
    margin: 20px 35px;
    border-radius: 8px;
    background: #d1e4f3;
    border: 1px solid #4d8fcb;
}


.ticket-calendar li {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #ccc;
    margin-right: 3px;
}


    .ticket-calendar li.current {
        background-color: #8c9dff;
        border: 1px solid #8c9dff;
        color: #fff;
    }
/*==========以下部分是 全站按钮样式 必须的===========*/

/*工单页面 小按钮 修改、打印、删除*/
.btn-style_1 {
    cursor: pointer;
    padding: 0px 18px;
    color: #2e73b8;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    font-family: verdana,"Microsoft YaHei",SimHei,SimSun;
    background: #fff;
}

    .btn-style_1:hover {
        border: 1px solid #aaa;
        text-decoration: none;
    }

.btn-style_blue {
    cursor: pointer;
    padding: 0px 18px;
    color: #fff;
    border: 1px solid #1f7dcb;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    font-family: verdana,"Microsoft YaHei",SimHei,SimSun;
    background: url(/images/panel-liner-blue-bg.png) repeat-x;
}

    .btn-style_blue:hover {
        border: 1px solid #001eff;
        text-decoration: none;
    }

.btn-toolsLink {
    cursor: pointer;
    padding: 0px 10px 0px 18px;
    color: #3770d9;
    display: block;
    border: none;
    display: inline-block;
    font-size: 14px;
    font-family: verdana,"Microsoft YaHei",SimHei,SimSun;
    background: url(/images/tool-link.png) no-repeat left center;
}

.btn-style_red {
    cursor: pointer;
    padding: 0px 10px;
    color: #eee;
    border: 1px solid #c31611;
    border-radius: 2px;
    display: inline-block;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    font-family: verdana,"Microsoft YaHei",SimHei,SimSun;
    background: #B83046;
}


/*后台综合首页*/

.s-my-counts ul {
    height: 73px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.s-my-counts li {
    width: 15%;
    float: left;
}

.s-my-counts a {
    zoom: 1;
    padding: 17px 0;
    vertical-align: middle;
    display: block;
    color: #4b4b4b;
    text-align: center;
    border-right: 1px solid #ddd;
    text-decoration: none;
    cursor: pointer;
}


.s-my-counts span {
    display: block;
}


.executor-list li {
    display: inline-block;
    position: relative;
    height: 18px;
    line-height: 18px;
    border: 1px solid #cfcfcf;
    padding: 7px 12px;
    margin: 10px 10px 0 0;
    cursor: pointer;
}

    .executor-list li.selected {
        border-color: #e4393c;
        border-width: 2px;
        padding: 6px 11px;
    }

        .executor-list li.selected s {
            display: block;
            position: absolute;
            bottom: 0;
            right: 0;
            width: 16px;
            height: 16px;
            background: url(/images/selt.png) no-repeat;
        }
.TopicImgShowMultiple { 
   
}

    .TopicImgShowMultiple .img-lists-ul {
        /*float: left;*/
        position: relative;
        max-width: 720px;
    }

        .TopicImgShowMultiple .img-lists-ul li {
            position: relative;
            /*border: 1px solid #f0f0f0;*/
            margin-right: 10px;
            overflow: hidden;
            height: 160px;
            width: 160px;
            padding: 0px;
        }

    .TopicImgShowMultiple .placeHolder div {
        background-color: white

 !important;
        border: dashed 1px gray !important;
        height: 118px;
        width: 118px;
    }