/*intro start*/
.intro{
    display: flex;
    width: 1200px;
    margin-top: 29px;
    .sub{
        flex: 1;
        height: 338px;
        display: flex;
        justify-content: center; /* 水平居中 */
        align-items: center; /* 垂直居中 */
    }
}
.text-container{
    padding: 0px 55px 0px 10px;
     .title{
         height: 27px;
         font-family: Source Han Sans, Source Han Sans;
         font-weight: 700;
         font-size: 24px;
         color: #333333;
         line-height: 27px;
         text-align: left;
         font-style: normal;
         text-transform: none;
         margin-bottom: 12px;
     }
    .brief-introduction{
        /*height: 142px;*/
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 16px;
        color: #3D3D3D;
        line-height: 27px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }
}

.label-container{
    margin-top: 35px;
    display: flex;
    gap: 68px;
    .label:hover{
        background-color: #0256FF!important;
        .video-title{
            color: #ffffff!important;
        }
    }

    .video-image-container{
        flex: 1;
        position: relative;
        display: inline-block;
        .video-image {
            transition: transform 0.3s ease, filter 0.3s ease;
        }
        .video-image.highlight {
            filter: contrast(1.1); /* 高亮效果 */
        }

        .video-image02 {
            transition: transform 0.3s ease, filter 0.3s ease;
        }
        .video-image02.highlight {
            filter: contrast(1.1); /* 高亮效果 */
        }

        .video-image03 {
            transition: transform 0.3s ease, filter 0.3s ease;
        }
        .video-image03.highlight {
            filter: contrast(1.1); /* 高亮效果 */
        }

        .label{
            /*flex: 1;*/
            height: 254px;
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 700;
            font-size: 18px;
            color: #333333;
            line-height: 27px;
            text-align: left;
            font-style: normal;
            text-transform: none;
            border-radius: 5px;
            background-color: #ffffff;
            box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.06);
            position: relative;
            display: inline-block;
            .video-card{
                margin-top: 6px;
                border-radius: 4px 4px 4px 4px;
            }

            .video-title{
                margin-top: 16px;
                text-align: center;
                height: 27px;
                font-family: Source Han Sans, Source Han Sans;
                font-weight: 700;
                font-size: 18px;
                color: #333333;
                line-height: 27px;
                font-style: normal;
                text-transform: none;
            }
        }
    }



}


/*移动*/



/********************/
#videoModal {
    display: none; /* 默认隐藏模态窗口 */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 80px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8); /* 半透明背景 */
    justify-content: center;
    align-items: center;
}
img {
    cursor: pointer; /* 鼠标悬停时显示为手型 */
    max-width: 100%;
    height: auto;
}
#closeButton {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 24px;
    cursor: pointer;
    z-index: 1001; /* 确保关闭按钮在视频上方 */
}
video {
    max-width: 90%; /* 限制视频宽度 */
    max-height: 90%; /* 限制视频高度 */
}

/********************/

/*intro end*/

/*方案 scheme start*/
.scheme-container{
    text-align: center;
    height: 756px;
    width: 100%;
    background-color: #ffffff;
    padding-top: 83px;
    display: flex;
    justify-content: center; /* 水平居中 */
    .scheme-card{
        width: 1200px;
        /*display: flex; !* 设置父容器为 flexbox *!*/
        justify-content: center; /* 水平居中子元素 */
        .scheme-label-container{
            margin-top: 30px;
            display: flex;
            gap: 40px;
            align-items: center;
            justify-content: center; /* 添加此行以水平居中 */
            .label{
                cursor:pointer;
                width: 244px;
                height: 50px;
                background: #FFFFFF;
                box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.06);
                border-radius: 4px;
                display: flex; /* 使 label 也成为 flexbox */
                align-items: center; /* 垂直居中内容 */
                justify-content: center; /* 水平居中内容 */
                font-family: 'Source Han Sans', 'Source Han Sans';
                font-weight: 500;
                font-size: 18px;
                color: #333333;
                line-height: 40px;
                font-style: normal;
                text-transform: none;
            }
            .checked{
                width: 244px;
                height: 50px;
                background: #EBF1FF;
                box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.06);
                border-radius: 4px 4px 4px 4px;
                border: 1px solid #0256FF;
                color: #0256FF;
            }
            .xz-label{
                width: 244px;
                height: 50px;
                background: #EBF1FF;
                box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.06);
                border-radius: 4px 4px 4px 4px;
                border: 1px solid #0256FF;
            }
        }
        .con-box{
            margin-top: 40px;
            width: 1200px;
            height: 452px;
            background: linear-gradient( 180deg, #FFFFFF 0%, #EEF7FF 100%);
            box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.06);
            border-radius: 0px 10px 10px 0px;
            display: flex;
            .bg-left-01{
                width: 762px;
                height: 450px;
                border-radius: 10px 0px 0px 10px;
                background: url("../../images/scheme/s-01.png") no-repeat center;
            }
            .bg-left-02{
                width: 762px;
                height: 450px;
                border-radius: 10px 0px 0px 10px;
                background: url("../../images/scheme/s-02.png") no-repeat center;
            }
            .bg-left-03{
                width: 762px;
                height: 450px;
                border-radius: 10px 0px 0px 10px;
                background: url("../../images/scheme/s-01.png") no-repeat center;
            }
            .bg-right{
                display: flex;
                align-items: center;
                .sub{
                    width: 200px;
                    margin-left: 130px;
                    .title{
                        height: 27px;
                        font-family: eryaxindahei, eryaxindahei;
                        font-weight: 700;
                        font-size: 28px;
                        color: #0256FF;
                        line-height: 27px;
                        text-align: left;
                        font-style: normal;
                        text-transform: none;
                        margin-bottom: 30px;
                        margin-left: 15px;
                    }
                    .con-label{
                        height: 27px;
                        font-family: Source Han Sans, Source Han Sans;
                        font-weight: 500;
                        font-size: 18px;
                        color: #333333;
                        line-height: 27px;
                        text-align: left;
                        font-style: normal;
                        text-transform: none;
                        margin-bottom: 26px;
                    }
                }
            }
        }
    }
}
/*方案 scheme end*/

