/* 头部 */
input {
  height: 2rem;
  outline: none;
  margin-top: 0.75rem;
}

input::placeholder {
  font-size: 0.67rem;
  font-family: Poppins;
  font-weight: 500;
  color: var(--gray-color6);
}

.add-hand {
  cursor: pointer;
}

.top-box {
  width: 100%;
  position: sticky;
  left: 0;
  top: 0;
  background-color: var(--white-color);
  z-index: 999;
}

.min-header {
  width: 100%;
  height: 2.63rem;
  background-color: var(--black-color1);
}

.min-header .min-header-box {
  height: 100%;
  display: flex;
  margin-left: 12.5rem;
  justify-content: space-between;
}

.min-header .min-header-box .min-header-left {
  /* width: 50%; */
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 0.83rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: var(--white-color);
}

.min-header .min-header-box .min-header-left .min-header-letter {
  /* width: 13.5rem; */
  margin-right: 6.5rem;
  height: 1.04rem;
  display: flex;
  align-items: center;
}

.min-header .min-header-box .min-header-left .min-header-letter img {
  width: 1.04rem;
  height: 1.04rem;
  margin-right: 0.46rem;
}

.min-header .min-header-box .min-header-left .min-header-time {
  display: flex;
  align-items: center;
}

.min-header .min-header-box .min-header-left .min-header-time img {
  width: 1.04rem;
  height: 1.04rem;
  margin-right: 0.42rem;
}

.min-header .min-header-box .min-header-right {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: 12.25rem;
}

.min-header .min-header-box .min-header-right .min-header-logo {
  width: 1.46rem;
  height: 1.46rem;
  margin-left: 0.54rem;
}

.min-header .min-header-box .min-header-right .min-header-logo img {
  width: 100%;
}

.wrap-box .wrap-header {
  width: 100%;
  height: 5rem;
  display: flex;
  align-items: center;
}


.leftLogo img {
  width: 100%;
}

.headerTab ul {
  /* 准确 */
  /* width: 41.79rem; */
  height: 2.54rem;
  margin-left: 2.33rem;
  /* 准确 */
  /* margin-right: 6.57rem; */
  margin-right: 5.5rem;
  display: flex;
  align-items: center;
}

.headerTab ul li {
  width: 6rem;
  height: 2.54rem;
  margin-right: 0.84rem;
  box-sizing: border-box;
  font-size: 1.04rem;
  font-family: Poppins;
  font-weight: 500;
  color: #252525;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .headerTab ul li:nth-child(6) {
  width: 6rem;
  height: 2.54rem;
  margin-right: 0.84rem;
  box-sizing: border-box;
  font-size: 1.04rem;
  font-family: Poppins;
  font-weight: 500;
  background: var(--theme-bg-color1);
  border-radius: 0.5rem;
  color: var(--white-color);
  color: #fff;
} */

.headerTab>ul li :hover {
  width: 6rem;
  height: 2.54rem;
  text-align: center;
  background: var(--theme-bg-color5);
  border-radius: 0.5rem;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.rightCountry {
  width: 2.92rem;
  height: 2.92rem;
  display: flex;
  justify-content: end;
}

.rightCountry img {
  width: 100%;
}

/* 头部 ------ end */

.productsBox {
  display: flex;
  align-items: flex-start;
  padding: 1.5rem 12.5rem;
  box-sizing: border-box;
  background-color: #fafafc;
}

.productsBox .productsType {
  position: sticky;
  top: 6.5rem;
  padding: 2rem;
  margin-right: 1rem;
  width: 23rem;
  /* width: 19rem; */
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 1.25rem;
  
}
.productsBox .productsType ul {
  /* position: fixed; */
  background-color: #fff;
}

.productsBox .productsType ul li {
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  width: 19rem;
  /* width: 15rem; */
  height: 5.125rem;
  line-height: 5.125rem;
  cursor: pointer;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6eb;
  border-radius: .25rem;
}

.productsBox .productsType ul li span {
  font-size: 1.5rem;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #17171a;
}

.productsBox .productsType ul li:hover {
  background-color: #f6fded;
}

.productsBox .productsType ul li.active span {
  color: #90d12e;
}

/* 右侧产品列表 */
.productsBox .productsList {
  flex: 1;
  background-color: #fff;
  padding: 3.125rem 3rem 1rem 3rem;
  border-radius: 1.25rem;
}

.productsBox .productsList .title {
  margin-bottom: 2.5rem;
  font-size: 2rem;
  font-family: PingFang SC-Heavy, PingFang SC;
  box-sizing: border-box;
  font-weight: 800;
  color: #17171a;
  line-height: 2.9375rem;
}

.productsBox .productsList .artificer,
.productsBox .productsList .consumable {
  /* margin-top: 1.5rem; */
}
.productsBox .productsList ul {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.productsBox .productsList ul li {
  /* margin-right: 3.5rem; */
  margin-right: 2.2rem;
  cursor: pointer;
}
.productsBox .productsList ul li:hover .productsName {
  color: #90d12e;
}
.productsBox .productsList ul li:nth-child(3n) {
  margin-right: 0;
}
.productsBox .productsList ul li .contant_item_img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 20rem;
  height: 20rem;
  background-color: #f5f5f9;
  border-radius: 1.25rem;
}

.productsBox .productsList ul li img {
  width: 14.375rem;
  height: 14.375rem;
  object-fit: cover;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  transition: all 1.1s;
}

.productsBox .productsList ul li img.image_2k {
  width: unset;
  height: unset;
  transform: scale(0.115);
}

.productsBox .productsList ul li:hover img {
    transform: scale(1.13);
    /* width: 16.25rem;
    height: 16.25rem; */
}

.productsBox .productsList ul li:hover img.image_2k {
  width: unset;
  height: unset;
  transform: scale(0.13);
}

.productsBox .productsList ul li .productsName {
  margin-top: 2rem;
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.25rem;
  font-family: PingFang SC-Bold, PingFang SC;
  color: #323238;
  line-height: 1.4375rem;
}


