.frame_bg {
    padding-bottom: 50px;
    background-image: url(../img/all/dotBG.png), linear-gradient(to bottom, rgba(253, 241, 213, 1), rgba(241, 220, 148, 1));
    background-repeat: repeat, no-repeat;
    background-size: contain;
}

.gobaox {
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin: 50px auto 50px auto;
}

.frame_bg img {
    width: 100%;
    margin-top: 30px;
}

@media screen and (max-width: 992px) {
    .gobaox {
        margin: 15px auto 0px auto;
    }
}

@media screen and (max-width: 768px) {
    .frame_bg {
        padding: 55px 20px 25px 20px !important;
    }

    .frame_bg img {
        margin-top: 10px;
    }
}
