.h{
  opacity: 0;
}
/* banner */
.banner span{
  align-content: center;
  bottom: 30px;
  height: 100%;
  left: 260px;
  align-items: center;
}

.banner span > h1{
  font-weight: bold;
  font-size: 50px;
  color: #FFFFFF;
  font-style: normal;
  line-height: 1.25;
  text-transform: math-auto;
}
.banner span > p:nth-child(2){
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 1.5;
  margin: 25px 0 55px;
  width: 100%;

}
.banner span > p:last-child{
  width: 220px;
  height: 60px;
  background: #EA4335;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: "OpenSans-Bold";
  margin-top: 0;
  color: #FFFFFF;
}
/* will */
.will,
.auto{
  max-width: 1400px;
  margin: 0 auto;
}
.will > ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 80px;
}
.will > ul li{
  width: 32%;
  /* max-width: 430px; */
  display: flex;
  margin-bottom: 100px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.will > ul li div{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.will > ul li p{
  font-weight: bold;
font-size: 24px;
color: #222222;
margin: 20px 0 25px;
font-family: "OpenSans-Bold";
}
.will > ul li span{
  font-weight: 400;
font-size: 16px;
color: #666666;
text-align: center;
line-height: 1.5;
}
/* become */
.become{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(/static/agents/img/become-b.webp) no-repeat;
  background-size: 100% 100%;
  padding: 50px 260px ;
  box-sizing: border-box;
}
.become div:first-child h2{
  font-weight: bold;
  font-size: 30px;
  font-family: "OpenSans-Bold";
  color: #222222;
}
.become div:first-child p{
  font-weight: 400;
  margin-top: 30px;
  font-size: 20px;
  color: #222222;
}
.become div:last-child{
  background: linear-gradient(90deg, #22188B, #0F1547);
  border-radius: 50px;
  width: 300px;
  height: 50px;
  display: flex;
  align-items:center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  font-family: "OpenSans-Bold";
}
/* company_profile */
sup{
  vertical-align: super;
}
.company_profile .auto .our_title p{
  color: #FFFFFF;
}
.company_profile .auto .our_title{
  margin: 0;
}
.company_profile{
  width: 100%;
  background: url(/static/agents/img/profile-b.webp) no-repeat;
  background-size: 100% 100%;
  padding: 120px 0;
}
.company_profile .auto {
  display: flex;
  flex-wrap: wrap;
}
.company_profile .auto > p{
  color: #FFFFFF;
  line-height: 1.5;
  margin: 40px 0 0;
  text-align: center;
}
.company_profile .auto > div{
  width: 100%;
  text-align: center;
  margin: 100px 0;
}
.company_profile .auto > ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.company_profile .auto > ul li{
  width: 25%;
  justify-content: center;
  align-items: center;

}
.company_profile .auto > ul li div{
  display: flex;
  align-items: center;
  justify-content: center;
}
.company_profile .auto > ul li h3{
  color: #FFFFFF;
  text-align: center;
  font-size: 60px;
  margin: 20px  0 15px;
  font-family: "OpenSans-SemiBold";
}
.company_profile .auto > ul li h3 sup{
  color: #FFFFFF;
  font-size: 30px;

}
.company_profile .auto > ul li p{
  color: #FFFFFF;
  font-size: 20px;
  font-family: "OpenSans-Light";
  text-align: center;
}
/* our_products */

.our_products > ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.our_products > ul li:nth-child(1){
  width: calc(50% - 35px);
  background: #F4F4F4;
  
}
.our_products > ul li:nth-child(2){
  width: calc(50% + 35px);
  background: #E0E0E0;
}

.our_products > ul li:nth-child(3){
  width: calc(50% + 35px);
  background: #CCCCCC;
}

.our_products > ul li:nth-child(4){
  width: calc(50% - 35px);
  background: #E6E6E6;
}
.our_products > ul li {
  position: relative;
}
.our_products > ul li > div:first-child{
  width: 100%;
  box-sizing: border-box;
  padding: 80px 40px 10px 100px;
}
.our_products > ul li > div:first-child h4{
  font-weight: 400;
  font-size: 36px;
  text-transform: uppercase;
  color: #222222;
}
.our_products > ul li > div:first-child span{
  display: flex;
  width: 100%;
  justify-content: end;
}

.our_products > ul li > div:last-child{
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;

}
.our_products > ul li:nth-child(1) > div:last-child{
  background: url(/static/agents/img/our_products11.webp) no-repeat;
  background-size: 100% 100%;
}
.our_products > ul li:nth-child(2) > div:last-child{
  background: url(/static/agents/img/our_products22.webp) no-repeat;
  background-size: 100% 100%;
}

.our_products > ul li:nth-child(3) > div:last-child{
  background: url(/static/agents/img/our_products33.webp) no-repeat;
  background-size: 100% 100%;
}

.our_products > ul li:nth-child(4) > div:last-child{
  background: url(/static/agents/img/our_products44.webp) no-repeat;
  background-size: 100% 100%;
}

.our_products > ul li > div:last-child > div{
  width: 100%;
  height: 100%;
  background: rgba(26, 33, 62, 0.5);
}
.our_products > ul li > div:last-child > div{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.our_products > ul li > div:last-child > div span{
  display: block;
  width: 100%;
  font-weight: bold;
font-size: 36px;
margin-bottom: 40px;
text-align: center;
color: #FFFFFF;
font-family: "OpenSans-Bold";
text-transform: uppercase;
}
.our_products > ul li > div:last-child > div p{
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 1.5;
}

.our_products .our_title{
  margin: 115px 0 60px;
}


/* become_swiper */
.become_swiper{
  max-width: 1500px;
  margin: 70px auto;
  /* overflow: hidden; */
}
/* .become_swiper .swiper-wrapper{
  height: 80px;
} */
.mySwiper_brand1{
  padding-top: 0;
  /* padding: 0 150px; */
  overflow: unset ;
  overflow: hidden;

  
}
.mySwiper_brand1 .swiper-slide {
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* height: 80px; */
  }
  /* .mySwiper_brand1 .swiper-slide:hover {
    background: #F7F8FC;
    box-shadow: 0px 7px 35px 0px rgba(3,41,104,0.18);
  } */

  .mySwiper_brand1 .swiper-slide h3{
    font-weight: 600;
font-size: 16px;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
margin-top: 25px;
  }
  .mySwiper_brand1 .swiper-slide div {
  
display: flex;
align-items: center;
justify-content: center;
height: 70px;
  }
  .mySwiper_brand1 .swiper-slide div img{
    height: 100%;
  }

.become_swiper  .swiper-button-next:after{
    background: url(/static/agents/img/become_swiper-r.webp) no-repeat;
    background-size: 100% 100%;
    font-size: 0;
    height: 18px;
    width: 52px;
  }
  .swiper-button-next{
    height: 18px;
    top: calc(50% + 9px);
    width: 52px;
    right: 0px;
  }
  .swiper-button-prev{
    height: 18px;
    top: calc(50% + 9px);
    left:  0px;
    width: 52px;
  }
  .become_swiper .swiper-button-prev:after{
    background: url(/static/agents/img/become_swiper-l.webp) no-repeat;
    background-size: 100% 100%;
    font-size: 0;
    height: 18px;
    width: 52px;
  }



  /* profile */
.profile{
  flex-wrap: wrap;
}
.profile > ul{
  width: 100%;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
}

.profile > ul li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 20px;
}
.profile > ul li p{
  font-weight: 400;
font-size: 28px;
color: #999999;
}
.profile > ul li span{
    display: none;
}

.profile > div:nth-child(3){
  display: flex;
  margin-top: 90px;
  width: 100%;
  justify-content: center;
}

.profile > ul .active{
  padding:0 25px 25px 25px;
  border-bottom: 1px solid #999;
  box-sizing: border-box;
}
.profile > ul .active p{
  font-weight: 600;
font-size: 40px;
color: #222222;
font-family: "OpenSans-SemiBold";
}
.profile > ul .active span{
  font-size: 80px;
  font-family: "dinpro-medium";
  display: block;
color: #222222;
}
.profile > ul .active span sup{
  font-size: 45px;
}



/* become_form */

.become_form{
  background: url(/static/agents/img/become_form-b.webp) no-repeat;
  background-size: 100%  100%;
}
.become_form > div:first-child{
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
}
.become_form > div:first-child > div:first-child{
  padding: 60px 0;
}
.become_form > div:first-child > div:first-child span{
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
  font-family: "OpenSans-Bold";
}
.become_form > div:first-child > div:first-child p{
  font-weight: 400;
  font-size: 16px;
  margin-top: 15px;
  color: #FFFFFF;
  line-height: 1.5;
}


.become_form > div:first-child > div:last-child{
  width: 200px;
  height: 60px;
  font-family: "OpenSans-SemiBold";
  font-size: 18px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
box-sizing: border-box;
padding: 0 10px 0 10px;
color: #002F7C;
  background: #FFFFFF;
}

.become_form > div:first-child > div:last-child span{
width: 40px;
height: 40px;
background: #002F7C;
display: flex;
align-items: center;
justify-content: center;
}






.become_form > form{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: none;
}

.become_form > form > ul{
  margin-top: 20px;
}
.become_form > form > ul li{
  display: flex;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.become_form > form > ul li p,
.become_form > form > ul li span{
  color: #FFFFFF;
}
.become_form > form > ul li:first-child,
.become_form > form > ul li:nth-child(2){
  display: flex;
  justify-content: space-between;
}
.become_form > form > ul li:first-child div,
.become_form > form > ul li:nth-child(2) div{
  width: 33%;
  max-width: 440px;
}
.become_form > form > ul li:first-child div span,
.become_form > form > ul li:nth-child(2) div span{
  margin-bottom: 15px;
  display: block;
}
.become_form > form > ul li:nth-child(4) > div:nth-child(2) input{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.become_form > form > ul li:nth-child(4) > div:nth-child(2){
  position: relative;
}
.become_form > form > ul li:first-child span{
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.become_form > form > ul li sup{
  color: #EA4335;
  font-size: 10px;
}
.become_form > form > ul li input,
.become_form > form > ul li textarea{
  border: 1px solid #828FB2;
  box-sizing: border-box;
  width: 100%;
}
.become_form > form > ul li input{
  height: 50px;
  padding-left: 10px;
  color: #FFFFFF;
}
.become_form > form > ul li textarea{
  height: 100px;
  box-sizing: border-box;
  padding-left: 10px;
  color: #fff;
  padding-top: 10px;
}
.become_form > form > ul li:nth-child(4) div:last-child p{
  font-size: 12px;
  /* opacity: 0.4; */
  color: #828FB2;
  line-height: 1.5;
}

.become_form > form > ul li input::placeholder {
  color: #FFFFFF;
  opacity: 0.4;
}

.become_form > form > ul li:nth-child(3) > span{
  width: 100%;
}
.become_form > form > ul li:nth-child(3) > div{
  width: 100%;
  cursor: pointer;
  align-items: center;
  margin-top: 30px;
  display: flex;
  position: relative;
}
.become_form > form > ul li:nth-child(3) > div span{
  width: 18px;
  height: 18px;
  display: block;
  border: 1px solid #828FB2;
  position: relative;
  border-radius: 50px;
}
.become_form > form > ul li:nth-child(3) > div input{
  position: absolute;
  left: 0;
  width: 100%;
  cursor: pointer;
  height: 100%;
  top: 0;
  opacity: 0;
}
.become_form > form > ul li:nth-child(3) > div p{
  margin-left: 7px;
}
.become_form > form > ul li:nth-child(3) > .active span::after{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: #fff;
  left: calc(50% - 5px);
  top: calc(50% - 5px);
  border-radius: 50px;
}
.become_form > form > ul li:nth-child(4){
  display: flex;
  flex-wrap: wrap;
  
} 
.become_form > form > ul li:nth-child(4) > span{
  width: 100%;
  display: block;
  margin-bottom: 15px;
} 

.become_form > form > ul li:nth-child(4) > div:nth-child(2),
.become_form > form > ul li:nth-child(4) > div:nth-child(3){
  width: 170px;
  height: 170px;
  border: 1px solid #828FB2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
} 
/* .become_form > form > ul li:nth-child(4) > div:nth-child(2){
  cursor: pointer;
} */

.become_form > form > ul li:nth-child(4) > div:nth-child(2) p{
  width: 100%;

  display: block;
  margin-top: 20px;
  text-align: center;
} 
.become_form > form > ul li:nth-child(4) > div:nth-child(3){
  margin:0 30px;
}
.become_form > form > ul li:nth-child(4) > div:nth-child(3) p{
  width: 100%;
  /* cursor: pointer; */
  display: block;
  margin-top: 10px;
  text-align: center;
} 
.become_form > form > ul li:nth-child(4) > div:nth-child(3) img{
  width: 150px;
  height: 100px;
} 

.become_form > form > ul li:nth-child(4) > div:nth-child(4){
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 46%;
}
.become_form > form > ul li:nth-child(5) > span{
  margin-bottom: 15px;
}

.become_form > form > ul li:nth-child(6){
  margin-bottom: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.become_form > form > ul li:nth-child(6) div{
  display: flex;
  align-items: center;
  justify-content: start;
}
.become_form > form > ul li:nth-child(6) button{
  width: 190px;
  height: 60px;
  font-family: "OpenSans-SemiBold";
  margin-top: 50px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  /* justify-content: space-between; */

  justify-content: center;
  border: none;
  align-items: center;
box-sizing: border-box;
padding: 0 10px 0 10px;
color: #002F7C;
  background: #FFFFFF;
}

.become_form > form > ul li:nth-child(6) button span{
width: 40px;
height: 40px;
background: #002F7C;
display: flex;
margin-left: 10px;
align-items: center;
justify-content: center;
}
.become_form > form > ul li:nth-child(6) button span img{
  transform: rotate(-90deg);
  }

  /* support */
.support{
  justify-content: center !important; 
  padding: 120px 0 130px;
}

.support ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin-top: 70px;
}

.support ul li{
  width: 33%;
  background: #FFFFFF;
box-shadow: 0px 7px 20px 0px rgba(3,41,104,0.1);
  max-width: 332px;
  border-bottom: 2px solid #0258FF;
  margin-top: 30px;
  box-sizing: border-box;
  transition: 0.5s;
  padding: 40px 20px;
}

.support ul li > div{
  display: flex;
  justify-content: space-between;
}

.support ul li > div img:last-child{
  display: none;
}
.support ul li > div span{
  font-weight: normal;
  font-size: 60px;
  color: #F4F4F4;
  font-family: "dinpro-medium";
}
.support ul li > span{
  font-weight: 600;
  font-size: 24px;
  color: #222222;
  margin: 45px 0 30px;
  display: block;
  font-family: "OpenSans-SemiBold";
}

.support ul li > p{
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
}

/* dealer */
.dealer{
  background: #051C42;
  position: relative;
  padding: 120px 0 100px;
  justify-content: start !important;
}
.dealer > img{
  position: absolute;
  right: 0;
  top: 0;
}
.dealer .our_title{
  justify-content: start;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
  margin: 0;
  width: 33%;
}
.dealer .our_title  p {
  color: #fff;
  line-height: 1.5;
}
.dealer .our_title div{
  margin:  20px 0 80px;
}
.dealer > div {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
.dealer > div >  ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: auto;
}
.dealer > div >  ul > li{
  width: 33%;
  border: 1px solid #828FB2;
  max-width: 440px;
  box-sizing: border-box;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
}
.dealer > div >  ul > li span{
  font-weight: bold;
  font-size: 24px;
  line-height: 1.25;
  color: #FFFFFF;
  font-family: "OpenSans-Bold";
  padding-bottom: 60px;
  border-bottom: 1px solid #828FB2;
  width: 60%;
  margin-left: 20px;
}
.dealer > div >  ul > li p{
  font-weight: 400;
  font-size: 16px;
  margin: 20px 0 40px;
  color: #FFFFFF;
  margin-left: 20px;
  line-height: 1.5;
}
.dealer > div >  ul > li div{
  width: 100%;
}
.dealer > div >  ul > li img{
  width: 100%;
}
.dealer .our_title div:after{
  left: 0;
}
/* process */
.process{
  padding: 120px 0  140px;
}
.process ul{
  width: 100%;
  max-width: 1400px;
  margin: 80px auto 0;
  display: flex;
  flex-wrap: wrap;

}
.process ul li{
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  
  align-items: center;
  justify-content: center;
}
.process ul li div{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  justify-content: center;
  background: #FFFFFF;
  width: 120px;
height: 120px;
box-shadow: 0px 7px 20px 0px rgba(3,41,104,0.07);
border-radius: 50%;
}
.process ul li div::after{
  position: absolute;
  top: 50%;
  right: -160%;
  content: '';
  width: 150px;
  height: 8px;
  background: url(/static/agents/img/process.webp) no-repeat;
  background-size: 100% 100%;
}
.process ul li:last-child div::after{
  display: none;
}
.process ul li div img{
  width: 56px;
}
.process ul li p{
  font-weight: 600;
  margin-top: 30px;
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: #1F2129;
  font-family: "OpenSans-SemiBold";
}
/* questions */
.questions{
  background: #E4E6E9;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding: 120px 0;
}
.questions > img{
  position: absolute;
  left: 0;
  bottom: 0;
}
.questions .our_title div:after{
  left: 0;
}
.questions .our_title{
  justify-content: start;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
  margin: 0;
  width: 65%;
}
.questions .our_title  p {

  line-height: 1.5;
}
.questions .our_title div{
  margin:  20px 0 80px;
}
.questions > div{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
}
.questions > div > div{
  width: 50%;
}
.questions > div > div > div:last-child span{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
font-size: 34px;
color: #222222;
font-family: "OpenSans-SemiBold";
}
.questions > div > div > div:last-child span img{
  margin-right: 10px;
}
.questions > div > div > div:last-child span p{
  display: block;
  font-size: 34px;
  color: #222222;
font-family: "OpenSans-SemiBold";
  width: 100%;
  margin-top: 15px;
}

.questions > div > div > div:last-child > p{
  font-weight: 400;
font-size: 16px;
color: #222222;
margin-top: 35px;
line-height: 1.5;
width: 61%;
}


.questions > div > ul{
  width: 50%;
}

.questions > div > ul > .active > div:last-child{
  display: flex;
}
.questions > div > ul > li{
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #F5F5F5;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 20px 50px;
}
.questions > div > ul > li:last-child{
  margin-bottom: 0;
}
.questions > div > ul > .active{
  background: #FFFFFF;
  box-shadow: 0px 0px 27px 3px rgba(128,138,155,0.12);
  padding-top: 40px;
}
.questions > div > ul > li > div:last-child{
  display: none;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 20px;
}
.questions > div > ul > li > div:first-child{
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.questions > div > ul > li > div:first-child div{
  display: flex;
  align-items: center;
}
.questions > div > ul > li > div:first-child div span{
  font-weight: 600;
font-size: 14px;
color: #222222;
font-family: "OpenSans-SemiBold";
width: 40px;
height: 40px;
border-radius: 50%;
border: 2px solid #222222;
display: flex;
align-items: center;
justify-content: center;
}
.questions > div > ul > li > div:first-child div p{
  font-weight: 600;
font-size: 24px;
color: #222222;
margin-left: 20px;
font-family: "OpenSans-SemiBold";
}
.questions > div > ul > li > div:first-child div:last-child p:last-child{
  display: none;
  font-size: 25px;
}
.questions > div > ul > .active > div:first-child div p{
  color: #0258FF;
}
.questions > div > ul > .active > div:first-child div:last-child p:last-child{
  display: flex;
  color: #0258FF;
}
.questions > div > ul > .active > div:first-child div:last-child p:first-child{
  display: none;
}

.questions > div > ul > li > div:first-child div:last-child p{
  width: 25px;
  display: flex;
  align-items: center;

  justify-content: center;
}
.questions > div > ul > .active > div:last-child > div{
  display: flex;
  align-items: center;
}
.questions > div > ul > .active > div:last-child > div span{
  font-weight: 600;
font-family: "OpenSans-SemiBold";
width: 40px;
height: 40px;
border-radius: 50%;
border: 2px solid #0258FF;
display: flex;
align-items: center;
justify-content: center;

font-size: 14px;
color: #0258FF;
}
.questions > div > ul > .active > div:last-child > div p{
  width: calc(100% - 40px);
  margin-left: 20px;
  line-height: 1.5;
}
/* become_form_down */

.become_form_down{
  background: #fff;
}
.become_form_down > div:first-child > div:last-child{
  display: none;
}
.become_form_down > form{
  display: block;
}
.become_form_down > form > ul li:nth-child(4) div:last-child p{
  color: #999;
}
.become_form_down > div:first-child > div:first-child span,
.become_form_down > div:first-child > div:first-child p,
.become_form_down > form > ul li:first-child span,
.become_form_down > form > ul li p,
 .become_form_down > form > ul li span{
  color: #222;
}
.become_form_down > form > ul li input, .become_form_down > form > ul li textarea,
.become_form_down > form > ul li:nth-child(4) > div:nth-child(2), .become_form_down > form > ul li:nth-child(4) > div:nth-child(3){
  border: 1px solid #CDCDCD;
}
.become_form_down > form > ul li:nth-child(3) > div span{

  border: 1px solid #CDCDCD;
}
.become_form_down > form > ul li:nth-child(3) > .active span{

  border: 1px solid #0258FF;
}
.become_form_down > form > ul li:nth-child(3) > .active span::after{
  background: #0258FF;
}
.become_form_down > div:first-child > div:first-child p{
  width: 65%;
}

.become_form_down > form > ul li:nth-child(4) > div:nth-child(2) p{
  color: #0258FF;
}

.become_form_down > form > ul li:nth-child(6) button span img {
  transform: rotate(0deg);
}
.become_form_down > form > ul li:nth-child(6) button{
  background: #0258FF;
  color: #fff;
}
.become_form_down > form > ul li:nth-child(6){
  width: 100%;
  justify-content: center;
 
}
.become_form_down > form > ul li:nth-child(6) button span{
  background: #fff;
}
.become_form_down > form > ul li input,
.become_form_down > form > ul li textarea{
  color: #222;
}









@media (any-hover: hover) {
  .our_products > ul li:hover > div:last-child{
    display: flex;
  }
  .support ul li:hover > div img:first-child{
    display: none;
  }
  .support ul li:hover > div img:last-child{
    display: block;
  }
  .support ul li:hover{
    margin-top: 0;
    margin-bottom: 30px;
    background: #0258FF;
  }
  .support ul li:hover span,
  .support ul li:hover p{
    color: #fff;
  }
}






@media screen and (max-width:1200px){
  .banner span > h1{

    font-size: 25px;
  }
  .banner span > p:nth-child(2){
    margin: 10px;
    font-size: 16px;
  }
  .banner span > p:last-child{
    height: 30px;
    width: 150px;
  }
}
  /* m */
  @media screen and (max-width:767px){

    .banner span{
      left: 0;
      justify-content: center;
      align-items: end;
      align-content:flex-end ;
    }
    .banner span > h1{
    text-align: center;
      font-size: 25px;
      
    }
    .banner span > p:nth-child(2){
text-align: center;
      font-size: 12px;
      margin: 10px 0 20px;

    
    }
    .banner span > p:last-child{
      width: 110px;
      height: 30px;

      font-size: 10px;

    }
    .will .our_title p{
      line-height: 1.25;
      width: 80%;
    }
    .will .our_title{
      text-align: left;
      margin-top: 25px;
    }
    .will .our_title div{
      /* text-align: left; */
      margin: 10px 0 0;
    }
    .will .our_title div:after{
      left: 0;
    }
    .will > ul{
      margin-top: 30px;
      margin-bottom: 30px;
    }
    .will > ul li{
      width: 100%;
      flex-wrap: nowrap;
      margin-bottom: 30px;
      align-items: start;
    }
  
    .will > ul li div:first-child{
      width: calc(20% - 20px);
      align-items: start;
      align-content: start;
      justify-content: start;
    
    }
    .will > ul li div:first-child img{
      max-width: 30px;
    }
    .will > ul li div:last-child{
      width:calc(80% + 20px);
    }
    .will > ul li p{
      font-size: 15px;
      /* text-align: left; */
      margin:0 0 10px;
      width: 100%;
    }
    .will > ul li span{
      font-size: 12px;
      text-align: left;
    }

.company_profile{
  padding-top: 50px !important;

}

.company_profile .auto > div img{
  width: 100%;
  max-width: 270px;
}
.company_profile .auto > ul li{
  width: 50%;
  margin-bottom: 30px;
}

.company_profile .auto > div{
  order: 1;
  margin: 30px 0 25px;
}
.company_profile .auto > p{
  order: 2;
  font-size: 12px;
  margin: 0;
  text-align: left;
}
.company_profile .auto > ul{
  order: 2;
  margin-bottom: 10px;
  margin-top: 40px;
}

.company_profile .auto > ul li div img{
  max-width: 30px;
}
.company_profile .auto > ul li h3{
  font-size: 30px;
  margin: 10px 0 5px;
}
.company_profile .auto > ul li h3 sup{
  font-size: 15px;
}
.company_profile .auto > ul li p{
  font-size: 10px;
}

.our_products{
  /* width: calc(100% + 20px) !important;
  margin-left: -10px; */
  padding: 0 !important;
}
.our_products > ul li{
  width: 100% !important;
}
.our_products > ul li > div:first-child span img{
  max-width: 175px;
}
.our_products > ul li > div:first-child span{
  justify-content: center;
}
.our_products > ul li > div:first-child{
  padding: 20px 0 15px;
  text-align: center;
}
.our_products > ul li > div:first-child p{
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 1.25;
  margin-top: 15px;
  justify-content: center;
}
.our_products > ul li > div:first-child h4{
  font-size: 17px;
  font-family: "OpenSans-SemiBold";
}

.our_products .our_title{
  margin: 50px 0 25px;
}
.profile > div:nth-child(3){
  margin-top: 40px !important;
}

.profile > ul .active p{
  font-size: 19px;
}
.profile > ul li p{
  font-size: 14px;
}

.profile > ul .active span{
  font-size: 30px;
}
.profile > ul .active span sup{
  font-size: 25px ;
}
.profile > ul .active{
  padding: 0 10px;
  border-bottom: none;
}
.profile > ul li{
  margin-bottom: 10;
}

.become_form > div:first-child > div:last-child{
  display: none;
}
.become_form > form > ul li:first-child div, .become_form > form > ul li:nth-child(2) div{
  width: 100%;
}

.become_form > div:first-child > div:first-child span{
  font-size: 15px;
}

.become_form > div:first-child > div:first-child p{
  font-size: 12px;
}

.become_form > div:first-child > div:first-child{
  padding: 50px 0 10px;
}

.become_form > form > ul li:first-child div span, .become_form > form > ul li:nth-child(2) div span{
  font-size: 14px;
}

.become_form > form > ul li{
  margin-bottom: 20px;
}
.become_form > form > ul{
  margin-top: 0;
}
.become_form > form > ul li input{
  height: 40px;
}
.become_form > form > ul li:first-child div span, .become_form > form > ul li:nth-child(2) div span{
  margin-bottom: 10px;
  margin-top: 20px;
}
.become_form > form > ul li:nth-child(1){
  margin-bottom: 0;
}
.become_form > form > ul li:nth-child(3) > span,
.become_form > form > ul li:nth-child(3) > div p{
  font-size: 14px;

}

.become_form > form > ul li:nth-child(3) > div{
  margin-top: 15px;
}
.become_form > form > ul li:nth-child(4) > div:nth-child(2), .become_form > form > ul li:nth-child(4) > div:nth-child(3){
  width: 100px;
  height: 100px;
}

.become_form > form > ul li:nth-child(4) > div:nth-child(3) img{
  width: 80px;
  height: 60px;
}

.become_form > form > ul li:nth-child(4) > div:nth-child(2) p,
.become_form > form > ul li:nth-child(4) > div:nth-child(3) p{
  font-size: 10px;
}
.become_form > form > ul li:nth-child(4) > div:nth-child(3){
  margin:0 20px ;
}
.become_form > form > ul li:nth-child(4) > div:nth-child(4){
  width: 100%;
  margin-top: 15px;
}
.become_form > form{
  display: block;
}
.become_form > form > ul li textarea{
  height: 80px;
}

.become_form > form > ul li:nth-child(6) button{
  font-size: 14px;
  margin: 20px auto 0; 
  width: 145px;
  height: 40px;
}

.become_form > form > ul li:nth-child(6){
  width: 100%;
  margin-bottom: 30px;
  margin-top: 5px;
}
.become_form > form > ul li:nth-child(6) button span{
  width: 30px;
  height: 30px;
}

.support ul li{
  width: calc(50% - 5px);
  padding:20px 10px;
  margin-top: 10px;
}
.support ul li > div img{
  width: 30px;
}
.support ul{
  margin-top: 5px;
}
.support ul li > div span{
font-size: 30px;

}
.support ul li > span{
font-size: 15px;
margin: 25px 0 15px;
}
.support ul li > p{
font-size: 12px;

}

.support{
  margin: 50px 0;
}
.dealer{
  padding: 50px 10px !important;
}
.dealer > img{
  display: none;
}

.dealer .our_title{
  width: 100%;
}
.our_title div{

  margin: 10px auto;
}

.dealer > div > ul > li{
  width: 100%;
  padding:20px 15px;
  margin-top: 30px;
}

.our_title div:after {
  
  left: calc(50% - 17.5px);
}

.dealer > div > ul > li span{
  width: 100%;
  padding-bottom: 20px;
  margin-left: 0;
  font-size: 15px;

}
.dealer > div > ul > li p{
  margin: 15px 0 20px;
  font-size: 12px;
}
.process{
  padding: 50px 0 60px !important;
}
.process ul li{
  width: 50%;
}
.process ul li div{
  width: 60px;
  height: 60px;
}


.process ul li div img{
  width: 30px;
}
.process ul li p{
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.25;
}

.process ul li:nth-child(2) div::after{
display: none;
}
.process ul li div::after{
  height: 4px;
  width: 75px;
}

.process ul{
  margin-top: 0;
}
.process ul li{
  margin-top: 40px;
}


.questions > div > div,
.questions > div > ul{
  width: 100%;
}

.questions > div > ul > .active,
.questions > div > ul > li{
  background: #F5F5F5;
  padding: 20px 10px;
  box-shadow: none;
}
.questions > div > ul > .active > div:first-child div p,
.questions > div > ul > li > div:first-child div p{
  font-size: 15px;
  color: #222222;
}
.questions > div > ul > .active > div:last-child > div p{
  font-size: 13px;
  line-height: 1.5;
color: #222222;
}

.questions > div > ul > li,
.questions > div > ul > .active{
  width: auto;
  margin-bottom: 10px;
padding: 20px 10px 0 10px;
}

.questions > div > ul > li > div:first-child div:last-child p{
  display: none !important;
}
.questions > div > ul > li > div:last-child{
  display: flex;
  margin: 20px 0;
}
.questions > div > ul > li > div:last-child > div {
  display: flex;
}
.questions > div > ul > .active > div:last-child > div {
  align-items: start;
}
.questions > div > ul > li > div:last-child > div span,
.questions > div > ul > .active > div:last-child > div span{
  font-weight: 600;
font-family: "OpenSans-SemiBold";
width: 25px;
height: 25px;
border-radius: 50%;
border: 1px solid #0258FF;
display: flex;
align-items: center;
justify-content: center;

font-size: 14px;
color: #0258FF;
}
.questions > div > ul > li > div:last-child > div p{
  width: calc(100% - 40px);
  margin-left: 20px;
  line-height: 1.5;
  font-size: 13px;
  color: #222222;
}



.questions > div > ul > li > div:first-child div span{
  width: 25px;
  border: 1px solid #222;
  height: 25px;
}

.questions > img{
  display: none;
}
.questions > div > div > div:last-child span{
  justify-content: center;
}
.questions > div > div > div:last-child span,
.questions > div > div > div:last-child span p{
  font-size: 16px;
}
.questions > div > div > div:last-child p{
  position: relative;
}
.questions > div > div > div:last-child p::after{
  position: absolute;
  content: ':';
  left:  -15px;
  top: 0;
  width: auto;
  height: auto;
}
.questions > div > div > div:last-child > p{
  width: 100%;
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}
.questions > div > div > div:last-child span p{
  width: auto;
  margin-left: 20px;
  margin-top: 0;
}
.questions > div > div > div:last-child span img{
  width: 25px;
}
.questions .our_title{
  width: 100%;
  justify-content: center;
}
.questions .our_title div{
  margin: 10px auto  25px;
}
.questions .our_title div:after{
  left: calc(50% - 17.5px);
}
.questions{
  padding: 50px 10px !important;
}
.become_form_down > div:first-child > div:first-child p{
  width: 100%;
}


.banner span{

  height: 50%;



    
  }












  }














