.smart {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    margin-top: 100px;
}

.smart-left {
    display: flex;
    flex-direction: column;
    margin-right: 130px;

}

.smart-text {
    font-size: 35px;
    color: #FFFFFF;
}

.smart-box div {
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 8px;
}

.smart-text1 {
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 8px;
}

.smart-text2 {
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 5px;
}

.smart-text3 {
    color: #BABABA;
    margin-top: 50px;
    margin-bottom: 15px;
}

.smart-box {
    margin-top: 35px;
    margin-bottom: 20px;
}

.smart-box2 {
    width: 200px;
    height: 50px;
    background-color: #FC9399;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a {
    text-decoration: none;
    color: #FFFFFF;
}

.smart img {
    width: 700px;
    max-width: 100%;
}

.smart-box3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.smart-box4 {
    width: 200px;
    height: 50px;
    background-color: #392751;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
}

.smart-box4:hover {
    background-color: #FC9399;
}

.smart-box5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.white {
    display: flex;
    height: 400px;
    align-items: center;
    justify-content: center;
    margin-top: 200px;
}

.white-right {
    display: flex;
    flex-direction: column;
    margin-right: 130px;
    margin-left: 200px;
}

.white img {
    width: 550px;
    max-width: 100%;
}

.play {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 170px;
    margin-bottom: 100px;
}

.play img {
    max-width: 100%;
}

.content9 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #301d4862;
    height: 450px;
}

.content9-box {
    width: 1310px;
    height: 225px;

    display: flex;

    margin-bottom: 100px;
    border-radius: 10px;

}

.content9-left {
    margin-left: 50px;
}

.content9-left img {
    width: 230px;
}

.content9-text {
    color: #FFFFFF;
    text-align: right;
    font-size: 17px;
    margin-right: 20px;
}

.content9-partition {
    display: flex;
    flex-direction: column;
    margin-left: 100px;

}

.content9-partition div {
    margin-bottom: 20px;
}

.content9-middle div {
    margin-bottom: 20px;
}

.content9-middle1 div {
    margin-bottom: 20px;
}

.content9-right div {
    margin-bottom: 20px;
}

.content9-text1 {
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 30px;
}

.content9-partition a {
    color: #FFFFFF;
    text-decoration: none;

}

.content9-middle {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}

.content9-middle a {
    color: #FFFFFF;
    text-decoration: none;
}

.content9-middle1 {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}

.content9-middle1 a {
    color: #FFFFFF;
    text-decoration: none;
}

.content9-right {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}

.content9-right a {
    color: #FFFFFF;
    text-decoration: none;
}

.content9-bottom {
    margin-left: 50px;
    text-align: right;
}

.content9-box1 img {
    width: 110px;
    margin-left: 50px;
}

.content9-box2 {
    display: flex;
    color: #FFFFFF;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.content9-box2 img {
    margin-right: 5px;
}

.content9-text2 {
    color: #FFFFFF;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.swiper {
    height: 380px;
    width: 1310px;

}

/* 模态框样式 */
.modal {
    display: none;
    /* 默认隐藏模态框 */
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    /* 透明的背景颜色，用于遮罩效果 */
    align-items: center;
    justify-content: center;

}


.modal img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width:500px) {
    .smart {
        max-width: 65%;
    }

    .smart-left {
        margin-right: 0px;
    }

    .smart-text {
        font-size: 20px;
        color: #FFFFFF;
    }

    .smart-text1 {
        color: #FFFFFF;
        font-size: 13px;
        margin-bottom: 8px;
    }

    .smart-text2 {
        color: #FFFFFF;
        font-size: 13px;
        margin-bottom: 5px;
    }

    .smart-text3 {
        color: #BABABA;
        margin-top: 50px;
        margin-bottom: 15px;
        font-size: 13px;
    }

    .smart img {
        max-width: 85%;
    }

    .white {
        max-width: 65%;
    }

    .white-right {
        margin-left: 0px;
    }

    .play {
        max-width: 65%;
    }

    .play-left {
        margin-right: 0px;
    }

    .play img {
        max-width: 85%;
    }

    .content9 {
        display: none;
    }
}