/**
 * 
 * @authors Bert
 * @date    2020-08-20 10:05:59
 * @version 1.0
 */
@import "../../common/less/global";
@import "./global";
/********header star ********/
.logo {
    width: 216px;
    height: 50px;
    background: url('../svgs/logo.svg') center no-repeat;
}

.notLoggedTips {
    height: 107px;
}

.notLoggedHeader.notLoggedTips {
    .mobileNav .navBtn {
        top: 81px;
    }
}
/********header end********/
