.swiper-slide .industry-cases-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: white;
    flex-direction: column;
    align-items: center;
    padding-top: 22.68vh;
    box-sizing: border-box;
    align-content: center;
}

.swiper-slide .industry-cases-wrapper .content-wrapper {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    max-width: 1200px;
    align-items: flex-start
}

.swiper-slide .industry-cases-wrapper .content-wrapper .title{
    font-weight: 800;
    font-size: 48px;
    color: #1755ED;
    margin-bottom: 30px;
}
.swiper-slide .industry-cases-wrapper .content-wrapper .title-en{
    font-weight: 500;
    font-size: 30px;
    color: rgba(23, 85, 237, 0.5);
}

.swiper-slide .industry-cases-wrapper .content-wrapper .line{
    display: flex;
    margin-top: 25px;
    width: 114px;
    height: 9px;
    background: #1755ED;
}

.swiper-slide .industry-cases-wrapper .content-wrapper .more {
    width: 100%;
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    font-weight: bold;
    font-size: 17px;
    color: #1755ED;
}
.swiper-slide .industry-cases-wrapper .content-wrapper .modules-row {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    align-items: center;
    width: 100%;
    position: relative;
}

.swiper-slide .industry-cases-wrapper .content-wrapper .modules-row .left-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -64px;
    height: 40px;
    width: 60px;
    background-image: url("../../img/index/left_white.png");
    cursor: default;
}

.swiper-slide .industry-cases-wrapper .content-wrapper .modules-row .right-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -64px;
    height: 40px;
    width: 60px;
    background-image: url("../../img/index/right_blue.png");
    cursor: pointer;
}

.swiper-slide .industry-cases-wrapper .content-wrapper .modules-row .module-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper-slide .industry-cases-wrapper .content-wrapper .modules-row .module-item img {
    width: 290px !important;
    height: 180px !important;
}

.swiper-slide .industry-cases-wrapper .content-wrapper .modules-row .module-item .item-text {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    width: 290px;
    margin-top: 20px;
    white-space: nowrap; /* 确保文本在一行内显示 */
    overflow: hidden; /* 隐藏超出容器的文本 */
    text-overflow: ellipsis; /* 使用省略符号表示文本被截断 */
}

.swiper-slide .industry-cases-wrapper .content-wrapper .modules-line-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 100px;
    align-items: center;
    width: 100%;
}

.swiper-slide .industry-cases-wrapper .content-wrapper .modules-line-row .module-line-item {
    width: calc(16.66% - 5px);
    cursor: pointer;
    height: 6px;
    background-color: #EDEDED;
}

.swiper-slide .industry-cases-wrapper .icp {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.swiper-slide .industry-cases-wrapper .icp a {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    text-decoration:none
}
