@charset "utf-8";
/* CSS Document */


/*PC端头部*/
* { margin: 0;padding: 0;box-sizing: border-box;}

body {
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Helvetica Neue', Arial, sans-serif;
  background: linear-gradient(to bottom right, #f9fafb, #f3f4f6);
  min-height: 100vh;
}

img { border: 0; display: block }
ul, li { list-style: none; }
a { text-decoration: none; color: #64748b; transition: .3s; }
a:hover { color: var(--hover-color); text-decoration: none; transition: .3s;}
.Cent{width: 1200px;margin: 0 auto;}
/* 基础样式重置 */
* {margin: 0; padding: 0; box-sizing: border-box;}

:root {
/*鼠标点击颜色*/
    --hover-color:#f74645;
    --primary: #165DFF;
    --primary-light: rgba(22, 93, 255, 0.2);
    --secondary: #6B7280;
    --surface: #FFFFFF;
    --background: #F9FAFB;
    --gray-50: #F9FAFB;
    --gray-100: #F3F4F6;
    --gray-200: #E5E7EB;
    --gray-500: #6B7280;
    --gray-600: #4B5563;
    --gray-700: #374151;
    --gray-800: #1F2937;
    --white: #FFFFFF;
}
.icon-zhuye1:before  {font-size:28px;color:#00F3FF;}
.icon-sousuo:before  {font-size:28px;color: #FFF;}
.icon-caidan:before  {font-size:28px;color: #FFF;}


/*PC适应*/
@media (min-width: 751px){
	.NavTop .Cent .logo{display: none;}
	.M-Nav{display: none;}
	.overlay{display: none;}
	.TopBj{display: none;}
}

/*PC端头部菜单 NavTop*/
.NavTop{position: fixed;top: 0;left: 0;right: 0;height: 40px;box-shadow: 0px 1px 4px 0px #eeeeee;z-index:99;
-webkit-backdrop-filter: blur(8px);backdrop-filter: blur(8px);background-color: #ffffffbf;}
.NavLogo{float: left; margin-left:20px; margin-right: 40px;}
.NavLogo a{font-size: 14px; font-weight: 700; line-height: 40px;}
.logo a {position: absolute; display: block; top: 0; left: 0; bottom: 0; text-indent: -9999px; width: 209px;}
.NavL{float: left;}
.NavR{float:right; margin-right: 20px;}
/*name*/
.name {float: left;font-size: 14px;color: #64748b;margin-right: 40px;line-height: 40px;cursor: pointer;position: relative; }
.name a {color: #64748b;}
.name .arrow {display: inline-block;vertical-align: top; width: 10px;height: 6px;margin-left: 4px; background: url("../img/arrow.png") no-repeat center; background-size: contain;margin-top: 17px; }
.name .sec-menu { display: none; position: absolute; top: 0;left: 50%; width: 114px;margin-left: -57px;background-color: #fff; box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.14);text-align: center;padding-bottom: 5px;opacity: 0; }
.name .sec-menu .sec-name {color: #64748b;height: 34px;font-weight: normal;line-height: 34px; }
.name .sec-menu .sec-name:hover {background-color: rgba(247, 70, 69, 0.1);color:var(--hover-color); }
.name:hover .sec-menu {display: block; animation: TopName .3s ease 1 forwards; }
.name:hover .sec-top {color: var(--hover-color);}
@-webkit-keyframes TopName { 0% {opacity: 0; } 100% {opacity: 1; } }
.line1px {float: left;width: 1px; height: 16px; background-color: #b3b3b3; opacity: .5; margin: 12px 30px 0;}
.nameR{margin-right: 0;}
.login:hover {color: var(--hover-color);}
.nameR a:hover {color: var(--hover-color);}

.login{ margin-right: 18px;}
.register {color: #f74645;}
.nologin{ }



/*==============================================*/


.page-content {
    --bg: #ffffff;
    --bg-soft: #f8fbff;
    --panel: #ffffff;
    --panel-soft: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    --border: rgba(135, 176, 226, 0.18);
    --text: #18324d;
    --muted: #6f88a3;
    --blue: #67b8ff;
    --cyan: #6edfd0;
    --pink: #ff9bc2;
    --orange: #ffc972;
    --shadow: 0 16px 40px rgba(115, 154, 201, 0.12);
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - var(--navbar-height, 44px));
    padding: 42px 16px calc(env(safe-area-inset-bottom) + 28px);
    color: var(--text);
    font-family: "PingFang SC", "Helvetica Neue", Arial, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
}

.page-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 10% 10%, rgba(103, 184, 255, 0.16), transparent 24%),
        radial-gradient(circle at 88% 12%, rgba(255, 155, 194, 0.14), transparent 24%),
        radial-gradient(circle at 84% 82%, rgba(110, 223, 208, 0.14), transparent 24%),
        radial-gradient(circle at 14% 88%, rgba(255, 201, 114, 0.12), transparent 22%),
        linear-gradient(180deg, #ffffff 0%, #f9fbff 52%, #ffffff 100%);
}

.page-background::before,
.page-background::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(8px);
}

.page-background::before {
    top: -70px;
    right: -70px;
    width: 220px;
    height: 220px;
    background: rgba(103, 184, 255, 0.08);
}

.page-background::after {
    left: -56px;
    bottom: -66px;
    width: 190px;
    height: 190px;
    background: rgba(255, 155, 194, 0.07);
}

.page-content * {
    box-sizing: border-box;
}

.hero,
.feature,
.story,
.footer {
    position: relative;
    border: 1px solid var(--border);
    background: var(--panel-soft);
    border-radius: 12px;
    box-shadow: var(--shadow);
}

.hero {
    overflow: hidden;
    padding: 24px 20px;
    background:
        radial-gradient(circle at right top, rgba(255, 201, 114, 0.14), transparent 32%),
        radial-gradient(circle at left top, rgba(103, 184, 255, 0.14), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #fafdff 100%);
}

.hero::before {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -40px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 155, 194, 0.22), rgba(255, 155, 194, 0));
    pointer-events: none;
}

.tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(103, 184, 255, 0.10);
    color: #4f86bc;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tag-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
}

.hero h1 {
    margin: 16px 0 12px;
    font-size: 34px;
    line-height: 1.08;
    letter-spacing: -0.04em;
    color: #16314d;
}

.meta-info {
    display: block;
    margin: 8px auto;
    width: fit-content;
    color: #4a7ba7;
    font-size: 13px;
    line-height: 1.8;
    text-align: center;
    font-weight: 500;
    background: rgba(103, 184, 255, 0.06);
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid rgba(103, 184, 255, 0.12);
}

.hero p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.9;
}

.stats-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.stat-card {
    padding: 14px 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(146, 187, 236, 0.16);
}

.stat-card strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #204363;
}

.stat-card span {
    display: block;
    margin-top: 6px;
    color: #7791ac;
    font-size: 12px;
    line-height: 1.6;
}

.features-wrapper {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 14px;
}

.features-container {
    display: grid;
    gap: 12px;
    flex: 1;
    grid-template-columns: 1fr;
}

.ranking-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.features-sidebar {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 350px;
    flex-shrink: 0;
}

.sidebar-card {
    position: relative;
    border: 1px solid var(--border);
    background: var(--panel-soft);
    border-radius: 12px;
    box-shadow: var(--shadow);
    padding: 18px;
    background:
        radial-gradient(circle at right top, rgba(255, 201, 114, 0.14), transparent 32%),
        radial-gradient(circle at left top, rgba(103, 184, 255, 0.14), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #fafdff 100%);
}

.sidebar-card h3 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 700;
    color: #16314d;
}

.sidebar-card p {
    margin: 0 0 2px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--muted);
}

.share-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.share-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 12px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    cursor: pointer;
    transition: all 0.3s ease;
}

.share-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(103, 184, 255, 0.2);
    border-color: var(--blue);
}

.share-item i {
    font-size: 28px;
    margin-bottom: 8px;
    color: var(--blue);
}

.share-item[data-type="wechat"] i {
    color: #07c160;
}

.share-item[data-type="qq"] i {
    color: #12b7f5;
}

.share-item[data-type="poster"] i {
    color: #ff9bc2;
}

.share-item[data-type="link"] i {
    color: #ffc972;
}

.share-item span {
    font-size: 13px;
    color: var(--text);
    font-weight: 500;
}

.ad-card {
    padding: 18px;
    overflow: hidden;
}

.carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide {
    flex: 0 0 100%;
    display: block;
    text-decoration: none;
}

.carousel-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.carousel-indicators {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.indicator {
    width: 20px;
    height: 8px;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator:hover {
    background: rgba(255, 255, 255, 0.8);
}

.indicator.active {
    background: #b8f8ff;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--blue), #5aa8e8);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(103, 184, 255, 0.3);
}

.news-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.news-item {
    display: flex;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
}

.news-item:hover {
    background: rgba(103, 184, 255, 0.05);
    border-radius: 8px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: -8px;
    margin-right: -8px;
}

.news-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.news-image {
    width: 100px;
    height: 94px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.news-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.news-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #16314d;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-desc {
    margin: 0;
    font-size: 12px;
    color: var(--muted);
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-meta {
    display: flex;
    gap: 12px;
    font-size: 12px;
    color: #8fa3bf;
}

.news-time,
.news-popularity {
    display: flex;
    align-items: center;
    gap: 4px;
}

.news-time i,
.news-popularity i {
    font-size: 11px;
}

.tab-nav {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgb(0 164 213);
}

.tab-btn {
    flex: 1;
    padding: 8px 12px;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    color: #8fa3bf;
    cursor: pointer;
    border-radius: 6px 6px 0 0;
    transition: all 0.2s ease;
}

.tab-btn:hover {
    background: rgba(103, 184, 255, 0.1);
    color: #67b8ff;
}

.tab-btn.active {
    background: linear-gradient(135deg, var(--blue), #5aa8e8);
    color: #fff;
}

.tab-content {
    position: relative;
}

.tab-pane {
    display: none;
    animation: fadeIn 0.3s ease;
}

.tab-pane.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.feature {
    overflow: hidden;
    padding: 18px;
}

.feature-icon {
    position: absolute;
    top: -34px;
    right: -22px;
    width: 88px;
    height: 88px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.14;
    pointer-events: none;
    transform: rotate(10deg);
}

.feature-icon svg {
    width: 38px;
    height: 38px;
}

.menu-icon {
    position: absolute;
    left: 48px;
    top: -12px;
    height: 15px;
    display: flex;
    align-items: center;
}

.menu-icon m {
    position: relative;
    background-image: linear-gradient(90deg,#8bc34a 0,#4caf50 100%);
    line-height: 16px;
    color: #fff;
    font-size: 12px;
    transform: scale(.75);
    border-radius: 10px;
    padding: 1px 7px;
    z-index: 2;
}

.menu-icon.orange m {background-image: linear-gradient(90deg,#ef977b 0,#ff5722 100%);}
.menu-icon.yellow m {background-image: linear-gradient(90deg,#fcd032 0,#e1b000 100%);}
.menu-icon.orange:after {background: #ef977b;}
.menu-icon.yellow:after {background: #fcd032;}

.menu-icon:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #8bc34a;
    transform: rotate(250deg);
    -webkit-transform: rotate(250deg);
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 8px;
}

.ranking-item:nth-child(1) .feature-icon {
    background: linear-gradient(135deg, rgba(103, 184, 255, 0.24), rgba(110, 223, 208, 0.18));
    color: #2c84c9;
}

.ranking-item:nth-child(2) .feature-icon {
    background: linear-gradient(135deg, rgba(255, 155, 194, 0.26), rgba(255, 201, 114, 0.20));
    color: #d66a97;
}

.ranking-item:nth-child(3) .feature-icon {
    background: linear-gradient(135deg, rgba(110, 223, 208, 0.24), rgba(103, 184, 255, 0.20));
    color: #26998c;
}

.ranking-item:nth-child(4) .feature-icon {
    background: linear-gradient(135deg, rgba(255, 155, 194, 0.26), rgba(255, 201, 114, 0.20));
    color: #d66a97;
}

.ranking-item:nth-child(5) .feature-icon {
    background: linear-gradient(135deg, rgba(110, 223, 208, 0.24), rgba(103, 184, 255, 0.20));
    color: #26998c;
}

.ranking-item:nth-child(6) .feature-icon {
    background: linear-gradient(135deg, rgba(255, 201, 114, 0.24), rgba(103, 184, 255, 0.18));
    color: #c9932b;
}

.ranking-item:nth-child(7) .feature-icon {
    background: linear-gradient(135deg, rgba(255, 155, 194, 0.20), rgba(110, 223, 208, 0.20));
    color: #b85b85;
}

.ranking-item:nth-child(8) .feature-icon {
    background: linear-gradient(135deg, rgba(103, 184, 255, 0.22), rgba(255, 201, 114, 0.18));
    color: #4a7fbc;
}

.ranking-item:nth-child(9) .feature-icon {
    background: linear-gradient(135deg, rgba(110, 223, 208, 0.22), rgba(255, 155, 194, 0.18));
    color: #4b9a90;
}

.ranking-item:nth-child(10) .feature-icon {
    background: linear-gradient(135deg, rgba(255, 201, 114, 0.22), rgba(103, 184, 255, 0.20));
    color: #8c7a35;
}

.feature > *:not(.feature-icon) {
    position: relative;
    z-index: 2;
}

.feature h3,
.story h2,
.scenes h2,
.footer h3 {
    margin: 0;
}

.feature h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1d4064;
}

.feature p {
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.85;
}

.story {
    margin-top: 14px;
    padding: 20px;
    background:
        radial-gradient(circle at right top, rgba(103, 184, 255, 0.08), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.story-label {
    display: inline-block;
    margin-bottom: 10px;
    color: #ff8db7;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.story h2 {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -0.03em;
    color: #173756;
}

.story p {
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.9;
}

.points-container {
    display: grid;
    gap: 30px;
    margin-top: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.point-card {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    padding: 14px 0 0;
    border-top: 0;
}

.point-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.point-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(103, 184, 255, 0.2);
}

.point-nickname {
    display: block;
    font-size: 12px;
    color: var(--blue);
    font-weight: 600;
    text-align: center;
}

.point-content {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(103, 184, 255, 0.15);
    border-radius: 12px;
    padding: 12px 16px;
    position: relative;
    flex: 1;
}

.point-content::before {
    content: "";
    position: absolute;
    left: -24px;
    top: 18px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 12px solid rgba(103, 184, 255, 0.15);
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
}

.point-card strong {
    display: block;
    font-size: 15px;
    color: #1f4267;
    margin-bottom: 8px;
}

.point-card span {
    display: block;
    margin-top: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.8;
}

.scenes {
    margin-top: 24px;
}

.scenes h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: -0.03em;
    color: #173756;
    margin-left: 10px;
}
.scenes h2 i {
    margin-right: 6px;
}
.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.tag-item {
    padding: 10px 14px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(145, 183, 228, 0.18);
    color: #4f7298;
    font-size: 13px;
    box-shadow: 0 8px 20px rgba(130, 169, 214, 0.08);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tag-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(130, 169, 214, 0.15);
    font-weight: 600;
}

.tag-item:active {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(130, 169, 214, 0.2);
    font-weight: 600;
}

.tag-item i {
    margin-right: 6px;
}
.footer {
    margin-top: 24px;
    padding: 22px 20px;
    background: radial-gradient(circle at right top, rgba(255, 201, 114, 0.14), transparent 32%), radial-gradient(circle at left top, rgba(103, 184, 255, 0.14), transparent 28%), linear-gradient(180deg, #ffffff 0%, #fafdff 100%);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.friend-links {
    flex: 1;
}

.friend-links-title {
    font-size: 16px;
    font-weight: 600;
    color: #18395b;
    margin-bottom: 12px;
    margin-top: 0px;
}

.friend-links-title span {
    color: var(--blue);
    font-size: 14px;
    margin-left: 8px;
}

.friend-links-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}
.friend-links{margin-right: 20px;}
.friend-link {
    color: #4f7298;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.friend-link:hover {
    color: var(--blue);
}

.footer-copyright {
    margin-top: 16px;
    border-top: 1px solid rgba(145, 183, 228, 0.15);
}

.footer-copyright p {
    color: var(--muted);
    font-size: 12px;
	margin-top: 16px;
	margin-bottom: 16px;
}

.footer-qrcodes {
    display: flex;
    gap: 20px;
    flex-shrink: 0;
    padding: 20px 60px;
}

.qrcode-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.qrcode-img {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    border: 1px solid rgba(145, 183, 228, 0.2);
}

.qrcode-label {
    font-size: 12px;
    color: #4f7298;
}

.footer span {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--blue);
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.footer h3 {
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: -0.03em;
    color: #18395b;
}

.footer p {
    color: var(--muted);
    font-size: 14px;
}

.hero-section {
    margin-top: 14px;
    margin-bottom: 14px;
    position: relative;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%),
                linear-gradient(120deg, rgba(103, 184, 255, 0.08) 0%, rgba(110, 223, 208, 0.05) 100%);
    box-shadow: 0 16px 40px rgba(115, 154, 201, 0.12);
    background: radial-gradient(circle at right top, rgba(255, 201, 114, 0.14), transparent 32%), radial-gradient(circle at left top, rgba(103, 184, 255, 0.14), transparent 28%), linear-gradient(180deg, #ffffff 0%, #fafdff 100%);
    overflow: hidden;
    padding: 40px;
    border: 1px solid var(--border);
}

.hero-section::before {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -40px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 155, 194, 0.22), rgba(255, 155, 194, 0));
    pointer-events: none;
}

.hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.hero-content {
    flex: 1;
    max-width: 680px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 100px;
    background: rgba(103, 184, 255, 0.10);
    color: var(--blue);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.hero-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    color: #16314d;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
}

.hero-title::before, .hero-title::after {
    vertical-align: middle;
    content: "";
    height: 50px;
    width: 30px;
    margin-bottom: 2px;
    position: relative;
    display: inline-block;
    background:url( ../img/maisui.svg) no-repeat center center;
    background-size: auto 100%;
    z-index: 0;
    filter: brightness(20) invert(1);
}

.hero-title::after {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.hero-content p {
    margin: 8px;
    color: var(--muted);
    font-size: 14px;
    line-height: 2;
}

.hero-content .hero-desc {
    font-size: 16px;
    line-height: 1.2;
    color: var(--muted);
}

.hero-desc {
    display: block;
    margin: 8px auto;
    width: fit-content;
    color: #4a7ba7;
    font-size: 13px;
    line-height: 1.8;
    text-align: center;
    font-weight: 500;
    background: rgba(103, 184, 255, 0.06);
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid rgba(103, 184, 255, 0.12);
}

.hero-update-time {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 2px 8px;
    padding: 4px 16px;
    background: linear-gradient(135deg, rgba(103, 184, 255, 0.1), rgba(103, 184, 255, 0.05));
    border-radius: 8px;
    font-size: 14px;
    color: #ff6767;
    font-weight: 600;
}

.hero-update-time i {
    font-size: 14px;
    color: var(--blue);
}

.hero-update-time span {
    font-weight: 600;
}

.hero-stats-panel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 380px;
}

.stat-box {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    box-shadow: 0 16px 40px rgba(115, 154, 201, 0.12);
    transition: transform 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.9);
}

.stat-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(103, 184, 255, 0.15), rgba(103, 184, 255, 0.05));
    color: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.stat-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.stat-value {
    font-size: 24px;
    font-weight: 800;
    color: #111;
    line-height: 1;
}

.stat-text {
    font-size: 13px;
    color: #666;
}

.platform-tag {
    padding: 4px 10px;
    border-radius: 6px;
    background: rgba(103, 184, 255, 0.10);
    color: var(--blue);
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    margin-bottom: 8px;
	margin-right: 2px;
}
.hero-ss-toggle{
    display: none;
}
.ranking-item {
    position: relative;
    border: 1px solid var(--border);
    background: var(--panel-soft);
    border-radius: 12px;
    box-shadow: var(--shadow);
    overflow: hidden;
    display: flex;
    gap: 16px;
    padding: 18px;
    transition: transform 0.2s, box-shadow 0.2s;
    flex-direction: row;
    align-items: flex-start;
}

.ranking-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 50px rgba(115, 154, 201, 0.15);
}

.ranking-item-header {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 3;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    min-width: auto;
}

.rank-badge {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--blue), #5aa8e8);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    box-shadow: 0 4px 12px rgba(103, 184, 255, 0.3);
}

.hover-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(103, 184, 255, 0.05), rgba(110, 223, 208, 0.03));
    opacity: 0;
    transition: opacity 0.2s;
    z-index: 0;
}

.ranking-item:hover .hover-bg {
    opacity: 1;
}

.product-image-link {
	width: 220px;
    height: 220px;
    display: inline-block;
    text-decoration: none;
}

.product-image {
    width: 220px;
    height: 220px;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.product-info {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.product-title {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700;
    color: #16314d;
    line-height: 1.3;
}

.product-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.product-title a:hover {
    color: var(--hover-color);
}

.product-desc {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.6;
    color: var(--muted);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-meta {
    display: flex;
    gap: 16px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.product-price {
    font-size: 20px;
    font-weight: 800;
    color: #dc2626;
}

.product-sales,
.product-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: var(--muted);
}

.product-sales i,
.product-rating i {
    color: var(--blue);
}

.product-actions {
    display: flex;
    flex-direction: row;
    gap: 8px;
    min-width: auto;
}
.product-actions i{margin-right: 4px;}

.coupon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 155, 194, 0.15), rgba(255, 201, 114, 0.10));
    border: 1px solid rgba(255, 155, 194, 0.3);
    color: #d66a97;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    width: 150px;
    text-decoration: none;
}

.coupon-btn:hover {
    background: linear-gradient(135deg, rgba(255, 155, 194, 0.25), rgba(255, 201, 114, 0.20));
    transform: translateY(-1px);
}

.buy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--blue), #5aa8e8);
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    width: 150px;
    text-decoration: none;
}

.buy-btn:hover {
    background: linear-gradient(135deg, #5aa8e8, var(--blue));
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(103, 184, 255, 0.3);
	color: #FFFFFF;
}





/* 新闻内容页面样式 */
.article-section {
    margin-top: 14px;
    margin-bottom: 14px;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(115, 154, 201, 0.12);
    overflow: hidden;
    padding: 20px;
    border: 1px solid var(--border);
}

.article-section::before {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -40px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 155, 194, 0.22), rgba(255, 155, 194, 0));
    pointer-events: none;
}

.article-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
	text-align: center;
    color: #16314d;
    margin: 0 0 20px 0;
}

