﻿.nwebsite-index-product-trending53 {
    position: relative;
    padding-bottom: 80px;
    background-color: #f2f2f2;
    overflow: hidden;
  }
  
  .nwebsite-index-product-trending53 .cover-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: none 0;
  }
  
  .nwebsite-index-product-trending53 .wrap {
    position: relative;
    z-index: 1;
  }
  
  .nwebsite-index-product-trending53 .first-title {
    padding-bottom: 22px;
    background: url(../images/tit_bg.png) no-repeat center bottom;
    color: #333;
  }
  
  .nwebsite-index-product-trending53 .hot-box {
    position: relative;
  }
  
  .nwebsite-index-product-trending53 .img-item {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
  
  .nwebsite-index-product-trending53 .img-box {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #fff;
  }
  
  .nwebsite-index-product-trending53 .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
  }
  
  .nwebsite-index-product-trending53 .circle {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/pro_bg.png) no-repeat center 50px;
  }
  
  .nwebsite-index-product-trending53 .circle:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/pro_circle01.png) no-repeat center 50px;
    transition: all .5s ease-in-out;
  }
  
  .nwebsite-index-product-trending53 .title {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 26px;
    text-align: center;
  }
  
  .nwebsite-index-product-trending53 .title:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 25px;
    height: 2px;
    background: var(--themeColor);
  }
  
  .nwebsite-index-product-trending53 .more {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    background: var(--themeColor);
    color: #fff;
    opacity: 0;
    transition: all .5s ease-in-out;
  }
  
  .nwebsite-index-product-trending53 .swiper-slide:hover .circle:after {
    transform: rotate(72deg) translateX(11px);
  }
  
  .nwebsite-index-product-trending53 .swiper-slide:hover .more {
    opacity: 1;
  }
  
  .nwebsite-index-product-trending53 .swiper-container {
    position: static;
  }
  
  .nwebsite-index-product-trending53 .swiper-button-prev, .nwebsite-index-product-trending53 .swiper-container-rtl .swiper-button-next {
    background: none;
    left: -80px;
  }
  
  .nwebsite-index-product-trending53 .swiper-button-next, .nwebsite-index-product-trending53 .swiper-container-rtl .swiper-button-prev {
    background: none;
    right: -80px;
  }
  
  .nwebsite-index-product-trending53 .swiper-button-next, .nwebsite-index-product-trending53 .swiper-button-prev {
    top: 40%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  
  .nwebsite-index-product-trending53 .swiper-button-next .iconfont, .nwebsite-index-product-trending53 .swiper-button-prev .iconfont {
    font-size: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--themeColor);
  }

  .nwebsite-index-product-trending53 .img-item{
    background-color: #fff;
  }
  .nwebsite-index-product-trending53 .img-box{
    width: 220px;
    height: 220px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  
  @media only screen and (max-width: 1620px) {
    .nwebsite-index-product-trending53 .img-item {
      width: 300px;
      height: 300px;
      padding-bottom: 0;
    }
    .nwebsite-index-product-trending53 .img-box{
      width: 180px;
      height: 180px;
    }
    .nwebsite-index-product-trending53 .title{
      padding: 0 60px 26px;
    }
    .nwebsite-index-product-trending53 .hot-box {
      padding: 0 70px;
    }
    .nwebsite-index-product-trending53 .swiper-button-prev, .nwebsite-index-product-trending53 .swiper-container-rtl .swiper-button-next {
      left: 0;
    }
    .nwebsite-index-product-trending53 .swiper-button-next, .nwebsite-index-product-trending53 .swiper-container-rtl .swiper-button-prev {
      right: 0;
    }
    .nwebsite-index-product-trending53 .swiper-slide:hover .circle:after {
      transform: rotate(64deg) translateX(40px);
    }
  }
  
  @media only screen and (max-width: 1400px) {
    .nwebsite-index-product-trending53 .img-item {
      width: 345px;
      height: 345px;
    }
    .nwebsite-index-product-trending53 .swiper-slide:hover .circle:after {
      transform: rotate(72deg) translateX(11px);
    }
  }
  
  @media only screen and (max-width: 1240px) {
    .nwebsite-index-product-trending53 .hot-box {
      padding: 0 40px;
    }
    .nwebsite-index-product-trending53 .img-item {
      width: 300px;
      height: 300px;
    }
    .nwebsite-index-product-trending53 .swiper-slide:hover .circle:after {
      transform: rotate(64deg) translateX(40px);
    }
    .nwebsite-index-product-trending53 .swiper-button-next, .nwebsite-index-product-trending53 .swiper-button-prev {
      width: 40px;
      height: 40px;
      line-height: 40px;
    }
    .nwebsite-index-product-trending53 .swiper-button-next .iconfont, .nwebsite-index-product-trending53 .swiper-button-prev .iconfont {
      font-size: 36px;
    }
  }
  
  @media only screen and (max-width: 1040px) {
    .nwebsite-index-product-trending53 {
      padding-bottom: .6rem;
    }
    .nwebsite-index-product-trending53 .first-title {
      padding-bottom: .3rem;
      background-size: auto .06rem;
    }
    .nwebsite-index-product-trending53 .more {
      opacity: 1;
      height: .8rem;
      line-height: .8rem;
      font-size: .3rem;
    }
    .nwebsite-index-product-trending53 .img-item {
      width: 100%;
      height: 0;
      padding-bottom: 100%;
    }
    .nwebsite-index-product-trending53 .hot-box {
      padding: 0 .8rem;
    }
    .nwebsite-index-product-trending53 .swiper-button-next, .nwebsite-index-product-trending53 .swiper-button-prev {
      width: .8rem;
      height: .8rem;
      line-height: .8rem;
    }
    .nwebsite-index-product-trending53 .swiper-button-next .iconfont, .nwebsite-index-product-trending53 .swiper-button-prev .iconfont {
      font-size: .6rem;
    }
    .nwebsite-index-product-trending53 .title {
      padding: 0 .2rem .4rem;
    }
    .nwebsite-index-product-trending53 .title:after {
      bottom: .2rem;
      width: .5rem;
      height: .02rem;
    }
  }
  
@media only screen and (max-width: 1040px) {
  .nwebsite-index-product-trending53 .circle{
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .nwebsite-index-product-trending53 .img-box{
    width: 100%;
    height: 100%;
  }
}