/* 重写国际区号插件css */
.intl-tel-input.allow-dropdown .selected-flag,.intl-tel-input.separate-dial-code .selected-flag {
    width: 428px;
    height: 40px;
    padding-left: 12px;
}
.intl-tel-input .flag-container {
    padding-left: 0;
}
.intl-tel-input .selected-flag .iti-arrow {
    right: 18px;
}
.intl-tel-input .country-list.dropup {
    bottom: 100%;
    margin-bottom: -1px;
    width: 438px;
}
.intl-tel-input .country-list {
    width: 438px;
}
/* 重写注册的phone */
#phoneNumber {
    width: 440px;
}
/* 切换手机注册或邮箱注册，参考阿里云 */
.tabs-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.tabs-nav .tabs-item {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: rgb(115, 119, 122);
    position: relative;
    cursor: pointer;
}
.tabs-item .tabs-item-text {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    color: rgb(24, 24, 24);
    vertical-align: middle;
    transition: 0.3s;
}
.tabs-nav .tabs-item::before {
    content: "";
    position: absolute;
    transform: translate(0px, 5px);
    scale: 0 1;
    inset: calc(100% - 2.5px) 0px 0px;
    background: #0D99F9;
    transition: 0.3s, translate 0.3s;
}
.tabs-nav .tabs-item.active::before {
    translate: 0px;
    scale: 1;
    transition: 0.3s;
}
.tabs-nav .tabs-item.active .tabs-item-text {
    color: #0D99F9;
}
.tabs-nav .tabs-item:not(:first-child) {
    margin-left: 34px;
}

#internationRegisterButton {
    width: 440px;
    height: 40px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    border: none;
}