.products-lists-container {
  padding: 0 0 100px;
}

/* 左侧产品分类 */
.products-aside-div {
  padding-bottom: 60px;
}

.products-aside-content {
  position: sticky;
  top: 110px;
  width: 320px;
  flex-shrink: 0;
  margin-right: 40px;
}


.products-catagory,
.recent-update {
  padding: 30px 20px 15px;
  border: 1px solid #e5e5e5;
}

.recent-update {
  border-top: none;
}

.products-catagory .item:last-child .pro-cata-lists {
  margin-bottom: 0;
}

.pro-cata-title {
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  color: #202020;
  font-family: 'Rajdhani-Medium';
  height: 40px;
}

.pro-cata-title.active h4{
  color: #dd3333;
}

.pro-cata-lists {
  padding-top: 10px;
  display: none;
}

.products-catagory .item.active .pro-cata-lists {
  display: block;
}

.pro-cata-lists {
  margin-bottom: 16px;
}

.pro-cata-lists ul li {
  margin-bottom: 20px;
  font-size: 15px;
  color: #666;
}

.pro-cata-lists ul li:last-child {
  margin-bottom: 0;
}

.pro-cata-lists ul li a {
  width: 100%;
  display: block;
}

.pro-cata-lists ul li.active a,
.pro-cata-lists ul li:hover a {
  color: #dd3333;
}

.pro-cata-icon {
  transform: rotate(-90deg);
  transition: all 1s;
}

/* .products-catagory .item.active .pro-cata-icon {
  transform: rotate(0);
  transition: all 1s;
} */

.pro-aside-title {
  color: #202020;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: 'Rajdhani-Medium';
}

/* 最近更新 */
.recent-update {
  position: relative;
}

.recent-update-btn {
  position: relative;
  top: -20px;
  height: 12px;
  width: 40px;
  margin-left: auto;
}

.recent-update-prev::after,
.recent-update-next::after {
  content: none;
}

.recent-update-prev,
.recent-update-next {
  width: 10px;
  height: 10px;
  background: url(/lib/images/nav_down.svg) no-repeat center;
}

.recent-update-prev {
  left: 0;
  transform: rotate(90deg);
}

.recent-update-next {
  right: 0;
  transform: rotate(-90deg);
}

.recent-update-item a {
  align-items: center;
  margin-bottom: 20px;
}

.recent-update-item a img {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  margin-right: 20px;
}

.recent-update-item .desc {
  line-height: 1.3;
  -webkit-line-clamp: 4;
  max-width: 160px;
  font-family: 'Rajdhani-Medium';
}

.recent-update-item:hover .desc {
  color: #dd3333;
}

/* 右侧产品内容 */
.description .desc {
  justify-content: space-between;
}

.description .desc .description-overflow{
    height: 240px;
    overflow: hidden;
}
.description .desc .description-overflow.active{
    height: auto;
}

.description-more{
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Barlow-Bold';
   margin-top: 20px;
   text-align: center;
   cursor: pointer;
}

.description h1,
.description .pro-title {
  color: #202020;
  font-size: 24px;
  line-height: 1.3;
  font-family: 'Barlow-Bold';
  margin: 13px 0;
}

.description .desc .text {
  max-width: 800px;
  color: #666;
}

.description .desc ol li p.text{
    display: inline;
}

.description .desc ul li p.text{
    display: inline;
}
.description .desc .text li p.text{
    display: inline;
}

.description .desc .text li p.text{
    display: inline;
}

.description .pro-inquery {
  margin-left: 40px;
}

/* 产品搜索和排序 */
.pro-search-sort {
  margin: 40px 0 50px;
}

.pro-search-sort .content {
  height: 48px;
  padding: 0 20px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fafafa;
}

.pro-search {
  cursor: pointer;
  align-items: center;
  color: #dd3333;
  font-family: 'Barlow-Medium';
}

.pro-search svg {
  margin-right: 10px;
}

.pro-sort {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-family: 'Barlow-Medium';
}

