#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;
    position: relative;
}

#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 .list{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .list .title{
    font-weight: 800;
    font-size: 48px;
    color: #1755ED;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .list .title-en{
    font-weight: 500;
    font-size: 30px;
    color: rgba(23, 85, 237, 0.5);
    margin-top: 30px;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .list .line{
    width: 40px;
    align-self: center;
    height: 2px;
    margin-top: 30px;
    background-color: #0E80D7;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .list .tabs{
    margin-top: 60px;
    margin-bottom: 57px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .list .tab {
    margin-right: 70px;
    display: flex;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .list .tab .tab-common {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .list .tab .line-common {
    width: 60px;
    height: 5px;
    margin-top: 20px;
    background: transparent;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .list .tab .tab-active {
    font-size: 18px;
    font-weight: 500;
    color: #1755ED;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .list .tab .line-active {
    width: 60px;
    height: 5px;
    margin-top: 20px;
    background: #1755ED;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .list .img-list-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .list .img-list-wrapper .image-container {
    position: relative;
    width: calc(50% - 40px);
    margin-bottom: 50px;
    display: flex;flex-direction: column;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .list .img-list-wrapper .image-container img {
    width: 100% !important;
    height: 400px !important;
    display: block;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .list .img-list-wrapper .image-container .product-desc-item {
    display: flex;
    flex-direction: column;
    padding: 18px 23px;
    width: 100%;
    background: #EDEDEF;
    box-sizing: border-box;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .list .img-list-wrapper .image-container .product-desc-item .label{
    font-weight: bold;
    font-size: 24px;
    color: #333333;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .list .img-list-wrapper .image-container .product-desc-item .value{
    width: 100%;
    margin-top: 23px;
    white-space: nowrap; /* 确保文本在一行内显示 */
    overflow: hidden; /* 隐藏超出容器的文本 */
    text-overflow: ellipsis; /* 使用省略符号表示文本被截断 */
    font-weight: bold;
    font-size: 18px;
    color: #999999;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .list .img-list-wrapper .image-container .overlay {
    position: absolute;
    flex-direction: column;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6); /* 蒙版背景颜色 */
    opacity: 0; /* 初始透明度 */
    transition: opacity 0.3s ease; /* 添加渐变效果 */
    display: flex;
    justify-content: center;
    align-items: center;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .list .img-list-wrapper .image-container:hover .product-desc-item {
    display: flex;
    flex-direction: column;
    padding: 18px 23px;
    width: 100%;
    background: #1755ED;
    box-sizing: border-box;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .list .img-list-wrapper .image-container:hover .product-desc-item .label{
    font-weight: bold;
    font-size: 24px;
    color: white;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .list .img-list-wrapper .image-container:hover .product-desc-item .value{
    width: 100%;
    margin-top: 23px;
    white-space: nowrap; /* 确保文本在一行内显示 */
    overflow: hidden; /* 隐藏超出容器的文本 */
    text-overflow: ellipsis; /* 使用省略符号表示文本被截断 */
    font-weight: bold;
    font-size: 18px;
    color: white;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .img-list-wrapper .image-container:hover .overlay {
    opacity: 1; /* 鼠标移入时显示蒙版 */
    cursor: pointer;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .list .img-list-wrapper .image-container .overlay img {
    width: 96px !important;
    height: 96px !important;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .img-list-wrapper .image-container:hover .overlay img{
    width: 96px !important;
    height: 96px !important;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .detail {
    width: 100%;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .detail .back {
    position: absolute;
    left: 0;
    top:0;
    cursor: pointer;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .detail .back img {
    width: 26px !important;
    height: 26px !important;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .detail img {
    width: 745px;
    height: 532px;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .detail .product-name {
    margin-top: 34px;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
}

#app .page-productService-wrapper .smart-ship-platform-wrapper .content .detail .product-desc {
    margin-top: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    text-indent: 2em;
    color: #999999;
}
