﻿h1,
h2,
h3,
h4,
h5,
h6,
div,
ul,
li,
p,
span,
a,
ol,
table,
tr,
td,
th,
thead,
tbody,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑";
}

#west .panel-title {
    font-weight: normal;
}

#west .accordion .accordion-header-selected {
    background: #f3f3f3;
}

#west .accordion .accordion-header-selected .panel-title {
    color: #575765;
    font-weight: bold;
}

.icon-sys {
    background: url(../images/directory.png) no-repeat;
}

.my-search-button {
    border: 1px solid #ccc;
    background: url(../images/button_plain_hover.png) repeat-x;
}

.my-search-button:hover {
    border: 1px solid #ccc;
    background: url(../images/button_plain_hover.png) repeat-x;
}

.icon-reset {
    background: url(../images/set.png) no-repeat center center;
}

#tabs .panel-body.panel-body-noheader.panel-body-noborder {
    overflow-y: hidden;
}

#list-container.list-container.panel-body.panel-body-noheader.layout-body {
    overflow: hidden;
}

input:focus {
    outline-color: #509ecc;
}

select:focus {
    outline-color: #3c8dbc;
}

textarea:focus {
    outline-color: #3c8dbc;
}


/*覆盖左侧菜单*/

#container .panel-header {
    background-color: #61acd7;
}

#container .panel.layout-panel.layout-panel-west.layout-split-west .panel-header {
    color: white;
    border-color: #3989b8;
}

#container .panel.layout-panel.layout-panel-west.layout-split-west .panel-header .panel-title {
    color: #295874;
}

#container #west #menu .panel .panel-header.accordion-header.accordion-header-selected {
    background-color: #3687b6;
}

#container #west #menu .panel .panel-header.accordion-header.accordion-header-selected .panel-title.panel-with-icon {
    color: white;
    font-weight: bold;
}

#container #west #menu .panel .panel-header.accordion-header .panel-title.panel-with-icon {
    color: white;
}

#container #west #menu .panel-tool a {
    opacity: 0.9;
}


/*弹出层样式覆盖*/

#container .panel.window.easyui-fluid .panel-header.panel-header-noborder.window-header {
    background-color: #f8f8f8;
}
/*index页面右下角弹出窗口样式*/
    
    #tips_win {
        position: fixed;
        width: 300px;
        height: 0;
        background-color: white;
        box-sizing: border-box;
        right: 13px;
        bottom: 50px;
        font-family: '宋体';
        transition: height 1.5s;
        -moz-transition: height 1.5s;
        /* Firefox 4 */
        -webkit-transition: height 1.5s;
        /* Safari and Chrome */
        -o-transition: height 1.5s;
        /* Opera */
    }
    
    #tips_win .header {
        height: 32px;
        line-height: 32px;
        background: url(../images/tips_win_header_bg.png) repeat-x;
        overflow: hidden;
        clear: both;
    }
    
    #tips_win .header h5 {
        float: left;
        height: 32px;
        line-height: 32px;
        font-size: 12px;
        font-weight: bold;
        color: white;
        margin-left: 8px;
    }
    
    #tips_win .header img {
        float: right;
        margin-right: 8px;
        cursor: pointer;
    }
    
    #tips_win .content {
        box-sizing: border-box;
        width: 300px;
        height: 168px;
        border: 1px solid #6ab4e0;
        border-top: none;
        font-size: 12px;
        padding: 15px 15px;
        position: relative;
    }
    
    #tips_win .content p {
        line-height: 18px;
    }
    
    #tips_win .content .tips_win_btn_container {
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: 15px;
        left: 0;
    }
    
    #tips_win .content .tips_win_btn {
        box-sizing: border-box;
        height: 32px;
        line-height: 20px;
        border: 1px solid #cccccc;
        border-radius: 4px;
        background: url(../images/tips_win_btn_bg.png) repeat-x;
        color: #2e6fa6;
        font-weight: bold;
        padding-left: 10px;
        padding-right: 10px;
    }