.pro-sort select {
  background: none;
  cursor: pointer;
}

.current-sort {
  height: 100%;
  display: flex;
  align-items: center;
}

.select-sort-list {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  width: auto;
  padding: 15px 0;
  display: none;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
}


.select-sort-list li {
  padding: 5px 10px;
  cursor: pointer;
}

.select-sort-list li p {
  white-space: nowrap;
}

.select-sort-list li p.active,
.select-sort-list li:hover p {
  color: #dd3333;
}

/* 产品样式 */
.products-show-lists .content {
  margin: 0 -20px;
}

.products-show-lists .content>div {
  padding: 0 20px;
  margin-bottom: 40px;
}

.main-pro-item-div {
  position: relative;
  padding: 30px 30px 50px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.main-pro-item {
  position: relative;
  display: block;

}

.main-pro-img {
  position: relative;
  margin-bottom: 30px;
}

.main-pro-img img {
  margin: auto;
}

.main-pro-img .mask {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transform: translate(-50%);
  opacity: 0;
  background: rgba(1, 30, 52, 0.7) url(/lib/images/index/icon_hover_arrow.svg) center no-repeat;
}

.main-pro-desc {
  position: relative;
}

.main-pro-desc h4 {
  height: 70px;
  /* margin-bottom: 20px; */
  font-size: 20px;
  line-height: 1.5;
  color: #202020;
  font-family: 'Rajdhani-Medium';
  -webkit-line-clamp: 3;
}

.main-pro-desc .model {
  font-size: 14px;
  color: #666;
}
.main-pro-desc .get-inquery{
  position: relative;
  left: 0;
  bottom: 0;
  transform: none;
  width: 100%;
  height: 48px;
  justify-content: center;
  align-items: center;
  color: #fff;
  display: flex;
  cursor: pointer;
  font-family: 'Barlow-Bold';
  background: #011e34;
  transition: all 0.5s;
  margin-top: 20px;
}


/* .get-inquery {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 11;
  width: 80%;
  height: 48px;
  display: none;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-family: 'Barlow-Bold';
  background: #011e34;
  transform: translateX(-50%);
  transition: all 0.5s;
}

.main-pro-desc::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 75%;
  content: '';
  display: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1));
} */

.main-pro-item-div:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

.main-pro-item-div:hover .main-pro-desc::after {
  display: block;
}


.main-pro-item-div:hover .get-inquery {
  display: flex;
}

.get-inquery:hover {
  background: #dd3333;
}

.main-pro-item-div:hover .mask {
  opacity: 1;
}

.main-pro-item-div:hover .main-pro-img img {
  opacity: 0.5;
}


.fenye-div {
  margin-top: 10px;
  align-items: center;
  justify-content: space-between;
}

.fenye-div p {
  color: #202020;
  font-style: italic;
}

.fenye-div p a {
  color: #dd3333;
  white-space: nowrap;
  border-bottom: 3px solid rgba(208, 0, 13, 0.2);
}

.fenye {
  flex-shrink: 0;
}



.products-page .addtion-content {
  margin-top: 0;
}


@media(max-width: 1023px) {
  .description .desc {
    flex-direction: column;
  }

  .description .pro-inquery {
    margin-left: 0;
    margin-top: 40px;
  }

  .products-show-lists .content {
    margin: 0 -15px;
  }

  .products-show-lists .content>div {
    padding: 0 15px;
  }

  .main-pro-item-div {
    padding: 30px 15px 50px;
  }

  .get-inquery {
    width: 86%;
  }

  .fenye-div {
    flex-direction: column;
  }

  .fenye-div p {
    margin-bottom: 30px;
    line-height: 1.5;
  }
}


@media(max-width: 1023px) {
  .description h1, .description .pro-title {
    margin-top: 0;
  }
  .main-pro-item-div {
    padding-bottom: 30px;
  }

  .main-pro-desc h4 {
    height: 80px;
    font-size: 18px;
  }
}