.title{
  font-size: 4rem;
  color: #f7f8fa;
  font-weight: 600;
  line-height: 1.2;
}
.text{
  font-size: 2rem;
  font-weight: 400;
  color: #f7f8fa;
  cursor:text;
  line-height: 1.2;
}

.title_color1{
  cursor: text;
  background: -webkit-linear-gradient(105deg, #19c388, #ff8172,#fcc0d7);
  background: -o-linear-gradient(105deg,#19c388,#ff8172,#fcc0d7);
  background: -moz-linear-gradient(105deg,#19c388,#ff8172,#fcc0d7);
  background: linear-gradient(105deg, #19c388, #ff8172,#fcc0d7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}


.title_color2{
  cursor: text;
  background: -webkit-linear-gradient(105deg, #dc67fc, #2a64fd);
  background: -o-linear-gradient(105deg,#dc67fc,#2a64fd);
  background: -moz-linear-gradient(105deg,#dc67fc,#2a64fd);
  background: linear-gradient(105deg, #dc67fc, #2a64fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.box4,.box5,.box6,.box7_1,.box7_2,.box7_3,.box8,.box9,.box10{
  position: relative;
}

.box4 .title{
  position: absolute;
  top: 1.5rem;
  left: 10%;

  width: max-content;


    cursor: text;
  background: -webkit-linear-gradient(105deg, #fe269b, #bd57bc);
  background: -o-linear-gradient(105deg,#fe269b,#bd57bc);
  background: -moz-linear-gradient(105deg,#fe269b,#bd57bc);
  background: linear-gradient(105deg, #fe269b, #bd57bc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.box4 .text{
  position: absolute;
  top: 6rem;
  left: 10%;
  width: 60%;
}
.box5 .title{
  position: absolute;
  top: 6rem;
  left: 8%;
  width: max-content;


    cursor: text;
  background: -webkit-linear-gradient(105deg, #f699e9, #73dafb);
  background: -o-linear-gradient(105deg,#f699e9,#73dafb);
  background: -moz-linear-gradient(105deg,#f699e9,#73dafb);
  background: linear-gradient(105deg, #f699e9, #73dafb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;

}
.box5 .text{
  position: absolute;
  top: 11rem;
  left: 8%;
  width: 37%;
}

.box5 .box5-img{
  position: absolute;
  top: 8rem;
  left: 6%;
  width: 4rem;
}


.box6 .title{
    position: absolute;
    left: 6%;
    top: 2rem;
    width: 50%;

}
.box6 .text{
    position: absolute;
    left: 6%;
    top: 12rem;
    /* color: #000; */
    width: 55%;

}

.box7_1 .title{
    position: absolute;
    top: 6rem;
    left: 45%;
    width: 45%;
}
.box7_1 .text{
    position: absolute;
    top: 17rem;
    left: 45%;
    width: 35%;

}




.box7_2 .title{
position: absolute;
    top: 2rem;
    left: 6%;
    /* transform: translateX(-50%); */
    width: max-content;
}
.box7_2 .text{
    position: absolute;
    top: 7rem;
    left: 6%;
    /* transform: translateX(-50%); */
    width: 40%;

}
.box7_3 .title{
position: absolute;
    top: 2rem;
    left: 6%;
    /* transform: translateX(-50%); */
    width: max-content;
}




.box9 .title{
position: absolute;
    top: 2rem;
    left: 6%;
    /* transform: translateX(-50%); */
    width: max-content;
}

.box9 .box_box1,
.box9 .box_box2{
  position: absolute;
  left: 6%;
  color: #f7f8fa;
  line-height: 1.5;
}
.box9 .box_title{
font-size: 3rem;
}
.box9 .line{
    height: 1px;
    background-color: #ffffff;
    margin: 8px 0;
    width: 100%;

}
.box9 .box_text{
  font-size: 2.4rem;
}
.box9 .box_box1{
  top: 8rem;

}


.box9 .box_box2{
  top: 26rem;
  
}


.box10 .title{
position: absolute;
    top: 2rem;
    left: 6%;
    /* transform: translateX(-50%); */
    width: max-content;
}

.box10 .box_box1,
.box10 .box_box2{
  position: absolute;
  left: 70%;
  color: #f7f8fa;
  line-height: 1.5;
}
.box10 .box_title{
font-size: 2.4rem;
}
.box10 .line{
    height: 1px;
    background-color: #ffffff;
    margin: 8px 0;
    width: 100%;

}
.box10 .box_text{
  font-size: 1.8rem;
}
.box10 .box_box1{
  top: 18rem;

}


.box10 .box_box2{
  top: 32rem;
  
}



.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: 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;
}

@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{
    top: 1rem;
    width: 60%; 
    left: 4%;
  }
  .box4 .text{
    position: absolute;
    top: 5rem;
    width: 90%;
    left: 4%;
  }
  
  .box5 .title{
    top: 2.5rem;
    width: 90%; 
    left: 4%;
  }
  .box5 .text{
    position: absolute;
    top: 5rem;
    width: 90%;
    left: 4%;
  }
  .box6 .title{
    top: 2.5rem;
    width: 90%; 
    left: 4%;
  }
  .box6 .text{
    position: absolute;
    top: 6rem;
    width: 90%;
    left: 4%;
  }



  .box7_1 .title{
    top: 33rem;
    width: 90%; 
    left: 4%;
  }
  .box7_1 .text{
    position: absolute;
    top: 38rem;
    width: 90%;
    left: 4%;
  }
  
  .box7_2 .title{
    top: 2.5rem;
    width: 90%; 
    left: 4%;
  }
  .box7_2 .text{
    position: absolute;
    top: 6rem;
    width: 90%;
    left: 4%;
  }
  .box7_3 .title{
    top: 2.5rem;
    width: 90%; 
    left: 4%;
  }
  
  .box9 .title{
  position: absolute;
    top: 2rem;
    left: 6%;
    /* transform: translateX(-50%); */
    width: max-content;
    font-size: 3rem;
}

.box9 .box_box1,
.box9 .box_box2{
  position: absolute;
  left: 6%;
  color: #f7f8fa;
  line-height: 1.5;
}
.box9 .box_title{
font-size: 1.8rem;
}
.box9 .line{
    height: 1px;
    background-color: #ffffff;
    margin: 8px 0;
    width: 100%;

}
.box9 .box_text{
  font-size: 1.2rem;
}
.box9 .box_box1{
  top: 6rem;
}

.box9 .box_box2{
  top: 16rem; 
}


.box10 .title{
position: absolute;
    top: 2rem;
    left: 6%;
    /* transform: translateX(-50%); */
    width: max-content;
}

.box10 .box_box1,
.box10 .box_box2{
  position: absolute;
  left: 6%;
  color: #f7f8fa;
  line-height: 1.5;
}
.box10 .box_title{
font-size: 1.8rem;
}
.box10 .line{
    height: 1px;
    background-color: #ffffff;
    margin: 8px 0;
    width: 100%;

}
.box10 .box_text{
  font-size: 1.2rem;
}
.box10 .box_box1{
  top: 6rem;

}


.box10 .box_box2{
  top: 16rem; 
  
}


  .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;
  }

}