
a,.thirdapp-link,.h5-href{
    color: #007dff;
}
.wrap-container{
    margin: 24px;
    padding-bottom: 8px;
}
.nav-swiper{
    
    position: relative;
}
.dark-mode .nav-swiper{
    background-color: #1f2426;
}
.normal-mode .nav-swiper{
    background-color: #EDF2F5;
}
.nav-item{
    min-height: 114px;
    margin-top: 25px;
    text-align: center;
    line-height: 1.1;
    color: #9a8369;
    padding-bottom: 4px;
}
.nav-item img{
    width: 54px;
    margin:0 auto 16px;
}
table{
    margin: 12px auto;
    width: 100%;
    font-size: 12px;
}
td{
    padding: 4px;
    text-align: center;
}
td:first-child{
    width: 18%;
}
.triangle-up {
    position: absolute;
    bottom: 0;
    left: calc(50% - 10px);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    
}
.normal-mode .triangle-up{
    border-bottom: 12px solid #fff;
}
.content-item{
    width: 100%;
    padding:24px;
    height: calc(100vh - 160px);
    box-sizing: border-box;
    overflow-y: scroll;
}
.content-item p{
    margin-bottom: 4px;
}
.content-item .content-title{
    margin: 8px 0;
    font-size: 14px;
    font-weight: bold;
}
.swiper-slide-active .nav-item{
    font-weight: bold;
}
.nav-swiper .swiper-slide {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
    opacity: 0.6
}
.nav-swiper .swiper-slide-active,.nav-swiper .swiper-slide-duplicate-active{
    transform: scale(1);
    font-size: 15px;
    opacity: 1
}
.strong{
    font-weight: bold;
}
.top16{
    margin-top: 16px;
}
.dark-mode{
    background-color: #000;
    color: rgba(255,255,255,0.85)
}
.dark-mode .triangle-up{
    border-bottom: 12px solid #000;
}
.dark-mode .content-item{
    color: rgba(255,255,255,0.6)
}
.dark-mode a{
    color: #006cde;
}

