@import "../font/iconfont.css";
#status_bar {
    background-color: #fff;
    z-index: 210;
    position: fixed;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#status_bar .search {
    height: 32px;
    line-height: 32px;
    border: 1px solid #acacac;
    width: 5rem;
}
#status_bar .search > .type {
    padding: 4px 8px;
    color: #fff;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    width: 75px;
}
#status_bar .search > .type > .circle {
    background-color: #313131;
    padding: 0 12px;
}
#status_bar .search > .type > .fade {
    background-color: #313131;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    padding: 1px;
}
#status_bar .search > .type > .fade > .item {
    min-width: 40px;
    padding: 0 12px;
}
#status_bar .search > .type > .fade > .item:hover {
    background-color: #fff;
    color: #313131;
}
#status_bar .search > .content {
    margin-right: 91px;
    border-right: 1px solid #acacac;
    background-color: #f7f7f7;
    border-radius: 16px 0 0 16px;
}
#status_bar .search > .content > .submit-button {
    width: 54px;
    color: #8e8e8e;
    font-size: 20px;
    cursor: pointer;
}
#status_bar .search > .content > .submit-button:hover {
    color: #1250a8;
    font-weight: bold;
}
#status_bar .search > .content > .input {
    margin-left: 54px;
}
#status_bar .status {
    margin-left: 2.8rem;
}
@media (max-width: 1500px){
    #status_bar .status {
        margin-left: 1.2rem;
    }
    #status_bar .status > a{
        font-size: 14px;
    }
}
#status_bar .status.unknown > a {
    padding: 0 2em;
    height: 2em;
    line-height: 2em;
}
#status_bar .status.unknown > a:not(:last-child) {
    margin-right: 0.625em;
}
#status_bar .status.known {
    height: 40px;
    line-height: 40px;
}
#status_bar .status.known > .default:hover {
    color: #1250a8;
}
#status_bar .status.known > .info {
    padding-right: 6px;
    margin: 0 24px;
    font-size: 20px;
    color: #757575;
}
#status_bar .status.known > .info > .iconfont {
    display: inline-block;
}
#status_bar .status.known > .info > .circle {
    position: absolute;
    right: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    background-color: #ff6370;
}
#status_bar .status.known > .info:hover > .iconfont {
    animation: info-animation 0.4s ease-in;
}
@keyframes info-animation {
    0% {
        transform: rotateZ(0);
    }
    15% {
        transform: rotateZ(10deg);
    }
    30% {
        transform: rotateZ(0);
    }
    45% {
        transform: rotateZ(-10deg);
    }
    60% {
        transform: rotateZ(0);
    }
    70% {
        transform: rotateZ(5deg);
    }
    80% {
        transform: rotateZ(0);
    }
    90% {
        transform: rotateZ(-5deg);
    }
    100% {
        transform: rotateZ(0);
    }
}
#status_bar .status.known > .user > .avatar {
    width: 40px;
}
#status_bar .status.known > .user > .avatar:hover {
    transform: scale(1.1);
}
#status_bar .status.known > .user > .fade {
    padding-top: 12px;
    width: 320px;
}
#status_bar .status.known > .user > .fade > .content {
    background-color: #fff;
    padding: 24px 24px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    line-height: 1.5;
}
#status_bar .status.known > .user > .fade > .content a:hover {
    color: #1250a8;
}
#status_bar .status.known > .user > .fade > .content .avatar {
    width: 60px;
}
#status_bar .status.known > .user > .fade > .content .username {
    padding-top: 7.5px;
    margin-left: 70px;
}
#status_bar .status.known > .user > .fade > .content .username .name {
    font-size: 16px;
}
#status_bar .status.known > .user > .fade > .content .username .text {
    opacity: 0.6;
}
#status_bar .status.known > .user > .fade > .content .top {
    padding-bottom: 10px;
}
#status_bar .status.known > .user > .fade > .content .flex {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #acacac;
}
#status_bar .status.known > .user > .fade > .content .center > .item {
    max-width: 90px;
}
#status_bar .status.known > .user > .fade > .content .center > .item .value {
    font-size: 18px;
}
#status_bar .status.known > .user > .fade > .content .center > .item .text {
    opacity: 0.8;
}
#status_bar .status.known > .user > .fade > .content .bottom > .item {
    color: #666;
}
#status_bar .status.known > .user > .fade > .content .bottom > .item .iconfont {
    color: #adadad;
    font-size: 20px;
}
#status_bar .status.known > .user > .fade > .content .bottom > .item:hover {
    color: #1250a8;
}
#status_bar .status.known > .user > .fade > .content .bottom > .item:hover .iconfont {
    color: #1250a8;
}
#status_bar .status.known > .user > .fade > .content .exit {
    text-align: center;
    line-height: 50px;
}
#status_bar .status.known > .button {
    padding: 0 14px;
    height: 30px;
    line-height: 30px;
    margin: 4px 0 0 10px;
}
.status_bar {
    height: 64px;
    line-height: 64px;
}
#navbar {
    z-index: 2;
    background-color: #1e1e1e;
    color: #fff;
    /*height: 50px;*/
    line-height: 50px;
    margin-bottom: -1px;
}
#navbar .fl .item {
    float: left;
    width: 115px;
    text-align: center;
}
#navbar .fl .item > a.active{
    background-color: #3a3a3a;
}
#navbar .fl .item > .has-child,
#navbar .fl .item > .has-child:empty ~ .fade{
    display: none;
}
#navbar .fl .item > .fade {
    position: absolute;
    left: -0.6rem;
    right: -0.6rem;
    top: 100%;
    margin-top: 10px;
    background-color: rgba(255,255,255,0.9);
    color: #333;
    line-height: 1.4;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 14px;
}
#navbar .fl .item:hover > a{
    background-color: #3a3a3a;
}
#navbar .fl .item:hover > .fade{
    margin-top: 0;
    opacity: 1;
    pointer-events: unset;
    visibility: visible;
}
#navbar .fl .item > .fade .flex{
    margin-bottom: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
#navbar .fl .item > .fade .top{
    padding: 2px 6px;
    background-color: #1e1e1e;
    color: #fff;
    border-radius: 4px;
    white-space: nowrap;
}
#navbar .fl .item > .fade .content{
    margin: 0 -20px -10px 20px;
    width: 100%;
}
#navbar .fl .item > .fade .content > a{
    float: left;
    padding: 2px 0;
    margin: 0 20px 10px 0;
}
#navbar .fl .item > .fade .content > a:hover{
    text-decoration: underline;
}
#navbar .fl .item > .has-child:empty ~ a .iconfont {
    display: none;
}
#navbar .fr a {
    line-height: 48px;
}
#navbar .fr a .iconfont {
    font-size: 24px;
}
.logo {
    font-size: 0;
}
.logo span {
    font-size: 15px;
}
.logo .line {
    margin: 0 15px;
    width: 1px;
    height: 7px;
    background-color: #7f7f7f;
}