/*发货流程 flow-path start*/
.delivery-procedure-container{
    text-align: center;
    height: 688px;
    background: #F5F7FA;
    border-radius: 0px 0px 0px 0px;
    padding-top: 83px;
    display: flex;
    justify-content: center; /* 水平居中 */
    .delivery-card{
        width: 1200px;
        /*display: flex; !* 设置父容器为 flexbox *!*/
        justify-content: center; /* 水平居中子元素 */
    }
    .delivery-content-box{
        display: flex;
        margin-top: 60px;
    }
    /*内容左*/
    .delivery-left{
        width: 450px;
        .delivery-button{
            width: 355px;
            height: 86px;
            background: #FFFFFF;
            box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.06);
            border-radius: 4px 4px 4px 4px;
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 500;
            font-size: 22px;
            color: #333333;
            line-height: 86px;
            font-style: normal;
            text-align: left;
            padding-left: 70px;
            text-transform: none;
            /*margin-top: 60px;*/
            margin-bottom: 60px;
            cursor:pointer;
        }
        .delivery-button-checked{
            width: 362px;
            height: 86px;
            background: #0256FF;
            color: #ffffff;
        }
    }
    /*内容中*/
    .delivery-middle{
        display: flex;
        width:300px;
        text-align: left;
        .time-line{
            .dot{
                width: 9px;
                height: 9px;
                background: #0256FF;
                border-radius: 50px;
            }
            .line{
                width: 2px;
                height: 60px;
                background: #D8D8D8;
                border-radius: 0px 0px 0px 0px;
                margin-left: 3px;
                margin-top: 3px;
                margin-bottom: 3px;
            }
        }
        .content-box{
            margin-top: -15px;
            .delivery-label{
                width: 210px;
                height: 30px;
                font-family: Source Han Sans, Source Han Sans;
                font-weight: 700;
                font-size: 18px;
                color: #0256FF;
                line-height: 27px;
                text-align: left;
                font-style: normal;
                text-transform: none;
                margin-left: 20px;
            }
            .delivery-label-content{
                font-family: Source Han Sans, Source Han Sans;
                font-weight: 300;
                font-size: 14px;
                color: #6B6C6D;
                line-height: 27px;
                text-align: left;
                font-style: normal;
                text-transform: none;
                margin-left: 20px;
                margin-bottom: 16px;
            }
        }
    }
    /*内容右*/
    .delivery-right{
        width: 450px;
        .bg-title{
            height: 27px;
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 500;
            font-size: 22px;
            color: #3D3D3D;
            line-height: 27px;
            font-style: normal;
            text-align: center;
            text-transform: none;
            margin-top: 25px;
        }
    }
}
/*发货流程 flow-path end*/

/*标杆*/
.sightcing-contaniner{
    height: 361px;
    width: 100%;
    background: url("../../images/sightcing-bg.png") no-repeat center;
    text-align: center;
    .sightcing-title{
        height: 65px;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 700;
        font-size: 32px;
        color: #FFFFFF;
        line-height: 40px;
        font-style: normal;
        text-transform: none;
    }
    .sightcing-jiaj{
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 300;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 0px;
        font-style: normal;
        text-transform: none;
    }
}
/*标杆*/

