.container {
  max-width: 1640px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.header {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
}

.crumbs {
  width: 100%;
  height: auto;
  margin-top: 80px;
  padding-top: 40px;
  background: #fff;
}

.crumbs .crumbs_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.crumbs .crumbs_box a {
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.crumbs .crumbs_box a:hover {
  color: #111;
}

.crumbs .crumbs_box span {
  margin: 0 5px;
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.crumbs .crumbs_box p {
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product_list {
  width: 100%;
  height: auto;
  padding: 78px 0 115px;
}

.product_list .product_list_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.product_list .product_list_box .product_list_l {
  width: 290px;
  height: auto;
}

.product_list .product_list_box .product_list_l .product_search {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #E5E5E5;
  position: relative;
}

.product_list .product_list_box .product_list_l .product_search input {
  border: none;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0px 50px 0px 23px;
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product_list .product_list_box .product_list_l .product_search input::placeholder {
  color: #999;
}

.product_list .product_list_box .product_list_l .product_search .search_img {
  cursor: pointer;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.product_list .product_list_box .product_list_l .product_list_content {
  width: 100%;
  height: auto;
  margin-top: 33px;
}

.product_list .product_list_box .product_list_l .product_list_content .cate_title {
  color: #111;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.product_list .product_list_box .product_list_l .product_list_content .product_content {
  width: 100%;
  height: auto;
  margin-top: 42px;
}

.product_list .product_list_box .product_list_l .product_list_content .product_content .product_item {
  width: 100%;
  height: auto;
  padding: 25px 0;
  border-bottom: 1px solid #E5E5E5;
}

.product_list .product_list_box .product_list_l .product_list_content .product_content .product_item.active .item_top {
  color: #009CDC;
}

.product_list .product_list_box .product_list_l .product_list_content .product_content .product_item.active .item_top::after {
  content: '';
  width: 25px;
  height: 14px;
  background: url(/themes/yuanding/public/asset/images/product/product_icon1.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.product_list .product_list_box .product_list_l .product_list_content .product_content .product_item.active .item_top::before {
  content: '';
  width: 4px;
  height: 20px;
  background: #009CDC;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

.product_list .product_list_box .product_list_l .product_list_content .product_content .product_item.active .item_bot {
  display: block;
}

.product_list .product_list_box .product_list_l .product_list_content .product_content .product_item .item_top {
  cursor: pointer;
  width: 100%;
  height: auto;
  padding: 0 21px;
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 444.444% */
  position: relative;
}

.product_list .product_list_box .product_list_l .product_list_content .product_content .product_item .item_top::after {
  content: '';
  width: 14px;
  height: 25px;
  background: url(/themes/yuanding/public/asset/images/product/product_icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.product_list .product_list_box .product_list_l .product_list_content .product_content .product_item .item_bot {
  display: none;
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.product_list .product_list_box .product_list_l .product_list_content .product_content .product_item .item_bot .item_b_item {
  padding: 0 21px;
  cursor: pointer;
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  /* 333.333% */
}

.product_list .product_list_box .product_list_l .product_list_content .product_content .product_item .item_bot .item_b_item.active {
  color: #009CDC;
}

.product_list .product_list_box .product_list_l .product_list_content .product_content .product_item:first-child {
  border-top: 1px solid #E5E5E5;
}

.product_list .product_list_box .product_list_r {
  width: 1290px;
  height: auto;
}

.product_list .product_list_box .product_list_r .product_r_title {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.product_list .product_list_box .product_list_r .list_result {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
  min-height: 730px;
}

.product_list .product_list_box .product_list_r .list_result .list_item {
  width: 400px;
  height: auto;
  margin-top: 42px;
  margin-right: 30px;
}

.product_list .product_list_box .product_list_r .list_result .list_item:hover .item_img {
  box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
}

.product_list .product_list_box .product_list_r .list_result .list_item:hover .item_img .more {
  display: none;
}

.product_list .product_list_box .product_list_r .list_result .list_item .item_img {
  width: 400px;
  height: 400px;
  border-radius: 20px;
  background: #F8FAFD;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}

.product_list .product_list_box .product_list_r .list_result .list_item .item_img img {
  width: 300px;
  height: 300px;
}

.product_list .product_list_box .product_list_r .list_result .list_item .item_img .more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 13px 31px;
  border-radius: 80px;
  background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
  display: none;
  flex-direction: row;
  align-items: center;
}

.product_list .product_list_box .product_list_r .list_result .list_item .item_img .more p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product_list .product_list_box .product_list_r .list_result .list_item .item_img .more img {
  margin-left: 10px;
  width: 24px;
  height: 24px;
}

.product_list .product_list_box .product_list_r .list_result .list_item .item_title {
  margin-top: 19px;
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product_list .product_list_box .product_list_r .list_result .list_item .item_desc {
  margin-top: 8px;
  color: #999;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product_list .product_list_box .product_list_r .list_result .list_item:nth-of-type(-n+3) {
  margin-top: 0;
}

.product_list .product_list_box .product_list_r .pagebox {
  margin-top: 40px;
}

.product_list .product_list_box .product_list_r .pagebox .spage-total {
  line-height: 24px;
}

.product_list .product_list_box .product_list_r .pagebox .spage-number {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product_list .product_list_box .product_list_r .pagebox .spage-number button {
  border: none;
  width: 50px;
  height: 50px;
  background: transparent;
  padding: 0;
  margin: 0 5px;
  line-height: 50px;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  vertical-align: middle;
}

.product_list .product_list_box .product_list_r .pagebox .spage-number button:last-child {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product_list .product_list_box .product_list_r .pagebox .spage-number button:last-child img {
  width: 22px;
  height: 22px;
}

.product_list .product_list_box .product_list_r .pagebox .spage-number button:first-child {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product_list .product_list_box .product_list_r .pagebox .spage-number button:first-child img {
  width: 22px;
  height: 22px;
}

.product_list .product_list_box .product_list_r .pagebox .spage-number button.active {
  border-radius: 50%;
  border: none;
  background: #009CDC;
  color: #ffffff;
}

@media screen and (max-width: 1600px) {
  .container {
    max-width: 87.125vw;
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .header {
    box-shadow: 0vw 0.05312vw 0.53125vw 0vw rgba(0, 0, 0, 0.05);
  }
  .crumbs {
    width: 100%;
    height: auto;
    margin-top: 4.25vw;
    padding-top: 2.125vw;
    background: #fff;
  }
  .crumbs .crumbs_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .crumbs .crumbs_box a {
    color: #999;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .crumbs .crumbs_box a:hover {
    color: #111;
  }
  .crumbs .crumbs_box span {
    margin: 0 0.26562vw;
    color: #999;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .crumbs .crumbs_box p {
    color: #111;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .product_list {
    width: 100%;
    height: auto;
    padding: 4.14375vw 0 6.10938vw;
  }
  .product_list .product_list_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .product_list .product_list_box .product_list_l {
    width: 15.40625vw;
    height: auto;
  }
  .product_list .product_list_box .product_list_l .product_search {
    width: 100%;
    height: 2.65625vw;
    border-radius: 0.53125vw;
    overflow: hidden;
    border: 0.05312vw solid #E5E5E5;
    position: relative;
  }
  .product_list .product_list_box .product_list_l .product_search input {
    border: none;
    border-radius: 0.53125vw;
    width: 100%;
    height: 100%;
    outline: none;
    padding: 0vw 2.65625vw 0vw 1.22188vw;
    color: #111;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .product_list .product_list_box .product_list_l .product_search input::placeholder {
    color: #999;
  }
  .product_list .product_list_box .product_list_l .product_search .search_img {
    cursor: pointer;
    width: 1.16875vw;
    height: 1.16875vw;
    position: absolute;
    top: 50%;
    right: 0.6375vw;
    transform: translateY(-50%);
  }
  .product_list .product_list_box .product_list_l .product_list_content {
    width: 100%;
    height: auto;
    margin-top: 1.75313vw;
  }
  .product_list .product_list_box .product_list_l .product_list_content .cate_title {
    color: #111;
    font-size: 1.38125vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .product_list .product_list_box .product_list_l .product_list_content .product_content {
    width: 100%;
    height: auto;
    margin-top: 2.23125vw;
  }
  .product_list .product_list_box .product_list_l .product_list_content .product_content .product_item {
    width: 100%;
    height: auto;
    padding: 1.32812vw 0;
    border-bottom: 0.05312vw solid #E5E5E5;
  }
  .product_list .product_list_box .product_list_l .product_list_content .product_content .product_item.active .item_top {
    color: #009CDC;
  }
  .product_list .product_list_box .product_list_l .product_list_content .product_content .product_item.active .item_top::after {
    content: '';
    width: 1.32812vw;
    height: 0.74375vw;
    background: url(/themes/yuanding/public/asset/images/product/product_icon1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 0.53125vw;
    transform: translateY(-50%);
  }
  .product_list .product_list_box .product_list_l .product_list_content .product_content .product_item.active .item_top::before {
    content: '';
    width: 0.2125vw;
    height: 1.0625vw;
    background: #009CDC;
    position: absolute;
    top: 50%;
    left: 0vw;
    transform: translateY(-50%);
  }
  .product_list .product_list_box .product_list_l .product_list_content .product_content .product_item.active .item_bot {
    display: block;
  }
  .product_list .product_list_box .product_list_l .product_list_content .product_content .product_item .item_top {
    cursor: pointer;
    width: 100%;
    height: auto;
    padding: 0 1.11562vw;
    color: #111;
    font-size: 0.95625vw;
    font-style: normal;
    font-weight: 600;
    line-height: 1.0625vw;
    /* 444.444% */
    position: relative;
  }
  .product_list .product_list_box .product_list_l .product_list_content .product_content .product_item .item_top::after {
    content: '';
    width: 0.74375vw;
    height: 1.32812vw;
    background: url(/themes/yuanding/public/asset/images/product/product_icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 0.53125vw;
    transform: translateY(-50%);
  }
  .product_list .product_list_box .product_list_l .product_list_content .product_content .product_item .item_bot {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 0.53125vw;
  }
  .product_list .product_list_box .product_list_l .product_list_content .product_content .product_item .item_bot .item_b_item {
    padding: 0 1.11562vw;
    cursor: pointer;
    color: #666;
    font-size: 0.95625vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.1875vw;
    /* 333.333% */
  }
  .product_list .product_list_box .product_list_l .product_list_content .product_content .product_item .item_bot .item_b_item.active {
    color: #009CDC;
  }
  .product_list .product_list_box .product_list_l .product_list_content .product_content .product_item:first-child {
    border-top: 0.05312vw solid #E5E5E5;
  }
  .product_list .product_list_box .product_list_r {
    width: 68.53125vw;
    height: auto;
  }
  .product_list .product_list_box .product_list_r .product_r_title {
    color: #000;
    font-size: 2.125vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .product_list .product_list_box .product_list_r .list_result {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 1.59375vw;
    min-height: 38.78125vw;
  }
  .product_list .product_list_box .product_list_r .list_result .list_item {
    width: 21.25vw;
    height: auto;
    margin-top: 2.23125vw;
    margin-right: 1.59375vw;
  }
  .product_list .product_list_box .product_list_r .list_result .list_item:hover .item_img {
    box-shadow: 0vw 0.53125vw 1.59375vw -0.26562vw rgba(0, 0, 0, 0.1);
  }
  .product_list .product_list_box .product_list_r .list_result .list_item:hover .item_img .more {
    display: none;
  }
  .product_list .product_list_box .product_list_r .list_result .list_item .item_img {
    width: 21.25vw;
    height: 21.25vw;
    border-radius: 1.0625vw;
    background: #F8FAFD;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .product_list .product_list_box .product_list_r .list_result .list_item .item_img img {
    width: 15.9375vw;
    height: 15.9375vw;
  }
  .product_list .product_list_box .product_list_r .list_result .list_item .item_img .more {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.69062vw 1.64687vw;
    border-radius: 4.25vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    display: none;
    flex-direction: row;
    align-items: center;
  }
  .product_list .product_list_box .product_list_r .list_result .list_item .item_img .more p {
    color: #FFF;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .product_list .product_list_box .product_list_r .list_result .list_item .item_img .more img {
    margin-left: 0.53125vw;
    width: 1.275vw;
    height: 1.275vw;
  }
  .product_list .product_list_box .product_list_r .list_result .list_item .item_title {
    margin-top: 1.00937vw;
    color: #000;
    text-align: center;
    font-size: 1.16875vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .product_list .product_list_box .product_list_r .list_result .list_item .item_desc {
    margin-top: 0.425vw;
    color: #999;
    text-align: center;
    font-size: 0.95625vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .product_list .product_list_box .product_list_r .list_result .list_item:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .product_list .product_list_box .product_list_r .pagebox {
    margin-top: 2.125vw;
  }
  .product_list .product_list_box .product_list_r .pagebox .spage-total {
    line-height: 1.275vw;
  }
  .product_list .product_list_box .product_list_r .pagebox .spage-number {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .product_list .product_list_box .product_list_r .pagebox .spage-number button {
    border: none;
    width: 2.65625vw;
    height: 2.65625vw;
    background: transparent;
    padding: 0;
    margin: 0 0.26562vw;
    line-height: 2.65625vw;
    color: #000;
    text-align: center;
    font-size: 0.95625vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.65625vw;
    vertical-align: middle;
  }
  .product_list .product_list_box .product_list_r .pagebox .spage-number button:last-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .product_list .product_list_box .product_list_r .pagebox .spage-number button:last-child img {
    width: 1.16875vw;
    height: 1.16875vw;
  }
  .product_list .product_list_box .product_list_r .pagebox .spage-number button:first-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .product_list .product_list_box .product_list_r .pagebox .spage-number button:first-child img {
    width: 1.16875vw;
    height: 1.16875vw;
  }
  .product_list .product_list_box .product_list_r .pagebox .spage-number button.active {
    border-radius: 50%;
    border: none;
    background: #009CDC;
    color: #ffffff;
  }
}

@media screen and (max-width: 768px) {
  .crumbs {
    width: 100%;
    height: auto;
    margin-top: 50px;
    padding-top: 0px;
    background: #fff;
  }
  .crumbs .crumbs_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .crumbs .crumbs_box a {
    color: #999;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .crumbs .crumbs_box a:hover {
    color: #111;
  }
  .crumbs .crumbs_box span {
    margin: 0 5px;
    color: #999;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .crumbs .crumbs_box p {
    color: #111;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .product_list {
    width: 100%;
    height: auto;
    padding: 40px 0 80px;
    margin: 0;
  }
  .product_list .product_list_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: inherit;
  }
  .product_list .product_list_box .product_list_l {
    width: 100%;
    height: auto;
  }
  .product_list .product_list_box .product_list_l .product_search {
    width: 100%;
    height: 46px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #E5E5E5;
    position: relative;
  }
  .product_list .product_list_box .product_list_l .product_search input {
    border: none;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    outline: none;
    padding: 0px 50px 0px 23px;
    color: #111;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .product_list .product_list_box .product_list_l .product_search input::placeholder {
    color: #999;
  }
  .product_list .product_list_box .product_list_l .product_search .search_img {
    cursor: pointer;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
  }
  .product_list .product_list_box .product_list_l .product_list_content {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .product_list .product_list_box .product_list_l .product_list_content .cate_title {
    color: #111;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .product_list .product_list_box .product_list_l .product_list_content .product_content {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .product_list .product_list_box .product_list_l .product_list_content .product_content .product_item {
    width: 100%;
    height: auto;
    padding: 15px 0;
    border-bottom: 1px solid #E5E5E5;
  }
  .product_list .product_list_box .product_list_l .product_list_content .product_content .product_item.active .item_top {
    color: #009CDC;
  }
  .product_list .product_list_box .product_list_l .product_list_content .product_content .product_item.active .item_top::after {
    content: '';
    width: 25px;
    height: 14px;
    background: url(/themes/yuanding/public/asset/images/product/product_icon1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .product_list .product_list_box .product_list_l .product_list_content .product_content .product_item.active .item_top::before {
    content: '';
    width: 4px;
    height: 20px;
    background: #009CDC;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
  }
  .product_list .product_list_box .product_list_l .product_list_content .product_content .product_item.active .item_bot {
    display: block;
  }
  .product_list .product_list_box .product_list_l .product_list_content .product_content .product_item .item_top {
    cursor: pointer;
    width: 100%;
    height: auto;
    padding: 0 21px;
    color: #111;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 444.444% */
    position: relative;
  }
  .product_list .product_list_box .product_list_l .product_list_content .product_content .product_item .item_top::after {
    content: '';
    width: 14px;
    height: 25px;
    background: url(/themes/yuanding/public/asset/images/product/product_icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .product_list .product_list_box .product_list_l .product_list_content .product_content .product_item .item_bot {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .product_list .product_list_box .product_list_l .product_list_content .product_content .product_item .item_bot .item_b_item {
    padding: 0 15px;
    cursor: pointer;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 333.333% */
  }
  .product_list .product_list_box .product_list_l .product_list_content .product_content .product_item .item_bot .item_b_item.active {
    color: #009CDC;
  }
  .product_list .product_list_box .product_list_l .product_list_content .product_content .product_item:first-child {
    border-top: 1px solid #E5E5E5;
  }
  .product_list .product_list_box .product_list_r {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
  .product_list .product_list_box .product_list_r .product_r_title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .product_list .product_list_box .product_list_r .list_result {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
    min-height: auto;
  }
  .product_list .product_list_box .product_list_r .list_result .list_item {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-right: 0px;
  }
  .product_list .product_list_box .product_list_r .list_result .list_item:hover .item_img {
    box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
  }
  .product_list .product_list_box .product_list_r .list_result .list_item:hover .item_img .more {
    display: none;
  }
  .product_list .product_list_box .product_list_r .list_result .list_item .item_img {
    width: 100%;
    height: 380px;
    border-radius: 20px;
    background: #F8FAFD;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .product_list .product_list_box .product_list_r .list_result .list_item .item_img img {
    width: 75%;
    height: auto;
  }
  .product_list .product_list_box .product_list_r .list_result .list_item .item_img .more {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2.66667vw 4.13333vw;
    border-radius: 10.66667vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    display: none;
    flex-direction: row;
    align-items: center;
  }
  .product_list .product_list_box .product_list_r .list_result .list_item .item_img .more:hover {
    background: linear-gradient(90deg, #009CDC 0%, #009CDC 100%);
  }
  .product_list .product_list_box .product_list_r .list_result .list_item .item_img .more p {
    color: #FFF;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .product_list .product_list_box .product_list_r .list_result .list_item .item_img .more img {
    margin-left: 1.33333vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .product_list .product_list_box .product_list_r .list_result .list_item .item_title {
    margin-top: 10px;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .product_list .product_list_box .product_list_r .list_result .list_item .item_desc {
    margin-top: 10px;
    color: #999;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .product_list .product_list_box .product_list_r .list_result .list_item:nth-of-type(-n+3) {
    margin-top: 20px;
  }
  .product_list .product_list_box .product_list_r .pagebox {
    margin-top: 40px;
  }
  .product_list .product_list_box .product_list_r .pagebox .spage-total {
    line-height: 24px;
  }
  .product_list .product_list_box .product_list_r .pagebox .spage-number {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .product_list .product_list_box .product_list_r .pagebox .spage-number button {
    border: none;
    width: 30px;
    height: 30px;
    background: transparent;
    padding: 0;
    margin: 0 5px;
    line-height: 30px;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    vertical-align: middle;
  }
  .product_list .product_list_box .product_list_r .pagebox .spage-number button:last-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .product_list .product_list_box .product_list_r .pagebox .spage-number button:last-child img {
    width: 15px;
    height: 15px;
  }
  .product_list .product_list_box .product_list_r .pagebox .spage-number button:first-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .product_list .product_list_box .product_list_r .pagebox .spage-number button:first-child img {
    width: 15px;
    height: 15px;
  }
  .product_list .product_list_box .product_list_r .pagebox .spage-number button.active {
    border-radius: 50%;
    border: none;
    background: #009CDC;
    color: #ffffff;
  }
}
