*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #eeeeee;
}
.box{
    display: flex;
}
.wddetail-box {
    width: 12rem;
    margin: 0 auto;
    padding-top: 0.6rem;
    min-height: 54vh;
}

.wddetail-dingwei {
    font-size: 0.16rem;
    color: #999;
    margin: 0.6rem 0 0.3rem 0;
}

/* 左边盒子 */
.wddetail-box-left{
    width: 8.8rem;
}
.wddetail-header{
    background-color: #fff;
    padding: 0.52rem 0.49rem 0.4rem 0.41rem;
}
.wddetail-h-title{
    font-size: 0.24rem;
    font-weight: bold;
}
.wddetail-h-text{
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.3rem;
    margin: 0.3rem 0 0.47rem;
}
.wddetail-h-type{
    border-top: 0.01rem solid #E5E5E5;
    font-size: 0.16rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.19rem;
}
.h-type-l{
    color: #999;
    display: flex;
    align-items: center;
}
.h-type-l span:nth-child(1){
    margin-left: 0.36rem;
    margin-right: 0.02rem;
    color: #111;
}
.h-type-l span:nth-child(2){
    color: #111;
    margin-left: 0.33rem;
    margin-right: 0.02rem;
}
.h-type-l span:nth-child(3){
    color: #111;
    margin-left: 0.32rem;
    margin-right: 0.02rem;
}

.h-type-r span.active{
    background-color: #B3216F;
    color: #fff;
    padding: 0.02rem 0.15rem;
    border-radius: 0.15rem;
    margin-right: 0.15rem;
    cursor: pointer;
}
.h-type-r span{
    color: #B3216F;
    padding: 0.02rem 0.15rem;
    border-radius: 0.15rem;
    cursor: pointer;
}

/* 中间 */
.wddetail-box-center{
    padding: 0.4rem 0.4rem 0.6rem 0.4rem ;
    background-color: #fff;
    margin-top: 0.15rem;
}
.box-center-t{
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
}
.box-ct-img{
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.15rem;
}
.box-ct-img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.box-ct-user {
    flex: 1;
    width: 20%;
}
.box-ct-user p:first-child{
    font-size: 0.2rem;
}
.box-ct-user p:last-child{
    font-size: 0.16rem;
    color: #999999;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
}
.box-ct-user-desc {
    cursor: pointer;
}
.p-unset-desc {
    overflow: unset !important;
    white-space: unset !important;
    text-overflow: unset !important;
}
.box-center-c{
    font-size: 0.16rem;
    color: #999;
    line-height: 0.3rem;
}

