.prdocuts_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.products_category_wrapper {
  width: 18%;
  margin-right: 3%;
}

.list_wrapper {
  flex: 1;
  width: 79%;
  position: relative;
}

.list_wrapper.full {
  width: 100%;
}

.list_wrapper.full .list_box {
  margin-top: 40px;
}

.top_title {
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
  font-size: 20px;
  color: #222222;
  text-transform: uppercase;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
}

.products_category_wrapper .products_category_box .cate_item {
  display: inline-block;
  position: relative;
  line-height: 32px;
  font-size: 14px;
  box-sizing: border-box;
  padding-right: 20px;
  box-sizing: border-box;
}

.list_category_description {
  margin-top: 50px;
}

.list_box {
  display: grid;
  gap: 30px;
  margin-top: 30px;
  min-height: 500px;
  grid-template-columns: repeat(4, calc((100% - 90px) / 4));
}

.list_box .themes_prod {
  text-align: center;
}

/*pic_box*/
.pic_box {
  text-align: center;
}
.pic_box span {
  vertical-align: middle;
  height: 100%;
  display: inline-block;
}
.pic_box img {
  vertical-align: middle;
}

.list_box .themes_prod .pic_box {
  margin-bottom: 15px;
  overflow: hidden;
  height: 150px;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.list_box .themes_prod .pic_box img {
  width: 80px;
  height: 80px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.list_box .themes_prod .name {
  margin-bottom: 20px;
  line-height: 1.8;
  color: #222222;
  font-size: 14px;
  padding: 0 30px;
}

.list_box .themes_prod .name a {
  text-decoration: none;
  color: var(--ThemesProductsTitleColor);
  word-break: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.list_box .themes_prod .item_price {
  margin-bottom: 16px;
  font-size: 16px;
}

.list_wrapper .top_title {
  position: relative;
}

.list_wrapper .top_title i {
  display: none;
}

#turn_page {
  margin-bottom: 100px;
}

.inquiry_button_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.inquiry_button_box .global_inquiry_bat_cart {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .prdocuts_wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  .list_box {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .list_box .themes_prod {
    margin-bottom: 20px;
  }
  .list_box .themes_prod .pic_box {
    width: 220px;
    margin: 0 auto 5px;
  }

  .list_box .themes_prod .name {
    padding: 0 5px;
  }

  .products_category_wrapper {
    background-color: #f6f6f6;
    width: 90%;
    margin: 0 auto;
  }

  .products_category_wrapper .products_category_box .top_title {
    padding: 0 12px;
  }

  .products_category_wrapper .products_category_box .category_box {
    padding: 0 0 0 10px;
    overflow: auto;
  }

  body
    .products_category_wrapper
    .products_category_box
    .category_box
    .cate_item {
    display: block;
    padding: 0 15px;
    line-height: 45px;
    font-size: 14px;
    color: #1a1d22;
  }

  .products_category_wrapper
    .products_category_box
    .category_box
    .cate_item.cur {
    color: #1a1d22;
    background-color: #ffd101;
  }

  .products_category_wrapper .relate_box {
    display: none;
  }

  .list_wrapper {
    width: 100%;
    flex: auto;
  }

  .list_wrapper .top_title {
    padding: 0 35px 0 15px;
    height: 43px;
    line-height: 41px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    margin-top: 12px;
  }

  .list_wrapper .top_title i {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
  }

  #turn_page {
    margin-bottom: 30px;
  }
}

.products_category_wrapper .products_category_box {
  margin-bottom: 20px;
}

.products_category_wrapper .products_category_box .category_box .item_title {
  margin: 5px 0;
  position: relative;
}

.products_category_wrapper .products_category_box .category_box i {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 14px;
  cursor: pointer;
}

.products_category_wrapper .products_category_box .category_box i:before {
  content: "\e64d";
}

.products_category_wrapper .products_category_box .category_box i.cur:before {
  content: "\e626";
}

.products_category_wrapper .products_category_box .category_box .next_box {
  padding-left: 25px;
  width: 100%;
  box-sizing: border-box;
}

.products_category_wrapper
  .products_category_box
  .category_box
  .sub_hide
  .next_box {
  display: none;
}

@media screen and (max-width: 1000px) {
  .products_category_wrapper .products_category_box .category_box i {
    right: 5px;
  }

  .products_category_wrapper .products_category_box .category_box .next_box {
    padding-left: 15px;
  }

  body
    .products_category_wrapper
    .products_category_box
    .category_box
    .cate_item {
    display: inline-block;
    padding-right: 25px;
    line-height: 32px;
  }
}

.products_category_wrapper .relate_box .pro_list {
  padding: 6px 0;
}

.products_category_wrapper .relate_box .pro_list .related_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}

.products_category_wrapper .relate_box .pro_list .related_item .pic_box {
  flex: none;
  margin-right: 12px;
  width: 80px;
  background-color: #fff;
  position: relative;
}

.products_category_wrapper .relate_box .pro_list .related_item .pic_box a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}

.products_category_wrapper .relate_box .pro_list .related_item .pic_box a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.products_category_wrapper .relate_box .pro_list .related_item .content {
  width: 100%;
}

.products_category_wrapper
  .relate_box
  .pro_list
  .related_item
  .content
  .g_name {
  line-height: 18px;
  font-size: 14px;
  color: #1a1a1a;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-decoration: none;
}

.products_category_wrapper
  .relate_box
  .pro_list
  .related_item
  .content
  .g_number {
  margin-top: 10px;
  font-size: 12px;
  color: #808080;
}

.list_bottom_box {
  display: none;
}

@media screen and (max-width: 1000px) {
  .list_bottom_box {
    display: block;
  }

  .relate_box.list_bottom_box .pro_list .related_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
  }

  .relate_box.list_bottom_box .pro_list .related_item .pic_box {
    flex: none;
    margin-right: 12px;
    width: 80px;
    background-color: #fff;
    position: relative;
  }

  .relate_box.list_bottom_box .pro_list .related_item .pic_box a {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
  }

  .relate_box.list_bottom_box .pro_list .related_item .pic_box a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .relate_box.list_bottom_box .pro_list .related_item .content {
    width: 100%;
  }

  .relate_box.list_bottom_box .pro_list .related_item .content .g_name {
    line-height: 18px;
    font-size: 14px;
    color: #1a1a1a;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-decoration: none;
  }

  .relate_box.list_bottom_box .pro_list .related_item .content .g_number {
    margin-top: 10px;
    font-size: 12px;
    color: #808080;
  }
}

.list_box .themes_prod .pic_box img:nth-of-type(2) {
  opacity: 0;
  z-index: -1;
}

.list_box .themes_prod .pic_box.hover_scale_img:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.list_box .themes_prod .pic_box.switch_second_img:hover img:nth-of-type(1) {
  opacity: 0;
  z-index: -1;
}

.compute_process_img img {
  width: 100%;
  height: 220px;
}
