#contentwrap {
    width: 100%;
}

.br_box {
    width: 100%;
    height: 78px;
    display: none;
}

.main_banner {
    background: url(../img/nav_banner.jpg) center no-repeat;
    width: 100%;
    height: 500px;
    background-size: cover;
}

.login_title {
    text-align: center;
    font: 24px/30px '';
    margin-top: 200px;
}

.box_box {
    max-width: 600px;
    
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}

.box_left {
    max-width: 300px;
    height: 100%;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
    
    border: 1px solid #000;
    box-sizing: border-box;
}

.box_form {
    max-width: 300px;
    height: 100%;
    margin: 0 auto;
}

h2 {
    margin-bottom: 30px;
    padding-top: 70px;
    
    position: relative;
    left: 5%;
}



/**********************************/

.input_box {
    line-height: 35px;
    background-color: #fff;
    border: 1px solid #7c7c7c;
    
    width: 90%;
    height: 35px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.input_agree, .input_job {
    padding-left: 8px;
}

.box_form p {
    width: 70%;
    margin: 0 auto;
    
    margin-bottom: 20px;
    padding-top: 28.5px;
}

.box_form select {
    width: 30%;
    height: 35px;
    
    margin-bottom: 10px;
    margin-left: 45px;
}

.box_form .input_2 {
    margin-left: 20px;
}

.box_form .nomal {
    width: calc(70% - 20px);
    height: 35px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    
    margin-bottom: 10px;
    
    padding-left: 20px;
}

.file {
    margin-left: 10px;
}

.box_form input {
    width: 100%;
    height: 35px;
    cursor: pointer;
}

.box_form .submit {
    width: 70%;
    height: 40px;
    
    color: white;
    font-size: 16px;
    font-weight: bold;
    
    color: #555;
    background-color: #eee;
    
    border: 0px solid #ddd;
    box-sizing: border-box;
    
    margin-top: 20px;
    
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.box_form .submit:hover {
    background-color: #000000;
    color: #fff;
}

/**********************************/


.box_right {
    width: 300px;
    height: 470px;
    background-color: #ffcece;
    float: left;
    
    margin: 0 auto;
    margin-top: 100px;
    
    background: url(../img/n_3_right.jpg) center no-repeat;
    background-size: cover;
    
    border: 1px solid #000;
    box-sizing: border-box;
    
    position: relative;
}

.box_right div{
    width: 200px;
    margin: 0 auto;
    
    margin-bottom: 50px;
}

.box_right div:first-child {
    margin-top: 120px;
}

.box_right img {
    float: left;
}

.box_right p {
    width: 120px;
    color: #fff;
    font: 12px/18px '';
    padding-left: 50px;
}


/**********************************/


@media all and (max-width:1023px) {
    .main_banner {
    background: url(../img/nav_banner.jpg) center no-repeat;
    width: 100%;
    height: 300px;
    background-size: cover;
    }
}

@media all and (max-width:767px) {
    
    .br_box {
    width: 100%;
    height: 78px;
    display: block;
    }
    
    .text_box {
        height: 100%;
    }

}

@media all and (max-width:414px) {
    
}