html,
body {
    height: 100%;
    width: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    margin: 0;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #474157;
}

a:hover,
a:focus {
    color: #474157;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}
.notice-container{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-right: 20px;
    height: 300px;
}
.index-contact{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
    height: 300px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}


#mainbody {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: #f1f6fd;
    color: #474157;
    height: calc(100vh - 61px);
}

#mainbody > .container > .text-center {
    text-align: center;
    padding: 350px 0 50px;
    position: relative;
    height: 100vh;
}

#mainbody > .container > .text-center h1 {
    font-size: 50px;
    font-weight: bold;
    color: #171347
}

#mainbody > .container > .text-center > a {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 300px;
    margin-top: 20px;
    padding: 10px 45px;
    font-size: 14px;
    text-decoration: none;
}

@media (max-height: 500px) {
    #mainbody {
        height: inherit;
    }
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    #mainbody .index-text {
        text-align: left;
    }
}

@media (max-width: 767px) {

    #mainbody > .container > .text-center {


        padding: 130px 0 0 0;
        height: calc(100vh - 261px);
    }

    #mainbody > .container > .text-center > h1 {


        font-size: 50px;
        margin-bottom: 20px;
    }
}

.footer {
    background-color: #222222;
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}

.footer p {
    font-size: 14px;
    margin: 0;
}
.index-banner{
    width: 100%;
}
.index-banner img{
    /* width: 100%; */
    display: block;
    height: 100%;
}
.index-server-cont{
    position: relative;
}
.index-server-cont-login{}
/* 基础样式重置与全局设置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.index_banner {
    color: #fff;
    padding: 60px 0;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px;
    /* 核心：毛玻璃基础配置 */
    position: relative;
    /* 半透明背景+渐变，配合毛玻璃 */
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.8), rgba(0, 153, 255, 0.8));
    /* 毛玻璃核心属性：模糊+背景穿透 */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* 兼容Safari */
    /* 可选：加轻微边框增强玻璃质感 */
    border: 1px solid rgba(255, 255, 255, 0.1);
    /* 可选：轻微阴影增强层次 */
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    /* 圆角（可选，增强玻璃感） */
    border-radius: 8px;
    z-index: 1;
}

/* 如需保留原有纯渐变+毛玻璃（无背景穿透），用这个版本 */
/* .index_banner {
    color: #fff;
    padding: 60px 0;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    background: none;
    z-index: 1;
}
.index_banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0066cc 0%, #0099ff 100%);
    filter: blur(8px);
    z-index: -1;
    transform: scale(1.05);
}
.index_banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: -1;
} */
.index .f1 {
    width: 100%;
    height: auto;
    background: url('../images/img2.jpg') center no-repeat;
    background-size: cover !important;
    display: flex;
    justify-content: space-between;
  }
  .index .f1 .item {
    width: 30%;
    height: 23vw;
    background-color: #ffffff;
    box-shadow: 0 0.5vw 2vw gainsboro;
    border-radius: 5px;
    text-align: center;
    color: #2f2f2f;
    padding: 0 2vw;
    overflow: hidden;
  }
  .index .f1 .item:nth-child(2){
    margin:0 5%;
  }
  .index .f1 .item .iconImg {
    width: 5vw;
    margin: 1vw auto 1vw auto;
  }
  .index .f1 .item .tit .cn {
    font-size: 1.6vw;
  }
  .index .f1 .item .tit .en {
    font-size: 1vw;
  }
  .index .f1 .item .iconImg i{
    font-size: 20px;
  }
  .index .f1 .item .des {
    font-size: 1vw;
    margin-top: 2vw;
    line-height: 1.7;
  }
  .index .f2 {
    width: 100%;
    padding: 7vw 8vw;
  }
  .index-server-p{
    text-align: left;
    padding-left: 60px;
  }
html {
    font-size: 16px;
    scroll-behavior: smooth;
}

/* 颜色变量定义 */
:root {
    --primary: #3b82f6; /* 蓝色作为主色调 */
    --primary-light: rgba(59, 130, 246, 0.1);
    --secondary: #10b981; /* 绿色作为辅助色 */
    --secondary-light: rgba(16, 185, 129, 0.1);
    --dark: #1f2937; /* 深色文本 */
    --gray-100: #f3f4f6;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-800: #1f2937;
    --green-500: #22c55e;
    --yellow-500: #eab308;
    --red-500: #ef4444;
    --amber-500: #f59e0b;
    --amber-500-light: rgba(245, 158, 11, 0.1);
    --white: #ffffff;
}

/* 通用类 */
.container {
    /* width: 100%; */
    margin-right: auto;
    margin-left: auto;
}

