.articleTop {
    border-bottom: 1px solid #E6E6E6;
    text-align: center;
    padding-bottom: .2rem;
    font-size: .14rem;
    color: #747C94;
    margin-bottom: .21rem;
}
.articleTop .title {
    font-weight: bold;
    font-size: .23rem;
    color: #222222;
    margin-bottom: .1rem;
}
.topModalSwiper {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: .07rem;
    margin-top: .2rem;
}
.firstMainSwiper{
    width: 100%;
    overflow-x: hidden;
}
.topModalSwiper .swiperItem {
    font-size: .15rem;
    color: #747C94;
}
.topModalSwiper .swiperItem::after{
    content: '';
    display: none;
    width: .33rem;
    height: .02rem;
    background: #3470FF;
    border-radius: .3rem .3rem .3rem .3rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.swiper-slide.current .swiperItem{
    color: #3470FF;
}
.swiper-slide.current .swiperItem::after {
    display: inline-block;
}
.leftTitleModal {
    display: flex;
    align-items: center;
    width: 50%;
}
.limitSpan {
    display: inline-block;
    /* max-width: 29%; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.grayColor {
    font-size: .13rem;
    color: #747C94;
    display: inline-block;
    max-width: 29%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}