@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

html,
body {
    background: #FFFFFF;
    font: normal 18px "Microsoft YaHei";
}

#top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: #303030;
}

#top_logo {
    width: 300px;
    float: left;
    vertical-align: middle;
    height: 45px;
    line-height: 45px;
    padding: 1px 1px 1px 40px;
}

#top_links {
    width: 520px;
    height: 45px;
    float: right;
    line-height: 45px;
    color: #ADADAD;
    line-height: 45px;
    position: relative;
}

#top_op {
    width: 520px;
}

#top_op ul {
    list-style-type: none;
}

#top_op ul li {
    display: inline-block;
    margin-right: 20px;
}

#top_op ul li img {
    vertical-align: text-top;
}

#top_links a:link,
#nav_links a:visited,
#nav_links a:hover,
#nav_links a:active {
    list-style: none;
    text-decoration: none;
    color: #fff;
}

#top_links a:hover {
    list-style: none;
    text-decoration: underline;
    color: #fff;
}

#top_close {
    width: 80px;
    position: absolute;
    right: 0px;
    top: 0px;
    border-left: 1px solid #171717;
    vertical-align: text-top;
}

#side {
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 0px;
    width: 155px;
    overflow: hidden;
}

#main {
    position: absolute;
    left: 155px;
    top: 70px;
    bottom: 0px;
    right: 0px;
    width: auto;
    z-index: 2;
    overflow: hidden;
}

#top_nav {
    position: fixed;
    width: 77%;
    top: 50px;
    left: 155px;
    height: 26px;
    line-height: 26px;
    color: #8A8A8A;
    font-size: 11px;
    border-bottom: 1px solid #EDEDED;
}

#left_menu {
    width: 60px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    background: #044599;
    overflow: hidden;
}

#left_menu_cnt {
    width: 160px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    overflow: auto;
    background: #F1F1F1;
}

#left_menu_cnt #nav_module {
    position: inherit;
    padding-left: 0;
    background: #F1F1F1;
}

#left_menu_cnt #nav_resource {
    margin-top: 60px;
    overflow: auto;
}

#TabPage2 li {
    padding: 19px 9px 19px 15px;
    cursor: pointer;
}

.selected {
    background: #FFF;
    cursor: pointer;
}

#nav_show {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /*text-align: center;*/
    /*padding: 12px 0;*/
    /*background-color: #ffffff;*/
    /*border-top: 1px solid #ddd;*/
    /*box-shadow: 0 -1px 3px rgba(0,0,0,0.1);*/
    /*transition: all 0.3s ease-in-out;*/
    z-index: 1000;
}

#show_hide_btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #303030;
    color: white;
    text-align: center;
    line-height: 40px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.2s ease-in-out;
    cursor: pointer;
}

#show_hide_btn:hover {
    background-color: #0056b3;
}

#toggle_icon {
    vertical-align: middle;
    width: 26px;
    height: 26px;
    margin-top: -2px;
}

.module-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 25px;
    text-align: center;
    width: 155px;
    /* 和原图宽度一致 */
    height: 25px;
    margin: 0 auto;
    cursor: default;
}

.module-title {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#customAlertBox {
    font-family: Arial, sans-serif;
    font-size: 14px;
}

#customAlertBox ul {
    padding-left: 20px;
}

.imgTb tr {
    height: 30px;
    ;
}

td {
    border: 1px solid #000000;
    padding: 2px;
}

tr {
    /*height: 40px;*/
}

/*弹出框消失 start*/
.alert {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 200px;
    margin-left: -100px;
    z-index: 99999;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

/*弹出框消失 end*/