


/* 2023.9.18 */
.w1290{
    width: 12.9rem;
    max-width: 90%;
    margin: 0 auto;
}
.single{
    padding: 6.17% 0 0;
}
.single .htit{
    font-size: 0.28rem;
    color: #333333;
    text-align: center;
    line-height: 2;
    font-family: 'SourceHanSansMEDIUM';
    font-weight: 500;
    margin: 0;
}
.lables{
    display: flex;
    justify-content: center;
    color: #999999;
    line-height: 1;
    margin: 2% 0 3.1%;
}
.single .lables {flex-wrap:wrap;}
.lables .time{
    font-size: 0.18rem;
}
.lables .eye{
    font-size: 0.18rem;
    position: relative;
    padding-left: 0.3rem;
     margin-left: 7.4%;
}
.single .lables > div {margin-left:0; margin-right:7.4%; margin-bottom:0.5em;}
.single .lables > div:last-child {margin-right:0;}
.lables .eye::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0.02rem;
    background-image: url(../images/hicon01.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 0.21rem;
    height: 0.14rem;
}
.lables .zan{
    font-size: 0.18rem;
    margin-left: 1.03rem;
    position: relative;
    padding-left: 0.3rem;
    cursor: pointer;
}
.lables .zan::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    background-image: url(../images/hicon02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 0.19rem;
    height: 0.18rem;
}
.lables .zan.on::before{
    background-image: url(../images/hicon102.png);
}



.hbtns{
    padding: 7.52% 0 6.45%;
    display: flex;
    justify-content: space-between;
}
.hbtns .pbtn{
    display: flex;
    align-items: center;
    width: calc((100% - 4.65%)/2);
    padding:0 0.12rem 0 0.09rem;
    border-radius: 0.08rem;
    -webkit-border-radius: 0.08rem;
    -moz-border-radius: 0.08rem;
    -ms-border-radius: 0.08rem;
    -o-border-radius: 0.08rem;
    border: 1px solid #999999;
    line-height: 0.29rem;
}
.hbtns .pbtn:hover .hcti{
    color: #333;
}
.hbtns .span{
    white-space: nowrap;
    font-size: 0.17rem;
    color: #333333;
}
.hbtns .hcti{
    margin-left: 0.16rem;
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    color: #999999;
    font-size: 0.17rem;
}

.hedit video{
    max-width: 100%;
    margin: 4.62% auto 0;
    display: block;
}

.hedit{
    padding: 3.65% 0  6.4%;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.hedit .jiegouduanluo{
    height: 2.92vw;
}
.hedit .tupianjiewei{
    height: 0.07rem;
}
.hedit img{
    max-width: 100%;
}
.hedit p{
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.555556;
    text-indent: 2em;
    margin-top: 4.3%;
}
.hedit .miaoshu{
    color: #999999;
    text-align: center;
    margin-top: 2.54%;
    margin-bottom: 1px;
    font-size: 0.18rem;
    line-height: 1.55556;
}
.hedit picture{
    margin: 4.61% auto 0;
    display: block;
    text-align: center;
}
.hedit h2{
    color: #333;
    font-size: 0.24rem;
    text-align: center;
    font-family: 'SourceHanSansMEDIUM';
    font-weight: 500;
    /* line-height: 2; */
    line-height: 1.2;
    margin:7.84% 0 0;
    padding-bottom: 0.03rem;
}
.hedit h3{
    color: #333;
    font-size: 0.24rem;
    text-align: center;
    font-family: 'SourceHanSansMEDIUM';
    font-weight: 500;
    line-height: 1.2;
    margin: 4.4% 0 0;
    padding-bottom: 0.03rem;
}
@media only screen and (max-width:750px) {
    .hbtns {flex-direction: column;}
    .hbtns .pbtn {width: 100%; margin-bottom: 0.1rem;}

    
}