h3 {
    font-size: 32px;
    text-align: center;
    letter-spacing: 4px;
    font-weight: 300;
}
p {
    font-size: 20px;
}
.weChat_body {
    background: url(../public/image/faq-background.png) no-repeat left top;
    background-size: cover;
}
.weChat_body #banner {
    height: 80px;
    min-height: initial;
}
.weChat_body #banner:before {
    content: none;
}
#weChat {
    padding: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 100vh;
    text-align: center;
    margin: 50px 0;
}
#weChat .content_wrap {
    width: 100%;
    text-align: center;
}
#weChat img {
    max-width: 261px;
    width: 100%;
    margin: 15px 0;
}
.head {
    margin-bottom: 50px;
}
.footer_icon_body_weChat {
    width: 100% !important;
}
.footer_icon.right {
    margin: 40px 0;
}
.remark{
    font-size: 14px;
    font-style: italic;
}