@import url(../../../css/app.css);
@import url(./footer.css);
@import url(./header.css);
.head {
    padding: 0.6rem;
    margin: auto;
}

.pt-188 {
    padding: 0.2rem;
}

.header_text {
    max-width: 100%;
    font-size: 0.2rem;
    line-height: 1.5;
}

.header_title {
    font-size: 0.36rem;
    font-weight: 800;
    line-height: 1.5;
}

.head_content {
    margin-right: 0;
}

.details_title {
    font-size: 0.3rem;
}

.details_text {
    margin-top: 0.2rem;
    font-size: 0.24rem;
    line-height: 1.5;
    max-width: 100%;
}

.head_img>img {
    width: 90% !important;
    height: 90% !important;
    margin-top: 0.6rem;
}

.details_img {
    margin: 0.6rem auto;
}

.details_img>img {
    width: 90% !important;
    height: 90% !important;
}

.bg-f8 {
    background-color: #F8F9FA;
}