.fix-header {
  position: fixed;
  width: 100%;
  height: 55px;
  top: 0;
  font-size: 16px;
  background-color: #fff;
  z-index: 999;
}
.fix-header form {
  width: 100%;
  display: block;
}
.fix-header input {
  width: 260px;
  height: 36px;
  border-radius: 3px;
  border: 1px solid #cdcdcd;
  padding-left: 8px;
  outline: none;
}
.fix-header button {
  width: 75px;
  height: 36px;
  border-radius: 3px;
  background-color: #1faf2e;
  color: #fff;
  cursor: pointer;
  margin-left: 10px;
  border: none;
}
.header-placeholder {
  height: 55px;
}
.fix-header .wrap,
.header-nav.scroll .wrap {
  width: 1280px;
}

.newbg {
  background: #fff url(../images/new-bg.jpg) no-repeat top center / 1920px;
  background-position-y: 0;
}
.newbg.child {
  background: #fff url(../images/bg-am.png) no-repeat;
  background-size: 100%;
  /* background-position-y: 60px; */
  background-attachment: fixed;
}
/* 首页内容 */
.section {
  margin-top: 30px;
}
.news {
  width: 535px;
}
.news .first-title {
  font-weight: bold;
  font-size: 32px;
  color: #1faf2e;
  margin-bottom: 15px;
}
.news .pic-title {
  background: url(../images/title.png) no-repeat;
  background-size: 100% 100%;
  width: 112px;
  height: 43px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 43px;
}
/* .news .wap-news-more .zs-more{display: none;} */
.news .news-list li {
  padding: 20px 0 10px;
  border-bottom: 1px dashed rgba(58, 59, 62, 0.1);
}
.news .news-list a:last-child li {
  border: none;
}
.news .news-list li .title {
  margin-left: 8px;
  font-size: 18px;
}
.zs-more {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #1faf2e !important;
  margin-top: 18px;
  padding-left: 5px;
}
.zs-more img {
  vertical-align: top;
  position: relative;
  top: 6px;
  margin-right: 4px;
}
.news-swiper {
  position: relative;
  width: 640px;
  height: 400px;
  padding: 5px;
  border-radius: 4px;
  background: #fff;
}
.news-swiper .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.news-swiper .swiper .swiper-pagination {
  bottom: 63px;
}
.news-swiper .swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 1;
}
.news-swiper .swiper .swiper-pagination-bullet-active {
  background: #1faf2e;
}
.news-swiper .new-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.news-swiper .new-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-swiper .new-item .new-title {
  position: absolute;
  bottom: 0;
  font-size: 18px;
  /* font-weight: bold; */
  color: #fff;
  width: 100%;
  left: 0;
  padding: 10px 16px;
  background-color: rgba(0, 0, 0, 0.3);
}
.news-swiper .news-next {
  position: absolute;
  top: calc((100% - 18px) / 2);
  cursor: pointer;
  width: 100%;
}

