/* 导航栏 */
.navigator--wrap {
    width: 100vw;
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 1;
}

.navigator--wrap .navigator-container {
    display: flex;
    height: 80px;
    align-items: center;
}

.navigator--wrap .navigator-container img.logo {
    height: 60px;
    width: unset;
}

.navigator--wrap .navigator-container .navigator-body {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: unset;
}
.navigator--wrap .navigator-container .navigator-body .layui-nav-item.un-show{
    display: none;
}
.navigator--wrap .navigator-container .navigator-body .layui-nav-item a {
    color: #fff !important;
    font-weight: bold;
}

.navigator--wrap .navigator-container .navigator-body .layui-nav-bar,
.navigator--wrap .navigator-container .navigator-body .layui-this:after {
    background-color: #fff;
}

.navigator--wrap .navigator-container .user-wrap span.user-text {
    color:#fff;
}
.navigator--wrap .navigator-container .user-wrap span.user-text a{
    color:#fff;
}
.navigator--wrap .navigator-container .user-wrap span.user-text .text-name{
    margin-left: 6px;
}
.navigator--wrap .navigator-container .user-wrap span.user-text .user-center{
    margin-left: 6px;
    padding: 3px 6px;
    text-align: center;
    border: 1.2px solid #fff;
    border-radius: 30px;
}
.navigator--wrap .navigator-container .user-wrap span.user-text .logout{
    margin-left: 6px;
    padding: 3px 6px;
    text-align: center;
    border: 1.2px solid #fff;
    border-radius: 30px;
    cursor: pointer;
}
.navigator--wrap .navigator-container .user-wrap span.un-show, .navigator--wrap .navigator-container .user-wrap a.un-show{
    display: none;
}
.navigator--wrap .navigator-container .user-wrap a.un-login{
    padding: 6px 12px;
    text-align: center;
    border: 1.2px solid #fff;
    border-radius: 30px;
    color:#fff;
}


/* 底部 */
.footer--wrap {
    width:100vw;
    margin-top: 30.6px;
    position: relative;
}
.footer--wrap .tcp{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
}
.footer--wrap .tcp a{
    color:#fff;
}

.footer--wrap img {
    width: 100vw;
}
