.bread {
  background: #F7F7F7;
}
.bread .main .left {
  display: none;
}
.product {
  background: #F7F7F7;
  padding: 0.18rem 0 1.22rem;
  font-size: 0.18rem;
  overflow: hidden;
}
.product .main {
  display: flex;
  justify-content: space-between;
}
.product .main .product_fl {
  width: 4.1rem;
  height: fit-content;
  background: #fff;
  overflow: hidden;
  border-radius: 0.1rem 0.1rem 0.2rem 0.2rem;
}
.product .main .product_fl .product_name {
  padding: 0.22rem 0;
  text-align: center;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.35rem;
  color: #FFFFFF;
  background: #74951A;
}
.product .main .product_fl .product_list {
  padding: 0.02rem 0.24rem 0.45rem 0.24rem;
}
.product .main .product_fl .product_list a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.15rem;
  border-bottom: 0.01rem solid #E0E0E0;
  margin-top: 0.22rem;
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 0.2rem;
  color: #000000;
  position: relative;
}
.product .main .product_fl .product_list a i {
  width: 0.1rem;
  height: 0.1rem;
  background: url(../img/head_icon1.png) center no-repeat;
  background-size: contain;
}
.product .main .product_fl .product_list a::before {
  content: '';
  position: absolute;
  bottom: -0.01rem;
  left: 0;
  width: 0;
  height: 0.01rem;
  background: #AFE127;
  transition: all 0.3s ease-in-out;
}
.product .main .product_fl .product_list a.active,
.product .main .product_fl .product_list a:hover {
  color: #74951A;
}
.product .main .product_fl .product_list a.active i,
.product .main .product_fl .product_list a:hover i {
  background: url(../img/head_icon.png) center no-repeat;
  background-size: contain;
}
.product .main .product_fl .product_list a.active::before,
.product .main .product_fl .product_list a:hover::before {
  width: 100%;
}
.product .main .product_fr {
  width: calc(100% - 4.55rem);
}
.product .main .product_fr .search-form {
  width: 100%;
  position: relative;
}
.product .main .product_fr .search-form .search-input {
  width: 100%;
  padding: 0.26rem 0.8rem 0.26rem 0.26rem;
  background: #FFFFFF;
  border-radius: 0.05rem;
  border: 0.01rem solid #E8E8E8;
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 0.18rem;
  color: #74951A;
}
.product .main .product_fr .search-form .search-input::placeholder {
  color: #AFAFAF;
}
.product .main .product_fr .search-form .search-input:focus {
  border: 0.01rem solid #74951A;
}
.product .main .product_fr .search-form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.2rem;
  width: 0.38rem;
  height: 0.38rem;
  border: none;
  cursor: pointer;
  background: none;
  background: url(../img/search_icon1.png) center no-repeat;
  background-size: contain;
}
.product .main .product_fr .product_list .product_item {
  width: 100%;
  height: 3.33rem;
  margin-top: 0.3rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.product .main .product_fr .product_list .product_item .product_txt {
  width: 56%;
  height: 100%;
  padding: 0.78rem 0.56rem;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.product .main .product_fr .product_list .product_item .product_txt .product_title {
  width: 100%;
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 0.3rem;
  color: #4A4A4A;
}
.product .main .product_fr .product_list .product_item .product_txt .product_title span {
  color: #FF0000;
}
.product .main .product_fr .product_list .product_item .product_txt .popup_open {
  padding: 0.11rem 0.18rem;
  display: flex;
  align-items: center;
  column-gap: 0.13rem;
  border: 0.01rem solid #DBDBDB;
  border-radius: 0.1rem;
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 0.18rem;
  color: #AAAAAA;
}
.product .main .product_fr .product_list .product_item .product_txt .popup_open i {
  width: 0.1rem;
  height: 0.1rem;
  background: url(../img/head_icon1.png) center no-repeat;
  background-size: contain;
}
.product .main .product_fr .product_list .product_item .product_img {
  width: 44%;
  height: 100%;
  overflow: hidden;
}
.product .main .product_fr .product_list .product_item .product_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.product .main .product_fr .product_list .product_item:hover {
  background: #FFFFFF url(../img/product_bg.png) top left no-repeat;
  background-size: 4.31rem auto;
  box-shadow: 0rem 0rem 0.35rem 0.01rem rgba(0, 0, 0, 0.1);
}
.product .main .product_fr .product_list .product_item:hover .product_txt .product_title {
  color: #74951A;
}
.product .main .product_fr .product_list .product_item:hover .product_txt .popup_open {
  background: #74951A;
  color: #FFFFFF;
}
.product .main .product_fr .product_list .product_item:hover .product_txt .popup_open i {
  filter: brightness(0) invert(1);
}
.product .main .product_fr .product_list .product_item:hover .product_img img {
  transform: scale(1.1);
}
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  display: none;
}
.popup .popup_content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 12rem;
  height: auto;
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.76rem;
  font-size: 0.3rem;
}
.popup .popup_content .popup_close {
  position: absolute;
  top: 0.2rem;
  right: 0.26rem;
  width: 0.34rem;
  height: 0.34rem;
  cursor: pointer;
}
.popup .popup_content .popup_close img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup .popup_content .popup_name {
  margin-bottom: 0.13rem;
  text-align: center;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
}
.popup .popup_content .popup_email {
  text-align: center;
  font-family: Poppins-Bold;
  font-weight: bold;
  font-size: 0.35rem;
  color: #74951A;
}
.search_null img {
  width: 3.45rem;
  height: auto;
  object-fit: contain;
  margin: 0.15rem auto 0.14rem;
  display: block;
}
.search_null p {
  width: 100%;
  text-align: center;
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 0.2rem;
  color: #7C7C7C;
}





