.about-title {
    padding: 0 0 0.2rem;
    font-size: 0.36rem;
    line-height: 0.48rem;
    color: #000;
}

.about-right {
    padding: 0.2rem 0 4rem;
    background: url(../images/inner_img.png) no-repeat 0 bottom/100%;
}

.about-ad {
    color: #000;
}

.about-ad .ch {
    font-size: 0.36rem;
    line-height: 0.4rem;
}

.about-ad .en {
    font-size: 14px;
    line-height: 16px;
}

.about-fc {
    padding: 0.2rem 0 0;
    font-size: 1rem;
    line-height: 1rem;
    color: #e0b974;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .about {
        display: flex;
        justify-content: space-between;
        padding: 4vw 0 0 3vw;
    }

    .about-left {
        width: 24vw;
        padding: 0 0 10vw;
    }

    .about-title {
        padding: 0 0 2vw;
        font-size: 1.5vw;
        line-height: 1.8vw;
        color: #000;
    }

    .about-right {
        width: 35vw;
        padding: 0.5vw 0 0 7vw;
        background: url(../images/inner_img.png) no-repeat 0 bottom/100%;
    }


    .part2-ad {
        color: #000;
    }

    .about-ad .ch {
        font-size: 1.8vw;
        line-height: 2vw;
    }

    .about-ad .en {
        font-size: 14px;
        line-height: 16px;
    }

    .about-fc {
        padding: 1vw 0 0;
        font-size: 5vw;
        line-height: 5vw;
        color: #e0b974;
        text-transform: uppercase;
    }
}