.content-font div:first-child {
    font-weight: bold;
    font-family: DM Serif Display;
    font-size: 24px;
}

.content-font div:first-child+div {
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: -0.2px;
    font-weight: 500;
    padding-top: 32px;
}

.content-img {
    padding: 64px 0 0 109px;
}

.content-img img {
    width: 722px;
}

@media screen and (max-width:1200px) {
    .content-font div:first-child+div {
        font-size: 0.24rem;
        padding-top: 0;
    }
    .content-font {
        border-radius: 8px 8px 0 0;
        background-color: white;
        padding-left: 0.24rem;
        padding-right: 0.24rem;
    }
    .content-font div:first-child {
        height: 0.86rem;
        line-height: 0.86rem;
        font-family: Roboto;
        font-weight: bold;
        font-size: 0.32rem;
        text-align: left;
        margin-bottom: 0;
    }
    .content-img {
        padding: 0;
        border-radius:0 0 8px 8px;
    }
    .content-img img {
        width: 100%;
    }
    .content-img div {
        padding: 0.24rem 0.24rem 0.8rem 0.24rem;
        border-radius: 0 0 8px 8px;
        background-color: white;
        box-shadow: 2px 4px 16px 0px rgba(0,0,0,0.04);
    }
    .content-box .mobileHide {
        display: none;
    }
    .mobile-common {
        margin-top: 0.88rem;
    }
}