header .pc_header .header_t img {
  max-width: 100% !important;
}
header .pc_header .header_b {
  position: static;
}
footer .footer_content .footer_c_item .wechat_pic img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: contain !important;
}
section .main_center {
  max-width: 1200px;
}
section .show_product {
  margin-top: 0.5rem;
  display: flex;
}
section .show_product .product_r {
  margin-left: 1rem;
  margin-top: 4%;
  width: 100%;
}
section .show_product .product_r h1 {
  font-size: 1.2rem;
  color: #333;
}
section .show_product .product_r .hs {
  margin-top: 0.5rem;
  color: #999;
  font-size: 14px;
}
section .show_product .product_r .jg_item {
  margin-top: 6%;
}
section .show_product .product_r .jg_item .jg_item_price .jg_item_price1 {
  display: flex;
  height: auto;
}
section .show_product .product_r .jg_item h2 {
  line-height: 2rem;
  font-size: 0.8rem;
  color: #333;
  font-weight: normal;
  border-bottom: 1px dashed #f0f0f0;
}
section .show_product .product_r .jg_item h2 b {
  color: #dc3025;
  font-size: 0.8rem;
}
section .show_product .product_r .jg_item h2 span {
  color: #333;
  font-size: 0.8rem;
  white-space: nowrap;
}
section .show_product .product_r .jg_item h2 em {
  text-decoration: line-through;
  color: #999;
}
section .show_product .product_r .jg_item h2 i {
  font-size: 0.8rem;
  color: #333;
}
section .show_product .product_r p {
  color: #333;
  line-height: 1.8;
  margin-top: 5%;
  font-size: 0.8rem;
}
section .show_product .product_r .now {
  margin-top: 4%;
}
section .show_product .product_r .now .dg {
  margin: 1rem 0 2rem;
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
}
section .show_product .product_r .now a {
  padding: 0.5rem 1.5rem;
  background-color: #dc3025;
  color: #fff;
  border-radius: 0.25rem;
  font-size: 0.8rem;
}
section .spxq {
  margin-bottom: 20px;
}
section .spxq .show_product_item {
  margin-top: 30px;
}
section .spxq .show_product_item .show_product_item_b {
  display: flex;
  align-items: flex-start;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_l {
  width: 18%;
  margin-right: 2%;
  box-sizing: border-box;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_l .goods {
  border: 1px solid #f0f0f0;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_l .goods .show_product_title {
  font-size: 1rem;
  text-align: center;
  height: 2.5rem;
  line-height: 2.5rem;
  color: #333;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_l .goods .product_list .show_product_fl {
  font-size: 0.9rem;
  height: 2rem;
  line-height: 2rem;
  background-color: #dc3025;
  color: #fff;
  padding-left: 0.5rem;
  border-bottom: 1px solid #fff;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_l .goods .product_list ul li {
  height: 1.5rem;
  padding: 0 0.5rem;
  line-height: 1.5rem;
  border-bottom: 1px dashed #f0f0f0;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_l .goods .product_list ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_l .goods .product_list ul li:last-child {
  border-bottom: 0;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_l .goods .product_list ul li:hover {
  background-color: #dc3025;
  color: #fff;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_l .recommend {
  margin-top: 1rem;
  border: 1px solid #f0f0f0;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_l .recommend .show_product_title {
  font-size: 1rem;
  text-align: center;
  height: 2.5rem;
  line-height: 2.5rem;
  background-color: #dc3025;
  border-bottom: 1px solid #fff;
  color: #fff;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_l .recommend a .recommend_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed #f0f0f0;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_l .recommend a .recommend_item .recommend_pic img {
  width: 100%;
  object-fit: contain;
  display: inline-block;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_l .recommend a .recommend_item p {
  text-align: center;
  color: #333;
  margin-top: 0.5rem;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_l .recommend a .recommend_item:nth-last-of-type {
  border-bottom: 0;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_l .recommend a:hover p {
  color: #dc3025;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_r {
  width: 80%;
  border: 1px solid #f0f0f0;
  padding: 0.5rem;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_r .product_container .product_xq {
  display: none;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_r .product_container .product_xq h2 {
  font-size: 1rem;
  color: #fff;
  height: 2rem;
  line-height: 2rem;
  background-color: #dc3025;
  text-align: center;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_r .product_container .show_product_jx .jx {
  position: relative;
  font-size: 0.9rem;
  height: 2rem;
  line-height: 2rem;
  padding-left: 0.75rem;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_r .product_container .show_product_jx .jx::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 1.25rem;
  background-color: #dc3025;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_r .product_container .show_product_jx .introduction {
  width: 90%;
  margin: 1rem auto 0;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_r .product_container .show_product_jx .introduction p {
  line-height: 1.6;
  margin-top: 1rem;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_r .product_container .show_product_jx .introduction p img {
  width: 100%;
  object-fit: contain;
  margin: 0 auto;
  display: table-cell;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_r .product_container .show_product_jx .introduction table {
  width: 100%;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_r .product_container .show_product_jx .introduction table tbody tr {
  display: flex;
  flex-wrap: wrap;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_r .product_container .show_product_jx .introduction table tbody tr td {
  width: 100%;
  line-height: 1.8;
  padding: 8px 0;
  border-bottom: 1px dashed #f0f0f0;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_r .product_container .show_product_jx .introduction table tbody tr td > span {
  font-size: 14px !important;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_r .product_container .show_product_sh {
  margin-top: 1rem;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_r .product_container .show_product_sh .sh {
  position: relative;
  font-size: 0.9rem;
  height: 2rem;
  line-height: 2rem;
  color: #333;
  padding-left: 0.75rem;
  border-bottom: 1px solid #f0f0f0;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_r .product_container .show_product_sh .sh::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 1.25rem;
  background-color: #dc3025;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_r .product_container .show_product_sh .sh_container {
  width: 90%;
  margin: 1rem auto 0;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_r .product_container .show_product_sh .sh_container .sh_xq {
  font-size: 16px;
  color: #dc3025;
  font-weight: normal;
  margin-top: 0.75rem;
}
section .spxq .show_product_item .show_product_item_b .show_product_item_b_r .product_container .show_product_sh .sh_container .sh_nr {
  color: #333;
  line-height: 1.4;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 768px) {
  section {
    margin-top: 50px;
    overflow: hidden;
  }
  section .show_product {
    flex-wrap: wrap;
  }
  section .show_product .magnifier {
    width: 100% !important;
    margin-left: 0;
    margin-top: 0;
  }
  section .show_product .magnifier li {
    width: 4.8rem;
  }
  section .show_product .magnifier .magnifier-container {
    width: 100% !important;
    height: 300px !important;
  }
  section .show_product .magnifier .magnifier-container .images-cover img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    left: 0 !important;
    margin-left: 0 !important;
    top: 0 !important;
    margin-top: 0 !important;
  }
  section .show_product .magnifier .magnifier-container .move-view {
    display: none !important;
  }
  section .show_product .magnifier .magnifier-view {
    display: none !important;
  }
  section .show_product .product_r {
    width: 100%;
  }
  section .show_product .product_r .jg_item_price1 {
    font-size: 14px !important;
  }
  section .show_product .product_r .jg_item_price1 span {
    font-size: 14px !important;
  }
  section .show_product .product_r .jg_item_price1 .jg_item_price1_xq b,
  section .show_product .product_r .jg_item_price1 .jg_item_price1_xq i,
  section .show_product .product_r .jg_item_price1 .jg_item_price1_xq em {
    font-size: 14px !important;
  }
  section .show_product .product_r h2,
  section .show_product .product_r p {
    font-size: 14px !important;
  }
  section .show_product .product_r .now {
    margin: 5% 0;
  }
  section .show_product .product_r .now a {
    font-size: 14px !important;
  }
  section .show_product_item .show_product_item_b .show_product_item_b_l {
    display: none;
  }
  section .show_product_item .show_product_item_b .show_product_item_b_r {
    width: 100% !important;
    border: 0 !important;
    padding: 0 !important;
  }
  section .show_product_item .show_product_item_b .show_product_item_b_r .product_container .product_xq {
    display: block !important;
  }
  section .show_product_item .show_product_item_b .show_product_item_b_r .product_container .jx {
    border-bottom: 0 !important;
  }
  section .show_product_item .show_product_item_b .show_product_item_b_r .product_container .introduction {
    width: 100% !important;
  }
  section .show_product_item .show_product_item_b .show_product_item_b_r .product_container .sh {
    border-bottom: 0 !important;
  }
  section .show_product_item .show_product_item_b .show_product_item_b_r .product_container .sh_container {
    width: 100% !important;
  }
}
