/* 手机设备适配 */
@media screen and (max-width: 1200px) {
    .cpjs-content-left {
        width: 5%;
        color: #dcdfe1;
        font-size: 70px;
        font-family: PingFang SC-Heavy;
        font-weight: 800;
        text-align: right;
        margin-left: 2%;
    }
    .cpjs-content {
        width: 50%;
        font-size: 25px;
        margin-left: 2%;
        margin-right: 1%;
        padding: 0 10px;
    }

    .cpjs-content div {
        text-indent: 2em; /* 首行缩进2个字符 */
        margin-bottom: 0; /* 段落间距 */
        line-height: 1.6; /* 行高，提升可读性 */
        letter-spacing: 1px;
    }

    .cpjs-img {
        width: 40%;
        display: flex;
        height: 100%;
    }

    .cpjs-img > img {
        width: 100%;
        object-fit: contain; /* 保持比例，不裁剪 */
    }

    .slogan-font {
        letter-spacing: 20px;
    }

    .bottom-div {
        font-size: 18px;
    }

    .bottom-div > div > div {
        width: 80%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
}