.body{
    font-family: 微软雅黑;
}
.title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

.title img {
    width: 630px;
    margin-right: 30px;
}

.title-text {
    font-size: 50px;
    background-image: linear-gradient(to bottom, #E86B99 0%, #E18F6B 100%);
    -webkit-background-clip: text;
    color: transparent;
    text-align: end;
    margin-bottom: 20px;
}

.title-text1 {
    font-size: 50px;
    color: #FFFFFF;
    text-align: end;
}

.title-text2 {
    font-size: 18px;
    color: #999999;
    text-align: end;
    margin-top: 30px;
}

.title-box {
    height: 50px;
    width: 200px;
    border-radius: 25px;
    background-color: #45335d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 350px;
}

.title-box:hover {
    background-color: #FC9399;
}

.title-box a {
    text-decoration: none;
    color: #FFFFFF;
}

.title-text3 {
    font-size: 16px;
    color: #929194;
    text-align: right;
    margin-bottom: 20px;
    margin-top: 30px;
}

.defect {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 200px;
}

.defect-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.defect-box {
    width: 280px;
    height: 50px;
    border-radius: 25px;
    background-color: #2B1744;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 20px 5px #eec8ab49;
    margin-bottom: 30px;
}

.defect-box div {
    font-size: 28px;
    background-image: linear-gradient(to right, #E86B99 0%, #E18F6B 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.defect samp {
    color: #FFFFFF;
    font-size: 50px;
}

.defect span {
    background-image: linear-gradient(to right, #E86B99 0%, #E18F6B 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 50px;
}

.defect img {
    margin-top: 100px;
    width: 1300px;
}

.product {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

.content6-text {
    font-size: 50px;
    color:rgba(255, 255, 255, 0.2);
    font-weight: 500;
}

/* .product */
span {
    font-size: 40px;
    color: #FFFFFF;
}

/* .product */
samp {
    font-size: 40px;
    background-image: linear-gradient(to right, #E86B99 0%, #E18F6B 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.product-top {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: baseline;

}

.content6-text1 {
    position: absolute;
    top: 25px;

}

.content6-text2 {
    color: #FFFFFF;
    margin-top: 30px;
}

.content7 {
    height: 500px;
    background-color: #ece7e70d;
    width: 100%;
    margin-bottom: 70px;
    margin-top: 50px;
}

.content7-box {
    margin-right: 100px;
}

.content7-bottom {
    display: flex;
    align-items: center;
    justify-content: center;


    height: 500px;
}

.content7-text2 {
    font-size: 27px;
    background-image: linear-gradient(to right, #E86B99 0%, #E18F6B 100%);
    -webkit-background-clip: text;
    color: transparent;
    margin-top: 40px;
    margin-bottom: 20px;
}

.content7-text3 {
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 10px;

}

.solution {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.solution-middle {
    height: 570px;

    margin-top: 100px;
}

.solution-box2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.solution-box2 img {
    width: 600px;
}

.solution-text2 {
    color: #FFFFFF;
    font-size: 23px;
    margin-bottom: 30px;
}

.solution-box {
    width: 200px;
    height: 50px;
    border-radius: 25px;
    background-color: #2b17446c;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 20px 5px #eec8ab49;
    margin-bottom: 50px;
    margin-top: 0px;
}

.solution-box div {
    font-size: 28px;
    background-image: linear-gradient(to right, #E86B99 0%, #E18F6B 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.solution-box1 {
    display: flex;
    align-items: center;
    justify-content: center;
  
}

.solution-text {
    color: #FFFFFF;
    font-size: 45px;
    margin-bottom: 80px;

}

.solution-left  {
   
   margin-right: 100px;
}
.solution-bar{
    display: flex;
}
.solution-box3{
    margin-right: 30px;
}
.solution-box5{
    margin-left: 30px;
}
.solution-text3{
    color: #FFFFFF;
    font-size: 35px;
   
}
.solution-text4{
    color: #FFFFFF;
    margin-top: 20px;
}
.solution-line{
    height: 3px;
    width: 110px;
    background-color: #FFFFFF;
    margin-top: 5px;
}
.text-link {
    cursor: pointer;
    color: #ffffff;
    text-decoration: underline;
    text-decoration: none;
    font-size: 18px;
    margin-top: 20px;
  }
  .active-link {
    color: #FC9399;
    font-weight: bold;
    font-size: 18px;
   
   padding: 10px 20px;
    border-radius: 20px;
    background-color: #2b17446c;
    box-shadow: 0px 0px 20px 5px  #fc93985a;
    display: inline-flex;
   align-items: center;
    
  }
  #myImage{
    width: 600px;
    height: 400px;
  }
  #myImage1{
    width: 600px;
    height: 400px;
  }
  .image-container {
    display: inline-block;
  }
.school {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

.school-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.school-bottom {
    display: flex;
    height: 500px;
    background-color: #a78cc829;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

.school-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 70px;
}

.school-text {
    color: #FFFFFF;
    font-size: 30px;
    margin-bottom: 20px;
}

.five {
    margin-top: 120px;
    margin-left: 300px;
    position: relative;
    margin-bottom: 600px;
}

.five-box {
    display: flex;
    /* justify-content: center; */
    align-items: baseline;
}

.five-text {
    color: #FFFFFF;
    font-size: 45px;
}

.five-text1 {
    color: #FFFFFF;
    font-size: 90px;
    align-items: baseline;
}

.five-text2 {
    font-size: 45px;
    background-image: linear-gradient(to right, #E86B99 0%, #E18F6B 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.five-box1 {
    position: absolute;
    top: -30px;
    left: -150px;
}

.introduce {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

.introduce-top {
    margin-bottom: 70px;
}

.introduce1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff12;
    height: 500px;
    margin-top: 100px;
}

.introduce1-left {
    margin-right: 50px;
}

.introduce1-text1 {
    color: #FFFFFF;
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.introduce1-text2 {
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 20px;
}

.introduce1-text3 {
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 7px;
}

.textbook {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

.textbook-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.textbook-text {
    color: #FFFFFF;
    font-size: 21px;
    margin-top: 30px;
}

.game{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 600px;
    background-color: #ffffff12;
    margin-top: 50px;
    width: 100%;
}
.game-top{
    margin-top: 0px;
    margin-bottom: 50px;
}
.game-bottom{
    width: 100%;
}
.game img{
    width: 100%;
}
.loose{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.loose-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
.loose-text{
    color: #FFFFFF;
    font-size: 20px;
    margin-top: 20px;
}
.loose-text1{
    font-size: 25px;
    background-image: linear-gradient(to right, #E86B99 0%, #E18F6B 100%);
    -webkit-background-clip: text;
    color: transparent;
    margin-top: 30px;
    margin-bottom: 10px;
}
.loose-text2{
    font-size: 25px;
    background-image: linear-gradient(to right, #E86B99 0%, #E18F6B 100%);
    -webkit-background-clip: text;
    color: transparent;
}
.loose-bottom{
   display: flex;
   align-items: baseline;
    
   
}
.loose-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
}
.loose img{
    width: 250px;
}
.data{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}
.data-top{
    margin-bottom: 50px;
}
.flow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    flex-direction: column;
}

.flow-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}


.flow-text {
    color: #FFFFFF;
    font-size: 23px;
    margin-top: 20px;
}

.flow-text1 {
    margin-bottom: 10px;
}


.flow-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flow-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.flow img {
    width: 1000px;
    margin-left: 20px;
}

.flow-box {
    height: 150px;
    width: 150px;
    border-radius: 15px;
    background-color: #fbf2f224;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flow-box1 {
    height: 36px;
    width: 36px;
    border-radius: 18px;
    background-image: linear-gradient(to right, #E86B99 0%, #E18F6B 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    margin-right: 10px;
}

.flow-box2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.flow-text2 {
    color: #FFFFFF;
    font-size: 20px;
}

.flow-text3 {
    color: #FFFFFF;
    margin-bottom: 7px;
    
}

.content9 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #301d4862;
    height: 450px;
    margin-top: 150px;
}

.content9-box {
    width: 1310px;
    height: 225px;

    display: flex;

    margin-bottom: 100px;
    border-radius: 10px;

}

.content9-left {
    margin-left: 50px;
}

.content9-left img {
    width: 230px;
}

.content9-text {
    color: #FFFFFF;
    text-align: right;
    font-size: 17px;
    margin-right: 20px;
}

.content9-partition {
    display: flex;
    flex-direction: column;
    margin-left: 100px;

}

.content9-partition div {
    margin-bottom: 20px;
}

.content9-middle div {
    margin-bottom: 20px;
}

.content9-middle1 div {
    margin-bottom: 20px;
}

.content9-right div {
    margin-bottom: 20px;
}

.content9-text1 {
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 30px;
}

.content9-partition a {
    color: #FFFFFF;
    text-decoration: none;

}

.content9-middle {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}

.content9-middle a {
    color: #FFFFFF;
    text-decoration: none;
}

.content9-middle1 {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}

.content9-middle1 a {
    color: #FFFFFF;
    text-decoration: none;
}

.content9-right {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}

.content9-right a {
    color: #FFFFFF;
    text-decoration: none;
}

.content9-bottom {
    margin-left: 50px;
    text-align: right;
}

.content9-box1 img {
    width: 110px;
    margin-left: 50px;
}

.content9-box2 {
    display: flex;
    color: #FFFFFF;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.content9-box2 img {
    margin-right: 5px;
}

.content9-text2 {
    color: #FFFFFF;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.swiper {
    height: 500px;
    width: 1310px;
    --swiper-navigation-color: rgba(255, 255, 255, 0.2);/* 单独设置按钮颜色 */
    --swiper-navigation-size: 60px;/* 设置按钮大小 */
}

/* 模态框样式 */
.modal {
    display: none;
    /* 默认隐藏模态框 */
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    /* 透明的背景颜色，用于遮罩效果 */
    align-items: center;
    justify-content: center;

}


.modal img {
    max-width: 100%;
    max-height: 100%;
}