* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background-color: #0D0D0D;
    font-family: Arial, sans-serif;
}

.box {
    width: 100%;
    height: 100vh;
    background-color: #0D0D0D;
    background-size: cover;
    background-position: center;
}

.box {
    position: relative;
    height: 93vh;
    width: 100%;
}

.shu1-l {
    height: 230%;
    object-fit: cover;
    position: absolute;
    top: -116vh;
    right:-0vw;
}

.sp-bt {
    width: 40%;
    object-fit: contain;
    position: absolute;
    left: 9%;
    top: 16%;
}
        .sp-wenzi{
          position: absolute;
          top: 65%;
          left: 10%;
          font-family: 'QIJIC', serif;
  font-weight: normal;
        }
         .sp-wenzi p{
          text-align: left;
          line-height: 1.8;
          font-size: 1.25rem;
        }

        .scroll-containe{
    display: flex;
    flex-direction: column;
}
.box1, .box2, .box3 {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center; 
}
.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;
}
.xiabiao {
    font-size: 14px;
    color: white;
    line-height: 1.6;
    text-align: center;
    margin-top: 10px;
    padding: 0 10%;
}
.chuancheng-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 80%;
    margin: 30px auto 0;
}
.ch {
    display: flex;
    background-color:#43324F;
    border-radius: 8px;
    overflow: hidden;
    padding:0 30px 0 0;
}
.ch-left, .ch-right {
    display: flex;
    flex: 1;
    min-height: 0;
}
.ch-left {
    flex-direction: row;
}
.ch-right {
    flex-direction: row-reverse;
}
.chuanchengren {
    flex: 1;
    max-width: 300px;
    margin: 0 30px 0 0;
     min-height: 100%;
}
.chuanchengren img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.ch .zhengwen {
    flex: 2;
    display: flex;
    flex-direction: column; 
    justify-content: center;
}
.ch .zhengwen p {
    font-size: 14px; 
    color: white;
    line-height: 1.8;
}
.ch .title {
    font-size: 20px;
    color: white;
    margin-bottom: 8px;
}
.ch .subtitle {
    font-size: 12px;
    color: white;
    margin-bottom: 10px;
}
.chauncheng2 img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.shanzi-l, .shanzi-r {
    position: absolute;
    transition: all 1s ease-out;
}
.shanzi-l {
    position: absolute;
    bottom: 0;
}
.shanzi-l img{
    height: 400px;
    width: 900px;
}
.shanzi-r {
    right: -160px;
    top: 36px;
}
.shanzi-r img{
    height: 400px;
    width: 900px;
}
.xianzhuang2.revealed .shanzi-l {
    left: 50%;
    bottom: 0;
    opacity: 1;
}
.xianzhaung2.revealed .shanzi-r {
    right: 50%;
    top: 0;
}
.layout-container {
    display: flex;
    flex-direction: row;
    gap: 30px;
    width: 80%;
    margin: 0 auto;
}
.layout1 {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
}
.wenzi {
    margin-bottom: 20px;
}
.tupian-container {
    display: flex;
    gap: 20px;
}
.tu {
    flex: 1;
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
}
.tu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dise{
    padding: 0;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 400px;
    width: 100%;
    background-color: rgba(67, 50, 79, 0.7);
}
.tiaozhan1, .tiaozhan2 {
    position: absolute;
    width: 40%;
    z-index: 10;
}
.tiaozhan1 {
    top: 80px;
    left: 50px;
}
.tiaozhan2 {
    bottom: 80px;
    right: 50px;
}
.tiaozhan1 h3{
    color:#fff;
}
.zhengwen{
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
}
.fater{
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 9999;
}
@media (max-width: 768px) {
    .daohang {
        gap: 4vw;
    }
    .daohang a {
        font-size: 14px;
    }
    .xiaobiaoti {
        font-size: 20px;
        padding: 20px 0;
    }
    .xiaobiaoti img {
        height: 30px;
    }
    .chuancheng-container, .layout-container {
        width: 90%;
    }
    .ch {
        flex-direction: column !important;
        padding: 15px;
    }
    .chuanchengren {
        max-width: 100%;
        margin: 0 0 15px 0;
        height: 200px;
    }
    .tupian-container {
        flex-direction: column;
    }
    .tu {
        height: 150px;
    }
    .shanzi-l img, .shanzi-r img {
        width: 150px;
    }
    .box2.revealed .shanzi-l {
        left: 0;
        bottom: 0;
    }
    .box2.revealed .shanzi-r {
        right: 0;
        top: 0;
    }
}

.box2 {
    width: 100%;
    height: 100vh;
    position: relative; 
    background-color: #0D0D0D;
    overflow: hidden; 
}
.shanzi-l, .shanzi-r {
    position: absolute;
    opacity: 0; 
    transition: all 1s ease-out; 
    z-index: 5;
}
.shanzi-l {
    left: -200px; 
    bottom: 0;
    transform: translate(100%, -100%); 
}
.shanzi-r {
    right: -200px; 
    top: 0px;
    transform: translate(-100%, -100%);
}
.shanzi-l img, .shanzi-r img {
    max-width: 100%;
    height: auto;
}
.box2.revealed .shanzi-l {
    opacity: 1;
    transform: translate(0, 0);
}
.box2.revealed .shanzi-r {
    opacity: 1;
    transform: translate(0, 0); 
}
.tiaozhan1, .tiaozhan2 {
    position: absolute;
    width: 40%;
    z-index: 10;
    background-color: rgba(67, 50, 79, 0.7); 
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.tiaozhan1 {
    top: 150px;
    left: 50px;
}
.tiaozhan2 {
    bottom: 150px;
    right: 50px;
}
.zhengwen {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.8;
    margin: 20px 0;
}
.shanzi-r img, .shanzi-l img {
    height: 400px;
    width: 900px;
}
.more a {
    color: white;
    text-decoration: none;
}
.more a:hover {
    color: #9778B4;
}

@media (max-width: 768px) {
    .tiaozhan1, .tiaozhan2 {
        width: 80%;
        left: 10%;
        right: 10%;
    }
    
    .tiaozhan1 {
        top: 100px;
    }
    
    .tiaozhan2 {
        bottom: 100px;
    }
    
    .shanzi-l, .shanzi-r {
        max-width: 150px;
    }
    
    .shanzi-l {
        left: 20px;
        top: 20px;
    }
    
    .shanzi-r {
        right: 20px;
        top: 20px;
    }
}
