.sp {
  width: 100%;
  height: 93vh;
  background-color: #0d0d0d;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
.shu1-l{
          height: 250%;
          object-fit: cover;
          position: absolute;
          top: 5vh;
          left: -10vw;
        }

.sp-bt {
  width: 40%;
  object-fit: contain;
  position: absolute;
  right: 9%;
  top: 14%;
}

.sp-wenzi {
  position: absolute;
  top: 60%;
  right: 10%;
  font-size: 1.25rem;
  text-align: right;
  line-height: 1.8;
  font-family: 'QIJIC', serif;
  font-weight: normal;
}

.diyige {
  padding: 100px;
}

.dierge {
    height: 100vh;
}

.disange {
    height: 100vh;
    margin-top: -420px;
    padding-top: 100px;
}

/* 容器样式 */
.container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0 auto;
}

/* 标题样式 */
.gyjfbt {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.xbt {
    font-size: 24px;
    color: rgba(151, 120, 180, 1);
}

.zs {
    height: 45px;;
}

/* 底部文本样式 */
.clhgjwz {
    margin-top: 3%;
    width: 80%;
    line-height: 1.8;
    text-align: center;
    color: #fff;
}

/* 圆形容器样式 */
.circle-container {
    margin-top: 130px;
    position: relative;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    transform-style: preserve-3d;
    animation: rotateCircle 20s linear infinite;
}

/* 中心叠加圆 */
.center-circles {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.circle1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.923);
    transform: translate(-50%, -50%);
    animation: pulse 3s ease-in-out infinite;
}

.circle2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background-color: rgba(132, 100, 156, 0.7);
    transform: translate(-50%, -50%);
    animation: pulse 4s ease-in-out infinite reverse;
}

.circle3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: rgba(70, 54, 82, 0.8);
    transform: translate(-50%, -50%);
    animation: pulse 5s ease-in-out infinite;
}

/* 底部圆环 */
.zdy {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 470px;
    height: 470px;
    border-radius: 50%;
    border: 3px dashed rgba(132, 100, 156, 0.8);
    transform: translate(-50%, -50%);
    animation: rotateReverse 15s linear infinite;
}

.zdy:hover .outer-circle {
    animation: rotateFast 0.25s linear 1 forwards,
        scaleComplex 1s ease-in-out 0.25s 1 forwards;
    /* 总时间调整为1秒 */
    border-width: 3px;
    border-color: rgba(255, 255, 255, 0.8);
}

/* 图片容器样式 */
.image-item {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 10;
}

/* 图片位置设置 */
.image-item:nth-child(7) {
    width: 60%;
    height: 60%;
    top: 0;
    left: 85%;
    transform: translate(-70%, 80%) rotate(90deg) translate(85px) rotate(-90deg) rotate(23deg);
    /* hm */
}



.image-item:nth-child(3) {
    width: 55%;
    height: 55%;
    bottom: 0;
    left: 50%;
    transform: translate(-80%, -50%) rotate(127deg) translate(170px) rotate(-127deg) rotate(20deg);
    /* 图01-1bk */
}

.image-item:nth-child(4) {
    width: 65%;
    height: 50%;
    top: 50%;
    left: 40%;
    transform: translate(-78%, -100%) rotate(288deg) translate(125px) rotate(-288deg) rotate(20deg);
    /* 图01-2 */
}

.image-item:nth-child(5) {
    width: 80%;
    height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-80%, -80%) rotate(190deg) translate(70px) rotate(-160deg);
    /* 01-3 */
}

.image-item:nth-child(6) {
    width: 50%;
    height: 50%;
    top: 30%;
    left: 90%;
    transform: translate(-105%, -105%) rotate(20deg) translate(150px) rotate(-20deg) rotate(20deg);
    z-index: 20;
    /* sq */
}

.image-item:nth-child(8) {
    width: 50%;
    height: 50%;
    top: 50%;
    right: 0;
    transform: translate(10%, -115%) rotate(45deg) translate(100px) rotate(-45deg) rotate(10deg);
    /* jb */
}

/* 图片样式 */
.image-item img {
    display: block;
    object-fit: cover;
    filter: brightness(1.1);
}

/* 鼠标悬停效果 */
.image-item:hover {
    animation: scaleUp 2s ease-in-out infinite;
    /* 2秒内完成一次放大-缩小，无限循环 */
}



/* 结束状态：恢复原始大小 */




/* 动画定义 */
@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}

