.wrp_h2:before{
}

.wrp_goods_cat ul{
  padding:34px 0;
  width:calc(100% + 100px);
}

.wrp_goods_cat ul li a{
  display:block;
  border:solid 1px #d2d2d2;
  padding:10px;
  width:230px;
  height:200px;
  text-align:center;
  float:left;
  margin-right:12px;
  margin-bottom:12px;
  position:relative;
}

.wrp_goods_cat ul li a:after{
  content:"";
  display:block;
  width:0;
  height:0;    
  border-top: 8px solid rgba(0,0,0,0);
  border-right: 8px solid var(--color-primary);
  border-bottom: 8px solid var(--color-primary);
  border-left:8px solid rgba(0,0,0,0);
  position:absolute;
  right:6px;
  bottom:6px;
}

.wrp_goods_cat ul li .goods-title {
  margin-bottom:10px;
  line-height:1.6;
  max-height:48px;
  overflow:hidden;
}

.wrp_goods_cat ul li .goods-pic{
  width:190px;
  height:120px;
  margin:0 auto;
  overflow:hidden;
}

.wrp_goods_cat ul li .goods-pic img{
  width:100%;
}

/*goods-child*/
.wrp_goods_cat_child {
  padding-bottom:20px;
}

.wrp_goods_cat_child ul{
  padding:10px 0 10px;
  width:calc(100% + 100px);
  display:flex;
  flex-wrap:wrap;
}

.wrp_goods_cat_child ul li {
  border:solid 1px #d2d2d2;
  padding:10px;
  width:230px;
  min-height:260px;
  margin-right:12px;
  margin-bottom:12px;
}

.wrp_goods_cat_child ul li a{
  display:flex;
  display:-webkit-flex;
  flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  width:100%;
  height:100%;
  position:relative;
  text-align:center;
}

.wrp_goods_cat_child ul li .goods-title {
  margin-bottom:10px;
  line-height:1.6;
  text-align:center;
  width:100%;
}

.wrp_goods_cat_child ul li .goods-pic{
  width:100%;
  height:120px;
  margin:0 auto;
}

.wrp_goods_cat_child ul li .goods-pic img{
  width:100%;
}

.wrp_goods_cat_child ul li .detail-btn{
  border-radius:4px;
  width:100%;
  display:block;
  padding:10px 0;
  border:solid 1px #d4d4d4;
  margin-top:10px;
  font-size:14px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
}

.wrp_goods_cat_child ul li .detail-btn:before {
  content: "";
  position:relative;
  top:2px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/common/aside/icon_cat.png) no-repeat center;
  margin-right: 8px;
}

.wrp_goods_cat_child > .detail-btn{
  border-radius:4px;
  width:60%;
  display:block;
  padding:10px 0;
  border:solid 1px #d4d4d4;
  margin-top:10px;
  margin-right:20%;
  margin-left:20%;
  font-size:14px;
  text-align:center;
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
}

.wrp_goods_cat_child > .detail-btn:before {
  content: "";
  position:relative;
  top:2px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/common/aside/icon_cat.png) no-repeat center;
  margin-right: 8px;
}

.goods-cat-child-list{
  margin:26px 0 40px;
}

.goods-cat-child-list dt{
  text-align:center;
  font-size:20px;
  margin-bottom:14px;
  font-weight:bold;
}

.goods-cat-child-list dd{
  border:solid 1px #d4d4d4;
  padding:24px;
  line-height:1.8;
  display:flex;
  display:-webkit-flex;
  flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  justify-content:flex-start;
  -webkit-justify-content:flex-start;
}

.goods-cat-child-list dd a{
  margin:5px 14px;
}

.goods-cat-child-list dd a:before {
  content: "";
  position:relative;
  top:2px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/common/aside/icon_cat.png) no-repeat center;
  margin-right: 8px;
}

/*goods-detail*/
.goods-detail .product_estimates:nth-of-type(1){
  margin-top:20px;
}

