body{
  background: #fff;
}
.index_form{
  background: #F7F8FC;
  max-width: 100%;
  margin: 120px 0 0 ;
  padding: 60px 330px 70px 330px;
  box-sizing: border-box;
}
/* swiper */
.swiper {
  width: 100%;

}
.mySwiper2{
  border-radius: 16px;
  border: 1px solid #E7E7EB;
  width: 600px !important;
  height: 600px !important;
  overflow-y: inherit;
  margin: 0 !important;
}
.mySwiper .swiper-slide{
  border: 1px solid #E7E7EB;
  border-radius: 8px;
  width: 120px !important;
  height: 120px !important;
}
.mySwiper{
  width:85% !important;
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  margin: 0 auto !important;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
}

.mySwiper .swiper-slide img {

  max-width: 60px;
}


.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: calc(88% - 5px);
  width: 100%;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}



.swiper-button-next, .swiper-button-prev{
  top: calc(100% + 77px);
  color: #fff;
  width: 30px;
  height: 30px;
  background: #212529;
}
.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 14px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
  background: #0258FF;
}

/* head_down */
.head_down{
  width: 100%;
  max-width: 1400px;
  display: flex;
  align-items: center;
  margin: 20px auto 0;
}
.head_down a:first-child{
  font-weight: 400;
  font-size: 14px;
  color: #828CA0;
  margin-right: 5px;
}
.head_down span{
  font-weight: 400;
  font-size: 14px;
  margin-left: 5px;
}

/* center */
.container{
  max-width: 1400px;
}
.container .center{
  margin-top: 30px;
}
.container .center > div{
  display: flex;
  width: 100%;
}
.center > div > .left{
  width: 45%;
  max-width: 600px;
}
.center > div > .right{
  width: 53%;
  max-width: 740px;
}

.center > div > .right h1{
  font-weight: bold;
  font-size: 30px;
  font-family: "OpenSans-Bold";
  line-height: 1.5;
}
.center > div > .right > span{
  align-items: center;
  display: flex;
  margin: 35px 0;
}
.center > div > .right > span > p{
  font-weight: bold;
  font-size: 30px;
  color: #FF6B08;
}
.center > div > .right > span > span{
  font-weight: 400;
  font-size: 24px;
  text-decoration:line-through; 
  font-family: "OpenSans-Light";
  margin-left: 10px;
  color: #828CA0;
}
.center > div > .right > span > span p{
  font-weight: 400;
  font-size: 11px;
  color: #828CA0;
}
.center > div > .right > p:nth-child(3){
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.center > div > .right > p:nth-child(4){
  font-weight: 400;
  font-size: 16px;
  margin-top: 25px;
  line-height: 1.5;
}
.center > div > .right > a{
  background: linear-gradient(-90deg, #0258FF, #3673FF);
  border-radius: 10px;
  font-weight: 600;
font-size: 20px;
color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
padding: 13px 0;
margin-top: 45px;
width: 100%;
}





@media screen and (max-width:1400px){
  .center > div {
    justify-content: center !important;
  }
  .center > div > .left,
  .center > div > .right{
    width: 100%;
  }


}



  /* m */
  @media screen and (max-width:767px){
   
.header,
.swiper-button-next, .swiper-button-prev,
.center > div > .right > p:nth-child(4),
.center > div > .right > p:nth-child(3),
.head_down,
.mySwiper{
  display: none;
}
.index_form{
  padding: 30px 10px;
  margin-top: 0;
}
.container .center > div{
  flex-wrap: wrap;  
width: 100%;
box-sizing: border-box;
padding:  0 15px 20px;
}
.center > div > .left{
  width: 100%;
}
.center > div > .right{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mySwiper2{
  width: 100% !important;
  height: 250px !important;
  border: none;
}
.container .center{
  margin-top: 0;
}

.center > div > .right h1{
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.25;
}
.center > div > .right > span > span{
  display: flex;
  font-size: 11px;
  margin-left: 5px;
  text-decoration:none;
}
.center > div > .right > span > p{
  font-size: 18px;
}
.center > div > .right > span{
  align-items: center;
  margin: 0;
}
.center > div > .right > a{
  width: fit-content;
  margin-top: 0;
  padding:9px;
  font-weight: 400;
  border-radius: 2.5px;
  font-size: 12px;
}
/* pictures */
.pictures {
  padding: 25px 10px 20px !important;
  width: 100% ;
  box-sizing: border-box;
  border-top: 10px solid #F7F8FC;
}

.pictures > p{
  font-weight: bold;
font-size: 18px;
margin-bottom: 10px;
font-family: "OpenSans-Bold";
}


.pictures > div{
  display: flex;
  width: 100%;

}
.pictures > div .swiper-wrapper{
flex-wrap: wrap;
justify-content: space-between;
  }

  .pictures > div .swiper-wrapper .swiper-slide{
    height: auto;
    width: calc(50% - 5px);
    border-radius: 8px;
    margin-top: 10px;
    height: 115px;
border: 1px solid #E7E7EB;
box-sizing: border-box;
  }


  .pictures > div .swiper-wrapper .swiper-slide img{
    max-width: 60px;
  }





  .mySwiper2 img{
    height: 100%;
  }


















  }
