/* brand_list */
.brand_list{
  border-top: 4px solid #0258FF;
  margin: 60px 0;
}
.brand_list > ul > p{
  width: 100%;
  font-family: "OpenSans-Bold";
  font-weight: bold;
font-size: 20px;
padding: 20px 100px;
}
.brand_list > ul > li{
  border-top: 1px solid #E7E7EB;
  display: flex;
  background: #fff;
}
.brand_list > ul > li:nth-child(2){

  border-top: none;
}
.brand_list > ul > li > a:first-child{
  width: 14%;
  max-width: 220px;

}
.brand_list > ul > li > a:first-child span{
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: center;
}
.brand_list > ul > li > a:first-child img{
  max-width: 70px;
}
.brand_list > ul > li > a:first-child h2{
  font-size: 18px;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.brand_list > ul > li > div:last-child{
  width: 88%;
  display: flex;
  box-sizing: border-box;
  max-width: 1380px;
  padding:  0 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  border-left: 1px solid #E7E7EB;
}


.brand_list > ul > li > div:last-child a{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 16%;
  /* max-width: 170px; */
  margin: 45px 0;
}
.brand_list > ul > li > div:last-child a:hover h3{
  color: #0258FF;
}


.brand_list > ul > li > div:last-child a div{
  width: 100%;
  box-sizing: border-box;
  padding:0 14px 30px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 15px;
  width: 142px;
  height: 94px;
  justify-content: center;
}
.brand_list > ul > li > div:last-child a div img{
  /* max-width: 142px; */
  /* height: 100%; */
  width: 200px;
}
.brand_list > ul > li > div:last-child a h3{
  font-weight: 400;
  overflow: hidden; 
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  width: 100%;
font-size: 16px;
}

.brand_list > ul > li > div:last-child a p{
  font-weight: 400;
font-size: 18px;
color: #FF6B08;
text-align: center;
width: 100%;
margin: 12.5px 0;
font-family: "dinpro-medium";
}
.brand_list > ul > li > div:last-child a span{
  border-radius: 4px;
border: 1px solid #0258FF;
font-size: 14px;
color: #0258FF;
padding: 8px 59px;
box-sizing: border-box;
}

.brand_list > ul > li > div:last-child a span:hover{

/* color: #fff; */
background: #0258FF !important;


}


@media screen and (max-width:1600px){
  .brand_list > ul > li > div:last-child a span{
    padding:8px 10px;
  }

}



@media screen and (max-width:1400px){
  .brand_list > ul > li > div:last-child a div img{
    width: 100%;
  }






}
  /* m */
  @media screen and (max-width:767px){
    .selection{
      background: #F7F8FC;
    }
    .selection .brand li span:last-child img{
      margin-right: 0;
      max-width: 46px;
      max-height: 46px;
      margin-bottom: 12px;
    }
    .selection .brand{
      display: block;
      padding: 0;
      width: calc(100% - 20px);
      margin: 0 auto;

    }
    .selection > ul li:nth-child(2){
      width: 100%;
      border-radius: 8px;
    }

    .selection .brand li span:last-child .active{
      background: #fff !important;
    }

    .selection .brand li > span:last-child{
      padding:12px 0;
      justify-content: space-between;
      background: #fff;
      margin: 10px 10px 0 ;
    }
    .selection .brand li span:last-child a{
      width: 20%;
      display: none;
      
    }
    .selection .brand li span:last-child a:nth-child(-n + 8){
      display: flex !important;
      flex-wrap: wrap;
      vertical-align: bottom;
      font-size: 12px;
  }
  
  .brand_list > ul > li{
    flex-wrap: wrap;
    padding: 10px;
    
  }
  .brand_list > ul > li > div:last-child a:nth-child(-n + 6){
    display: flex !important;
    flex-wrap: wrap;
    margin: 10px 0;
    font-size: 12px;
}
  .brand_list > ul > li:nth-child(2){
    border-radius: 8px 8px 0 0;
  }
  .brand_list > ul > li:last-child{
    border-radius:0 0 8px 8px;
  }
  .brand_list > ul > li > div:last-child{
    border: none;
    padding: 0;
    margin-top: 10px;
  }
  .brand_list{
    margin: 0 0 10px;
    border: none;
  }
  .brand_list > ul > li > a:first-child,
  .brand_list > ul > li > div:last-child{
    width: 100%;
  }
  .brand_list > ul > li > div:last-child a{
    width: 33%;
    display: none;
  }
  .brand_list > ul > li > div:last-child a div img{
    width: 100%;
  }
  .brand_list > ul > li > div:last-child a span{
    /* padding: 5px; */
    display: none;
  }
  .brand_list > ul > li > a:first-child span{
    margin-top: 0;
   
    flex-wrap: nowrap;
    align-items: center;
    justify-content: start;
  }
.brand_list > ul > li > a:first-child h2{
  margin-top: 0;
  font-weight: 600;
font-size: 14px;
  text-align: left;
  padding-left: 10px;
}
.brand_list > ul > li > a:first-child img{
  max-width: 25px;
  max-height: 20px;
}
.brand_list > ul > p{
  padding:10px 0;
  font-size: 14px;
}
.brand_list > ul > li > a:first-child{
  margin-top: 5px;
}

.brand_list > ul > li > div:last-child a div{
  padding: 0px 20px 15px;
  height: 60px;
  margin-bottom: 0;
}

.brand_list > ul > li > div:last-child a p{
  margin: 10px 0 0;
  font-size: 11px;
}
.brand_list > ul > li > div:last-child a h3{
  font-size: 12px;
}
.brand_list > div{
  position: fixed;
  right: 0;
  top: 0;
  width: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
  top: calc(50% - 200px);
    padding: 5px;
    height: 400px;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
.brand_list > div::-webkit-scrollbar {
  display: none ;
}
.brand_list > div a{
  display: flex;
  align-items: center;
  width: 20px;
  margin: 2.5px 0;
  height: 20px;
  color: #828CA0;
  justify-content: center;
  font-size: 12px;
  border-radius: 50px;
  
}

.brand_list > div .active{
  background: #0258FF;
  color:#fff;
}





  }



























