#app .page-productService-wrapper .relative-service-wrapper {
    display: flex;
    width: 100%;
    padding-top: 82px;
    padding-bottom: 88px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    background-color: #000000;
}

#app .page-productService-wrapper .relative-service-wrapper .content{
    max-width: 1200px;
    margin-right: 40px;
    margin-left: 40px;
    width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

#app .page-productService-wrapper .relative-service-wrapper .content .title{
    font-size: 30px;
    align-self: center;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 30px;
}

#app .page-productService-wrapper .relative-service-wrapper .content .line{
    width: 40px;
    align-self: center;
    height: 2px;
    background-color: #0E80D7;
}

#app .page-productService-wrapper .relative-service-wrapper .content .service-wrapper{
    width: 100%;
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 59px;
}

#app .page-productService-wrapper .relative-service-wrapper .content .service-wrapper .service-card {
    display: flex;
    flex-direction: column;
    width: calc(25% - 20px)
}

#app .page-productService-wrapper .relative-service-wrapper .content .service-wrapper .service-card .top {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#app .page-productService-wrapper .relative-service-wrapper .content .service-wrapper .service-card .top .label {
    align-self: center;
    position: absolute;
    text-align: center;
    z-index: 2;
    font-size: 24px;
    font-weight: 200;
    color: #FEFEFE;
}

#app .page-productService-wrapper .relative-service-wrapper .content .service-wrapper .service-card .top img {
    width: 100%;
    height: 203px;
}

#app .page-productService-wrapper .relative-service-wrapper .content .service-wrapper .service-card .bottom {
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 232px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#app .page-productService-wrapper .relative-service-wrapper .content .service-wrapper .service-card .bottom .service-item {
    display: flex;
    min-width: 146px;
    flex-direction: row;
    align-items: center;
}

#app .page-productService-wrapper .relative-service-wrapper .content .service-wrapper .service-card .bottom .service-item img {
    width: 20px;
    height: 24px;
    margin-right: 30px;
}

#app .page-productService-wrapper .relative-service-wrapper .content .service-wrapper .service-card .bottom .service-item .label {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}
