.register-app {
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.register-title {
    width: 100%;
    text-align: center;
    color: #0087ff;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 32px;
}
.selectLang {
    width: 115px;
    margin-left: 16px;
}
.register-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 60px;
}
.register-finished {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.register-finished>.el-button {
    width: fit-content;
}
.finish-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 60px;
}
.finish-title .finish-icon {
    color: #409EFF;
    font-size: 70px;
    margin-right: 30px;
}
.finish-title>h3 {
    font-size: 30px;
}
.hqh-acc {
    font-size: 30px;
    margin-top: 50px;
}
.hqh-acc span{
    margin-left: 14px;
    color: #409EFF;
}
.register-finished .tips-one {
    font-size: 16px;
    margin: 10px 0;
}
.register-finished .tips-two {
    font-size: 16px;
    margin: 60px 0px 0px 0px;
}
.register-finished .finish-upbtn  {
    margin: 20px 0;
    width: 345px;
    font-size: 16px;
}
.register-finished .finish-btn  {
    width: 345px;
    font-size: 16px;
    background-color: #ffffff;
}
.ant-btn {
    font-size: 14px;
    height: 35px;
    padding: 4px 15px;
    border-radius: 6px;
    background-color: #04a4ff;
    box-shadow: 0 2px 0 rgba(5, 145, 255, .1);
}
.btn-primary {
    margin-top: 0px;
    color: #409eff;
    padding: 9px 0px;
    border: 1px solid #409eff;
    background-color: #ffffff ;
    width: 100%;
}
.suggestion {
    background-color: red;
    position: absolute;
    top: 2px;
    font-size: 12px;
    color: #ffffff;
    left: -50px;
    height: 20px;
    line-height: 20px;
    width: 48px;
    text-align: center;
    border-radius: 8px;
}



/* element组件样式重写 */
.el-autocomplete-suggestion {
    top: 356px!important;
}
.el-autocomplete {
    width: 100%;
}
.el-autocomplete-suggestion .el-scrollbar__view .auto-name {
    font-size: 12px;
}
.el-autocomplete-suggestion .el-scrollbar__view .auto-name.verified {
    color: #409EFF;
}
.el-autocomplete-suggestion .password-icon {
    margin-right: 3px;
}
.el-autocomplete-suggestion__wrap.el-scrollbar__wrap .el-scrollbar__view>li {
    cursor: unset;
    pointer-events: none;
    padding: 0px 0px 0px 10px;
}


.el-form {
    width: 24%;
    margin-top: 16px;
}
.el-form-item {
    margin-bottom: 28px;
}
.el-form .el-form-item__content {
    margin-left: 0px!important;
}

.el-form-item .el-form-item__content {
    position: relative;
}

.el-form-item .el-form-item__content::before {
    position: absolute;
    top: 58%;
    left: -15px;
    content: '*';
    color: #F56C6C;
    font-size: 20px;
    transform: translate(0, -50%);
}
.el-form-item.not-required .el-form-item__content::before {
    content: "";
}
.el-form-item:last-child .el-form-item__content{
    text-align: center;
}
.el-form-item .agreement {
    color: #0087FF;
}
.el-form-item .el-button {
    width: 100%;
}
.el-form-item .el-checkbox__inner {
    width: 20px;
    height: 20px;
}
.el-checkbox__inner::after {
    width: 7px;
    height: 12px;
}
.el-form-item .el-input .el-button {
    height: 100%;
    padding: 0px;
    border: 0px;
}
.el-input__suffix {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 2px;
}
.el-input__suffix .el-input__suffix-inner {
    display: inline-block;
    height: 96%;
}
.el-input__suffix-inner>.el-button>span {
    display: inline-block;
    height: 100%;
}
.el-input__suffix-inner>.el-button>span>img {
    height: 100%;
    width: auto;
}
.el-form-item__error {
    /*position: static;*/
    top: 94%;
}
.el-tabs.el-tabs--top {
    width: 24%;
}
.el-tabs__nav {
    display: flex;
    justify-content: space-around;
    float: none;
}
.el-tabs__item {
    padding: 0;
}
.el-tabs__item.is-active {
    font-size: 24px;
    font-weight: 600 !important;
    border-bottom: 2px solid;
}
.el-tabs__active-bar {
    height: 0;
}