   * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            /* font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif; */
        }

        body {
            background-color: #000;
            color: #fff;
            overflow-x: hidden;
        }

        .logo {
            background-image: url('../img/logo.jpg');
            /* width: 535px; */
            height: 120px;
            background-size: 190px 86px;
            /* 设置背景图片尺寸 */
            /* margin: 0; */
            /* padding: 0; */
            background-repeat: no-repeat;
            background-color: transparent;
            /* 新增这行 */
            width: 410px;
            margin-left: 15%;
        }

        nav ul {
            display: flex;
            list-style: none;
        }

        nav ul li {
            margin: 0 40px;
        }

        nav ul li a {
            color: #fff;
            text-decoration: none;
            font-size: 16px;
            transition: color 0.3s;
        }

        nav ul li a:hover {
            color: #ff4500;
        }

        .search-box {
            display: flex;
            align-items: center;
            padding-left: 200px;
            padding-top: 26px;
        }

        .search-box input {
            background: rgba(255, 255, 255, 0.1);
            border: none;
            padding: 8px 15px;
            border-radius: 20px;
            color: #fff;
            outline: none;
            width: 200px;
        }

        .search-box button {
            background: none;
            border: none;
            color: #fff;
            margin-left: 10px;
            cursor: pointer;
        }

        /* 内容区域样式 */
        section {
            /* min-height: 100vh; */
            /* padding: 500px 50px 50px; */
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        /* 第1块 - 刀刃发光背景 */
        #section1 {
            /* padding: 10px 50px 50px; */
            background-image: url('../img/diyiye.jpg');
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center -49%;
            /* 修改这里：center 70% 让图片下移 */
            /* 移除 background-attachment: fixed; */
            width: 100vw;
            height: 90vh;
            position: relative;
            /* background-position:top; */

        }

        #section1-gywm {
            background-image: url('../img/大海.avif');
            background-size: cover;
            background-repeat: no-repeat;
            /* background-position: center -49%; */
            /* 修改这里：center 70% 让图片下移 */
            /* 移除 background-attachment: fixed; */
            width: 100vw;
            height: 92vh;
            position: relative;
            /* background-position:top; */

        }

        #section1-lt {
            width: 100vw;
            height: 380vh;
            position: relative;
        }

        #section1-jrwm {
            width: 100vw;
            height: 170vh;
            position: relative;
        }

        #section1-lxwm {
            width: 100vw;
            height: 100vh;
            position: relative;
        }

        #section1-xwxq {
            width: 100vw;
            height: 200vh;
            position: relative;
        }

        #section1-tjlt {
            width: 100vw;
            height: 110vh;
            position: relative;
        }

        #section1-ltywlb {
            width: 100vw;
            height: 180vh;
            position: relative;
        }

        @keyframes bladeGlow {
            0% {
                opacity: 0.3;
            }

            100% {
                opacity: 0.8;
            }
        }

        .title-container {
            text-align: center;
            z-index: 10;
            position: relative;
            padding-top: 190px;

        }

        .title-container-lt {
            text-align: center;
            z-index: 10;
            position: relative;
            padding-top: 130px;

        }

        .title-container-xwxq {
            text-align: center;
            z-index: 10;
            position: relative;
            padding-top: 80px;

        }

        .title-container-gywm {
            text-align: center;
            z-index: 10;
            position: relative;
            padding-top: 120px;
        }

        .title-container-gywm1 {
            text-align: center;
            z-index: 10;
            position: relative;
            padding-top: 290px;

        }


        .title-container4 {
            text-align: center;
            z-index: 10;
            /* max-width: 900px; */
            position: relative;
            padding-top: 205px;
        }

        .main-title {
            font-size: 5.2rem;
            font-weight: 10;
            margin-bottom: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .main-title-gywm {
            font-size: 7.6rem;
            font-weight: 10;
            margin-bottom: 65px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .main-title4 {
            font-size: 5.6rem;
            font-weight: 400;
            margin-bottom: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .main-title-lt {
            font-size: 7.2rem;
            font-weight: 200;
            margin-bottom: 150px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .main-title-lxwm {
            font-size: 7.2rem;
            font-weight: 200;
            margin-bottom: 120px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .title-part {
            display: inline-block;
        }

        .title-part1 {
            background: linear-gradient(135deg, #9252ff, #fe742a);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            background-size: 200% 200%;
            animation: gradientText 3s infinite alternate;
        }

        @keyframes gradientText {
            0% {
                background-position: 0% 0%;
            }

            100% {
                background-position: 100% 100%;
            }
        }

        .white-dot {
            width: 20px;
            height: 20px;
            background-color: #fff;
            border-radius: 50%;
            margin: 0 60px;
        }

        .white-dot4 {
            width: 20px;
            height: 20px;
            background-color: #fff;
            border-radius: 50%;
            margin: 0 30px;
        }

        .subtitle {
            font-size: 0.9rem;
            line-height: 1.6;
            margin-bottom: 15px;
            color: #ccc;
            font-weight: 300;
        }

        .subtitle-gywm {
            font-size: 3rem;
            line-height: 1.6;
            margin-bottom: 2px;
            color: #ffffff;
            font-weight: 500;
        }

        .subtitle-gywm1 {
            font-size: 2rem;
            line-height: 1.6;
            margin-bottom: 2px;
            color: #ffffff;
            font-weight: 300;
        }

        /* 第2块 - 数据流动 */
        #section2 {
            padding: 240px 50px 30px;
            background-color: #0a0a0a;
        }

        .section-title {
            font-size: 5.2rem;
            font-weight: 10;
            margin-bottom: 50px;
            text-align: center;
            /* 添加这行，让文字不加粗 */
        }

        .gradient-text {
            background: linear-gradient(135deg, #9252ff, #fe742a);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            background-size: 200% 200%;
            animation: gradientText 3s infinite alternate;
            display: inline-block;
        }

        .video-container {
            width: 100%;
            /* max-width: 1000px; */
            margin-top: 60px;
            /* border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 0 30px rgba(138, 43, 226, 0.3); */
        }

        .video-container video {
            width: 100%;
            display: block;
        }

        /* 第3块 - 轮播展示 */
        #section3 {
            padding: 500px 50px 50px;
            background-color: #111;
            padding: 0 0;
        }

        .carousel-container {
            width: 100%;
            overflow: hidden;
            position: relative;
        }

        .carousel {
            display: flex;
            width: 800%;
            animation: scroll 80s linear infinite;
        }

        .carousel-lt {
            display: flex;
            width: 500%;
            animation: scroll 80s linear infinite;
            padding-top: 10px;
        }

        @keyframes scroll {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(-50%);
            }
        }

        .carousel-item {
            width: 550px;
            height: 450px;
            margin: 0 10px;
            background: #333;
            border-radius: 10px;
            display: flex;
            flex-direction: column;
            align-items: center;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            transition: all 0.1s ease;
            padding: 30px;
            text-align: center;
            padding-top: 50px;
        }

        .carousel-item:hover {
            background: #444;
            box-shadow: 0 0 20px rgba(255, 69, 0, 0.5);
            transform: translateY(-10px);
        }

        .carousel-item i {
            font-size: 5rem;
            margin-bottom: 20px;
            color: #9252ff;
        }

        .carousel-item .item-title {
            font-size: 2.3rem;
        }

        .carousel-item .item-desc {
            font-size: 1.4rem;
            color: #ccc;
        }



        .carousel-item-lt {
            width: 450px;
            height: 550px;
            margin: 0 25px;
            background: #333;
            border-radius: 60px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            transition: all 0.1s ease;
            padding: 30px;
            text-align: center;
            padding-top: 20px;
            position: relative;
            /* 添加相对定位 */
            cursor: pointer;
            /* 添加手型光标 */
        }

        .carousel-item-lt:hover {
            background: linear-gradient(135deg, #9252ff, #fe742a);
            background-size: 200% 200%;
            animation: gradientMove 1.5s ease infinite;
            box-shadow: 0 0 20px rgba(255, 69, 0, 0.5);
            transform: translateY(-10px);
        }

        /* 添加鼠标箭头图标 */
        .carousel-item-lt::after {
           content: '';
    /* 使用背景图片替换emoji */
    background-image: url('../img/icon/1x/Vector (2).png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    
    position: absolute;
    top: 80px;
    right: 80px;
    width: 40px; /* 设置图片宽度 */
    height: 40px; /* 设置图片高度 */
    opacity: 0.7;
    transition: opacity 0.3s ease;
        }

        .carousel-item-lt:hover::after {
            opacity: 1;
        }

        @keyframes gradientMove {
            0% {
                background-position: 0% 0%;
            }

            50% {
                background-position: 100% 100%;
            }

            100% {
                background-position: 0% 0%;
            }
        }

        .carousel-item-lt i {
            font-size: 5rem;
            margin-bottom: 20px;
            color: #9252ff;
        }

        .carousel-item-lt .item-title {
            font-size: 1.2rem;
        }

        .carousel-item-lt .item-desc {
            font-size: 1rem;
            color: #ccc;
            padding-top: 10px;
        }








        /* 第4块 - 下雪背景 */
        #section4 {
            padding: 300px 50px 50px;
            position: relative;
            overflow: hidden;
            background-image: url('../img/雪.png');
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center 100%;
        }

        .snow-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
        }

        .snowflake {
            position: absolute;
            top: -10px;
            color: #fff;
            font-size: 12px;
            opacity: 0.7;
            animation: fall linear infinite;
        }

        @keyframes fall {
            to {
                transform: translateY(100vh);
            }
        }

        .logo-carousel {
            display: flex;
            width: 100%;
            overflow: hidden;
            margin-top: 270px;
        }

        .logo-track {
            display: flex;
            animation: scrollLogos 20s linear infinite;
        }

        @keyframes scrollLogos {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(-50%);
            }
        }

        .logo-item {
            min-width: 150px;
            height: 80px;
            /* margin: 0 20px; */
           /* background-color: rgba(63, 63, 61, 0.174);*/
            /* border-radius: 10px; */
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 35px;
            font-weight: bold;
			/*background-image:url("../img/icon/1x/友商轮播.png");*/
        }

        /* 第5块 - 圆圈设计 */
        #section5 {
            padding: 250px 50px 0px;
            background-color: #000;
            position: relative;
        }

        .circle-container {
            position: relative;
            width: 46vw;
            height: 46vw;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .outer-circle {
            width: 100%;
            height: 100%;
            border: 2px solid rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            position: relative;
        }

        .dot {
            position: absolute;
            width: 20px;
            height: 20px;
            background-color: #666;
            border-radius: 50%;
            z-index: 2;
        }

        .dot-top {
            top: -10px;
            left: 50%;
            transform: translateX(-50%);
        }

        .dot-right {
            right: -10px;
            top: 50%;
            transform: translateY(-50%);
        }

        .dot-left {
            left: -10px;
            top: 50%;
            transform: translateY(-50%);
        }

        .circle-content {
            position: absolute;
            /* 设置为绝对定位 */
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 90%;
            /* 控制内容宽度 */
        }

        .circle-title {
            font-size: 5.2rem;
            font-weight: 500;
            /* margin-bottom: 10px; */
            /* letter-spacing: 5px; */
            height: 110px;
        }

        .circle-subtitle {
            font-size: 2.2rem;
            font-weight: 500;
            margin-bottom: 80px;
            /* color: #ccc; */
            letter-spacing: 3px;
        }

        .circle-text {
            font-size: 0.8rem;
            color: #999;
        }

        .slider {
            position: absolute;
            width: 225px;
            height: 60px;
            background: rgba(255, 255, 255, 0.201);
            border-radius: 50px;
            display: flex;
            align-items: center;
            padding: 0 5px;
            cursor: pointer;
            transition: all 0.3s;
        }

        .slider:hover {
            background: rgba(255, 255, 255, 0.2);
        }

        .slider::before {
            content: '';
            width: 55px;
            height: 53px;
            background: #060606;
            border-radius: 50%;
            transition: all 0.3s;
            margin-left: 1px;
        }

        .slider-top {
            top: -90px;
            left: 50%;
            transform: translateX(-50%);
        }

        .slider-right {
            right: -260px;
            top: 50%;
            transform: translateY(-50%);
        }

        .slider-left {
            left: -260px;
            top: 50%;
            transform: translateY(-50%);
        }

        /* 底部导航栏 */
        footer {
            /* background-color: #0a0a0a; */
            /* padding: 50px; */
            display: flex;
            justify-content: space-between;
            height: 700px;
        }

        .footer-left {
            max-width: 500px;
            padding-left: 210px;
        }

        .footer-logo {
            background-image: url('../img/logo1.jpg');
            width: 430px;
            height: 380px;
            background-size: 425px 325px;
            /* 设置背景图片尺寸 */
            margin: 0;
            padding: 0;
            background-repeat: no-repeat;
            /* 禁止重复 */
        }



        .footer-text {
            margin-bottom: 15px;
            color: #ccc;
            line-height: 1.6;
        }

        .contact-info {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            color: #ccc;
           width:500px;
            padding-left: 70px;
        }

        .contact-info i {
            margin-right: 10px;
            color: #f39128;
        }

        .footer-right {
            display: flex;
            /* align-items: center; */
            margin-right: 150px;
        }

        .footer-links {
            display: flex;
        }

        .footer-links a {
            color: #ccc;
            text-decoration: none;
            /* margin-left: 100px; */
            transition: color 0.3s;
            font-size: 1.2rem;
            padding-top: 295px;
            padding-right: 80px;
        }

        .footer-links a:hover {
            color: #e45827;
        }

        /* 回到顶部按钮 */
        .back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background-color: rgba(138, 43, 226, 0.7);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            transition: all 0.3s;
            z-index: 1000;
        }

        .back-to-top:hover {
            background-color: rgba(138, 43, 226, 1);
            transform: translateY(-5px);
        }

        .learn-more-btn {
            position: absolute;
            bottom: 50px;
            background: transparent;
            border: 2px solid #656770;
            color: #656770;
            padding: 12px 80px;
            border-radius: 30px;
            font-size: 1rem;
            font-weight: 400;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }

        .learn-more-btn:hover {
            background: #656770;
            color: white;
            box-shadow: 0 5px 15px rgba(74, 108, 247, 0.4);
            transform: translateY(-2px);
        }



        .nav-container {
            position: relative;
            width: 100%;
            height: 80px;
            display: flex;
            /* padding-left: 400px; */
        }

        .nav-menu {
            display: flex;
            justify-content: space-around;
            list-style: none;
            height: 100%;
            position: relative;
            z-index: 2;
            padding-top: 26px;
            width: 500px;
        }

        .nav-item {
            /* flex: 1; */
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            height: 100%;
        }


        .nav-item:hover {
            transform: scale(1.2);
        }

        .nav-item a {
            text-decoration: none;
            color: inherit;
        }

        .nav-text {
            font-size: 0.7rem;
            font-weight: 10;
            transition: transform 0.3s ease;
            width: 100px;
            text-align: center;
            font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif;
        }

        .nav-item:hover .nav-text {
            transform: translateY(-2px);
        }

        .pulse-container {
            position: absolute;
            top: 100%;
            /* 位于菜单栏下方 */
            left: 0;
            width: 100%;
            height: 65px;
            z-index: 1;
            pointer-events: none;
            /* 距离菜单栏10px */
            background-color: rgba(0, 0, 0, 0.8);
        }

        .pulse-path {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .pulse-path svg {
            width: 100%;
            height: 100%;
        }

        .pulse {
            fill: none;
            stroke: url(#pulseGradient);
            stroke-width: 1;
            /* 线条更细 */
            stroke-linecap: round;
            filter: drop-shadow(0 0 6px rgba(255, 140, 0, 0.7));
        }

        .pulse-ball {
		 position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url('../img/icon/2x/滑块2.png') no-repeat center  center;
    background-size: 150%; /* 或者 200%，根据需求调整 */
   /* box-shadow: 0 0 20px rgba(255, 152, 0, 0.9);*/
    top: 12px;
    left: 0;
    z-index: 3;
   /* transition: all 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);*/
    pointer-events: none;
        }

        .section2-gywm {
            padding: 80px 5%;
            background-color: #202020;
        }

        .about-intro-gywm {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            align-items: center;
        }

        .about-text-gywm h2 {
            font-size: 2.8rem;
            margin-bottom: 60px;
            margin-top: 200px;
            font-weight: 300;
        }

        .about-text-gywm p {
            font-size: 1.2rem;
            font-weight: 300;
            margin-bottom: 20px;
            line-height: 0.8;
        }

        .about-image-gywm {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
        }

        .about-image-gywm img {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.5s;
        }

        .about-image-gywm:hover img {
            transform: scale(1.05);
        }

        .gradient-line-gywm {
            height: 3px;
            width: 100%;
            margin: 2rem 0;
            border-radius: 2px;
            background: linear-gradient(90deg, white, black);
            position: relative;
            overflow: hidden;
        }

        .gradient-line-gywm::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
            animation: shimmer 2.5s infinite;
        }

        .gradient-line-gywm1 {
            height: 3px;
            width: 100%;
            margin: 2rem 0;
            border-radius: 2px;
            background: linear-gradient(90deg, black, white);
            position: relative;
            overflow: hidden;
        }

        .gradient-line-gywm1::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
            animation: shimmer 2.5s infinite;
        }

        .about-text-p-gywm {
            font-size: 1.5rem;
        }

        .about-text-h1-gywm {
            font-size: 5.8rem;
            font-weight: 200;
        }

        .div-gywm {
            width: 100%;
            height: 100px;
            background-color: black;
        }

        @keyframes pulseAnimation {
            0% {
                stroke-dashoffset: 1000;
            }

            100% {
                stroke-dashoffset: 0;
            }
        }

        .active {
            animation: pulseAnimation 1.5s ease-in-out infinite;
        }

        .ball-pulse {
            animation: ballPulse 0.5s ease-in-out;
        }


        @keyframes ballPulse {

            0%,
            100% {
                transform: scale(1);
            }

            50% {
                transform: scale(1.4);
                /* 配合更大的圆球调整脉冲幅度 */
            }
        }

        @keyframes shimmer {
            0% {
                left: -100%;
            }

            100% {
                left: 100%;
            }
        }

        .active-item {
            color: #e45827;
            text-shadow: 0 0 10px rgba(255, 152, 0, 0.7);
            transform: scale(1.2);
        }





        /* 主要内容区域样式 */
        .container-xwdt {
            /* max-width: 1200px; */
            /* margin: 40px auto;
            padding: 0 20px;
            min-height: calc(100vh - 200px); */
            max-width: 100%;
            overflow-x: hidden;
            padding: 0 15px;
        }

        /* 椭圆形图片展示区 */
        .news-hero-xwdt {
            position: relative;
            margin: 60px auto;
            width: 85%;
            height: 600px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .news-title-overlay-xwdt {
            position: absolute;
            text-align: center;
            z-index: 5;
            width: 200px;
            height: 150px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }


        .news-main-title-xwdt {
            font-size: 6.5rem;
            font-weight: 100;
            background: linear-gradient(90deg, #6a0dad, #ff8c00);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: 200% auto;
            animation: gradientShift 3s ease-in-out infinite;
            margin-top: 70px;
			margin-right:100px;
            text-shadow: 0 0 20px rgba(106, 13, 173, 0.5);
        }

        @keyframes gradientShift {
            0% {
                background-position: 0% 50%;
            }

            50% {
                background-position: 100% 50%;
            }

            100% {
                background-position: 0% 50%;
            }
        }


        .photo-collage-xwdt {
            /* position: absolute;
            width: 100%;
            height: 100%;
            display: grid;
            grid-template-columns: repeat(9, 1fr);
            grid-template-rows: repeat(8, 1fr);
            gap: 2px; */

            position: absolute;
            width: 100%;
            height: 100%;
            display: grid;
            grid-template-columns: repeat(9, 1fr);
            grid-template-rows: repeat(8, 1fr);
            gap: 2px;
           /*  overflow: hidden;
            关键修复 */
        }

        .photo-item-xwdt {
            background-color: #1a1a1a;
            overflow: hidden;
            transition: transform 0.3s;
            /* width: 60px;
            height: 60px; */
        }

        .photo-item-xwdt:hover {
            transform: scale(1.1);
            z-index: 2;
        }

        .photo-item-xwdt img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.7;
            transition: opacity 0.3s;
        }

        .photo-item-xwdt:hover img {
            opacity: 1;
        }

        /* 根据要求设置图片位置 */
        /* 第1列 - 显示3个 (桃心左边缘) */
        .photo-item-xwdt:nth-child(1) {
            grid-area: 2 / 1 / 3 / 2;
            transform: translateY(30px) translateX(0px);
            width: 150px;
            height: 70px;
        }

        .photo-item-xwdt:nth-child(2) {
            grid-area: 4 / 1 / 5 / 2;
            transform: translateY(-20px) translateX(30px);
            width: 120px;
            height: 80px;
        }

        .photo-item-xwdt:nth-child(3) {
            grid-area: 5 / 1 / 6 / 2;
            transform: translateY(-50px) translateX(60px);
            width: 120px;
            height: 80px;
        }

        /* 第2列 - 显示6个 */
        .photo-item-xwdt:nth-child(4) {
            grid-area: 1 / 2 / 2 / 3;
            transform: translateY(60px);
            width: 170px;
            height: 70px;
        }

        .photo-item-xwdt:nth-child(5) {
            grid-area: 2 / 2 / 3 / 3;
            transform: translateY(10px);
            width: 120px;
            height: 90px;
        }

        .photo-item-xwdt:nth-child(6) {
            grid-area: 3 / 2 / 4 / 3;
            transform: translateY(-20px) translateX(-40px);
            width: 160px;
            height: 70px;
        }

        .photo-item-xwdt:nth-child(7) {
            grid-area: 4 / 2 / 5 / 3;
            transform: translateY(-50px);
            width: 120px;
            height: 110px;
        }

        .photo-item-xwdt:nth-child(8) {
            grid-area: 5 / 2 / 6 / 3;
            transform: translateY(-50px) translateX(30px);
            width: 90px;
            height: 110px;
        }

        /* 第3列 - 显示9个 (桃心左上半部分) */
        .photo-item-xwdt:nth-child(9) {
            grid-area: 1 / 3 / 2 / 4;
            width: 90px;
            height: 100px;
            transform: translateY(30px);
        }

        .photo-item-xwdt:nth-child(10) {
            grid-area: 2 / 3 / 3 / 4;
            width: 140px;
            height: 60px;
            transform: translateY(10px) translateX(-50px);
        }

        .photo-item-xwdt:nth-child(11) {
            grid-area: 3 / 3 / 4 / 4;
            width: 140px;
            height: 60px;
            transform: translateY(-50px) translateX(-50px);
        }

        .photo-item-xwdt:nth-child(12) {
            grid-area: 4 / 3 / 5 / 4;
            width: 90px;
            height: 80px;
            transform: translateY(-90px) translateX(-50px);
        }

        .photo-item-xwdt:nth-child(13) {
            grid-area: 5 / 3 / 6 / 4;
            width: 120px;
            height: 70px;
            transform: translateY(-120px) translateX(-50px);
        }

        .photo-item-xwdt:nth-child(14) {
            grid-area: 6 / 3 / 7 / 4;
            width: 120px;
            height: 110px;
            transform: translateY(-180px) translateX(-50px);
        }

        .photo-item-xwdt:nth-child(15) {
            grid-area: 7 / 3 / 8 / 4;
            width: 160px;
            height: 70px;
            transform: translateY(-200px) translateX(-90px);
        }

        .photo-item-xwdt:nth-child(16) {
            grid-area: 8 / 3 / 9 / 4;
            width: 120px;
            height: 60px;
            transform: translateY(-260px) translateX(-90px);
        }

        .photo-item-xwdt:nth-child(17) {
            grid-area: 8 / 3 / 9 / 4;
            width: 140px;
            height: 110px;
            transform: translateY(-260px) translateX(32px);
        }

        /* 第4列 - 显示6个 */
        .photo-item-xwdt:nth-child(18) {
            grid-area: 1 / 4 / 2 / 5;
            transform: translateY(50px) translateX(-70px);
            width: 110px;
            height: 80px;
        }

        .photo-item-xwdt:nth-child(19) {
            grid-area: 2 / 4 / 3 / 5;
            transform: translateY(10px) translateX(-70px);
            width: 160px;
            height: 70px;
        }

        .photo-item-xwdt:nth-child(20) {
            grid-area: 3 / 4 / 4 / 5;
            transform: translateY(-40px) translateX(-70px);
            width: 120px;
            height: 70px;
        }

        .photo-item-xwdt:nth-child(21) {
            grid-area: 5 / 4 / 6 / 5;
            transform: translateY(-60px) translateX(-90px);
            width: 100px;
            height: 120px;
        }

        .photo-item-xwdt:nth-child(22) {
            grid-area: 6 / 4 / 7 / 5;
            transform: translateY(-70px) translateX(-90px);
            width: 100px;
            height: 70px;
        }

        .photo-item-xwdt:nth-child(23) {
            grid-area: 6 / 4 / 7 / 5;
            transform: translateY(-95px) translateX(12px);
            width: 100px;
            height: 130px;
        }

        .photo-item-xwdt:nth-child(24) {
            grid-area: 7 / 4 / 8 / 5;
            transform: translateY(-95px) translateX(12px);
            width: 160px;
            height: 75px;
        }



        /* 第5列 - 显示4个 */

        .photo-item-xwdt:nth-child(25) {
            grid-area: 1 / 5 / 2 / 6;
            transform: translateY(82px) translateX(-70px);
            height: 120px;
            width: 90px;
        }

        .photo-item-xwdt:nth-child(26) {
            grid-area: 2 / 5 / 3 / 6;
            transform: translateY(82px) translateX(-110px);
            height: 70px;
            width: 130px;
        }

        .photo-item-xwdt:nth-child(27) {
            grid-area: 6 / 5 /7 / 6;
            transform: translateY(-145px) translateX(104px);
            height: 110px;
            width: 90px;
        }

        .photo-item-xwdt:nth-child(28) {
            grid-area: 7 / 5 / 8 / 6;
            transform: translateY(-95px) translateX(12px);
            height: 130px;
            width: 90px;
        }

        .photo-item-xwdt:nth-child(29) {
            grid-area: 8 / 5 / 9 / 6;
            transform: translateY(-297px) translateX(258px);
            height: 90px;
            width: 90px;
        }


        /* 第6列 - 显示4个 */
        .photo-item-xwdt:nth-child(30) {
            grid-area: 1 / 6 / 2 / 7;
            transform: translateY(82px) translateX(-110px);
            width: 150px;
            height: 90px;
        }

        .photo-item-xwdt:nth-child(31) {
            grid-area: 4 / 6 / 5 / 7;
            transform: translateY(118px) translateX(-110px);
            width: 80px;
            height: 90px;
        }

        .photo-item-xwdt:nth-child(32) {
            grid-area: 5 / 6 / 6 / 7;
            transform: translateY(98px) translateX(-180px);
            width: 150px;
            height: 70px;
        }

        .photo-item-xwdt:nth-child(33) {
            grid-area: 7 / 6 / 8 / 7;
            transform: translateY(-94px) translateX(-28px);
            width: 150px;
            height: 80px;
        }

        /* 第7列 - 显示3个 (桃心左下半部分) */
        .photo-item-xwdt:nth-child(34) {
            grid-area: 1 / 7 / 2 / 8;
            transform: translateY(40px) translateX(-110px);
            width: 140px;
            height: 80px;
        }

        .photo-item-xwdt:nth-child(35) {
            grid-area: 2 / 7 / 3/ 8;
            transform: translateY(0px) translateX(-110px);
            width: 100px;
            height: 90px;
        }

        .photo-item-xwdt:nth-child(36) {
            grid-area: 6 / 7 / 7/ 8;
            transform: translateY(-33px) translateX(-180px);
            width: 150px;
            height: 70px;
        }

        .photo-item-xwdt:nth-child(37) {
            grid-area: 7 / 7 / 8/ 8;
            transform: translateY(-210px) translateX(67px);
            width: 92px;
            height: 90px;
        }

        /* 第8列 - 显示3个 */
        .photo-item-xwdt:nth-child(38) {
            grid-area: 1 / 8 / 2 / 9;
            transform: translateY(10px) translateX(-120px);
            width: 80px;
            height: 110px;
        }

        /* 第9列 - 显示1个 (桃心左尖角) */
        .photo-item-xwdt:nth-child(39) {
            grid-area: 2 / 8 / 3 / 9;
            transform: translateY(0px) translateX(-160px);
            width: 120px;
            height: 60px;
        }

        .photo-item-xwdt:nth-child(40) {
            grid-area: 3 / 8 / 4 / 9;
            transform: translateY(-60px) translateX(-160px);
            width: 120px;
            height: 60px;
        }

        .photo-item-xwdt:nth-child(41) {
            grid-area: 4 / 8 / 5 / 9;
            transform: translateY(-100px) translateX(-120px);
            width: 80px;
            height: 70px;
        }

        /* 第10列 - 显示1个 (桃心中间凹陷) */
        .photo-item-xwdt:nth-child(42) {
            grid-area: 1 / 9 / 2 / 10;
            transform: translateY(30px) translateX(-160px);
            width: 120px;
            height: 90px;
        }

        .photo-item-xwdt:nth-child(43) {
            grid-area: 2 / 9 / 3 / 10;
            transform: translateY(0px) translateX(-160px);
            width: 150px;
            height: 90px;
        }

        .photo-item-xwdt:nth-child(44) {
            grid-area: 3 / 9 / 4 / 10;
            transform: translateY(-30px) translateX(-160px);
            width: 110px;
            height: 100px;
        }

        .photo-item-xwdt:nth-child(45) {
            grid-area: 4 / 9 / 5 / 10;
            transform: translateY(-29px) translateX(-160px);
            width: 110px;
            height: 100px;
        }

        .photo-item-xwdt:nth-child(46) {
            grid-area: 5 / 9 / 6 / 10;
            transform: translateY(17px) translateX(-360px);
            width: 150px;
            height: 80px;
        }

        .photo-item-xwdt:nth-child(47) {
            grid-area: 6 / 9 / 7 / 10;
            transform: translateY(-6px) translateX(-112px);
            width: 92px;
            height: 90px;
        }

        /* 第11列 - 为空（桃心中间凹陷）*/
        .photo-item-xwdt:nth-child(48) {
            grid-area: 2 / 10 / 3 / 11;
            transform: translateY(-30px) translateX(-160px);
            width: 100px;
            height: 120px;
        }

        .photo-item-xwdt:nth-child(49) {
            grid-area: 3 / 10 / 4 / 11;
            transform: translateY(-30px) translateX(-200px);
            width: 140px;
            height: 80px;
        }

        .photo-item-xwdt:nth-child(50) {
            grid-area: 4 / 10 / 5 / 11;
            transform: translateY(-50px) translateX(-200px);
            width: 180px;
            height: 80px;
        }

        .photo-item-xwdt:nth-child(51) {
            grid-area: 5 / 10 / 6 / 11;
            transform: translateY(-80px) translateX(-200px);
            width: 100px;
            height: 130px;
        }

        .photo-item-xwdt:nth-child(52) {
            grid-area: 6 / 10 / 7 / 11;
            transform: translateY(-170px) translateX(-360px);
            width: 157px;
            height: 90px;
        }

        .photo-item-xwdt:nth-child(53) {
            grid-area: 7 / 10 / 8 / 11;
            transform: translateY(-210px) translateX(-265px);
            width: 120px;
            height: 70px;
        }

        /* 第12列 - 为空（桃心中间凹陷）*/
        .photo-item-xwdt:nth-child(54) {
            grid-area: 2 / 11 / 3 / 12;
            transform: translateY(60px) translateX(-240px);
            width: 120px;
            height: 110px;
        }

        .photo-item-xwdt:nth-child(55) {
            grid-area: 3 / 11 / 4 / 12;
            transform: translateY(134px) translateX(-280px);
            width: 120px;
            height: 90px;
        }

        /* 新闻展示区 - 错落布局 */
        .news-section-xwdt {
            /* max-width: 1500px;
            margin: 20px auto;
            border-radius: 8px;
            margin-top: 300px; */

            max-width: 100%;
            padding: 0 10px;
            box-sizing: border-box;
            margin-top: 300px;
        }


        .section-title-xwdt {
            font-size: 32px;
            text-align: center;
            margin-bottom: 40px;
            color: #fff;
            position: relative;
            padding-bottom: 15px;
        }

        .section-title-xwdt::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 3px;
            background: linear-gradient(90deg, #4a90e2, #5dca88);
        }

        .news-grid-xwdt {
            /* display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            align-items: start; */
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 25px;
            align-items: start;
            width: 90%;
            margin: auto;
        }


        .news-column-xwdt {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

        /* 错落布局 - 每列新闻高度不同 */
        .news-column-xwdt:nth-child(1) .news-card-xwdt:nth-child(1) {
            height: 380px;
        }

        .news-column-xwdt:nth-child(1) .news-card-xwdt:nth-child(2) {
            height: 320px;
            /* margin-top: 20px; */
        }

        .news-column-xwdt:nth-child(1) .news-card-xwdt:nth-child(3) {
            height: 360px;
            /* margin-top: 10px; */
        }

        .news-column-xwdt:nth-child(2) .news-card-xwdt:nth-child(1) {
            height: 340px;
            /* margin-top: 40px; */
        }

        .news-column-xwdt:nth-child(2) .news-card-xwdt:nth-child(2) {
            height: 400px;
            /* margin-top: 0; */
        }

        .news-column-xwdt:nth-child(2) .news-card-xwdt:nth-child(3) {
            height: 350px;
            /* margin-top: 30px; */
        }

        .news-column-xwdt:nth-child(3) .news-card-xwdt:nth-child(1) {
            height: 370px;
            /* margin-top: 20px; */
        }

        .news-column-xwdt:nth-child(3) .news-card-xwdt:nth-child(2) {
            height: 330px;
            /* margin-top: 50px; */
        }

        .news-column-xwdt:nth-child(3) .news-card-xwdt:nth-child(3) {
            height: 390px;
            /* margin-top: 0; */
        }



        .news-card-xwdt {
            /* background-color: #151515;
            border-radius: 8px;
            overflow: hidden;
            transition: transform 0.3s, box-shadow 0.3s;
            border: 1px solid #252525;
            display: flex;
            flex-direction: column; */
            background-color: #151515;
            border-radius: 8px;
            overflow: hidden;
            transition: transform 0.3s, box-shadow 0.3s;
            border: 1px solid #252525;
            display: flex;
            flex-direction: column;
            max-width: 100%;
            box-sizing: border-box;
        }

        .news-card-xwdt:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
            border-color: #4a90e2;
        }


        .news-image-xwdt {
            height: 180px;
            overflow: hidden;
            flex-shrink: 0;
        }

        .news-image-xwdt img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }

        .news-card-xwdt:hover .news-image-xwdt img {
            transform: scale(1.1);
        }




        /* 响应式设计 */
        @media (max-width: 992px) {
            .news-grid-xwdt {
                grid-template-columns: repeat(2, 1fr);
            }

            .news-hero-xwdt {
                width: 600px;
                height: 400px;
            }

            .news-main-title-xwdt {
                font-size: 60px;
            }
        }

        .news-content-xwdt {
            padding: 20px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }


        .news-card-title-xwdt {
            font-size: 18px;
            margin-bottom: 10px;
            color: #fff;
            line-height: 1.4;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }


        .news-card-excerpt-xwdt {
            color: #a0a0a0;
            font-size: 14px;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin-bottom: 15px;
            flex-grow: 1;
        }




        .news-meta-xwdt {
            display: flex;
            justify-content: space-between;
            color: #666;
            font-size: 13px;
            margin-top: auto;
        }

        .bt-lt {
            font-size: 2rem;
            font-weight: 10;
            height: 120px;
        }


        /* 添加新的CSS样式 */
        .fldiv-lt {
            text-align: center;
            margin-top: 250px;
        }

        .fldiv-lt .bt-lt {
            margin-bottom: 30px;
        }

        .fldiv-lt-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 100px;
        }

        .fldiv-lt-row {
            display: flex;
            justify-content: center;
            gap: 100px;
        }

        .fldiv-lt-item {
            width: 400px;
            height: 240px;
            background: #333;
            border-radius: 80px;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            /* 添加相对定位 */
        }

        /* 应用与carousel-item-lt相同的悬停效果 */
        .fldiv-lt-item:hover {
            background: linear-gradient(135deg, #9252ff, #fe742a);
            background-size: 200% 200%;
            animation: gradientMove 1.5s ease infinite;
            box-shadow: 0 0 20px rgba(255, 69, 0, 0.5);
            transform: translateY(-10px);
        }

        .fldiv-lt-item p {
            position: absolute;
            /* 使用绝对定位 */
            bottom: 40px;
            /* 距离底部20px */
            left: 0;
            right: 230px;
            text-align: center;
            /* 保持文字居中 */
            margin: 0;
            /* 移除默认边距 */
            font-size: 1.8rem;
            font-weight: 200;
        }

        .fldiv-lt-item::before {
            content: '';
            position: absolute;
            bottom: 30px;
            right: 40px;
            width: 40px;
            height: 40px;
            background-image: url('../img/icon/1x/line-md_chevron-right-circle.png');
            background-size: contain;
            background-repeat: no-repeat;
            z-index: 1;
            opacity: 0.7;
            transition: opacity 0.3s ease;
        }

        .fldiv-lt-item:hover::before {
            opacity: 1;
            transform: scale(1.1);
        }

        /* 疑问列表样式 */


        .question-item-lt {
            padding: 20px;
            display: flex;
            align-items: center;
            transition: all 0.3s ease;
            /* 添加过渡效果 */
            cursor: pointer;
            /* 添加手型光标 */
            border-radius: 20px;
            /* 添加圆角 */
            margin: 5px 0;
            /* 添加间距 */
        }

        .question-item-lt:last-child {
            border-bottom: none;
        }

        .question-item-lt:hover {
            background: linear-gradient(135deg, #9252ff, #fe742a);
            background-size: 200% 200%;
            animation: gradientMove 1.5s ease infinite;
            box-shadow: 0 0 20px rgba(255, 69, 0, 0.5);
            transform: translateY(-5px);
            /* 稍微减小上移距离，适应列表项 */
        }

        .question-icon-lt {
            width: 50px;
    height: 50px;
    background: url('../img/icon/1x/line-md_chat-round-dots.png') center/cover no-repeat;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
    color: #00a8ff;
        }

        .question-content-lt {
            flex: 1;
            text-align: left;
        }

        .question-title-lt {
            font-size: 1.1rem;
            margin-bottom: 5px;
        }

        .question-div-lt {
            width: 80%;
            margin: auto;
            padding-top: 40px;
        }


        .main-content-jrwm {
            background: #1a1a1a;
            border-radius: 50px;
            padding: 50px;
            display: flex;
            gap: 50px;
            border: 3px solid transparent;
            background-clip: padding-box;
            position: relative;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            width: 88%;
            margin: auto;
            height: 860px;
        }

        .main-content-jrwm::before {
            content: '';
            position: absolute;
            top: -3px;
            left: -3px;
            right: -3px;
            bottom: -3px;
            background: linear-gradient(to bottom right, #6a3093, #e74c3c);
            border-radius: 50px;
            z-index: -1;
            animation: borderGradient 1.5s ease infinite;
        }

        @keyframes borderGradient {

            0%,
            100% {
                opacity: 1;
                background: linear-gradient(to bottom right, #6a3093, #e74c3c);
            }

            50% {
                opacity: 0.8;
                background: linear-gradient(to bottom right, #6a3093, #a044ff, #e74c3c);
            }
        }


        .left-content-jrwm {
            flex: 1;
            /* display: flex; */
            flex-direction: column;
            justify-content: center;
            text-align: left;
            padding-left: 30px;
        }
		

        .left-content-jrwm h2 {
            font-size: 3rem;
            font-weight: 80;
            color: #f0f0f0;
        }

        .left-content-jrwm p {
            font-size: 1.9rem;
            font-weight: 90;
        }

        .right-content-jrwm {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .gradient-box-jrwm {
            width: 800px;
            height: 310px;
            border-radius: 10px;
            /* 修改默认背景与 small-box-jrwm 相同 */
            background: linear-gradient(to bottom, #252525, #3f3f3f, #252525);
            background-size: 100% 100%;
            display: flex;
            align-items: flex-start;
            padding: 20px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            border-radius: 40px;
            transition: all 0.5s ease;
            /* 添加过渡效果 */
        }

        /* 添加鼠标悬停效果 */
        .gradient-box-jrwm:hover {
            background: linear-gradient(135deg, #9252ff, #fe742a);
            background-size: 200% 200%;
            animation: gradientMove 1.5s ease infinite;
            box-shadow: 0 0 20px rgba(255, 69, 0, 0.5);
            transform: translateY(-10px);
        }

        .gradient-box-jrwm::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.2);
            z-index: 1;
            border-radius: 40px;
            transition: opacity 0.5s ease;
            /* 添加过渡 */
        }

        .gradient-box-jrwm:hover::before {
            opacity: 0.1;
            /* 悬停时减少遮罩透明度，让渐变更明显 */
        }

        .gradient-box-jrwm span {
            font-size: 3rem;
            font-weight: 100;
            color: white;
            z-index: 2;
            position: relative;
        }


        @media (max-width: 992px) {
            .main-content-jrwm {
                flex-direction: column;
            }
        }

        .small-boxes-jrwm {
            display: flex;
            gap: 30px;
        }

        .small-box-jrwm {
            flex: 1;
            height: 390px;
            border-radius: 10px;
            background: linear-gradient(to bottom, #252525, #3f3f3f, #252525);
            display: flex;
            align-items: flex-start;
            padding: 20px;
            position: relative;
            overflow: hidden;
            transition: transform 0.3s, box-shadow 0.3s;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            border-radius: 40px;
        }

        .small-box-jrwm:hover {
            background: linear-gradient(135deg, #9252ff, #fe742a);
            background-size: 200% 200%;
            animation: gradientMove 1.5s ease infinite;
            box-shadow: 0 0 20px rgba(255, 69, 0, 0.5);
            transform: translateY(-10px);
        }

        .small-box-jrwm span {
            font-size: 3rem;
            font-weight: 100;
            color: #f0f0f0;
            z-index: 2;
            position: relative;
        }

        @media (max-width: 768px) {
            .main-content-jrwm {
                padding: 30px;
            }

            .small-boxes-jrwm {
                flex-direction: column;
            }
        }



        /* 联系信息样式 */
        .contact-info-lxwm {
            display: flex;
            justify-content: center;
            gap: 80px;
            margin-bottom: 60px;
            flex-wrap: wrap;
        }

        /* 响应式设计 */
        @media (max-width: 992px) {
            nav ul {
                gap: 20px;
            }

            .page-title {
                font-size: 4rem;
            }

            .contact-info-lxwm {
                gap: 50px;
            }
        }

        .contact-item-lxwm {
            display: flex;
            flex-direction: row;
            /* 改为行排列 */
            align-items: center;
            /* 垂直居中 */
            text-align: left;
            /* 文字左对齐 */
            transition: transform 0.3s;
            gap: 15px;
            /* 添加间距 */
        }

        .contact-item-lxwm:hover {
            transform: translateY(-10px);
        }


        .contact-icon-lxwm {
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            color: orange;
        }

        .contact-text-lxwm {
            font-size: 1.2rem;
            color: #ddd;
            flex: 1;
            /* 让文字区域占据剩余空间 */
        }

        /* 留言表单样式 */
        .message-form-lxwm {
            /* background: #1a1a1a; */
            border-radius: 15px;
            padding: 30px;
            border: 1px solid #222;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            max-width: 75%;
            margin: 0 auto;
            opacity: 0.8;
            /* 设置透明度，值越小越透明 */
            background: rgba(26, 26, 26, 0.8);
            /* 最后一个参数是透明度 */
        }

        .message-form-xwlb {
            /* background: #1a1a1a; */
            border-radius: 15px;
            padding: 30px;
            border: 1px solid #222;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            max-width: 100%;
            margin: 0 auto;
            opacity: 0.8;
            /* 设置透明度，值越小越透明 */
            background: rgba(26, 26, 26, 0.8);
            /* 最后一个参数是透明度 */
        }

        .message-form-xwxq {
            /* background: #1a1a1a; */
            border-radius: 15px;
            /* padding: 30px; */
            /* border: 1px solid #222; */
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            max-width: 75%;
            margin: 0 auto;
            /* opacity: 0.8; */
            /* 设置透明度，值越小越透明 */
            /* background: rgba(26, 26, 26, 0.8); */
            /* 最后一个参数是透明度 */
        }

        .message-input-lxwm {
            width: 100%;
            min-height: 150px;
            border: 1px solid #333;
            border-radius: 10px;
            padding: 20px;
            color: #f0f0f0;
            font-size: 1rem;
            resize: vertical;
            margin-bottom: 30px;
            transition: border-color 0.3s;
            opacity: 0.8;
            /* 设置透明度，值越小越透明 */
            background: rgba(53, 51, 51, 0.8);
            /* 最后一个参数是透明度 */
        }

        .message-input-lxwm:focus {
            outline: none;
            border-color: #7b1fa2;
            box-shadow: 0 0 10px rgba(123, 31, 162, 0.3);
        }


        .submit-btn-lxwm {
            display: block;
            width: 200px;
            margin: 30px auto 0;
            padding: 15px;
            background: linear-gradient(135deg, #4a148c, #7b1fa2);
            color: white;
            border: none;
            border-radius: 30px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: transform 0.3s, box-shadow 0.3s;
            box-shadow: 0 5px 15px rgba(74, 20, 140, 0.4);
        }

        .submit-btn-lxwm:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(74, 20, 140, 0.6);
        }

        .submit-btn-news {
            display: block;
            width: 200px;
            margin: 30px auto 0;
            padding: 15px;
            background: linear-gradient(135deg, #4a148c, #7b1fa2);
            color: white;
            border: none;
            border-radius: 30px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: transform 0.3s, box-shadow 0.3s;
            box-shadow: 0 5px 15px rgba(74, 20, 140, 0.4);
        }

        .submit-btn-news:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(74, 20, 140, 0.6);
        }

        .submit-btn-back {
            display: block;
            width: 100px;
            margin: 30px 0 0 auto;
            padding: 5px;
            background: black;
            color: white;
            border: 1px solid #ffffff;
            border-radius: 30px;
            font-size: 0.8rem;
            font-weight: 300;
            cursor: pointer;
            transition: transform 0.3s, box-shadow 0.3s;
            box-shadow: 0 5px 15px rgba(74, 20, 140, 0.4);
        }

        /* 新闻发布表单样式 */
        .news-title-input,
        .news-date-input,
        .news-image-input {
            width: 100%;
            padding: 15px;
            margin-bottom: 20px;
            border: 1px solid #333;
            border-radius: 10px;
            color: #f0f0f0;
            font-size: 1rem;
            opacity: 0.8;
            background: rgba(53, 51, 51, 0.8);
        }

        .news-title-input:focus,
        .news-date-input:focus,
        .news-image-input:focus {
            outline: none;
            border-color: #7b1fa2;
            box-shadow: 0 0 10px rgba(123, 31, 162, 0.3);
        }

        .news-image-input {
            cursor: pointer;
        }

        /* 文件输入样式美化 */
        .news-image-input::file-selector-button {
            background: #7b1fa2;
            color: white;
            border: none;
            padding: 8px 15px;
            border-radius: 5px;
            cursor: pointer;
            margin-right: 10px;
        }

        /* 新闻表格样式 */
        .news-table-container {
            width: 100%;
            max-height: 600px;
            overflow: hidden;
        }

        .table-wrapper {
            width: 100%;
            overflow-x: auto;
            border-radius: 10px;
            border: 1px solid #333;
        }

        .news-table {
            width: 100%;
            border-collapse: collapse;
            background: rgba(53, 51, 51, 0.8);
            color: #fff;
        }

        .news-table th {
            background: rgba(74, 20, 140, 0.6);
            padding: 15px 12px;
            text-align: left;
            font-weight: 600;
            font-size: 0.9rem;
            border-bottom: 2px solid #7b1fa2;
            position: sticky;
            top: 0;
            z-index: 10;
        }

        .news-table td {
            padding: 12px;
            border-bottom: 1px solid #444;
            vertical-align: top;
        }

        .news-table tbody tr {
            transition: all 0.3s ease;
        }

        .news-table tbody tr:hover {
            background: rgba(123, 31, 162, 0.2);
            transform: translateX(5px);
        }

        /* 表格列宽调整 */
        .news-table th:nth-child(1),
        .news-table td:nth-child(1) {
            width: 60px;
            text-align: center;
        }

        .news-table th:nth-child(2),
        .news-table td:nth-child(2) {
            width: 200px;
            min-width: 150px;
        }

        .news-table th:nth-child(3),
        .news-table td:nth-child(3) {
            width: 120px;
        }

        .news-table th:nth-child(4),
        .news-table td:nth-child(4) {
            width: 80px;
            text-align: center;
        }

        .news-table th:nth-child(5),
        .news-table td:nth-child(5) {
            width: 250px;
            min-width: 200px;
        }

        .news-table th:nth-child(6),
        .news-table td:nth-child(6) {
            width: 150px;
        }

        .news-table th:nth-child(7),
        .news-table td:nth-child(7) {
            width: 80px;
            text-align: center;
        }

        .news-table th:nth-child(8),
        .news-table td:nth-child(8) {
            width: 100px;
            text-align: center;
        }

        /* 表格内容样式 */
        .news-title-cell {
            font-weight: 600;
            color: #fff;
            max-width: 200px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .news-content-preview {
            color: #ccc;
            font-size: 0.85rem;
            line-height: 1.4;
            max-height: 60px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

        .news-image-cell {
            text-align: center;
        }

        .news-image-thumb {
            width: 50px;
            height: 50px;
            object-fit: cover;
            border-radius: 4px;
            border: 1px solid #555;
            transition: transform 0.3s ease;
        }

        .news-image-thumb:hover {
            transform: scale(1.5);
            z-index: 100;
            position: relative;
        }

        .no-image {
            color: #888;
            font-size: 0.8rem;
            font-style: italic;
        }

        /* 表格状态样式 */
        .table-status {
            display: inline-block;
            padding: 4px 8px;
            border-radius: 12px;
            font-size: 0.75rem;
            font-weight: 600;
        }

        .status-active {
            background: #4caf50;
            color: white;
        }

        .status-inactive {
            background: #f44336;
            color: white;
        }

        /* 表格操作按钮 */
        .table-actions {
            display: flex;
            justify-content: center;
            gap: 8px;
        }

        .action-btn {
            padding: 6px 12px;
            border: none;
            border-radius: 4px;
            font-size: 0.8rem;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .toggle-btn {
            background: #7b1fa2;
            color: white;
        }

        .toggle-btn:hover {
            background: #6a1b9a;
            transform: translateY(-2px);
        }

        .delete-btn {
            background: #d32f2f;
            color: white;
        }

        .delete-btn:hover {
            background: #c62828;
            transform: translateY(-2px);
        }

        /* 表格控制区域 */
        .table-controls {
            margin-bottom: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 10px;
        }

        .news-count {
            color: #ccc;
            font-size: 0.9rem;
        }

        /* 响应式设计 */
        @media (max-width: 1200px) {
            .table-wrapper {
                font-size: 0.85rem;
            }

            .news-table th,
            .news-table td {
                padding: 8px 6px;
            }
        }

        @media (max-width: 768px) {
            .news-table-container {
                max-height: 400px;
            }

            .table-controls {
                flex-direction: column;
                gap: 10px;
                align-items: stretch;
            }
        }

        .news-detail-title {
            font-size: 2.5rem;
            font-weight: bold;
            text-align: center;
            margin-bottom: 30px;
            color: #fff;
            padding: 20px 0;
        }

        .news-detail-date {
            text-align: center;
            font-size: 1.8rem;
            color: #ccc;
            margin-bottom: 30px;
            padding: 10px 0;
        }

        .news-detail-image {
            text-align: center;
            margin-bottom: 30px;
        }

        .news-detail-content {
            font-size: 1.8rem;
            line-height: 1.8;
            margin-bottom: 40px;
            padding: 20px;
            border-radius: 10px;
            white-space: pre-wrap;
            text-align: left;
			 /* 添加的换行相关属性 */
            word-wrap: break-word; /* 允许长单词换行 */
            overflow-wrap: break-word; /* 更现代的属性，效果类似 */
            word-break: break-word; /* 控制单词断行方式 */
        }

        .news-detail-actions {
            text-align: right;
            padding: 20px 0;
        }

        /* 添加新闻标题样式 */
        .news-title-header {
            position: relative;
            top: auto;
            left: auto;
            text-align: center;
            margin-bottom: 40px;
            z-index: 10;
            padding: 20px 0;
        }

        .news-title-main {
            font-size: 5rem;
            font-weight: 100;
            background: linear-gradient(135deg, #9252ff, #fe742a);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            background-size: 200% 200%;
            animation: gradientText 3s infinite alternate;
            margin-bottom: 10px;
            text-align: left;
        }

        .news-title-sub {
            font-size: 1.8rem;
            color: #ccc;
            text-align: left;
        }


        /* 论坛列表样式 */
        .forum-list-container {
            width: 100%;
            margin: 0 auto;
            padding-bottom: 10px;
        }

        .forum-item::after {
            content: '';
            display: block;
            height: 1px;
            background: linear-gradient(to right, transparent, #fff, transparent);
            margin: 10px 0;
        }

        .forum-item {
            /* background: rgba(255, 255, 255, 0.05); */
            border-radius: 15px;
            /* padding: 25px; */
            /* margin-bottom: 20px; */
            /* border: 1px solid rgba(255, 255, 255, 0.1); */
            transition: all 0.3s ease;
            position: relative;
        }

        .forum-item:hover {
            background: rgba(255, 255, 255, 0.1);
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
        }

        .forum-title {
            font-size: 1.6rem;
            font-weight: bold;
            color: #fff;
            margin-bottom: 15px;
            line-height: 1.4;
            text-align: left;
        }

        .forum-stats {
            display: flex;
            align-items: center;
            gap: 30px;
            color: #ccc;
            font-size: 1rem;
            margin-bottom: 25px;
        }

        .stat-item {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .stat-item i {
            color: #9252ff;
            width: 20px;
        }

        .forum-actions {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            position: absolute;
            right: 30px;
            /* 距离右侧30px */
        }

        .discuss-btn {
           
			 background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 8px 20px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
        }
		

.arrow-icon {
    width: 16px;
    height: 16px;
    background-image: url('../img/icon/1x/Vector (4).png');
    background-size: contain;
    background-repeat: no-repeat;
}
     

        /* 分页样式 */
        .pagination {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 15px;
            margin-top: 40px;
            padding: 20px 0;
        }

        .page-btn {
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: #ccc;
            padding: 10px 20px;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 1rem;
        }

        .page-btn:hover:not(:disabled) {
            background: linear-gradient(135deg, #9252ff, #fe742a);
            border-color: transparent;
            color: white;
        }

        .page-btn:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

        .page-info {
            color: #ccc;
            font-size: 1rem;
            margin: 0 20px;
        }

        /* 加载状态 */
        .loading {
            text-align: center;
            color: #ccc;
            padding: 50px;
            font-size: 1.2rem;
        }

        .no-data {
            text-align: center;
            color: #888;
            padding: 50px;
            font-size: 1.2rem;
        }

        .copyright {
            text-align: center;
            padding-top: 20px;
            padding-bottom: 20px;
            border-top: 1px solid #222;
            color: #777;
            font-size: 0.9rem;
        }



        /* 添加分页样式 */
        .pagination-xwdt {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 15px;
            margin-top: 40px;
            padding: 20px 0;
        }

        .page-btn-xwdt {
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: #ccc;
            padding: 10px 20px;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 1rem;
        }

        .page-btn-xwdt:hover:not(:disabled) {
            background: linear-gradient(135deg, #9252ff, #fe742a);
            border-color: transparent;
            color: white;
        }

        .page-btn-xwdt:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

        .page-info-xwdt {
            color: #ccc;
            font-size: 1rem;
            margin: 0 20px;
        }

        /* 加载状态 */
        .loading-xwdt {
            text-align: center;
            color: #ccc;
            padding: 50px;
            font-size: 1.2rem;
            grid-column: 1 / -1;
        }

        .no-data-xwdt {
            text-align: center;
            color: #888;
            padding: 50px;
            font-size: 1.2rem;
            grid-column: 1 / -1;
        }

        @media (max-width: 1400px) {
            .news-grid-xwdt {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 992px) {
            .news-grid-xwdt {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
            }

            .news-hero-xwdt {
                width: 95%;
                height: 500px;
            }
        }

        @media (max-width: 768px) {
            .news-grid-xwdt {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .news-section-xwdt {
                padding: 0 10px;
                margin-top: 200px;
            }

            .container-xwdt {
                padding: 0 10px;
            }
        }

        @media (max-width: 480px) {
            .news-grid-xwdt {
                gap: 15px;
            }

            .news-section-xwdt {
                margin-top: 150px;
            }
        }
		
		  .title-with-icon {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
		
		
        
        .title-with-icon img {
            width: 40px;
            height: 40px;
            transition: transform 0.3s ease;
			margin-left:20px;
        }
        
        .title-with-icon img:hover {
            transform: scale(1.1);
        }
		
		.comment-icon {
    width: 20px;
    height: 20px;
    background-image: url('../img/icon/1x/Vector (5).png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

		.comment-icon1 {
    width: 20px;
    height: 20px;
    background-image: url('../img/icon/1x/Vector (6).png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}