.h_Box{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 40px 0;
}
.h_Box .product_class{
    width: 260px;
    background: none;
}
.h_Box .product_class .list{
    display: block;
}
.h_Box .product_class .list:hover{
    background: none;
}
.h_Box .product_class .list li{
    float: none;
    width: 100%;
    border: none;
    height: auto;
    position: relative;
    background: #343131;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.h_Box .product_class .list li:hover,
.h_Box .product_class .list li.on{
    background: #FDC900;
}

.h_Box .product_class .list li a{
    display: block;
    text-align: left;
    padding: 17px 16px;
    width: calc(100% - 36px);
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; 
}
.h_Box .product_class .list li .h_icon{
    width: 36px;
    cursor: pointer;
    font-size: 0;
    padding: 0 16px 0 0;
}
.h_Box .product_class .list li .h_icon img{
    width: 18px;
}
.h_Box .product_class .list .h_hide{
    width: 100%;
    display: none;
    margin-bottom: 10px;
}
.h_Box .product_class .list .h_hide a{
    width: 100%;
    background: #343131;
    color: #fff;
    display: block;
    padding: 10px 16px;
    margin-bottom: 2px;
    font-size: 14px;
}
.h_Box .product_class .list .h_hide a.active{
    background: #fdc900;
}
.h_Box .contain{
    width: calc(100% - 280px);
}
.h_Box .contain .product .link .pic{
    aspect-ratio: 265/230;
    height: 100%;
}
.h_Box .contain .product .link .pic img{
    object-fit: contain;
    width: 100%;height: 100%;
}
.h_Box .contain .product .link .p1{
    padding: 15px 0 10px;
}
.h_Box .contain .product .link{
    padding-bottom: 5px;
}
.tcdPageCode{
    margin-bottom: 0;
}

.h_support2 {
  padding: 60px 0 30px;
}
.h_support2 .h_row{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.h_support2 .h_rowBox {
    background: linear-gradient(180deg, #eeeeee, #fff);
    width: calc(50% - 10px);
  border: 1px solid rgb(255 255 255);
  display: flex;
  align-items: center;
  padding: 20px;
      justify-content: space-between;
  box-shadow: 0 2px 13px #0000000f;
}
.h_support2 .h_rowBox .h_icon {
  width: 234px;
}
.h_support2 .h_rowBox .h_text {
  width: calc(100% - 254px);
}
.h_support2 .h_rowBox .h_text .h_p1 {
  font-family: Regular;
  font-size: 20px;
  color: #3D3D3D;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.h_support2 .h_rowBox .h_text .h_p2 {
  margin-top: 18px;
  font-family: Light;
  font-size: 16px;
  color: #3D3D3D;
  line-height: 22px;
}
.h_support2 .h_rowBox:hover {
  border-color: var(--active-color);
}
.h_support2 .h_rowBox:hover .h_text .h_p1{
  color: rgb(253,201,0);
}