.sq-tit {
    text-align: center;
    padding: 20px 0;
    font-size: 27px;
    color: #015293;
    font-weight: 700;
}


/* 通用申请页面 */

.first {
    position: relative;
}

.third {
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.first,
.second,
.third {
    padding: 31px 60px;
}

.first p {
    margin-bottom: 1em;
    color: rgb(0, 0, 0);
    font-size: 18px;
}

.sq-next {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    line-height: 38px;
    border: 1px solid transparent;
    padding: 0 18px;
    background-color: #0d78e7;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    width: 150px;
    cursor: pointer;
}

.sq-anniu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.sq-prev {
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    line-height: 38px;
    border: 1px solid transparent;
    padding: 0 18px;
    background-color: #0d78e7;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    width: 150px;
    cursor: pointer;
    margin-right: 15px;
}

.sq-next:hover,
.sq-prev:hover {
    opacity: .8;
    color: #fff;
}

.sqts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sqts img {
    width: 110px;
}

.sqts span {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
}

.hide {
    visibility: hidden;
    height: 0px;
}

.show {
    visibility: visible;
    height: auto;
}

@media(max-width:1200px) {
    @media(max-width: 1200px) {
        body, html {
            width: auto;
        }
        .grid {
            width: 100%;
            padding: 20px;
        }
    }
}

@media(max-width:576px) {
    body {
        background-size: 120% 50%;
    }
}