body{
    background: #F7F8FC;
}

/* center */
.container .center .banner{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.container .center .banner > ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.container .center .banner > ul li{
    width: 16%;
    max-width: 246px;

}
.container .center .banner > ul a{
    display: flex;
    align-items: center;
    background: linear-gradient(0deg, #FFFFFF, #F7F8FC);
    border-radius: 10px;
    padding: 20px 20px 25px 20px;
    flex-wrap: wrap;
    width: calc(100% - 40px);
    position: relative;
    justify-content: center;
}
.container .center .banner > ul a:hover{
  box-shadow: 0px 7px 35px 0px rgba(3,41,104,0.1);
}
.container .center .banner > ul a:hover::after{
    position: absolute;
    content: '';
    bottom: -10px;
    right: 20px;
    width: 32px;
    height: 32px;
    background: url('/static/agents/images/right-top.webp') no-repeat;
    background-size: 100% 100%;
}
.container .center .banner > ul a:hover div img:first-child{
    display: none;
}
.container .center .banner > ul a:hover div img:last-child{
    display: block;
}
.container .center .banner > ul span{
    font-size: 18px;
    font-weight: 600;
    margin-top: 7px;
}
.container .center .banner > ul div{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.container .center .banner > ul div img:first-child{
    display: block;
}
.container .center .banner > ul div img:last-child{
    display: none;
}
.container .center .banner > div{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 35px 0 60px;
}

/* mySwiper_banner */
.container .center .banner > div .mySwiper_banner{
    width: 75%;
    max-height: 420px;
    max-width: 1200px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
}
.swiper {
    width: 100%;
    height: 100%;

  }

  .mySwiper_banner .swiper-slide {

    font-size: 18px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .mySwiper_banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;
  }

  .swiper {
    margin-left: auto;
    margin-right: auto;
  }
  .mySwiper_banner  .swiper-button-next:after,.mySwiper_banner  .swiper-button-prev:after{
    background: rgba(31, 33, 41, 0.4);
    height: 66px;
    width: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: transparent;
  }
  .mySwiper_banner  .swiper-button-next:hover:after,.mySwiper_banner  .swiper-button-prev:hover:after{
    background: rgba(2, 88,255, 0.4);
 
  }
  .mySwiper_banner  .swiper-button-prev,.mySwiper_banner  .swiper-rtl .swiper-button-next{
    width: 66px;
    left: 20px;
  }
  .mySwiper_banner .swiper-button-next::before{
    width: 20px;
    height: 20px;
    position: absolute;
    content: '';
    background: url('/static/agents/images/banner-right.webp') no-repeat;
    left: 0;
    left: calc(50% - 10px);
    bottom: 0;
  }
  .mySwiper_banner  .swiper-button-next, .swiper-rtl .swiper-button-prev{
    width: 66px;
    right: 20px;
  }
  .mySwiper_banner  .swiper-button-prev::before{
    width: 20px;
    height: 20px;
    position: absolute;
    content: '';
    background: url('/static/agents/images/banner-left.webp') no-repeat;
    left: calc(50% - 10px);
    bottom: 0;
  }
  
  .container .center .banner > div >ul{
    width: 25%;
    display: flex;
    align-content: space-between;
    max-width: 380px;
    flex-wrap: wrap;
}
.container .center .banner > div >ul p{
    font-weight: 600;
    font-size: 20px;
}

.container .center .banner > div >ul li{

 width: 100%;
}
.container .center .banner > div >ul li a{
 display: flex;
background: #fff;
 justify-content: space-between;
 border-radius: 8px;
 overflow: hidden;
 background: url('/static/agents/images/banner-hot-b.webp') no-repeat;
 background-size: 100% 100%;
}
.container .center .banner > div >ul li:hover h3{
   color: #0258FF;
   }
.container .center .banner > div >ul li a div{
    display: flex;
    align-items: center;
    flex-wrap: wrap;

   }
   .container .center .banner > div >ul li a div h3{
    font-weight: 600;
    font-size: 16px;
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.5;
   }
   .container .center .banner > div >ul li a div p{
    font-weight: 400;
    font-size: 14px;
    color: #828CA0;
    width: 100%;
    margin: 5px 0 9px ;
}
.container .center .banner > div >ul li a div span{
    background: linear-gradient(-90deg, #0258FF, #3673FF);
    padding: 8px 21px;
    border-radius: 4px;
    font-weight: 400;
font-size: 12px;
display: flex;
justify-content: center;
align-items: center;
color: #fff;

}

.container .center .banner > div >ul li a div:first-child{
    width: 50%;
    padding: 18px 0 20px 13px;
}
.container .center .banner > div >ul li a div:last-child{
    /* overflow: hidden; */
    width: 50%;
    justify-content: flex-end;
    padding-right: 15px;
    align-items: center;
}
.container .center .banner > div >ul li a div:last-child img{
    height: 75px;
}
/* brand */
.title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;

}
.title h2{
    font-weight: bold;
    font-size: 28px;
}
.title a{
    font-weight: 400;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #E7E7EB;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 19.5px;
}
.title a img{
    margin-left: 8px;
}
.title a:hover{
    border: 1px solid #0258FF;
}




.brand{
  width: 100% ;
  padding: 0 30px;
  overflow: hidden;
  margin-left: -30px;
}
.mySwiper_brand{
  padding-top: 30px;
  overflow: unset ;

}
.mySwiper_brand .swiper-slide {
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    border: 1px solid #E7E7EB;
    padding: 38.5px 0;
    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;
  }
  .mySwiper_brand .swiper-slide:hover {
    background: #F7F8FC;
    box-shadow: 0px 7px 35px 0px rgba(3,41,104,0.18);
  }

  .mySwiper_brand .swiper-slide h3{
    font-weight: 600;
font-size: 16px;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
margin-top: 25px;
  }
  .mySwiper_brand .swiper-slide div {
  
display: flex;
align-items: center;
justify-content: center;
height: 70px;
  }
  .mySwiper_brand .swiper-slide div img{
    height: 100%;
  }

  .mySwiper_brand .swiper-pagination{
    position: static;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mySwiper_brand  .swiper-pagination-bullet{
    background: #DDDEE1;
    opacity: 1;
    margin: 0 5px !important;
  }
  .mySwiper_brand .swiper-pagination-bullet-active{
    background: #FF6B08;
    position: relative;
    margin: 0 10px !important;
}
.mySwiper_brand .swiper-pagination-bullet-active::after{
    position: absolute;
    content: '';
    top: calc(50% - 9px);
    left: calc(50% - 9px);
    width: 14px;
    height: 14px;
    border: 2px solid #FF6B08;
    border-radius: 50px;

}

/* popular */
.popular{
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.popular .title{
    margin-bottom: 30px;
}
.popular_left{
    display: flex;
    width: 74%;
    max-width: 1180px;
    flex-wrap: wrap;
    align-content: space-between;
}
.popular_left > div{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.popular_left > div:first-child a{
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    width: 33%;
    max-width: 380px;
}
.popular_left > div:first-child a > div {
    width: 100%;
    height: 255px;
    overflow: hidden;
}
.popular_left > div:first-child a > div img{
    width: 100%;
}
.popular_left > div:first-child a:hover,
.popular_left > div:last-child a:hover{
    box-shadow: 0px 7px 35px 0px rgba(3,41,104,0.18);
}
.popular_left > div:first-child a h3{
    font-weight: 600;
    font-family: "OpenSans-SemiBold";
    font-size: 18px;
    overflow: hidden; 
    white-space: nowrap;
    margin-left: 20px;
    text-overflow: ellipsis;
    width: calc(100% - 40px);
    line-height: 1.5;
    margin-top: 19px;
}
.popular_left > div:first-child a span{
    border-radius: 4px;
    border: 1px solid #0258FF;
    font-weight: 400;
font-size: 14px;
color: #0258FF;
display: flex;
align-items: center;
justify-content: center;
margin-top: 15px;
width: 35%;
padding: 9px 0;
margin-left: 20px;
margin-bottom: 20px;
}
.popular_left > div:first-child a span img{
    margin-left: 7px;
}


.popular_left > div:last-child a{
    border-radius: 8px;
    border: 1px solid #FFFFFF;
    background: url('/static/agents/images/popular-b.webp') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    width: calc(50% - 12px);
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 36px 25px 36px 0;
    justify-content: center;
}
.popular_left > div:last-child a > div:first-child{
    width: 70%;
    display: flex;
    max-width: 367px;
    align-items: center;
    justify-content: center;
}
.popular_left > div:last-child a > div:first-child img{
    max-width: 280px;
    width: 100%;
}
.popular_left > div:last-child a > div:last-child{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 30%;
}
.popular_left > div:last-child a > div:last-child p{
    font-weight: 400;
    font-size: 16px;
    color: #FF6B08;
}
.popular_left > div:last-child a > div:last-child h3{
    font-weight: 600;
    font-family: "OpenSans-SemiBold";
    font-size: 28px;
    color: #1F2129;
    line-height: 35px;
    overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:3;
margin: 10px 0;
}
.popular_left > div:last-child a > div:last-child span{
    border-radius: 4px;
    border: 1px solid #0258FF;
    font-weight: 400;
font-size: 14px;
color: #0258FF;
display: flex;
align-items: center;
justify-content: center;
margin-top: 10px;
width: 80%;
padding: 9px 0;

}
.popular_left > div:last-child a > div:last-child span img{
    margin-left: 7px;
}





.popular_right{
    width: calc(25% - 40px);
    padding: 20px;
    background-color: #fff;
}

.popular_right > p{
    font-weight: 600;
    font-family: "OpenSans-SemiBold";
    font-size: 18px;
    color: #1F2129;
}
.popular_right a{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-top:30px;
    height: 70px;
}
.popular_right li:nth-child(2) a{
    margin-top: 20px;
}
.popular_right li:hover > a div h4{
    color: #0258FF;
}

.popular_right a  > div {
    display: flex;
    align-items: center;
}
.popular_right a  > div > div:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
}
.popular_right a  > div > div:nth-child(2) {
    display: flex;
    align-items: center;
    margin-left: 15px;
    flex-wrap: wrap;
}
.popular_right a  > div > div img{
    width: 80px;
}
.popular_right a  > div h4{
    font-weight: 400;
font-size: 16px;
line-height: 1.5;
overflow:hidden;
width: 100%;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
}
.popular_right a  > div p{
    font-weight: 400;
font-size: 14px;
color: #FF6B08;
margin-top: 5px;
}
.popular_right a  > div p span{
    font-weight: 400;
font-size: 18px;
font-family: "dinpro-medium";
color: #FF6B08;
}
.popular_right a  >  span{
    background: linear-gradient(-90deg, #0258FF, #3673FF);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 13px;
    margin-left: 5px;
    font-size: 16px;
color: #FFFFFF;
}

/* cta1 */
.cta1{
    display: inline-flex;
    align-items: center;
   width: 100%;
    margin: 30px 0;
    /* justify-content: center; */
    padding: 12.5px 0;
    background: url('/static/agents/images/cta1-b.webp') no-repeat;
    background-size: 100% 100%;
}
.cta1:hover div:last-child{
    background: rgba(2, 88,255, 0.4);
}
.cta1 div:first-child{
    display: flex;
    align-items: center;
    margin-right: 70px;
    margin-left: 75px;
    justify-content: center;
}
.cta1 div:nth-child(2){
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 175px;
    max-width: 660px;
}
.cta1 div:nth-child(2) span{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    
}
.cta1 div:nth-child(2) p{
    display: block;
    width: 100%;
    font-weight: bold;
font-size: 24px;
margin-top: 19px;
color: #FFFFFF;
font-family: "OpenSans-Bold";
}
.cta1 div:last-child{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "OpenSans-SemiBold";
font-size: 16px;
background: #0052D9;
border-radius: 4px;
padding: 11px 20px 11px 30px;
color: #FFFFFF;
}
.cta1 div:last-child span{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    width: 32px;
    height: 32px;
border-radius: 4px;
margin-left: 20px;
}

/* cta2 */
.cta2{
    display: inline-flex;
    width: 100%;
    align-items: center;
    box-sizing: border-box;
    margin: 30px 0;
    /* justify-content: center; */
    padding: 26px 50px;
    justify-content: space-between;
    background: url('/static/agents/images/cta2-b.webp') no-repeat;
    background-size: 100% 100%;
}
.cta2:hover > div:last-child{
    color: #FFFFFF;
    background: #000;
}
.cta2 div:first-child span{
    font-family: "OpenSans-SemiBold";
    font-size: 26px;
color: #FFFFFF;
}
.cta2 div:first-child p{
    font-family: "OpenSans-SemiBold";
    font-size: 26px;
    margin-top: 16px;
color: #FFFFFF;
}
.cta2 > div:nth-child(2){
    display: flex;
    flex-wrap: nowrap;
    margin-left: 30%;
}
.cta2 > div:nth-child(2)  div{
    margin-left: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cta2 > div:nth-child(2)  div p{
    font-size: 18px;
color: #FFFFFF;
font-family: "OpenSans-SemiBold";
}
.cta2 > div:nth-child(2)  div span{
    font-size: 20px;
color: #FFFFFF;
display: block;
width: 100%;
font-family: "OpenSans-SemiBold";
}
.cta2 > div:last-child {
    font-weight: 600;
    font-family: "OpenSans-SemiBold";
    background: #FFFFFF;
    padding: 19px  35px;
border-radius: 4px;
font-size: 18px;
color: #1F2129;
}
/* cta3 */
.cta3{
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    padding: 50px 0;
    align-items: center;
    background: #FF6B08;
    margin-top: 100px;
    margin-bottom: 48px;
border-radius: 80px 80px 0px 0px;
}
.cta3:hover div:last-child span{
    background: #fff;
    color: #FF6B08;
}
.cta3 div:first-child{
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.cta3 div:first-child span{
    font-family: "OpenSans-Bold";
    font-weight: bold;
font-size: 26px;
color: #FFFFFF;
display: block;
width:100%;
max-width: 330px;
}
.cta3 div:first-child p{
    font-family: "OpenSans-Bold";
    font-weight: bold;
font-size: 26px;
width:100%;
margin-top: 15px;
max-width: 330px;
color: #FFFFFF;
}
.cta3 div:nth-child(2){
    position: relative;
    width: 33%;
    height: 100%;
}
.cta3 div:nth-child(2)::after{
    position: absolute;
    content: '';
    left: 0;
    bottom: calc(50% - 40px);
    width: 1px;
    height: 80px;   
    background: #FFFFFF;
    opacity: 0.6;
}
.cta3 div:nth-child(2)::before{
    position: absolute;
    content: '';
    right: 0;
    bottom: calc(50% - 40px);
    width: 1px;
    height: 80px;
    background: #FFFFFF;
 opacity: 0.6;
}
.cta3 div:nth-child(2) img{
    position: absolute;
    left: calc(50% - 185.5px);
    bottom: calc(50% - 100px);
}
.cta3 div:last-child{
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta3 div:last-child span{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 34px;
    background: #000000;
    max-width: 180px;
    box-sizing: border-box;
border-radius: 4px;
font-family: "OpenSans-SemiBold";
font-size: 18px;
color: #FFFFFF;
}



/* vehicles */
.vehicles{
    margin: 30px 0 ;
    display: inline-block;
    width: 100%;
}
.vehicles > ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}
.vehicles > ul > li{
    background: #FFFFFF;
border-radius: 8px;
width: calc(25% - 15px);
margin-top: 20px;
box-sizing: border-box;
padding: 20px;
}

.vehicles > ul > li:last-child:nth-child(4n - 1) {
    margin-right: calc(24% + 4% / 3);
}
.vehicles > ul > li:last-child:nth-child(4n - 2) {
    margin-right: calc(48% + 8% / 3);
}


.vehicles > ul > li:hover{
    box-shadow: 0px 7px 35px 0px rgba(3,41,104,0.18);
}
/* .vehicles > ul > li:hover  a > div:last-child > div:last-child span:last-child{
    border: 1px solid #0258FF;
} */
.vehicles > ul > li > a{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.vehicles > ul > li > a > div:first-child{
    width: 100%;
    align-items: center;
    display: flex;
    overflow: hidden;
    justify-content: center;
    height: 256px;
}
.vehicles > ul > li > a > div:first-child img{
    /* max-width: 325px; */
    /* width: 100%; */
    height: 100%;
}
.vehicles > ul > li > a > div:last-child{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.vehicles > ul > li > a > div:last-child h3{
    font-weight: bold;
    margin: 10px 0 15px;
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;
  line-height: 1.25;
    font-family: "OpenSans-Bold";
font-size: 20px;
width: 100%;
}
.vehicles > ul > li > a > div:last-child > div:nth-child(2){
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.vehicles > ul > li > a > div:last-child > div:nth-child(2) p{
    font-weight: 600;
font-size: 14px;
font-family: "OpenSans-SemiBold";
}
.vehicles > ul > li > a > div:last-child > div:nth-child(2) > span{
    font-weight: 400;
font-size: 20px;
font-family: "dinpro-medium";
color: #FF6B08;
}
.vehicles > ul > li > a > div:last-child > span{
    background: #EEEFF1;
    margin: 17.5px 0;
    width: 100%;
    height: 1px;
}
.vehicles > ul > li > a > div:last-child > div:nth-child(4){
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.vehicles > ul > li > a > div:last-child > div:nth-child(4) span{
    font-weight: 500;
    display: flex;
    align-items: center;

font-size: 14px;
}
.vehicles > ul > li > a > div:last-child > div:nth-child(4) span:nth-child(2){
    width: 1px;
height: 14px;
background: #EEEFF1;
margin: 0 20px;
}
.vehicles > ul > li > a > div:last-child > div:nth-child(4) img{
    margin-right: 5px;
}

.vehicles > ul > li > a > div:last-child > div:last-child{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.vehicles > ul > li > a > div:last-child > div:last-child span:first-child{
    width: 50%;
    background: linear-gradient(-90deg, #0258FF, #3673FF);
border-radius: 4px;
    max-width:162px ;
    display: flex;
    align-items: center;
    padding: 11px 0;
    justify-content: center;
    font-size: 16px;
color: #FEFEFE;
}
.vehicles > ul > li > a > div:last-child > div:last-child span:last-child{
    width: 50%;
    max-width:162px ;
    border: 1px solid #E7E7EB;
    border-radius: 4px;
    display: flex;
    padding: 11px 0;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-family: "OpenSans-Light";
font-size: 16px;
    box-sizing: border-box;
}
.vehicles > ul > li > a > div:last-child > div:last-child span:last-child img{
    margin-left: 9px;
}

/* ranking */
.ranking_mySwiper{
    width: 100%;
    height: fit-content;
    margin-bottom: 30px;
}
.ranking_mySwiper > h2{
    font-weight: bold;
    font-family: "OpenSans-Bold";
    font-size: 28px;
    margin: 30px 0;
    line-height: 1.5;
}
.ranking_mySwiper .swiper-wrapper{
    display: flex;
    justify-content: space-between;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide{
    background: #FFFFFF;
    border-radius: 10px;
    width: calc(33% - 8px);
    height: fit-content;
    overflow: hidden;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide h3{
    font-weight: bold;
    font-size: 20px;
    font-family: "OpenSans-Bold";
    padding: 20px ;
    background-size: 100% 100%;
    width: 100%;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide a{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 9.5px 20px;
    border-top: 1px solid #EEEFF1;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide li a:hover h4{
    color: #0258FF;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide a h4{
    font-weight: 600;
    font-size: 14px;
    font-family: "OpenSans-SemiBold";
    color: #111E36;
    width: 195px;
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;
  
}
.ranking_mySwiper .swiper-wrapper .swiper-slide a > div:first-child{
    width: 30px;
    justify-content: start;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide a > div:first-child span{
    font-weight: 400;
    font-size: 28px;
    color: #C0C1CB;
    font-family: "dinpro-medium";
}
.ranking_mySwiper .swiper-wrapper .swiper-slide a > div:nth-child(2) div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 60px;
   
}
.ranking_mySwiper .swiper-wrapper .swiper-slide a > div:nth-child(2) div img{
    max-width: 70px;
    max-height: 50px;
    margin-right: 13px;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide li:nth-child(2) a{

    border-top: none;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide li > a > div:first-child {
    width: 30px;
    height: 30px;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide li:nth-child(2) a div:first-child span,
.ranking_mySwiper .swiper-wrapper .swiper-slide li:nth-child(3) a div:first-child span,
.ranking_mySwiper .swiper-wrapper .swiper-slide li:nth-child(4) a div:first-child span{
    display: none;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide li:nth-child(2) a > div:first-child{
    background: url('/static/agents/images/ranking-1.webp') no-repeat;
    background-size: 100% 100%;
 
}
.ranking_mySwiper .swiper-wrapper .swiper-slide li:nth-child(3) a > div:first-child{
    background: url('/static/agents/images/ranking-2.webp') no-repeat;
    background-size: 100% 100%;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide li:nth-child(4) a > div:first-child{
    background: url('/static/agents/images/ranking-3.webp') no-repeat;
    background-size: 100% 100%;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide a > div:nth-child(3) p{
    font-weight: 400;
    font-size: 12px;
    color: #828CA0;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide a > div:nth-child(3) p span{
    color: #111E36;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide a div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide a div:nth-child(2){
    width: 65%;
    justify-content: start;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide > li:nth-child(n + 7){
    display: none;
}

.ranking_mySwiper .swiper-wrapper > ul:first-child h3{
    background: url('/static/agents/images/ranking-1-b.webp') no-repeat;
}
.ranking_mySwiper .swiper-wrapper > ul:nth-child(2) h3{
    background: url('/static/agents/images/ranking-2-b.webp') no-repeat;
}

.ranking_mySwiper .swiper-wrapper > ul:last-child a > div:nth-child(2) div img,
.ranking_mySwiper .swiper-wrapper > ul:nth-child(2) a > div:nth-child(2) div img{
    width: 100%;
    max-width: 90px;
    max-height: 60px;
}

.ranking_mySwiper .swiper-wrapper > ul:last-child h3{
    background: url('/static/agents/images/ranking-3-b.webp') no-repeat;
}
/* information */
.information{
    display: inline-flex;
    justify-content: space-between;
    margin-top: 30px;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.information .title{
    margin-bottom: 35px;
}
.information .left{
display: flex;
width: 60%;
max-width: 950px;
justify-content: space-between;
}
.information .left div{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.information .left > a{
    width: 67%;
    max-width: 630px;
}
.information .left >div > a{
    width: 100%;
    height: calc(50% - 10px);
}
.information .left >div > a:nth-child(n + 3){
    display: none;
}
.information .left > div{
    width: 32% ;
    max-width: 300px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.information .left a{
    display: flex;
    position: relative;
    align-items: center;

    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
}
.information .left a img{
    position: absolute;
    left: 0;
    top: 0;
height: 100%;

}
.information .left a > div{
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 40px);

    display: flex;
    align-items: center;
    padding:17px 20px ;
    background: rgba(0, 0,0, 0.5);
}
.information .left a > div h5{

    font-size: 16px;
color: #FFFFFF;
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
   
}
.information .right {
    width: calc(40% - 30px);
}

.information .right li {

    width: 100%;
}

.information .right li a {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 2.5px 0;
}

.information .right li a span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    color: #999999;
    font-family: "OpenSans-SemiBold";
    background: url('/static/agents/images/information-right-1.webp') no-repeat;
    background-size: 100% 100%;
    border-radius: 50px;
    font-style: italic;
    margin-right: 10px;
}

.information .right li:nth-child(n + 4) a span {

    background: url('/static/agents/images/information-right-2.webp');

}

.information .right li:nth-child(1) a span {

    color: #E62021;
}

.information .right li:nth-child(2) a span {

   color: #F09324;

}

.information .right li:nth-child(3) a span {

    color: #F7C752;
}

.information .right li a h5 {
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    width: 100%;
    line-height: 1.25;
    color: #222222;
}

.information .right a:hover h5{
color: #0258FF;
}

.information .left a:hover div{
    background: #000000;
    }

    /* form */
    .index_form{
        width: 100%;
        max-width: 1260px;
        margin: 60px auto 70px;
    }
.title1{
text-align: center;
}
.title1 p{
margin-bottom: 8px;
font-weight: 400;
font-size: 20px;
color: #FF6B08;
}
.title1 span{
    font-weight: bold;
font-size: 40px;
font-family: "OpenSans-Bold";
display: flex;
align-items: center;
justify-content: center;
line-height: 1.25;
width: 100%;
color: #1F2129;
}




.index_form > ul li > div > span{
position: absolute;
left: 20px;
top: calc(50% - 8px);
font-size: 16px;
width: 90%;
color: #828CA0;
        }
        .index_form > ul li > ul{
            display: none;
            width: 100%;
            position: absolute;
            left: 0;
            top: 57px;
            height: 237px;
            background-color: #fff;
            z-index: 999;
            overflow-y: scroll;
            box-sizing: border-box;
  overflow-x: hidden;
  border-radius: 8px;
  border: 1px solid #E7E7EB;
  scroll-behavior: smooth;
        }
        .index_form > ul li > ul li{
           padding: 20px;
           width: 100%;
           box-sizing: border-box;
           font-size: 16px;
color: #1F2129;

cursor: pointer;
        }
        .index_form > ul li > ul li:hover{
            background: #DFEEFC;
         }
        .index_form > ul li > ul::-webkit-scrollbar {
    display: none ;
  }
        .index_form > ul li:nth-child(3) > div > span{
 
            top:  24px;

                    }
        .index_form > ul li > div > span > span{
    color: red;

                    }
                    .index_form > ul > li {
                        position: relative;
                        margin-top: 30px;
                    }


                    .index_form > ul li:first-child {
                     display: flex;
                     align-items: center;

                     justify-content: space-between;
                    }
                    
                    .index_form > ul li:first-child  div{
                        width: 23.2%;
                        max-width: 400px;
                       }

 .index_form > ul li > div{
background: #FFFFFF;
border-radius: 8px;
border: 1px solid #E7E7EB;
display: flex;
position: relative;
padding:16px 20px;
/* overflow: hidden; */
width: 100%;
box-sizing: border-box;
    }
    .index_form > ul .active > ul{
    display: block;
    }
    .index_form > ul li:nth-child(3) > div{
        max-height: 118px;
    }
    .index_form > ul li:nth-child(3) > div textarea{
   width: 100%;
    }

    .index_form > ul li:nth-child(2) > span{
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 20px;
        top: calc(50% - 7px);
     }
     .index_form > ul li:nth-child(2) > span .active{
        transform: rotate(180deg);
     }
     .index_form > ul li input,
     .index_form > ul li textarea{
        font-size: 16px;
        width: 100%;
     }
     .index_form > ul li:nth-child(4) > div:last-child{
padding: 6.5px 20px;
max-width: 180px;
display: flex;
align-items: center;
justify-content: center;
margin-left: 30px;
     }
     .index_form > ul li:nth-child(4) > div{
   
        max-width: 700px;
width: 100%;
             }
     .index_form > ul li:nth-child(4){
       display: flex;
             }
             .index_form button{
                background: linear-gradient(-90deg, #0258FF, #3673FF);
                border-radius: 10px;
                display: flex;
                align-items: center;
                cursor: pointer;
                justify-content: center;
                font-weight: 600;
font-size: 16px;
color: #FFFFFF;
padding: 19px 57px;
margin: 0 auto;
font-family: "OpenSans-SemiBold";
border: none;
             }
             .index_form button:hover{
                background: rgba(2, 88,255, 0.8);
             }
             .index_form button img{
              margin-left: 8px;
             }


             /* choose */
.choose{
    background: #F0F2FA;
    padding: 60px 45px 70px ;
    box-sizing: border-box;
}
.choose > ul{
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
.choose > ul li{
    width: calc(25% - 70px);
    text-align: center;
}
.choose > ul li div{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.choose > ul li div::after{
    position: absolute;
    top: calc(50% - 2px);
    right: -45%;
    content: '';
    width: 202px;
    height: 4px;
    background: url('/static/agents/images/choose-b.webp') no-repeat;
}
.choose > ul li:last-child div::after{
    display: none;

}


.choose > ul li span{
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin: 30px 0 20px;
    font-family: "OpenSans-SemiBold";
}
.choose > ul li p{
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
}






















































  @media screen and (min-width:992px){

  }
  @media screen and (min-width:768px) and (max-width:991px) {

  }
  /* m */
  @media screen and (max-width:767px){
/* title */
.title h2{
    font-size: 17px;
}
.title a{
    font-size: 12px;
    color: #828CA0;
    border: none;
    padding: 0;
}
.title a img{
    width: 8px;
    margin-left: 4px;
}
/* center */
.container .center .banner > ul a:hover::after{
    display: none;
}

.container .center .banner > ul{
    flex-wrap: wrap;
    justify-content: space-between;
    order: 2;
    margin-bottom: 5px;
}
.container .center .banner > ul li{
    width: 25%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.container .center .banner > ul a{
    padding: 0;
    background: transparent;
    width: 100%;
}
.container .center .banner > ul a img{
    width: 50px;
}
.container .center .banner > ul span{
    font-weight: 400;
font-size: 12px;
line-height: 15px;
text-align: center;
height: 30px;
margin-top: 10px;
}
.container .center .banner > div{
    order: 1;
    margin: 0;
    
}
.container .center .banner > div .mySwiper_banner{
    width: 100%;
}
.mySwiper_banner .swiper-pagination{
    justify-content:flex-end;
    width: calc(100% - 12px) !important;
}
.mySwiper_banner .swiper-pagination-bullet-active{
    width: 12px !important;
    border-radius: 50px;
    background: #fff;
    opacity: 1 !important;
}
.mySwiper_banner .swiper-pagination-bullet{
    background: #fff;
    opacity: 0.5;
}
.mySwiper_banner .swiper-pagination-bullet{
    width: 5px;
    height: 5px;
    margin: 0 2.5px !important;
}




/* brand */
.brand{
    margin:0 0 25px; 
    padding: 0;
    border-radius: 10px;
    background: #fff;
}
.mySwiper_brand{
  padding:0 17.5px 18.5px;
  -webkit-user-drag: none !important;
  user-select: none !important;
}
.mySwiper_brand .swiper-wrapper > a{
    display: none !important;
    width: 25% !important;
    border: none;
    margin-right: 0 !important;
    padding: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 18.5px;

}
.mySwiper_brand .swiper-wrapper > a:nth-child(-n + 8){
    display: flex !important;
    flex-wrap: wrap;
}


.mySwiper_brand  .swiper-wrapper{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
   
}
.mySwiper_brand .swiper-wrapper > a div{
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
}
.mySwiper_brand .swiper-wrapper > a div img{
  width: 100%;
  max-width: 30px;
}
.mySwiper_brand .swiper-wrapper > a h3{
  font-weight: 400;
  margin-top: 10px;
  font-size: 12px;
  width: 100%;
  height: 25px;
}
/* popular */
.popular_left > div:first-child a{
    display: none;
}
.popular_left > div:first-child a:first-child{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.popular_left{
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.popular_left > div:first-child a:first-child div img{
    width: 100%;
    height: 100%;
    max-height: 115px;
}
.popular_left > div{
    width: calc(50% - 4px);
}
.popular_left > div:last-child{
    flex-wrap: wrap;
}
.popular_left > div:last-child a{
    width: 100%;
    padding: 16px 0;
}
.popular{
    margin: 25px 0 12.5px;
}
.popular .title{
    margin-bottom: 15px;
}
.popular_left > div:last-child a > div:first-child img{
    max-width: 54px;

}
.popular_left > div:last-child a > div:last-child{
    width: 100%;


}

.popular_left > div:first-child a h3{
    width: 100%;
    white-space: wrap;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    margin: 0 10px;
    font-size: 13px;
}
.popular_left > div:first-child a span{
    margin:0  0 9px  10px !important;
}
.popular_left > div:last-child a:first-child{
    margin-bottom: 8px;
}
.popular_left > div:first-child a span,
.popular_left > div:last-child a > div:last-child span{
    border: none;
    width: fit-content;
    margin: 0;
    font-size: 12px;
    padding: 0;
}
.popular_left > div:first-child a span img,
.popular_left > div:last-child a > div:last-child span img{
    display: none;

}
.popular_left > div:last-child a > div:last-child p{
    display: none;
}
.popular_left > div:last-child a > div:last-child h3{
    font-size: 11px;
    margin: 0 0 10px;
    line-height: 1.5;
    -webkit-line-clamp:2;
}


/* vehicles */
.vehicles{
    margin: 12.5px 0;
}
.vehicles > ul > li{
    width: calc(50% - 4px);
    padding: 10px;
    margin-top: 8px;
}

.vehicles > ul > li > a > div:first-child img{
    width: 100%;
}
.vehicles > ul > li > a > div:first-child{
    height: 115px;
    padding: 10px;
    box-sizing: border-box;
}

.vehicles > ul > li > a > div:last-child h3{
    order: 1;
    font-size: 14px;
    margin: 0 0 7px;
}
.vehicles > ul > li > a > div:last-child > div:nth-child(2){
    order: 3;
    width: 50%;
}
.vehicles > ul > li > a > div:last-child > div:nth-child(4){
    order: 2;
    flex-wrap: wrap;
    margin-bottom: 6px;
}
.vehicles > ul > li > a > div:last-child > div:nth-child(4) span{
    font-size: 11px;
    margin-bottom: 7px;
}
.vehicles > ul > li > a > div:last-child > div:last-child{
    order: 4;
    width: 50%;
    justify-content: end;
}
.vehicles > ul > li > a > div:last-child > div:nth-child(2) > span{
    font-size: 14px;
}

.vehicles > ul > li > a > div:last-child > div:last-child span:first-child{
    font-size: 12px;
    width: 100%;
    max-width: 56px;
    padding: 5.5px 0;
}
.vehicles > ul > li > a > div:last-child > div:nth-child(4) span:nth-child(2){
    display: none;
}


.vehicles > ul > li > a > div:last-child > div:nth-child(4) img{
    width: 11px;
}

/* ranking */
.ranking_mySwiper{
    width: calc(100% + 22px);
    margin-left: -12px;
    height: fit-content;
    margin-bottom: 25px;
}
.ranking_mySwiper > h2{
    padding-left: 10px;
    margin: 12.5px  0 15px;
    font-size: 17px;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide li:nth-child(2) a div:first-child span,
.ranking_mySwiper .swiper-wrapper .swiper-slide li:nth-child(3) a div:first-child span,
.ranking_mySwiper .swiper-wrapper .swiper-slide li:nth-child(4) a div:first-child span{
    display: block;
}

.ranking_mySwiper .swiper-wrapper .swiper-slide li:nth-child(2) a > div:first-child{
    background: transparent;
    
}
.ranking_mySwiper .swiper-wrapper .swiper-slide li:nth-child(3) a > div:first-child{
    background: transparent;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide li:nth-child(4) a > div:first-child{
    background: transparent;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide li:nth-child(2) a > div:first-child span{
    color: #FF6B08;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide li:nth-child(3) a > div:first-child span{
    color: #FF6B08;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide li:nth-child(4) a > div:first-child span{
    color: #FF6B08;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide > li{
    display: flex !important;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide a > div:first-child span{
    font-size: 15px;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide a > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
}
.ranking_mySwiper .swiper-wrapper {
    margin-left: -16px;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide h3{
    padding: 15px 10px;
    font-size: 16px;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide a > div:nth-child(2) div{
    max-width: 32px;
    height: fit-content;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide a > div:nth-child(2) div img{
    width: 100%;
    max-height: 25px;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide a{
    padding: 10px 10px 10px 0;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide a > div:nth-child(3) p,
.ranking_mySwiper .swiper-wrapper .swiper-slide a > div:nth-child(3) p span{
    display: flex;
    font-size: 13px;
    color: #828CA0;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide a > div:nth-child(3) p span{
    margin-left: 2.5px;
}

.ranking_mySwiper .swiper-wrapper .swiper-slide a div:nth-child(2){
    justify-content: center;
    width: 55%;
}
.ranking_mySwiper .swiper-wrapper .swiper-slide li > a > div:first-child{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* information */
.information .left,
.information .right,
.information .left > a{
    width: 100%;
}
.information .left a img{
    position:static;
    height: auto;
    width: 100%;
    order: 2;
    border-radius: 10px;
}
.information .left a div{
    position:static;
    order: 1;
    background: #fff;
}
.information .left > a{
    flex-wrap: wrap;
    background: #FFFFFF;
    padding: 14px 10px;
border-radius: 10px;
justify-content: start;
}
.information .left > a div h5{

    font-size: 17px;
color: #00001F;
white-space: wrap;
overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
margin: 0px 0 10px;
    line-height: 1.25;
}

.information .left{
    flex-wrap: wrap;
}

.information .left >div > a:nth-child(n + 3){
    display: flex;
    justify-content: space-between;
}
.information .left >div > a{
    height: auto;
    width: 100%;
    background: #fff;
    margin-top: 10px;
    justify-content: space-between;
    padding: 10px;
}
.information .left > div{
    width: 100%;
    max-width: 100%;
}
.information .left  div a img{
   height: 100%;
   position: absolute;

width: auto;
top: 0;
}
.information .left > div  a > div h5{
    font-size: 15px;
    white-space: wrap;
    overflow:hidden;
    line-height: 1.25;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
word-break: break-all;
color: #00001F;
}
.information .left > div  a > div span{
    font-size: 13px;
    color: #C0C1CB;
    margin-top: 15px;
}
.information .left a div{
    padding: 0;
    width: 100%;

}
.information .left a > span{
    height: 188px;
    position: relative;
    order: 2;
    border-radius: 10px;
    overflow: hidden;
}
.information .left a span img{
    /* height: 100%; */
    height: auto;
    width: 100%;
    /* width: auto; */
    /* margin-left: -20%; */
}
.information .left div a div{
    order: 1;
    width: 64%;
    max-width: 200px;
}
.information .left div a > span{
    order: 2;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    height: 75px;
    width: 36%;
    max-width: 112px;
    justify-content: center;
    position: relative;
}
.information .title{
    margin-bottom: 15px;
}


.information{
    margin-top: 0;
    margin-bottom: 40px;
}
/* form */
.index_form{
    margin: 0 0 30px;
}
.index_form > ul li:first-child{
    flex-wrap: wrap;
}
.index_form > ul li:first-child div{
    width: 100%;
    margin-top: 13px;
    max-width: 100%;
}
.index_form > ul > li{
    margin-top: 13px;
}
.index_form > ul > li:last-child{
    margin-top: 30px;
}
.index_form > ul li:nth-child(4) > div:last-child{
    margin-left: 13px;
    max-width: 112px;
}
.title1 span{
    font-size: 19px;
}
.index_form > ul li > div > span{
    font-size: 14px;
}
.index_form > ul li > div{
    padding: 10.5px 15px;
}
.index_form > ul li > div > span{
    left: 15px;
}
.index_form > ul li:nth-child(3) > div > span{
    top: 12px;
}
.index_form > ul li > div{
    border: none;
}
.index_form button{
    font-size: 14px;
    border-radius: 50px;
    padding: 10.5px 27.5px;
}
.index_form button img{
    width:11px;
}

/* choose */
.choose{
    padding: 45px 13px;
    background-color: #fff;
    width: calc(100% + 20px);
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-left: -10px;
}
.choose > ul{
    flex-wrap: wrap;
    margin-top: 0;
}
.choose > ul li{
    width: calc(50% - 13px);
    margin-top: 45px;
}
.choose > ul li div::after{
    display: none;
}
.choose > ul li div img{
    width: 30%;
}
.choose > ul li span{
    font-size: 13px;
    margin: 15px 0 10px;
}
.choose > ul li p{
    font-size: 10px;
    line-height: 1.25;
    text-align: left;
}





.information .left > a:first-child div span{
    display: none !important;
}


.popular_left > div:first-child a > div{
    height: 120px;
}















  }



























