[v-cloak] {
    display: none;
}
.fade-enter-active, .fade-leave-active {
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s; /* 兼容微信 */
}
.fade-enter, .fade-leave-to {
    opacity: 0;
}
.disable-style {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none; /* 阻止鼠标交互，但仍可触发事件 */
}
.is-ios {
    .el-scrollbar {
        > .el-scrollbar__bar {
            opacity: 1 !important; /* 滚动条轨道透明度 */
        }
        > .el-scrollbar__thumb {
            background-color: rgba(144, 147, 153, 0.5) !important; /* 滚动条滑块颜色 */
            border-radius: 4px; /* 滑块圆角 */
        }
    }
}

.box-container {
    display: flex;
    justify-content: center;
    margin:0 auto;
    align-items: center;
    width: 1300px;
    height: 120px;
    background: #f9f9f9 url("../../assets/img/bottom_bgc_t.png") no-repeat center;
    background-size: 100% 100%;
    padding: 20px;
    border-radius: 8px;
    cursor: default;
    user-select: none;
}
/* 顶部样式 */
/*region*/
.miantitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    height: 60px;
}
.titles {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 28px;
    color: #3D3D3D;
}
.decs {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 13px;
    color: #3D3D3D;
}
.line {
    height: 50px;
    width: 1px;
    background-color: #969696;
    margin-left: 90px;
    margin-right: 50px;
}
.taglist {
    width: 600px;
    height:120px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.tagtilte {
    width: 80px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.tagtilte img {
    width: 20px;
    height: 20px;
    margin-top: 5px;
}
.wentag {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 28px;
    color: #FF6262;
    vertical-align: center;
}
.dectag {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 10px;
    color: #3D3D3D;
    text-align: center;
}
/*endregion*/

/* 筛选器 */
/*region*/
.selector {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    width: 1300px;
    height: 200px;
    background: white;
    margin: 10px auto 20px;
    border-radius: 10px;
    padding: 10px 30px 10px 15px;
    user-select: none;
}
.selector-item {
    width: 100%;
    display: flex;
}
.selector-item-title {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 14px;
    color: #3D3D3D;
}
.selector-item-content {
    margin-left: 15px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap:10px;
    row-gap: 5px;
    flex-wrap: wrap;
    font-family: Source Han Sans, Source Han Sans;
    font-size: 14px;
    color: #6F6F6F;
}
.selector-item-content .active {
    color: #FF6262 ;
}
.selector-item-choices {
    cursor: pointer;
}
.more-cities {
    margin-left: 30px;
    font-family: Source Han Sans, Source Han Sans;
    font-size: 14px;
    color: #FF6262;
    cursor: pointer;
}
/* 城市选择器 */
.selector-cities-container {
    padding-left: 10px;
    padding-right: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 600px;
    height: 500px;
    border-radius: 10px;
    background: #fff;
    z-index: 3;
    user-select: none;
}
.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.mask1{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.cities-container-top {
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #e6e8eb;
}
.container-top-title {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 16px;
}
.container-top-close {
    height: 30px;
    width: 30px;
    background: url("../../assets/img/cancel2_t.png") no-repeat  center;
    background-size: 100% 100%;
    cursor: pointer;
}
.cities-container-main {
    display: flex;
    width: 100%;
    height: calc(100% - 50px);
    margin-top:10px;
    padding-bottom: 10px;
}
.container-main-aside {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 100%;
    width: 100px;
    padding-right: 10px;
    overflow: auto;
    gap: 10px;
}
.aside-item {
    width: 100%;
    height: 30px;
    font-size: 14px;
    font-family: Source Han Sans, Source Han Sans;
    flex-shrink: 0;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
    transition: all 0.3s;
}
.container-main-aside .active {
    background: #e8e8e8;
}
.container-main-body {
    position: relative;
    width: calc(100% - 100px);
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 15px;
    justify-content: start;
    align-items: start;
    overflow-y:auto;
    align-content: start;
    padding-left: 10px;
    padding-bottom: 50px;
}
.container-main-body .active {
    background: #ffe7e7;
    color: red;
    border: 1px solid #ffa4a4;
}
.container-main-item {
    width: 80px;
    height: 30px;
    background: #e8e8e8;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    transition: all 0.3s;
}
.confirm-btn {
    position: absolute;
    opacity: 0.8;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    width: 150px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background: #ff7070;
    color: white;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    font-family: Source Han Sans, Source Han Sans;
    cursor: pointer;
    transition: all 0.3s;
}
.confirm-btn:hover {
    opacity: 1;
    background: #FF5A5A;
}
/*endregion*/

/* 主体-选择器 */
/*region*/
.search-input:focus {
    outline: none;

}
.search-bar-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1300px;
    height: 50px;
    margin: 0 auto;
    border-radius: 4px;
    padding: 5px;
}

.search-input {
    width: 750px;
    height: 45px;
    border: 3px solid #FF8181;
    padding-left: 20px;
    padding-right: 120px;
    border-radius: 23px;
    font-size: 16px;
    font-family: Source Han Sans, Source Han Sans;
}

.search-button {
    position: absolute;
    height: 35px;
    width: 90px;
    font-size: 16px;
    border-radius: 16px;
    color: white;
    top: 50%;
    transform: translateY(-50%);
    left: 658px;
    background: #FF8181;
    border: none;
    font-weight: 700;
    transition: all 0.3s;
}
.search-button:hover {
    background: #FF5A5A;
}
select:focus-visible {
    outline: none;
}
.status-container {
    position: relative;
}
.status-select {
    width: 200px;
    height: 40px;
    padding: 5px 10px 5px;
    border-radius: 10px;
    appearance: none; /* 移除默认样式 */
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border:2px solid #FF6262 ;
    cursor: pointer;
}
.next-icon {
    position: absolute;
    height: 30px;
    width: 20px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../../assets/img/next_t.png") no-repeat center;
    background-size: 100% 100%;
}
.filter-button{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 10px;
    cursor: pointer;
    height: 40px;
    width: 120px;
    border: 2px solid #FF6262;
}
.filter-button .clear-choices {
    font-size: 16px;
    font-weight: 500;
    font-family: Source Han Sans, Source Han Sans;
    text-align: center;
    background: transparent;
    color: #FF6262 ;
}
.filter-button .icon {
    margin-left: 5px;
    width: 20px;
    height: 20px;
    background: url("../../assets/img/refresh_t.png") no-repeat center;
    background-size: 100% 100%;
}
.search-bar-column {
    width: 100px;
    height: 40px;
    font-weight: 700;
    font-family: Source Han Sans, Source Han Sans;
    font-size: 16px;
    text-align: center;
    color: white;
    line-height: 40px;
    background: linear-gradient( 90deg, rgba(255,176,103,0.988), #FF9292);
    cursor: pointer;
    user-select: none;
    border-radius: 10px;
}
/*endregion*/
/*搜索栏下的通知*/
/*region*/
.notice-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1300px;
    margin: 0 auto;
    user-select: none;
}
.notice {
    margin-top: 10px;
    width: 600px;
    height:40px;
    background: #F9E6C8;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}
.notice-left {
    display: flex;
    gap: 8px;
    align-items: center;
}
.notice-icon {
    width: 20px;
    height: 20px;
    background: url("../img/horn.png") no-repeat center;
    background-size: 100% 100%;
}
.notice-text {
    font-family: Source Han Sans, Source Han Sans;
    font-size: 14px;
    color: #AC754D;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .5s;
}
.notice-right {
    display: flex;
    align-items: center;
    gap: 10px;
}
.notice-right-btn {
    width: 80px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 500;
    font-size: 14px;
    font-family: Source Han Sans, Source Han Sans;
    background: #FFB179;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}
.notice-right-btn:hover {
    background: #FFA05A;
}
.notice-right-cancel {
    width: 20px;
    height: 20px;
    background: url("../img/cancel2_t.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}
.notice-ad {
    height: 60px;
    width: 200px;
    background: #f9e6c8 no-repeat center;
    background-size: cover;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.5s;
}
.notice-ad img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
/*endregion*/

/* 主体 - 信息展示 */
/*region*/
.ellipsis-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.el-table {
    margin-top: 10px !important;
    border-radius: 10px;
    border:  1px solid #c4c4c4;
    user-select: none;
}
.el-form-item {
    margin-bottom: 0 !important;
}
.el-form-item label {
    width:125px;
}
.el-form-item div {
    max-width: 1100px;
    text-align: start;
    white-space: wrap;
}
.demo-table-expand {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.el-table th {
    font-family: Source Han Sans, Source Han Sans;
    background: #F6F6F6 !important;
    color: #3D3D3D !important;
    text-align: center;
}
.el-table td {
    text-align: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    color: #3D3D3D;
}
.el-table .cell {
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: default;
}
tbody .business-type {
    width: 60% !important;
    margin: 0 auto;
    background: #FFD5A1;
    border-radius: 5px 5px 5px 5px;
    font-weight: 500;
}
tbody .el-table_1_column_7,
tbody .el-table_1_column_8,
tbody .el-table_1_column_9{
    text-align: start;
}
.delivery .el-link--inner {
    width: 100%;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.delivery img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}
.delivery .text {
    font-family: Source Han Sans, Source Han Sans;
    margin-left: 5px;
    color: #409eff;
    font-size: 14px;
    font-weight: 500;
}
.deliver {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.deliver img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.deliver .text {
    font-family: Source Han Sans, Source Han Sans;
    font-size: 14px;
    font-weight: 500;
    color: #5e7fff;
}
/*endregion*/

/* 底部 - 页码 */
/*region*/
.el-pagination {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-family: Source Han Sans, Source Han Sans;
    user-select: none;
}
.el-pager li{
    margin-right:10px;
    background: #F0F2F5 !important;
    transition: all 0.3s;
}
.el-pager li:nth-child(1){
    margin-left: 10px;
}
.el-pager .active {
    background: #FF6262 !important;
    color: white !important;
}

tbody .el-table_2_column_8 .cell,
tbody .el-table_2_column_9 .cell{
    text-align: start;
}
/*endregion*/
/*投递弹框*/
/*region*/
.deliver-pop {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 500px;
    height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: white;
    border-radius: 20px;
    z-index:3;
    user-select: none;
}
.deliver-pop-close {
    position: fixed;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url("../../assets/img/cancel2_t.png") no-repeat center;
    background-size: 100% 100%;
}
.deliver-pop-title {
    font-size: 20px;
    font-weight: 700;
    font-family: Source Han Sans, Source Han Sans;
    margin-top: 20px;
}
.deliver-pop-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
}
.deliver-pop-email {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    font-size: 16px;
    color: #959595;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    margin-bottom: 5px;
    white-space: normal;
    word-break: break-all;
}
.deliver-pop-tip {
    font-size: 15px;
    font-family: Source Han Sans, Source Han Sans;
    color:#ff6262 ;
}
.deliver-pop-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 35px;
    background: #ff6262;
    border-radius: 25px;
    color: white;
    font-weight: 700;
    font-size: 15px;
    font-family: Source Han Sans, Source Han Sans;
    cursor: pointer;
    transition: all 0.3s;
}
.deliver-pop-btn:hover {
    transform: scale(1.1);
    background: red;
}
/*endregion*/
/* 首页广告 */
/*region*/
.center-ad{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 350px;
    height: 450px;
    background: aliceblue;
    border-radius: 10px;
    user-select: none;
    z-index:3;
}
.center-ad img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.center-ad-cancel {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 25px;
    height: 25px;
    background: url("../img/close_t.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}
/*endregion*/
/* 引导弹窗 */
/*region*/
/* 弹窗标题 */
.dialog-title-container {
    text-align: center;
}
.dialog-title {
    font-size: 30px;
    font-weight: 600;
    color: #353535;
}
.dialog-subtitle {
    font-size: 14px;
    color: #444444;
    font-weight: 500;
    margin-top: 8px;
}

.custom-dialog .el-dialog {
    width: 1000px !important;
    height: 550px !important;
    max-width: 1000px !important;
    min-width: 450px !important;
    border-radius: 12px !important;

    display: flex !important;
    flex-direction: column !important;
}
.custom-dialog .el-dialog__header {
    padding: 24px 24px 10px !important;
    flex-shrink: 0; /* 头部高度固定，不允许压缩 */
}
.custom-dialog .el-dialog__body {
    padding: 0 !important;
    flex: 1;
    display: flex !important;
    flex-direction: column !important;
    overflow-y: hidden;

}


/* 步骤条 */
.step-bar {
    padding: 10px 15px;
    flex-shrink: 0;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    top: -20px;
}
.step-bar-track {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    position: relative;
}
.step-bar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-width: 60px;
    flex: 1;
}
.step-bar-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f2f2f2;
    color: #bdbdbd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    z-index: 2; /* 确保圆圈在连接线之上 */
    transition: all 0.3s;
}
.step-bar-item.active .step-bar-circle {
    background: #ff6262;
    color: #fff;
}
.step-bar-item.completed .step-bar-circle {
    background: #d9d9d9;
    color: #fff;
}
.step-bar-label {
    font-size: 14px; /* PC端字体稍大 */
    color: #3c3c3c;
    margin-top: 8px;
    min-width: 60px;
    text-align: center;
    position: relative;
    /* 关键：让文字覆盖在连接线上 */
    z-index: 2;
    background: #fff;
    padding: 0 0px;
}
.step-bar-item.active .step-bar-label {
    color: #222;
    font-weight: bold;
}
.step-bar-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 38px; /* 与圆圈中心对齐 */
    left: 50%;
    width: 100%;
    height: 2px;
    background: #e0e0e0;
    z-index: 1;
}


/* 步骤内容区：固定高度，内部滚动 */
.step-content {
    flex: 1;
    overflow-y: auto;
    padding: 20px 60px;
}


.year-select-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.year-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    width:35%;
    height: 40px;
    margin-bottom: 12px;
    border: 1px solid #c3c3c3;
    border-radius: 6px;
    transition: all 0.2s;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
}
.year-label.selected {
    background: #ffe6e6;
    border-color: #ffaaaa;
    color: #ff6262;
}
.school-autocomplete {
    width: 80% !important;
    margin: 0 auto;
    display: block;
}
.school-autocomplete .el-input__inner {
    height: 45px !important;
    line-height: 48px !important;
    border-radius: 24px !important;
    border: 2px solid #dcdfe6 !important;
    font-size: 16px;
}
.section-title {
    display: block;
    font-size: 15px;
    color: #606266;
    margin-bottom: 12px;
    padding: 0 62px;
}
.multi-btn-group {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;  /* 统一的间距 */
    padding: 0 15px;
}
.multi-btn-group .el-button {
    width: 100%;  /* 让按钮填满格子 */
    margin: 0;  /* 清除默认margin */
    height: 40px;
    border-radius: 8px !important;
    font-size: 15px;
}
.el-button.active-type, .el-button.active-industry {
    background: #ffe6e6 !important;
    color: #ff6262 !important;
    border-color: #ffaaaa !important;
}


/* 按钮区 */
.dialog-footer-btns {
    padding: 24px 120px;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
#prevBtn.btngray, #nextBtn.btn {
    width: 35%;
    height: 48px !important;
    font-size: 18px;
    border-radius: 24px !important;
    border: none !important;
}
#prevBtn.btngray {
    background: #d3d4d6 !important;
    color: #fff !important;
}
#prevBtn.btngray.btn-active {
    background: #ff6262 !important;
}
#prevBtn.btngray:disabled {
    background: #d3d4d6 !important;
}
#nextBtn.btn {
    background: #ff6262 !important;
    color: #fff !important;
}

