.header-container {}
.content-box{
    max-width: 1200px;
}
.register-banner {
    width: 100%;
    height: 260px;
    overflow: hidden;
    position: relative;
    margin-bottom: 12px;
    z-index: 0;
    background-image: url('../img/register_banner.png');
    background-position: 73.5% center;
}

.title-register-banner {
    position: absolute;
    left: 50%;
    margin-left: -180px;
    margin-top: -50px;
    top: 50%;
    display: block;
    z-index: 30;
}


.register-form {
    max-width: 1200px;
    margin: 0 auto 10px auto;
    background: #ECF0F3;
}

.go-inquire {
    display: block;
    font-size: 2rem;
    color:#0066CC;
    line-height: 2;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 30px;
}
.go-inquire:hover{
    color: #FFA200;
}

.register-form .banner img {
    display: block;
    width: 100%;
}

.register-content {
    width: 98%;
    margin: 12px auto;
    border-radius: 15px;
    box-shadow: 0 0 2px 0 #eee;
    background: #fff;
    position: relative;
    padding: 0 10px 12px;
}

.register-content h3 {
    font-size: 2rem;
    border-bottom: 1px solid #0066CC;
    color: #0066CC;
    line-height: 2;
    margin-bottom: 20px;
}

.form-item {
    position: relative;
    padding-left: 205px;
    margin: 5px 0;
}

.form-item label {
    width: 200px;
    font-size: 1.6rem;
    color: #777;
    text-align: right;
    position: absolute;
    left: 0;
    line-height: 30px;
}

.form-item input {
    width: 70%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #777;
    outline: none;
}

.form-item .input-block .error-tip {
    color: #f00;
    margin-left: 6px;
    font-size: 1.4rem;
    display: none;
}

.form-item .input-block input[type="radio"] {
    width: 18px;
    height: 15px;
    vertical-align: middle;
    font-size: 1.4rem;
}

.form-item textarea {
    width: 70%;
    padding: 0 10px;
    color: #777;
    outline: none;
    height: 30px;
    font-family: '宋体';
}

.form-item select {
    width: 70%;
    padding: 0 10px;
    outline: none;
    color: #777;
    height: 30px;
}

.form-item select option {
    line-height: 30px;
    color: #777;
    font-size: 1.6rem;
}

.form-item .input-block {
    line-height: 30px;
    color: #777;
    font-size: 1.4rem;
    font-family: '宋体';
}

.form-item .input-block img {
    display: block;
    max-width: 50%;
    margin-top: 5px;
}

.form-submit-btn {
    padding: 7px 40px;
    font-size: 1.6rem;
    color: #fff;
    background: #FFA200;
    margin-right: 20px;
    cursor: pointer;
    font-family: '宋体';
}
.btn-item{
    margin-top: 20px;
}

.form-reset-btn {
    padding: 5px 40px;
    font-size: 1.6rem;
    color: #fff;
    background: #9B9B9B;
    cursor: pointer;
    font-family: '宋体';
}

.redstar {
    color: #f00;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 1023px) {
    .register-banner {
        height: 200px;
    }

    .title-register-banner {
        top: 110px;
        margin-left: -140px;
        width: 280px;
        height: auto;
    }
}

@media (max-width:639px) {

    .form-item input,
    .form-item textarea,
    .form-item select {
        width: 98%;
    }
}

@media (max-width:479px) {
    .register-banner {
        height: 160px;
    }

    .title-register-banner {
        top: 40px;
        margin-top: auto;
        margin-left: -120px;
        width: 240px;
    }

    .form-item {
        padding-left: 0;
    }

    .form-item label {
        position: relative;
        display: block;
        text-align: left;
    }

    .form-submit-btn,
    .form-reset-btn {
        width: 48%;
        padding: 5px 0;
        text-align: center;
        display: inline-block;
        margin: 0 0.5%;
    }

    .form-submit-btn {
        margin-right: 0;
    }
}
