
.index-common-bt-box{
    width: 2.34rem;
    height: 0.64rem;
    /*background: linear-gradient( 133deg, #FFB220 0%, #F0F219 42%, #00BCB3 100%);*/
    background: linear-gradient( 133deg, var(--color));
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.index-common-bt:hover {
  color: #fff;
  /*background: linear-gradient(129deg, #FFB220 0%, #C7C910 42%, #05EBE0 100%);*/
  background: linear-gradient(129deg, var(--color));
  border-color: transparent;
  transition: all 0.2s;
}

.recom-wrap .recom-box .recom-swiper .recomSwiper .item .img::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 7.28rem;
    height: 4.08rem;
    /*background: linear-gradient( 225deg, #FFA700 0%, #E6FF00 48%, #00BBB3 100%);*/
    background: linear-gradient( 225deg, var(--color));
    border-radius: 0rem;
    z-index: -1;
}
.product-wrap .product-box .left .item .des .bt:hover {
  color: #fff;
  /*background: linear-gradient(129deg, #FFB220 0%, #C7C910 42%, #05EBE0 100%);*/
  background: linear-gradient(129deg, var(--color));
  border-color: transparent;
  transition: all 0.2s;
}
.product-wrap .product-box .right .item .des .bt:hover {
  color: #fff;
  /*background: linear-gradient(129deg, #FFB220 0%, #C7C910 42%, #05EBE0 100%);*/
  background: linear-gradient(129deg, var(--color));
  border-color: transparent;
  transition: all 0.2s;
}
.product-wrap .product-box .left .item:hover{
/*background: linear-gradient( 132deg, #FFB220 0%, #F0F219 42%, #00BCB3 100%);*/
background: linear-gradient( 132deg, var(--color));
border-radius: 0px 0px 0px 0px;
}
.product-wrap .product-box .right .item:hover{
    
/*background: linear-gradient( 225deg, #FFB220 0%, #C7C910 42%, #05EBE0 100%);*/
background: linear-gradient( 225deg, var(--color));
border-radius: 0px 0px 0px 0px;
}


@media only screen and (max-width:768px){
    .recom-wrap .recom-box .recom-swiper .recomSwiper .item .img::after{
        width: 6.6rem;
    height: 3.7rem;
    overflow: hidden;
    }
}









