.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 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_detail {
  width: 100%;
  height: auto;
}
.goods_content .goods_detail .img_detail .box_p_img {
  width: 100%;
  padding: 20px 10px 10px;
  border: 1px solid #e4e4e4;
}
.goods_content .goods_detail .img_detail .box_p_img .p_title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
.goods_content .goods_detail .img_detail .box_p_img p {
  text-indent: 32px;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  line-height: 26px;
  float: none;
  display: flex;
  flex-direction: column;
}
.goods_content .goods_detail .img_detail .box_p_img p img {
  width: 100% !important;
  height: auto !important;
}
.e_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}
.e_box .top_page,
.e_box .next_page {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.e_box .top_page .font,
.e_box .next_page .font {
  margin: 0 10px;
  color: #333;
  font-size: 14px;
}
.e_box .top_page .icon_span img,
.e_box .next_page .icon_span img {
  height: 28px;
  width: 28px;
}
.e_box .top_page .icon_span span,
.e_box .next_page .icon_span span {
  font-size: 12px;
  color: #969696;
}
.heng_line_box {
  width: 100%;
  background-color: #fcfbfd;
  border: 1px solid #e4e4e4;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0;
}
.heng_line_box .zhai_name {
  font-size: 14px;
  color: #999999;
}
