/* 轮播 */
.lunbox{width: 7.5rem;height: auto;}
.lunbox .swiperimg{width: 7.5rem;height: auto;}
.lunbox .swiperimg img{width: 100%;height: auto;}

/* 条件 */
.tjbox{
    width: 100%;
    padding: 0 0.25rem;
    box-sizing: border-box;
    display: flex;flex-wrap: wrap;gap: 0.2rem ;
    margin: 0.35rem auto 0.5rem auto;
}
.tjbox .tjItem{
    width: 2.2rem;height: 0.6rem;
    font-size: 0.326rem;line-height: 0.6rem;text-align: center;
    background: #eeeeee;color: #333;
}
.tjbox .tjItemactive{
    background: #4d67ff;
    color: #fff;
    border-color: #4d67ff;
}

/* 内容 */
.fangantitle{
    display: flex;flex-direction: column;
}
.fangantitle .lxfaTitle{
    text-align: left;
    background: #177fc4;
    color: #fff;
    font-size: 0.3rem;
    height: 0.68rem;
    line-height: 0.68rem;
    font-weight: bold;
    padding-left: 0.5rem;
    box-sizing: border-box;
    margin-bottom: 0.35rem;
}
.fangantitle .lxfaImgbox{
    width: 100%;
    padding: 0 0.25rem;box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;gap: 0.25rem;
    margin-bottom: 0.25rem;
}
.fangantitle .lxfaImgbox .lxfaImg{
    width: 2.28rem;height: 1.01rem;
}
.fangantitle .lxfaImgbox img{width: 100%;height: auto;}

.yxbox{
    width: 100%;
    padding: 0 0.45rem;box-sizing: border-box;
}
.yxbox .abocontainer{display: none;}
.yxbox .cur{display: flex;}
.yxbox .swiper-wrapper{padding-bottom: 0.25rem;}
.yxbox .abocontainer .swiper-pagination{bottom: 0 !important; }
.yxbox .swiper-slide{
    display: flex;
    flex-direction: column;align-items: center;justify-content: center;
}
.yxbox .faItem{
    width: 3.1rem;
    display: flex;
    flex-direction: column;align-items: flex-start;
}
.yxbox .faItem .teaimg{width: 3.1rem;height: 1.65rem;}
.yxbox .faItem .teaimg img{width: 100%;height: auto;border-radius: 0.15rem;}
.yxbox .faItem .teaname{
    width: 3rem;
    text-align: left;
    font-size: 0.26rem;
    font-weight: bold;
    color: #383f53;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    margin-top: 0.08rem;
}
.yxbox .faItem .contentitleone{
    width: 3rem;
    text-align: left;
    color: #575d70;
    font-size: 0.24rem;
    line-height: 0.38rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}
.yxbox .faItem .contentitleone::before {
    content: '';
    width: 0;
    height: 0;
    border: 0.08rem solid transparent;
    border-left: 0.08rem solid #575d70;
    display: inline-block;
}
.fangantitle .lxbtn{
    width: 6.52rem;height: 1.53rem;
    margin: 0.1rem auto 0 auto;
}
.fangantitle .lxbtn img{width: 100%;height: auto;}













