.main {
  width: 100%;
}
.head_banner {
  position: relative;
  width: 100%;
  height: 2.349rem;
  background-color: #ffffff;
  background: url('../images/img_27.png') no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0.2188rem;
}
.head_banner .head_p {
  position: absolute;
  bottom: 0.224rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.head_banner .head_p .about_title {
  font-family: ACME-Explosive;
  font-size: 0.3125rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.2344rem;
  letter-spacing: 6px;
  color: #097c25;
}
.head_banner .head_p .about_p {
  font-family: SourceHanSansSC-Heavy;
  font-size: 0.1875rem;
  font-weight: bold;
  letter-spacing: 4px;
  color: #097c25;
}
.goods_content {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.goods_content .goods_title {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 70px;
}
.goods_content .goods_title .title_sper {
  position: relative;
  font-family: MicrosoftYaHei;
  font-size: 0.25rem;
  letter-spacing: 5px;
  color: #363636;
}
.goods_content .goods_title .title_sper .title_sper_ad {
  position: absolute;
  left: 50%;
  bottom: -0.1042rem;
  transform: translateX(-50%);
}
.goods_content .goods_title ul {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.goods_content .goods_title ul .active {
  background-color: #fa9900;
  border: #fff;
  color: #fff;
}
.goods_content .goods_title ul a:last-child {
  margin-right: 0;
}
.goods_content .goods_title ul a {
  margin-right: 40px;
}
.goods_content .goods_title ul a li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
  border-radius: 60px;
  border: #ddd 1px solid;
  cursor: pointer;
  transition: all 0.3s linear;
  color: #3d3d3d;
  font-size: 14px;
}
.goods_content .goods_title ul a li:hover {
  background-color: #fa9900;
  border: #fff;
  color: #fff;
}
.goods_content .goods_detail {
  margin-bottom: 30px;
}
.goods_content .goods_detail .g_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  padding-bottom: 10px;
  line-height: 40px;
  border-bottom: 1px dashed #f0f0f0;
}
.goods_content .goods_detail .img_swiper {
  height: auto;
  width: 1000px;
  margin: 0 auto;
  border: 1px solid #ddd;
  padding: 10px;
}
.goods_content .goods_detail .img_swiper .one_swiper {
  width: 100%;
}
.goods_content .goods_detail .img_swiper .one_swiper .slide_img {
  width: 100% !important;
  height: 600px !important;
  cursor: pointer;
}
.goods_content .goods_detail .img_swiper .one_swiper .slide_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.goods_content .goods_detail .img_swiper .two_swiper {
  width: 100%;
  height: 20%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 10px 0;
}
.goods_content .goods_detail .img_swiper .two_swiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}
.goods_content .goods_detail .img_swiper .two_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.goods_content .goods_detail .img_swiper .two_swiper .swiper-slide-thumb-active {
  opacity: 1;
}
.goods_content .goods_detail .img_swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.goods_content .img_detail {
  width: 100%;
}
.goods_content .img_detail .tab_s {
  width: 115px;
  height: 45px;
  background-color: #fa9900;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}
.goods_content .img_detail .box_p_img {
  border: 1px solid #ddd;
  width: 100%;
  height: auto;
  padding: 20px;
  margin-bottom: 60px;
}
.goods_content .img_detail .box_p_img p {
  font-size: 14px;
  margin: 10px 0;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-family: '宋体';
}
.goods_content .img_detail .box_p_img p img {
  vertical-align: middle;
  border: 0;
}
.goods_content .e_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
}
.goods_content .e_box .top_page,
.goods_content .e_box .next_page {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.goods_content .e_box .top_page .font,
.goods_content .e_box .next_page .font {
  margin: 0 10px;
  color: #333;
  font-size: 14px;
}
.goods_content .e_box .top_page .icon_span img,
.goods_content .e_box .next_page .icon_span img {
  height: 28px;
  width: 28px;
}
.goods_content .e_box .top_page .icon_span span,
.goods_content .e_box .next_page .icon_span span {
  font-size: 12px;
  color: #969696;
}