/* mobile-adapt: product page tablet keeps filter sidebar usable */
@media screen and (max-width: 1042px) {
  .product {
    padding: 24px 0 80px;
  }
  .product .main {
    column-gap: 28px;
  }
  .product .main .product_fl {
    width: 300px;
  }
  .product .main .product_fl .product_name {
    font-size: 26px;
  }
  .product .main .product_fl .product_list {
    padding: 2px 18px 26px;
  }
  .product .main .product_fl .product_list a {
    font-size: 16px;
  }
  .product .main .product_fr {
    width: calc(100% - 328px);
  }
  .product .main .product_fr .search-form .search-input {
    padding: 18px 58px 18px 18px;
    font-size: 16px;
  }
  .product .main .product_fr .search-form button {
    width: 30px;
    height: 30px;
  }
  .product .main .product_fr .product_list .product_item {
    height: 260px;
  }
  .product .main .product_fr .product_list .product_item .product_txt {
    padding: 48px 36px;
  }
  .product .main .product_fr .product_list .product_item .product_txt .product_title {
    font-size: 24px;
  }
  .product .main .product_fr .product_list .product_item .product_txt .popup_open {
    font-size: 16px;
  }
  .popup .popup_content {
    padding: 54px 36px 42px;
  }
}

/* mobile-adapt: product page phone turns sidebar into horizontal category rail */
@media screen and (max-width: 768px) {
  .product {
    padding: 18px 0 54px;
  }
  .product .main {
    display: block;
  }
  .product .main .product_fl {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .product .main .product_fl .product_name {
    padding: 14px 0;
    font-size: 22px;
  }
  .product .main .product_fl .product_list {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 14px;
  }
  .product .main .product_fl .product_list a {
    flex: 0 0 auto;
    margin: 0;
    padding: 8px 14px;
    border: 1px solid #E0E0E0;
    border-radius: 999px;
    font-size: 14px;
    white-space: nowrap;
  }
  .product .main .product_fl .product_list a::before,
  .product .main .product_fl .product_list a i {
    display: none;
  }
  .product .main .product_fl .product_list a.active,
  .product .main .product_fl .product_list a:hover {
    background: #74951A;
    color: #FFFFFF;
  }
  .product .main .product_fr {
    width: 100%;
  }
  .product .main .product_fr .search-form .search-input {
    padding: 14px 50px 14px 14px;
    font-size: 14px;
  }
  .product .main .product_fr .product_list .product_item {
    height: auto;
    display: block;
    border-radius: 10px;
  }
  .product .main .product_fr .product_list .product_item .product_txt,
  .product .main .product_fr .product_list .product_item .product_img {
    width: 100%;
  }
  .product .main .product_fr .product_list .product_item .product_txt {
    padding: 24px 20px;
    display: block;
  }
  .product .main .product_fr .product_list .product_item .product_txt .product_title {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .product .main .product_fr .product_list .product_item .product_txt .popup_open {
    width: fit-content;
    font-size: 14px;
  }
  .product .main .product_fr .product_list .product_item .product_img {
    height: 220px;
  }
  .popup .popup_content {
    width: 94%;
    padding: 46px 22px 30px;
    font-size: 18px;
  }
  .popup .popup_content .popup_close {
    top: 14px;
    right: 16px;
    width: 28px;
    height: 28px;
  }
  .popup .popup_content .popup_name {
    font-size: 22px;
  }
  .popup .popup_content .popup_email {
    font-size: 24px;
  }
  .search_null img {
    width: 220px;
  }
  .search_null p {
    font-size: 14px;
  }
}