/*最新动态 start*/
.recent-news-contaniner{
    text-align: center;
    height: 565px;
    background: #ffffff;
    border-radius: 0px 0px 0px 0px;
    padding-top: 83px;
    display: flex;
    justify-content: center; /* 水平居中 */
    .news-card-contaniner{
        width: 1200px;
        .recent-news-box{
            margin-top: 50px;
            display: flex;
            gap: 24px;
            .recent-message-box{
                width: 588px;
                height: 322px;
                background: #FFFFFF;
                border-radius: 4px 4px 4px 4px;
                border: 1px solid #D1D1D1;
                padding: 20px;
                .message-box{
                    display: flex;
                    .message-box-title{
                        flex: 1;
                        height: 27px;
                        font-family: Source Han Sans, Source Han Sans;
                        font-weight: 500;
                        font-size: 16px;
                        color: #333333;
                        line-height: 27px;
                        text-align: left;
                        font-style: normal;
                        text-transform: none;
                    }
                    .check-all{
                        flex: 1;
                        font-family: Source Han Sans, Source Han Sans;
                        height: 27px;
                        font-weight: 400;
                        font-size: 16px;
                        color: #666666;
                        line-height: 27px;
                        font-style: normal;
                        text-transform: none;
                        text-align: right;
                        margin-right: -7px;
                        cursor:pointer;
                    }

                }
                .message-content{
                    display: flex;
                    cursor:pointer;
                    .recent-title{
                        flex: 3;
                        height: 27px;
                        font-family: Source Han Sans, Source Han Sans;
                        font-weight: 400;
                        font-size: 14px;
                        color: #333333;
                        line-height: 27px;
                        text-align: left;
                        font-style: normal;
                        text-transform: none;
                        margin-bottom: 16px;
                        overflow: hidden; /* 隐藏超出部分 */
                        white-space: nowrap; /* 不换行 */
                        text-overflow: ellipsis; /* 超出部分显示省略号 */
                    }
                    .recent-time{
                        /*flex: 1;*/
                        width: 145px;
                        height: 27px;
                        font-family: Source Han Sans, Source Han Sans;
                        font-weight: 400;
                        font-size: 14px;
                        color: #666666;
                        line-height: 27px;
                        text-align: right;
                        font-style: normal;
                        text-transform: none;
                    }
                    .recent-title:hover{
                        color: #0256FF;
                    }
                }
                .box-line{
                    margin-top: 18px;
                    margin-bottom: 25px;
                    width: 547px;
                    height: 1px;
                    border: 1px solid #EFEFEF;
                }

            }
        }
    }

}
/*最新动态 end*/

/*页脚横幅*/
.footer-bg-contaniner{
    height: 300px;
    width: 100%;
    background: url("../../images/footer-bg.png") no-repeat center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    .footer-bg-box{
        width: 1200px;
        .footer-bg-title{
            height: 72px;
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 900;
            font-size: 46px;
            color: #FFFFFF;
            line-height: 72px;
            text-align: center;
            font-style: normal;
            text-transform: none;
        }
        .footer-bg-jiaj{
            height: 47px;
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 400;
            font-size: 30px;
            color: #FFFFFF;
            line-height: 47px;
            text-align: center;
            font-style: normal;
            text-transform: none;
        }
        .use-button{
            width: 337px;
            height: 59px;
            border-radius: 340px; /* 可以简化为一个值 */
            border: 1px solid #FFFFFF;
            align-items: center;
            display: flex; /* 如果需要在按钮内添加文本或图标，可以使用flex */
            justify-content: center; /* 如果需要在按钮内添加文本或图标，可以居中 */
            color: #FFFFFF; /* 如果需要文本颜色 */
            /*background-color: #007BFF; !* 设置按钮背景颜色 *!*/
            margin-top: 17px;
            cursor:pointer;
            .spans{
                width: 108px;
                height: 26px;
                font-family: Source Han Sans, Source Han Sans;
                font-weight: 500;
                font-size: 18px;
                color: #FFFFFF;
                line-height: 25px;
                text-align: left;
                font-style: normal;
                text-transform: none;
            }

        }
    }

}
/*页脚横幅*/

/*public start*/
/*标题*/
.card-title{
    height: 27px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 32px;
    color: #000000;
    line-height: 27px;
    font-style: normal;
    text-transform: none;
}
/*子标题*/
.card-sub-title{
    height: 27px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    line-height: 27px;
    font-style: normal;
    text-transform: none;
}
.card-container{
    width: 1200px;
    margin: 0 auto;
    color: #F5F7FA;
    padding-bottom: 80px;
}

/*public end*/