.nav {
    height: 60px;
    line-height: 60px;
    display: flex;
    align-items: center;
    /* background-color: pink; */
}

.title {
    border-left: 4px solid #ff6028;
    margin-bottom: 20px;
}

.title span {
    font-weight: bold;
    color: #333333;
    font-size: 16px;
    margin-left: 10px;
}

.form {
    /* height: 981px; */
    background-color: #fff;
    padding: 20px 40px 40px 20px;
    margin-bottom: 25px;
}

.desc_input {
    width: 750px !important;
}

.phone_input {
    width: 290px !important;
    margin-right: 16px;
}

.phone_input .el-input__inner {
    width: 100%;
}

.el-input__inner,
.el-textarea__inner {
    background-color: #f9f9f9 !important;
    border: none !important;
}

.orange_text {
    color: #ff6028;
    font-size: 14px;
    padding-left: 100px;
}

.bottom_text {
    color: #999999;
    font-size: 14px;
    padding-left: 100px;
    margin-bottom: 20px;
}

.el-button {
    width: 200px !important;
    height: 40px !important;
    line-height: 40px;
}

.el-form-item__content {
    margin-left: 0 !important;
}

.form_label {
    margin-bottom: 10px;
}

.form_label span {
    color: red;
}

.el-radio-button__inner {
    border: none !important;
    background: #F5F5F5 !important;
}

.el-radio-button__orig-radio:checked+.el-radio-button__inner {
    color: #ff6028 !important;
    box-shadow: none !important;
}

.el-radio-button:first-child .el-radio-button__inner,
.el-radio-button:last-child .el-radio-button__inner {
    border-radius: 0 0 0 0 !important;
}

.el-radio-button {
    margin-right: 10px !important;
}

.get_code {
    display: inline-block;
    align-items: center;
    width: 50px;
    height: 40px !important;
    background-color: #f9f9f9;
    color: #FF6028;
    font-size: 14px;
    cursor: pointer;
    margin-right: 20px;
    text-align: center;
}

.help_box {
    width: 900px;
    height: 200px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
    /* display: flex; */
}

.help_box_item {
    width: 140px;
    float: left;
    margin-right: 30px;
}

.help_box_item_phone {
    width: 140px;
    height: 140px;
    padding: 15px 0;
    border-radius: 10px;
    font-size: 14px;
    color: #333333;
    border: 1px solid #E6E6E6;
}

.help_box_item_phone p {
    text-align: center;
}

.help_box_item_name {
    width: 140px;
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    color: #333333;
}

.process_box {
    width: 950px;
    height: 40px;
}

.process_item {
    float: left;
    width: 99px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FF6028;
    background-color: #FFF1F1;
    margin-right: 30px;
}

.process_icon {
    position: relative;
}

.process_icon span {
    position: absolute;
    right: -20px;
    top: 5px;
}