.article-title::before, .article-title::after {
    vertical-align: middle;
    content: "";
    height: 50px;
    width: 30px;
    margin-bottom: 2px;
    position: relative;
    display: inline-block;
    background: url(../img/maisui.svg) no-repeat center center;
    background-size: auto 100%;
    z-index: 0;
    filter: brightness(20) invert(1);
}

.article-title::after {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.article-content .article-desc {
	text-align: center;
    font-size: 16px;
    line-height: 1.2;
    color: var(--muted);
}

.article-content p {
    margin: 8px 0px;
    color: var(--muted);
    font-size: 16px;
    line-height: 2;
}

.article-breadcrumb {
    padding: 12px 0px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #6b7280;
}

.article-breadcrumb a {
    color: #3b82f6;
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 0px 6px;
}

.article-breadcrumb a:hover {
    color: #ec3b0f;
}

.article-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 16px 20px;
    margin: 20px 0;
    border-bottom: 1px solid #e5e7eb;
}

.article-info span {
    font-size: 14px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 6px;
}

.article-container {
    padding: 24px;
    margin: 20px 0;
}

.article-container strong {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin: 16px 0px;
}

.article-container img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 30px auto;
    display: block;
}

.article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 20px;
}

.article-tags .tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: #eb002c54;
    color: #ffffff;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.article-tags .tag:hover {
    background: #eb002c75;
    transform: translateY(-2px);
}

