.restart {
    width: 960px;
    height: 500px;
    background-color: #ffffff;
    box-shadow: 0px 3px 7px 0px rgba(115, 115, 115, 0.2);
    border-radius: 6px;
    margin: 0px auto 0 0;
    overflow: hidden;


}

.res_nei {
    margin: 20px;
}

.res_nei img {
    width: 64px;
    height: 64px;
    float: left;
}

.registered {
    background: #f8f8f8;
    overflow: hidden;
    float: left;
    width: 960px;
    margin-bottom: 20px;
}

.reg_yz input {
    cursor: pointer;
}

.res_info {
    width: 430px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
    /*margin-bottom: 65px;*/
}

.res_info span {
    display: block;
    width: 21px;
    height: 2px;
    background-color: #ff6000;
    margin: 8px auto;
}

.res_jd {
    width: 431px;
    height: 54px;
    margin: 40px auto;
    position: relative;

}

.jd1 {
    width: 50px;
    height: 9px;
    background-color: #107bf8;
    border-radius: 5px;
    margin-top: 5px;
    float: left;
}

.jd2 {
    width: 20px;
    height: 20px;
    background-color: #107bf8;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 20px;
    float: left;
    position: absolute;
    left: 45px;
}

.jd3, .jd5 {
    width: 165px;
    height: 9px;
    background-color: #cccccc;
    border-radius: 5px;
    float: left;
    margin-top: 5px;
}

.jd4 {
    width: 20px;
    height: 20px;
    background-color: #cccccc;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 20px;
    float: left;
    position: absolute;
    left: 210px;
}

.jd6 {
    width: 20px;
    height: 20px;
    background-color: #cccccc;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 20px;
    float: left;
    position: absolute;
    right: 45px;
}

.jd7 {
    width: 50px;
    height: 9px;
    background-color: #cccccc;
    border-radius: 5px;
    margin-top: 5px;
    float: left;
}

.res_jdt1 {
    display: flex;
    justify-content: space-between;
    padding: 16px 15px 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #737373;
}

.res_jdt {
    width: 100%;
    height: 20px;
}

.res_jdt1 div {
    margin: 0 10px
}

.res_jdt1 > :nth-child(1) {
    color: #434343;
}

.reg_form_inp {
    margin-top: 40px;
    text-align: left;
    width: 100%;
    height: 45px;
    border-radius: 6px;
    border: solid 1px #949494;
    line-height: 45px;
}

.reg_form_inp input {
    width: 94%;
    height: 42px;
    font-size: 16px;
    border-radius: 6px;
    padding: 0 3%;
    color: #737171;
    float: left;
}

.reg_form_sel select {
    font-size: 16px;
    color: #737171;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 6px;
    padding: 13px 3%;
    margin: 0;
    line-height: 17px;
}

.reg_form_sel input {
    border-radius: 0;
    width: 80%;
    border-left: 1px solid #949494;
}

.reg_form_re {
    border: 0;
}

.reg_yz {
    width: 60%;
    float: left;
    margin-top: 0;
}

.reg_yz_in input {
    padding: 0;
    width: 100%;
    background: #fff;
}

.reg_yz_in {
    width: 35%;
    float: right;
    margin-top: 0;
}

.res_bu {
    width: 100%;
    margin-top: 90px;
    height: 46px;
    background-color: #ff6000;
    border-radius: 4px;
    font-size: 18px;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    cursor: pointer;
}

.reg_yz_in input {
    cursor: pointer;
}

.reg_yz input {
    padding: 0 5%;
    width: 90%;
}

#_s{
    display: none;
}

@media (max-width: 800px) {
    .registered {
        width: auto;
        background: #f8f8f8;
        overflow: hidden;
        float: none;

        margin: 0 10px;
    }

    .res_nei img {
        display: none;
    }

    .restart {
        width: 100%;
        margin: 0 auto 40px auto;
        /*margin-bottom: 16px;*/
        height: 400px;
        box-shadow: none;
        border-radius: 0;
    }

    .res_info {
        width: 100%;
    }

    .res_jd {
        width: 100%;
    }

    .jd1, .jd7 {
        width: 16%;
    }

    .jd2 {
        left: 13%;
    }

    .jd6 {
        right: 17%;
    }

    .jd4 {
        left: 46%;
    }

    .jd3, .jd5 {
        width: 32%;
    }

    .res_jdt1 {
        padding: 16px 4%;
    }

    .reg_form_sel input {
        width: 75%;
    }

    .reg_yz {
        width: 68%;
    }

    .reg_yz_in {
        width: 30%;

    }

    .reg_form_inp {
        margin-top: 20px;
    }

    .reg_form_inp input {
        font-size: 14px;
    }

    .res_bu {
        margin-top: 30px;
    }

}
