.banner {
    width: 7.5rem;
    height: 65vh;
    background-image: url(../images/back3.jpg);
    background-size: 7.5rem 65vh;
    background-position: center;
    background-repeat: no-repeat;
}

.top {
    width: 6.4rem;
    height: 1rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top .logo {
    width: 2rem;
}

.zx {
    display: block;
    width: 1.2rem;
    height: 0.4rem;
    border-radius: 0.4rem;
    text-align: center;
    line-height: 0.4rem;
    background: #ffbf4b;
    cursor: pointer;
    color: #333;
    font-size: 0.24rem;
}

.buy {
    width: 1.2rem;
    background: rgb(255, 141, 0);
    height: 0.4rem;
    text-align: center;
    line-height: 0.4rem;
    border-radius: 1rem;
    cursor: pointer;
    transition: 0.3s;
    display: block;
    color: #fff;
    margin: 0.1rem auto;
}

.buy:hover {
    background: #f9eb42;
    color: #333;
}

.kebiao {
    /* width: 6.4rem; */
    text-align: center;
    margin: 0.3rem auto;
}

.kebiao th {
    padding: 0.15rem;
    background: #314c9d;
    color: #FFF;
    font-size: 0.24rem;
}

.kebiao td {
    padding: 0.15rem;
    background: #fff;
    color: #333;
    border: 1px solid #314c9d;
}
.kebiao1 {
    width: 6.4rem;
    text-align: center;
    margin: 0.3rem auto;
}

.kebiao1 th {
    padding: 0.15rem;
    background: #314c9d;
    color: #FFF;
    font-size: 0.24rem;
}

.kebiao1 td {
    padding: 0.15rem;
    background: #fff;
    color: #333;
    border: 1px solid #314c9d;
}


#bottom-pc {
    width: 100%;
    height: 11.44rem;
}

.slogan {
    width: 6.84rem;
    height: 5.57rem;
    margin: 0.3rem auto;
    display: block;
}

.con {
    width: 6.9rem;
    margin: -2rem auto 0.3rem;
    background: #FFF;
    border-radius: 0.2rem;
    padding: 0.2rem;
}

.con1 {
    width: 6.5rem;
    /* height: 2.02rem; */
    background: url(../images/back2.jpg) center top no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    /* padding: 0.43rem 0 0.1rem 1.24rem; */
}

.con1 p {
    font-size: 17px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 0.1rem;
}

.con1 td {
    font-size: 18px;
    color: #FFF;
    margin-bottom: 5px;
    margin-right: 20px;
    border: 2px solid white;
    text-align: center;
}

.table-top td {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 5px;
}

.con .zx {
    width: 5rem;
    background: #e61b0a;
    color: #FFF;
    margin: 0.2rem auto;
}

.pp {
    width: 94%;
    margin: 0.3rem auto;
    font-size: 0.3rem;
    margin: 0.1rem auto;
    color: #333;
    text-align: left;
}

.hj {
    width: 6.9rem;
    background: #FFF;
    border-radius: 0.2rem;
    padding: 0.4rem;
    margin: 0.3rem auto;
    text-align: center
}

.b {
    padding: 0.3rem;
    background: url(../images/y1.png) left bottom no-repeat;
    background-size: 100% 100%;
}

.title {
    width: 100%;
    margin: 0.3rem auto;
    text-align: center
}
.titleHidden {
    display: none !important;
}
.sd-map {
    display: none !important;
}


body {
    background: #96d0e4
}




.qh {
    width: 6.9rem;
    margin: 0.3rem auto;
    display: flex;
    justify-content: flex-start;
}

.qh1 {
    width: 3rem;
    height: 0.7rem;
    line-height: 0.7rem;
    border-radius: 1rem;
    text-align: center;
    background: #FFF;
    color: #333;
    margin-right: 0.2rem;
    font-size: 0.3rem;
}

.qh1.active {
    color: #ed0009;
    font-weight: bold;
    background-image: linear-gradient(#f5e5dc, #fed199)
}

.dishi {
    width: 6rem;
    margin: 0.3rem auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.dishi1 {
    width: 6rem;
    margin: 0.3rem auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ds {
    width: 1.5rem;
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 1rem;
    text-align: center;
    background: #FFF;
    color: #333;
    margin-right: 0.2rem;
    font-size: 0.3rem;
    margin: 0.2rem
}

.ds.active {
    color: #ffffff;
    font-weight: bold;
    background-image: linear-gradient(#f5e5dc, #fed199)
}
.ds1 {
    width: 1.5rem;
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 1rem;
    text-align: center;
    background: #FFF;
    color: #333;
    margin-right: 0.2rem;
    font-size: 0.3rem;
    margin: 0.2rem
}

.ds1.active {
    color: #ed0009;
    font-weight: bold;
    background-image: linear-gradient(#f5e5dc, #fed199)
}

#barChart canvas {
    border-radius: 20px;
}

.RGButtom {
    display: block;
    width: 1.2rem;
    height: 0.4rem;
    border-radius: 0.4rem;
    text-align: center;
    line-height: 0.4rem;
    background: #ffbf4b;
    cursor: pointer;
    color: #333;
    font-size: 0.24rem;
}

.RGButtom {
    width: 5rem;
    background: #e61b0a;
    color: #FFF;
    margin: 0.2rem auto;
}

.top-table {
    border-collapse: collapse; 
    /* width: 90%;  */
    height: 100%; 
    border: 2px solid white;
}

.Teachers-PC {
    display: none;
}
.mobile-table {
    display: none;
}
.advantage-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}
.advantage-container {
    display: grid;
    /* 默认电脑端2列布局 */
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 100%;
}
.advantage-item {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.9); /* 半透明背景，提升文字可读性 */
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}
/* 鼠标悬浮效果，提升交互体验 */
.advantage-item:hover {
    transform: translateY(-3px);
}
.icon-box {
    width: 60px;
    height: 60px;
    background: #e6212a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.icon-box svg {
    width: 32px;
    height: 32px;
    fill: #fff;
}
.text-box {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}