.lx-page5 .left .pingfen {
  padding-left: 39px;
  justify-content: start;
}
.lx-page5 .grade-product__title {
  font-size: 24px;
  color: #24497F;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
.lx-page5 .grade_product {
  margin-bottom: 20px;
  background-color: #f7f7f7;
}
.lx-page5 .grade_product_box {
  position: relative;
}
.lx-page5 .grade_product .swiper-container {
  margin: 0 44px;
}
.lx-page5 .grade_product .swiper-slide {
  background-color: #fff;
}
.lx-page5 .grade_product .swiper-slide .img-box {
  max-height: 200px;
  display: block;
  margin-bottom: 23px;
  text-align: center;
}
.lx-page5 .grade_product .swiper-slide .img-box img {
  width: 100%;
  max-width: 200px;
  margin: auto;
}
.lx-page5 .grade_product .swiper-slide .slide-desc {
  font-size: 14px;
  color: #666666;
  margin-bottom: 29px;
  padding: 0 10px;
  text-align: center;
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.lx-page5 .grade_product .swiper-slide .slide-link {
  margin-bottom: 28px;
  font-size: 14px;
  color: #CD0C22;
  text-align: center;
}
.lx-page5 .grade_product .arrow-group {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -14px;
}
.lx-page5 .grade_product .arrow {
  display: block;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.lx-page5 .grade_product .arrow.left {
  background: url(/chineseResources/UIA/v3_0/common/images/swiper-arrow-left.png) center/100% no-repeat;
}
.lx-page5 .grade_product .arrow.right {
  background: url(/chineseResources/UIA/v3_0/common/images/swiper-arrow-right.png) center/100% no-repeat;
}
.lx-page5 .grade_product.grade_product_flex .arrow-group {
  display: none;
}
.lx-page5 .grade_product.grade_product_flex .swiper-wrapper {
  justify-content: center;
}

.lx-page5 .pc-top.fix {
  z-index: 9;
}

@media screen and (max-width: 768px) {
  .lx-page5 .grade_product .arrow-group {
    left: 5px;
    right: 5px;
    width: auto;
  }
}

.grade-product__title {
    font-size: 24px;
    color: #24497F;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.result-list {
            height: 100%;
            width: 100%;
            overflow: auto;
        }
        .left-h3 {
            background: #d4152b !important;
        }
        .left-h3 span {
            color: #ffffff !important;
        }
        .item {
            border-bottom: 1px solid #ccc !important;
        }

         .swiper {
                width: 100%;
                height: 100%;
              }

              .swiper-slide {
                text-align: center;
                font-size: 18px;
                background: #fff;

                /* Center slide text vertically */
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
              }
            .swiper-slide{
                width: 24%;
            }
            @media (max-width: 769px){
                .swiper-slide{
                    width: 100%;
                    margin-right: 0px;
                }
            }
        .swiper-slide>a {
            display: block;
        }
        a {
            color: #333;
            text-decoration: none;
        }
        .productDiv{
            background-color: #fff;
        }
        .productDiv .img-box {
            max-height: 200px;
            display: block;
            margin-bottom: 23px;
            text-align: center;
        }
        .productDiv .img-box img {
            width: 100%;
            max-width: 200px;
            margin: auto;
        }
        .productDiv .slide-desc {
            font-size: 14px;
            color: #666666;
            margin-bottom: 29px;
            padding: 0 10px;
            text-align: center;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }