@import url('../css/base.css');
header {
  width: 100%;
  background: #fff;
}
header .head-p {
  display: flex;
  width: 1280px;
  margin: 0 auto;
  height: 60px;
  align-items: center;
  justify-content: space-between;
}
header .head-p .head-p-l {
  display: flex;
  align-items: center;
}
header .head-p .head-p-l .logo {
  display: block;
  width: 110px;
  height: 60px;
}
header .head-p .head-p-l .logo img {
  width: 110px;
  height: 60px;
}
header .head-p .head-p-l nav {
  display: flex;
  height: 60px;
  line-height: 60px;
  margin-left: 22px;
}
header .head-p .head-p-l nav a {
  display: block;
  color: #333333;
  font-size: 16px;
  font-family: B;
  margin-left: 50px;
}
header .head-p .head-p-l nav a:hover {
  color: #006755;
}
header .head-p .head-p-r {
  position: relative;
  width: 292px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #000000;
}
header .head-p .head-p-r input {
  width: 200px;
  margin-left: 48px;
  height: 38px;
  color: #666;
  font-size: 16px;
  font-family: L;
}
header .head-p .head-p-r input::placeholder {
  color: #666;
  font-size: 16px;
  font-family: L;
}
header .head-p .head-p-r button {
  position: absolute;
  top: 2px;
  left: 12px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
header .head-p .head-p-r button img {
  width: 32px;
  height: 32px;
}
header .head-m {
  display: none;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}
header .head-m .menu {
  width: 28px;
  height: 28px;
}
header .head-m .menu img {
  width: 28px;
  height: 28px;
}
header .head-m .m-logo {
  display: block;
  width: 110px;
  height: 60px;
}
header .head-m .m-logo img {
  width: 110px;
  height: 60px;
}
header .head-m .m-search {
  display: block;
  width: 32px;
  height: 32px;
}
header .head-m .m-search img {
  width: 32px;
  height: 32px;
}
header .head-m input {
  display: none;
  position: absolute;
  right: 12px;
  width: 303px;
  height: 36px;
  border-radius: 25px;
  border: 1px solid #E0E3DE;
  color: #999999;
  font-size: 16px;
  font-family: L;
  padding-left: 12px;
}
header .head-m input::placeholder {
  color: #999999;
  font-size: 16px;
  font-family: L;
}
header .head-m .m-nav {
  display: none;
  position: fixed;
  left: 0;
  top: 60px;
  z-index: 9999999999999999999;
  background: #fff;
  width: 100%;
}
header .head-m .m-nav ul {
  padding: 0 16px 18px;
}
header .head-m .m-nav ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
header .head-m .m-nav ul li a {
  display: block;
  color: #333333;
  line-height: 28px;
  font-size: 14px;
  font-family: B;
}
header .head-m .m-nav ul li .tu {
  width: 20px;
  height: 20px;
}
header .head-m .m-nav ul li .tu img {
  width: 20px;
  height: 20px;
}
header .head-m .m-nav ul .mNav {
  display: none;
}
header .head-m .m-nav ul .mNav a {
  display: flex;
}
header .head-m .m-nav ul .mNav a .img1,
header .head-m .m-nav ul .mNav a .img2 {
  width: 28px;
  height: 28px;
}
header .head-m .m-nav ul .mNav a .mNav-r {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-left: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 12px;
}
header .head-m .m-nav ul .mNav a .mNav-r span {
  display: block;
  color: #333333;
  line-height: 28px;
  font-size: 14px;
  font-family: R;
}
header .head-m .m-nav ul .mNav a .mNav-r img {
  width: 20px;
  height: 20px;
}
footer {
  width: 100%;
  background: #FFFFFF;
  margin-top: 40px;
}
footer .foot-p {
  width: 1280px;
  margin: 0 auto;
  padding: 24px;
}
footer .foot-p .foot-p-t ul {
  display: flex;
  justify-content: space-between;
}
footer .foot-p .foot-p-t ul li a {
  display: block;
  color: #333333;
  font-size: 14px;
  font-family: L;
  margin-bottom: 12px;
}
footer .foot-p .foot-p-t ul li a:nth-child(1) {
  font-size: 16px;
  font-family: B;
}
footer .foot-p .foot-p-t ul li a:hover {
  color: #006755;
}
footer .foot-p .foot-p-t ul li .share {
  display: flex;
}
footer .foot-p .foot-p-t ul li .share a {
  display: block;
  width: 38px;
  height: 38px;
  margin-right: 24px;
}
footer .foot-p .foot-p-t ul li .share a img {
  width: 38px;
  height: 38px;
}
footer .foot-p .foot-p-t ul li .share a .img2 {
  display: none;
}
footer .foot-p .foot-p-t ul li .share a:hover .img1 {
  display: none;
}
footer .foot-p .foot-p-t ul li .share a:hover .img2 {
  display: block;
}
footer .foot-p .foot-p-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .foot-p .foot-p-b a {
  display: block;
  width: 110px;
  height: 60px;
}
footer .foot-p .foot-p-b a img {
  width: 110px;
  height: 60px;
}
footer .foot-p .foot-p-b .sub {
  display: flex;
  width: 856px;
}
footer .foot-p .foot-p-b .sub input {
  width: 767px;
  height: 46px;
  background: #F4F4F4;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: none;
  padding-left: 24px;
  color: #333333;
  font-family: L;
  font-size: 14px;
}
footer .foot-p .foot-p-b .sub input::placeholder {
  color: #333333;
  font-family: L;
  font-size: 14px;
}
footer .foot-p .foot-p-b .sub button {
  width: 89px;
  height: 46px;
  background: #333;
  border-radius: 0 8px 8px 0;
  font-size: 14px;
  font-family: B;
  color: #fff;
  cursor: pointer;
}
footer .foot-m {
  display: none;
  padding: 12px 12px 30px;
}
footer .foot-m h2 {
  color: #333333;
  line-height: 28px;
  font-size: 18px;
  font-family: B;
}
footer .foot-m .share {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
footer .foot-m .share a {
  display: block;
  width: 38px;
  height: 38px;
  margin-right: 24px;
}
footer .foot-m .share a img {
  width: 38px;
  height: 38px;
}
footer .foot-m .catecogry {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
footer .foot-m .catecogry h2 {
  color: #333333;
  line-height: 28px;
  font-size: 14px;
  font-family: B;
}
footer .foot-m .catecogry .left div a,
footer .foot-m .catecogry .right div a {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
footer .foot-m .catecogry .left div a img,
footer .foot-m .catecogry .right div a img {
  width: 28px;
  height: 28px;
  margin-right: 4px;
}
footer .foot-m .catecogry .left div a span,
footer .foot-m .catecogry .right div a span {
  display: block;
  color: #333333;
  line-height: 28px;
  font-size: 12px;
  font-family: R;
}
footer .foot-m .catecogry2 {
  display: flex;
  align-items: center;
}
footer .foot-m .catecogry2 a {
  color: #333333;
  line-height: 28px;
  font-size: 14px;
  font-family: B;
  margin-right: 24px;
}
footer .foot-m .sub2 {
  display: flex;
  width: 100%;
  margin-top: 12px;
}
footer .foot-m .sub2 input {
  width: 100%;
  height: 46px;
  background: #F4F4F4;
  border-radius: 8px 8px 8px 8px;
  border: none;
  font-size: 14px;
  font-family: L;
  color: #333;
  text-indent: 1em;
}
footer .foot-m .sub2 input::placeholder {
  font-size: 14px;
  font-family: L;
  color: #333;
}
footer .foot-m .sub2 button {
  width: 89px;
  height: 46px;
  background: #333;
  border-radius: 0 8px 8px 0;
  font-size: 14px;
  font-family: B;
  color: #fff;
}
footer .foot-m .policy {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
footer .foot-m .policy a {
  color: #333333;
  font-size: 14px;
  font-family: R;
}
.petT {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.petT .petT-l {
  display: flex;
}
.petT .petT-l a {
  position: relative;
  display: block;
  width: 296px;
  height: 296px;
  border-radius: 30px;
  margin-right: 16px;
}
.petT .petT-l a:nth-child(2) {
  margin-right: 0;
}
.petT .petT-l a .img1 {
  width: 100%;
  height: 296px;
  object-fit: cover;
  border-radius: 30px;
}
.petT .petT-l a .intro {
  position: absolute;
  left: 16px;
  bottom: 16px;
  width: calc(100% - 32px);
  background: #fff;
  padding: 12px;
  border-radius: 20px 20px 20px 20px;
}
.petT .petT-l a .intro h2 {
  color: #000000;
  line-height: 24px;
  font-size: 16px;
  font-family: R;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.petT .petT-l a .intro .intro-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
}
.petT .petT-l a .intro .intro-b img {
  width: 24px;
  height: 24px;
}
.petT .petT-l a .intro .intro-b div {
  width: 60px;
  height: 24px;
  border-radius: 4px 4px 4px 4px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #E1E1E1;
  color: #000000;
  font-size: 16px;
  font-family: L;
}
.petT .petT-l a .intro .intro-b div:hover {
  background: #006755;
  border: 1px solid #006755;
  color: #fff;
}
.petT .petT-r {
  display: flex;
  width: 608px;
  height: 296px;
  background: #FFFFFF;
  border-radius: 30px;
  padding: 16px;
}
.petT .petT-r a {
  position: relative;
  display: block;
  width: calc((100% - 16px) / 2);
  height: 264px;
  border-radius: 20px 20px 20px 20px;
  margin-right: 16px;
}
.petT .petT-r a:nth-child(2) {
  margin-right: 0;
}
.petT .petT-r a .img1 {
  width: 100%;
  height: 264px;
  object-fit: cover;
  border-radius: 20px;
}
.petT .petT-r a .intro {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 12px;
  bottom: 12px;
  width: calc(100% - 24px);
  background: #fff;
  padding: 8px 12px;
  border-radius: 10px;
  height: 64px;
}
.petT .petT-r a .intro div {
  color: #000000;
  font-size: 14px;
  font-family: B;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.petT .petT-r a .intro img {
  width: 24px;
  height: 24px;
}
.petT .petT-r a .intro .img2 {
  display: none;
}
.petT .petT-r a:hover .intro .img1 {
  display: none;
}
.petT .petT-r a:hover .intro .img2 {
  display: block;
}
.petI {
  margin-top: 16px;
}
.petI .swiper-slide {
  background: #fff;
  padding: 20px 16px;
  border-radius: 30px;
  cursor: pointer;
}
.petI .swiper-slide h2 {
  color: #333333;
  line-height: 24px;
  font-size: 18px;
  font-family: B;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.petI .swiper-slide .text {
  color: #333333;
  line-height: 24px;
  font-family: R;
  font-size: 14px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 4px;
}
.petI .swiper-slide .text P,
.petI .swiper-slide .text span {
  color: #333333;
  line-height: 24px;
  font-family: R !important;
  font-size: 14px !important;
}
.petI .swiper-slide .time {
  display: flex;
  align-items: center;
  margin-top: 18px;
}
.petI .swiper-slide .time img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.petI .swiper-slide .time span {
  color: #333333;
  line-height: 24px;
  font-size: 12px;
  font-family: L;
}
.petI .swiper-pagination {
  position: inherit;
}
.petI .swiper-horizontal > .swiper-pagination-bullets,
.petI .swiper-pagination-bullets.swiper-pagination-horizontal,
.petI .swiper-pagination-custom,
.petI .swiper-pagination-fraction {
  transform: translateX(0);
  background: transparent;
}
.petI .swiper-pagination-bullet {
  background: #006755;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}
.petI .swiper-pagination-bullet-active {
  width: 59px;
  height: 7px;
  border-radius: 20px 20px 20px 20px;
}
.related {
  margin-top: 12px;
}
.related .related-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.related .related-t .related-t-l {
  display: flex;
  align-items: center;
}
.related .related-t .related-t-l div {
  width: 6px;
  height: 16px;
  background: #FBC302;
  border-radius: 20px 20px 20px 20px;
  margin-right: 6px;
  margin-top: -4px;
}
.related .related-t .related-t-l span {
  display: block;
  color: #333333;
  font-size: 18px;
  line-height: 28px;
  font-family: B;
}
.related .related-t a {
  display: flex;
  align-items: center;
}
.related .related-t a span {
  display: block;
  color: #333333;
  line-height: 24px;
  font-size: 16px;
  font-family: R;
}
.related .related-t a img {
  width: 24px;
  height: 24px;
}
.related .relateList {
  display: flex;
  flex-wrap: wrap;
}
.related .relateList a {
  display: block;
  width: 296px;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  padding: 16px;
  margin: 0 16px 16px 0;
  font-size: 0;
}
.related .relateList a:nth-child(4n) {
  margin-right: 0;
}
.related .relateList a .img1 {
  width: 264px;
  height: 187px;
  border-radius: 20px 20px 20px 20px;
  object-fit: cover;
}
.related .relateList a h2 {
  color: #333333;
  line-height: 24px;
  font-size: 16px;
  font-family: B;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 12px;
}
.related .relateList a .img2 {
  width: 24px;
  height: 24px;
  margin-top: 8px;
}
.related .mMore {
  display: none;
  width: 100%;
  height: 36px;
  background: #006755;
  border-radius: 50px 50px 50px 50px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-family: B;
}
.related .mMore2 {
  display: block;
  width: 351px;
  margin: 0 auto;
}
.petI2 {
  position: relative;
}
.petI2 .swiper-slide {
  background: #fff;
  padding: 20px 16px;
  border-radius: 30px;
  cursor: pointer;
}
.petI2 .swiper-slide h2 {
  color: #333333;
  line-height: 24px;
  font-size: 16px;
  font-family: B;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.petI2 .swiper-slide .text {
  color: #333333;
  line-height: 24px;
  font-family: R;
  font-size: 16px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 4px;
}
.petI2 .swiper-slide .text span,
.petI2 .swiper-slide .text p {
  color: #333333;
  line-height: 24px;
  font-family: R !important;
  font-size: 16px !important;
}
.petI2 .swiper-slide .time {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.petI2 .swiper-slide .time a {
  display: flex;
  align-items: center;
}
.petI2 .swiper-slide .time a span {
  display: block;
  color: #006755;
  line-height: 24px;
  font-size: 14px;
  font-family: R;
}
.petI2 .swiper-slide .time a img {
  width: 24px;
  height: 24px;
}
.petI2 .swiper-button-next,
.petI2 .swiper-button-prev {
  top: auto;
  bottom: 16px;
  width: 24px;
  height: 24px;
}
.petI2 .swiper-button-prev {
  left: auto;
  right: 52px;
}
.petI2 .swiper-button-next {
  right: 16px;
}
.bread {
  margin-top: 6px;
}
.bread a {
  color: #666;
  line-height: 24px;
  font-size: 14px;
  font-family: R;
}
.bread .active {
  color: #333;
}
.detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 6px;
}
.detail .detail-l {
  width: 865px;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  padding: 24px 16px;
}
.detail .detail-l h2 {
  color: #333333;
  line-height: 32px;
  font-size: 18px;
  font-family: B;
}
.detail .detail-l .time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail .detail-l .time img {
  width: 24px;
  height: 24px;
}
.detail .detail-l .time span {
  color: #333333;
  line-height: 24px;
  display: block;
  font-size: 12px;
  font-family: R;
}
.detail .detail-l .petContent {
  margin-top: 12px;
}
.detail .detail-l .petContent p {
  font-size: 16px;
  font-family: R !important;
  line-height: 28px;
}
.detail .detail-l .alcohol .sport-t {
  position: relative;
  display: inline-block;
  padding: 0 58px 0 12px;
  height: 30px;
  line-height: 34px;
  background: #006755;
  color: #fff;
  font-size: 16px;
  font-family: B;
  margin-top: 16px;
}
.detail .detail-l .alcohol .sport-t div {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 28px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 12px solid #fff;
}
.detail .detail-l .alcohol img {
  width: 100%;
  margin-top: 12px;
  object-fit: cover;
}
.detail .detail-l .alcohol .text {
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: R;
  margin-top: 12px;
}
.detail .detail-l .alcohol .ad {
  width: 100%;
  text-align: center;
}
.detail .detail-l .alcohol .ad .ad-p {
  width: 100%;
}
.detail .detail-l .alcohol .ad span {
  display: block;
  color: #333333;
  line-height: 20px;
  font-size: 12px;
  font-family: L;
}
.detail .detail-l .chatu {
  width: 100%;
  height: 550px;
  border-radius: 20px;
  object-fit: cover;
  margin-top: 12px;
}
.detail .detail-l h4 {
  color: #333333;
  line-height: 24px;
  font-size: 18px;
  font-family: B;
  margin-top: 12px;
}
.detail .detail-l .tag {
  display: block;
  color: #333333;
  line-height: 24px;
  font-size: 16px;
  font-family: L;
  text-decoration: underline !important;
  margin-bottom: 4px;
}
.detail .detail-l .faq-text {
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: R;
}
.detail .detail-l .faq-text p {
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: R !important;
}
.detail .detail-r {
  width: 351px;
}
.detail .detail-r .gg {
  text-align: center;
}
.detail .detail-r .gg .gg-p {
  width: 100%;
}
.detail .detail-r .gg span {
  display: block;
  color: #333333;
  font-size: 12px;
  font-family: L;
}
.detail .detail-r .article {
  margin-top: 12px;
}
.detail .detail-r .article .article-t {
  display: flex;
  align-items: center;
}
.detail .detail-r .article .article-t div {
  width: 6px;
  height: 16px;
  background: #FBC302;
  border-radius: 20px 20px 20px 20px;
  margin-right: 6px;
  margin-top: -4px;
}
.detail .detail-r .article .article-t span {
  display: block;
  color: #333333;
  line-height: 28px;
  font-size: 18px;
  font-family: B;
}
.detail .detail-r .article .articleList a {
  display: flex;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  padding: 12px;
  margin-top: 8px;
}
.detail .detail-r .article .articleList a .img1 {
  width: 115px;
  height: 106px;
  border-radius: 20px 20px 20px 20px;
  object-fit: cover;
  margin-right: 8px;
}
.detail .detail-r .article .articleList a .right h2 {
  width: 100%;
  color: #333333;
  line-height: 24px;
  height: 72px;
  font-size: 14px;
  font-family: R;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.detail .detail-r .article .articleList a .right img {
  width: 24px;
  height: 24px;
  margin-top: 10px;
}
.detail .detail-r .article .articleList a:hover .right h2 {
  color: #006755;
}
.detail .detail-r .article .aMore {
  display: block;
  width: 100%;
  height: 36px;
  background: #006755;
  border-radius: 50px 50px 50px 50px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-family: B;
  margin-top: 12px;
}
.cats {
  width: 100%;
  height: 235px;
  background: url('../img/Ppc.png') no-repeat;
  background-size: 100% 235px;
  text-align: center;
}
.cats img {
  width: 170px;
  height: 108px;
  margin-top: 16px;
}
.cats h2 {
  color: #333333;
  line-height: 48px;
  font-size: 20px;
  font-family: B;
}
.apps {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #000000;
  margin-top: 24px;
}
.apps .apps-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 24px;
  background: #D9E8FF;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.apps .apps-t span {
  display: block;
  color: #333333;
  font-size: 18px;
  font-family: B;
}
.apps .apps-t img {
  width: 38px;
  height: 38px;
}
.apps .apps-t2 {
  background: #FEFFD9;
}
.apps .apps-t3 {
  background: #D9DDFF;
}
.apps .apps-t4 {
  background: #BDE8B9;
}
.apps .apps-t5 {
  background: #D9E8FF;
}
.apps .apps-list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #000000;
  padding: 16px 16px 0;
}
.apps .apps-list a {
  position: relative;
  display: block;
  width: calc((100% - 48px) / 4);
  background: #FFFFFF;
  border-radius: 20px;
  padding: 16px;
  font-size: 0;
  margin-right: 16px;
  margin-bottom: 16px;
}
.apps .apps-list a:nth-child(4n) {
  margin-right: 0;
}
.apps .apps-list a .pic1 {
  width: 100%;
  height: 181px;
  border-radius: 20px 20px 20px 20px;
  object-fit: cover;
}
.apps .apps-list a .right h2 {
  color: #333333;
  line-height: 24px;
  font-size: 16px;
  font-family: B;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 8px;
}
.apps .apps-list a .right .dibu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.apps .apps-list a .right .dibu .pic2 {
  width: 24px;
  height: 24px;
}
.apps .apps-list a .right .dibu div {
  display: none;
  width: 60px;
  height: 24px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #E1E1E1;
  color: #000000;
  font-size: 14px;
  font-family: L;
  line-height: 24px;
  text-align: center;
}
.apps .apps-list a .symbol {
  position: absolute;
  left: 16px;
  top: 16px;
  padding-right: 12px;
  height: 20px;
  border-radius: 4px;
  background: #4F46A3;
}
.apps .apps-list a .symbol img {
  position: absolute;
  top: -10px;
  left: -4px;
  width: 32px;
  height: 32px;
}
.apps .apps-list a .symbol span {
  display: block;
  color: #FFFFFF;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  font-family: B;
  padding-left: 26px;
}
.apps .app-more {
  display: none;
  width: 100%;
  height: 36px;
  background: #006755;
  border-radius: 50px 50px 50px 50px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-family: B;
}
.picks {
  display: none;
  align-items: center;
}
.picks div {
  width: 6px;
  height: 16px;
  background: #FBC302;
  border-radius: 20px 20px 20px 20px;
  margin-right: 6px;
  margin-top: -4px;
}
.picks span {
  display: block;
  color: #333333;
  font-size: 18px;
  line-height: 28px;
  font-family: B;
}
.cat-start {
  display: flex;
  flex-wrap: wrap;
}
.cat-start a {
  position: relative;
  display: block;
  width: 296px;
  height: 296px;
  border-radius: 30px;
  margin-right: 16px;
  margin-top: 16px;
}
.cat-start a:nth-child(4n) {
  margin-right: 0;
}
.cat-start a .img1 {
  width: 100%;
  height: 296px;
  object-fit: cover;
  border-radius: 30px;
}
.cat-start a .intro {
  position: absolute;
  left: 16px;
  bottom: 16px;
  width: calc(100% - 32px);
  background: #fff;
  padding: 12px;
  border-radius: 20px 20px 20px 20px;
}
.cat-start a .intro h2 {
  color: #000000;
  line-height: 24px;
  font-size: 16px;
  font-family: R;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cat-start a .intro .intro-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
}
.cat-start a .intro .intro-b img {
  width: 24px;
  height: 24px;
}
.cat-start a .intro .intro-b div {
  width: 60px;
  height: 24px;
  border-radius: 4px 4px 4px 4px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #E1E1E1;
  color: #000000;
  font-size: 16px;
  font-family: L;
}
.cat-start a .intro .intro-b div:hover {
  background: #006755;
  border: 1px solid #006755;
  color: #fff;
}
.tupian {
  text-align: center;
  padding: 0 12px;
}
.tupian img {
  width: 180px;
  height: 114px;
}
.tupian h2 {
  color: #333333;
  line-height: 38px;
  font-size: 20px;
  font-family: B;
}
.tupian div a {
  color: #333333;
  line-height: 24px;
  font-size: 18px;
  font-family: L;
  text-decoration: underline !important;
}
.faqAll .sport-t {
  position: relative;
  display: inline-block;
  padding: 0 28px 0 12px;
  height: 30px;
  line-height: 34px;
  background: #006755;
  color: #fff;
  font-size: 18px;
  font-family: B;
  margin-top: 16px;
}
.faqAll .sport-t div {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 28px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 12px solid #fff;
}
.faqAll .faqAll-list {
  display: flex;
  flex-wrap: wrap;
}
.faqAll .faqAll-list a {
  display: block;
  width: calc((100% - 48px) / 4);
  margin-top: 16px;
  margin-right: 16px;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  padding: 16px;
  font-size: 0;
}
.faqAll .faqAll-list a:nth-child(4n) {
  margin-right: 0;
}
.faqAll .faqAll-list a img {
  width: 100%;
  height: 187px;
  border-radius: 20px;
  object-fit: cover;
}
.faqAll .faqAll-list a h2 {
  color: #333333;
  line-height: 24px;
  height: 48px;
  font-size: 16px;
  font-family: B;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 12px;
}
.faqAll .faqAll-list a div {
  display: none;
  color: #333333;
  line-height: 24px;
  font-size: 14px;
  font-family: L;
  margin-top: 4px;
}
.petNews {
  width: 100%;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  padding: 24px 16px;
  margin-top: 24px;
}
.petNews h2 {
  color: #333333;
  line-height: 24px;
  font-size: 18px;
  font-family: B;
  text-align: center;
}
.petNews .text {
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: R;
  margin-top: 4px;
}
.recent {
  margin-top: 16px;
}
.recent .related-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recent .related-t .related-t-l {
  display: flex;
  align-items: center;
}
.recent .related-t .related-t-l div {
  width: 6px;
  height: 16px;
  background: #FBC302;
  border-radius: 20px 20px 20px 20px;
  margin-right: 6px;
  margin-top: -4px;
}
.recent .related-t .related-t-l span {
  display: block;
  color: #333333;
  font-size: 18px;
  line-height: 28px;
  font-family: B;
}
.recent .related-t a {
  display: flex;
  align-items: center;
}
.recent .related-t a span {
  display: block;
  color: #333333;
  line-height: 24px;
  font-size: 14px;
  font-family: R;
}
.recent .related-t a img {
  width: 24px;
  height: 24px;
}
.recent .recent-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}
.recent .recent-list a {
  display: block;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  padding: 16px;
  width: calc((100% - 48px) / 4);
  margin: 0 16px 16px 0;
}
.recent .recent-list a:nth-child(4n) {
  margin-right: 0;
}
.recent .recent-list a img {
  width: 100%;
  height: 187px;
  border-radius: 20px 20px 20px 20px;
  object-fit: cover;
}
.recent .recent-list a h2 {
  color: #333333;
  line-height: 24px;
  font-size: 16px;
  height: 48px;
  font-family: B;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 12px;
}
.recent .recent-list a .learn {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.recent .recent-list a .learn span {
  display: block;
  font-size: 14px;
  font-family: L;
  color: #006755;
  line-height: 24px;
}
.recent .recent-list a .learn img {
  width: 24px;
  height: 24px;
}
.news {
  padding: 0 12px;
}
.video .related-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.video .related-t .related-t-l {
  display: flex;
  align-items: center;
}
.video .related-t .related-t-l div {
  width: 6px;
  height: 16px;
  background: #FBC302;
  border-radius: 20px 20px 20px 20px;
  margin-right: 6px;
  margin-top: -4px;
}
.video .related-t .related-t-l span {
  display: block;
  color: #333333;
  font-size: 18px;
  line-height: 28px;
  font-family: B;
}
.video .video-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}
.video .video-list a {
  display: block;
  width: calc((100% - 48px) / 4);
  margin: 0 16px 16px 0;
  transition: all 0.3s;
  font-size: 0;
}
.video .video-list a:nth-child(4n) {
  margin-right: 0;
}
.video .video-list a .media-t {
  position: relative;
}
.video .video-list a .media-t .pic1 {
  width: 100%;
  height: 164px;
  border-radius: 16px;
  object-fit: cover;
}
.video .video-list a .media-t .pic2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  z-index: 222222;
}
.video .video-list a .media-t .media-f {
  display: flex;
  position: absolute;
  bottom: 0;
  padding: 0 12px;
  width: 100%;
  justify-content: space-between;
  z-index: 2;
}
.video .video-list a .media-t .media-f span {
  display: block;
  font-size: 14px;
  color: #fff;
  font-family: L;
}
.video .video-list a .media-t .media-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 16px;
}
.video .video-list a h2 {
  color: #333;
  line-height: 28px;
  font-size: 16px;
  margin-top: 8px;
  font-family: R;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.no-search {
  text-align: center;
}
.no-search img {
  width: 218px;
  height: 143px;
}
.no-search h2 {
  color: #000000;
  line-height: 28px;
  font-size: 24px;
  font-family: B;
}
.mSearch {
  width: 100%;
  height: 82px;
  background: #FFFFFF;
  padding: 16px;
}
.mSearch .wai {
  position: relative;
  width: 100%;
  height: 40px;
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
  border: 1px solid #000000;
}
.mSearch .wai button {
  position: absolute;
  top: 4px;
  left: 12px;
  width: 32px;
  height: 32px;
}
.mSearch .wai button img {
  width: 32px;
  height: 32px;
}
.mSearch .wai input {
  width: 70%;
  padding-left: 48px;
  color: #666666;
  font-size: 16px;
  font-family: L;
  height: 38px;
  border-radius: 20px 20px 20px 20px;
}
.about .yinsi {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 16px;
}
.about .yinsi h2 {
  color: #333333;
  line-height: 28px;
  font-size: 20px;
  font-family: B;
}
.about .yinsi h4 {
  color: #333333;
  line-height: 28px;
  font-size: 18px;
  font-family: B;
  margin-top: 8px;
}
.about .yinsi .text {
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: L;
  margin-top: 8px;
}
.about .yinsi input {
  width: 100%;
  background: #F4F4F4;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  height: 50px;
  font-size: 16px;
  color: #999999;
  font-family: R;
  margin-bottom: 10px;
  padding-left: 16px;
}
.about .yinsi input::placeholder {
  font-size: 16px;
  color: #999999;
  font-family: R;
}
.about .yinsi textarea {
  width: 100%;
  background: #F4F4F4;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  height: 227px;
  font-size: 16px;
  color: #999999;
  font-family: R;
  padding-left: 16px;
  padding-top: 16px;
}
.about .yinsi textarea::placeholder {
  font-size: 16px;
  color: #999999;
  font-family: R;
}
.about .yinsi .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.about .yinsi .bottom div {
  font-size: 12px;
  font-family: L;
  color: #999999;
}
.about .yinsi .bottom div a {
  color: #00A2FF;
}
.about .yinsi .bottom button {
  width: 320px;
  height: 50px;
  background: #006755;
  border-radius: 8px 8px 8px 8px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  font-size: 24px;
  font-family: B;
}
@media screen and (min-width: 860px) and (max-width: 1280px) {
  header .head-p {
    display: none;
  }
  header .head-m {
    display: flex;
  }
  footer .foot-p {
    display: none;
  }
  footer .foot-m {
    display: block;
  }
  footer .foot-m .catecogry .left div,
  footer .foot-m .catecogry .right div {
    display: flex;
    flex-wrap: wrap;
  }
  footer .foot-m .catecogry .left div a,
  footer .foot-m .catecogry .right div a {
    width: calc((100% - 12px) / 2);
    margin-right: 12px;
  }
  footer .foot-m .catecogry .left div a:nth-child(2n),
  footer .foot-m .catecogry .right div a:nth-child(2n) {
    margin-right: 0;
  }
  .petT {
    display: block;
    margin-top: 12px;
  }
  .petT .petT-l {
    padding: 0 12px;
  }
  .petT .petT-l a {
    width: calc((100% - 16px) / 2);
    height: 350px;
  }
  .petT .petT-l a .img1 {
    height: 350px;
  }
  .petT .petT-r {
    margin-top: 0;
    width: 100%;
    background: transparent;
    height: auto;
    padding: 12px;
  }
  .petI {
    background: #006755;
    padding: 16px 12px 10px;
    margin-top: 0;
  }
  .petI .swiper-slide {
    border-radius: 20px;
  }
  .petI .swiper-pagination-bullet {
    background: #fff;
  }
  .related {
    margin-top: 12px;
    padding: 0 12px;
  }
  .related .related-t a {
    display: none;
  }
  .related .relateList a {
    display: flex;
    align-items: center;
    padding: 12px;
    width: calc((100% - 12px) / 2);
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .related .relateList a:nth-child(2n) {
    margin-right: 0;
  }
  .related .relateList a .img1 {
    width: 115px;
    height: 106px;
    border-radius: 20px 20px 20px 20px;
    object-fit: cover;
    margin-right: 8px;
  }
  .related .relateList a div {
    width: 60%;
  }
  .related .relateList a div h2 {
    height: 72px;
    -webkit-line-clamp: 3;
  }
  .related .mMore {
    display: block;
  }
  .related .mMore2 {
    width: 100%;
  }
  .petI2 {
    margin-top: 12px;
    padding: 0 12px;
  }
  .petI2 .swiper-slide {
    padding: 12px 12px;
  }
  .detail {
    display: block;
    padding: 0 12px;
  }
  .detail .detail-l {
    width: 100%;
  }
  .detail .detail-r {
    width: 100%;
  }
  .detail .detail-r .gg {
    margin-top: 12px;
  }
  .detail .detail-r .article .articleList {
    display: flex;
    flex-wrap: wrap;
  }
  .detail .detail-r .article .articleList a {
    width: calc((100% - 12px) / 2);
    margin-right: 12px;
  }
  .detail .detail-r .article .articleList a:nth-child(2n) {
    margin-right: 0;
  }
  .bread {
    padding-left: 12px;
  }
  .apps {
    border: none;
    margin-top: 12px;
    padding: 0 12px;
  }
  .apps .apps-t {
    display: none;
  }
  .apps .apps-list {
    border-top: none;
    padding: 0 0 0;
  }
  .apps .apps-list a {
    display: flex;
    width: calc((100% - 16px) / 2);
    padding: 0;
  }
  .apps .apps-list a:nth-child(4n) {
    margin-right: 16px;
  }
  .apps .apps-list a:nth-child(2n) {
    margin-right: 0;
  }
  .apps .apps-list a .pic1 {
    width: 127px;
    height: 130px;
    border-radius: 20px 0px 0px 20px;
  }
  .apps .apps-list a .right {
    width: 65%;
    margin-left: 8px;
    padding-right: 12px;
  }
  .apps .apps-list a .right h2 {
    height: 72px;
    -webkit-line-clamp: 3;
    margin-top: 12px;
  }
  .apps .apps-list a .right .dibu {
    margin-top: 6px;
  }
  .apps .apps-list a .right .dibu div {
    display: block;
  }
  .apps .apps-list a .symbol {
    position: absolute;
    left: 6px;
    top: inherit;
    bottom: 4px;
    height: 20px;
    border-radius: 4px;
    background: #4F46A3;
  }
  .apps .apps-list a .symbol span {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .apps .app-more {
    display: block;
  }
  .cat-start {
    padding: 0 12px;
  }
  .cat-start a {
    width: 100%;
    height: 420px;
    margin-right: 0;
    margin-top: 12px;
    display: none;
  }
  .cat-start a:nth-child(1) {
    display: block;
  }
  .cat-start a .img1 {
    height: 420px;
  }
  .picks {
    display: flex;
    padding: 0 12px;
  }
  .faqAll {
    padding: 0 12px;
  }
  .faqAll .faqAll-list a {
    display: block;
    width: calc((100% - 32px) / 3);
    padding: 12px;
  }
  .faqAll .faqAll-list a:nth-child(4n) {
    margin-right: 16px;
  }
  .faqAll .faqAll-list a:nth-child(3n) {
    margin-right: 0;
  }
  .faqAll .faqAll-list a div {
    display: block;
  }
  .petNews {
    padding: 12px 12px;
    margin-top: 12px;
  }
  .recent {
    margin-top: 16px;
  }
  .recent .related-t a {
    display: none;
  }
  .recent .recent-list a {
    padding: 12px;
    width: calc((100% - 24px) / 3);
    margin: 0 12px 12px 0;
  }
  .recent .recent-list a:nth-child(4n) {
    margin-right: 12px;
  }
  .recent .recent-list a:nth-child(3n) {
    margin-right: 0;
  }
  .video .video-list a {
    width: calc((100% - 24px) / 3);
    margin: 0 12px 12px 0;
  }
  .video .video-list a:nth-child(4n) {
    margin-right: 12px;
  }
  .video .video-list a:nth-child(3n) {
    margin-right: 0;
  }
  .about {
    padding: 0 12px;
  }
  .about .yinsi .bottom {
    display: block;
  }
  .about .yinsi .bottom button {
    width: 100%;
    margin-top: 12px;
  }
}
@media screen and (min-width: 750px) and (max-width: 859px) {
  header .head-p {
    display: none;
  }
  header .head-m {
    display: flex;
  }
  footer .foot-p {
    display: none;
  }
  footer .foot-m {
    display: block;
  }
  footer .foot-m .catecogry .left div,
  footer .foot-m .catecogry .right div {
    display: flex;
    flex-wrap: wrap;
  }
  footer .foot-m .catecogry .left div a,
  footer .foot-m .catecogry .right div a {
    width: calc((100% - 12px) / 2);
    margin-right: 12px;
  }
  footer .foot-m .catecogry .left div a:nth-child(2n),
  footer .foot-m .catecogry .right div a:nth-child(2n) {
    margin-right: 0;
  }
  .petT {
    display: block;
    margin-top: 12px;
  }
  .petT .petT-l {
    padding: 0 12px;
  }
  .petT .petT-l a {
    width: calc((100% - 16px) / 2);
    height: 350px;
  }
  .petT .petT-l a .img1 {
    height: 350px;
  }
  .petT .petT-r {
    margin-top: 0;
    width: 100%;
    background: transparent;
    height: auto;
    padding: 12px;
  }
  .petI {
    background: #006755;
    padding: 16px 12px 10px;
    margin-top: 0;
  }
  .petI .swiper-slide {
    border-radius: 20px;
  }
  .petI .swiper-pagination-bullet {
    background: #fff;
  }
  .related {
    margin-top: 12px;
    padding: 0 12px;
  }
  .related .related-t a {
    display: none;
  }
  .related .relateList a {
    display: flex;
    align-items: center;
    padding: 12px;
    width: calc((100% - 12px) / 2);
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .related .relateList a:nth-child(2n) {
    margin-right: 0;
  }
  .related .relateList a .img1 {
    width: 115px;
    height: 106px;
    border-radius: 20px 20px 20px 20px;
    object-fit: cover;
    margin-right: 8px;
  }
  .related .relateList a div {
    width: 60%;
  }
  .related .relateList a div h2 {
    height: 72px;
    -webkit-line-clamp: 3;
  }
  .related .mMore {
    display: block;
  }
  .related .mMore2 {
    width: 100%;
  }
  .petI2 {
    margin-top: 12px;
    padding: 0 12px;
  }
  .petI2 .swiper-slide {
    padding: 12px 12px;
  }
  .detail {
    display: block;
    padding: 0 12px;
  }
  .detail .detail-l {
    width: 100%;
  }
  .detail .detail-l .chatu {
    height: 350px;
  }
  .detail .detail-r {
    width: 100%;
  }
  .detail .detail-r .gg {
    margin-top: 12px;
  }
  .detail .detail-r .article .articleList {
    display: flex;
    flex-wrap: wrap;
  }
  .detail .detail-r .article .articleList a {
    width: calc((100% - 12px) / 2);
    margin-right: 12px;
  }
  .detail .detail-r .article .articleList a:nth-child(2n) {
    margin-right: 0;
  }
  .bread {
    padding-left: 12px;
  }
  .apps {
    border: none;
    margin-top: 12px;
    padding: 0 12px;
  }
  .apps .apps-t {
    display: none;
  }
  .apps .apps-list {
    border-top: none;
    padding: 0 0 0;
  }
  .apps .apps-list a {
    display: flex;
    width: calc((100% - 16px) / 2);
    padding: 0;
  }
  .apps .apps-list a:nth-child(4n) {
    margin-right: 16px;
  }
  .apps .apps-list a:nth-child(2n) {
    margin-right: 0;
  }
  .apps .apps-list a .pic1 {
    width: 127px;
    height: 130px;
    border-radius: 20px 0px 0px 20px;
  }
  .apps .apps-list a .right {
    width: 62%;
    margin-left: 8px;
    padding-right: 12px;
  }
  .apps .apps-list a .right h2 {
    height: 72px;
    -webkit-line-clamp: 3;
    margin-top: 12px;
  }
  .apps .apps-list a .right .dibu {
    margin-top: 6px;
  }
  .apps .apps-list a .right .dibu div {
    display: block;
  }
  .apps .apps-list a .symbol {
    position: absolute;
    left: 6px;
    top: inherit;
    bottom: 4px;
    height: 20px;
    border-radius: 4px;
    background: #4F46A3;
  }
  .apps .apps-list a .symbol span {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .apps .app-more {
    display: block;
  }
  .cat-start {
    padding: 0 12px;
  }
  .cat-start a {
    width: 100%;
    height: 420px;
    margin-right: 0;
    margin-top: 12px;
    display: none;
  }
  .cat-start a:nth-child(1) {
    display: block;
  }
  .cat-start a .img1 {
    height: 420px;
  }
  .picks {
    display: flex;
    padding: 0 12px;
  }
  .faqAll {
    padding: 0 12px;
  }
  .faqAll .faqAll-list a {
    display: block;
    width: calc((100% - 32px) / 3);
    padding: 12px;
  }
  .faqAll .faqAll-list a:nth-child(4n) {
    margin-right: 16px;
  }
  .faqAll .faqAll-list a:nth-child(3n) {
    margin-right: 0;
  }
  .faqAll .faqAll-list a div {
    display: block;
  }
  .petNews {
    padding: 12px 12px;
    margin-top: 12px;
  }
  .recent {
    margin-top: 16px;
  }
  .recent .related-t a {
    display: none;
  }
  .recent .recent-list a {
    padding: 12px;
    width: calc((100% - 12px) / 2);
    margin: 0 12px 12px 0;
  }
  .recent .recent-list a:nth-child(4n) {
    margin-right: 12px;
  }
  .recent .recent-list a:nth-child(2n) {
    margin-right: 0;
  }
  .video .video-list a {
    width: calc((100% - 12px) / 2);
    margin: 0 12px 12px 0;
  }
  .video .video-list a:nth-child(4n) {
    margin-right: 12px;
  }
  .video .video-list a:nth-child(2n) {
    margin-right: 0;
  }
  .about {
    padding: 0 12px;
  }
  .about .yinsi .bottom {
    display: block;
  }
  .about .yinsi .bottom button {
    width: 100%;
    margin-top: 12px;
  }
}
@media screen and (min-width: 560px) and (max-width: 749px) {
  header .head-p {
    display: none;
  }
  header .head-m {
    display: flex;
  }
  footer .foot-p {
    display: none;
  }
  footer .foot-m {
    display: block;
  }
  .petT {
    display: block;
    margin-top: 12px;
  }
  .petT .petT-l {
    display: block;
    padding: 0 12px;
  }
  .petT .petT-l a {
    width: 100%;
    height: auto;
  }
  .petT .petT-l a:nth-child(2) {
    display: none;
  }
  .petT .petT-l a .img1 {
    height: 350px;
  }
  .petT .petT-r {
    width: 100%;
    margin-top: 0;
    background: transparent;
    height: auto;
    padding: 12px;
  }
  .petT .petT-r a {
    height: 200px;
  }
  .petT .petT-r a .img1 {
    height: 200px;
  }
  .petI {
    background: #006755;
    padding: 16px 12px 10px;
    margin-top: 0;
  }
  .petI .swiper-slide {
    border-radius: 20px;
  }
  .petI .swiper-pagination-bullet {
    background: #fff;
  }
  .related {
    margin-top: 12px;
    padding: 0 12px;
  }
  .related .related-t a {
    display: none;
  }
  .related .relateList a {
    display: flex;
    align-items: center;
    padding: 12px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .related .relateList a:nth-child(2n) {
    margin-right: 0;
  }
  .related .relateList a .img1 {
    width: 115px;
    height: 106px;
    border-radius: 20px 20px 20px 20px;
    object-fit: cover;
    margin-right: 8px;
  }
  .related .relateList a div {
    width: 72%;
  }
  .related .relateList a div h2 {
    width: 100%;
    height: 72px;
    -webkit-line-clamp: 3;
  }
  .related .mMore {
    display: block;
  }
  .related .mMore2 {
    width: 100%;
  }
  .petI2 {
    margin-top: 12px;
    padding: 0 12px;
  }
  .petI2 .swiper-slide {
    padding: 12px 12px;
  }
  .detail {
    display: block;
    padding: 0 12px;
  }
  .detail .detail-l {
    width: 100%;
  }
  .detail .detail-l .chatu {
    height: 232px;
  }
  .detail .detail-r {
    width: 100%;
  }
  .detail .detail-r .gg {
    margin-top: 12px;
  }
  .bread {
    padding-left: 12px;
  }
  .apps {
    border: none;
    margin-top: 12px;
    padding: 0 12px;
  }
  .apps .apps-t {
    display: none;
  }
  .apps .apps-list {
    border-top: none;
    padding: 0 0 0;
  }
  .apps .apps-list a {
    display: flex;
    width: 100%;
    padding: 0;
    margin-right: 0;
  }
  .apps .apps-list a:nth-child(4n) {
    margin-right: 0;
  }
  .apps .apps-list a .pic1 {
    width: 127px;
    height: 130px;
    border-radius: 20px 0px 0px 20px;
  }
  .apps .apps-list a .right {
    width: 75%;
    margin-left: 8px;
    padding-right: 12px;
  }
  .apps .apps-list a .right h2 {
    height: 72px;
    -webkit-line-clamp: 3;
    margin-top: 12px;
  }
  .apps .apps-list a .right .dibu {
    margin-top: 6px;
  }
  .apps .apps-list a .right .dibu div {
    display: block;
  }
  .apps .apps-list a .symbol {
    position: absolute;
    left: 6px;
    top: inherit;
    bottom: 4px;
    height: 20px;
    border-radius: 4px;
    background: #4F46A3;
  }
  .apps .apps-list a .symbol span {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .apps .app-more {
    display: block;
  }
  .cat-start {
    padding: 0 12px;
  }
  .cat-start a {
    width: 100%;
    height: 350px;
    margin-right: 0;
    margin-top: 12px;
    display: none;
  }
  .cat-start a:nth-child(1) {
    display: block;
  }
  .cat-start a .img1 {
    height: 350px;
  }
  .picks {
    display: flex;
    padding: 0 12px;
  }
  .faqAll {
    padding: 0 12px;
  }
  .faqAll .faqAll-list a {
    display: block;
    width: calc((100% - 16px) / 2);
    padding: 12px;
  }
  .faqAll .faqAll-list a:nth-child(4n) {
    margin-right: 16px;
  }
  .faqAll .faqAll-list a:nth-child(2n) {
    margin-right: 0;
  }
  .faqAll .faqAll-list a div {
    display: block;
  }
  .petNews {
    padding: 12px 12px;
    margin-top: 12px;
  }
  .recent {
    margin-top: 16px;
  }
  .recent .related-t a {
    display: none;
  }
  .recent .recent-list a {
    padding: 12px;
    width: 100%;
    margin: 0 0 12px 0;
  }
  .recent .recent-list a img {
    height: 232px;
  }
  .video .video-list a {
    width: 100%;
    margin: 0 0 12px 0;
  }
  .video .video-list a .media-t .pic1 {
    height: 193px;
  }
  .about {
    padding: 0 12px;
  }
  .about .yinsi .bottom {
    display: block;
  }
  .about .yinsi .bottom button {
    width: 100%;
    margin-top: 12px;
  }
}
@media screen and (min-width: 0) and (max-width: 559px) {
  header .head-p {
    display: none;
  }
  header .head-m {
    display: flex;
  }
  footer .foot-p {
    display: none;
  }
  footer .foot-m {
    display: block;
  }
  .petT {
    display: block;
    margin-top: 12px;
  }
  .petT .petT-l {
    display: block;
    padding: 0 12px;
  }
  .petT .petT-l a {
    width: 100%;
    height: auto;
  }
  .petT .petT-l a:nth-child(2) {
    display: none;
  }
  .petT .petT-l a .img1 {
    height: 350px;
  }
  .petT .petT-r {
    width: 100%;
    margin-top: 0;
    background: transparent;
    height: auto;
    padding: 12px;
  }
  .petT .petT-r a {
    height: 200px;
  }
  .petT .petT-r a .img1 {
    height: 200px;
  }
  .petI {
    background: #006755;
    padding: 16px 12px 10px;
    margin-top: 0;
  }
  .petI .swiper-slide {
    border-radius: 20px;
  }
  .petI .swiper-slide h2 {
    text-align: left;
  }
  .petI .swiper-pagination-bullet {
    background: #fff;
  }
  .related {
    margin-top: 12px;
    padding: 0 12px;
  }
  .related .related-t a {
    display: none;
  }
  .related .relateList a {
    display: flex;
    align-items: center;
    padding: 12px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .related .relateList a:nth-child(2n) {
    margin-right: 0;
  }
  .related .relateList a .img1 {
    width: 115px;
    height: 106px;
    border-radius: 20px 20px 20px 20px;
    object-fit: cover;
    margin-right: 8px;
  }
  .related .relateList a div {
    width: 60%;
  }
  .related .relateList a div h2 {
    width: 100%;
    height: 72px;
    -webkit-line-clamp: 3;
  }
  .related .mMore {
    display: block;
  }
  .related .mMore2 {
    width: 100%;
  }
  .petI2 {
    margin-top: 12px;
    padding: 0 12px;
  }
  .petI2 .swiper-slide {
    padding: 12px 12px;
  }
  .detail {
    display: block;
    padding: 0 12px;
  }
  .detail .detail-l {
    width: 100%;
  }
  .detail .detail-l .chatu {
    height: 232px;
  }
  .detail .detail-r {
    width: 100%;
  }
  .detail .detail-r .gg {
    margin-top: 12px;
  }
  .bread {
    padding-left: 12px;
  }
  .cats {
    height: 196px;
    background: url('../img/mBg.png') no-repeat;
    background-size: 100% 196px;
  }
  .apps {
    border: none;
    margin-top: 12px;
    padding: 0 12px;
  }
  .apps .apps-t {
    display: none;
  }
  .apps .apps-list {
    border-top: none;
    padding: 0 0 0;
  }
  .apps .apps-list a {
    display: flex;
    width: 100%;
    padding: 0;
    margin-right: 0;
  }
  .apps .apps-list a:nth-child(4n) {
    margin-right: 0;
  }
  .apps .apps-list a .pic1 {
    width: 127px;
    height: 130px;
    border-radius: 20px 0px 0px 20px;
  }
  .apps .apps-list a .right {
    width: 60%;
    margin-left: 8px;
    padding-right: 12px;
  }
  .apps .apps-list a .right h2 {
    height: 72px;
    -webkit-line-clamp: 3;
    margin-top: 12px;
  }
  .apps .apps-list a .right .dibu {
    margin-top: 6px;
  }
  .apps .apps-list a .right .dibu div {
    display: block;
  }
  .apps .apps-list a .symbol {
    position: absolute;
    left: 6px;
    top: inherit;
    bottom: 4px;
    height: 20px;
    border-radius: 4px;
    background: #4F46A3;
  }
  .apps .apps-list a .symbol span {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .apps .app-more {
    display: block;
  }
  .cat-start {
    padding: 0 12px;
  }
  .cat-start a {
    width: 100%;
    height: 350px;
    margin-right: 0;
    margin-top: 12px;
    display: none;
  }
  .cat-start a:nth-child(1) {
    display: block;
  }
  .cat-start a .img1 {
    height: 350px;
  }
  .picks {
    display: flex;
    padding: 0 12px;
  }
  .faqAll {
    padding: 0 12px;
  }
  .faqAll .faqAll-list a {
    display: block;
    width: 100%;
    padding: 12px;
    margin-right: 0;
  }
  .faqAll .faqAll-list a img {
    height: 232px;
  }
  .faqAll .faqAll-list a div {
    display: block;
  }
  .petNews {
    padding: 12px 12px;
    margin-top: 12px;
  }
  .recent {
    margin-top: 16px;
  }
  .recent .related-t a {
    display: none;
  }
  .recent .recent-list a {
    padding: 12px;
    width: 100%;
    margin: 0 0 12px 0;
  }
  .recent .recent-list a img {
    height: 232px;
  }
  .video .video-list a {
    width: 100%;
    margin: 0 0 12px 0;
  }
  .video .video-list a .media-t .pic1 {
    height: 193px;
  }
  .about {
    padding: 0 12px;
  }
  .about .yinsi .bottom {
    display: block;
  }
  .about .yinsi .bottom button {
    width: 100%;
    margin-top: 12px;
  }
}
