body {
    margin: 0;
    padding: 0;
}

.main-light-text-color {
    color: var(--seo-light-color);
}

.main-text-color {
    color: var(--seo-main-color);
}

.headerTop {
    height: 74px;
    min-width: 1110px;
}

.headerTopNav {
    cursor: pointer;
}

.headerSearchForm {
    height: 40px;
    background: transparent;
    border: 1px solid var(--seo-light-color);
}

.headerSearchForm input {
    width: 20vw;
}

.headerSearchForm input:focus {
    outline: none;
}
.headerSearchForm input::placeholder {
    color: var(--search-placeholder-color);
}

.logo {
    width: 226px;
    height: 31px;
}

.headerNav {
    height: 67.5px;
}

.swiper {
    width: 1110px;
    height: 428.5px;
    --swiper-theme-color: white;
}

.swiper-button-next {
    background: rgba(128, 128, 128, 0.5);
}

.swiper-button-prev {
    background: rgba(128, 128, 128, 0.5);
}

.swiperPagination {
    width: 68px;
    height: 68px;
    background-image: url("https://cdn.waityou.online/06f2001c-006b-6238-87df-53d7aae9d401.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    font-size: 40px;
    font-weight: bold;
}

.swiperPagination .a {
    position: absolute;
    left: 4px;
    top: -20px;
    color: #FA8218;
}

.swiperPagination .b {
    position: absolute;
    right: 4px;
    bottom: -20px;
    color: white;
}

.wd1110 {
    width: 1110px;
}

.wd1200 {
    width: 1200px;
}

.wd800 {
    width: 800px;
}

.wd350 {
    width: 350px;
}

.ml50 {
    margin-left: 50px;
}

.partDivider {
    width: 900px;
    height: 2px;
    background-color: var(--seo-main-color);
}

.partDivider32 {
    width: 530px;
    height: 2px;
    background-color: var(--seo-main-color);
}

.partDivider23 {
    width: 230px;
    height: 2px;
    background-color: var(--seo-main-color);
}

.searchHot {
    background-color: #FF0000;
    color: white;
    font-size: 14px;
    padding: 0 4px;
    border-radius: 4px;
    margin-left: 12px;
}

.mainColorDot2 {
    width: 8px;
    height: 8px;
    background-color: var(--seo-main-color);
}

.digest {
    border-left: #666666 1px dashed;
}

.searchNew {
    background-color: #FF008A;
    color: white;
    font-size: 14px;
    padding: 0 4px;
    border-radius: 4px;
    margin-left: 12px;
}

.partDivider31 {
    width: 200px;
    height: 2px;
    background-color: var(--seo-main-color);
}

.colDivider {
    width: 100px;
    height: 2px;
    background-color: var(--seo-main-color);
}

.articles {
    height: 505px;
    overflow-y: hidden;
}

.article {

}

.articleDivider {
    height: 1px;
    background-color: #F7F8FA;
}

.article .subInfo {
    color: #282828;
}

.article .recommendDot {
    width: 4px;
    height: 14px;
    background-color: var(--seo-main-color);
}

.article .recommendText {
    color: var(--seo-main-color);
}

.article .hotDot {
    width: 4px;
    height: 14px;
    background-color: #FF0000;
}

.article .hotText {
    color: #FF0000;
}

.article .hotSearchDot {
    width: 4px;
    height: 14px;
    background-color: #FF7800;
}

.article .hotSearchText {
    color: #FF7800;
}

.article .specialDot {
    width: 4px;
    height: 14px;
    background-color: #1F22ED;
}

.article .specialText {
    color: #1F22ED;
}

.countDownCard {
    background-image: var(--count-down-bg);
    height: 172px;
}

.timeline {
    background: var(--seo-light-bg-color);
    height: 319px;
    overflow: scroll;
}

.timeline::-webkit-scrollbar {
    display: none; /* 隐藏滚动条 */
}

.timeline .timeline-item {

}

.timeline .timeline-item .timeline-item-side {
    border-left: var(--seo-main-color) 2px solid;
}

.high-light-text {
    background: linear-gradient(to right, var(--seo-main-color), var(--seo-gradient-color));
    color: white;
    padding: 2px 10px;
    width: fit-content;
}

.timeline-date {
    position: relative;

}

.timeline-date:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 100%;
    margin-left: 5px; /* 圆点距离右侧的距离 */
    width: 8px; /* 圆点的直径 */
    height: 8px;
    background-color: var(--seo-main-color); /* 圆点的颜色 */
    border-radius: 50%; /* 使其成为圆形 */
    transform: translateY(-50%);
}

.timeline-out-date {
    position: relative;

}