/* 回复模块 */
.wddetail-hd-box{
    border-top: 0.01rem solid #E5E5E5;
    padding-top: 0.22rem;
    margin-top: 0.6rem;
}
.nohuifu{
    border-top: none;
}
.hd-box-t{
    font-size: 0.16rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.22rem;
}
.hd-box-t p:first-child{
    color: #6A86A9;
}
.hd-box-t p:last-child{
    display: flex;
    align-items: center;
}
.hd-box-t p:last-child span:first-child{
    height: 0.2rem;
    display: flex;
    margin-right: 0.09rem;
    cursor: pointer;
}
.hd-box-t p:last-child span:first-child img{
    width: 0.2rem;
    height: 100%;
    display: block;
}
.hd-box-t p:last-child span i {
    font-style: normal;
    margin-left: 0.09rem;
    color: #000;
}
.hd-box-t p:last-child span:last-child{
    height: 0.18rem;
    display: flex;
    margin-right: 0.09rem;
    margin-left: 0.38rem;
    cursor: pointer;
}
.hd-box-t p:last-child span:last-child img{
    width: 0.18rem;
    height: 100%;
    display: block;
}
.hd-box-b{
    margin-top: 0.39rem;
}
.hd-box-bt{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hd-box-bt p:first-child span:nth-child(1){
    width: 0.4rem;
    height: 0.4rem;
    display: block;
}
.hd-box-bt p:first-child span:nth-child(1) img{
    width: 100%;
    height: 100%;
    display: block;
}
.hd-box-bt p{
    display: flex;
    align-items: center;
}
.hd-box-bt p:first-child span:nth-child(2){
    font-size: 0.18rem;
    color: #6A86A9;
    margin: 0 0.14rem 0 0.09rem;
}
.hd-box-bt p:first-child span:nth-child(3){
    font-size: 0.16rem;
    color: #999999;
    margin-right: 0.19rem;
}
.hd-box-bt p:first-child span:nth-child(4){
    font-size: 0.14rem;
    background-color: #B3216F;
    color: #fff;
    padding: 0 0.06rem;
    border-radius: 0.04rem;
}
.hd-box-bt p:last-child{
    font-size: 0.16rem;
}
.hd-box-bt p:last-child span{
    width: 0.17rem;
    height: 0.16rem;
    display: block;
    margin-right: 0.06rem;
    cursor: pointer;
}
.hd-box-bt p:last-child span img{
    width: 100%;
    height: 100%;
    display: block;
}
.hd-box-bc{
    font-size: 0.16rem;
    margin-left: 0.46rem;
}
.hd-box-bc p:first-child{
    margin: 0.3rem 0 0.14rem 0;
}
.hd-box-bc p:last-child{
    color: #6A86A9;
    cursor: pointer;
}
.hd-box-bb{
    background-color: #F0F0F0;
    margin-left: 0.46rem;
    margin-top: 0.19rem;
    font-size: 0.16rem;
    padding: 0.3rem;
    border-radius: 0.06rem;
}
.bb-t{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bb-t:nth-child(2n){
    margin-top: 0.23rem;
}
.bb-t p:last-child{
    margin-right: 0.95rem;
    color: #6A86A9;
    cursor: pointer;
}
.bb-t p span{
    color: #6A86A9;
}
.wd-hf-btn{
    font-size: 0.16rem;
    color: #6A86A9;
    width: 1.28rem;
    margin: 0.59rem auto 0;
    cursor: pointer;
}


/* 相关推荐 */
.zx-tuijian-box {
    padding: 0.5rem 0.35rem;
    background-color: #fff;
    margin: 0.3rem 0 1rem 0;
}

.zx-tj-title {
    font-size: 0.24rem;
    font-weight: 500;
    margin-bottom: 0.05rem;
}

.zx-tj-list {
    display: flex;
    align-content: center;
    margin-top: 0.2rem;
}

.zx-tj-img {
    width: 2.1rem;
    height: 1.15rem;
    margin-right: 0.15rem;
    cursor: pointer;
}
.zx-tj-img a img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;

}

.zx-tj-right {
    flex: 1;
}

.zx-tj-t {
    font-size: 0.18rem;
    margin: 0.26rem 0 0.15rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    cursor: pointer;
}

.zx-tj-b a{
    font-size: 0.16rem;
    color: #B3216F;
}

/* 右边模块 */
.wddetail-box-right{
    width: 3rem;
    /* flex: 1; */
    margin-left: 0.21rem;
}
.wd-r-box{
    background-color: #fff;
    padding: 0.39rem 0.3rem;
}
.wd-r-box-t{
    font-size: 0.24rem;
    margin-bottom: 0.09rem;
}
.wd-t-box{
    border-bottom: 0.01rem solid #E5E5E5;
    padding-bottom: 0.22rem;
}
.wd-r-box-t-first-p{
    display:inline-block;
    font-size: 0.18rem;
    margin: 0.2rem 0 0.15rem;
    cursor: pointer;
}
.wd-r-box-t-last-p{
    font-size: 0.16rem;
    color: #B3216F;
}
.wd-t-box p:first-child{
    font-size: 0.18rem;
    margin: 0.2rem 0 0.15rem;
    cursor: pointer;
}
.wd-t-box p:last-child{
    font-size: 0.16rem;
    color: #B3216F;
}
.wd-t-box:last-child{
    border-bottom: none;
}

/* 发表弹窗textarea输入框模块 */
.huifu-textarea {
    margin-bottom: 0.3rem;
    margin-top: 0.24rem;
  }
  .textarea-value textarea {
    width: 100%;
    height: 1.2rem;
    font-size: 0.15rem;
    display: block;
    outline: none;
    border: none;
    background-color: #f5f5f5;
    resize: none;
    padding: 0.18rem;
  }
  .huifu-textarea-operate {
    margin-top: 0.12rem;
  }
  .huifu-img-icon {
    width: 0.26rem;
    height: 0.26rem;
    cursor: pointer;
  }
  
  .huifu-send-btn {
    width: 0.8rem;
    height: 0.35rem;
    font-size: 0.14rem;
    color: white;
    background: linear-gradient(90deg, #b3226f, #ec2f67, #e32c69);
    border-radius: 0.3rem;
    cursor: pointer;
  }
  
  /* 回复模块表情包 */
  .huifu-expression-list {
    display: none;
    width: 5rem;
    height: 2rem;
    overflow: auto;
    box-sizing: content-box;
    padding: 0.12rem 0.03rem 0.12rem 0.12rem;
    border: 0.02rem solid #ccc;
    background: white;
    border-radius: 0.2rem;
    margin-top: 0.12rem;
  }
  .huifu-expression-list .emoji-box{
    margin-right: 0.081rem;
  }
  .huifu-expression-list .emoji-box:nth-child(13n){
    margin-right: 0rem;
  }
  .expression-list-item {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 22px;
    transition: all 0.2s;
    cursor: pointer;
  }

  .emoji-box {
    display: inline-block;
    width: 0.302rem;
    height: 0.3rem;
    font-size: 0.22rem;
    transition: all 0.2s;
    cursor: pointer;
  }
  .emoji-box:hover {
    transform: scale(1.2);
  }
  .add-fixed {
    width: 3rem;
    position: fixed;
    top: 0.6rem;
}