.header-container {
    background-color: #FFF;
}

.register-banner {
    width: 100%;
    height: 260px;
    overflow: hidden;
    position: relative;
    margin-bottom: 12px;
    z-index: 0;
    background-image: url('../img/register_banner.jpg');
    background-size: 100% 100%;
}

.title-register-banner {
    position: absolute;
    left: 50%;
    margin-left: -180px;
    margin-top: -50px;
    top: 50%;
    display: block;
    z-index: 30;
}


.register-form {
    max-width: 1024px;
    margin: 0 auto 10px auto;
    background: #ECF0F3;
}

.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 .success-remind-box {
    position: fixed;
    width: 300px;
    height: 160px;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -80px;
    background: url('../img/bg_tip.png') center center no-repeat;
    z-index: 100;
    border-radius: 5px;
}

.register-content .success-remind-box .remind-info {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 60px;
}


.register-content .error-remind-box {
    position: fixed;
    width: 300px;
    height: 160px;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -80px;
    background: url('../img/bg_tip.png') center center no-repeat;
    z-index: 100;
    border-radius: 5px;
}

.register-content .error-remind-box .remind-info {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 60px;
}

.register-content h3 {
    font-size: 2rem;
    border-bottom: 1px solid #FFA200;
    color: #FFA200;
    line-height: 2;
    margin-bottom: 20px;
    font-family: '华文楷体';
}

.form-item {
    position: relative;
    padding-left: 325px;
    margin: 5px 0;
}

.form-item.invisible-item {
    display: none;
}

.form-item label {
    width: 320px;
    font-size: 1.8rem;
    color: #777;
    text-align: right;
    position: absolute;
    left: 0;
    line-height: 30px;
    font-family: '华文楷体';
}

.form-item input {
    width: 70%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #777;
    outline: none;
    font-family: '宋体';
}

.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.6rem;
}

.form-item textarea {
    width: 70%;
    padding: 0 10px;
    color: #777;
    outline: none;
    height: 60px;
    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.6rem;
    font-family: '宋体';
}

.form-item .input-block img {
    display: block;
    max-width: 140px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.form-item.btn-item{
    margin-top: 10px;
}
.form-submit-btn {
    padding:10px 40px;
    font-size: 1.6rem;
    color: #fff;
    background: #FFA200;
    margin-right: 10px;
    cursor: pointer;
}

.form-reset-btn {
    padding: 10px 40px;
    font-size: 1.6rem;
    color: #fff;
    background: #9B9B9B;
    cursor: pointer;
}

.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;
        width: 100%;
    }

    .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;
    }
}