.article-tags .tag i {
    font-size: 12px;
}


.article-next li {
    list-style: none;
    padding: 12px 16px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.article-next li:hover {
    transform: translateX(2px);
}

.article-next li span {
    font-weight: 600;
    color: #475569;
    margin-right: 8px;
}

.article-next li a {
    color: #475569;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.article-next li a:hover {
    color: #ec3b0f;
}


/* ==============新闻列表页面样式===================== */
.nl-list {
    margin-top: 30px;
    border-top: 1px solid #e5e7eb;
}

.nl-item {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #e5e7eb;
    transition: background-color 0.3s ease;
}

.nl-item:hover {
    background-color: #f9fafb;
}

.nl-item:last-child {
    border-bottom: none;
}

.nl-image {
    flex-shrink: 0;
    width: 180px;
    height: 130px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 20px;
}

.nl-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.nl-item:hover .nl-image img {
    transform: scale(1.05);
}

.nl-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nl-title {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 10px 0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nl-title:hover {
    color: #3b82f6;
}

.nl-desc {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0 0 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nl-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 13px;
    color: #9ca3af;
}

.nl-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nl-meta i {
    font-size: 12px;
}

/* 新闻分页样式 */
.pages {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 40px 0;
    padding: 20px 0;
    border-top: 1px solid #e5e7eb;
}

.pages span {
    color: #6b7280;
    font-size: 14px;
    padding: 8px 12px;
}

.pages a {
    display: inline-block;
    padding: 8px 12px;
    color: #4b5563;
    text-decoration: none;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.pages a:hover {
    background-color: #f3f4f6;
    border-color: #d1d5db;
}

.pages a.current {
    background-color: #3b82f6;
    color: white;
    border-color: #3b82f6;
    font-weight: 500;
}

.pages a.next {
    background-color: #f9fafb;
    border-color: #e5e7eb;
}

.pages a.next:hover {
    background-color: #f3f4f6;
}

/* 学习季样式 */
.xuexiji { max-width: 100%; margin: 20px 0; padding: 20px; border-radius: 8px; }
.xuexiji-image { text-align: center; margin-bottom: 20px; }
.xuexiji-image img { display: inline-block; max-width: 400px; height: auto; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }
.xuexiji-content { display: flex; flex-direction: column; gap: 15px; }
.xuexiji-reason { align-items: flex-start; gap: 10px; padding: 10px; background-color: #f0f8ff; border-radius: 6px; }
.xuexiji-reason i { color: #3498db; font-size: 16px; margin-top: 2px; }
.xuexiji-reason strong { color: #2c3e50; font-weight: 600; white-space: nowrap; }
.xuexiji-reason span { color: #666; flex: 1; }
.xuexiji-info { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; }
.xx-youhui { grid-column: 1 / -1; background-color: #fff9e7; border: 1px solid #fff6d9; }
.xx-youhui span { color: #d63031; font-weight: bold; font-size: 16px; }
.xx-item {align-items: center; gap: 8px; padding: 8px 12px; border-radius: 6px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
.xx-item i { color: #3498db; font-size: 14px; }
.xx-item strong { color: #2c3e50; font-weight: 600; font-size: 14px; white-space: nowrap; }
.xx-item span { color: #666; font-size: 14px; }
.xuexiji-tags { display: flex; align-items: center; gap: 10px; padding: 10px; background-color: #fff; border-radius: 6px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
.xuexiji-tags i { color: #3498db; font-size: 16px; }
.xuexiji-tags strong { color: #2c3e50; font-weight: 600; white-space: nowrap; }
.xx-tags { display: flex; flex-wrap: wrap; gap: 8px; flex: 1; }
.xx-tags span { padding: 4px 10px; background-color: #f0f8ff; color: #3498db; border-radius: 15px; font-size: 13px; }
.xuexiji-coupon { align-items: center; gap: 10px; padding: 10px; background-color: #fff; border-radius: 6px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
.xuexiji-coupon i { color: #3498db; font-size: 16px; }
.xuexiji-coupon strong { color: #2c3e50; font-weight: 600; white-space: nowrap; }
.xuexiji-coupon span { color: #666; flex: 1; }
.xuexiji-coupon button { padding: 4px 12px; background-color: #3498db; color: #fff; border: none; border-radius: 4px; font-size: 12px; cursor: pointer; transition: background-color 0.3s ease; }
.xuexiji-coupon button:hover { background-color: #2980b9; }
.xuexiji-action { margin-top: 20px; width: 100%; }
.xuexiji-action a { display: block; width: 100%; padding: 18px; background-color: #3498db; color: #fff; text-decoration: none; border-radius: 8px; font-size: 18px; font-weight: 700; text-align: center; transition: all 0.3s ease; position: relative; overflow: hidden; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }
.xuexiji-action a::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent); transition: left 0.3s ease; }
.xuexiji-action a:hover { background-color: #2980b9; transform: translateY(-2px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); }
.xuexiji-action a:hover::before { left: 100%; }





























