.center_box .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 71px;
    padding-bottom: 54px;
    min-width: 600px;
}

.center_box .title {
    color: #000000;
    margin-bottom: 20px;
}

.form_box {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 600px;
    background: #ffffff;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    padding: 50px 0px;
    /* padding: 50px 125px 62px 125px; */
}

.form_item {
    border-bottom: 1px solid #E5E5E5;
    color: #808080;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    height: 40px;
    line-height: 1.5;
    margin-bottom: 30px;
    width: 350px;
}

.form_text {
    flex: none;
    margin-right: 10px;
}

.form_input {
    height: 90%;
    border: none;
    outline: none;
    font-size: 14px;
    color: #232323;
}

.agree_box {
    color: #808080;
    font-size: 14px;
    text-align: center;
    width: 100%;
}

.agree_box input {
    cursor: pointer;
}

.model_radio {
    border-radius: 4px;
    border: 2px solid #009999;
    box-sizing: border-box;
    display: block;
    height: 15px;
    width: 15px;
}

.checked_radio {
    opacity: 1;
}

.radio_inner {
    height: 15px;
    width: 15px;
}

.sub_btn {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 350px;
    height: 40px;
    margin-top: 33px;
    background: #009999;
    cursor: pointer;
}

.select_box_position,
.select_box_industry {
    background-color: #fff;
    border: none;
    color: #909090;
    width: 100%;
}

.selecting {
    color: #232323;
}


