#app .page-productService-wrapper .system-about-wrapper {
    display: flex;
    width: 100%;
    height: 733px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    flex-direction: row;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-image: url("../../img/product/system_introduce_bg.jpg");
}
#app .page-productService-wrapper .system-about-wrapper .content{
    max-width: 1200px;
    box-sizing: border-box;
    width: calc(100% - 80px);
    display: flex;
    margin-left: 40px;
    margin-right: 40px;
    flex-direction: column;
    align-items: center;
}

#app .page-productService-wrapper .system-about-wrapper .content .title{
    font-size: 35px;
    font-weight: 400;
    color: #FFFFFF;
}

#app .page-productService-wrapper .system-about-wrapper .content .sub-title{
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 71px;
    font-weight: 400;
    color: #FFFFFF;
}

#app .page-productService-wrapper .system-about-wrapper .content img{
    width: 100%;
    height: 496px;
}
