.w1400 {
  max-width: 1400px;
  width: 75%;
  margin: 0 auto;
}
.bannerBox {
  width: 100%;
}
.bannerBox img {
  width: 100%;
}
.productBank {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 6.5rem;
}
.productOrder {
  width: 16.428%;
  background: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 100%);
  box-shadow: 0px 0px 10px 0px rgba(111, 111, 111, 0.25);
}
.productOrder h3 {
  display: flex;
  height: calc(22px + 1.5rem);
  background: linear-gradient(-84deg, #9853FF, #0093DD);
  font-size: calc(12px + 0.5rem);
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
  justify-content: center;
  align-items: center;
  margin-bottom: calc(6px + 0.4rem);
}
.productOrder .orderList {
  padding-bottom: 3.25rem;
}
.productOrder .orderList li {
  display: flex;
  width: 70%;
  padding-top: calc(12px + 1rem);
  padding-bottom: calc(8px + 0.4rem);
  border-bottom: 1px solid #EEE;
  margin: 0 auto;
  justify-content: center;
}
.productOrder .orderList li a {
  font-size: calc(10px + 0.5rem);
  font-weight: 500;
  color: #303030;
  line-height: calc(16px + 1rem);
}
.productOrder .orderList .actives {
  color: #0083EE;
}
.productList {
  width: 78.571%;
}
.productList h3 {
  font-size: calc(10px + 1rem);
  font-weight: bold;
  color: #3B3A3A;
  line-height: calc(20px + 1.6rem);
  border-bottom: 2px solid #EEE;
  padding-bottom: 0.3rem;
  margin-bottom: calc(20px + 1.5rem);
}
.productList .show ul {
  display: flex;
  flex-wrap: wrap;
}
.productList .show .showItem {
  width: 23.181%;
  margin-right: 1.3rem;
  margin-bottom: 2.3rem;
}
.productList .show .showItem .item_href {
  display: block;
}
.productList .show .showItem .img {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  position: relative;
}
.productList .show .showItem .img img {
  width: 100%;
}
.productList .show .showItem .img .item_img {
  z-index: 5;
  transition: all 0.3s;
}
.productList .show .showItem .img .hoverBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: -5;
  transition: all 0.4s;
}
.productList .show .showItem .img .name {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  font-size: calc(8px + 0.7rem);
  font-weight: 500;
  color: #FFFFFF;
  line-height: calc(16px + 1rem);
}
.productList .show .showItem .img .name::after {
  display: block;
  content: "";
  width: calc(40px + 1rem);
  height: 2px;
  background: #FFFFFF;
  opacity: 0.8;
  margin: 0.3rem auto 0;
}
.productList .show .showItem .img:hover .item_img {
  z-index: -5;
  opacity: 0;
}
.productList .show .showItem .img:hover .hoverBg {
  z-index: 5;
  opacity: 1;
}
.productList .show .showItem p {
  text-align: center;
  font-size: calc(10px + 0.5rem);
  font-weight: 500;
  color: #646464;
  line-height: calc(16px + 1rem);
}
.productList .show .showItem:nth-child(4n) {
  margin-right: 0;
}
.productList .show .showList2 {
  justify-content: space-between;
}
.productList .show .showItem2 {
  width: 48.636%;
  margin-bottom: 2.5rem;
}
.productList .show .showItem2 .name {
  text-align: center;
  margin-top: 1rem;
  font-size: calc(10px + 0.5rem);
  font-weight: 500;
  color: #5B5B5B;
  line-height: calc(16px + 1rem);
  padding: 0 20px;
}
.productList .show .imgWorde {
  position: relative;
}
.productList .show .imgWorde .imgitem {
  width: 100%;
  z-index: 2;
}
.productList .show .imgWorde .mask {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  background: #0083EE;
  opacity: 0;
  transition: all 0.3s;
  z-index: -5;
}
.productList .show .imgWorde .mask .iconItem {
  width: 10.82%;
}
.productList .show .imgWorde:hover .mask {
  z-index: 5;
  opacity: 0.7;
}
.returnTop {
  display: none;
  width: calc(70px + 4rem);
  height: calc(20px + 1.3rem);
  background: #FFFFFF;
  border: 2px solid #B5B5B5;
  border-radius: 23px;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 0.5rem);
  font-weight: 500;
  color: #7D7D7D;
  line-height: calc(16px + 1rem);
  margin: 0 auto;
  cursor: pointer;
}
.returnTop .topicon {
  font-weight: bold;
}
.huge {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 100;
  top: 0;
  left: 0;
}
.huge .bg {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.692);
}
.huge .huge_img {
  max-width: 1100px;
  width: 70%;
  min-height: 10rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 105;
}
.huge .close {
  position: absolute;
  font-size: calc(10px + 0.7rem);
  color: #333;
  top: 5px;
  right: 10px;
  cursor: pointer;
}
.productReplenish h3 {
  margin-bottom: 0;
}
.productReplenish .navBox {
  padding-bottom: 1rem;
  margin-bottom: calc(10px + 1rem);
  /*overflow-x: scroll;*/
  /*scrollbar-width: none;*/
  /*-ms-overflow-style: none;*/
  /*border-top: 0.2rem solid #EEE;*/
}
.productReplenish .navItem {
  display: inline-block;
  padding-top: 1rem;
  font-size: calc(10px + 0.5rem);
  font-weight: 500;
  color: #979797;
  line-height: calc(16px + 1rem);
  margin-right: 2.3rem;
  cursor: pointer;
}
.productReplenish .navItem .navActives {
  color: #007AC8;
  background: linear-gradient(-84deg, #9853FF 0%, #0093DD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1100px) {
  .w1400 {
    width: 85%;
  }
  .productBank {
    display: block;
  }
  .productOrder {
    padding-bottom: 0;
    width: 100%;
    box-shadow: 0px 0px 0px 0px rgba(111, 111, 111, 0.25);
  }
  .productOrder h3 {
    display: none;
  }
  .productOrder .orderList ul {
    display: flex;
    justify-content: space-between;
  }
  .productOrder .orderList li {
    display: flex;
    width: 28%;
    height: calc(30px + 4.3rem);
    padding: 0;
    align-items: center;
    justify-content: center;
    background: #0083ee31;
    border-radius: 6px;
    margin: 0;
  }
  .productOrder .orderList li a {
    font-size: calc(10px + 1.5rem);
    font-weight: bold;
    color: #0083EE;
    line-height: calc(16px + 1rem);
  }
  .productOrder .orderList .activesSelect {
    background-color: #0083EE;
  }
  .productOrder .orderList .activesSelect a {
    color: #fff;
  }
  .productList {
    padding-top: 2rem;
    width: 100%;
  }
  .productList h3 {
    display: none;
  }
  .productList .show ul {
    justify-content: space-between;
  }
  .productList .show .showItem {
    width: 47%;
    margin: 0 0 3rem;
  }
  .productList .show .showItem .img .name {
    font-size: calc(10px + 1.2rem);
  }
  .productList .show .showItem p {
    font-size: calc(10px + 1.2rem);
    line-height: calc(16px + 2rem);
  }
  .productReplenish .navBox {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    border-top: 0.2rem solid #EEE;
    white-space: nowrap;
  }
  .productReplenish .navItem {
    padding-top: 2rem;
    font-size: calc(10px + 1.5rem);
    margin-right: 3rem;
    color: #333;
  }
  
  
  .huge .huge_img {
      width: 89%;
  }
}
