/* 优化后的CSS样式*/
*{margin: 0;padding: 0;box-sizing: border-box;font-family: "PingFang SC", "Microsoft YaHei", sans-serif;outline: none}
body{background-color: #f5f7fa;color: #333;line-height: 1.6;}
input, select{width: 100%;padding: 14px 16px;border: 1px solid #dcdfe6;border-radius: 8px;font-size: 16px;color: #333;transition: border-color 0.3s;}
input:focus, select:focus{outline: none;border-color: #1e88e5;box-shadow: 0 0 0 2px rgba(30, 136, 229, 0.2);}
xm-select{border:0 !important}
xm-select > .xm-tips{color: #444 !important}
footer {text-align: center;font-size: 14px;padding: 20px;background: #444;color: #fff;line-height: 2;}
footer a{color: #fff;display: inline-block;padding-right: 5px;}
a{outline: 0}
::-webkit-scrollbar{width: 5px;/* 滚动条宽度*/}
::-webkit-scrollbar-track{background: #f1f1f1;/* 轨道背景色*/}
::-webkit-scrollbar-thumb{background: #888;/* 滑块颜色*/border-radius: 5px;/* 滑块圆角*/}
::-webkit-scrollbar-thumb:hover{background: #555;/* 悬停时滑块颜色*/}
input:focus {outline: none;box-shadow: none; /* 部分浏览器可能需要这个 */}

/* 顶部导航样式*/
.wrap_navbar{width: 100%;overflow: hidden;background: #1a73e8;padding:0 0 5px 0;}
.wrap_navbar .navbar .navbar-nav{float: left;}
.wrap_navbar .navbar .ab_logo{float: left;}
.wrap_navbar .navbar .navbar-nav{float: left;margin-left: 50px;}
.wrap_navbar .navbar .navbar-nav li{float: left;line-height: 64px;font-size: 18px;margin-right: 15px;}
.wrap_navbar .navbar .navbar-nav li a{color: #fff}
.wrap_navbar .navbar .ab_logo img{width: 184px;}
.wrap_navbar .navbar{width: 1300px; margin: 15px auto ;overflow: hidden}
.wrap_navbar .navbar .text-white{float: right;line-height: 64px;color: #fff;font-size: 20px;}
.wrap_navbar .wrap_top{background: #fff}
.wrap_navbar .wrap_top .inner{margin-top: 0;margin-bottom: 0;line-height: 40px;}
.wrap_navbar .wrap_top .inner .head_fl{float: left;}
.wrap_navbar .wrap_top .inner .head_tr{float: right;}

.layui-carousel{max-width: 1920px;margin: auto;}
.search .darkmode {float:right;margin-left:15px;position:relative;}
.darkmode i{font-weight: 900;}
.search i.fa,.darkmode i.fa {color:#6b7386;line-height:78px;opacity:0.7;font-size:18px;padding-left:10px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;cursor:pointer;display:block;width: 28px;}
.search i.fa:hover,.darkmode i.fa:hover {opacity:1;}
.search .s-form {padding:20px;line-height:normal;background:#fff;position:absolute;right:0;top:100%;display:none;box-shadow:0px 8px 20px 0px rgba(0,0,0,0.1);border:1px solid #eee;border-top:none;z-index:1;}
.search .s-form .sform {width:258px;padding-right:32px;position:relative;}
.search .s-form button {border:medium none;background:#ff3636;position:absolute;top:0;right:0;cursor:pointer;}
.search .s-form button i {color:#fff;font-size:18px;height:32px;line-height:32px;padding:0 10px;width: 40px;}
.search .s-form button:hover {opacity:1}
.search .s-form .sinput {background:#f8f8f8;border:1px solid #eee;padding: 5px 0 0 10px;height:32px;line-height:32px;width:100%;font-size: 14px;}
.search .s-form .arrow {position:absolute;top:-17px;right:-2px;line-height:26px;color:#fff;font-size:20px;opacity: 1;}


.studentinfo_box .curve-box{position: relative;width: 100%;height: 60px;margin: 0 auto;}
.studentinfo_box .curve{position: absolute;top: 20px;left: 0;width: 100%;height: 20px;background: linear-gradient(to right, #b3d8ff, #b3d8ff);border-radius: 10px;}
.studentinfo_box .ball{position: absolute;top: 12px;right: 30px;width: 16px;height: 16px;border-radius: 50%;background: #000;border: 2px solid #fff;}
.studentinfo_box .score{font-size: 36px;font-weight: bold;margin: 10px 0;text-align: center}
.studentinfo_box .rank-desc{color: #999;margin-bottom: 20px;text-align: center}
.studentinfo_box .tags{display: flex;justify-content: center;gap: 20px;margin-bottom: 15px;}
.studentinfo_box .tg{padding: 6px 6px;text-align: center}
.studentinfo_box .cj{color: #ff9999;}
.studentinfo_box .wt{color: #99ccff;}
.studentinfo_box .bd{color: #cccccc;}

/* 主容器样式*/
.main-container{max-width: 1300px;margin: 25px auto;padding: 0 15px;border-radius: 16px;box-shadow:-2px 1px 14px 4px rgba(0, 0, 0, 0.1);overflow: hidden}
.home .dashboard{display: flex;gap: 20px;margin-bottom: 30px;}
/* 卡片组件样式*/
.home .card{background-color: #fff;border-radius: 12px;padding: 24px;margin-bottom: 20px;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);}
.home .section-title{font-size: 18px;font-weight: 600;margin-bottom: 20px;color: #1a1a1a;position: relative;padding-left: 12px;}
.home .section-title::before{content: "";position: absolute;left: 0;top: 4px;height: 20px;width: 4px;background-color: #1a73e8;border-radius: 4px;}
.home .section-title .more{float: right;font-weight: normal}
/* 左侧面板样式*/
.home .left-panel{flex: 1;}
.home .input-group{margin-bottom: 20px;}
.home .input-wrapper{position: relative;display: flex;align-items: center;margin-bottom: 12px;height:50px;line-height: 50px;}
.home .input-icon{position: absolute;left: 14px;color: #666;font-size: 16px;}
.home .input-field{width: 100%;border: 1px solid #e0e0e0;border-radius: 8px;padding: 12px 15px 12px 46px;font-size: 15px;transition: all 0.3s;font-size: 14px}
.home .input-field:focus{outline: none;border-color: #1a73e8;box-shadow: 0 0 0 4px rgba(26, 115, 232, 0.1);}
.home .info-text{color: #999;font-size: 13px;padding-left: 5px;margin-top: 5px;}
/* 按钮样式*/
.home .btn{display: inline-flex;align-items: center;justify-content: center;border-radius: 8px;padding: 14px 20px;font-size: 16px;font-weight: 500;cursor: pointer;transition: all 0.3s;border: none;text-decoration: none;}
.home .btn-primary{background: linear-gradient(135deg, #1a73e8 0%, #3b89ff 100%);color: white;box-shadow: 0 4px 10px rgba(26, 115, 232, 0.25);width: 100%;}
.home .btn-primary:hover{background: linear-gradient(135deg, #1662c7 0%, #357ee6 100%);box-shadow: 0 6px 15px rgba(26, 115, 232, 0.35);transform: translateY(-3px);}
.home .btn-secondary{background: linear-gradient(135deg, #4caf50 0%, #66bb6a 100%);color: white;box-shadow: 0 4px 10px rgba(76, 175, 80, 0.25);margin-top: 15px;}
.home .btn-secondary:hover{background: linear-gradient(135deg, #43a047 0%, #5cb160 100%);box-shadow: 0 6px 15px rgba(76, 175, 80, 0.35);transform: translateY(-3px);}
/* 中间面板样式*/
.home .middle-panel{flex: 1.5;}
.home .module-card{border-radius: 12px;padding: 24px;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);margin-bottom: 20px;}
.home .my-volunteer{background: linear-gradient(135deg, #e8f3ff 0%, #f0f8ff 100%);border: 1px solid #d0e3ff;}
.home .module-title{font-size: 17px;font-weight: 600;margin-bottom: 10px;color: #1a73e8;display: flex;align-items: center;}
.home .module-title i{margin-right: 8px;font-size: 18px;}
.home .part1{position: relative;padding-top: 20px;}
.home .badge{display: inline-block;background-color: rgba(232, 240, 254, 0.7);color: #1a73e8;padding: 5px 12px;border-radius: 30px;font-size: 13px;margin-bottom: 10px;font-weight: 500;}
.home .plus-icon{background-color: #1a73e8;color: white;width: 24px;height: 24px;border-radius: 50%;display: inline-flex;align-items: center;justify-content: center;margin-right: 8px;box-shadow: 0 2px 4px rgba(26, 115, 232, 0.3);}
.home .report-module{background: linear-gradient(135deg, #e8fff5 0%, #f0fff9 100%);border: 1px solid #c8f0db;text-align: center;}
.home .report-icon{color: #4caf50;font-size: 40px;float: left;}
.home .report-module p{color: #333;font-size: 15px;margin-bottom: 20px;float: left;margin-top: 15px;margin-left: 15px;}
.home .report-module .btn-secondary{width: 100%;margin-top: 0;}
/* 右侧面板样式*/
.home .right-panel{flex: 1;}
.home .timeline-card{margin-bottom: 20px;}
.home .timeline-item{width: 100%;position: relative;overflow: hidden;}
.home .timeline-content{display: flex;flex-wrap: wrap;gap: 15px;padding: 15px 0;}
.home .timeline-event{flex: 0 0 calc(33.33% - 10px);background: #f5f9ff;border-radius: 8px;padding: 12px;border-left: 3px solid #1a73e8;}
.home .timeline-event h4{font-size: 13px;color: #666;margin-bottom: 5px;}
.home .timeline-event p{font-size: 12px;color: #333;}
.home .policy-grid{display: grid;grid-template-columns: repeat(3, 1fr);gap: 12px;margin-top: 5px;}
.home .policy-item{border-radius: 8px;padding: 12px 5px;text-align: center;transition: all 0.3s;cursor: pointer;}
.home .policy-item:hover{transform: translateY(-5px);box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);}
.home .policy-item i{font-size: 20px;margin-bottom: 10px;}
.home .policy-item div{font-size: 14px;font-weight: 500;}
.home .policy-blue{background: linear-gradient(135deg, #e8f3ff 0%, #f0f8ff 100%);color: #1a73e8;}
.home .policy-green{background: linear-gradient(135deg, #e8f7ee 0%, #f0fdf7 100%);color: #4caf50;}
.home .policy-orange{background: linear-gradient(135deg, #fff5e8 0%, #fff9f0 100%);color: #ff9800;}
/* 课程部分样式*/
.home .section-header{text-align: center;margin: 40px 0 30px;margin-top: 0;position: relative;}
.home .section-header h1{font-size: 36px;color: #1e293b;font-weight: 700;letter-spacing: 1px;}
.home .section-header::after{content: "";display: block;width: 80px;height: 4px;background: linear-gradient(to right, #3b82f6, #8b5cf6);border-radius: 4px;margin: 15px auto 0;}
.home .section-header .more{position: absolute;right: 0;top: 15px;}
.home .content{display: flex;gap: 30px;margin-bottom: 40px;}
.home .left-column{flex: 2;}
.home .right-column{flex: 1;position: relative}
.home .courses-grid{display: grid;grid-template-columns: repeat(3, minmax(280px, 1fr));gap: 25px;margin-bottom: 40px;}
.home .course-card{background: white;border-radius: 12px;overflow: hidden;box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);transition: all 0.3s;}
.home .course-card:hover{transform: translateY(-5px);box-shadow: 0 8px 30px rgba(59, 130, 246, 0.2);}
.home .video-thumbnail{position: relative;height: 180px;background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(139, 92, 246, 0.3));display: flex;align-items: center;justify-content: center;}
.home video{width: 100%;height: 180px;float: left;}
.home .video-duration{position: absolute;bottom: 10px;right: 10px;background-color: rgba(0, 0, 0, 0.7);color: white;padding: 3px 8px;border-radius: 5px;font-size: 13px;opacity: 0.8;}
.home .course-info{padding: 20px;}
.home .course-title{font-size: 16px;font-weight: normal;color: #1e293b;margin-bottom: 10px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden}
.home .course-subtitle{font-size: 14px;color: #4b5563;margin-bottom: 15px;line-height: 1.5;}
.home .course-tags{display: flex;gap: 8px;margin-top: 10px;}
.home .tag{background-color: #eee;color: #2563eb;font-size: 12px;padding: 4px 10px;border-radius: 5px;display: inline-flex;align-items: center;}
.home .tag i{margin-right: 5px;font-size: 10px;}
/* 排行榜样式*/
.home .rank-section{background-color: #fff;border-radius: 12px;padding: 25px;box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);margin-bottom: 30px;}
.home .categories{display: flex;gap: 20px;flex-wrap: wrap;}
.home .category{flex: 1;min-width: 100%;}
.home .category-title{font-size: 18px;color: white;padding: 8px 15px;border-radius: 6px;display: inline-block;margin-bottom: 15px;}
.home .category-title.blue{background: linear-gradient(to right, #3b82f6, #60a5fa);}
.home .category-title.blue a{color: #fff}
.home .category-title.purple{background: linear-gradient(to right, #8b5cf6, #a78bfa);}
.home .category-title.purple a{color: #fff}
.home .universities{display: grid;grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));gap: 15px;}
.home .university{display: flex;align-items: center;padding: 10px 15px;border-radius: 8px;background-color: #f8fafc;transition: background-color 0.3s;}
.home .university:hover{background-color: #eff6ff;}
.home .uni-icon{width: 32px;height: 32px;border-radius: 50%;background-color: #dbeafe;color: #2563eb;display: flex;align-items: center;justify-content: center;margin-right: 12px;flex-shrink: 0;}
.home .uni-info{flex: 1;}
.home .uni-name{font-weight: 600;color: #1e293b;margin-bottom: 2px;}
.home .uni-location{font-size: 12px;color: #64748b;}
/* 招生信息样式*/
.home .admission-info{background-color: #f0fdf4;border-radius: 12px;padding: 25px;position: relative}
#admission-info{position: relative;height: 610px}
.home .admission-title{font-size: 18px;font-weight: 700;color: #065f46;margin-bottom: 20px;display: flex;align-items: center;gap: 10px;}
.home .admission-title i{font-size: 24px;color: #10b981;}
.home .info-block{background-color: white;padding: 15px;border-radius: 8px;margin-bottom: 15px;font-size: 14px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);}
.home .info-block h4{margin-bottom: 8px;font-size: 14px;font-weight: normal}
/* 底部公告*/
.home .footer-notice{background-color: #f0f4f9;color: #666;padding: 18px 0px;margin: 30px auto 0 auto;border-radius: 12px;font-size: 14px;border: 1px solid #e0e7f0;text-align: center;position: absolute;bottom: 20px;width: 900px;}
.home .notice-close{position: absolute;right: 25px;top: 15px;color: #999;cursor: pointer;font-size: 20px;width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;border-radius: 50%;transition: all 0.3s;}
.home .notice-close:hover{background-color: rgba(0, 0, 0, 0.05);color: #666;}
.home .select_subjects{width: 100%;padding:6px 0px 6px 40px;border:1px solid #E6E6E6;height: 50px;line-height: 50px;}
.home .select_subjects1{width: 100%;padding:0px 0px 0px 40px;border:1px solid #E6E6E6;height: 50px;line-height: 50px;}
.home .left-panel .select_subjects1 .layui-input{border:0;height: 48px;line-height: 48px;font-size: 14px}
.home .left-panel .layui-form-select{width: 100%;}
.home .left-panel .layui-input{height: 49px;line-height: 49px;border:1px solid #E6E6E6}
/* 响应式设计*/
@media (max-width: 1200px){
  .home .dashboard{flex-wrap: wrap;}
  .home .right-panel{flex: 100%;display: flex;flex-wrap: wrap;gap: 20px;}
  .home .timeline-card{flex: 1;min-width: 45%;}
  .home .content{flex-direction: column;}} @media (max-width: 768px){.dashboard{flex-direction: column;}
  .home  .nav-items{justify-content: flex-start;overflow-x: auto;padding: 10px 5px;}
  .home .courses-grid{grid-template-columns: 1fr;}
  .home .categories{flex-direction: column;}
  .home .timeline-content{flex-direction: column;}
  .home  .timeline-event{flex: 100%;}
  .home .policy-grid{grid-template-columns: repeat(2, 1fr);}
}


/**更多考生信息**/
.examineeInfo .content{padding: 35px 40px;position: relative;}
.examineeInfo .section-title{font-size: 22px;font-weight: 700;color: #333;display: flex;align-items: center;margin-bottom: 25px;padding-bottom: 15px;border-bottom: 1px solid #eaeef5;}
.examineeInfo .section-title::after{content: '';flex: 1;height: 1px;background: #eaeef5;margin-left: 15px;}
.examineeInfo .tag{font-size: 14px;padding: 3px 8px;border-radius: 4px;margin-left: 10px;}
.examineeInfo .required-tag{background-color: #ff5252;color: white;}
.examineeInfo .filled-tag{background-color: #4caf50;color: white;}
.examineeInfo .info-panel{display: grid;grid-template-columns: repeat(2, 1fr);gap: 28px;margin-bottom: 35px;}
@media (max-width: 768px){
  .examineeInfo .info-panel{grid-template-columns: 1fr;}
}
.examineeInfo .input-group{margin-bottom: 22px;}
.examineeInfo .input-label{display: block;font-size: 16px;color: #555;margin-bottom: 8px;font-weight: 500;}
.examineeInfo .input-container{position: relative;}
.examineeInfo .input-unit{position: absolute;right: 12px;top: 50%;transform: translateY(-50%);color: #888;}
.examineeInfo .tip{font-size: 14px;color: #999;margin-top: 8px;}
.examineeInfo .optional-section{background-color: #f9fafc;border-radius: 12px;margin-top: 20px;}
.examineeInfo .optional-desc{font-size: 16px;color: #1e88e5;margin-bottom: 25px;padding: 14px;background-color: #e3f2fd;border-radius: 8px;}
.examineeInfo .preference-group{display: grid;grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));gap: 20px;}
.examineeInfo .preference-item{padding: 18px;background: white;border-radius: 8px;border: 1px solid #e0e6f0;transition: all 0.3s ease;}
.examineeInfo .preference-item:hover{box-shadow: 0 6px 16px rgba(30, 136, 229, 0.15);border-color: #bbdefb;}
.examineeInfo .preference-item i{font-size: 24px;color: #1e88e5;margin-bottom: 12px;}
.examineeInfo .placeholder-text{font-size: 15px;color: #888;padding-top: 12px;}
.examineeInfo .report-btn{position: fixed;right: 40px;top: 50%;transform: translateY(-50%);background: #1e88e5;color: white;font-size: 18px;font-weight: 600;padding: 18px 36px;border: none;border-radius: 10px;cursor: pointer;box-shadow: 0 6px 18px rgba(30, 136, 229, 0.4);transition: all 0.3s ease;z-index: 100;}
.examineeInfo .report-btn:hover{background: #1565c0;transform: translateY(-50%) scale(1.05);}
.examineeInfo .tooltip{position: absolute;background: #333;color: white;padding: 6px 12px;border-radius: 4px;font-size: 13px;bottom: calc(100% + 8px);left: 50%;transform: translateX(-50%);white-space: nowrap;opacity: 0;transition: opacity 0.3s;}
.examineeInfo .report-btn:hover .tooltip{opacity: 1;}
.examineeInfo .tooltip::after{content: '';position: absolute;top: 100%;left: 50%;transform: translateX(-50%);border-width: 5px;border-style: solid;border-color: #333 transparent transparent transparent;}
.examineeInfo .city-picker-span{width: 100%;padding: 0 16px;border: 1px solid #dcdfe6;border-radius: 8px;font-size: 16px;color: #333;transition: border-color 0.3s;}
/*选志愿*/
.volunteer{ display: flex;gap: 20px;box-shadow: none}
.volunteer .main-content{flex: 3;border-radius: 12px;box-shadow: -2px 1px 14px 4px rgba(0, 0, 0, 0.08);padding: 25px;}
/* 头部区域*/
.volunteer .header{display: flex;justify-content: space-between;align-items: center;margin-bottom: 25px;padding-bottom: 15px;border-bottom: 1px solid #eaeff5;}
.volunteer .priority-tabs{display: flex;gap: 12px;}
.volunteer .tab{padding: 10px 24px;font-size: 16px;font-weight: 600;border-radius: 30px;cursor: pointer;transition: all 0.3s ease;background-color: #f1f5f9;color: #64748b;}
.volunteer .tab.active{background-color: #1e4bb6;color: white;box-shadow: 0 4px 10px rgba(30, 75, 182, 0.25);}
.volunteer .search-box{position: relative;flex: 1;max-width: 380px;margin: 0 20px;}
.volunteer .search-box input{width: 100%;padding: 12px 20px 12px 50px;border-radius: 30px;border: 1px solid #d4e3fc;background-color: #f8fafc;font-size: 16px;transition: all 0.3s;}
.volunteer .search-box input:focus{border-color: #1e4bb6;background-color: white;box-shadow: 0 0 0 4px rgba(30, 75, 182, 0.15);outline: none;}
.volunteer .search-box i{position: absolute;left: 20px;top: 50%;transform: translateY(-50%);color: #94a3b8;font-size: 18px;}
/* 志愿数量卡片*/
.volunteer .stats-cards{display: flex;gap: 15px;margin-bottom: 25px;}
.volunteer .stat-card{flex: 1;padding: 20px;border-radius: 16px;color: white;box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);}
.volunteer .stat-card h3{font-size: 22px;font-weight: 700;margin-bottom: 8px;}
.volunteer .stat-card p{font-size: 16px;opacity: 0.9;}
.volunteer .stat-card.red{background: linear-gradient(135deg, #ff6b6b, #ff3e3e);}
.volunteer .stat-card.green{background: linear-gradient(135deg, #4ade80, #22c55e);}
.volunteer .stat-card.blue{background: linear-gradient(135deg, #60a5fa, #3b82f6);}
.volunteer .stat-card.gray{background: linear-gradient(135deg, #94a3b8, #64748b);}
/* 筛选条件*/
.volunteer .filters{display: flex;flex-wrap: wrap;gap: 15px;margin-bottom: 25px;padding: 18px;background-color: #f8fafc;border-radius: 12px;border: 1px solid #e2e8f0;}
.volunteer .filter-group{display: flex;align-items: center;gap: 8px;}
.volunteer .filter-group label{font-size: 15px;color: #64748b;font-weight: 500;width: 100px;text-align: right}
.volunteer .filter-group .select{width: 130px;}
/* 提示信息*/
.volunteer .notification{padding: 16px 20px;background: linear-gradient(135deg, #1a73e8 0%, #3b89ff 100%);border-radius: 12px;color: white;margin-bottom: 30px;font-weight: 500;box-shadow: 0 4px 12px rgba(13, 61, 176, 0.2);display: flex;align-items: center;gap: 12px;}
.volunteer .notification i{font-size: 22px;}
/* 院校卡片列表*/
.volunteer .university-list{display: flex;flex-direction: column;gap: 20px;}
.volunteer .university-card{display: flex;padding: 20px;border-radius: 16px;background: white;border: 1px solid #e4e9f0;transition: all 0.3s ease;box-shadow: 0 3px 12px rgba(0, 0, 0, 0.03);}
.volunteer .university-card:hover{border-color: #c5d9fd;box-shadow: 0 6px 16px rgba(13, 61, 176, 0.1);transform: translateY(-2px);}
.volunteer .university-logo{width: 100px;height: 100px;border-radius: 12px;background: linear-gradient(135deg, #dbeafe, #93c5fd);display: flex;align-items: center;justify-content: center;margin-right: 25px;font-size: 40px;color: #1e4bb6;}
.volunteer .university-logo2{font-size: 18px;display: flex;flex-direction: column;}
.volunteer .university-logo2 span:nth-child(1){}
.volunteer .university-logo2 span:nth-child(2){}
.volunteer .university-info{flex: 1;}
.volunteer .university-header{display: flex;justify-content: space-between;align-items: flex-start;margin-bottom: 0px;}
.volunteer .university-name{font-size: 22px;font-weight: 700;color: #1e293b;}
.volunteer .university-details{color: #64748b;margin: 8px 0;font-size: 12px;}
.volunteer .university-tags{display: flex;gap: 8px;margin:0 0 9px 0;}
.volunteer .tag{padding: 6px 14px;background-color: #edeeef;color: #1e4bb6;border-radius: 30px;font-size: 12px;font-weight: 500;}
.volunteer .stats{display: flex;gap: 25px;}
.volunteer .stat-item{display: flex;flex-direction: column;}
.volunteer .stat-label{font-size: 14px;color: #64748b;margin-bottom: 6px;}
.volunteer .stat-value{font-size: 12px;font-weight: 600;color: #1e293b;}
.volunteer .probability-badge{padding: 8px 20px;border-radius: 30px;font-weight: 700;font-size: 18px;background-color: #fee2e2;color: #b91c1c;display: flex;align-items: center;justify-content: center;}
.volunteer .btn{padding: 10px 24px;border-radius: 30px;border: none;font-weight: 600;font-size: 16px;cursor: pointer;transition: all 0.3s;}
/* 右侧样式*/
.volunteer .sidebar{flex: 1;display: flex;flex-direction: column;gap: 20px;position: relative;top: 0px;height: fit-content;box-shadow:-2px 1px 14px 4px rgba(0, 0, 0, 0.1);}
.volunteer .volunteer-form{background: white;border-radius: 12px;box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);padding: 25px;}
.volunteer .form-header{display: flex;justify-content: space-between;align-items: center;margin-bottom: 25px;padding-bottom: 15px;border-bottom: 1px solid #eaeff5;}
.volunteer .form-title{font-size: 22px;font-weight: 700;color: #1e293b;}
.volunteer .student-info{display: flex;flex-direction: column;gap: 15px;padding: 20px;background-color: #eff6ff;border-radius: 12px;margin-bottom: 25px;}
.volunteer .info-item{display: flex;justify-content: space-between;}
.volunteer .info-label{color: #64748b;font-weight: 500;}
.volunteer .info-value{font-weight: 600;color: #1e4bb6;}
.volunteer .empty-volunteer{display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 50px 20px;text-align: center;color: #94a3b8;border: 2px dashed #e2e8f0;border-radius: 16px;}
.volunteer .empty-volunteer i{font-size: 60px;margin-bottom: 20px;color: #cbd5e1;}
.volunteer .empty-volunteer h3{font-size: 22px;font-weight: 600;margin-bottom: 10px;color: #94a3b8;}
.volunteer .all-volunteers{padding: 16px;background-color: #f8fafc;border-radius: 12px;text-align: center;color: #64748b;font-weight: 500;margin-top: 20px;cursor: pointer;transition: all 0.3s;border: 1px solid #e2e8f0;}
.volunteer .all-volunteers:hover{background-color: #eff6ff;color: #1e4bb6;}

.choose_major{flex: 0 0 100%}
.choose_major .top{display: flex;align-items: center;}
.choose_major .top h2{font-size: 20px; font-weight: normal}
.choose_major .top .ri .detail{font-size: 14px;margin-left: 15px;background: #d7e3f1;display: inline-block;padding-left: 5px;padding-right: 5px;}
.choose_major .logo{width: 50px;height: 50px;margin-right: 10px;}
.choose_major .info{color: #333;}
.choose_major .code{color: #666;font-size: 0.9em;}
.choose_major .alert{background: #fffdd0;border-left: 5px solid #ffeb3b;padding: 10px;margin-top: 10px;color: #c71c22;}
.choose_major .stats{margin-top: 20px;padding:10px 20px;background: #eef;border-radius: 10px;}
.choose_major .stats .left{float: left;width: 50%;}
.choose_major .stats p{margin: 5px 0;}
.choose_major .slider{position: relative;width: 100%;margin-top: 25px;}
/* 响应式设计*/
@media (max-width: 1200px){.container{flex-direction: column;}
  .volunteer  .sidebar{position: static;}
  .volunteer  .header{flex-direction: column;gap: 20px;}
  .volunteer .search-box{max-width: 100%;margin: 0;}} @media (max-width: 768px){.stats-cards{flex-wrap: wrap;}
  .volunteer  .stat-card{flex: 0 0 calc(50% - 10px);}
  .volunteer  .filters{flex-direction: column;align-items: flex-start;}
  .volunteer  .university-card{flex-direction: column;}
  .volunteer  .university-logo{margin: 0 auto 15px;}
  .volunteer  .university-header{flex-direction: column;gap: 15px;}
  .volunteer  .stats{flex-wrap: wrap;gap: 15px;}
  .volunteer  .stat-item{flex: 0 0 calc(50% - 10px);}
}

.show_news{display: flex;gap: 20px;padding-top: 20px;padding-bottom: 20px;}
.show_news .left-listbox1{width:880px; background:#fff; float: left;flex: 2.5;}
.show_news .left-listbox .left-list-title{width:840px;margin:2px 20px 0 20px; padding: 10px 0; border-bottom:1px #eeeeed solid;}
.show_news .left-listbox .left-list-title .list-title-type1{color:#333;}
.show_news .title-details{ width:100%; overflow:hidden; line-height:34px; font-size:16px; color:#333;padding:20px 20px 0 20px; }
.show_news .title-details .details-date{margin:10px 0 10px 0;}
.show_news .title-details .tit-content-details p{margin:4px 0; text-align:left;}
.show_news .title-details .tit-content-details table thead tr td{background-color: rgb(242, 242, 242);line-height:35px;border:1px #dcdcdc solid;}
.show_news .title-details .tit-content-details table tbody tr td{line-height:35px; border:1px #dcdcdc solid;}
.show_news .title-details .tit-content-details p img{max-width:100%;}
.show_news .title-details .tit-content-details  .details-img{text-align:center; overflow:hidden;}
.show_news .title-details .details-date span{margin-right:10px; font-size:12px; color:#b6b5b5;}
.show_news .be-about-article{width:100%; overflow:hidden; border-top:1px #eeeeee solid;}
.show_news .be-about-article .be-title{font-size:16px; margin-top:20px; border-left:4px solid #1d8f7a; padding-left:10px;line-height:1.2;}
.show_news .be-about-article ul.ul{overflow-y: hidden}
.show_news .be-about-article ul.ul li{ border-bottom:1px #eeeeee solid; padding:20px 0;width: 100%;float: left;}
.show_news .be-about-article .about-article-img{width:180px; height:120px; overflow:hidden;float: left;}
.show_news .be-about-article .about-article-img img{width:180px; height:120px!important;}
.pagination{text-align: center;margin-top: 15px;overflow: hidden;width: 100%;}
.pagination li{display: inline-block;padding:0px 10px;border:solid 1px #eee;margin-right: 5px;}
.show_news .right-listbox{width:360px; float:right;overflow:hidden;flex: 1;}
.show_news .right-listbox .right-list-rec, .right-listbox .right-list-hot, .right-listbox .right-list-gg, .right-listbox .right-list-switch{ width:266px; padding:23px 16px 10px 16px; background:#fff;margin:20px 0 0 0; overflow:hidden;}
.show_news .right-listbox .right-list-rec{margin-top:0;}
.show_news .right-list-rec ul li {width: 272px;height: 98px;padding:20px 0;border-bottom: 1px #eeeeed dashed;}
.show_news .right-listbox .right-list-title{overflow:hidden;}
.show_news .right-listbox .right-list-title span{border-left:4px solid #1d8f7a;padding-left: 10px; font-size:16px; color:#1d8f7a; float:left;}
.show_news .right-listbox .right-list-title a{color:#999; font-size:14px; float:right; line-height:22px;}
.show_news .right-listbox .right-list-title a:hover{text-decoration:underline;color:#1d8f7a;}
.show_news .right-list-rec-rg div{width:112px; height:78px;overflow:hidden;}
.show_news .right-list-rec-rg div img{width:112px; height:78px;}
.show_news .right-list-rec-rg p{ width:142px;overflow:hidden;line-height:24px;  font-size:14px;}
.show_news #aside_hot_comment .list{padding:6px 0;overflow: hidden;width: 100%;}
.show_news #aside_hot_comment li:first-child{padding-top:0}
.show_news #aside_hot_comment li:last-child{padding-bottom:0}
.show_news #aside_hot_comment .comment,#aside_hot_comment .time{color:#666;padding-right:0.5em}
.show_news #aside_hot_comment .comment i.iconfont,#aside_hot_comment .time i.iconfont{padding-right:2px}
#aside_hot_comment .time .font-oswald{font-size: 12px}
.show_news #aside_hot_comment .list .img-wrap{float:left;overflow:hidden;display:block;height:70px;width:100px}
.show_news #aside_hot_comment .random-img{width:100px;height:70px;border:dashed 1px #ccc}
.show_news #aside_hot_comment .new-text{}
.show_news #aside_hot_comment .title{font-size:14px;font-weight:300;}
.show_news #aside_new .list{padding:.6em 0}
.show_news #aside_new li:first-child{padding-top:0}
.show_news #aside_new li:last-child{padding-bottom:0}
.show_news #aside_new .time,#aside_new .view{color:#666;padding-right:1.5em}
.show_news #aside_new .time i.iconfont,#aside_new .view i.iconfont{padding-right:2px}
.show_news #aside_new .list .img-wrap{float:left;overflow:hidden;display:block;height:70px;width:100px}
.show_news #aside_new .random-img{float:left;width:100px;height:70px}
.show_news #aside_new .new-text{}
.show_news #aside_new .title{line-height:1.6em;}
.show_news .wechat-content-box{width:100%; overflow:hidden; border-top:1px #eeeeee solid; padding:14px 0;}
.show_news .wechat-content-box .wechat-er{width:130px; height:130px; overflow:hidden;float: left;}
.show_news .wechat-content-box .wechat-er img{width:130px; height:130px; }
.show_news .wechat-content-box .wechat-content{width:620px; overflow:hidden; border-left:1px #eeeeee solid; padding-left:24px;float: left;}
.show_news .wechat-content-box .wechat-content h3{font-size:18px; color:#1d8f7a; margin-top:10px;}
.show_news .wechat-content-box .wechat-content p{font-size:14px; margin-top:16px;line-height:24px; color:#999;}
.show_news .wechat-content-box .wechat-content p span{color:#333;  font-size:14px;}
.show_news .next-last-page p{width:386px; overflow:hidden; display:inline-block; font-size:14px; text-overflow:ellipsis; white-space:nowrap; margin-left:10px;}
.show_news .next-last-page p span{color:#999; width:200px; font-size:14px;}
.show_news .next-last-page .last-page{float: left;}
.show_news .next-last-page .next-page{float: right;}
.show_news .about-article-content{ overflow:hidden; font-size:16px; margin-left:0px;float: left;}
.show_news .about-article-content h3{width:100%; font-weight:normal; overflow:hidden; line-height:26px;margin-bottom:10px;}
.show_news .about-article-content h3 a{color:#333;}
.show_news .about-article-content p{color:#999; width:100%;overflow:hidden; font-size:14px; line-height: 1.8;}
.show_news .about-article-content .about-article-time{margin-top:10px;height:20px; color:#b6b5b5; line-height:20px;}
.show_news .about-article-content .sub-content-p{ padding-left:20px; margin-left:16px; color:#b6b5b5;}
.show_news .about-article-content .sub-content-p:hover{color:#1d8f7a;}
.show_news .right-listbox section{background:#fff;padding:15px 18px 20px 18px; margin-bottom:20px; }
.show_news .right-listbox section ul{padding-top:10px;}
.show_news .widget-content li .info{padding-top:5px;}
.show_news .widget-content li .iconfont{font-size:12px;}
.show_news .tit-content-details-lastbox .article-edit{width:100%; overflow:hidden; border-top:1px #eeeeee solid; padding:14px 0;}
.show_news .tit-content-details-lastbox .article-edit p{margin-left:10px;}
.show_news .tit-content-details-lastbox .article-edit p span{color:#666; margin:0 8px; font-size:12px;}
.show_news .tit-content-details-lastbox .next-last-page{width:100%; overflow:hidden; border-top:1px #eeeeee solid; padding:30px 0;}
.show_news .spostinfo{background: #f7f7f7;}
.show_news .spostinfo li{margin-left: 1.2em;margin-right: 1.2em;list-style: none !important;font-size: 14px;color: #888;}

/* 找大学*/
.university{padding-top: 25px;padding-bottom: 25px;}
.university .search-bar{display: flex;align-items: center;margin-bottom: 20px;}
.university .search-input{flex: 1;display: flex;align-items: center;}
.university .search-input input{flex: 1;height: 40px;padding: 0 15px;border: 1px solid #e5e5e5;border-radius: 20px 0 0 20px;outline: none;font-size: 14px;}
.university .search-button{height: 40px;padding: 0 20px;background-color: #f0f7ff;color: #1890ff;border: none;border-radius: 0 20px 20px 0;cursor: pointer;font-size: 14px;}
.university .tab-buttons{display: flex;margin-bottom: 0px;border:solid 1px #e5e5e5}
.university .tab-button{padding: 8px 15px;background-color: #f0f7ff;color: #1890ff;border: none;border-radius: 20px;cursor: pointer;margin-left: 10px;font-size: 14px;}
.university .filter-group{margin-bottom: 25px;}
.university .filter-group-title{margin-bottom: 15px; width: 60px;text-align: right; line-height: 2; font-size: 14px;color: #333;font-weight: 500;float: left;margin-right: 15px;}
.university .filter-options{display: flex;flex-wrap: wrap;gap: 10px;padding-top: 3px;}
.university .filter-options div{cursor: pointer}
.university .filter-options .active{border-bottom:solid 1px #1890ff;color: #1662c7;}
.university .university-list{margin: 30px auto;padding:30px 0;border-top:solid 2px #ccc}
.university .university-item{display: flex;align-items: center;background-color: #fff;padding: 15px 15px 15px 0;margin-bottom: 15px;}
.university .university-logo{width: 50px;height: 50px;margin-right: 15px;border:solid 1px #eee}
.university .university-info{display: flex;flex-direction: column;justify-content: center;flex: 3}
.university .university-info .university-name .sp1{display: inline-block;margin-right: 15px;font-size: 16px;font-weight: bold}
.university .tags{margin-top: 5px;}
.university .tag{background-color: #f0f0f0;color: #666;font-size: 12px;padding: 3px 6px 3px 0;border-radius: 3px;margin-right: 5px;margin-bottom: 5px;}
.university .scores{display: flex;gap: 20px;flex: 2; align-items: center;text-align: center;justify-content: center}
.university .score-item{display: flex;flex-direction: column;align-items: center;}
.university .score-label{font-size: 14px;color: #999;margin-bottom: 5px;}
.university .score-value{font-size: 16px;font-weight: bold;}
.university .compare-btn{background-color: #007bff;flex: 0.5;color: #fff;border: none;padding: 8px 15px;border-radius: 3px;cursor: pointer;font-size: 14px;}
.university .compare-btn:hover{background-color: #0056b3;}
@media (max-width: 768px){
  .university .search-bar{flex-direction: column;}
  .university .search-input{margin-bottom: 10px;border-radius: 20px;border-right: none;}
  .university .search-button{border-radius: 20px;}
  .university .filter-options{justify-content: center;}
}


.university_show{}
.university_show .u_left{float: left;width: 840px;margin-top: 15px;margin-bottom: 20px;}
/* 顶部学校信息栏*/
.university_show .header{display: flex;align-items: center;padding: 12px 20px;padding-top: 0;background-color: #fff;border-bottom: 1px solid #eee;}
.university_show .header-logo{width: 50px;height: 50px;margin-right: 10px;}
.university_show .header-info h1{font-size: 18px;font-weight: bold;}
.university_show .header-tag{font-size: 14px;color: #999;margin-top: 2px;}
/* 导航栏*/
.university_show .nav{background-color: #fff;border-bottom: 1px solid #eee;}
.university_show .nav ul{display: flex;list-style: none;padding: 0 20px;}
.university_show .nav li{margin-right: 30px;line-height: 44px;font-size: 15px;color: #333;cursor: pointer;}
.university_show .nav li.active{color: #0078d7;border-bottom: 2px solid #0078d7;}
/* 内容容器*/
.university_show .container{width: 100%;margin-top: 20px;float: left;background-color: #fff;border-radius: 6px;overflow: hidden;}
/* 视频/图集区域*/
.university_show .banner{display: flex;padding: 10px;}
.university_show .banner-item{flex: 1;margin-right: 10px;position: relative;border-radius: 4px;overflow: hidden;}
.university_show .banner-item img{width: 100%;height: auto;display: block;}
.university_show .banner-text{position: absolute;bottom: 0;left: 0;width: 100%;background: rgba(0,0,0,0.4);color: #fff;padding: 8px 10px;font-size: 14px;}
.university_show .banner-time{position: absolute;bottom: 8px;right: 10px;background: rgba(0,0,0,0.4);color: #fff;padding: 2px 6px;font-size: 12px;border-radius: 3px;}
/* 百科介绍*/
.university_show .intro{padding: 20px;border-top: 1px solid #eee;line-height: 1.7;font-size: 14px;color: #666;}
.university_show .intro p{display: inline-block;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow: ellipsis;}
/* 招生资讯*/
.university_show .info-section{padding: 20px;border-top: 1px solid #eee;}
.university_show .info-section h3{font-size: 16px;font-weight: bold;margin-bottom: 15px;}
.university_show .info-list{list-style: none;}
.university_show .info-list li{display: flex;justify-content: space-between;align-items: center;padding: 8px 0;border-bottom: 1px dashed #eee;font-size: 14px;}
.university_show .more-btn{display: block;width: 120px;line-height: 36px;text-align: center;background-color: #f5f5f5;border: 1px solid #eee;border-radius: 4px;margin: 15px auto 0;font-size: 14px;color: #666;}
/* 模块容器*/
.university_show .score-container{max-width: 800px;margin: 0 auto;}
/* 标题 & 导航*/
.university_show .score-header{font-size: 18px;font-weight: bold;margin-bottom: 12px;}
.university_show .tab-nav{display: flex;gap: 10px;margin-bottom: 16px;}
.university_show .tab-nav a{text-decoration: none;color: #007bff;padding: 6px 12px;border: 1px solid #007bff;border-radius: 4px;transition: all 0.3s;}
.university_show .tab-nav a.active{background: #007bff;color: #fff;}
.university_show .tab-nav a:hover{opacity: 0.8;}
/* 筛选栏*/
.university_show .filter-bar{display: flex;align-items: center;gap: 16px;margin-bottom: 16px;flex-wrap: wrap;}
.university_show .filter-bar ul{width: 100%;}
.university_show .filter-bar li{width: 24%;float: left;margin-right: 1%;}
/* 数据来源 & 查看全部*/
.university_show .data-source{font-size: 12px;color: #999;margin: 8px 0;}
/* 标题样式*/
.university_show .title{font-size: 18px;font-weight: bold;margin-bottom: 10px;display: flex;align-items: center;width: 100%;}
.university_show .title::after{content: ">";margin-left: 5px;font-size: 16px;}
/* 标签栏样式*/
.university_show .tabs{display: flex;gap: 10px;margin-bottom: 15px;}
.university_show .tab{padding: 6px 12px;border: 1px solid #eee;border-radius: 4px;cursor: pointer;background-color: #f8f9fa;}
.university_show .tab.active{background-color: #007bff;color: #fff;border-color: #007bff;}
/* 表格通用样式*/
.university_show table{width: 100%;border-collapse: collapse;margin-bottom: 20px;}
.university_show  th, td{border: 1px solid #eee;padding: 8px 10px;text-align: left;}
.university_show th{background-color: #f8f9fa;}
/* 专业表格里的特色标识*/
.university_show .national-feature{color: #007bff;font-size: 12px;display: block;margin-top: 2px;}

.university_show .u_right{float: right;width: 400px;margin-top: 15px;}
.university_show .score-header{font-size: 18px;font-weight: bold;margin-bottom: 12px;}
.university_show .tab-nav{display: flex;gap: 10px;margin-bottom: 16px;}
.university_show .tab-nav a{text-decoration: none;color: #007bff;padding: 6px 12px;border: 1px solid #007bff;border-radius: 4px;transition: all 0.3s;}
.university_show .tab-nav a.active{background: #007bff;color: #fff;}
.university_show .tab-nav a:hover{opacity: 0.8;}
.university_show .score-table{width: 100%;background: #fff;border: 1px solid #ebeef5;border-radius: 6px;overflow: hidden;}
.university_show .score-table thead{background: #f5f7fa;}
.university_show .score-table th, .score-table td{padding: 6px;text-align: left;border-bottom: 1px solid #ebeef5;font-size: 14px;}
.university_show .score-table tbody tr:hover{background: #f8f9fa;}


.university_show .top-nav{display: flex;padding: 10px;background-color: #fff;}
.university_show .top-nav .nav-item{flex: 1;text-align: center;padding: 10px 0;}
.university_show .section{background-color: #fff;margin: 10px;border-radius: 6px;padding: 15px;}
.university_show .section-title{display: flex;justify-content: space-between;align-items: center;margin-bottom: 15px;}
.university_show .section-title h3{font-size: 16px;font-weight: bold;}
.university_show .section-title .change{color: #999;font-size: 14px;cursor: pointer;}
.university_show .university-list, .major-list{display: flex;flex-wrap: wrap;}
.university_show .university-item, .major-item{width: 25%;display: flex;flex-direction: column;align-items: left;margin-bottom: 15px;}
.university_show .university-item img, .major-item img{width: 60px;height: 60px;border-radius: 50%;margin-bottom: 5px;}
.university_show .university-item span, .major-item span{font-size: 14px;text-align: left;}
.university_show .major-item{width: 50%;}

/*查专业*/
.majors{padding-top: 25px;}
.majors .top-nav{display: flex;align-items: center;border-bottom: 1px solid #eee;}
.majors .top-nav .nav-item{padding: 10px 20px;margin-right: 5px;cursor: pointer;border: 1px solid transparent;border-radius: 4px;transition: all 0.3s ease;}
.majors .top-nav .nav-item:hover{background-color: #f5f5f5;}
.majors .top-nav .nav-item.active{border-color: #007bff;background-color: #e9f2ff;}
.majors .sidebar{width: 200px;border-right: 1px solid #eee;height: calc(100vh - 51px);overflow-y: scroll}
.majors .sidebar .category{padding: 12px 16px;cursor: pointer;transition: background-color 0.3s ease;}
.majors .sidebar .category:hover{background-color: #f8f9fa;}
.majors .container{display: flex;}
.majors .main{flex: 1;padding: 20px;overflow-y: scroll;height: calc(100vh - 51px);}
.majors .main form{position: relative;margin-top: 5px;margin-bottom: 10px;}
.majors .main button{position: absolute;right: 0;top: 0;}
.majors .major-cards{display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));grid-gap: 20px;}
.majors .major-card{background-color: #fff;border-radius: 8px;padding: 20px;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);}
.majors .major-card h3{font-size: 18px;font-weight: 600;margin-bottom: 8px;}
.majors .major-card .code{display: block;color: #666;font-size: 14px;margin-bottom: 10px;}
.majors .major-card p{font-size: 14px;color: #333;}

/*专业显示*/
.majors_show{display: block}
.majors_show header{background-color: #2c3e50;color: white;padding: 15px 20px;margin-bottom: 15px;border-radius: 8px 8px 0 0;display: flex;justify-content: space-between;align-items: center;grid-column: 1 / span 2;}
.majors_show .header-left h1{font-size: 24px;margin-bottom: 5px;}
.majors_show .header-left p{color: #ecf0f1;font-size: 16px;}
.majors_show .collect-btn{background-color: #e74c3c;color: white;border: none;padding: 8px 15px;border-radius: 4px;cursor: pointer;font-weight: bold;}
.majors_show .card{background: white;border-radius: 8px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);padding: 10px;margin-bottom: 20px;}
.majors_show .card h3{margin-top: 15px;}
.majors_show .card-title{font-size: 18px;font-weight: bold;color: #2c3e50;padding-bottom: 10px;border-bottom: 2px solid #3498db;margin-bottom: 15px;}
.majors_show .basic-info{display: grid;grid-template-columns: repeat(2, 1fr);gap: 15px;}
.majors_show .info-item{margin-bottom: 15px;}
.majors_show .info-label{font-weight: bold;color: #7f8c8d;margin-bottom: 5px;}
.majors_show .info-content{color: #2c3e50;}
.majors_show .course-list{list-style-type: none;}
.majors_show .course-list li{padding: 5px 0;border-bottom: 1px solid #eee;}
.majors_show .career-path{margin-top: 15px;}
.majors_show .path-item{margin-bottom: 15px;}
.majors_show .path-title{font-weight: bold;color: #2c3e50;}
.majors_show .path-desc{color: #7f8c8d;font-size: 14px;margin-top: 5px;}
.majors_show .hot-major-list{counter-reset: hot-major;margin-top: 15px;}
.majors_show .hot-major-item{display: flex;justify-content: space-between;padding: 8px 0;border-bottom: 1px solid #eee;}
.majors_show .hot-major-item::before{counter-increment: hot-major;content: counter(hot-major);background: #3498db;color: white;width: 24px;height: 24px;border-radius: 50%;display: inline-flex;align-items: center;justify-content: center;margin-right: 10px;font-size: 12px;}
.majors_show .hot-major-name{flex-grow: 1;}
.majors_show .hot-major-count{color: #e74c3c;font-weight: bold;}

.majors_show .explore-card{width: 100%;max-width: 800px;background: linear-gradient(135deg, #1b7ff1 0%, #1bd8f1 100%);border-radius: 12px;overflow: hidden;color: white;}
.majors_show .card-header{padding: 20px 25px 15px;padding-bottom: 0;border-bottom: 1px solid rgba(255, 255, 255, 0.2);display: flex;justify-content: space-between;align-items: center;}
.majors_show .card-title{font-size: 22px;font-weight: 600;border-bottom: 0;margin-bottom: 0;color: #fff}
.majors_show .more-link{color: rgba(255, 255, 255, 0.9);text-decoration: none;font-size: 14px;display: flex;align-items: center;transition: all 0.3s ease;}
.majors_show .more-link:hover{color: #fff;text-decoration: underline;}
.majors_show .more-link::after{content: ">>";margin-left: 5px;font-size: 12px;}
.majors_show .card-content{padding: 25px;padding-top: 10px;padding-bottom: 0;}
.majors_show .major-info{margin-bottom: 25px;}
.majors_show .major-name{font-size: 20px;font-weight: 600;margin-bottom: 5px;display: inline}
.majors_show .path-count{font-size: 14px;opacity: 0.9;display: inline}
.majors_show .career-path{background: rgba(255, 255, 255, 0.1);border-radius: 8px;padding: 20px;padding-bottom: 0;margin-bottom: 20px;transition: all 0.3s ease;}
.majors_show .career-path:hover{background: #4999f4;transform: translateY(-2px);}
.majors_show .path-title{font-size: 18px;font-weight: 600;margin-bottom: 15px;display: flex;align-items: center;color: #fff}
.majors_show .path-title::before{content: "";display: inline-block;width: 24px;height: 24px;background-color: #6dadf6;border-radius: 50%;margin-right: 10px;text-align: center;line-height: 24px;color: white;font-weight: bold;font-size: 14px;}
.majors_show .path-title[data-num="1"]::before{content: "1";}
.majors_show .path-title[data-num="2"]::before{content: "2";}
.majors_show .path-desc{font-size: 15px;margin-bottom: 10px;color: rgba(255, 255, 255, 0.9);}
.majors_show .path-progress{display: flex;align-items: center;padding: 12px 0px;font-size: 12px;padding-top: 0;}
.majors_show .path-item{position: relative;padding: 0 15px; padding-right: 5px;  padding-bottom: 0;margin-bottom: 0;text-align: center;flex: 1;padding-left: 0;text-overflow: ellipsis;overflow: hidden;white-space: nowrap}
.majors_show .path-item:not(:last-child)::after{content: "→";position: absolute;right: -10px;top: 50%;transform: translateY(-50%);color: rgba(255, 255, 255, 0.6);font-weight: bold;}
.majors_show .path-stage{display: block;margin-bottom: 5px;}
.majors_show .path-role{display: block;font-size: 13px;opacity: 0.8;}
@media (max-width: 600px){
  .majors_show .card-header{flex-direction: column;align-items: flex-start;}
  .majors_show .more-link{margin-top: 10px;}
  .majors_show .path-progress{flex-direction: column;align-items: flex-start;}
  .majors_show .path-item{padding: 10px 0;text-align: left;width: 100%;}
  .majors_show .path-item:not(:last-child)::after{content: "↓";right: auto;left: 10px;top: auto;bottom: -15px;transform: none;}
}

/* 一分一段*/
.sublevel .score-segment-tabs{display: flex;gap: 10px;margin-bottom: 20px;}
.sublevel .tab{padding: 8px 16px;border: 1px solid #ccc;border-radius: 4px;background-color: #fff;cursor: pointer;transition: all 0.3s ease;}
.sublevel .tab.active, .sublevel .tab:hover{background-color: #007bff;color: #fff;border-color: #007bff;}
.sublevel .score-table-container{width: 100%;overflow-x: auto;}
.sublevel .score-table{width: 100%;border-collapse: collapse;text-align: left;}
.sublevel .score-table thead{background-color: #e9ecef;}
.sublevel .score-table th,
.sublevel .score-table td{padding: 12px 8px;border-bottom: 1px solid #ddd;}
.sublevel .score-table tbody tr:hover{background-color: #f1f3f5;}
.sublevel .warm{padding:10px 15px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;margin-bottom: 20px;}
.sublevel .score-cards{display: grid;grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));grid-gap: 20px;margin-bottom: 40px;}
.sublevel .score-card{background-color: #fff;border-radius: 8px;padding: 16px;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);}
.sublevel .score-year{font-size: 16px;font-weight: 600;margin-bottom: 8px;color: #333;}
.sublevel .score-desc{font-size: 14px;color: #666;}
.sublevel .chart{height: 400px;width: 100%;border:solid 1px #ccc;margin-bottom: 15px;}

.volunteerform{display: flex;padding-top: 20px;padding-bottom: 20px;}
.volunteerform .left-panel{flex: 3;}
.volunteerform .left-panel .major-card{width: 96%;float: left;padding:18px 0;background: #fefefe;margin-bottom: 10px;}
.volunteerform .left-panel .major-card .rate-tag{float: left;width: 40px;height: 50px;color: #fff;text-align: center;background: #ff594d;margin-left: 15px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.volunteerform .left-panel .major-card .major-tag{float: left;margin-left: 20px;margin-right: 20px;font-size: 20px;font-weight: bolder}
.volunteerform .left-panel .major-card .c{float: left;width: 500px;}
.volunteerform .left-panel .major-card .c .major-title{width: 100%;}
.volunteerform .left-panel .major-card .c .score-info{width: 100%;}
.volunteerform .left-panel .major-card .c .score-info p{width: 50%;float: left;}
.volunteerform .left-panel .major-card .c .score-info em{font-style: normal;color: #999}
.volunteerform .left-panel .major-card .r{text-align: center;float: right;width: 100px;;margin-top: 20px;}

.report{overflow: hidden;padding-top: 20px;}
.report .card{background-color: #fff;border-radius: 8px;padding:20px; box-sizing: border-box; margin-bottom: 20px;box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);}
.report .card h2{font-size: 18px;font-weight: 600;margin-bottom: 15px;}
.report .form-row{display: flex;flex-wrap: wrap;gap: 20px;margin-bottom: 15px;}
.report .form-group{flex: 1;min-width: 200px;}
.report .form-group label{display: block;margin-bottom: 5px;color: #333;}
.report .form-group select, .form-group input{width: 100%;padding: 8px;border: 1px solid #ddd;border-radius: 4px;font-size: 14px;}
.report .hint{font-size: 12px;color: #999;margin-top: 3px;}

/*登录注册*/
.loginBox{width: 100%;height: 100%;color: #000;background: url(../img/login_bg.jpg) no-repeat;background-size: 100% 100%;margin: 0 auto;overflow: hidden;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.loginBox1{height: 600px;}
.loginBox h1{text-align: center;font-weight: bold;font-size: 26px;letter-spacing: 7px;margin: 20px 0}
.loginBox .login{width: 400px; margin: auto;overflow: hidden;padding:15px 25px 30px 25px;background: #fff;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
.loginBox .item{width: 100%;height: 45px;border: 1px solid #1d90c5;margin-bottom: 10px;display: flex}
.loginBox .item .icon{float: left;width: 45px;}
.loginBox .item .icon img{display: block;width: 20px;margin: 12px;}
.loginBox .item .txt{flex: 1;position: relative}
.loginBox .item .txt input{border: 0;background: none;outline: 0;width: 100%;height: 45px;line-height: 45px;letter-spacing: 1px;font-size: 14px}
.loginBox .item .txt .send_msg{position: absolute;right: 0;top: 0;height: 43px;line-height: 43px;}
.loginBox .item .yzm{float: right;width: 100px;overflow: hidden;padding-left: 10px}
.loginBox .item .yzm img{display: block;width: 100px;height: 45px;}
.loginBox .item_2 input[type=checkbox]{margin-right: 5px;margin-top: 4px;float: left;width: 10px}
.loginBox .item_2{width: 100%;overflow: hidden;padding-bottom: 10px}
.loginBox .item_2 a{float: right;font-size: 12px}
.loginBox .item_2 input{float: left;}
.loginBox .item_2 span{float: left;font-size: 12px}
.loginBox .item_3{width: 100%;overflow: hidden}
.loginBox .item_3 .btn{width: 100%;height: 45px;background: #1a73e8; color: #fff; outline: none;text-align: center;line-height: 45px;letter-spacing: 2px;font-size: 16px;font-weight: bold;border: 1px solid #1d90c5;margin-bottom: 10px;cursor: pointer}
.loginBox .item_4{width: 100%;overflow: hidden;margin-top: 10px;font-size: 12px;letter-spacing: 0.5px;text-align: center}
.loginBox .item_4 a{color: #1d90c5;font-size: 12px;font-weight: bold;padding-left: 3px}
.loginBox .item_5{width: 100%;margin-left: 105px;overflow: hidden;margin-top: 80px;letter-spacing: 0.5px;margin-bottom: 70px}
.loginBox .item_5 p{text-align: center;font-size: 14px;}
.loginBox .verify{position: relative;}
.loginBox .verify img,.loginBox .verify button{position: absolute;;top: 0;right: 0;height: 43px;cursor: pointer;background: none;border:0;border:0;outline: none;text-align: center;}
.loginBox .verify button{right: 0;}

body .login_register_box .layui-layer-content{border-radius: 12px!important;}
body .login_register_box .layui-layer-content iframe {border-radius: 12px!important;}
body .layui-layer{border-radius: 12px!important;}

.create_major{-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;box-shadow: none;border:0;height: 100%;box-sizing: border-box}
.create_major .card{margin-top: 20px;height:calc(100% - 20px);box-sizing: border-box}

.videolist{width: 100%;float: left;display: flex;flex-wrap: wrap;padding-top: 10px;overflow: hidden;margin-bottom: 30px;}
.videolist li{width: 33.333%; padding: 10px; box-sizing: border-box }
.videolist li video{width: 100%;float: left;height: 200px}
.videolist li h2{font-size: 14px;font-weight: normal;margin-top: 10px;width: 100%;float: left;}
.video_show video{width: 100%;margin-top: 15px;max-height: 600px}