@keyframes rotateReverse {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.05);
        opacity: 0.9;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.xiaobiaoti img {
  height: 40px;
}

.xiaobiaoti {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: rgba(254, 194, 254, 1);
  font-family: 'huayuanmingchaoti', serif;
  font-weight: normal;
}

.carousel-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 280px;
    overflow: hidden;
    margin: 0 1rem;
    flex-grow: 1;
}

.carousel-track {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide {
    min-width: 100%;
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
}

.tool-card {
    position: relative;
    width: 180px;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
    flex: 1;
    max-width: 220px;
}

.tool-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(92, 64, 119, 0.5);
    /* 主题色阴影 #5C4077 */
}

.tool-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.tool-card:hover .tool-image {
    transform: scale(1.08);
}

.tool-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(92, 64, 119, 0.8);
    /* 主题色覆盖层 #5C4077 */
    color: white;
    padding: 0.4rem;
    text-align: center;
    font-size: 0.9rem;
    backdrop-filter: blur(3px);
    transition: all 0.3s ease;
}

.tool-card:hover .tool-name {
    background: rgba(92, 64, 119, 1);
    /* 悬停时加深主题色 #5C4077 */
}

.carousel-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    z-index: 10;
}

.control-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(92, 64, 119, 0.3);
    /* 主题色半透明背景 #5C4077 */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.control-btn:hover {
    background: rgba(92, 64, 119, 0.5);
    /* 悬停时加深主题色 #5C4077 */
    opacity: 1;
    transform: scale(1.1);
}

.carousel-indicators {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    z-index: 10;
}

.indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active {
    background: white;
    width: 20px;
    border-radius: 4px;
}

.footer {
    color: white;
    padding: 0.8rem;
    background: rgba(92, 64, 119, 0.2);
    /* 主题色半透明背景 #5C4077 */
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
    z-index: 10;
}

/* 适配不同屏幕 */
@media (max-width: 992px) {
    .carousel-container {
        height: 250px;
    }

    .tool-card {
        width: 160px;
        height: 200px;
    }

    .tool-name {
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .carousel-slide {
        gap: 0.8rem;
        padding: 0.8rem;
    }

    .tool-card {
        width: 140px;
        height: 180px;
    }

    .tool-name {
        font-size: 0.8rem;
        padding: 0.3rem;
    }

    .carousel-indicators {
        bottom: 1rem;
    }
}

@media (max-width: 576px) {
    .carousel-container {
        height: 220px;
    }

    .carousel-slide {
        gap: 0.5rem;
        padding: 0.5rem;
    }

    .tool-card {
        width: 120px;
        height: 160px;
    }

    .control-btn {
        width: 30px;
        height: 30px;
    }
}

.gj {
    width: 80%;
    margin: 0 auto;
    margin-top: 13%;
}

.gjj {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-family: 'huayuanmingchaoti', serif;
  font-weight: normal;
  margin-bottom: 10px;

}

.carousel-container {
    margin: 0 auto;
}





.hexingongyi {
    display: flex;
    flex-direction: column;
    gap: 70px;
    margin: 0 auto;
    padding-top: 100px;
    margin-bottom: 28%;
}

.lct {
    margin: 0 auto;
    position: relative;
    width: 90%;
    height: 100%;
    margin-bottom: 10%;
    margin-top: 90px;
}

.tp {
    width: 10%;
    position: absolute;
}

.dbk {
    top: -22%;
    left: 8%;
    width: 15%;
}
.yy{
    top: 5%;
    left: 15%;
}
.ee{
    top: -20%;
    left: 25%;
}
.ss{
    top: 12%;
    left: 28%;
}
.sss{
    top: -10%;
    left: 35%;
}
.ww{
    top: 27%;
    left: 35%;
}
.ll{
    top: 8%;
    left: 40%;
}
.qq{
    top: 38%;
    left: 43%;
}
.bb{
    top: 18%;
    left: 50%;
}
.jj{
    top: 45%;
    left: 53%;
}
.s{
    top: 30%;
    left: 65%;
}
.sy{
    top: 55%;
    left: 63%;
}
.se{
    bottom: 15%;
    right: 10%;
    width: 15%;
}

.xian {
    background-image: url('images/gxgyh.png');
    width: 70%;
    height: 70%;
    margin: 0 auto;
}


/* 全局样式重置 */



/* 页面容器 */
.gyndtp {
    width: 80%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 1rem 0;
}

/* 标题样式 */
.title {
    text-align: center;
    margin-bottom: 1rem;
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    font-weight: bold;
    color: #fff;
}

/* 步骤容器 - 响应式设计 */
.process-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    /* 减小最小列宽 */
    gap: 0.7rem;
    /* 减小卡片间距 */
    margin-bottom: 2.5rem;
    margin-top: 50px;
}

