.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
@font-face {
  font-family: "PuHuiTi";
  src: url(../font/Alibaba-PuHuiTi-Regular.ttf);
}
html {
  font-size: calc(100vw / 1920 * 100);
}
body {
  font-size: 0.2rem;
  font-family: 'PuHuiTi', 'Lato', 'Arial', 'Lucida Grande', 'PingFang TC', '蘋果儷中黑', 'Apple LiGothic Medium', 'Microsoft JhengHei', '微軟正黑體', sans-serif;
}
a {
  text-decoration: none;
  color: #fff;
}
.w {
  width: 16rem;
  margin: 0 auto;
}
.hid {
  display: none;
}
img {
  vertical-align: middle;
}
#goTop {
  width: 0.68rem;
  height: 0.68rem;
  line-height: 0.68rem;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  position: fixed;
  top: 60%;
  left: auto;
  right: 0.8rem;
  color: #94C83C;
  z-index: 9999;
}
.scale-ele {
  transition: transform 1s;
}
.scale-ele:hover {
  transform: scale(1.1);
}
.btn-translate {
  transition: all 1s;
}
.btn-translate:hover {
  transform: translateX(0.05rem);
}
.w2 {
  width: 12.8rem;
  margin: 0 auto;
}
header {
  width: 100%;
  height: 6rem;
  background-position: center;
  background-size: 100% 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.nav_top {
  display: flex;
  justify-content: space-between;
  position: relative;
  left: 0;
  top: 0;
  z-index: 200;
}
.nav_top .left {
  width: 1.87rem;
  height: 1rem;
  margin-top: 0.09rem;
}
.nav_top .left img {
  width: 100%;
}
.nav_top .nav {
  width: 10rem;
  display: flex;
  justify-content: space-between;
}
.nav_top .nav li a {
  display: block;
  line-height: 1.1rem;
  font-size: 0.26rem;
}
.fix-header-sibing {
  position: relative;
  margin-top: 4.9rem;
  z-index: 200;
}
.other-fix-header-sibling {
  position: relative;
  z-index: 200;
}
.mobile_nav {
  width: 0;
  height: 0;
  overflow: hidden;
}
a:hover {
  color: #fff;
}
.fix-img {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  background-color: rgba(0, 0, 0, 0.4);
}
.fix-img .close {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.fix-img .img {
  width: 4.3rem;
  height: 4.3rem;
  object-fit: fill;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
  -moz-transform: translate(-50%, -70%);
  -webkit-transform: translate(-50%, -70%);
  -o-transform: translate(-50%, -70%);
  transition-duration: 0.5s;
}
.fix-img .img img {
  max-width: 4.3rem;
  max-height: 4.3rem;
}
.fix-img.active {
  transition: opacity 0.3s 0s, visibility 0s 0s;
  visibility: visible;
  opacity: 1;
  transition-duration: 0.5s;
}
.fix-img.active video {
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
footer {
  height: 5.2rem;
  overflow: hidden;
  background-color: #2E261E;
  text-align: center;
}
footer h3 {
  margin: 0.65rem 0 0.54rem 0;
}
footer h3 a > img {
  width: 2.45rem;
  height: 1.32rem;
}
footer > ul {
  display: inline-block;
  line-height: 0.32rem;
  margin: 0 auto 0.5rem;
}
footer > ul li {
  float: left;
  margin-right: 0.85rem;
}
footer > ul li a {
  display: inline-block;
  font-size: 0.2rem;
  color: #fff;
}
footer > ul li:last-child {
  margin-right: 0;
}
footer > div ul {
  display: inline-block;
  margin: 0 auto 0.1rem;
  height: 1.3rem;
}
footer > div ul li {
  width: 0.92rem;
  float: left;
  position: relative;
}
footer > div ul li > a {
  display: inline-block;
  font-size: 0.2rem;
  color: #fff;
  overflow: hidden;
}
footer > div ul li > a img.lg {
  display: none;
}
footer > div ul li .fot-code {
  position: relative;
  width: 0.92rem;
  height: 0;
  overflow: hidden;
  transition: height 1s;
}
footer > div ul li .fot-code span {
  display: block;
  width: 0;
  height: 0;
  border-left: 0.08rem solid transparent;
  border-right: 0.08rem solid transparent;
  border-top: none;
  border-bottom: 0.08rem solid #fff;
  position: absolute;
  left: 0.35rem;
  top: 0.02rem;
}
footer > div ul li .fot-code div {
  position: absolute;
  top: 0.1rem;
  left: 0rem;
  padding: 0.02rem;
  background-color: #fff;
  border-radius: 0.05rem;
}
footer > div ul li .fot-code div img {
  width: 0.82rem;
  height: 0.82rem;
}
footer > div ul li.active .fot-code {
  height: 0.97rem;
}
footer > div ul li.active > a .an {
  display: none;
}
footer > div ul li.active > a .lg {
  display: block;
}
footer > div ul li.active .fot-code {
  display: block;
}
footer > div ul li:last-child {
  margin-right: 0;
}
footer > div ul li:nth-child(1) a > img {
  width: 0.26rem;
  height: 0.26rem;
}
footer > div ul li:nth-child(2) a > img {
  width: 0.33rem;
  height: 0.26rem;
}
footer > div ul li:nth-child(3) a > img {
  width: 0.27rem;
  height: 0.27rem;
}
footer > div ul li:nth-child(4) a > img {
  width: 0.22rem;
  height: 0.26rem;
}
footer > div ul li:nth-child(5) a > img {
  width: 0.59rem;
  height: 0.24rem;
}
footer > div p {
  margin-top: 0.1rem;
}
footer > div p a {
  font-size: 0.16rem;
  color: #fff;
}
@media screen and (max-width: 900px) {
  html {
    font-size: calc(100vw / 800 * 100);
  }
  .w {
    width: 100%;
  }
  .nav_top {
    display: none;
  }
  header {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 7.6rem;
    background-position: 60% center;
    background-size: cover;
  }
  header .header_cont {
    height: 5.12rem;
  }
  header .header_cont h1 {
    font-size: 0.6rem;
    font-weight: bold;
    width: 80%;
    position: relative;
    top: 3.07rem;
    left: 0.12rem;
  }
  header .header_cont .produce_info {
    height: 0.8rem;
    line-height: 0.8rem;
    position: relative;
    top: 3.4rem;
    left: 0.12rem;
  }
  header .header_cont .produce_info a {
    width: 3rem;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.8rem;
  }
  .fix-header-sibing {
    position: relative;
    margin-top: 7.6rem;
    z-index: 200;
  }
  .other-fix-header-sibling {
    position: relative;
    z-index: 200;
  }
  .mobile {
    height: 0.48rem;
    background-color: rgba(66, 47, 24, 0.1);
    display: block;
    padding: 0.1rem;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-start;
    z-index: 9999;
  }
  .mobile h2 {
    font-size: 13pt;
    font-weight: bold;
    color: #fff;
    line-height: 0.38rem;
    margin-left: 2.48rem;
  }
  .mobile ul {
    width: 0.32rem;
    height: 0.32rem;
    margin-left: 0.04rem;
  }
  .mobile ul li {
    width: 0.32rem;
    height: 0.03rem;
    background-color: #fff;
    transition-property: all;
    transition-duration: 1s;
    transform-origin: left center;
  }
  .mobile ul li:nth-child(1) {
    position: absolute;
    top: 0.15rem;
  }
  .mobile ul li:nth-child(2) {
    position: absolute;
    top: 0.25rem;
  }
  .mobile ul li:nth-child(3) {
    position: absolute;
    top: 0.35rem;
  }
  .mobile_nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #94C83C;
    z-index: 9998;
    width: 0;
    height: auto;
    overflow: hidden;
    transition-property: all;
    -moz-transition-property: all;
    transition-duration: 1s;
    -moz-transition-duration: 1s;
  }
  .mobile_nav ul {
    width: 7.2rem;
    box-sizing: border-box;
    height: 100%;
    margin: 0 auto;
    padding-top: 0.48rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .mobile_nav ul li {
    width: 100%;
    text-align: center;
  }
  .mobile_nav ul li a {
    display: block;
    color: #fff;
    font-size: 0.32rem;
  }
  footer {
    height: auto;
  }
  footer h3 {
    margin: 0.65rem 0 0.34rem 0;
  }
  footer > ul {
    display: flex;
    flex-direction: column;
    margin: 0 auto 0.15rem;
  }
  footer > ul li {
    float: none;
    margin-right: 0;
    margin-bottom: 0.25rem;
  }
  footer > ul li a {
    font-size: 0.3rem;
  }
  footer div ul {
    display: none;
    margin-bottom: 0.3rem;
  }
  footer div p {
    margin-bottom: 0.15rem;
  }
  footer div p a {
    font-size: 0.3rem;
  }
}
header {
  position: absolute;
}
header h1 {
  font-size: 0.8rem;
  color: #fff;
  position: absolute;
  bottom: 2.5rem;
  width: 100%;
  text-align: center;
}
header .dog_home {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.25rem;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
header .dog_home .home-left {
  font-size: 0.16rem;
  line-height: 0.46rem;
}
header .dog_home .home-right a {
  font-size: 0.16rem;
  display: block;
  width: 1.6rem;
  height: 0.46rem;
  line-height: 0.46rem;
  text-align: center;
  border-radius: 0.25rem;
  background-color: #FFC20F;
}
.peifang {
  position: relative;
}
.peifang .pf-item1 {
  height: 8.1rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}
.peifang .pf-item1 .pfi1-left {
  width: 50%;
  position: relative;
}
.peifang .pf-item1 .pfi1-left #swiper-food {
  width: 6.6rem;
  height: 6rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
}
.peifang .pf-item1 .pfi1-left #swiper-food .swiper-slide img {
  width: 6.6rem;
  height: 6rem;
}
.peifang .pf-item1 .pfi1-left .swiper-food-pagination {
  text-align: center;
  margin-top: 7.05rem;
}
.peifang .pf-item1 .pfi1-left .swiper-food-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #C1AFAA;
}
.peifang .pf-item1 .pfi1-left .swiper-food-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.peifang .pf-item1 .pfi1-right {
  width: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.peifang .pf-item1 .pfi1-right .pfi-cont {
  width: 7rem;
  margin: 1rem 0 0 0.75rem;
  color: #8E321B;
}
.peifang .pf-item1 .pfi1-right .pfi-cont h4 {
  font-size: 0.36rem;
}
.peifang .pf-item1 .pfi1-right .pfi-cont h5 {
  font-size: 0.26rem;
}
.peifang .pf-item1 .pfi1-right .pfi-cont p {
  font-size: 0.18rem;
  margin: 0.15rem 0 0.6rem 0;
  letter-spacing: 0.01rem;
  line-height: 1.3;
}
.peifang .pf-item1 .pfi1-right .pf-btn {
  display: block;
  width: 2.5rem;
  height: 0.66rem;
  line-height: 0.66rem;
  background-color: #B74025;
  margin-left: 0.75rem;
  border-radius: 0.1rem;
  text-align: center;
}
.peifang .pf-item1 .pfi1-right .pf-btn svg {
  vertical-align: middle;
  margin-right: 0.25rem;
}
.peifang .pf-item2 {
  height: 7.8rem;
  background-color: #B74025;
}
.peifang .pf-item2 .pf-item2-cont {
  color: #fff;
  margin: 0.85rem auto 0;
  display: flex;
}
.peifang .pf-item2 .pf-item2-cont .pfi2-left {
  width: 7.7rem;
}
.peifang .pf-item2 .pf-item2-cont .pfi2-left h4 {
  font-size: 0.36rem;
}
.peifang .pf-item2 .pf-item2-cont .pfi2-left > p {
  font-size: 0.18rem;
  margin: 0.15rem 0 0.4rem 0;
  letter-spacing: 0;
  line-height: 1.5;
}
.peifang .pf-item2 .pf-item2-cont .pfi2-left table {
  border-collapse: collapse;
  border: 1px solid #fff;
}
.peifang .pf-item2 .pf-item2-cont .pfi2-left table tr {
  border: 1px solid #fff;
}
.peifang .pf-item2 .pf-item2-cont .pfi2-left table tr td {
  box-sizing: border-box;
  border: 1px solid #fff;
  text-align: center;
}
.peifang .pf-item2 .pf-item2-cont .pfi2-left table tr td p {
  margin: 0.1rem auto;
  font-size: 0.16rem;
}
.peifang .pf-item2 .pf-item2-cont .pfi2-left table tr:first-child td {
  padding-top: 0.25rem;
  width: 1.55rem;
  height: 2.5rem;
}
.peifang .pf-item2 .pf-item2-cont .pfi2-left table tr:last-child td {
  padding-top: 0.37rem;
  width: 1.55rem;
  height: 1.48rem;
}
.peifang .pf-item2 .pf-item2-cont .pfi2-right {
  margin-left: 1.3rem;
}
.peifang .pf-item2 .pf-item2-cont .pfi2-right h4 {
  font-size: 0.36rem;
}
.peifang .pf-item2 .pf-item2-cont .pfi2-right .yy {
  margin-top: 0.15rem;
  box-sizing: border-box;
  width: 5.76rem;
  border: 1px solid #fff;
  padding: 0.2rem 0.5rem;
}
.peifang .pf-item2 .pf-item2-cont .pfi2-right .yy .yy-item {
  font-size: 0.18rem;
  line-height: 0.37rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.peifang .pf-item3 {
  width: 1.68rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 7.26rem;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s;
}
.peifang .pf-item3 img {
  width: 1.68rem;
  height: 1.68rem;
}
.peifang .pf-item3-active {
  transform: rotateZ(360deg) scale(1.1, 1.1);
  opacity: 1;
}
#swy .pf-item1 .pfi1-right .pfi-cont {
  color: #0C757A;
}
#swy .pf-item1 .pfi1-right .pf-btn {
  background-color: #26807E;
}
#swy .pf-item2 {
  background-color: #26807E;
}
#chicken .pf-item1 .pfi1-right .pfi-cont {
  color: #415426;
}
#chicken .pf-item1 .pfi1-right .pf-btn {
  background-color: #69812A;
}
#chicken .pf-item2 {
  background-color: #69812A;
}
#duck .pf-item1 .pfi1-right .pfi-cont {
  color: #A06E28;
}
#duck .pf-item1 .pfi1-right .pf-btn {
  background-color: #A06E28;
}
#duck .pf-item2 {
  background-color: #A06E28;
}
#cat-swy .pf-item1 .pfi1-right .pfi-cont {
  color: #686F9E;
}
#cat-swy .pf-item1 .pfi1-right .pf-btn {
  background-color: #7178AC;
}
#cat-swy .pf-item2 {
  background-color: #7178AC;
}
#cat-chicken .pf-item1 .pfi1-right .pfi-cont {
  color: #37886D;
}
#cat-chicken .pf-item1 .pfi1-right .pf-btn {
  background-color: #449D7F;
}
#cat-chicken .pf-item2 {
  background-color: #449D7F;
}
.interst {
  box-sizing: border-box;
  height: 6.5rem;
  background-color: #fff;
  padding-top: 0.65rem;
}
.interst .inter-mid h4 {
  margin: 0 0 0.4rem 0;
  font-size: 0.36rem;
  color: #333;
  text-align: center;
}
.interst .inter-mid .inter-cont {
  display: flex;
  justify-content: space-evenly;
}
.interst .inter-mid .inter-cont .inter-cont-item {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 0.05rem;
  text-align: center;
}
.interst .inter-mid .inter-cont .inter-cont-item img {
  width: 3.6rem;
  height: 3.27rem;
}
.interst .inter-mid .inter-cont .inter-cont-item .ic-txt {
  font-size: 0.18rem;
  color: #333;
}
.interst .inter-mid .inter-cont .active {
  background-color: #94C83C;
}
.interst .inter-mid .inter-cont .active .ic-txt {
  color: #fff;
}
#news_detail {
  background-color: #fff;
  padding: 0.6rem 0 1.2rem 0;
}
#news_detail .new-detail-layout {
  display: flex;
  justify-content: space-between;
}
#news_detail .desc {
  width: 12rem;
}
#news_detail .desc h3 {
  font-size: 0.42rem;
  color: #333333;
}
#news_detail .desc .time {
  font-size: 0.2rem;
  color: #94C83C;
  margin: 0.2rem 0 0.5rem 0;
}
#news_detail .desc .time svg {
  vertical-align: middle;
}
#news_detail .desc .time span {
  position: relative;
  top: 0.02rem;
  left: 0.04rem;
}
#news_detail .desc .cont {
  line-height: 1.5;
  font-size: 0.18rem;
  color: #333333;
}
#news_detail .page {
  width: 1.4rem;
  height: 1.9rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#news_detail .page > a {
  font-size: 0.2rem;
  display: flex;
  justify-content: space-between;
  color: #333333;
}
#news_detail .page > a .sitem {
  width: 0.38rem;
  height: 0.38rem;
  line-height: 0.38rem;
  border-radius: 50%;
  background-color: #94C83C;
  text-align: center;
  color: #fff;
}
#news_detail .page > a .stxt {
  height: 0.38rem;
  line-height: 0.38rem;
}
@media screen and (max-width: 900px) {
  header .header_cont {
    font-size: 0.8rem;
    top: 4rem;
    bottom: 0;
    margin: auto auto;
  }
  header .dog_home {
    display: none;
  }
  .peifang {
    position: relative;
  }
  .peifang .pf-item1 {
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
  }
  .peifang .pf-item1 .pfi1-left {
    width: 100%;
    position: relative;
  }
  .peifang .pf-item1 .pfi1-left #swiper-food {
    width: 6.6rem;
    height: 6rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto auto;
  }
  .peifang .pf-item1 .pfi1-left #swiper-food .swiper-slide img {
    width: 6.6rem;
    height: 6rem;
  }
  .peifang .pf-item1 .pfi1-left .swiper-food-pagination {
    text-align: center;
    margin-top: 7.05rem;
  }
  .peifang .pf-item1 .pfi1-left .swiper-food-pagination .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background-color: #C1AFAA;
  }
  .peifang .pf-item1 .pfi1-left .swiper-food-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
  }
  .peifang .pf-item1 .pfi1-right {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .peifang .pf-item1 .pfi1-right .pfi-cont {
    width: 90%;
    margin: 1rem auto 0.75rem;
    color: #8E321B;
  }
  .peifang .pf-item1 .pfi1-right .pfi-cont h4 {
    font-size: 0.42rem;
  }
  .peifang .pf-item1 .pfi1-right .pfi-cont h5 {
    font-size: 0.4rem;
  }
  .peifang .pf-item1 .pfi1-right .pfi-cont p {
    font-size: 0.3rem;
    margin: 0.15rem 0 0.6rem 0;
    letter-spacing: 0.01rem;
    line-height: 1.3;
  }
  .peifang .pf-item1 .pfi1-right .pf-btn {
    display: block;
    width: 4rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.4rem;
    background-color: #B74025;
    margin: 0 0 0.4rem 0.75rem;
    border-radius: 0.15rem;
    text-align: center;
  }
  .peifang .pf-item1 .pfi1-right .pf-btn svg {
    width: 0.36rem;
    vertical-align: middle;
    margin-right: 0.25rem;
  }
  .peifang .pf-item2 {
    height: auto;
    background-color: #B74025;
  }
  .peifang .pf-item2 .pf-item2-cont {
    color: #fff;
    margin: 0.85rem auto 0;
    display: flex;
    flex-direction: column;
  }
  .peifang .pf-item2 .pf-item2-cont .pfi2-left {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
  .peifang .pf-item2 .pf-item2-cont .pfi2-left h4 {
    font-size: 0.42rem;
    text-align: center;
  }
  .peifang .pf-item2 .pf-item2-cont .pfi2-left > p {
    font-size: 0.3rem;
    margin: 0.15rem 0 0.4rem 0;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .peifang .pf-item2 .pf-item2-cont .pfi2-left table {
    width: 100%;
    border-collapse: collapse;
    border: 0.01rem solid #fff;
  }
  .peifang .pf-item2 .pf-item2-cont .pfi2-left table tr {
    border: 0.01rem solid #fff;
  }
  .peifang .pf-item2 .pf-item2-cont .pfi2-left table tr td {
    box-sizing: border-box;
    border: 0.01rem solid #fff;
    text-align: center;
  }
  .peifang .pf-item2 .pf-item2-cont .pfi2-left table tr td p {
    margin: 0.1rem auto;
    font-size: 0.18rem;
  }
  .peifang .pf-item2 .pf-item2-cont .pfi2-left table tr td p img {
    max-width: 100%;
  }
  .peifang .pf-item2 .pf-item2-cont .pfi2-left table tr:first-child td {
    padding-top: 0.25rem;
  }
  .peifang .pf-item2 .pf-item2-cont .pfi2-left table tr:last-child td {
    padding-top: 0.37rem;
    width: 1.55rem;
    height: 1.48rem;
  }
  .peifang .pf-item2 .pf-item2-cont .pfi2-right {
    width: 90%;
    margin: 0.4rem auto 0;
  }
  .peifang .pf-item2 .pf-item2-cont .pfi2-right h4 {
    font-size: 0.42rem;
    text-align: center;
  }
  .peifang .pf-item2 .pf-item2-cont .pfi2-right .yy {
    margin: 0.15rem auto 0.4rem;
    box-sizing: border-box;
    width: 5.76rem;
    border: 1px solid #fff;
    padding: 0.2rem 0.5rem;
  }
  .peifang .pf-item2 .pf-item2-cont .pfi2-right .yy .yy-item {
    font-size: 0.18rem;
    line-height: 0.37rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .peifang .pf-item3 {
    display: none;
  }
  .interst {
    height: auto;
  }
  .interst .inter-mid {
    width: 90%;
    margin: 0 auto;
  }
  .interst .inter-mid h4 {
    margin: 0.65rem 0 0.4rem 0;
    font-size: 0.42rem;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  .interst .inter-mid .inter-cont {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .interst .inter-mid .inter-cont .inter-cont-item {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    height: 6rem;
    border-radius: 0.1rem;
    text-align: center;
  }
  .interst .inter-mid .inter-cont .inter-cont-item img {
    display: inline-block;
  }
  .interst .inter-mid .inter-cont .inter-cont-item .ic-txt {
    font-size: 0.3rem;
    color: #333;
  }
  .interst .inter-mid .inter-cont .active {
    background-color: #94C83C;
  }
  .interst .inter-mid .inter-cont .active .ic-txt {
    color: #fff;
  }
  #news_detail {
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    margin-top: 7.6rem;
    z-index: 200;
    box-sizing: border-box;
    padding: 0.6rem 5% 0.8rem 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #news_detail .desc {
    width: 100%;
  }
  #news_detail .desc h3 {
    font-size: 0.65rem;
    color: #333333;
  }
  #news_detail .desc .time {
    font-size: 0.42rem;
    color: #94C83C;
    margin: 0.2rem 0 0.5rem 0;
  }
  #news_detail .desc .time svg {
    vertical-align: middle;
  }
  #news_detail .desc .time span {
    position: relative;
    top: 0.02rem;
    left: 0.04rem;
  }
  #news_detail .desc .cont {
    line-height: 1.5;
    font-size: 0.3rem;
    color: #333333;
  }
  #news_detail .desc .cont img {
    display: inline-block;
    max-width: 100%;
  }
  #news_detail .page {
    margin-top: 0.6rem;
    width: 100%;
    height: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #news_detail .page > a {
    font-size: 0.42rem;
    display: flex;
    justify-content: flex-start;
    margin-left: 2.2rem;
    color: #333333;
  }
  #news_detail .page > a .sitem {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 50%;
    background-color: #94C83C;
    text-align: center;
    color: #fff;
  }
  #news_detail .page > a .stxt {
    height: 0.6rem;
    line-height: 0.6rem;
    margin-left: 0.2rem;
  }
}
/*# sourceMappingURL=./cat_child.css.map */