.wrapper {
  /* min-height: 71.859375rem; */
  background: url(../images/pc-bg1.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner {
  width: 100%;
  height: 3.4375rem;
  background: url(../images/pc-banner.png) no-repeat;
  background-size: 100% 100%;
}
.con1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.677083rem;
  cursor: pointer;
}
.con_img {
  min-width: 9.6875rem;
  min-height: 5.520833rem;
}
.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.765625rem;
  height: 1.182292rem;
  background: url(../images/con_textBg.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 0.114583rem;
  font-size: 0.364583rem;
  /* 更飘逸的字体栈与笔势效果 */
  /* 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.96875rem;
  background: url(../images/pc-bgBom.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.bom_box {
  width: 100%;
  height: 2.055208rem;
  background-color: #527e35;
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 0.150417rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.250625rem;
}

.detail-wrapper {
  width: 100%;
  height: 100%;
  background-color: #faf8f0;
}
.detail_banner {
  width: 100%;
  height: 3.4375rem;
  background: url(../images/pc-banner.png) no-repeat;
  background-size: 100% 100%;
}
.detail_content {
  width: 100%;
  height: 100%;
  padding: 0 0.625rem;
  box-sizing: border-box;
  margin: 0.520833rem 0;
}
.detail_content .content {
  line-height: 0.244792rem;
}
.detail_content img,
.detail_content video {
  width: 70%;
  max-width: 100% !important;
  margin: 0.104167rem auto;
}
.detail_title {
  /* width: 100%;
  height: 1.25rem; */
  font-size: 0.182292rem;
  color: #60120a;
  text-align: center;
  line-height: 1.25rem;
}
.detail_title h2 {
  font-weight: bold;
  font-size: 0.23rem;
}
.detail_bom_box {
  width: 100%;
  height: 2.055208rem;
  background-color: #527e35;
  /* position: absolute;
  bottom: 0; */
  text-align: center;
  color: #fff;
  font-size: 0.150417rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.250625rem;
}