/* 步骤卡片样式 */
.process-card {
    background-color: #1a1a1a;
    border-radius: 5px;
    /* 减小圆角半径 */
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    /* 减弱阴影 */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    /* 添加手型光标 */
}

.process-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
}

.process-card img {
    width: 100%;
    height: 160px;
    /* 图片高度从200px减小到160px */
    object-fit: cover;
    display: block;
}

.process-card .card-content {
    padding: 0.7rem;
    /* 减小内边距 */
}

.process-card h3 {
    font-size: 0.95rem;
    /* 减小标题字体 */
    margin-bottom: 0.2rem;
    color: #e0e0e0;
}

.process-card p {
    font-size: 0.75rem;
    /* 减小段落字体 */
    color: #b3b3b3;
    line-height: 1.3;
}

/* 描述容器 */
.desc-container {
    background-color: rgba(151, 120, 180, 1);
    border-radius: 5px;
    /* 减小圆角半径 */
    padding: 1rem;
    /* 减小内边距 */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    /* 添加过渡效果 */
}

.desc-container h2 {
    font-size: 1.1rem;
    /* 减小标题字体 */
    margin-bottom: 0.6rem;
    color: #2B063A;
    font-weight: bold;
}

.desc-container p {
    margin-bottom: 0.6rem;
    color: #fff;
    font-size: 1rem;
    /* 减小段落字体 */
}

/* 响应式调整 */
@media (max-width: 768px) {
    .container {
        width: 90%;
    }

    .process-container {
        grid-template-columns: repeat(3, 1fr);
        /* 中等屏幕显示3列 */
        gap: 0.6rem;
    }
}

@media (max-width: 576px) {
    .process-container {
        grid-template-columns: repeat(2, 1fr);
        /* 小屏幕显示2列 */
    }
}

@media (max-width: 480px) {
    .container {
        width: 95%;
    }

    .process-card img {
        height: 140px;
        /* 超小屏幕进一步减小图片高度 */
    }
}

/* 活动状态样式 */
.process-card.active {
    box-shadow: 0 0 0 2px #9778B4;
    /* 添加蓝色边框 */
}
.gyndbt {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
    gap: 10px;
}
.hxgybt {
    position: absolute;
    top: -100px;
}
.guankanshipin{
  width: 500px;
  height: 100%;
}
.lctgs1 {
    position: absolute;
    top: 14%;
    left: 7%;
}
.lctgs2 {
    position: absolute;
    top: -15%;
    left: 33%;
}
.lctgs3 {
    position: absolute;
    top: 28%;
    left: 23%;
}
.lctgs4 {
    position: absolute;
    top: -6%;
    left: 44%;
}
.lctgs5 {
    position: absolute;
    top: 37%;
    left: 27%;
}
.lctgs6 {
    position: absolute;
    top: 13%;
    left: 48%;
}
.lctgs7 {
    position: absolute;
    top: 50%;
    left: 36%;
}
.lctgs8{
    position: absolute;
    top: 25%;
    left: 60%;
}
.lctgs9{
    position: absolute;
    top: 56%;
    left: 47%;
}
.lctgs10{
    position: absolute;
    top: 37%;
    left: 75%;
}
.lctgs11{
    position: absolute;
    top: 65%;
    left: 55%;
}
/* 描述容器 */
.desc-container {
    background-color: rgba(151, 120, 180, 1);
    border-radius: 5px;
    /* 减小圆角半径 */
    padding: 1rem;
    /* 减小内边距 */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    /* 添加过渡效果 */
}

@layer utilities {
    .circle-shadow {
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }

    .hover-scale {
        transition: transform 0.3s ease;
    }

    .hover-scale:hover {
        transform: scale(1.1);
    }

    .purple-circle {
        background-color: #9776e7;
        /* 深紫色背景 */
        color: white;
    }

    .purple-text {
        color: #4B5563;
        /* 深灰色文字 */
    }

    .purple-text:hover {
        color: #c08fee;
        /* 悬停时变为紫色 */
    }
}