/*reg*/

.kuang {
    width: 350px;
    height: 100px;
    margin: 0 auto;
    padding: 25px 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: url(../imgs/kuang.png) no-repeat;
    background-size: 100% 100%;
}

.kuang1 {
    padding: 35px 100px;
}

.kuang img {
    width: 200px;
}

.kuang h2 {
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: aliceblue;
    letter-spacing: 2px;
}

.wrap1 {
    background: url(../img/8.jpg) no-repeat center;
    background-size: cover;
    height: 1000px;
    position: relative;
}

.wrap1 .safewidth {
    width: 100%;
}

.reg #form {
    width: 100%;
    display: flex;
    justify-content: center;
}

.reg #form {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 820px;
    margin-top: 30px;
}

.mlastimg {
    display: none;
}

@media (max-width: 768px) {
    .kuang {
        width: 75%;
        height: 80px;
    }
    .kuang>img {
        width: 150px;
        height: auto;
    }
    .kuang h2 {
        width: 100%;
        height: auto;
        font-size: 24px;
        letter-spacing: 1px;
        margin: 0;
    }
    .wrap1 {
        background: url(../img/bg8.jpg) no-repeat center;
        background-size: cover;
        padding: 0;
        height: 1150px;
    }
    .wrap1 .safewidth {
        padding: 30px 15px;
    }
    .reg #form {
        margin-top: 20px;
    }
    .reg #form {
        height: 980px;
    }
    .mlastimg {
        display: block;
    }
}