/*reg*/

.kuang {
    width: 350px;
    height: 100px;
    margin: 0 auto;
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: url(../imgs/kuang-gr.png) no-repeat;
    background-size: 100% 100%;
}

.kuang1 {
    padding: 35px 100px;
}

.kuang img {
    width: 200px;
}
.lastimg{
    display: none;
}

.kuang h2 {
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: rgb(0, 0, 0, 0.7);
    letter-spacing: 2px;
}

.wrap1:before {
    background: url(../img/10.png) no-repeat center;
    /* transform: scaleX(-1); */
    background-size: cover;
    overflow: hidden;
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wrap1 .safewidth {
    width: 100%;
}

.reg #form {
    width: 100%;
    display: flex;
    justify-content: center;
}

@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 {
        margin-top: 50px;
        padding-bottom: 0px;
    }
    .wrap1:before {
        content: ' ';
        position: fixed;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(../img/bg.png) center 0 no-repeat;
        background-size: cover;
    }
    .wrap1 .safewidth {
        padding: 30px 15px 0;
    }
    .reg #form {
        margin-top: 20px;
    }
    .lastimg{
        display: block;
        width: 100%;
    }
    .lastimg img{
        width: 100%;
    }

}