.st-main{
    padding: .3rem .22rem;
    margin-top: .1rem;
    margin-bottom: .1rem;
    border-top: .1rem solid #ededed;
    border-bottom: .1rem solid #ededed;
}
.st-h3{
    color:#323232;
    font-size: .36rem;
    font-family: "Noto Sans CJK SC Medium", "Source Han Sans CN Medium";
    text-align: left;
    margin-bottom: .12rem;
}
.st7-p{
    color: #323232;
    font-size: .28rem;
    line-height: .4rem;
    /* overflow: hidden; */
    /* text-overflow: ellipsis;
    display: -webkit-box; */
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
}
.st7-tab{
    display: flex;
    display: -webkit-flex;
    justify-content:center;
    margin-bottom: .2rem;
    margin-top: .3rem;
    flex-wrap: wrap;
}
.st7-tab li{
    width: 1.6rem;
    height: 0.6rem;
    line-height: .6rem;
    text-align: center;
    background-color: #f4f4f4;
    border-radius: .3rem;
    color:#323232;
    font-size: .24rem;
    margin: 0 .32rem;
    margin-bottom: .12rem;
}
.st7-details {
    text-align: center;
}
.st7-details li{
    margin-bottom: .4rem;
}
.st7-details img{
    width: 7.06rem;
    /*! height: 3.6rem; */
    margin: 0 auto;
    margin-bottom: .2rem;
    border-radius: .2rem;
}
.st7-h4{
    color:#323232;
    font-size: .28rem;
    line-height: .32rem;
    font-family: "Noto Sans CJK SC Medium", "Source Han Sans CN Blod";
    margin-bottom: .1rem;
}
.st7-p-d{
    width: 6.5rem;
    margin: 0 auto;
    font-size: .26rem;
    color:#707070;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.st-flex{
    display: flex;
    display: -webkit-flex;
    justify-content:space-between;
}
.st-btn1{
    display: inline-block;
    /* padding: .26rem .42rem; */
    background-color:#f4f4f4;
    border-radius: .4rem;
    font-size: .28rem;
    color:#323232;
    margin: .1rem;
    line-height: .8rem;
    text-align: center;
}
.st-btn1:nth-child(1){
    width:2.88rem;
    height:.8rem;
}
.st-btn1:nth-child(2){
    /* padding: .26rem .18rem; */
    width:3.98rem;
    height: 0.8rem;
}

.st-a1{
    margin: 0 auto;
    display: block;
    width: 7.06rem;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    background: linear-gradient(135deg,#FA745A 0%,#F9431F 100%);
    border-radius: .4rem;
    color:#fff;
    font-size: .28rem;
    font-family: "Noto Sans CJK SC Medium", "Source Han Sans CN Medium";
    margin-top: .2rem;
}
.st7-share{
    display: flex;
    display: -webkit-flex;
    justify-content:center;
}

.st7-share li{
    width: 0.5rem;
    height: 0.5rem;
    margin: .32rem;  
}
.st7-share img{
    width: 0.5rem;
    height: 0.5rem;
}
.st7-anli{
    height: 4.6rem;
    background-color: #fff;
    padding: .3rem 0;
    box-sizing: border-box;
}
.all-h2{
    border-left: .08rem solid #F0583A;
    padding-left: .14rem;
    margin-top: .1rem;
    margin-bottom: .24rem;
}
.all-h2 a{
    font-size: .24rem;
    font-weight: normal;
    float: right;
    margin-right:.2rem;
}
.anli-list li{
    display: flex;
    display: -webkit-flex;
    justify-content:center;
    padding:.15rem .24rem;
    width:100%;
    box-sizing: border-box;
}

.anli-list img{
    width: 2.26rem;
    height: 1.4rem;
    margin-right: .2rem;
    border-radius: .06rem;
}

.anli-list h4{
    color:#323232;
    font-size: .28rem;
    font-family: "Noto Sans CJK SC Medium", "Source Han Sans CN Medium";
    margin-top: .1rem;
    margin-bottom: .2rem;
    width:4.56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.anli-list p{
    color:#707070;
    font-size: .24rem;
    line-height: .36rem;
    width:4.56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dc-ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}