.section-2 {
  position: relative;
  margin-top: 80px;
}
.section-2 .intro {
  text-indent: 2em;
  margin-bottom: 20px;
}
.section-2 .so-main {
  position: relative;
  margin-top: 20px;
}
.section-2 .so-main .somain-bg {
  width: 100%;
}
.section-2 .so-main .wap-somain {
  display: none;
}
.section-2 .so-main .main-active {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-2 .so-main .main-active a {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: linear 0.2s;
  width: 17.5%;
  height: 24.2%;
}

.section-2 .bt-title {
  margin-bottom: 30px;
}
.section-2 .bt-title img {
  margin-bottom: 10px;
  transform: scale(0.8);
}
.section-2 select {
  border: none;
  outline: none;
  background: transparent;
  width: 60px;
  color: #113a22;
  color: var(--color);
}
.project-box {
  width: 44%;
}
.project-box .p-head {
  margin-bottom: 20px;
}
.project-box.rongyu .p-head,
.project-box.zbox .p-head {
  padding: 0;
  margin: 0;
}
.project-box .p-head .pic-title {
  position: relative;
}
.project-box .p-head .pic-title span {
  color: #fff;
  position: absolute;
  top: 16px;
  left: 68px;
  font-size: 18px;
}
.project-box .p-head .grey {
  font-size: 14px;
  margin-left: 15px;
}
.project-box .selectAddress {
  font-size: 14px;
}
.project-box .project-list {
  position: relative;
  min-height: 393px;
}
.project-box .project-page .st-next,
.project-box .project-page .wl-next {
  right: 0;
}
.project-box .project-page .st-prev,
.project-box .project-page .wl-prev {
  left: 0;
}
.project-box .project-page img {
  position: absolute;
  top: calc((100% - 36px) / 2);
  cursor: pointer;
}
.project-box .project-list .item {
  height: 113px;
  border-radius: 10px;
  margin-bottom: 27px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 8px;
  box-shadow: 0px 5px 8px -4px rgb(0 0 0 / 10%);
}
.project-box .project-list .item .imgs {
  position: relative;
  height: 100%;
}
.project-box .project-list .item .imgs .address {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px 8px;
  font-size: 14px;
  justify-content: flex-end;
}
.project-box .project-list .item .imgs .address img {
  width: 14px;
  margin-right: 3px;
}
.project-box .project-list a:last-child .item {
  margin-bottom: 0;
}
.project-box .project-list .item img {
  width: 140px;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.project-box .project-list .item .item-cont {
  width: 70%;
  margin-left: 14px;
}
.project-box .project-list .item-cont h3 {
  color: #004f41;
  font-size: 15px;
  height: 45px;
}
.project-box .project-list .item-cont .tip {
  line-height: 1.45;
  width: 100%;
}
.project-box .project-list .item-cont .tip .state {
  font-size: 14px;
  color: rgba(17, 58, 34, 0.7);
}
.project-box .project-list .item-cont .tip p,
.project-box .project-list .item-cont .tip div {
  color: #004f41;
  font-size: 14px;
}
.project-box .project-list .item-cont .tip .yhjk {
  max-width: 75%;
}
.item-cont .tip .orange i {
  color: #ff7a00;
}
.project-box .project-list .item-cont .tip > div:first-of-type {
  width: 100%;
  /* margin-right: 10px; */
}

.project-box.rongyu {
  width: 44%;
}

.ljhonor {
  width: 100%;
  padding: 0 50px;
  overflow: hidden;
}
.ljhonor .ljhonor-inner {
  width: 100%;
}
.ljhonor .ljhonor-inner2 {
  height: 340px;
  overflow: hidden;
  margin-top: 20px;
}
.ljhonor .ljhonor-inner .biaoti {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
}
.ljhonor ul li .staff {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.staff .donate-item {
  width: 33%;
}
.staff .imgs {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.staff img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  flex: 1;
}
.staff .name {
  color: #2b2b2b;
  font-size: 14px;
  display: block;
  flex: 1;
}
.staff .money-d {
  display: block;
  text-align: center;
  width: 25%;
}
.staff .times {
  color: #7c7c7c;
  font-size: 14px;
  text-align: right;
}
.staff i {
  color: #63b000;
  font-style: normal;
  font-size: 14px;
}

.project-box.zbox {
  width: 44%;
}
.project-select {
  width: 1310px;
}
.last-section {
  width: 1216px;
  margin-top: 150px;
}
.project-box.zbox .tabs {
  display: flex;
  align-items: center;
  color: #5e5e5e;
  margin: 15px 0;
}
.project-box.zbox .tab-div {
  padding-left: 30px;
}
.project-box.zbox .tab-div .n-tt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
.project-box.zbox .showtab ul {
  height: 320px;
  overflow: hidden;
}
.project-box.zbox .tabs .tab-item {
  margin-right: 30px;
  cursor: pointer;
}
.project-box.zbox .tabs .tab-item.on {
  color: #1faf2e;
}
.project-box.zbox .tab-div .tab-cell {
  display: inline-block;
  margin: 0 6px 6px 0;
}
.project-box.zbox .tab-div .tab-cell:nth-child(4n) {
  margin-right: 0;
}
.project-box.zbox .tab-div .tab-cell img {
  width: 120px;
  height: 80px;
  object-fit: cover;
}
.project-box.zbox .tab-div .tab-cell p {
  text-align: center;
  width: 120px;
  color: #2b2b2b;
  font-size: 14px;
}

.yyyc {
  position: absolute;
  right: -140px;
  top: 200px;
}

.organizer {
  padding: 20px 25px 13px;
  background: #48cd5e;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.organizer a {
  color: #ffffff;
}
.organizer i {
  font-style: normal;
}
.organizer p {
  margin-bottom: 7px;
}
.organizer p span {
  padding: 0 5px;
  color: rgba(255, 255, 255, 0.5);
}
.organizer p .huanh {
  color: #fff;
}

/* 宣传海报 */
.themes {
  margin-top: 40px;
}
.themes img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.themes .zuo {
  margin: 0;
  padding-left: 50px;
  justify-content: flex-start;
}
.themes .zuo .cell {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin-right: 95px;
}
.themes .zuo .cell img {
  width: 110px;
  /* object-fit: fill; */
}
.themes .zuo .cell p {
  margin-top: 6px;
  min-height: 40px;
}
.themes .you {
  width: 700px;
  margin-left: 78px;
}
.themes .you .cell {
  width: 28.43%;
  margin-right: 2.22%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 2px 2px 10px 0px #00000014;
}
.themes .you .cell img {
  width: 100%;
  object-fit: fill;
}
.themes .you .cell:last-child,
.themes .zuo .cell:last-child {
  margin-right: 0;
}
.themes .you .cell.da {
  width: 38.7%;
}
.themes .you .cell p {
  width: 100%;
  font-size: 14px;
  background: #45b549;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

/* 基地 */
.adopt-box {
  position: relative;
  min-height: 200px;
  margin-top: 10px;
}
.adopt-box .adopt-btn {
  position: absolute;
  top: -40px;
  right: 0;
  justify-content: flex-end;
}
.adopt-box .adopt-btn img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.adopt-box .adopt-btn img:first-child {
  margin-right: 20px;
}
.adopt-box .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.adopt-box .item-box {
  /* width: calc((100% - 32px) / 3); */
  width: calc((100% - 60px) / 4);
  margin-top: 20px;
}
/* 3个 */
/* .adopt-box .item-box:not(:nth-child(3n)) {margin-right: 16px;} */
/* .adopt-box .item-box:nth-child(-n + 3) {margin-top: 0;} */
/* end */
/* 4个 */
.adopt-box .item-box:not(:nth-child(4n)) {
  margin-right: 20px;
}
.adopt-box .item-box:nth-child(-n + 4) {
  margin-top: 0;
}
/* end */
/* .adopt-box .item-box:last-child { margin-left: 48px; } */
.adopt-box .item-box .thumb {
  position: relative;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.adopt-box .item-box .thumb img {
  width: 100%;
  object-fit: cover;
}
.adopt-box .item-box .thumb .badge {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px 0px 10px 0px;
  background: #52b2ce;
}
.adopt-box .item-box .thumb .badge.green {
  background: #1faf2e;
}
.adopt-box .item-box .thumb .address {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 14px;
  color: #fff;
  padding: 12px;
  background: rgba(0, 0, 0, 0.5);
}
.adopt-box .item-box .thumb .address span {
  display: block;
}
.adopt-box .item-box .thumb .address img {
  width: 18px;
  height: auto;
  margin-right: 3px;
}
.adopt-box .item-box .info {
  padding-top: 11px;
}
.adopt-box .item-box .info h2 {
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: normal;
}
.adopt-box .item-box .info .time {
  font-size: 14px;
  opacity: 0.7;
}
.adopt-box .item-box .info .time:first-child {
  margin-bottom: 4px;
}
.adopt-box .item-box .info .time span {
  color: #ff7a00;
  font-weight: bold;
}
.adopt-box .item-box .info .tag-box {
  margin-top: 10px;
  font-size: 0;
}
.adopt-box .item-box .info .tag-box .tag {
  display: inline-block;
  font-size: 14px;
  color: #22a14d;
  padding: 3px 6px;
  border-radius: 3px;
  border: 1px solid #92d8aa;
  margin: 0 8px 8px 0;
}

.pro-section {
  display: flex;
  margin-top: 60px;
  padding-bottom: 50px;
  /* background: linear-gradient(180deg, #EAFFFC 0%, #F1FAFF 100%);
	border-radius: 10px;
	margin-top: 50px;
	padding: 0 44px 44px 0; */
}
.pro-section .pro-main {
  flex: 1;
  margin-right: 50px;
}
.pro-section .pro-s-box {
  display: flex;
}
.pro-section .pro-list {
  position: relative;
  width: 0;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.pro-section .pro-item {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 20px;
}
.pro-section .pro-item:nth-child(4n) {
  margin-right: 0;
}
.pro-section .pro-item .thumb {
  position: relative;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.pro-section .pro-item .thumb img {
  width: 100%;
  height: 137px;
  object-fit: cover;
}
.pro-section .pro-item .address-box {
  display: flex;
  align-items: center;
}
.pro-section .pro-item .address-box,
.pro-section .pro-item .des {
  margin-top: 8px;
}
.pro-section .pro-item .address-box .tag {
  color: #21a74f;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  padding: 0 6px;
  border-radius: 0 5px 0 5px;
  border: 1px solid rgba(33, 167, 79, 0.3);
  margin-left: 6px;
  white-space: nowrap;
}
.pro-section .pro-item .address-box .tag.blue {
  border: 1px solid rgba(34, 85, 161, 0.3);
  color: #2255a1;
}
.pro-section .pro-item .address-box .address {
  max-width: 55%;
  display: flex;
  align-items: center;
}
.pro-section .pro-item .address-box .address img {
  width: 18px;
  height: 18px;
}
.pro-section .pro-item .address-box .address p {
  font-size: 20px;
  font-weight: bold;
}
.pro-section .pro-item .des {
  font-size: 16px;
  line-height: 26px;
  padding-left: 5px;
}
.pro-section .city-box {
  position: relative;
  z-index: 5;
  width: 130px;
  padding-bottom: 20px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: -4px 4px 10px 0px rgba(0, 0, 0, 0.08);
}
.pro-section .city-box .head {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  background: url(../images/pro-tab.png) no-repeat center / 100% 100%;
}
.city-list {
  display: flex;
  flex-direction: column;
  height: calc(100% - 50px);
  padding: 0 10px;
  overflow: auto;
}
.city-list::-webkit-scrollbar {
  width: 5px;
}
.city-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
/* 滚动条滑块 */
.city-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

.city-list a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 59px;
  text-align: center;
  font-size: 18px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.city-list a:last-child {
  border-bottom: 0;
}
.float-window {
  display: none;
  position: fixed;
  right: 50px;
  top: 300px;
  z-index: 80;
}
.float-window .item {
  text-align: center;
  margin-bottom: 30px;
}
.float-window img {
  width: 94px;
  margin-bottom: 5px;
}
.float-window p {
  font-size: 14px;
}
.three-north-float {
  width: 286px;
  z-index: 10001;
}
.three-north-float .mp {
  display: none;
}

.map-wrap {
  min-width: 1400px;
  width: calc(100% + 140px);
  display: flex;
  justify-content: space-between;
  min-height: auto;
  margin-top: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.map-wrap .map-item {
  position: relative;
  width: calc(50% - 8px);
}
.map-wrap .title {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 24px;
  color: #0c121d;
  padding: 6px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 90;
}
.map-wrap .map-container {
  width: 100%;
  height: 560px;
}
.map-wrap .custom-marker {
  display: flex;
  min-width: auto;
  opacity: 0;
  padding: 2px 10px 0.5px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #0c121d;
  border-radius: 5px;
  background: #ffffff;
  border: 2px solid #61b43a;
}
.map-wrap .custom-marker .name {
  opacity: 0.8;
  white-space: nowrap;
}
.map-wrap .custom-marker .num {
  font-size: 15px;
  line-height: normal;
  margin-left: 5px;
  font-weight: bold;
}
.map-wrap .custom-marker.on {
  animation: marker-show 0.3s;
  animation-delay: var(--delay);
  animation-fill-mode: forwards;
}
@keyframes marker-show {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media screen and (max-width: 1700px) {
  .float-window {
    right: 2px;
  }
}
@media screen and (max-width: 1600px) {
  .project-box.zbox .tab-div .tab-cell:nth-child(5n) {
    margin-right: 6px;
  }
  .project-box.zbox .tab-div .tab-cell:nth-child(4n) {
    margin-right: 0;
  }
  .yyyc {
    display: none;
  }
  .themes .you {
    margin-left: 70px;
  }
  .float-window {
    right: 40px;
  }
  .pro-section .city-box {
    width: 120px;
  }
  .city-list a {
    height: 52px;
  }
}
@media screen and (max-width: 1440px) {
  .themes .you {
    width: 495px;
    margin-left: 72px;
  }
  .project-box .p-head .grey {
    font-size: 12px;
    margin-left: 8px;
  }
  .project-box .p-head .pic-title img {
    width: 140px;
  }
  .project-box .p-head .pic-title span {
    font-size: 14px;
    top: 14px;
    left: 56px;
  }
  .project-box .p-head .pic-title.stcy span {
    top: 15px;
    left: 60px;
  }
  .project-box .p-head .pic-title.stcy.duan span {
    left: 50px;
  }
  .project-box .project-list .item-cont h3 {
    margin-bottom: 3px;
  }
  .project-box .project-list .item-cont .tip {
    line-height: 1.3;
  }
  .project-box .project-page img {
    width: 30px;
  }
  .project-box .project-list {
    min-height: 360px;
  }
  /* .project-box .project-list .item-cont .tip>div:first-of-type{width: 140px;} */
  .project-select,
  .last-section {
    width: 1100px;
  }
  .project-box.zbox .tab-div {
    padding-left: 0;
  }

  .themes .zuo .cell {
    margin-right: 35px;
  }
  .themes .zuo p {
    display: none;
  }
  .themes .zuo .wap {
    display: block;
  }
  .project-box.zbox,
  .project-box.rongyu,
  .project-box {
    width: 46%;
  }
  .float-window {
    right: 8px;
  }
}
@media screen and (max-width: 1280px) {
  .project-box .project-list {
    height: 345px;
  }
  .project-box .project-list .item .item-cont {
    width: auto;
    flex: 1;
    margin-left: 10px;
  }
  .project-box .project-list .item-cont .tip p,
  .project-box .project-list .item-cont .tip span {
    font-size: 12px;
  }
  .project-select,
  .last-section {
    width: 1000px;
  }
  .project-box .p-head .grey {
    display: none;
  }
  .project-box .project-list .item {
    height: 100px;
  }
  .project-box .project-list .item img {
    width: 120px;
  }
  .ljhonor .ljhonor-inner .biaoti,
  .project-box.zbox .tabs .tab-item {
    font-size: 14px;
  }
  .project-box.zbox .tab-div {
    padding-left: 20px;
  }
  .project-box.zbox .tab-div .tab-cell:nth-child(4n) {
    margin-right: 6px;
  }
  .project-box.zbox .tab-div .tab-cell:nth-child(3n) {
    margin-right: 0;
  }
  .yyyc {
    right: -130px;
  }
  .yyyc img {
    width: 120px;
  }

  .themes .you {
    width: 440px;
    margin-left: 70px;
  }
  .themes .zuo {
    margin-left: 0;
    padding: 0;
  }
  .themes .zuo .cell {
    margin-right: 20px;
  }
  .themes .you .cell {
    width: 180px;
    font-size: 14px;
    margin-right: 12px;
  }
  .themes .you .cell.da {
    width: 250px;
  }
  .city-list a {
    height: 47px;
  }
}
@media screen and (max-width: 1024px) {
  .header-placeholder,
  .yyyc {
    display: none;
  }
  #first-section > .flex {
    flex-direction: column-reverse;
  }
  .section {
    padding: 0 0.32rem;
    margin-top: 0.32rem;
  }
  .news-swiper .news-next {
    display: none;
  }
  .news .zs-more {
    font-size: .3rem;
    margin-top: 0.3rem;
  }
  .news .wap-news-more .zs-more {
    display: block;
  }
  .news-swiper,
  .news-swiper .swiper {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .news-swiper .new-item .new-title {
    font-size: 0.32rem;
  }
  .news-swiper .swiper .swiper-pagination {
    bottom: 1rem;
  }
  .news {
    width: 100%;
    margin-top: 0.3rem;
    margin-right: 0;
    padding-top: 0;
  }
  .news .first-title {
    font-size: 0.4rem;
  }
  .news .pic-title {
    font-size: 0.32rem;
    width: 2rem;
    height: 0.9rem;
    line-height: 0.9rem;
  }
  .section-2 {
    margin-top: 0.8rem;
    padding: 0 0.32rem;
  }
  .section-2 .bt-title {
    padding: 0 !important;
    margin-bottom: 0.4rem;
  }
  .section-2 .bt-title img {
    width: 3rem;
    transform: scale(1);
  }
  .section-2 > .flex {
    flex-direction: column;
  }
  .section-2 .so-main .wap-somain {
    display: block;
    background: url(../images/so-main-1.png) no-repeat;
    background-size: 100%;
    padding: 0.7rem;
  }
  .section-2 .so-main .somain-bg {
    display: none;
  }
  .section-2 .so-main .wap-somain img {
    width: 49%;
  }
  .project-box,
  .project-select {
    width: 100%;
  }
  .project-box .p-head,
  .project-box .project-list {
    padding: 0;
    margin-bottom: 0.2rem;
  }
  /* .project-box .project-list .item-cont .tip>div:first-of-type{width: 5rem;margin-right: .16rem;} */
  .project-box .project-list .item-cont .tip .yhjk {
    width: 65%;
  }
  .project-box .project-page {
    display: none;
  }
  .project-box .project-list .item {
    height: 2.2rem;
    margin-bottom: 0.4rem;
  }
  .project-box .project-list .item-cont h3 {
    height: 0.8rem;
    font-size: 0.28rem;
  }
  .project-box .project-list .item img {
    width: 2.8rem;
  }
  .project-box .project-list .item .item-cont {
    margin: 0 0.6rem 0 0.16rem;
  }
  .project-box .project-list {
    min-height: 345px;
    height: auto;
  }
  .project-box .p-head,
  .project-box .project-list {
    margin-bottom: 0.6rem;
  }
  .last-section,
  .project-box.rongyu {
    width: 100%;
  }
  .last-section {
    flex-direction: column;
    margin-top: 0.2rem;
    margin-bottom: 1rem;
  }
  .zs_donate {
    flex-direction: column;
  }
  .ljhonor ul li .staff {
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .ljhonor {
    height: 9.6rem;
    margin-bottom: 0.4rem;
    padding: 0;
  }
  .ljhonor .ljhonor-inner2 {
    margin-top: 0.3rem;
    height: calc(9.6rem - 30px - 0.3rem);
  }
  .project-box.zbox {
    width: 100%;
  }
  .project-box.zbox .tabs {
    margin: 0.3rem 0;
  }
  .project-box.zbox .tab-div {
    margin: 0;
    padding-left: 0;
  }
  .project-box.zbox .tab-div .tab-cell {
    margin: 0 0.3rem 0.3rem 0;
    width: calc(100% / 5.5);
  }
  .project-box.zbox .tab-div .tab-cell p {
    width: 100%;
  }
  .project-box.zbox .tab-div .tab-cell:nth-child(3n),
  .project-box.zbox .tab-div .tab-cell:nth-child(4n) {
    margin-right: 0.3rem;
  }
  .project-box.zbox .tab-div .tab-cell:nth-child(5n) {
    margin-right: 0;
  }
  .project-box.zbox .tab-div .tab-cell img {
    width: 100%;
    height: auto;
  }
  .address-box {
    margin-top: 0.8rem;
  }
  .adopt-box {
    padding: 0;
    margin-top: 0.2rem;
  }
  .adopt-box .adopt-btn {
    display: none;
  }
  .adopt-box .item-box {
    width: 100%;
  }
  .adopt-box .item-box:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .adopt-box .item-box:last-child {
    margin-left: 0;
  }

  .section-2 .so-main .main-active a:hover {
    opacity: 0;
  }
  .section-2 .so-main .main-active a {
    width: 41.3%;
    height: 14.2%;
  }
  .section-2 .so-main .main-active > a:nth-of-type(1),
  .section-2 .so-main .main-active > a:nth-of-type(2) {
    top: 10.8%;
  }
  .section-2 .so-main .main-active > a:nth-of-type(3),
  .section-2 .so-main .main-active > a:nth-of-type(4) {
    top: 34.8%;
  }
  .section-2 .so-main .main-active > a:nth-of-type(5),
  .section-2 .so-main .main-active > a:nth-of-type(6) {
    top: auto;
    bottom: 26.8%;
  }
  .section-2 .so-main .main-active > a:nth-of-type(7),
  .section-2 .so-main .main-active > a:nth-of-type(8) {
    top: auto;
    bottom: 2.8%;
  }
  .section-2 .so-main .main-active > a:nth-of-type(1),
  .section-2 .so-main .main-active > a:nth-of-type(3),
  .section-2 .so-main .main-active > a:nth-of-type(5),
  .section-2 .so-main .main-active > a:nth-of-type(7) {
    left: 5.8%;
  }
  .section-2 .so-main .main-active > a:nth-of-type(2),
  .section-2 .so-main .main-active > a:nth-of-type(4),
  .section-2 .so-main .main-active > a:nth-of-type(6),
  .section-2 .so-main .main-active > a:nth-of-type(8) {
    right: 7.1%;
    left: auto;
  }
  .project-box .project-list .item-cont .tip p,
  .project-box .project-list .item-cont .tip span,
  .project-box .project-list .item .imgs .address {
    font-size: 0.24rem;
  }
  .project-box .project-list .item .imgs .address img {
    width: 0.24rem;
  }

  .themes,
  .themes .you {
    flex-direction: column;
    width: 100%;
    max-width: 8rem;
  }
  .themes .you {
    margin-top: 0.3rem;
  }
  .themes .you img {
    display: none;
  }
  .themes .you .wap {
    display: block;
  }
  .themes .zuo {
    margin-right: 0;
  }
  .themes .zuo .cell {
    margin-right: 0;
    width: 46%;
  }
  .themes .zuo .cell img {
    width: 2.2rem;
    object-fit: cover;
  }
  .themes .zuo {
    justify-content: space-between;
  }
  .themes .you .cell,
  .themes .you .cell.da {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }

  .city-list a {
    width: calc(100% / 4);
  }
  .adopt-box {
    width: 100%;
  }
  .pro-section {
    display: block;
    background: transparent;
    padding: 0 0 .5rem;
    margin-top: 20px;
  }
  .pro-section .pro-main {
    margin-right: 0;
  }
  .pro-section .pro-s-box {
    flex-direction: column-reverse;
  }
  .pro-section .pro-list,
  .pro-section .city-box {
    width: 100%;
  }
  .pro-section .pro-list {
    padding-left: 0;
    margin-top: 20px;
    justify-content: space-between;
  }
  .pro-section .pro-item {
    width: 48%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .pro-section .pro-item:nth-child(5n) {
    margin-right: 0;
  }
  .pro-section .pro-item .thumb img {
    height: 2.2rem;
  }
  .pro-section .city-box {
    height: auto;
    background: #f8ffff;
    border: 1px solid #cefcf7;
    box-shadow: none;
    margin-top: 0;
  }
  .pro-section .city-box .head {
    width: 163px;
    margin-bottom: 0;
  }
  .city-list {
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 8px 16px 0;
  }
  .city-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: auto;
    width: calc(100% / 4);
    height: 42px;
    min-height: auto;
    text-align: center;
    font-size: 0.28rem;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    border-right: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .city-list a:nth-child(4n) {
    border-right: none;
  }
  .city-list a:last-child {
    font-size: 0.24rem;
  }
  .city-list::after {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 17px;
    background: #f8ffff;
  }
  .pro-section .loadmore {
    display: block;
    font-size: 13px;
    opacity: 0.7;
    text-align: center;
    margin-top: 8px;
  }
  .pro-section .pro-swiper,
  .pro-section .pro-page,
  .three-north-float .pc {
    display: none;
  }
  body {
    padding-bottom: 1.32rem;
  }
  .three-north-float {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
  }
  .three-north-float .mp {
    display: block;
    width: 100%;
  }

  .map-wrap {
    min-width: auto;
    width: 100%;
    flex-direction: column;
    margin-top: 0.48rem;
    margin-left: 0;
    transform: translateX(0);
  }
  .map-wrap .title {
    position: relative;
    top: 0;
    left: 0;
    font-size: 0.36rem;
  }
  .map-wrap .map-item {
    width: 100%;
  }
  .map-wrap .map-container {
    width: 100%;
    height: 4rem;
  }
  .map-wrap .map-item:last-child {
    margin-top: 0.24rem;
  }
  .map-wrap .custom-marker {
    padding: 2px 0.16rem;
    line-height: normal;
  }
  .map-wrap .custom-marker .name {
    font-size: 0.26rem;
    padding-top: 2px;
    line-height: 1;
  }
  .map-wrap .custom-marker .num {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 750px) {
  .news-swiper .new-item {
    height: 4.32rem;
  }
  .project-box.zbox .tab-div .tab-cell {
    margin: 0 0.2rem 0.2rem 0;
    width: calc((100% - 0.35rem) / 2);
  }
  .section-2 .so-main .wap-somain {
    padding: 0.3rem;
  }
  .project-box .project-list .item {
    height: 1.8rem;
    margin-bottom: 0.4rem;
  }
  .project-box .project-list .item .item-cont {
    margin: 0 0 0 0.15rem;
  }
  .project-box .project-list .item img {
    width: 2rem;
  }
  .project-box.zbox .tab-div .tab-cell:nth-child(3n),
  .project-box.zbox .tab-div .tab-cell:nth-child(5n) {
    margin-right: 0.2rem;
  }
  .project-box.zbox .tab-div .tab-cell:nth-child(2n) {
    margin-right: 0;
  }
  /* .project-box .project-list .item-cont .tip>div:first-of-type{width: auto;margin-right: 0;} */
  .section-2 .so-main .main-active > a:nth-of-type(2),
  .section-2 .so-main .main-active > a:nth-of-type(4),
  .section-2 .so-main .main-active > a:nth-of-type(6),
  .section-2 .so-main .main-active > a:nth-of-type(8) {
    right: 6.2%;
  }
  .project-box .p-head,
  .project-box .project-list {
    margin-bottom: 0.3rem;
  }
  .organizer p .huanh {
    display: block;
  }
}
