.content{
    padding-top: 64;
}
.banner {
    background-image: url(../img/about.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 470px;
    width: 100%;
    
}
.title-container {
    padding-bottom: 12px;
    padding-left: 50px;
    position: relative;
}
.section-title {
    color: #141414;
    font-family: NotoSansSC-Black, sans-serif;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 16px;
}
.section-title-en {
    color: #d1d1d1;
    font-family: "Noto Serif SC", serif;
    font-size: 32px;
    line-height: 36px;
}
.title-container:after {
    background: linear-gradient(90deg, #462bf9, #d434ef);
    bottom: 0;
    content: "";
    height: 4px;
    position: absolute;
    width: 62px;
}
.profile-content {
    
    font-family: PingFang SC, sans-serif;
    height: 363px;
    padding: 48px 0 0 46px;
}
.profile-content .p1, .profile-content .p2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
.product-introduction {
    color: #8e8c93;
    font-family: PingFang SC, sans-serif;
    font-size: 16px;
    line-height: 28px;
    margin: 30px auto 32px;
    width: 808px;
}
.end-section-content {
    border-bottom: 1px solid #deddde;
    padding: 106px 0 120px;
    text-align: center;
}
.end-section-content .content1 {
    background: #f8f8fa;
    display: flex;
    height: 323px;
    margin-top: 66px;
    text-align: left;
}
.end-section-content .content1 .texts{
    padding: 55px 63px 0 53px;
    width: 100%;
}
.end-section-content .content1 .logo {
    display: block;
    margin-bottom: 58px;
    width: 130px;
}
.end-section-content .content1 .texts .inner {
    align-items: center;
    color: #242424;
    display: flex;
    font-family: PingFang SC, sans-serif;
    font-size: 14px;
    font-weight: 500;
    justify-content: space-between;
    line-height: 28px;
}
.end-section-content .content1 .texts .inner p{
    margin: 0;
    font-size: 14px;
}
.end-section-content .content1 .qr-code {
    width: 104px;
}