.wrapper {
  /* min-height: 69.48rem; */
  min-height: 100vh;
  background: url(../images/m-bg1.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f0f0f0;
}

.banner {
  width: 100%;
  height: 3.44rem;
  background: url(../images/m-banner.png) no-repeat;
  background-size: 100% 100%;
}
.con1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.533333rem;
  cursor: pointer;
}
.con_img {
  min-width: 8.666667rem;
  min-height: 5.666667rem;
}
.con_img img {
  width: 100%;
  height: 100%;
}
@font-face {
  font-family: "HongLeiXingshu";
  src: url("./hlzt.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.context_bg {
  width: 5.786667rem;
  height: 1.2rem;
  background: url(../images/m_con_textBg.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 0.114583rem;
  font-size: 0.364583rem;
  /* font-family: "KaiTi", "STKaiti", "SimKai", "PingFang SC", "Microsoft YaHei",
    sans-serif; */
  /* font-family: "HongLeiXingshu", "Microsoft YaHei", "PingFang SC", sans-serif; */
  color: #60120a;
  text-align: center;
  line-height: 0.520833rem;
  padding: 0.127708rem 0.052083rem;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* 更飘逸的字体栈与笔势效果 */
  font-family: "STXingkai", "KaiTi", "DFKai-SB", "SimKai", "LiSu", "YouYuan",
    "PingFang SC", "Microsoft YaHei", sans-serif;
  letter-spacing: -0.01rem;
  font-weight: 500;
  -webkit-text-stroke: 0.008rem #60120a;
  /* text-shadow: 0 1px 0 #f5e9dc, 0 2px 2px rgba(0, 0, 0, 0.15); */
  -webkit-font-smoothing: antialiased;
}
.bottom {
  width: 100%;
  height: 13.973333rem;
  background: url(../images/m-bgBom.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.bom_box {
  width: 100%;
  height: 2.72rem;
  background-color: #527e35;
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 0.260417rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.390625rem;
}

.detail-wrapper {
  width: 100%;
  min-height: 100vh;
  background-color: #faf8f0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.detail_banner {
  width: 100%;
  height: 3.4375rem;
  background: url(../images/pc-banner.png) no-repeat;
  background-size: 100% 100%;
}
.detail_content {
  flex: 1;
  width: 100%;
  height: 100%;
  /* min-height: 14.426667rem; */
  padding: 0 0.625rem;
  box-sizing: border-box;
  margin: 0.520833rem 0;
}

.detail_content .content {
  line-height: 0.333333rem;
}
.detail_content img,
.detail_content video {
  width: auto;
  max-width: 100% !important;
  margin: 0.133333rem auto;
}
.detail_title {
  /* width: 100%;
  height: 1.25rem; */
  font-size: 0.266667rem;
  color: #60120a;
  text-align: center;
  line-height: 1.25rem;
}
.detail_title h2 {
  font-weight: bold;
  font-size: 0.322rem;
}
.detail_bom_box {
  width: 100%;
  height: 2.72rem;
  background-color: #527e35;
  text-align: center;
  color: #fff;
  font-size: 0.260417rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.390625rem;
}
