.product_section .product {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product_section .product .product_nav {
  position: absolute;
  top: 0.64rem;
  width: 100%;
  height: 0.64rem;
  z-index: 2;
  transition: all 0.2s linear;
}
.product_section .product .product_nav.active {
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(25px);
}
.product_section .product .product_nav.active ul li a {
  color: #262626;
}
.product_section .product .product_nav ul {
  display: flex;
  align-items: center;
  height: 0.64rem;
}
.product_section .product .product_nav ul li {
  font-size: 0.14rem;
  color: #FFFFFF;
  margin-right: 0.32rem;
}
.product_section .product .product_nav ul li.active {
  font-weight: 700;
}
.product_section .product .product_main {
  position: relative;
  width: 100%;
  height: 8rem;
  margin-top: 0.64rem;
  z-index: 1;
}
.product_section .product .product_main .product_mainbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_section .product .product_main .product_title {
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product_section .product .product_main .product_title .first {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.7);
}
.product_section .product .product_main .product_title .second {
  font-size: 0.4rem;
  color: #ffff;
}
.product_section .product .product_main .product_title .three {
  font-size: 0.22rem;
  color: #ffff;
}
.product_section .product .product_main .product_title .more {
  cursor: pointer;
  color: #ffff;
  font-size: 0.14rem;
  border: 1px solid #ffff;
  padding: 0.06rem 0.16rem;
  border-radius: 0.28rem;
  white-space: nowrap;
  margin-top: 0.24rem;
}
.product_section .product .product_some {
  display: flex;
  align-items: center;
  flex-direction: center;
  gap: 0.08rem;
  width: 100%;
}
.product_section .product .product_some .product-item {
  position: relative;
  width: 100%;
  height: 7rem;
  margin-top: 0.1rem;
}
.product_section .product .product_some .product-item .product-item-title {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0.68rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product_section .product .product_some .product-item .product-item-title .first {
  font-size: 0.16rem;
  color: rgba(38, 38, 38, 0.7);
}
.product_section .product .product_some .product-item .product-item-title .second {
  font-size: 0.4rem;
  font-weight: 500;
  color: #262626;
}
.product_section .product .product_some .product-item .product-item-title .three {
  width: 100%;
  font-size: 0.22rem;
  color: #262626;
  margin-bottom: 0.14rem;
  text-align: center;
}
.product_section .product .product_some .product-item .product-item-title .more {
  cursor: pointer;
  font-size: 0.14rem;
  color: #262626;
  border: 1px solid #262626;
  border-radius: 0.28rem;
  padding: 0.04rem 0.16rem;
  margin-bottom: 500px;
}
.product_section .product .product_some .product-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.floor .w {
  margin-top: 0.8rem;
}
.floor .w .main h2 {
  font-size: 0.56rem;
  font-weight: 500;
  color: #262626;
}
.floor .w .explain {
  margin-top: 0.56rem;
}
.floor .w .explain .explain_hd img {
  width: 100%;
  height: 4.16rem;
  object-fit: cover;
}
.floor .w .explain .explain_bd {
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
}
.floor .w .explain .explain_lf .name {
  font-size: 0.16rem;
  font-weight: 500;
  color: #262626;
}
.floor .w .explain .explain_lf .num {
  font-size: 0.14rem;
  color: rgba(38, 38, 38, 0.7);
  margin-top: 0.04rem;
}
.floor .w .explain .explain_lf .featrue {
  margin-top: 0.16rem;
  font-size: 0.14rem;
  color: #262626;
}
.floor .w .explain .explain_rh {
  display: flex;
}
.floor .w .explain .explain_rh a {
  font-size: 0.14rem;
  color: #262626;
}
.floor .w .products {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.8rem;
  gap: 0.28rem;
}
.floor .w .products .products_item {
  width: 4.46rem;
  margin-bottom: 0.6rem;
}
.floor .w .products .products_item .products_itemimg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.46rem;
  background: #FAFAFA;
}
.floor .w .products .products_item .products_itemimg img {
  width: auto;
  height: 2.4rem;
}
.floor .w .products .products_item .products_itemimg .products_itemtags {
  position: absolute;
  bottom: 0.16rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floor .w .products .products_item .products_itemimg .products_itemtags .products_itemtag {
  cursor: pointer;
  padding: 0.04rem 0.12rem;
  color: #262626;
  background: rgba(38, 38, 38, 0.03);
  font-size: 0.12rem;
  margin: 0 0.04rem;
  border-radius: 0.24rem;
}
.floor .w .products .products_item .products_itemimg .products_itemtags .products_itemtag.active {
  background: #004C97;
  color: #fff;
}
.floor .w .products .products_item .products_iteminfo {
  padding-top: 0.24rem;
}
.floor .w .products .products_item .products_iteminfo .name {
  font-size: 0.16rem;
  font-weight: 500;
  color: #262626;
}
.floor .w .products .products_item .products_iteminfo .num {
  font-size: 0.14rem;
  color: rgba(38, 38, 38, 0.7);
  margin-top: 0.04rem;
}
.floor .w .products .products_item .products_iteminfo .featrue {
  margin-top: 0.08rem;
  font-size: 0.14rem;
  color: #262626;
}
.floor .w .products .products_item .products_iteminfo .more {
  display: block;
  margin-top: 0.16rem;
  font-size: 0.14rem;
  color: #262626;
}
.floor .w .products_add {
  cursor: pointer;
  margin: 0 auto;
  font-size: 0.16rem;
  color: #FFFFFF;
  background-color: #262626;
  border-radius: 0.35rem;
  width: 1.18rem;
  height: 0.35rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.way {
  margin-top: 0.8rem;
  margin-bottom: 2.4rem;
}
.way .way-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.way .way-header .way-title {
  font-size: 0.56rem;
  font-weight: 500;
  color: #262626;
}
.way .way-header .way_btns {
  display: flex;
  align-items: center;
}
.way .way-header .way_btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  margin-left: 0.24rem;
  background: rgba(38, 38, 38, 0.05);
}
.way .way-header .way_btn span {
  font-size: 0.25rem;
  color: rgba(38, 38, 38, 0.25);
  font-weight: 500;
}
.way .mySwiper_resolution {
  margin-top: 0.56rem;
}
.way .mySwiper_resolution .swiper-slide {
  width: 4.2rem;
  height: 5.6rem;
  border-radius: 0.2rem;
}
.way .mySwiper_resolution .resolute_item {
  position: relative;
  width: 4.2rem;
  height: 5.6rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.way .mySwiper_resolution .resolute_item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.way .mySwiper_resolution .resolute_item .solution_title {
  position: absolute;
  bottom: 0.4rem;
  left: 0.48rem;
  z-index: 2;
}
.way .mySwiper_resolution .resolute_item .solution_title h2 {
  color: #fff;
  font-size: 0.32rem;
  font-weight: 500;
}
.way .mySwiper_resolution .resolute_item .solution_title .more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.04rem;
  height: 0.28rem;
  border-radius: 0.28rem;
  border: 1px solid #FFFFFF;
  font-size: 0.14rem;
  margin-top: 0.16rem;
}
