#tabItem[data-v-7436b6f2] {
    position: relative;
    color: #004137
}

#tabItem.active[data-v-7436b6f2] {
    color: var(--btn-text);
    font-weight: 700
}

#tabItem.active .tab-item-icon[data-v-7436b6f2] {
    box-shadow: -1px 0 15px #fff
}

#tabItem.active .tab-item-label[data-v-7436b6f2] {
    position: relative
}

.no-1 #tabItem[data-v-6f8c1a2d] {
    position: relative;
    color: var(--text-gray)
}

.no-1 #tabItem.active[data-v-6f8c1a2d] {
    color: var(--btn-text);
    font-weight: 700
}

.no-1 #tabItem.active[data-v-6f8c1a2d]:before {
    content: "";
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translate(-50%);
    width: 90%;
    height: 120%;
    border-radius: var(--radius);
    background-color: #000
}

.no-1 #tabItem.active .tab-item-label[data-v-6f8c1a2d] {
    position: relative
}

.no-2 #tabItem[data-v-6f8c1a2d] {
    position: relative;
    color: var(--text-gray)
}

.no-2 #tabItem.active[data-v-6f8c1a2d] {
    color: var(--primary);
    font-weight: 700
}

.no-2 #tabItem.active[data-v-6f8c1a2d]:before {
    content: "";
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translate(-50%);
    width: 90%;
    height: 120%;
    border-radius: var(--radius);
    background-color: var(--bg)
}

.no-2 #tabItem.active .tab-item-label[data-v-6f8c1a2d] {
    position: relative
}

#tabItem[data-v-784a710b] {
    position: relative;
    color: #ffffff80
}

#tabItem.active[data-v-784a710b] {
    color: var(--primary);
    font-weight: 600
}

#tabItem.active .tab-item-label[data-v-784a710b] {
    position: relative
}

#tabItem[data-v-02d852b0] {
    position: relative;
    color: #ffffff80
}

#tabItem.active[data-v-02d852b0] {
    color: var(--primary);
    font-weight: 600
}

#tabItem.active .tab-item-label[data-v-02d852b0] {
    position: relative
}

#tabItem[data-v-69b2be10] {
    position: relative;
    color: #ffffff80
}

#tabItem.active[data-v-69b2be10] {
    color: var(--text-white);
    font-weight: 600
}

#tabItem.active .tab-item-label[data-v-69b2be10] {
    position: relative
}

#tabItem[data-v-5f62f5b4] {
    position: relative;
    color: var(--text-gray)
}

#tabItem.active[data-v-5f62f5b4] {
    color: var(--primary);
    font-weight: 600
}

#tabItem.active .tab-item-label[data-v-5f62f5b4] {
    position: relative
}

#tabItem[data-v-10712dca] {
    position: relative;
    color: var(--btn-text)
}

#tabItem.active[data-v-10712dca] {
    color: #ff73d4;
    font-weight: 600
}

#tabItem.active .tab-item-label[data-v-10712dca] {
    position: relative
}

#tabItem[data-v-b07e66f5] {
    position: relative;
    color: var(--btn-text)
}

#tabItem.active[data-v-b07e66f5] {
    color: var(--primary);
    font-weight: 600
}

#tabItem.active .tab-item-label[data-v-b07e66f5] {
    position: relative
}

#tabItem[data-v-24d2d2ba] {
    position: relative;
    color: var(--text-gray)
}

#tabItem.active[data-v-24d2d2ba] {
    color: var(--btn-text);
    font-weight: 700
}

#tabItem.active .tab-item-label[data-v-24d2d2ba] {
    position: relative
}

#tabItem[data-v-c6e40a10] {
    position: relative;
    color: var(--text-gray)
}

#tabItem.active[data-v-c6e40a10] {
    color: var(--btn-text);
    font-weight: 700
}

#tabItem.active .tab-item-label[data-v-c6e40a10] {
    position: relative
}

#tabItem[data-v-12a04aa8] {
    position: relative;
    color: var(--text-gray)
}

#tabItem.active[data-v-12a04aa8] {
    color: var(--primary);
    font-weight: 700
}

#tabItem.active .tab-item-label[data-v-12a04aa8] {
    position: relative
}

.tab-bar-wrap {
    z-index: 2;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: var(--tabbar-height)
}

.tab-bar-wrap .tab-bar {
    width: var(--maxWidth);
    height: 100%;
    display: flex;
    background: var(--bg-tabbar);
    border-left: none;
    border-right: none
}

.tab-bar-wrap .tab-bar .tab-item {
    width: var(--26ff4aed);
    height: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.tab-bar-wrap .tab-bar .tab-item .tab-item-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: var(--text-gray);
    position: relative
}

.tab-bar-wrap .tab-bar .tab-item .tab-item-inner .tab-item-icon {
    width: 100%;
    flex-shrink: 0;
    height: 20px;
    display: flex;
    justify-content: center;
    font-size: 20px
}

.tab-bar-wrap .tab-bar .tab-item .tab-item-inner .tab-item-label {
    line-height: 14px;
    font-size: 12px;
    text-align: center
}

.tab-bar-wrap .tab-bar .tab-item .active {
    height: 100%;
    color: var(--primary)
}

.navigation[data-v-b5431ff1] {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center
}

.navigation-content[data-v-b5431ff1] {
    height: 100%;
    width: 100%;
    max-width: var(--maxWidth);
    padding: 0 14px;
    line-height: 45px;
    background: var(--bg-tab);
    color: var(--btn-text);
    box-sizing: border-box;
    position: relative;
    text-align: center;
    font-size: 16px
}

.navigation-content .tools[data-v-b5431ff1] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 16px;
    justify-content: space-between
}

.nav-bar-wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: padding .2s;
    box-sizing: border-box;
    height: var(--navbar-height)
}

.nav-bar-wrap.is-scroll-state {
    overflow: hidden
}

.nav-bar-wrap:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%);
    width: 100%;
    max-width: var(--maxWidth);
    height: 100%;
    background: var(--bg-tab);
    opacity: var(--5c983e37);
    transition: opacity .3s
}

.nav-bar-wrap .nav-bar {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: var(--maxWidth);
    height: 100%
}

.nav-bar-wrap .nav-bar .nav-bar-content {
    padding: 0 var(--mg);
    display: flex;
    justify-content: space-between;
    align-items: center
}

.nav-bar-wrap .nav-bar .nav-bar-content .left {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 8px
}

.nav-bar-wrap .nav-bar .nav-bar-content .base-logo {
    width: 32px;
    height: 32px;
    margin-right: 6px
}

.nav-bar-wrap .nav-bar .nav-bar-content .name {
    color: var(--btn-text);
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.nav-bar-wrap .nav-bar .nav-bar-content .base-help-btn,
.nav-bar-wrap .nav-bar .nav-bar-content .base-alarm-logo-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-weight);
    margin-right: 8px
}

.nav-bar-wrap .nav-bar .nav-bar-content .base-help-btn svg,
.nav-bar-wrap .nav-bar .nav-bar-content .base-alarm-logo-btn svg {
    font-size: 18px
}

.nav-bar-wrap .nav-bar .nav-bar-content .base-alarm-logo-btn svg {
    font-size: 14px
}

.nav-bar-wrap .nav-bar .nav-bar-content .right {
    display: flex;
    align-items: center
}

.nav-bar-wrap .nav-bar .nav-bar-content .right .base-help-btn {
    margin-right: 12px
}