/* 错误提示文本：绝对定位在按钮正下方 */
.validation-error-text-absolute {
    position: absolute;
    bottom: -8px; /* 调整与按钮的距离 */
    right: 15px;
    width: 48%;
    text-align: center;
    margin-top: 8px;
    color: #f56c6c; /* 红色文字 */
    font-size: 14px;
    pointer-events: none; /* 穿透点击事件 */
}

/* 页面切换动画 */
.slide-next-enter-active, .slide-next-leave-active, .slide-prev-enter-active, .slide-prev-leave-active {
    transition: all 0.6s ease-in-out;
}
.slide-next-enter { opacity: 0; transform: translateX(100px); }
.slide-next-leave-to { opacity: 0; transform: translateX(-100px); }
.slide-prev-enter { opacity: 0; transform: translateX(-100px); }
.slide-prev-leave-to { opacity: 0; transform: translateX(100px); }

/*endregion*/
/*手机端样式适配*/
@media screen and (max-width: 768px) {
    .box-container {
        width: 95%;
        margin: 0 auto;
        height: 145px;
        border-radius: 10px;
        flex-direction: column;
        background: #fff;
        padding: 10px 0 0;
    }
    .titles {
        font-size: 24px;
    }
    .taglist {
        width: 100%;
    }
    .tagitems {
        background: #F5F5F5;
        border-radius: 10px;
        padding-bottom: 5px;
    }
    .tagtilte {
        height: auto;
    }
    .wentag {
        font-size: 18px;
    }
    .dectag {
        font-size: 9px;
    }
    .search-input {
        width: 95vw;
        height: 40px;
        font-size: 12px;
        padding-right: 100px;
    }
    .search-button {
        height: 30px;
        width: 80px;
        left: calc(90vw - 23px);
        transform: translate(-50%,-50%);
        font-size: 14px;
    }
    .selector-cities-container {
        width: 100vw;
        height: 80vh;
        overflow-y: scroll;
        top: 100%;
        left: 0;
        transform: translateY(-100%);
        border-radius: 10px 10px 0 0;
    }
    .container-main-item {
        width: 60px;
    }
    .confirm-btn {
        position: fixed;
        opacity:1;
        width: 30px;
        height: 30px;
        bottom: 10px;
        right: 10px;
        left: unset;
        border-radius: 50%;
        background: url("../img/confirm.png") no-repeat center;
        background-size: 90% 90%;
        border: 3px solid #ff8181;
    }
    .el-pager li{
        margin-right:3px;
    }
    .el-pager li:nth-child(1){
        margin-left: 3px;
    }
    .el-pagination--small .btn-next, .el-pagination--small .btn-prev, .el-pagination--small .el-pager li, .el-pagination--small .el-pager li.btn-quicknext, .el-pagination--small .el-pager li.btn-quickprev, .el-pagination--small .el-pager li:last-child{
        min-width: 15px;
    }
    .deliver-pop {
        width: 300px;
        height: 180px;
    }
    .deliver-pop-title {
        font-size: 16px;
        margin-top: 30px;
    }
    .deliver-pop-content {
        gap: 5px;
        margin-bottom: 10px;
    }
    .deliver-pop-btn {
        width: 140px;
        height: 30px;
        font-size: 13px;
    }
    .deliver-pop-email {
        font-size: 14px;
    }
    .deliver-pop-tip {
        font-size: 12px;
    }
    .notice-container {
        width: 95%;
        margin-top: 8px;
        margin-bottom: 10px;
    }
    .notice{
        width: 100%;
        height: 25px;
    }
    .notice-icon {
        width: 15px;
        height: 15px;
    }
    .notice-text {
        font-size: 12px;
    }
    .notice-right-cancel {
        width: 15px;
        height: 15px;
    }
    /* 弹窗在手机上宽度为90%，高度自适应 */
    .custom-dialog .el-dialog {
        width: 80vw !important;
        height: 502px !important; /* 高度由内容决定 */
        max-height: 85vh;
        min-width: 0 !important;
    }

    /* 全面减少内边距 */
    .custom-dialog .el-dialog__header { padding: 20px 15px 10px !important; margin-bottom: 8px;}
    .step-bar { padding: 10px 15px; }
    .step-content { padding: 20px 15px; }
    .dialog-footer-btns { padding: 20px 15px; }


    .step-bar-track {
        justify-content: center;
    }
    .step-bar-item {
        display: none;
        flex: 0 0 auto;
    }
    .step-bar-item.active {
        display: flex; /* 只显示激活的那个 */
    }
    .step-bar-item::after {
        display: none; /* 隐藏所有连接线 */
    }

    /* 缩小字体 */
    .dialog-title { font-size: 18px; }
    .dialog-subtitle { font-size: 12px; }
    .step-bar-label { font-size: 13px; }

    /* 内容自适应 */
    .year-label { font-size: 16px; height: 35px; }
    .school-autocomplete .el-input__inner {
        height: 44px !important;
        line-height: 44px !important;
        font-size: 15px;
    }
    .section-title {
        font-size: 14px;
    }

    .multi-btn-group{
        grid-template-columns: repeat(3, 1fr);  /* 保持三列 */
        gap: 8px;  /* 可以适当调整间距 */
        padding: 0 10px;
    }

    /* 底部按钮 */
    .dialog-footer-btns {
        padding: 20px 40px;
    }
    #prevBtn.btngray, #nextBtn.btn {
        height: 48px !important;
        font-size: 16px;
    }

    /* 错误提示 */
    .validation-error-text-absolute {
        right: 15px;
        bottom: -8px;
        font-size: 12px;
        width: 40%;
    }
}
.mobile-selector {
    width: 95%;
    margin: 10px auto 10px;
    height: 35px;
    display: flex;
    justify-content: space-between;
}
.mobile-selector-item {
    width: 24%;
    height: 100%;
    font-size: 14px;
}
.mobile-selector-item:nth-child(3) {
    height: 40px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e0e3e9;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    transition: all 0.3s;
}
.mobile-selector-item:nth-child(3):hover {
    background: #ff8181;
    color: white;
}
.top-tip {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 95%;
    height: 25px;
    margin: 0 auto 8px;
    background: #ffd5a1;
    border-radius: 7px;
    padding: 0 15px;
    color: #bd8755;
    font-size: 12px;
}
.top-tip img{
    width: 18px;
    height: 18px;
}
.top-tip-text {
    margin-left: 10px;
}
.top-tip img:last-child {
    margin-left: auto;
    cursor: pointer;
}