#app .page-productService-wrapper .smart-ship-platform-wrapper {
    display: flex;
    width: 100%;
    padding-top: 76px;
    padding-bottom: 70px;
    background-color: white;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content{
    max-width: 1200px;
    width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-left: 40px;
    margin-right: 40px;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .title{
    font-size: 36px;
    align-self: center;
    font-weight: 400;
    color: #222222;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .sub-title{
    font-size: 18px;
    font-weight: 400;
    align-self: center;
    color: #404040;
    margin-top: 20px;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .line{
    width: 40px;
    align-self: center;
    height: 2px;
    margin-top: 30px;
    background-color: #0E80D7;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .image-wrapper {
    width: 100%;
    margin-top: 50px;
    height: 386px;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .image-wrapper img{
    width: 100%;
    height: 100%;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .area-wrapper{
    width: 100%;
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 63px;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .area-wrapper .area-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .area-wrapper .area-item img {
    width: 94px;
    height: 94px;
    margin-right: 32px;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .area-wrapper .area-item .desc{
    display: flex;
    flex-direction:column;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .area-wrapper .area-item .desc .label {
    font-size: 22px;
    font-weight: 400;
    color: #222222;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .area-wrapper .area-item .desc .sub-label {
    font-size: 16px;
    font-weight: 400;
    margin-top: 19px;
    color: #666666;
}
