.about_text > .container > h1 {
    font-size: 24px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    color: #333333;
    margin-bottom: 15px;
    text-align: center;
}

.about_text > .container > div {
    font-size: 18px;
    font-family: ArialMT;
    color: #999999;
}

.about_root {
    width: 100%;
    padding: 30px 0;
    /*background: url("../img/about us_bg@2x.jpg") no-repeat center center;*/
    /*background-size: cover;*/
    margin-top: 30px;
    position: relative;
}

.about_root > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_root > .container > .application_wrap {
    margin: 0;
}

.about_touch {
    background: #F2F2F2;
    padding: 50px 0;
}

.about_touch > .container > h2 {
    font-size: 32px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.about_touch > .container > div {
    font-size: 18px;
    font-family: ArialMT;
    color: #999999;
    margin: 25px 0 35px;
}

.about_touch > .container > button {
    display: block;
    padding: 16px 50px;
    font-size: 18px;
    font-family: ArialMT;
    color: #FFFFFF;
    margin: auto;
}

@media (max-width: 992px) {
    main {
        padding-bottom: 30px;
    }

    .about_text > .container > h1 {
        font-size: 16px;
        text-align: left;
    }

    .about_text > .container > div {
        font-size: 14px;
    }

    .about_root {
        padding: 35px 0;
    }

    .about_root > img {

    }

    .about_root > .container > .application_wrap {

    }

    .about_touch {
        padding: 25px 0;
    }

    .about_touch > .container > h2 {
        font-size: 16px;
    }

    .about_touch > .container > div {
        font-size: 14px;
        margin: 15px 0 30px;
    }

    .about_touch > .container > button {
        padding: 15px 50px;
        font-size: 16px;
    }
}
{"msg":"SUCCESS","code":20000,"data":null}