.px-4 {
    padding-right: 1rem;
    padding-left: 1rem;
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.mx-auto {
    margin-right: auto;
    margin-left: auto;
}

.max-w-3xl {
}

.text-center {
    text-align: center;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-16 {
    margin-top: 4rem;
}

.font-bold {
    font-weight: 700;
}

.font-semibold {
    font-weight: 600;
}

.font-medium {
    font-weight: 500;
}

.text-dark {
    color: var(--dark);
}

.text-gray-400 {
    color: var(--gray-400);
}

.text-gray-500 {
    color: var(--gray-500);
}

.text-gray-600 {
    color: var(--gray-600);
}

.text-white {
    color: var(--white);
}

.text-primary {
    color: var(--primary);
}

.text-secondary {
    color: var(--secondary);
}

.text-green-500 {
    color: var(--green-500);
}

.text-yellow-500 {
    color: var(--yellow-500);
}

.text-red-500 {
    color: var(--red-500);
}

.text-amber-500 {
    color: var(--amber-500);
}

.text-sm {
    font-size: 0.875rem;
}

.text-base {
    font-size: 1rem;
}

.text-lg {
    font-size: 1.125rem;
}

.text-xl {
    font-size: 1.25rem;
}

.leading-relaxed {
    line-height: 1.625;
}

.bg-white {
    background-color: var(--white);
}

.bg-dark {
    background-color: var(--dark);
}

.bg-primary\/10 {
    background-color: var(--primary-light);
}

.bg-secondary\/10 {
    background-color: var(--secondary-light);
}

.bg-amber-500\/10 {
    background-color: var(--amber-500-light);
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-full {
    border-radius: 9999px;
}

.shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.overflow-hidden {
    overflow: hidden;
}

.p-3 {
    padding: 0.75rem;
}

.p-6 {
    padding: 1.5rem;
}

.pt-6 {
    padding-top: 1rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pt-8 {
    padding-top: 2rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-start {
    align-items: flex-start;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.-bottom-2 {
    bottom: -0.5rem;
}

.left-1/2 {
    left: 50%;
}

.w-20 {
    width: 5rem;
}

.h-1 {
    height: 0.25rem;
}

.max-w-xs {
    max-width: 30rem;
}

.pl-6 {
    padding-left: 1.5rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-4 {
    margin-right: 1rem;
}

.mr-1.5 {
    margin-right: 0.375rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.border {
    border-width: 1px;
}

.border-t {
    border-top-width: 1px;
}

.border-gray-100 {
    border-color: var(--gray-100);
}

.border-gray-800 {
    border-color: var(--gray-800);
}

.border-transparent {
    border-color: transparent;
}

/* 链接样式 */
a {
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

/* 按钮样式 */
.inline-flex {
    display: inline-flex;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.px-6 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.text-base {
    font-size: 1rem;
}

.font-medium {
    font-weight: 500;
}

.rounded-md {
    border-radius: 0.375rem;
}

.bg-primary {
    background-color: var(--primary);
}

.hover\:bg-primary\/90:hover {
    background-color: rgba(59, 130, 246, 0.9);
}

/* 动画与过渡效果 */
.transition-custom {
    transition: all 0.3s ease;
}

.transform {
    transform: translateZ(0);
}

.hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.hover\:-translate-y-0.5:hover {
    transform: translateY(-0.125rem);
}

.hover:text-white:hover {
    color: var(--white);
}

/* 列表样式 */
ul {
    list-style-type: none;
}

/* 自定义滚动条 */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* 响应式字体 */
.text-\[clamp\(1\.8rem\,4vw\,2\.5rem\)\] {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
}

/* 定位变换 */
.-translate-x-1/2 {
    transform: translateX(-50%);
}

/* 文本平衡 */
.text-balance {
    text-wrap: balance;
}

/* 响应式布局 */
@media (min-width: 768px) {
    .md\:flex-row {
        flex-direction: row;
    }

    .md\:mb-0 {
        margin-bottom: 0;
    }

    .md\:text-left {
        text-align: left;
    }

    .md\:p-8 {
        padding: 2rem;
    }

    .md\:justify-start {
        justify-content: flex-start;
    }

    .md\:mx-0 {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 640px) {
    .gap-x-6 {
        column-gap: 1.5rem;
    }
    
    .gap-y-3 {
        row-gap: 0.75rem;
    }
}
.footer-nav i{
    margin-right: 5px;
}
.border-t-note a{
    color:var(--gray-500);
}
.index-jifei-i{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    line-height: 20px;
    margin-top: 15px;
    font-size: 16px;
}
.index-jifei-cont h3{
    font-size: 16px;
}
.index-jifei-cont p{
    font-size: 14px;
}
.contact-msg{
    margin:0px 0 20px 0;
    background:#fff;
    padding:20px;
    box-sizing: border-box;
}
/* 通知公告外层容器 - 增加卡片悬浮感 */
.notice-container {
}
.notice_content{
    /*min-height: 20vh;*/
}
.notice_createtime{
    margin-bottom: 20px;
    text-align: center;
}
/* 标识+标题栏 - 升级渐变+光影 */
.notice-header {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 5px;
}

/* 标题栏底部渐变分隔线 */
.notice-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #0066cc, #0099ff, transparent);
    border-radius: 1px;
}

/* SOI标识 - 渐变背景+精致阴影 */
.notice-tag {
    font-size: 14px;
    color: #fff;
    background: linear-gradient(135deg, #0066cc 0%, #0099ff 100%);
    padding: 6px 12px;
    border-radius: 6px;
    margin-right: 12px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 102, 204, 0.2);
    letter-spacing: 0.5px;
}

/* 通知公告标题 - 加粗+字间距 */
.notice-title {
    font-size: 22px;
    color: #1e293b; /* 深灰替代纯黑，更柔和高级 */
    font-weight: 700;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    line-height: 1;
}

/* 标题前装饰 - 渐变竖条+圆角 */
.notice-title::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 24px;
    background: linear-gradient(180deg, #0066cc 0%, #0099ff 100%);
    margin-right: 10px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 102, 204, 0.15);
}

/* 通知列表容器 - 玻璃质感+精致阴影 */
.notice-list,.contact-msg {
    list-style: none;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 12px;
    padding: 24px 30px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 32px rgba(0, 102, 204, 0.08);
    transition: all 0.3s ease;
}

/* 列表悬浮微提升效果 */
.notice-list:hover {
    box-shadow: 0 12px 40px rgba(0, 102, 204, 0.12);
    transform: translateY(-2px);
}

/* 单条通知 - 间距优化+hover动效 */
.notice-item {
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 102, 204, 0.08); /* 极浅分隔线 */
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
    position: relative;
}

/* 最后一条去掉分隔线 */
.notice-item:last-child {
    border-bottom: none;
}

/* 通知hover高亮 */
.notice-item:hover {
    padding-left: 8px;
}

/* 通知前圆点 - 渐变+缩放动效 */
.notice-item::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #0066cc 0%, #0099ff 100%);
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
    box-shadow: 0 0 0 0 rgba(0, 102, 204, 0.3);
    transition: all 0.3s ease;
}

/* hover时圆点放大+光晕 */
.notice-item:hover::before {
    transform: scale(1.2);
    box-shadow: 0 0 0 4px rgba(0, 102, 204, 0.1);
}

/* 通知文字 - 字重+行高优化 */
.notice-text {
    font-size: 16px;
    color: #334155; /* 中灰，提升阅读舒适度 */
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    transition: color 0.2s ease;
    flex: 1;
}

/* 文字hover变色 */
.notice-text:hover {
    color: #0088ff;
}

/* EOI标识 - 精致标签样式 */
.notice-eoi-tag {
    font-size: 12px;
    color: #0066cc;
    margin-left: 12px;
    padding: 4px 8px;
    background: rgba(0, 102, 204, 0.08);
    border-radius: 4px;
    font-weight: 500;
    border: 1px solid rgba(0, 102, 204, 0.1);
    flex-shrink: 0;
}
.mt50{
    margin-top: 50px;
}
.clear{
    clear: both;
}
.contact-btn{
    text-align: center;
}
.contact-btn  a{
    width: 200px;
    height: 55px;
    line-height: 55px;
    margin: 32px 0 0 0;
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    line-height: 38px;
    border: 1px solid transparent;
    padding: 0 18px;
    background-color: #0052cc;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
}
.contacts-list{
    display: flex;
}
/* .index-banner-wrap{
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
} */
.contact-list-l{
    flex: 1;
    box-sizing: border-box;
    /* font-weight: bold; */
    font-size: 14px;
}
.noticcontact{
    margin-top: 50px;
}
.contact-list-r{
    flex: 1;
}
.contact-list-r img{
    display: block;
    width: 80%;
}
body{
    background-color: #f5f5f5;
}
.money-card{
    padding:30px 0;
}
.question-cont{
    display: flex;
}
.question-img{
    flex: 1;
    text-align: center;
}
.question-img img{ 
    width: 80% !important;
}
.question-text{
    flex: 1;
}
.program-money{
    padding:10px 30px 10px 30px;
}
.help-list{
    margin-bottom: 20px;
}
.help-list-title{
    font-weight: bold;
}
.notice_atta_list{
    width: 80px;
    height: 80px;
    margin-right: 5px;
    text-align: center;
    overflow: hidden;
}
.notice_atta_list img{
    width: 80%;
    display: inline-block;
}
.email-conts{
    /* border-top: 1px solid #9e9e9e; */
    background: #f7f7f7;
    padding:10px;
}
.history_cont{

}
.history_list{
    border-top: 1px solid #9e9e9e;
    background: #f7f7f7;
    padding:10px;
    box-sizing: border-box;
    margin:30px 0;
    
}
.history_list_info{
    width: 100%;
    margin-bottom: 5px;
    color: #000;
    font-size: 14px !important;
}
.history_list_info p,.notice_content p{
    font-size: 14px !important;
}

.index-server-p li{
    padding-left: 10px;
    vertical-align: middle;
}
.index-server-p li i{
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background: #555555;
    margin-top: -3px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.index-server-p li span{
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 768px) {
    .program-money {
        padding: 0px;
    }
}