#app .page-productService-wrapper .service {
    display: flex;
    width: 100%;
    height: 594px;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    background-image: url("../../img/product/service_bg.png");
    position: relative;
    background-position: center center;
    background-size: cover;
}

#app .page-productService-wrapper .service .content{
    max-width: 1200px;
    width: calc(100% - 80px);
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    justify-content: space-between;
    padding-top: 121px;
    margin-left: 40px;
    margin-right: 40px;
}

#app .page-productService-wrapper .service .content .left{
    display: flex;
    margin-right: 50px;
    box-sizing: border-box;
}

#app .page-productService-wrapper .service .content .left img{
    width: 429px;
    height: 365px;
}

#app .page-productService-wrapper .service .content .right{
    display: flex;
    width: calc(100% - 429px - 50px);
    box-sizing: border-box;
    flex-direction: column;
}

#app .page-productService-wrapper .service .content .right .title{
    font-size: 32px;
    margin-top: 10px;
    line-height: 32px;
    align-self: center;
    font-weight: 400;
    color: #084398;
    margin-bottom: 40px;
}

#app .page-productService-wrapper .service .content .right .sub-title{
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    color: #6B6967;
    text-indent: 2em;
}

#app .page-productService-wrapper .service .content .right .tabs-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 35px;
    width: 100%;
}

#app .page-productService-wrapper .service .content .right .tabs-wrapper .tabs {
    width: 100%;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #959595;
}

#app .page-productService-wrapper .service .content .right .tabs-wrapper .tab {
    display: flex;
    flex-direction: row;
    width: 33.3%;
    align-items: center;
    padding-bottom: 27px;
    padding-top: 17px;
    border-right: 1px solid #959595;
}

#app .page-productService-wrapper .service .content .right .tabs-wrapper .tab img{
    width: 44px;
    height: 44px;
}

#app .page-productService-wrapper .service .content .right .tabs-wrapper .tab .desc {
    font-size: 25px;
    font-weight: 400;
    color: #333333;
    margin-left: 10px;
}
