.reg_a {
    text-decoration: none;
}

.reg_a:hover {
    text-decoration: none;
    color: #ff9000;
}

.registered {
    background: #dedede;
    overflow: hidden;
    text-align: center;
}

.registered_nei {
    background: #ffffff;
    width: 1300px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.reg_tit {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
    color: #ff6000;

}

.heng_or {

    width: 20px;
    border: 1px solid #ff6000;
    text-align: center;
    margin: 5px auto 0;
}

.heng_h {
    margin: 7px auto 0;
}

.reg_from {
    width: 100%;
    height: 29px;
    border-bottom: 1px solid rgba(220, 220, 220, 1);
}

.reg_from_nei {
    width: 500px;
    margin: 0 auto 40px;
}

.reg_form_l {
    float: left;
    margin-right: 30px;
    cursor: pointer;
}

.reg_form_r {
    float: right;
    font-size: 14px;
    color: #737373;
}

.reg_form_r a {
    color: #0069fff2;
}

#go_code {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
}

#code_input {
    width: 370px;
}

.reg_form_inp {
    margin-top: 40px;
    text-align: left;
    width: 100%;
    height: 45px;
    border-radius: 6px;

    line-height: 45px;
}

.reg_form_inp span {
    width: 24%;
    float: left;
    font-size: 14px;

}

.reg_form_inp input {
    border: solid 1px #949494;
    width: 70%;
    height: 42px;
    font-size: 14px;
    border-radius: 6px;
    padding: 0 3%;
    color: #737171;
    float: left;
    margin-left: 20px;
}

.reg_form_inp select {
    width: 70%;
    border: solid 1px #949494;
    height: 42px;
    font-size: 14px;
    border-radius: 6px;
    margin-left: 20px;
}

.reg_xings {
    margin-top: 40px;
    width: 100%;

}

.reg_form_inp1 {
    margin: 0;
    width: 70%;
    float: left;
    margin-right: 30px;
}

.reg_form_inp2 select {
    width: 96%;
    font-size: 16px;
    padding: 14px 6px 12px 9px;
    border-radius: 6px;
    color: #737171;
}

input::-webkit-input-placeholder {
    color: #737171;
}

input:-moz-placeholder {
    color: #737171;
}

input::-moz-placeholder {
    color: #737171;
}

input:-ms-input-placeholder {
    color: #737171;
}

.reg_form_inp input:focus {
    outline: none;
}

.reg_form_inp select:focus {
    border: 1px solid #409eff;
}

.reg_form_sel select {
    font-size: 16px;
    color: #737171;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 6px;
    padding: 14px 3%;
    margin: 0;
    line-height: 15px;
}

.reg_form_sel input {
    border-radius: 0;
    width: 82%;
    border-left: 1px solid #949494;
}

.reg_yz {
    width: 60%;
    float: left;
    margin-top: 0;
}

.reg_xing {
    /*float: left;*/
    margin-top: 30px;
    margin-bottom: 12px;
    width: 100%;
    text-align: left;
    font-size: 16px;
    height: 24px;
}

.reg_xing span {
    width: 26%;
    float: left;
}

.reg_xing div {
    float: left;
}

.reg_xing input {
    margin-right: 8px;
    margin-left: 10px;
}

.reg_yz_in {
    width: 35%;
    float: right;
    margin-top: 0;
}

.reg_yz_in input {
    padding: 0;
    width: 100%;
    background: #fff;
}

.reg_form_re {
    border: 0;
}

.reg_submit {
    width: 100%;
    height: 45px;
    margin: 50px 0;
    font-size: 18px;
    background: #ff6000;
    color: #fff;
    border-radius: 5px;
}

.reg_submit:hover {
    background: #409eff;
}

.reg_submit:focus {
    border: 0px;
    outline: none;
}

.reg_tk {
    font-size: 14px;
    color: #737373;
    text-align: left;
}

.reg_tk input {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border: 1px solid #737373;
    border-radius: 2px;
    margin-right: 5px;
    margin-top: 1px;
}

.reg_tk input:focus {
    outline: none;
}

.reg_tk input:checked {
    background: url('../img/gou.png') no-repeat center;
    background-size: 100% 100%;
}

/* .reg_tk */
.reg_tk a {
    color: #0069fff2;
}

.heng_none {
    display: none;
}

.reg_yz .reg_resd {
    padding: 0 5%;
    width: 90%;
}

.reg_bot1 {
    display: none;
}

.reg_yz_in a {
    cursor: pointer;
}

.reg_yz_in input {
    cursor: pointer;
}

#_s {
    display: none;
    font-size: 14px;
    line-height: 28px;
}

@media (max-width: 800px) {
    #go_code {
        width: 100%;
        display: block;
        float: none;

    }

    #_s {
        width: 100%;
    }

    #code_input {
        width: 98%;
    }

    .registered_nei {
        width: 96%;
        margin: 10px 2%;
    }

    .reg_from {
        margin: 0 auto;
        width: 96%;
    }

    .reg_tit {
        font-size: 18px;
        margin: 20px 0;
    }

    .reg_form_l {
        margin-right: 0;
        width: 50%;
        font-size: 1em;
    }

    .reg_form_r {
        width: 50%;
        font-size: 0.6em;
        text-align: right;
        margin-top: 3px;
    }

    .reg_from_nei {
        width: 100%;
        margin: 0;
    }

    .reg_bot {
        width: 96%;
        margin: 0 2%;
    }

    .reg_form_sel select {
        width: 15%;
    }

    .reg_form_sel input {
        width: 76%;
    }

    .reg_form_inp {
        font-size: 14px;
        margin-top: 20px;
    }

    .reg_form_inp span {
        display: none;
    }

    .reg_form_inp input {
        font-size: 1em;
        width: 96%;
        margin: 0 10px;
    }

    .reg_form_inp_new input {
        margin: 0 0 0 10px;
    }

    .reg_xing span {
        display: none;
    }

    .reg_form_inp select {
        width: 96%;
        margin: 0 2%;

    }

    .reg_submit {
        margin: 20px 0;
        height: 40px;
        font-size: 14px;

    }


    .reg_tk {
        font-size: 0.8em;
    }

    .reg_tk a {
        font-size: 1em;
    }

    .reg_form_sel select {
        background: #fff;
    }

    .reg_form_inp1 {
        margin: 0;
    }
}
