.productNavWrap {
  background: #258d3a;
}
.productNavWrap .productNav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.productNavWrap .pronavitem {
  height: 114px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.productNavWrap .pronavitem.pronavitemAct .navitemicon {
  opacity: 1 !important;
}
.productNavWrap .pronavitem + .pronavitem::before {
  content: "";
  width: 1px;
  height: 24px;
  opacity: 0.2;
  background: #fff;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 40px;
}
.productNavWrap .pronavitem .navitemtt {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
.productNavWrap .pronavitem .navitemtips {
  opacity: 0.6;
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 6px;
}
.productNavWrap .pronavitem .navitemicon {
  display: block;
  width: 32px;
  height: 14px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s;
}
.productWrap {
  padding: 50px 0;
}
.productWrap .pronavlist {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f3f3f3;
}
.productWrap .pronavlist.pronavlistAct {
  padding-bottom: 0;
  border-bottom: 0;
}
.productWrap .pronavlist.pronavlistAct .pplist {
  display: block;
}
.productWrap .pronavlist.pronavlistAct .prolistr {
  transform: rotate(0) !important;
}
.productWrap .pronavlist .prolisttop {
  cursor: pointer;
}
.productWrap .pronavlist .prolisttop .lticon {
  width: 10px;
  height: 10px;
  display: block;
}
.productWrap .pronavlist .prolisttop .prolistinfo {
  width: 100%;
  align-items: center;
}
.productWrap .pronavlist .prolisttop .prolistinfo .prolistl {
  flex: 1;
  padding-left: 30px;
}
.productWrap .pronavlist .prolisttop .prolistinfo .prolistl .ltt {
  color: #131317;
  font-weight: 600;
  font-size: 28px;
}
.productWrap .pronavlist .prolisttop .prolistinfo .prolistl .ltips {
  font-size: 16px;
  line-height: 22px;
  margin-top: 4px;
  color: #13131735;
}
.productWrap .pronavlist .prolisttop .prolistinfo .prolistr {
  flex-shrink: 0;
  margin-left: 50px;
  width: 38px;
  height: 38px;
  display: block;
  transition: all 0.5s;
  transform: rotate(180deg);
}
.productWrap .pronavlist .pplist {
  display: none;
}
.productWrap .pronavlist .pplist .listtt {
  padding: 30px 30px 0;
  color: #131317;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
}
.productWrap .pronavlist .pplist .list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.productWrap .pronavlist .pplist .list .item {
  cursor: pointer;
  height: 221px;
  background: #f7f7f7;
}
.productWrap .pronavlist .pplist .list .item:hover {
  background: linear-gradient(117.81deg, #258d3a1a 20.35%, #258d3a00 106.54%), #f7f7f7;
}
.productWrap .pronavlist .pplist .list .item:hover .btn {
  background: #258d3a;
  color: #fff;
}
.productWrap .pronavlist .pplist .list .item .img {
  flex-shrink: 0;
  width: 143px;
  height: 200px;
  object-fit: contain;
  display: block;
  margin-top: 10px;
}
.productWrap .pronavlist .pplist .list .cont {
  padding: 30px 20px 40px;
  flex: 1;
  box-sizing: border-box;
  position: relative;
  margin-left: 8px;
}
.productWrap .pronavlist .pplist .list .cont .tt {
  color: #131317;
  font-weight: 600;
  font-size: 20px;
}
.productWrap .pronavlist .pplist .list .cont .tips {
  font-size: 11px;
  margin-top: 4px;
  color: #13131735;
}
.productWrap .pronavlist .pplist .list .cont .desc {
  margin-top: 20px;
}
.productWrap .pronavlist .pplist .list .cont .desc .descitem + .descitem {
  margin-top: 7px;
}
.productWrap .pronavlist .pplist .list .cont .desc .descitem .ii .iit {
  font-size: 12px;
  flex: 1;
  color: #131317;
}
.productWrap .pronavlist .pplist .list .cont .desc .descitem .ii .num {
  flex-shrink: 0;
  margin-left: 12px;
  color: #b4181d;
  font-size: 12px;
}
.productWrap .pronavlist .pplist .list .cont .desc .descitem .itxt {
  font-size: 12px;
  margin-top: 2px;
  color: #13131735;
}
.productWrap .pronavlist .pplist .list .cont .btn {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  padding: 8px 24px;
  background: linear-gradient(#258d3a1a, #258d3a1a), #ffffff;
  color: #258d3a;
  font-size: 12px;
  line-height: 17px;
}
.productWrap .pronavlist .pplist .list .cont .btn .btnicon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 12px;
  height: 12px;
  display: block;
}
.prodetail {
  padding: 70px 0;
}
.prodetail .ttwrap {
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
  border-bottom: 1px solid #f3f3f3;
}
.prodetail .ttwrap::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 194px;
  height: 1px;
  background-color: #b4181d;
}
.prodetail .ttwrap .tt {
  color: #131317;
  font-weight: 600;
  font-size: 32px;
}
.prodetail .ttwrap .ttips {
  font-size: 16px;
  color: #13131735;
}
.prodetail .shopinfo .s_img {
  width: 546px;
  flex-shrink: 0;
}
.prodetail .shopinfo .s_img .gallery-top {
  width: 546px;
  height: 546px;
  border: 1px solid #13131733;
  box-sizing: border-box;
  background: #ffffff;
}
.prodetail .shopinfo .s_img .gallery-top .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prodetail .shopinfo .s_img .gallery-top img {
  width: 546px;
  height: 546px;
  object-fit: contain;
  display: block;
}
.prodetail .shopinfo .s_img .gallery-thumbs {
  margin-top: 20px;
}
.prodetail .shopinfo .s_img .gallery-thumbs .swiper-wrapper {
  display: flex;
  align-items: center;
}
.prodetail .shopinfo .s_img .gallery-thumbs .swiper-slide {
  width: 70px;
  height: 70px;
  border: 1px solid #f3f3f3;
  box-sizing: border-box;
  background: #ffffff;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prodetail .shopinfo .s_img .gallery-thumbs .swiper-slide.swiper-slide-active {
  border: 1px solid #258d3a !important;
}
.prodetail .shopinfo .s_img .gallery-thumbs img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  display: block;
}
.prodetail .shopinfo .sinfo {
  flex: 1;
  margin-left: 50px;
  padding-top: 40px;
}
.prodetail .shopinfo .sinfo .sinfott {
  color: #131317;
  font-family: "PingFang SC";
  font-weight: 600;
  font-size: 20px;
}
.prodetail .shopinfo .sinfo .sinfotips {
  margin: 24px 0 20px;
  color: #131317;
  font-size: 16px;
  line-height: 26px;
  white-space: pre-wrap;
}
.prodetail .shopinfo .sinfo .tagwrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.prodetail .shopinfo .sinfo .tagwrap .tag {
  margin-top: 10px;
  margin-right: 10px;
  padding: 6px 12px;
  border: 1px solid #b4181d;
  color: #b4181d;
  font-size: 10px;
}
.prodetail .shopinfo .sinfo .btnwrap {
  display: flex;
  margin-top: 30px;
}
.prodetail .shopinfo .sinfo .btnwrap .btn {
  min-width: 210px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 15px;
  background: #258d3a;
  line-height: 21px;
  cursor: pointer;
}
.prodetail .shopinfo .sinfo .btnwrap .btn + .btn {
  margin-left: 12px;
}
.prodetail .shopinfo .sinfo .btnwrap .btn img {
  width: 21px;
  height: 21px;
  display: block;
  margin-right: 6px;
}
.emailWrap {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
}
.emailWrap .efwrap {
  margin-top: 12px;
  box-shadow: 0px 5px 50px #2b523b33;
}
.emailWrap .efwrap .eftop {
  align-items: center;
  padding: 14px 16px;
  background: #258d3a;
}
.emailWrap .efwrap .eftop .eficon {
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
}
.emailWrap .efwrap .eftop .eftit {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-left: 8px;
  flex: 1;
}
.emailWrap .efwrap .eftop .efiicon {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: block;
  transition: all 0.5s;
}
.emailWrap .efwrap .eewrap {
  height: 426px;
  transition: all 0.5s;
}
.emailWrap .efwrap .eewrap .iform {
  padding: 24px;
  background: #ffffff;
}
.emailWrap .efwrap .eewrap .iform .formtit {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}
.emailWrap .efwrap .eewrap .iform .formtit span {
  color: #b4181d;
}
.emailWrap .efwrap .eewrap .iform .formtit.mt16 {
  margin-top: 16px;
}
.emailWrap .efwrap .eewrap .iform .input {
  padding: 16px 24px;
  border: 1px solid #f3f3f3;
  background: #f7f7f7;
  height: 20px;
  line-height: 20px;
  width: 436px;
  font-size: 14px;
  margin-bottom: 16px;
  border-left: 3px solid #b4181d;
  display: block;
}
.emailWrap .efwrap .eewrap .iform .input.textarea {
  height: 60px;
  resize: none;
}
.emailWrap .efwrap .eewrap .iform .place {
  color: #13131735;
}
.emailWrap .efwrap .eewrap .iform .save {
  width: max-content;
  cursor: pointer;
  padding: 12px 50px;
  background: #258d3a;
  margin: 30px auto 0;
  align-items: center;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
.emailWrap .efwrap .eewrap .iform .save img {
  width: 15px;
  height: 15px;
  display: block;
  margin-left: 8px;
}
