
/* brand_hot */
.brand_hot{
    display: flex;
    justify-content: space-between;
    background: #fff;
    margin-left: -20px;
    width: calc(100% + 25px) !important;
    border-radius: 5px;
    border-top: 16px solid transparent;
    position: relative;
}
.brand_hot::after{
    content: '';
    position: absolute;
    top: -16px;
    left: 0;
    height: 16px;
    background: #F7F8FC;
    width: calc(100% + 60px);
}
.brand_hot > div:first-child{
    background: url('/static/images/brand-hot-b.webp') no-repeat;
    background-size: 100% 100%;
    width: 30%;
    box-sizing: border-box;
    padding: 20px 5px 20px 20px;
    height: 100%;
    max-width: 400px;
}
.brand_hot > div:first-child span{
    display: flex;
    align-items: center;
}
.brand_hot > div:first-child span img{
    max-width: 30px;
    max-height: 25px;
    margin-right: 18px;
}
.brand_hot > div:first-child span h1{
    font-weight: 600;
    font-size: 24px;
    font-family: "OpenSans-SemiBold";
}
.brand_hot > div:first-child p{
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
    margin-top: 20px;
    max-height: 104px;
overflow-y: scroll;
overflow-x: hidden;
scroll-behavior: smooth;
}


.brand_hot > div:first-child p::-webkit-scrollbar {
  display: none ;
}



.brand_hot > ul:last-child{
    display: flex;
    justify-content: space-between;
    width: 75%;
    box-sizing: border-box;
    padding: 18px 0px  18px 12.5px;
    margin-right: -5px;
}
.brand_hot > ul:last-child li{
    width: 33%;
    box-sizing: border-box;
    max-width: 380px;
    margin-right: 0;
}
.brand_hot > ul:last-child li a{
    border: 1px solid #E7E7EB;

    display: flex;
    border-radius: 5px;
    margin-right: 0;
    padding: 0;
    justify-content: space-between;
}
.brand_hot > ul:last-child li a > div:first-child{
    position: relative;
    padding: 25px 20px;
}
.brand_hot > ul:last-child li a > div:first-child span{
    position: absolute;
    top: 0;
    background: #FFF6F0;
    border-radius: 5px 0px 5px 0px;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 12px;
    color: #FF8533;
    left: 0;
}
.brand_hot > ul:last-child li a > div:first-child img{
    max-width: 150px;
}
.brand_hot > ul:last-child li a > div:last-child{
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.brand_hot > ul:last-child li a > div:last-child h2{
    font-weight: 600;
    font-size: 17px;
    overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;

    line-height: 1.5;
    font-family: "OpenSans-SemiBold";
}
.brand_hot > ul:last-child li a > div:last-child span:nth-child(2){
    display: flex;
    align-items: center;
    width: 100%;
    margin: 10px 0 15px;
}
.brand_hot > ul:last-child li a > div:last-child span:nth-child(2) p{
    font-weight: 400;
    font-size: 16px;
    font-family: "dinpro-medium";
    color: #FF6B08;
}
.brand_hot > ul:last-child li a > div:last-child span:nth-child(2) p:nth-child(2){
    margin: 0 5px;
}
.brand_hot > ul:last-child li a > div:last-child span:last-child{
    background: linear-gradient(-90deg, #0258FF, #3673FF);
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    padding: 8px 25px;
    color: #FFFFFF;
}



  
@media screen and (max-width:1700px){


  .brand_hot > ul:last-child li:last-child{
    display: none;
  }
  .brand_hot > ul:last-child{
    justify-content: start;
  }


  .brand_hot > ul:last-child li{
    width: 50%;
  }




}


  
@media screen and (max-width:1200px){
  .brand_hot > ul:last-child li:nth-child(2){
    display: none;
  }
}

  /* m */
  @media screen and (max-width:767px){
    header div:last-child{
        opacity: 1;
    }

    .brand_hot {
        order: 1;
        position: static;
        width: 100%;
        margin: 0;
        background: #F7F8FC;
        border-top: none;
      }
      .selection > .category{
        order: 2;
        padding: 10px;
      }
      .selection > .brand{
        display: none;
      }

      .brand_hot > ul:last-child li a > div:first-child img{
        width: 100%;
      }
      .brand_hot > ul:last-child li a{
        flex-wrap: wrap;
        border: none;
        width: 100%;
        background: #fff;
      }
      .brand_hot > ul:last-child{
        width: 100%;
        padding: 10px;
      }
      .brand_hot > ul:last-child li a > div:first-child{
        padding: 10px 15px;
        overflow: hidden;
      }


      .brand_hot > ul:last-child li a > div:last-child h2{
        font-weight: bold;
        padding:0 10px;
        font-size: 15px;
        overflow: hidden;
  
        line-height: 1.25;
      }
      .brand_hot > ul:last-child li{
        width: 32%;
        max-width: 113px;
      }
      .brand_hot > ul:last-child li a > div:last-child span:last-child{
        padding: 5.5px 13.5px;
        margin: 5px auto 10px;
        font-weight: 400;
        font-size: 12px;
      }
      .selection > ul > p{
        display: none;
      }

      .selection > ul li:nth-child(2){
        display: block;
      }
      .brand_hot > ul:last-child li a > div:last-child{
        width: 100%;
      }

      .selection > ul li{
        margin-right: 10px;
      }
      .brand_hot > ul:last-child li:nth-child(2),
      .brand_hot > ul:last-child li:nth-child(3){
        display: block;
      }
      .brand_hot > ul:last-child{
        justify-content: space-between;
      }



  }



























