.xq{
    padding: .2rem;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;

}
.xq h1 {
    font-size: .4rem;
}
.xq h3 {
    font-size: .34rem;
}
.xq div{
    font-size: .2rem;
    padding: .2rem 0;
}
.xq div span{

    color: #85898C;
}
.xq div a{

    color: #3a83ff;
}
.xq div span:nth-child(2){
    margin-left: .2rem;
}
.xq p{
    font-size: .25rem;
    padding: .2rem 0;
    color: #353535;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
}
.xq_top{
    font-size: .25rem;
    color: #373737;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #EEF3F8;

}
.xq img{
    width: 100%;
    display: block;
    margin: 0 auto;
    object-fit: cover;
}
.xq_top::before{
    position: absolute;
    content: '';
    width: 3px;
    height: 14px;
    top: 12px;
    background-color:  #3a83ff;
}
