@import "/platform/styles/plain/main.css";

html, body {
    margin: 0;
    padding: 0;
    border: 0 none;
    overflow: hidden;
    font-family: "微软雅黑";
}

#left_title {
    display: none;
}

.menu_item_selected {
    background: url("main/arrow_open.png") no-repeat 162px 13px;
}

#top {
    height: 70px;
    background: #3d76cd;
    overflow: hidden;
}

#logo {
    float: left;
    margin-top: 19px;
    margin-left: 14px;
    width: 129px;
    height: 32px;
    background: url("logo.png") no-repeat;
    cursor: pointer;
}

#placard {
    float: left;
    margin-left: 10px;
}

#placard_marquee {
    width: 300px;
    height: 30px;
    padding-top: 10px;
    cursor: pointer;
}

#placard_content {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}

#shortcuts {
    float: right;
    margin-right: 20px;
}

.shortcut_icon {
    position: relative;
    float: left;
    width: 23px;
    height: 20px;
    margin-top: 25px;
    margin-left: 15px;
    margin-right: 15px;
    cursor: pointer;
}

.shortcut_icon_flash {
    position: relative;
    float: left;
    left: -2px;
    right: -2px;
    width: 23px;
    height: 20px;
    margin-top: 23px;
    margin-left: 15px;
    margin-right: 15px;
    cursor: pointer;
}

#left_collapse_top {
    float: left;
    width: 26px;
    height: 26px;
    margin-left: 20px;
    margin-top: 22px;
    background: url("main/menu.png") no-repeat;
    cursor: pointer;
}

#left_expand {
    display: none;
}

#top_search {
    float: left;
    padding: 2px 30px 2px 34px;
    margin-top: 19px;
    margin-left: 20px;
    background: url("icons/search.png") no-repeat #396fc1 10px;
    height: 27px;
    border-radius: 15px;
}

#top_search input {
    height: 27px;
    color: #ffffff;
    line-height: 27px;
    font-size: 13px;
    width: 240px;
    border: none;
    background: #396fc1;
    outline: none;
}

#top_search input::placeholder {
    color: #ffffff;
}

#userInfo {
    float: right;
    color: #ffffff;
    margin-top: 12px;
    margin-right: 15px;
    max-width: 300px;
    cursor: pointer;
}

#userName {
    line-height: 24px;
    font-size: 14px;
    text-indent: 20px;
    background: url("main/user.png") no-repeat 0 4px;
}

#deptName {
    line-height: 18px;
    font-size: 12px;
    text-indent: 20px;
    padding-top: 3px;
    background: url("main/dept.png") no-repeat 0 4px;
}

#top-menu {
    position: absolute;
    z-index: 1000;
    right: 8px;
    top: 70px;
    width: 140px;
    margin: 6px 0 0;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background-clip: padding-box;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    padding-top: 6px;
    padding-bottom: 6px;
}

#top-menu:before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    content: '';
}

#top-menu:after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

#top-menu li {
    color: #333;
    line-height: 26px;
    text-indent: 40px;
    padding-left: 5px;
    background-position-x: 10px;
    background-position-y: 5px;
    background-size: 16px 16px;
}

#top-menu li:hover {
    background-color: #eeeeee;
}

#top-menu li a {
    text-decoration: none;
    font-weight: normal;
}

#lock_screen {
    background: url("main/lock.png") no-repeat;
}

#change_dept {
    background: url("main/change_dept.png") no-repeat;
}

#logout {
    background: url("main/logout.png") no-repeat;
}

#center {
    padding-top: 6px;
    background: #ffffff;
}

#main {
    margin-left: 0;
    margin-right: 0;
    border-left: 0;
    border-right: 0;
}

#main_tabs {
    padding-left: 10px;
}

.main_tabs_background {
    border-top-color: #ffffff;
    margin-left: -10px;
}

.main_tab_selected {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom: #4c84ff solid 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.main_tab {
    border-top-color: #ffffff;
}

.main_tab .main_tab_content {
    border-right: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.main_tab_text {
    font-size: 14px;

}

.main_tab .main_tab_text {
    color: #666666;
}

.main_tab:hover .main_tab_text {
    color: #90a4c7;
}

.main_tab_selected .main_tab_text {
    color: #1a73e8;
}

#main_tabs_scroll {
    border-top-color: #ffffff;
}