/* 头部 */
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);
}

.poster-img {
  width: 100%;
  height: 100%;
}

.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;
  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: 19rem;
  height: 30rem;
  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: 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;
  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;
}


.facual-centent {
  padding-top: 7.5rem;
  margin: auto;
  text-align: center;
}

.facual-stuste {
  display: flex;
  justify-content: space-between;
  width: 50%;
  margin: 2rem auto;
  margin-bottom: 7.5rem;
}

.facual-stuste-centent {
  text-align: center;
}

.facual-stuste-centent :nth-child(2) {
  font-weight: bold;
  margin-top: 2rem;
  font-size: 2rem;
}

.facual-stuste-centent :nth-child(3) {
  line-height: 1.6rem;
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.3rem;
}

.facual-stuste-centent :nth-child(4) {
  line-height: 1.6rem;
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.3rem;
}
.rationaliz-centent {
  padding: 7.5rem 0;
  background-color: #F7F7F7;
}

.rationaliz-centent-title {
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
}

.rationaliz-introduction {
  width: 80%;
  margin-left: 15%;
  display: flex;
  margin-top: 4rem;
}

.introduction-centent {
  width: 40%;
  padding-top: 4rem;
}

.introduction-centent div {
  font-weight: 400;
  font-size: 2rem;
  line-height: 5.7rem;
  margin-left: 15%;
}

.introduction-img {
  width: 60%;
  height: 100%;
}

.introduction-img img {
  width: 100%;
}

.rationaliz-model {
  width: 100%;

}

.rationaliz-model-title {
  font-weight: bold;
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  padding-top: 7rem;
}

.rationaliz-model-img {
  text-align: center;
  margin-top: 5rem;
}

.rationaliz-model-img img{
  width: 58.4375rem;
  height: 33.875rem;
}

.title-line {
  display: flex;
  justify-content: center;
  margin-top: 1rem;

}

.title-line .line-centent1 {
  width: 1.32rem;
  height: 0.375rem;
  background: #FBCD36;
}
.line-centent2{
  width: 1.32rem;
  height: 0.375rem;
  background: #FBCD36;
  margin-left: 1rem;
}
.line-centent3{
  height: 0.375rem;
  background-color: #90d12e;
  width: 3.68rem;
  margin-left: 1rem;
}
.rationaliz-model-table {
  width: 70%;
  margin: auto;
}

.model-table-top {
  text-align: center;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  font-weight: bold;
  font-size: 1.6rem;
  border: 2px solid #78BA0B;
}

.model-table-centnt {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 2px solid #78BA0B;
  border-top: none;
  font-size: 1.5rem;
  height: 6rem;

}

.model-table-centnt div {
  flex: 1;
  height: 100%;
  line-height: 6rem;
  text-align: center;
  border-right: 1px solid #78BA0B;
}

.model-table-centnt div:last-child {
  border: none;
}

.rationaliz-Indications {
  text-align: center;
  padding-top: 8.9rem;

}

.rationaliz-Indications-title {
  font-weight: bold;
  font-size: 3.5rem;
}

.rationaliz-picture {
  width: 70%;
  margin: auto;
  display: flex;
  position: relative;
  height: 36rem;
  margin-top: 3rem;

}

.picture-top1 {
  width: 12.62rem;
  height: 12.62rem;
  background: #EFF7E1;
  border: dashed 2px #90d12e;
  border-radius: 50%;
  align-items: center;
  font-size: 2rem !important;
  font-weight: 400;
  line-height: 12.62rem;
  font-size: 2.8rem;
}

.rowLine-top1 {
  position: absolute;
  width: 12rem;
  border: dashed 2px #90d12e;
  left: 12rem;
  top: 12rem;
  transform: rotate(30deg);
}

.picture-top2 {
  width: 12.62rem;
  height: 12.62rem;
  background: #EFF7E1;
  border: dashed 2px #90d12e;
  border-radius: 50%;
  align-items: center;
  font-size: 2rem !important;
  font-weight: 400;
  line-height: 12.62rem;
  position: absolute;
  left: 20rem;

  top: 14rem;
}

.rowLine-top2 {
  position: absolute;
  width: 15rem;
  border: dashed 2px #90d12e;
  left: 30rem;
  top: 12rem;
  font-size: 2rem !important;
  transform: rotate(-30deg);
}

.picture-top3 {
  width: 12.62rem;
  height: 12.62rem;
  background: #EFF7E1;
  border: dashed 2px #90d12e;
  border-radius: 50%;
  align-items: center;
  font-size: 2rem !important;
  font-weight: 400;
  line-height: 3.32rem;
  position: absolute;
  left: 40rem;
  top: 0rem;
}

.picture-top3-1 {
  margin-top: 3rem;
}

.rowLine-top3 {
  position: absolute;
  width: 20.9rem;
  border: dashed 2px #90d12e;
  right: 11rem;
  font-size: 2.8rem;
  top: 12rem;
  transform: rotate(30deg);
}

.picture-top4 {
  width: 12.62rem;
  height: 12.62rem;
  background: #EFF7E1;
  border: dashed 2px #90d12e;
  border-radius: 50%;
  align-items: center;
  font-size: 2rem !important;
  font-weight: 400;
  line-height: 3.32rem;
  position: absolute;
  right: 0rem;
  top: 14rem;
}

.picture-bootm1 {
  line-height: 3.32rem;
}

.picture-bootm3 {
  line-height: 12.62rem;
}

.picture-bootem {
  position: relative;
  top: -8rem;
}