.timeline-out-date:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 100%;
    margin-left: 5px; /* 圆点距离右侧的距离 */
    width: 8px; /* 圆点的直径 */
    height: 8px;
    background-color: #999999;
    border-radius: 50%; /* 使其成为圆形 */
    transform: translateY(-50%);
}

.light-text {
    color: #999999;
}

.light-text333 {
    color: #333333;
}

.light-text .high-light-text {
    background: #999999;
}

.timeline .light-text .timeline-item-side {
    border-left: #999999 2px solid;
}

.hotTopics {
    background: var(--seo-light-bg-color);
    height: 540px;
    overflow: hidden;
}

.exercises {
    background: var(--seo-light-bg-color);
    height: 380px;
    overflow: hidden;
}

.hotTopicDivider {
    background: rgba(202, 202, 202, 0.45);
    height: 1px;
    width: 100%;
}

.mainColorDot {
    width: 4px;
    height: 4px;
    background-color: var(--seo-main-color);
}

.school-tag {
    background-color: #F5F6F8;
    color: #999999;
    font-size: 11px;
    padding: 2px 4px;
    margin-right: 4px;
}

.footer {
    height: 223px;
    background: linear-gradient(to right, var(--seo-footer-bg-start-color), var(--seo-footer-bg-end-color));
}

.footer_line {
    height: 1px;
    background-color: white;
    width: 40px;
}


/* 隐藏下拉列表 */
.dropdown-list {
    display: none;
    position: absolute;
    margin-top: 5px; /* 确保列表在按钮下方 */
    list-style: none;
    padding: 5px 0;
    text-align: center;
    border-top: 4px solid var(--seo-main-color);
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%
}

/* 定义下拉菜单的父容器 */
.dropdown {
    position: relative;
    display: inline-block;

    z-index: 999;
}

/* 按钮样式 */
.dropdown-button {
    padding: 10px 30px;
    /*background-color: #4CAF50;*/
    /*color: white;*/
    border: none;
    cursor: pointer;
}

/* 当鼠标悬停在按钮时显示下拉列表 */
.dropdown:hover .dropdown-list {
    display: block;
}

/* 下拉列表项的样式 */
.dropdown-list li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.dropdown-list li:hover {
    background-color: #f1f1f1;
}

/* 确保最后一个选项没有边框 */
.dropdown-list li:last-child {
    border-bottom: none;
}

.page .page-item {
    display: none;
}

.page.page-1 .page-item:nth-child(-n+5) {
    display: block;
}

.page.page-2 .page-item:nth-child(n+6):nth-child(-n+10) {
    display: block;
}

.page.page-3 .page-item:nth-child(n+11):nth-child(-n+15) {
    display: block;
}

.page.page-4 .page-item:nth-child(n+16):nth-child(-n+20) {
    display: block;
}

.disabled {
    cursor: not-allowed;
    filter: grayscale(100%);
    opacity: 0.6;
}

.pager {
    color: #333333;
    font-size: 14px;
    margin-top: 16px;
}

.pager .page-btn {
    border: #333333 1px solid;
    cursor: pointer;
}

.pager .active-page-btn {
    color: white;
    border: var(--seo-main-color) 1px solid;
    background-color: var(--seo-main-color);
}

.page-jump {
    border: #333333 1px solid;
    width: 40px;
    text-align: center;
}

.page-jump:focus {
    outline: none;
}

.page-btn:hover {
    color: white;
    border: var(--seo-main-color) 1px solid;
    background-color: var(--seo-main-color);
}

.link-text {

}
.navigationDot {
    width: 4px;
    height: 18px;
    background-color: var(--seo-main-color);
    border-radius: 2px;
}
.link-text:hover {
    color: var(--seo-main-color);
}

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

.vertical-gradient-light-bg {
    background: linear-gradient(180deg, var(--seo-light-bg-color) 0%, rgba(255,255,255,0.04) 65%, rgba(244,244,244,0) 100%);
}

.hover-slide-show {
    cursor: pointer;
    position: relative;
}

.hover-slide-target {
    position: absolute;
    left: 0;
    opacity: 0;
    transform: translateX(0) translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.hover-slide-show:hover .hover-slide-target {
    opacity: 1;
    transform: translateX(-110%) translateY(-50%);
}
.hover_news{
    width: 200px; /* 固定图片宽度 */
    max-width: 200px; /* 确保不会超出宽度 */
    height: auto; /* 保持纵横比 */
}

.gradientBg {
    background: linear-gradient(to right, var(--seo-main-color), var(--seo-gradient-color));
}
.main-color-bg{
    background-color: var(--seo-main-color);
}
mark{
    color: var(--seo-main-color);
    font-weight: bold;
    background-color: transparent;
}