.article-top{
    display: flex;
    align-items: center;
    font-size: 0;
    padding: .12rem .16rem;
    border-bottom: 4px solid #EEEEEE;
}
.article-top .goBack{
    width: .2rem;
    height: .2rem;
    margin-right: 1.2rem;
    display: inline-block;
}
.article-top p{
    display: inline-block;
    font-size: .16rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #222222;
    line-height: 1;
}
.con{
    padding: .16rem;
    font-size: 0;
    border-bottom: 4px solid #EEEEEE;
}
.con .con-top{
    padding-bottom: .16rem;
    border-bottom: 2px solid #EEEEEE;
}
.con .article-title{
    font-size: .18rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-bottom: .16rem;
    line-height: .26rem;
}
.con .article-subtitle{
    font-size: .16rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #333333;
    margin: .16rem 0;
    line-height: .22rem;
}
.article-info span{
    font-size: .12rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 1;
    margin-right: .48rem;
}
.article-info .info-top,
.article-info .info-mid{
    margin-bottom: .08rem;
}
.article{
    padding-bottom: .16rem;
    border-bottom: 4px solid #eee;
    margin-bottom: .16rem;
}
.article p{
    font-size: .16rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 2;
}
.social-share{
    padding-bottom: .16rem;
}
.social-share>span{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .16rem;
}
.social-share>span::before{
    content: '';
    width: .16rem;
    height: .01rem;
    display: inline-block;
    background: #D8D8D8;
    margin-right: .16rem;
}
.social-share>span::after{
    content: '';
    width: .16rem;
    height: .01rem;
    display: inline-block;
    background: #D8D8D8;
    margin-left: .16rem;
}
.share_icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .45rem;
}
.share_icon a span{
    width: .45rem;
    font-size: .12rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 1;
    display: block;
    margin-top: .08rem;
    position: absolute;
    left: calc((100% - .45rem) / 2);
}
.picSwiper img{
    width: 3.43rem;
    height: 2.02rem;
}
.swiper-button-next, .swiper-button-prev{
    top: 1.01rem;
    width: .27rem;
    height: .44rem;
    z-index: 10;
    cursor: pointer;
    background-size: .27rem .44rem;
    background-position: center;
    background-repeat: no-repeat;
}
p video,
.video video{
    width: 100%;
    height: auto;
}