﻿/*
* System files, system upgrade will be covered, try not to modify
* 系统文件，系统升级会覆盖，尽量请勿修改
*/

.mainbox {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    background: #ffffff;
}

.contentbox {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex: 1;
    width: 100%;
    background: #eee;
}

.leftbox {
    width: 230px;
    height: 100%;
    background: #f8f8f8;
}

.rightbox {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    background: #f2f2f2;
}

.rightinnerbox {
    display: -webkit-flex;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0;
    margin: 6px 6px 6px 6px;
    border: #ccc 1px solid;
    background: #fff;
    color: #333;
    font-size: 11px;
    text-indent: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    *overflow: visible;
    _overflow: hidden;
    position: relative \9;
    -webkit-box-shadow: 0 0 10px rgba(230, 230, 230, 0.5);
    -moz-box-shadow: 0 0 10px rgba(230, 230, 230, 0.5);
    box-shadow: 0 0 10px rgba(230, 230, 230, 0.5);
}

.righttop {
}

.rightmbody {
    flex: 1;
    margin: -1px 0 0 0;
}

.rightcbody {
    display: -webkit-flex;
    display: flex;
    flex: 1;
    flex-direction: column;
    margin: 0;
}

.rightbody {
    display: -webkit-flex;
    display: flex;
    flex: 1;
    flex-direction: row;
}

.rightleftbox {
    width: 350px;
    height: 100%;
    border-right: #ddd 1px solid;
}

.rightleftgraybox {
    width: 350px;
    height: 100%;
    background: #fff;
    border-right: #ddd 1px solid;
}

.rightrightbox {
    flex: 1;
    height: 100%;
}

.rightinnerbody {
    margin: 20px;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.topbox {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.toplogobox {
    width: 230px;
    height: 60px;
}


.topmenubox {
    display: -webkit-flex;
    display: flex;
    flex: 1;
    align-items: center;
    height: 60px;
}

.topindexbar {
    margin: 0;
    text-align: right;
    background: #f8f8f8;
    height: 25px;
    line-height: 25px;
    padding-right: 15px;
    border-bottom: #ddd 1px solid;
    font-family: Poppin, Arial, 'Microsoft YaHei', STSong, Verdana;
    font-size: 8px;
}

.topuserbox {
    float: right;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: auto;
    height: 20px;
    margin: 20px 20px 0 0;
    font-size: 9px;
    padding: 0 10px 0 0;
    background: #fff;
    font-family: Poppin, Arial, 'Microsoft YaHei', STSong, Verdana;
    font-size: 10px;
    line-height: 22px;
    color: #bbb;
}

    .topuserbox a {
        color: #888;
    }

.topusermenu {
    font-weight: normal;
}

.topusermenuover {
    font-weight: bold;
    color: #666;
}

.topusersubbox {
    position: absolute;
    z-index: 999;
    width: 80px;
    text-align: center;
    font-size: 10px;
    margin-top: -2px;
    padding: 5px 5px 2px 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    *overflow: visible;
    _overflow: hidden;
    position: relative \9;
    overflow: hidden;
    border: #ccc 1px solid;
    background: #f8f8f8;
}

    .topusersubbox a {
        color: #387eff;
    }

.toplangbox {
    float: right;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 30px;
    height: 20px;
    margin: 17px 0 0 0;
    font-size: 9px;
    padding: 0 0 0 10px;
    font-family: Poppin, Arial, 'Microsoft YaHei', STSong, Verdana;
    font-size: 8px;
    line-height: 20px;
    color: #bbb;
    background: #fff;
}

    .toplangbox a {
        color: #888;
    }

.toplangsubbox {
    position: absolute;
    z-index: 999;
    width: 80px;
    text-align: center;
    font-size: 10px;
    line-height: 22px;
    margin-top: -2px;
    padding: 5px 5px 2px 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    *overflow: visible;
    _overflow: hidden;
    position: relative \9;
    overflow: hidden;
    border: #ccc 1px solid;
    background: #f8f8f8;
}

    .toplangsubbox a {
        color: #387eff;
    }

.toolbarbox {
    float: right;
    margin: 8px 8px 0 0;
}
