﻿.head .logo img {
    height: 20px;
    width: 20px;
    border-radius: 2px;
}

.head .logo {
    text-align: center;
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #eee;
}


.head .logo .active {
    font-weight: 600;
}

.head .logo .cut:last-child {
    margin-left: 15px;
}

.head .cut {
    color: #999;
    font-size: 10px;
    float: right;
    margin-top: 2px;
}

.head .nav-top div.active {
    font-weight: 600;
    color: #333;
}

.head .nav-top div {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.head .nav-top {
    left: 150px;
    color: #666 !important;
    white-space: nowrap;
}

.head .right img {
    height: 20px;
    width: 20px;
    border-radius: 30px;
}

.head .right {
    right: 30px;
    font-size: 12px;
    color: #666;
}

.head .out {
    color: #ff3300 !important;
    margin-left: 10px;
}

.head > div {
    height: 50px;
    line-height: 50px;
    top: 0;
    position: absolute;
}

.head {
    height: 50px;
    font-size: 14px;
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    border-top: 1px solid rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.03);
    z-index: 1;
    color: #333;
}

.sub-nav > div.active::before {
    left: -9px;
}

.sub-nav > div.active::after {
    right: -9px;
}

.sub-nav > div.active::before, .sub-nav > div.active::after {
    content: "";
    height: 18px;
    width: 18px;
    transform: rotate(45deg);
    position: absolute;
    background: #0094ff;
    top: 3.6px;
}

.sub-nav > div.active {
    color: #fff;
    background: #0094ff;
    width: 80px;
    line-height: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
}

.sub-nav > div {
    display: inline-block;
    margin: 0 15px;
    text-align: center;
}

.sub-nav {
    position: fixed;
    right: 0;
    left: 0;
    top: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    white-space: nowrap;
    background: #fff;
    z-index: 1;
    padding: 0 10px;
    border-bottom: 1px solid rgba(0,0,0,.03);
}


.head + .container-full {
    margin-top: 50px;
}

.sub-nav + .container-full {
    margin-top: 100px;
}
