.ftl-122 .title-box {}

.ftl-122 .right-oper-box {
    margin: 20px 0 40px;
}

.ftl-122 .right-oper-box a {
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2.5px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s;
    -webkit-appearance: none;

    background: #c1aa7f;
    color: #fff;
}

.ftl-122 .right-oper-box a:hover {
    color: #644222;
}

@media (min-width: 768px) {
    .ftl-122 .body-box {
        display: flex;
    }

    /* 调换顺序 */
    .ftl-122 .right {
        width: 40%;
        order: 2;
    }

    .ftl-122 .left {
        width: 60%;
        order: 1;
    }

    .ftl-122 .left .img-box {
        height: 100%;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .ftl-122 .left .img-box img{
        max-width: 80%;
    }
}