.container {
    box-sizing: border-box;
    padding: 33px 167px 40px;
    background: #FFFFFF;
    border-radius: 10px;
}
/* 步骤条样式 */
.step-container {
    position: relative;
    height: 66px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #F2F2F2;
    margin-bottom: 25px;
}
.step {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border: 1px solid #E4E4E4;
    background-color: #F2F2F2;
}

/* 步骤条激活样式 */
.step.active {
    border-color: #812358;
    background-color: #812358;
}
.step.active .step_tip .step_num {
    color: #812358;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.step.active .step_arrow {
    background-color: #812358;
    border-bottom: 1px solid #812358;
    border-right: 1px solid #812358;
}
.step.active .step_text {
    color: #FFFFFF;
}
/* 步骤条走过后的样式 */
.step.pass {
    background-color: #DBB1B1;
    border-color: #DBB1B1;
}
.step.pass .step_tip .step_num {
    color: #DBB1B1;
    border: 1px solid #FFFFFF;
}
.step.pass .step_arrow {
    background-color: #DBB1B1;
    border-bottom: 1px solid #DBB1B1;
    border-right: 1px solid #DBB1B1;
}
.step.pass .step_text {
    color: #FFFFFF;
}
.step.pass2 .step_arrow {
    background-color: #DBB1B1;
    border-bottom: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
}
/* 步骤条基本样式 */
.step1 {
    width: 30%;
    z-index: 3;
}
.step2 {
    width: 60%;
    border-right: 1px solid transparent;
    z-index: 2;
}
.step3 {
    width: 100%;
    z-index: 1;
    border-radius: 10px;
}
/* 步骤条箭头基本样式 */
.step_arrow {
    box-sizing: border-box;
    position: absolute;
    top: 6px;
    right: -29px;
    background-color: #F2F2F2;
    width: 52px;
    height: 52px;
    border-radius: 10px;
    transform: rotate(-45deg);
    border-bottom: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
}

.step_tip {
    display: flex;
    align-items: center;
    margin-right: 70px;
}
.step2 .step_tip {
    margin-right: 30px;
}
.step3 .step_tip {
    margin-right: 90px;
}
.step_num {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    font-size: 20px;
    font-family: AlibabaPuHuiTiB;
    background-color: #FFFFFF;
    text-align: center;
    color: #B4B4B4;
    border: 1px solid #999999;
}
.step_text {
    font-size: 20px;
    font-family: AlibabaPuHuiTiB;
    color: #999999;
    margin-left: 16px;
}
/* 表单样式 */
.form-row {
    margin-bottom: 8px;
}
.form-item {
    margin-bottom: 16px;
}
.form-label {
    margin-bottom: 16px;
}
.form-require {
    color: #f00;
    font-size: 14px;
}
.form-title {
    font-size: 14px;
    font-family: AlibabaPuHuiTiR;
    color: #222222;
}
.radio-flex {
    display: flex;
    align-items: center;
}
.form-radio {
    height: 52px;
}
.form-cascader {
    width: 27%;
    margin-right: 1%;
}
.form-cascader2 {
    flex: 1;
}
.form-flex {
    display: flex;
    /* justify-content: space-between; */
    justify-content: flex-start;
    height: 52px;
}
.form-input {
    height: 52px;
    border-radius: 10px;
    border: 1px solid #E4E4E4;
}
.form-input .el-input__inner {
    border: none;
    border-radius: 10px;
    height: 50px;
}
.form-item .tips {
    font-size: 12px;
    color: #812358;
    margin-top: 5px;
}
/* 图形验证码 */
.captcha1-container {
    display: flex;
    justify-content: space-between;
}
.captcha1-input {
    width: 75%;
}
.capcha1-item {
    width: 23%;
    overflow: hidden;
}
.capcha1-item img {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
/* 手机验证码 */
.sms-code {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sms-code .sms-input {
    width: 80%;
}
.sms-code .sms-get {
    font-size: 14px;
    font-family: AlibabaPuHuiTiR;
    color: #812358;
    padding-right: 20px;
}
.get-sms-code {
    cursor: pointer;
}
/* 表单下方操作按钮 */
.form-sub {
    display: flex;
    justify-content: center;
}
.regeister-btn {
    padding: 12px 60px;
    background: #812358;
    border-radius: 10px;
    font-size: 18px;
    font-family: AlibabaPuHuiTiM;
    color: #FFFFFF;
    cursor: pointer;
}
.cancel-btn {
    padding: 12px 60px;
    background: #D5D5D5;
    border-radius: 10px;
    font-size: 18px;
    font-family: AlibabaPuHuiTiM;
    color: #FFFFFF;
    cursor: pointer;
    margin-left: 40px;
}
/* form2基本信息表单样式 */
/* el-radio样式 */
.form-radio .el-radio__label {
    font-size: 14px;
    font-family: AlibabaPuHuiTiR;
}
/* el-radio label文字选中样式 */
.form-radio .el-radio__input.is-checked+.el-radio__label {
    color: #812358;
}
/* radio圆圈样式 */
.form-radio .el-radio__inner {
    width: 26px;
    height: 26px;
    border-color: #ABABAB;
    background: #ABABAB;
}
.form-radio .el-radio__input.is-checked .el-radio__inner {
    border-color: #812358;
    background: #812358;
}
.form-radio .el-radio__inner:hover {
    border-color: #812358;
}
.form-radio .el-radio__inner::after {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    background: #FFF;
    transform: translate(-50%,-50%) scale(1);
    transition: transform .15s ease-in,-webkit-transform .15s ease-in;
}
/* 选调生类型样式 */
.choose-tag-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.choose-tag-item {
    padding: 8px 20px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    font-size: 14px;
    font-family: AlibabaPuHuiTiR;
    color: #999999;
    margin-right: 20px;
    margin-bottom: 20px;
}
.add-tag-item {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    background: #FFF4F4;
    border-radius: 10px;
    border: 1px solid #812358;
    font-size: 14px;
    font-family: AlibabaPuHuiTiR;
    color: #812358;
    cursor: pointer;
}
.add-tag-item img {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
/* 选调生类型弹窗样式 */
.tag-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.tag-item {
    padding: 8px 20px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    font-size: 14px;
    font-family: AlibabaPuHuiTiR;
    color: #999999;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.tag-item.choose {
    border-color: #812358;
    color: #812358;
    background: #FFF4F4;
}
/* 注册成功样式 */
.regeistered-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
}
.finish-icon {
    display: block;
    width: 80px;
    height: 80px;
}
.finish-text1 {
    font-size: 20px;
    font-family: AlibabaPuHuiTiB;
    color: #222222;
    text-align: center;
    margin-top: 12px;
}
.finish-text2 {
    font-size: 14px;
    font-family: AlibabaPuHuiTiR;
    color: #999999;
    text-align: center;
    margin-top: 4px;
}
.finish-text3 {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.finish-btn {
    display: block;
    padding: 12px 42px;
    font-size: 18px;
    font-family: AlibabaPuHuiTiM;
    color: #FFFFFF;
    background: #812358;
    border-radius: 10px;
    cursor: pointer;
}
.finish-btn:hover {
    color: #FFFFFF;
}