.title{
  font-size: 4rem;
/* font-family: HYChaoCuYuanJ; */
  font-weight: 600;
  line-height: 1;
  /* font-style: italic;    */



  background-clip:text; 
  -webkit-text-stroke:1rem transparent; 
  padding: .8rem;



}
.text{
  font-size: 2rem;
  font-weight: 400;

  line-height: 1.2;
}
.black{
  color: #000000;
}
.white{
  color: #fefefe;
}
.text_color{
  font-weight: bold;
  color: #000000; /* 文字颜色 */
  font-style: italic;     
}
.box2,.box4,.box5,.box6,.box7_1,.box7_2,.box8,.box9,.box10{
  position: relative;
}


.box4 .title{
position: absolute;
    top: 15rem;
    left: 7%;
    width: max-content;
    line-height: 1.5;
  background-color: #27c5f3; 


}
.box4 .text{
    position: absolute;
    top: 22rem;
    left: 7%;
    width: 54rem;
}
.box5 .title{
    position: absolute;
    top: 2.5rem;
    left: 50%;
    width: max-content;
    transform: translateX(-50%);
    /* text-align: center; */
    line-height: 1.2;
    background-color: #ad27f3; 



}
.box5 .text{
position: absolute;
    top: 9rem;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    text-align: center;
}

.box6 .title{
    position: absolute;
    top: 15rem;
    left: 7%;
    width: 37%;
    line-height: 1.2;
    background-color: #f327c1; 


}
.box6 .text{
    position: absolute;
    top: 26rem;
    left: 7%;
    width: 43%;
}

.box7_1 .title{
    position: absolute;
    top: 15rem;
    left: 48%;
    width: 50%;
    background-color: #de22ea; 


}
.box7_1 .text{
    position: absolute;
    top: 26rem;
    left: 48%;
    width: 50%;
}
.box7_2 .title{
    position: absolute;
    top: 15rem;
    left: 7%;
    width: 37%;
    line-height: 1.2;
    background-color: #a6ea22; 


} 
 .box7_2 .text{
    position: absolute;
    top: 26rem;
    left: 7%;
    width: 35%;
} 

.box8 .title{
  position: absolute;
  top: 30rem;
  left: 45%;
  width: max-content;
  line-height: 1.5;


}
.box8 .text{
  position: absolute;
  top: 37rem;
  left: 45%;
  /* text-align: center; */
  /* transform: translateX(-50%); */
  width: 55rem;

}

.box7_item {
  position: relative;
  height: 60rem;
  background-image: url(/cdn/shop/files/KITTY-img-8.jpg?v=1762394014);
  background-size:cover;
}

.box7_item .title {
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  background-color: #8227f3; 



}

.box7_item .text {
  position: absolute;
  top: 9rem;
  left: 7%;
  text-align: left;
  width: 37%;
}

.box7_item .box7_swiper {
  position: absolute;
  top: 13rem;
  padding: 0 5%;
  width: 100%;
  cursor: pointer;
}
.box7_swiper_button_prev i,
.box7_swiper_button_next i
{
  font-size: 4rem;
  color: #f7f8fa;
}
.box7_swiper_button_prev {
  position: absolute;
  left: 5%;
  top: 50%;
  width: 3rem;
  z-index: 8;
  transform: translate(0%, -50%);
}

.box7_swiper_button_next {
  position: absolute;
  right: 5%;
  top: 50%;
  width: 3rem;
  z-index: 8;
  transform: translate(0%, -50%);
}

.box7_item .box7_slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 3.5rem;
}

.box7_item .product_title {
  font-size: 1.75rem;
  text-align: center;
  color: #fefefe;
  font-family: AlibabaSans-Regular;
  line-height: 1.5;
  width: 60%;
}

.box7_slide .product_img {
  z-index: 8;
}

.box7_slide .product_new {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 8rem;
  z-index: 6;
}

.box9 .title{
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f32790; 

 

}
.box10 .title{
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #9a27f3; 

}
.box12 {
  padding: 0 10%;
}

.box12 .box12_title {
  color: #ed7122;
  font-family: GOVER;
  font-size: 4rem;
  line-height: 2;
  margin: 4rem 0;
  text-align: center;
}

.box12 .product_items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}

.product_items .product {
  width: 22%;
  overflow: hidden;
}

.product_items a {
  /* overflow: hidden; */
  transition: all .5s ease-in-out;
}

.product_items img:hover {
  transform: scale(1.1);
}

.product_items .img_title {
  margin-top: 1.5rem;
  font-size: 1.875rem;
  font-family: AlibabaSans-Bold;
  line-height: 1.5;
}

.product_items .learn_more {
  font-size: 1.5rem;
  font-family: AlibabaSans-Regular;
  color: #ed7122;
  cursor: pointer;
  line-height: 1.5;
}

.product_items .learn_more:hover {
  text-decoration: underline;
}

.box11 {
  position: relative;
  cursor: pointer;
}


