.info_form{
    width: 600px;

}

.form-group{
    display: flex;
}

.form-group>label{
    width: 100px;
    margin-right: 20px;
}

.radio_group{
    width: 500px;
}

.info_form textarea{
    resize: none;
}

#yzm{
    width: 200px;
    margin-left: -20px;
}

.form-group a{
    color: #000!important;
    display: inline-block;
    margin: 0px 5px!important;
    background: none!important;
}

.form-group span{
    display: inline-block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    margin: 0px 10px;
    background: purple;
    text-align: center;
    color: #fff;
}
.form-group a:hover{
    color: #bf0412!important;
}