
.left_menu_box a:hover{
  color:var(--webmainho);
}

.product_page_box {
  width: 100%;
  max-width: 1375px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
}

.product_page_sort {
  width: 100%;
  display: flex;
  flex-direction: row;
  min-height: 400px;
}

.left_menu_box {
  width: 18%;
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
}

.right_goods_box {
  width: 82%;
  background-color: white;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 15px 0px;
  margin-left: 20px;
}

.right_goods_title {
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: 20px;
}

.product_menu_i {
  margin-left: auto;
  font-size: 12px;
  width:30px;
  display:inline-flex;
  justify-content:center;
}

.product_menu_i2 {
  margin-left: auto;
  padding-right: 3px;
  font-size: 12px;
  width:30px;
  display:inline-flex;
  justify-content:center;
}

.product_goods_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.product_goods {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 0px 10px;
  margin-bottom: 30px;
}

.product_goods span:nth-child(3) {
  font-weight: 900;
}

.product_goods:hover .product_goods_img {
  filter: brightness(0.5);
}

.product_goods:hover .product_goods_buybtn {
  opacity: 1;
}

.product_goods_buybtn:hover {
  background-color: var(--webmainho);
  color: white;
}

.product_goods_img {
  width: 100%;
  aspect-ratio: 1;
  background-position: center;
  background-size: cover;
  margin-bottom: 5px;
  transition: 0.5s ease;
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 1;
}

.product_goods_buybtn {
  position: absolute;
  bottom: 20px;
  background: white;
  width: 80%;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  transition: 0.2s ease;
  opacity: 0;
  z-index: 2;
  font-size:16px;
}

.product_goods_buybtn2 {
  background-color:var(--webmainho) ;
  width: 100%;
  padding: 5px 0px;
  box-sizing:border-box;
  text-align: center;
  border-radius: 5px;
  color:white;
  margin-top:10px;
  font-size:16px;
  display:none;
}

.product_goods_cssbox {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  align-items: center;
}

.product_main_menu {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  cursor: pointer;
  padding: 5px 0px;
  letter-spacing: 0px;
}

.product_sec_menu {
  display: flex;
  flex-direction: column;
  padding: 10px 0px 10px 10px;
  letter-spacing: 0px;
}

.product_third_menu {
  position: absolute;
  left: 193px;
  width: 200px;
  height: auto;
  background-color: #f5f4f4;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  z-index: 3;
  top:-18px;
}

.product_third_menu a {
  margin-bottom: 10px;
}

.product_third_menu a:last-child {
  margin-bottom: 0px;
}

.product_sec_menu02 {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
  color: #8f918f;
}

.product_page_number {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.product_page_number a {
  width: 35px;
  aspect-ratio: 1;
  margin: 20px 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
}

.product_page_number a.active {
  background-color: var(--webmainho);
  color: white;
  font-weight: 600;
}

.product_goods_sort01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 70px;
}

.product_goods_sort01 .discount{
  color:var(--webmainho);
}

.product_goods_sort01 span:nth-child(2) {
  letter-spacing: 1px;
  font-weight: 900;
}

.product_goods_sort01 del {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #888888;
}

/*ii*/

.productii_page_box {
  width: 100%;
  max-width: 1175px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
}

.pii_box_sort {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 50px;
  justify-content: center;
}

.piigd_left_sort {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 50px;
}

.slider-for {
  width: 450px;
  margin-bottom: 20px;
  max-width:100%;
}

.slider-for div {
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  background-position: center;
  height: auto;
}

.slider-nav {
  width: 450px;
  max-width:100%;
}

.slider-nav a {
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  background-position: center;
}

.piigd_right_sort {
  width: 40%;
  display: flex;
  flex-direction: column;
}

.piigd_right_title {
  font-size: 25px;
  margin-bottom: 20px;
}

.piigd_right_stitle {
  font-size: 14px;
}

.piigd_right_stitle2 {
  font-size: 14px;
  margin-bottom: 5px;
  color: #a7a4a4;
}

.piigd_dis_textbox {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin-bottom: 20px;
  border-left: 3px solid var(--webmainho);
  padding-left: 10px;
  box-sizing: border-box;
}

.product_intro {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin-bottom: 20px;
  padding-left: 10px;
  box-sizing: border-box;
  margin-top: 10px;
  list-style-position: inside;
}

.product_intro li {
  list-style: disc;
  list-style: inside;
}

.goods_intro_title {
  text-align: center;
  margin: 30px auto;
  font-size: 22px;
  position: relative;
  width: fit-content;
}

.goods_intro_title::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 40%;
  height: 3px;
  background-color: var(--webmainho);
  left: 30%;
}

.pii_goods_price_sort{
  display:flex;
  flex-direction:row;
  align-items:center;
  margin-bottom:20px;
}

.pii_goods_price {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0px;  
  color: var(--webmainho);
  margin-right:20px;
  
}

.pii_goods_price_sort del{
  font-weight:500;
  color: #888888;
  letter-spacing:1px;
}

.pii_spbtn_box {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.pii_spbtn_plus {
  font-weight: 600;
  border: 1px solid #cccccc;
  border-right: none;
  display: inline-flex;
  height: 40px;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  box-sizing: border-box;
}

.pii_spbtn_redu {
  font-weight: 600;
  border: 1px solid #cccccc;
  border-left: none;
  display: inline-flex;
  height: 40px;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  box-sizing: border-box;
}

.pii_spbtn_ipt {
  flex: 1;
  height: 40px;
  border: 1px solid #cccccc;
  padding: 0px;
  box-sizing: border-box;
  text-align: center;
}

.pii_spcar_btn {
  width: 100%;
  background-color: var(--webmainho);
  color: white;
  padding: 10px 0px;
  text-align: center;
  border-radius: 5px;
}

.pii_down_textbox {
  width: 95%;
  border-top: 1px solid;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
}

.pii_margin_box {
  margin-top: 20px;
}

/*comingsoon*/

.coming_goods_img {
  width: 100%;
  aspect-ratio: 1;
  background-position: center;
  background-size: cover;
  margin-bottom: 5px;
  transition: 0.5s ease;
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 1;
}

.coming_mask {
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
}

.coming_word {
  width: 100%;
  height: 100%;
  color: white;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 20px;
  font-weight: 600;
}




@media (max-width:1380px){
  .left_menu_box {
    display:none;
}
.right_goods_box {
    width: 100%;
    margin-left: 0px;
}
.right_goods_title {
    margin-left: 0px;
    text-align: center;
    margin-top:20px;
}

}


@media (max-width:1400px){

  .product_goods_buybtn2 {
  display:block;
}
.product_goods_buybtn {
	display:none;
}
.product_goods:hover .product_goods_img {
  filter: brightness(1);
}
}

@media (max-width:768px){
  .product_goods {
    width: 33.3%;
}

.pii_box_sort {    
    flex-direction: column;    
    align-items: center;
}

.piigd_left_sort {
    width: 90%;    
    padding-right: 0px; 
    margin-bottom:20px;
}

.piigd_right_sort {
    width: 90%;    
}

.slider-for {
    width: 100%;    
}

.slider-nav {
    width: 100%;    
}

}

@media (max-width:500px){
    .product_goods {
    width: 50%;
}
}