.box11_swiper_button_prev,
.box11_swiper_button_next {
  position: absolute;
  top: 50%;
  width: 2.5rem;
  z-index: 8;
  transform: translate(0, -50%);
  cursor: pointer;
}



.box11_swiper_button_prev {
  left: 5%;
}

.box11_swiper_button_next {
  right: 5%;
}

.box12 {
  padding: 4rem 10%;
}

.box12 .title {
  margin: 2rem 0;
  color: #ed7122;
}

.box12 .row {
  display: flex;
}

.box12 .product_box {
  width: 25%;
  padding: 2rem;
}

.box12 .product_img {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  transition: all .3s;
  cursor: pointer;
  background: #f7f8fa;
}

.box12 .product_img:hover {
  border-radius: 4rem;
}

.box12 .product_img img {
  transition: all .3s;
}

.box12 .product_img img:hover {
  transform: scale(1.1);
}




.box12 .product_text {
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 1rem 0;
}


.box12 .product_text a {
  font-size: .75rem;
  line-height: 1.5;
  color: #ed7122;
  transition: border-bottom 0.3s ease;
}

.box12 .product_text a:hover {
  border-bottom: 1px solid #ed7122;
}

@media (max-width: 750px) {
  .title{
    font-size: 1.5rem;

    font-weight: 600;
    line-height: 1;
  }
  .text{
    font-size: 1rem;
    font-weight: 400;
    cursor:text;
  }


  .box4 .title{
    position: absolute;
    top: 2rem;
    left: 50%;
    width: 20rem;
    transform: translateX(-50%);
    text-align: center;
  }
  .box4 .text{
    position: absolute;
    top: 7rem;
    left: 50%;
    width: 21rem;
    /* font-size: 1rem; */
    /* font-weight: 400; */
    /* line-height: 1.2; */
    text-align: center;
    transform: translateX(-50%);
  }
  .box5 .title{
    position: absolute;
    left: 2rem;
    top: 4rem;
    width: 20rem;
    transform: translateX(0%);
  }
  .box5 .text{
    position: absolute;
    top: 9rem;
    left: 2rem;
    width: 21rem;
    transform: translateX(0%);
    text-align: left;
  }
  

  .box6 .title{
    position: absolute;
    top: 2rem;
    left: 50%;
    width: 20rem;
    transform: translateX(-50%);
    text-align: center;
  }
  .box6 .text{
    position: absolute;
    top: 7rem;
    left: 50%;
    width: 21rem;
    /* font-size: 1rem; */
    /* font-weight: 400; */
    /* line-height: 1.2; */
    text-align: center;
    transform: translateX(-50%);
  }
  .box7_1 .title{
    position: absolute;
    left: 2rem;
    top: 4rem;
    width: 20rem;
    transform: translateX(0%);
  }
  .box7_1 .text{
    position: absolute;
    top: 9rem;
    left: 2rem;
    width: 21rem;
    transform: translateX(0%);
    text-align: left;

  }
  .box7_2 .title{
    position: absolute;
    top: 2rem;
    left: 50%;
    width: 20rem;
    transform: translateX(-50%);
    text-align: center;
  }
  .box7_2 .text{
    position: absolute;
    top: 7rem;
    left: 50%;
    width: 21rem;
    /* font-size: 1rem; */
    /* font-weight: 400; */
    /* line-height: 1.2; */
    text-align: center;
    transform: translateX(-50%);
  }
  .box8 .title{
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 22rem;
    line-height: 1.2;
    text-align: center;
  }
  .box8 .text{
    width: 20rem;
    top: 8rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .box9 .title{
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.5;
  }

  .box7_item {
    height: 25rem;
  }

  .box7_item .title {
    top: 4rem;
  }

  .box7_item .text {
    width: 80%;
    font-size: .75rem;
    top: 4rem;
  }

  .box7_item .product_title {
    font-size: .5rem;
  }

  .box7_item .box7_swiper {
    top: 7rem;
  }

  .box7_swiper_button_prev {
    left: 2%;
    width: 2rem;
  }

  .box7_swiper_button_next {
    right: 2%;
    width: 2rem;
  }
  .box7_swiper_button_prev i,
.box7_swiper_button_next i
{
  font-size: 2rem;
  color: #f7f8fa;
}

  .box7_item .box7_slide {
    padding-top: 1.5rem;
  }
  .box7_slide .product_img{
    /* padding-right: 2rem; */
  }
  .box7_slide .product_new {
    left: 1rem;
    width: 4rem;
  }

  .box12 {
    padding: 2rem 5%;
  }

  .box12 .title {
    margin: 1rem 0;
  }

  .box12 .row {
    display: flex;
    /* justify-content: space-between; */
  }

  .box12 .product_box {
    width: 50%;
    padding: 1rem;
  }




  .box12 .product_text {
    font-size: 1.25rem;
    line-height: 1.5;

  }


  .box12 .product_text a {
    font-size: .75rem;
    line-height: 1.5;
    color: #ed7122;
    transition: border-bottom 0.3s ease;
  }

  .box12 .product_text a:hover {
    border-bottom: 1px solid #ed7122;
  }

}