@charset "utf-8";

.navbar-search {

}

.panel-heading-right {
    float: right;
    margin: 0 5px;
}

.panel-heading-right-item-active {
    border-bottom: solid 2px #000;
}

.me-header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    flex-direction: column;
}

.me-header-icon {
    width: 80px;
    height: 80px;
}

.box-new-flag {
    width: 14px;
    height: 14px;
    font-size: 12px;
    background-color: #ff0000;
    color: #FFFFFF;
    /*border-radius: 2px;*/
    position: absolute;
    left: 0px;
    top: 0px;
}

.site-row {
    width: 100%;
}

