.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 li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
  border-radius: 60px;
  border: #ddd 1px solid;
  margin-right: 40px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.goods_content .goods_title ul li a {
  color: #3d3d3d;
  font-size: 14px;
  transition: all 0.3s linear;
}
.goods_content .goods_title ul li:last-child {
  margin-right: 0;
}
.goods_content .goods_title ul li:hover {
  background-color: #fa9900;
  border: #fff;
}
.goods_content .goods_title ul li:hover a {
  color: #fff;
}
.goods_content .goods_detail {
  margin-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
}
.goods_content .goods_detail .g_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 10px;
  border-bottom: 1px dashed #f0f0f0;
}
.goods_content .goods_detail .g_title .p_title_p {
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  line-height: 40px;
}
.goods_content .goods_detail .g_title .look {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}
.goods_content .goods_detail .g_title .look img {
  width: 18px;
  height: 18px;
}
.goods_content .goods_detail .g_title .look .p_p_1 {
  font-size: 12px;
  color: #c8c8c8;
}
.goods_content .goods_detail .g_title .look .p_p_num {
  font-size: 12px;
  color: #969696;
}
.goods_content .goods_detail .heng_line_box {
  width: 100%;
  background-color: #fcfbfd;
  border: 1px solid #e4e4e4;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.goods_content .goods_detail .heng_line_box .zhai_name {
  font-size: 14px;
  color: #999999;
  display: flex;
}
.goods_content .goods_detail .heng_line_box .zhai_name .zhai_yao {
  font-size: 14px;
  color: #969696;
}
.goods_content .goods_detail .fu_text {
  margin: 40px 0;
}
.goods_content .goods_detail .fu_text p {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}
.goods_content .goods_detail .fu_text p img {
  width: 100% !important;
  height: 100% !important;
}
.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;
}
