/*reg*/

.kuang {
    width: 350px;
    height: 120px;
    margin: 0 auto;
    padding: 35px;
    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: rgba(255, 255, 255, 0.8);
    letter-spacing: 2px;
}

.wrap1 {
    background: url(../imgs/imgbg/pc/10.jpg) no-repeat center;
    background-size: cover;
    height: 1380px;
    position: relative;
    padding-bottom: 0px;
    background-position: 0 100%;
}

.wrap1 .safewidth {
    width: 100%;
}

.reg #form {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 850px;
    margin-top: 0px;
}

.formPage {
    border: solid 1px rgb(192, 18, 18) !important;
}


/* #form{
    background-color: rgb(51, 51, 51);
} */

@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;
    }
    .reg #form {
        height: 1000px;
    }
    .wrap1 {
        margin-top: 20px;
        padding-bottom: 0px;
    }
    .wrap1 .safewidth {
        padding: 30px 15px 0;
    }
    .reg #form {
        margin-top: 20px;
    }
}