.goods-detail .product_estimates a{
  padding: 16px 40px;
  display:block;
  text-align:center;
  font-size: 18px;
  background: linear-gradient(to top, #EB270C, #FC7D7B);
  color: #fff;
  border-style: none;
  border-radius: 10px;
}

.goods-detail .product_estimates .not-available{
  color:#ff0000;
  text-align:center;
  text-align:center;
  padding-bottom:20px;
  font-size:20px;
  font-weight:bold;
}

.goods-detail .figure{
  display:flex;
  display:-webkit-flex;
  justify-content:center;
  -webkit-justify-content:center;
  align-items:center;
  -webkit-align-items:center;
  flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  padding: 21px 0px;
  border-radius: 6px;
  margin-top: 20px;
}

.goods-detail .figure >a{
  margin:0 4px 4px;
  overflow: hidden;
}

.goods-detail .figure >a >img{
  width:100%;
  height:auto;
  transition: transform .2s;
}
.goods-detail .figure >a:hover >img{
  transform: scale(1.1);
}

.goods-detail .goods-content{
  margin-bottom:20px;
}

.goods-detail .goods-content strong{
  font-weight:bold;
}

.goods-detail .goods-content ul li{
  list-style-type:disc;
  margin-left:20px;
  line-height:1.6;
}

.goods-detail .goods-content ol li{
  list-style-type: decima
}

.goods-detail .goods-content table{
  border:solid 1px #d4d4d4;
  margin:15px 0;
  width:100%;
}

.goods-detail .goods-content table td{
  padding:10px;
  border:solid 1px #d4d4d4;
  vertical-align:middle;
}

.goods-detail .goods-content table td b{
  font-weight:bold;
}

.goods-detail .goods-content p{
  line-height:1.6;
}

.good-list-detail-btn{
  margin:20px 0 0;
}

.m-pagenation:first-of-type{
  padding:10px 0 20px;
}

.m-pagenation:last-of-type{
  padding:20px 0 0;
}

.m-pagenation__body{
  display:flex;
  display:-webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.m-pagenation__body li{
  margin:0 10px 0;
}

.m-pagenation__body li a{
  display:block;
  border: solid 1px #d2d2d2;
  padding:16px 18px;
}

.m-pagenation__body li.-current{
  background:#088c42;
  padding:16px 18px;
  color:#fff;
}

@media (max-width: 1023px){
  .wrp_goods_cat ul{
    padding:34px 0;
    width:100%;
    display:flex;
    display:-webkit-flex;
    justify-content: center;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    gap:10px;
  }
  .wrp_goods_cat ul li{
    width: calc(50% - 5px);
  }
  .wrp_goods_cat ul li a{
    display: block;
    border: solid 1px #d2d2d2;
    padding: 10px;
    width: calc(100% - 20px);
    height: 180px;
    text-align: center;
    position: relative;
    margin-right: 0;
    margin-bottom: 0;
  }
  
  .wrp_goods_cat ul li a:after{
    content:"";
    display:block;
    width:0;
    height:0;    
    border-top: 8px solid rgba(0,0,0,0);
    border-right: 8px solid var(--color-primary);
    border-bottom: 8px solid var(--color-primary);
    border-left:8px solid rgba(0,0,0,0);
    position:absolute;
    right:6px;
    bottom:6px;
  }
  
  .wrp_goods_cat ul li .goods-title {
    display:flex;
    display:-webkit-flex;
    align-items:center;
    -webkit-align-items:center;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom:10px;
    line-height:1.6;
    max-height:48px;
    min-height:48px;
    overflow:hidden;
  }
  
  .wrp_goods_cat ul li .goods-pic{
    width:100%;
    height:120px;
    margin:0 auto;
    overflow:hidden;
  }
  
  .wrp_goods_cat ul li .goods-pic img{
    width:100%;
  }
  
  /*goods-child*/
  .wrp_goods_cat_child {
    padding-bottom:20px;
  }
  
  .wrp_goods_cat_child ul{
    padding:10px 0 10px;
    display:block;
    width:100%;
  }
  
  .wrp_goods_cat_child ul li {
    border:solid 1px #d2d2d2;
    padding:10px;
    width:unset;
    min-height:206px;
    margin-right:0px;
    margin-bottom:6px;
  }
  
  .wrp_goods_cat_child ul li a{
    display:flex;
    display:-webkit-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    width:100%;
    height:100%;
    position:relative;
    text-align:center;
  }
  
  .wrp_goods_cat_child ul li .goods-title {
    margin-bottom:10px;
    line-height:1.6;
    text-align:center;
    width:100%;
  }
  
  .wrp_goods_cat_child ul li .goods-pic{
    width:100%;
    height:100px;
    margin:0 auto;
  }
  
  .wrp_goods_cat_child ul li .goods-pic img{
    width:100%;
  }
  
  .wrp_goods_cat_child ul li .detail-btn{
    border-radius:4px;
    width:100%;
    display:block;
    padding:10px 0;
    border:solid 1px #d4d4d4;
    margin-top:10px;
    font-size:1.4rem;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
  }
  
  .wrp_goods_cat_child ul li .detail-btn:before {
    content: "";
    position:relative;
    top:2px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/common/aside/icon_cat.png) no-repeat center;
    margin-right: 8px;
  }
  
  .wrp_goods_cat_child > .detail-btn{
    border-radius:4px;
    width:100%;
    display:block;
    padding:10px 0;
    border:solid 1px #d4d4d4;
    margin-top:10px;
    font-size:14px;
    text-align:center;
    margin-left: 0;
    margin-right: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
  }
  
  .wrp_goods_cat_child > .detail-btn:before {
    content: "";
    position:relative;
    top:2px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/common/aside/icon_cat.png) no-repeat center;
    margin-right: 8px;
  }
  
  .goods-cat-child-list{
    margin:26px 0 40px;
    display:none;
  }
  
  .goods-cat-child-list dt{
    text-align:center;
    font-size:1.8rem;
    margin-bottom:14px;
    font-weight:bold;
  }
  
  .goods-cat-child-list dd{
    border:solid 1px #d4d4d4;
    padding:10px;
    line-height:1.8;
    display:flex;
    display:-webkit-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    justify-content:flex-start;
    -webkit-justify-content:flex-start;
  }
  
  .goods-cat-child-list dd a{
    margin:5px 14px;
  }
  
  .goods-cat-child-list dd a:before {
    content: "";
    position:relative;
    top:2px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/common/aside/icon_cat.png) no-repeat center;
    margin-right: 8px;
  }
  
  /*goods-detail*/
  .goods-detail .product_estimates:nth-of-type(1){
    margin-top:20px;
  }
  
  .goods-detail .product_estimates a{
    padding: 16px 40px;
    display:block;
    text-align:center;
    font-size: 1.4rem;
    background: background: linear-gradient(to top, #EB270C, #FC7D7B);;
    color: #fff;
    border-style: none;
    border-radius: 10px;
  }

  .goods-detail .product_estimates .not-available{
    color:#ff0000;
    text-align:center;
    text-align:center;
    padding-bottom:20px;
    font-size:1.6rem;
    font-weight:bold;
  }

  .goods-detail .figure{
    display:flex;
    display:-webkit-flex;
    justify-content:center;
    -webkit-justify-content:center;
    align-items:center;
    -webkit-align-items:center;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding: 21px 0px;
    border-radius: 6px;
    margin-top: 20px;
  }
  
  .goods-detail .figure >a{
    margin:0 4px 4px;
    overflow: hidden;
  }
  
  .goods-detail .figure >a >img{
    width:100%;
    height:auto;
    transition: transform .2s;
  }
  .goods-detail .figure >a:hover > img{
    transform: scale(1.1);
  }

  .goods-detail .goods-content{
    margin-bottom:20px;
  }
  
  .goods-detail .goods-content table{
    border:solid 1px #d4d4d4;
    margin:15px 0;
    width:100%;
  }
  
  .goods-detail .goods-content table td{
    padding:10px;
    border:solid 1px #d4d4d4;
    vertical-align:middle;
  }
  
  .goods-detail .goods-content table td b{
    font-weight:bold;
  }
  
  .goods-detail .goods-content p{
    line-height:1.6;
  }
}
