#menu-box {
    padding: 24rem 16rem;
    background: #087CD6;
}

#menu-index {
    width: 212rem;
    min-width: 212rem;
    font-weight: bold;
}

#menu-index-icon {
    width: 40rem;
    height: 36rem;
    background-size: 100% 100%;
    background-image: url('/globalstatic/szmz/mobile/images/home_icon.png');
    margin-right: 12rem;
}

.menu-text {
    font-size: 32rem;
    color: #FFFFFF;
}

#menu-line {
    width: 1px;
    height: 104rem;
    background: #FFFFFF;
    opacity: 0.2;
    margin-right: 80rem;
}

#menu-other-box {
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu-other-item {
    width: 180rem;
    padding-bottom: 8rem;
}

.menu-other-item .menu-text {
    color: rgba(255,255,255,0.8);
    width: fit-content;
    padding-bottom: 2px;
}

.menu-other-item.actived .menu-text {
    font-weight: bold;
    border-bottom: 2px solid #FFFFFF;
    color: #FFFFFF;
}