.loginModel .model {
    box-sizing: border-box;
    width: 466px;
    min-height: 430px;
    /* padding: 0 20px 20px; */
    padding: 0 !important;

    background-color: #fff;
}

.loginModel .model * {
    /* 首字母 */
    text-transform: none;
}

.loginModel .model .model_top {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 110px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.loginModel .model .model_top img {
    object-fit: cover;
    flex-shrink: 0;
    max-width: 100%;
    width: auto;
    height: 56px;
    background-color: transparent;
}

.loginModel .model .model_top .top_close {
    cursor: pointer;
    z-index: 20241208;
    position: absolute;
    right: 16px;
    top: 16px;

    width: 18px;
    height: 18px;
    object-fit: cover;
}

.loginModel .model .model_cont {
    /* margin: 12px 20px 32px; */
    margin: 0 20px 20px;

    overflow: hidden;
    padding: 0 4px;
}

/* .loginModel .model .model_cont */

.loginModel .model .model_cont .title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: space-between;
}

.loginModel .model .model_cont .title .left {
    font-size: 24px;
    line-height: 36px;

    margin-right: 5px;
    flex-shrink: 0;
}

.switch_login_type {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    padding: 4px;
    max-width: 70%;
    height: 100%;
    border-radius: 50px;
    transition: all 0s !important;
    box-shadow: 0px 0px 0px #aaaaaa00 inset;
    background-color: #f4f6fa;

}

.switch_login_type .right_item {
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 6px 10px;
    width: 50%;
    min-width: 88px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 50px;
}

.switch_login_type .right_item.active {
    background-color: #ffffff;
}

.switch_login_type .right_item .text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.loginModel .model .model_cont input {
    font-weight: 400;
}

.loginModel .model .model_cont input::placeholder {
    font-size: 16px;
    line-height: 1.5;
}

.loginModel .model .model_cont .flex_btn {
    box-sizing: border-box;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    font-size: 14px;
    line-height: 1.5;
}

.loginModel .model .model_cont .flex_btn span {
    color: #f33d0b;
    font-size: 14px;
    line-height: 1.5;
}

.loginModel .model .model_cont .mb-4 .btn {
    width: 100%;
}

.loginModel .model .model_cont #page_switch {
    cursor: default !important;
}

.loginModel .model .model_cont #page_switch span {
    cursor: pointer;
}

.w80 {
    min-width: 80px;
}

.w90 {
    min-width: 90px;
}

.w100 {
    min-width: 100px;
}

.border_right {
    border-radius: 0 .3rem .3rem 0 !important;

}

.show_country {
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;

    /* min-width: 100px; */
    margin-right: -1px;
    padding: 0 10px;


    height: 100%;
    border-radius: .3rem 0 0 .3rem;
    border: 1px solid #ced4da;
}

.show_country .code {
    display: flex;
    align-items: center;
    transition: all 0s !important;
}

.show_country .icon {
    width: 20px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 3px;
    transition: all 0s !important;
}

/* 国家弹窗 */
/* 全屏模态框背景 */
#countryModel.model {
    z-index: 20250108;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(14px);
    background-color: rgba(0, 0, 0, 0.1);

    /* 半透明黑色背景 */
    align-items: center;
    justify-content: center;
    /* opacity: 0; */
    /* 初始时隐藏 */
    transition: opacity 0.5s ease;

    /* 渐变动画 */

    @media screen and (max-width: 500px) {
        align-items: flex-end;
    }
}


/* 内容 */
#countryModel .model_content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 500px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

    position: relative;
}


/* 标题和关闭图标的容器 */
#countryModel .model_content .model_header {
    display: flex;
    justify-content: space-between;
    /* 使标题和关闭按钮分开 */
    align-items: center;
    margin-bottom: 20px;
}


/* 模态框标题 */
#countryModel .model_content .model_header h4 {
    margin: 0;
    font-size: 18px;
}

/* 右上角关闭按钮 */
#countryModel .model_content .model_header .close_img {
    cursor: pointer;
    object-fit: cover;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

#countryModel .model_content .model_search {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #f7f9fb;

    height: 42px;
    padding: 0 14px;

}

#countryModel .model_content .model_search img {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    box-sizing: border-box;
    object-fit: contain;
}

#countryModel .model_content .model_search input {
    min-width: 1px;
    flex: 1;
    flex-shrink: 0;

    font-size: 14px;
    height: 100%;
    line-height: 22px;
    display: flex;
    align-items: center;
}


/* 内容 */
#countryModel .model_content .content {
    /* height: calc(100vh - 200px); */
    max-height: 400px;
    overflow: auto;
    border-radius: 10px;
    background-color: #f7f9fb;
}

#countryModel .model_content .content .nuData {
    background-color: transparent;
}

#countryModel .model_content .content .row_item {
    cursor: pointer;
    padding: 14px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ffffff;
}

#countryModel .model_content .content .row_item:hover {
    background-color: #f4f6fa;
}

#countryModel .model_content .content .row_item .cell_left {
    display: flex;
    align-items: center;
    width: calc(100% - 40px);
}

#countryModel .model_content .content .row_item .cell_left .icon {
    width: 20px;
    display: inline-block;
    margin-right: 10px;
    background-color: #f7f7f7;

    border-radius: 3px;
    display: flex;
    align-items: center;
}


#countryModel .model_content .content .row_item .cell_left .adder {
    font-size: 14px;
    text-align: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 1px;
}

#countryModel .model_content .content .row_item .cell_right {
    flex: 1;
    flex-shrink: 0;
    text-align: right;
}


#countryModel .model_content .content .row_item:last-of-type {
    border-bottom: 1px solid transparent;
}







/* 渐入动画 */
#countryModel.fadeIn {
    animation: fadeIn .5s ease-in forwards;
}

#countryModel .model_content.innerShow {
    animation: innerShow .5s ease;
}

/* 渐出动画 */
#countryModel.fadeOut {
    animation: fadeOut .5s ease-in forwards;
}

#countryModel .model_content.innerHide {
    animation: innerHide 0.5s ease !important;
}

@keyframes innerShow {
    0% {
        transform: translateY(100vh);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes innerHide {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(100vh);
        backdrop-filter: 0;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        display: none;
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes fadeOut {

    /* from {
        opacity: 1;
    }

    to {
        opacity: 0;
    } */
    0% {
        backdrop-filter: blur(0px);
    }

    100% {
        backdrop-filter: blur(0px);
        opacity: 0;
        display: flex;
    }
}

@media screen and (max-width: 500px) {
    #countryModel .model_content {
        width: 100%;
    }

    #countryModel.model {
        padding: 0 !important;
    }

    .loginModel .model .model_top .top_close {
        right: 20px;
        top: 20px;
    }

    #countryModel.model {
        width: 100%;
        padding: 0;
        border-radius: 10px 10px 0 0;
    }
}

@media screen and (max-width: 440px) {
    #countryModel.model {
        width: 100%;
        border-radius: 10px 10px 0 0;
    }
}


@media screen and (max-width: 350px) {
    .switch_login_type {
        width: max-content;
        max-width: max-content;
    }
}