*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #eeeeee;
}

.wenda-box{
    width: 12rem;
    margin: 0 auto;
    padding-top: 0.6rem;
    /* min-height: 54vh; */
}
.wenda-dingwei{
    font-size: 0.16rem;
    color: #999;
    margin: 0.6rem 0 0.3rem 0;
}
.wenda-box span{
    color: #B3216F;
}
.wenda-user-box{
    padding: 1.09rem 0.8rem 0.8rem 0.8rem;
    background-image: url(../../../image/user/user-2.png);
    background-size: 100% 100%;
}
.wenda-user-t{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wenda-user-l{
    display: flex;
    align-items: center;
}
.wenda-user-limg{
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.23rem;
    border-radius: 50%;
    overflow: hidden;
}
.wenda-user-limg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.wenda-user-lt p:first-child{
    font-size: 0.24rem;
    color: #000;
    margin-bottom: 0.15rem;
}
.wenda-user-lt:last-child{
    font-size: 0.16rem;
    color: #B3216F;
}
.wenda-user-r{
    font-size: 0.16rem;
    display: flex;
    align-items: center;
}
.wenda-user-rl{
    width: 1.2rem;
    height: 0.3rem;
    background-color: #B3216F;
    color: #fff;
    line-height: 0.3rem;
    text-align: center;
    border-radius: 0.15rem;
}
.wenda-user-rr{
    width: 1.2rem;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    border-radius: 0.15rem;
    border: 0.01rem solid #000;
    margin-left: 0.2rem;
}
.wenda-user-b{
    display: flex;
    align-items: center;
    margin-left: 1.72rem;
    margin-top: 0.28rem;
}
.wenda-user-bl{
    font-size: 0.16rem;
    margin-right: 1.32rem;
    text-align: center;
}

/* tab栏 */
.wd-tabs-box{
    width: 12rem;
    margin: 0 auto;
    background-color: #fff;
    margin-bottom: 0.9rem;
}
.wenda-tabs{
    font-size: 0.24rem;
    display: flex;
    align-items: center;
    height: 0.88rem;
    border-bottom: 0.01rem solid #999;
}
.tabs-box-user{
    height: 0.88rem;
    line-height: 0.88rem;
    text-align: center;
    width: 33.33%;
    display: block;
}
.isactive{
    border-bottom: 0.02rem solid #B3216F;
    color: #B3216F;
}
/* tab-list */
.tabs-list-box{
    padding: 0.4rem 0.45rem;
    display: none;
}

.list-box{
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
}
.list-box:last-child{
    margin-bottom: 0;
}
.list-img{
    width: 2.1rem;
    height: 1.3rem;
    margin-right: 0.16rem;
    border-radius: 0.06rem;
}
.list-img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.list-r-box{
    flex: 1;
}
.list-r-box-first-p{
    font-size: 0.18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.list-r-box-last-p{
    display:inline-block;
    font-size: 0.16rem;
    color: #B3216F;
    margin-top: 0.15rem;
}
.list-r-box p:first-child{
    font-size: 0.18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.list-r-box p:last-child{
    font-size: 0.16rem;
    color: #B3216F;
    margin-top: 0.15rem;
}
/* 分页 */
.wenda-fenye-box{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.14rem;
    padding:0.68rem 0 1rem 0;
}
.fy-l{
    width: 0.1rem;
    height: 0.1rem;
}
.fy-l img{
    width: 100%;
    height: 100%;
    display: block;
}
.ispages{
    background-color: #B3216F;
    color: #fff;
}
.fy-lc{
    width: 0.3rem;
    height: 0.3rem;
    border: 0.01rem solid #E6E6E6;
    line-height: 0.3rem;
    text-align: center;
    margin: 0 0.05rem;
}
/* ta的回答 */
.wenda-huida-box{
    border: 0.01rem solid #DCDCDC;
    padding: 0.5rem 0.3rem;
    border-radius: 0.06rem;
    margin-bottom: 0.4rem;
}
.wenda-hd-title{
    font-size: 0.24rem;
    font-weight: bold;
}
.wenda-hd-title a{
    font-size: 0.24rem;
    font-weight: bold;
}
.wenda-hd-text-box{
    border-bottom: 0.01rem solid #E5E5E5;
    display: flex;
    margin-top: 0.3rem;
    padding-bottom: 0.4rem;
}
.wenda-hd-img{
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.1rem;
}
.wenda-hd-img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.wenda-hd-img a img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.wenda-hd-namebox{
    flex: 1;
}
.wenda-hd-name{
    font-size: 0.16rem;
    color: #6A86A9;
    margin-bottom: 0.2rem;
}
.wenda-hd-text{
    font-size: 0.16rem;
    color: #999;
    line-height: 0.36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wenda-hd-text span:first-child{
    color: #000;
    font-weight: bold;
}
.wenda-hd-bbox{
    font-size: 0.18rem;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.3rem;
}
.wenda-hd-r{
    display: flex;
    align-items: center;
}
.wenda-hd-ll{
    display: flex;
    align-items: center;
    margin-left: 0.2rem;
}
.wenda-hd-llimg{
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.05rem;
}
.wenda-hd-llimg img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}