.liaofa-details-banner {
    width: 100%;
}
.liaofa-details-banner .back {
    
}
.liaofa-back {
    padding-left: 4.17vw;
    position: absolute;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 1.19vw;
    color: #ACACAC;
    line-height: 3.26vw;
    width: 7.29vw;
    left: 8.67vw;
    top: 44.55vw;
    cursor: pointer;
    display: block;
}
.liaofa-back::before {
    content: "";
    position: absolute;
    width: 3.26vw;
    height: 3.26vw;
    left: 0;
    top: 30px;
    background-image: url("../../images/liaofa/back.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.liaofa-details-banner .liaofa-details-banner-img {
    width: 100%;
    display: none;

}
.liaofa-details-banner .liaofa-details-banner-img.active {
    display: block;
}
.liaofa-details-content {
    width: 100%;
    padding: 0 8vw;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    padding-bottom: 7vw;
}
.liaofa-details-content.active {
    display: block;
}
.liaofa-details-content .details-content-title1 {
    width: 100%;
    text-align: center;
    font-family: FZYAODHS;
    font-weight: normal;
    font-size: 3vw;
    color: #010101;
    margin: 4.5vw 0;
}
.liaofa-details-content .details-content-title2 {
    width: 100%;
    text-align: center;
    font-family: FZYAODHS;
    font-weight: normal;
    font-size: 3vw;
    color: #010101;
    margin: 2.5vw 0;
}
.liaofa-details-content .details-content-jieshao {
    width: 100%;
    padding: 0;
    display: flex;
}

.liaofa-details-content .details-content-img{
    width: 100%;
}
.liaofa-details-content .details-content-img .details-content-img-content{
    width: 100%;
    max-width: 1600px;
}
.liaofa-details-content .details-content-img .details-content-img-content img{
    width: 100%;
}
.liaofa-details-content .details-content-related {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 3.125vw;
}
.liaofa-details-content .details-content-related img{
    max-width: 100%;
}
.liaofa-details-content .note {
    padding: 0 2.67vw;
    width: 100%;
    text-align: center;
    color: #59C2BE;
    font-size: 1.56vw;
}
.liaofa-details-content .back-btn {
    margin-top: 5.73vw;
    width: 20.52vw;
    height: 5.94vw;
    background: #26B1AC;
    border-radius: 2.97vw;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 1.88vw;
    color: #FFFFFF;
    line-height: 5.94vw;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width: 750px) {
    .liaofa-details-banner {
        margin-top: 10.67vw;
    }
    .liaofa-back {
        top: 50.55vw;
    }
    .liaofa-back::before {
        width: 7.36vw;
        height: 7.36vw;
    }

}
@media screen and (max-width: 350px) {
    .liaofa-details-banner {
        margin-top: 15.33vw;
    }
    .liaofa-back {
        top: 51.55vw;
    }
    .liaofa-back::before {
        width: 6.36vw;
        height: 6.36vw;
    }

}