.position_main_box {
  width: 100%;
}
.position_main_box .position_main {
  max-width: 1600px;
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: calc(1px + 0.1rem);
  padding-top: calc(10px + 1.5rem);
}
.position_main_box .position_main p {
  font-family: DM_Sans-medium;
  font-weight: 500;
  font-size: calc(6px + 0.5rem);
  color: #666666;
}
.position_main_box .position_main p a {
  font-family: DM_Sans-medium;
  font-weight: 500;
  font-size: calc(6px + 0.5rem);
  color: #666666;
}
.product_read_box {
  width: 100%;
}
.product_read_box .product_read {
  max-width: 1338px;
  width: 85%;
  margin: auto;
  margin-top: calc(12px + 4rem);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: calc(1px + 5rem);
}
.product_read_box .product_read .product_read_pic_box {
  width: 38.864%;
  overflow: hidden;
}
.product_read_box .product_read .product_read_pic_box .product_read_pic {
  width: 100%;
  height: calc(120px + 20rem);
}
.product_read_box .product_read .product_read_pic_box .product_read_pic .mySwiper1 {
  width: 100%;
  height: 100%;
}
.product_read_box .product_read .product_read_pic_box .product_read_pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product_read_box .product_read .product_read_pic_box .product_read_pic_nav {
  margin-top: calc(2px + 1rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_read_box .product_read .product_read_pic_box .product_read_pic_nav .product_read_pic_nav_swiper {
  width: calc(80px + 15rem);
  overflow: hidden;
}
.product_read_box .product_read .product_read_pic_box .product_read_pic_nav .product_read_pic_nav_swiper .mySwiper {
  width: 100%;
}
.product_read_box .product_read .product_read_pic_box .product_read_pic_nav .product_read_pic_nav_swiper .mySwiper .product_read_pic_nav_pic {
  width: calc(20px + 3rem);
  height: calc(20px + 3rem);
  border: 1px solid #D9D9D9;
  cursor: pointer;
}
.product_read_box .product_read .product_read_pic_box .product_read_pic_nav .product_read_pic_nav_swiper .mySwiper .product_read_pic_nav_pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product_read_box .product_read .product_read_pic_box .product_read_pic_nav .btn {
  width: calc(10px + 1rem);
  height: calc(10px + 1rem);
  cursor: pointer;
}
.product_read_box .product_read .product_read_detail .product_read_detail_name {
  font-family: DM_Sans-bold;
  font-weight: bold;
  font-size: calc(10px + 1rem);
  color: #009944;
  line-height: calc(20px + 2rem);
}
.product_read_box .product_read .product_read_detail .product_read_detail_canshu {
  margin-top: calc(9px + 2rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: calc(10px + 0.25rem);
   font-family: DM_Sans-medium;
  font-weight: 500;
  font-size: calc(6px + 0.5rem);
  color: #333333;
}
.product_read_box .product_read .product_read_detail .product_read_detail_canshu p{
    font-family: DM_Sans-medium;
  font-weight: 500;
  font-size: calc(6px + 0.5rem);
  color: #333333;
}
.product_read_box .product_read .product_read_detail .product_read_detail_canshu div{
    font-family: DM_Sans-medium;
  font-weight: 500;
  font-size: calc(6px + 0.5rem);
  color: #333333;
}
.product_read_box .product_read .product_read_detail .product_read_detail_canshu tbody {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: calc(6px + 1rem);
}
.product_read_box .product_read .product_read_detail .product_read_detail_canshu tr td {
  width: calc(33px + 10rem);
}
.product_read_box .product_read .product_read_detail .product_read_detail_canshu tr td:nth-of-type(1) {
  font-family: DM_Sans-medium;
  font-weight: 500;
  font-size: calc(6px + 0.5rem);
  color: #333333;
}
.product_read_box .product_read .product_read_detail .product_read_detail_canshu tr td:nth-of-type(2) {
  font-family: DM_Sans-regular;
  font-weight: 300;
  font-size: calc(6px + 0.5rem);
  color: #666666;
}
.product_read_box .product_read .product_read_detail .product_read_detail_email {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: calc(6px + 0.5rem);
  margin-top: calc(15px + 2rem);
}
.product_read_box .product_read .product_read_detail .product_read_detail_email img {
  width: calc(2px + 1.5rem);
}
.product_read_box .product_read .product_read_detail .product_read_detail_email p {
  font-family: DM_Sans-bold;
  font-weight: bold;
  font-size: calc(6px + 0.5rem);
  color: #333333;
  line-height: calc(10px + 0.5rem);
}
.product_read_box .product_read .product_read_detail .to_contact {
  width: calc(100px + 5rem);
  height: calc(20px + 2rem);
  background: #009944;
  border-radius: calc(6px + 1.5rem);
  margin-top: calc(5px + 1rem);
}
.product_read_box .product_read .product_read_detail .to_contact a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: DM_Sans-regular;
  font-weight: 400;
  font-size: calc(6px + 0.5rem);
  color: #FFFFFF;
}
.product_read_con {
  max-width: 1454px;
  width: 85%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: calc(9px + 1.5rem);
  /*margin-top: calc(29px + 5rem);*/
  padding-bottom: calc(10px + 4rem);
}
.product_read_con p {
  font-family: DM_Sans-medium;
  font-weight: 500;
  font-size: calc(2px + 1.5rem);
  color: #333333;
  text-align: center;
}
.product_read_con p img {
  width: 100%;
}
@media (max-width: 1100px) {
  .position_main_box .position_main p {
    font-size: calc(10px + 1rem);
  }
  .position_main_box .position_main p a {
    font-size: calc(10px + 1rem);
  }
  .product_read_box .product_read {
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(10px + 1rem);
  }
  .product_read_box .product_read .product_read_pic_box {
    width: 100%;
  }
  .product_read_box .product_read .product_read_pic_box .product_read_pic_nav .product_read_pic_nav_swiper {
    width: 80%;
  }
  .product_read_box .product_read .product_read_pic_box .product_read_pic_nav .product_read_pic_nav_swiper .mySwiper .product_read_pic_nav_pic {
    width: calc(20px + 6rem);
    height: calc(20px + 6rem);
  }
  .product_read_box .product_read .product_read_pic_box .product_read_pic_nav .btn {
    width: calc(21px + 1rem);
    height: calc(21px + 1rem);
  }
  .product_read_box .product_read .product_read_detail {
    width: 100%;
  }
  .product_read_box .product_read .product_read_detail .product_read_detail_name {
    font-size: calc(14px + 1rem);
  }
  .product_read_box .product_read .product_read_detail .product_read_detail_canshu tr td:nth-of-type(1) {
    font-size: calc(10px + 1rem);
  }
  .product_read_box .product_read .product_read_detail .product_read_detail_canshu tr td:nth-of-type(2) {
    font-size: calc(10px + 1rem);
  }
  .product_read_box .product_read .product_read_detail .product_read_detail_canshu tr td {
    width: calc(33px + 36rem);
  }
  .product_read_box .product_read .product_read_detail .product_read_detail_email img {
    width: calc(16px + 1.5rem);
  }
  .product_read_box .product_read .product_read_detail .product_read_detail_email p {
    font-size: calc(10px + 1rem);
  }
  .product_read_box .product_read .product_read_detail .to_contact a {
    font-size: calc(10px + 1rem);
  }
  .product_read_con p {
    font-size: calc(14px + 1rem);
    line-height: 1.5;
  }
  .product_read_box .product_read .product_read_detail .product_read_detail_canshu p{
      font-size: calc(10px + 1rem);
      line-height: 1.5;
  }
  .product_read_box .product_read .product_read_detail .product_read_detail_canshu div{
      font-size: calc(10px + 1rem);
      line-height: 1.5;
  }
  .product_read_box .product_read .product_read_detail .product_read_detail_canshu{
      font-size: calc(10px + 1rem);
      line-height: 1.5;
  }
}
