.mobile-nav-box .nav-item.current{
    font-weight: normal;
    color:rgb(0,169,184);
}
.mobile-nav-box .nav-item.current span{
    top:0px;
}
.mobile-nav-box .nav-item.current::after{
    content: "";
    width: 60%;
    height: 6%;
    background: rgb(0,162,184);
    position: absolute;
    top: 42px;
    left: 17px;
}
.mobile-nav-box{
    height:55px;
    line-height:55px;
}
.mobile-nav-box {
    padding: 0 0;
    background: #f1f1f1;
    font-size: 0;
}
.mobile-nav-box .nav-item {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    color: #828aa2;
    display: inline-block;
    width: 24.7%;
    background: #f1f1f1;
    text-align: center;
}
.assem_list{
    padding:10px;
}
.assem_list .assemItem{
    text-align:center;
    margin-bottom: 15px;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    
}
.assem_list .assemItem img {
    width: 240px;
    height: 300px;
}
.assemItem .ui-list-desc {
    font-size: 16px;
    color: #333;
    text-align: center;
    padding-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-bottom: 12px;
}