* {
    padding: 0;
    margin: 0;
}

.a {
    text-decoration: none !important;
    color: inherit !important;
    border-bottom: none !important;
}

.home-container {
    width: 1920px;
    background: #F6FAFF;
    margin: 0 auto;
}


.width-center {
    width: 1200px;
    margin: 0 auto;
}

.width-img {}

.width-title {
    font-family: FZRuiZhengHeiZhong;
    font-weight: 400;
    font-size: 28px;
    color: #000000;
    text-align: center;
}

.width-tip {
    font-family: FZRuiZhengHeiZhong;
    font-weight: 400;
    font-size: 16px;
    color: #4D4D4D;
    text-align: center;
    padding: 27px 0 68px;
}

.logo {
    width: 142px;
    height: 32px;
}

.top_box {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    padding: 10px 0;
}

.tab_box {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

.tab_all {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    font-family: Regular;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    cursor: pointer;
}

.tab_all_active {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    background: #3469FF;
    color: #fff;
    border-radius: 45px;
    padding: 12px 0;
    cursor: pointer;
}

.register_box {
    width: 1920px;
    /* 你需要的宽度 */
    height: 1080px;
    /* 你需要的高度 */
    margin: 0 auto;
    /* 居中 */
    background-image: url("/img/agencyApplication/img-agent-bgi.png");
    /* 背景图路径 */
    background-size: cover;
    /* 图片自适应填充 */
    background-position: center;
    /* 居中显示 */
    background-repeat: no-repeat;
    /* 不平铺 */
}

.register_form_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 1200px;
}

.register_text {
    width: 597px;
    height: 369px;
}

.form_box {
    position: relative;
}

.img_form {
    width: 500px;
    height: 601px;
}

.form_all {
    position: absolute;
    top: 57px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.img_logo {
    width: 112px;
    height: 82px;
    margin-bottom: 50px;
}

.el-input__inner {
    width: 374px;
    height: 58px;
    /* background: #FAFAFA; */
    border-radius: 29px;
    border: 1px solid #F0F0F0;
    font-family: Regular;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    /* border: none !important; */
    /* box-shadow: none !important; */
    /* 去掉聚焦时的阴影 */
}

.code_input {
    position: relative;
    margin: 28px 0;
}

.send_code {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 121px;
    height: 40px;
    background: #3469FF;
    border-radius: 20px;
    border: 1px solid #F5F5F5;
    font-family: MiSans;
    font-weight: 500;
    font-size: 17px;
    color: #FFFFFF;
    cursor: pointer;
}

.submit_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 374px;
    height: 66px;
    background: #3469FF;
    border-radius: 33px;
    border: 1px solid #F5F5F5;
    font-family: Regular;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 44px;
    cursor: pointer;
}