.mySwiper {
  z-index: 1;
  max-height: 900px;
  min-height: 300px;
  height: 60vw;
}
.mySwiper .swiper-button-prev:after,
.mySwiper .swiper-button-next:after {
  content: '' !important;
}
.mySwiper .inner-banner {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 50%;
}
.home-plateThree .inner .swiper-slide:hover .donate-item-icon {
  display: block;
}
.donate-item-icon {
  position: absolute;
  width: 161px;
  height: 131px;
  right: 0;
  bottom: 0;
  display: none;
}
.home-plateThree .inner .swiper-slide:hover {
  display: block;
}
.mySwiper .inner-banner .inner {
  height: 100%;
  position: relative;
}
.mySwiper .swiper-pagination {
  bottom: 60px !important;
  max-width: 1200px;
  left: calc(50% - 600px);
  text-align: center;
}
.mySwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  opacity: 0.7;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  margin: 0 15px !important;
}
.mySwiper .swiper-pagination-bullet-active {
  width: 30px;
  height: 25px;
  background-color: transparent;
  background-image: url(../images/home-swiper-ac.png);
  background-size: 100% 100%;
  opacity: 1;
  border-radius: 0;
}
.plate {
  padding: 70px 0;
}
.home-plate-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}
.home-plate-title .title {
  height: 65px;
  width: auto;
}
.home-plate-title .more {
  height: 20px;
  width: auto;
}
.home-plateOne .inner {
  background-image: url(../images/home-plateOne-bg.png);
  background-repeat: no-repeat;
  background-size: 590px 289px;
  background-position: right bottom;
}
.home-plateOne .home-plate-title .more {
  display: none;
}
.home-plateOne .home-plate-title .active {
  display: block;
}
.home-plateOne .tab-title {
  cursor: pointer;
  padding: 10px;
}
.home-plateOne .tab-title.active {
  font-weight: bold;
  color: #007BFF;
  /* 激活时的字体颜色 */
}
.home-plateOne .home-plateOne-main,
.home-plateOne .home-plateOne-list {
  display: none;
  /* 默认隐藏 */
}
.home-plateOne .home-plateOne-main.show,
.home-plateOne .home-plateOne-list.show {
  display: block;
  /* 显示选中的内容 */
}
.home-plateOne .home-plate-title {
  justify-content: flex-end;
  position: relative;
  height: 65px;
}
.home-plateOne .home-plate-title .title-main {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.home-plateOne .home-plate-title .title-main p {
  font-family: SourceHanSerifCN, SourceHanSerifCN;
  font-weight: bold;
  font-size: 36px;
  color: #A42224;
  line-height: 51px;
  width: 144px;
  height: auto;
}
.home-plateOne .home-plate-title .title-main p img:nth-child(1) {
  display: block;
  padding-top: 14px;
}
.home-plateOne .home-plate-title .title-main p img:nth-child(2) {
  display: none;
}
.home-plateOne .home-plate-title .title-main > .active img:nth-child(1) {
  display: none;
}
.home-plateOne .home-plate-title .title-main > .active img:nth-child(2) {
  display: block;
}
.home-plateOne .home-plate-title .title-main > span {
  width: 1px;
  height: 34px;
  border: 1px solid #A42224;
  opacity: 0.5;
  display: block;
  margin: 0 25px;
}
.home-plateOne .home-plateOne-main {
  display: flex;
  justify-content: space-between;
}
.home-plateOne .home-plateOne-main .swiper-pagination {
  bottom: 0px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 58px;
}
.home-plateOne .home-plateOne-main .swiper-pagination span {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  opacity: 0.7;
}
.home-plateOne .home-plateOne-main .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  height: 20px;
  background-color: transparent;
  background-image: url(../images/home-swiper-ac.png);
  background-size: 100% 100%;
  opacity: 1;
  border-radius: 0;
}
.home-plateOne .home-plateOne-main .news-banner {
  width: 640px;
  margin: 0;
}
.home-plateOne .home-plateOne-main .news-banner .news-item {
  position: relative;
  cursor: pointer;
}
.home-plateOne .home-plateOne-main .news-banner .news-item .img {
  width: 100%;
  height: 436px;
}
.home-plateOne .home-plateOne-main .news-banner .news-item .img img {
  transition: all 0.2s linear;
}
.home-plateOne .home-plateOne-main .news-banner .news-item .content {
  width: 100%;
  height: 58px;
  background: #A32123;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 18px;
  color: #FFFFFF;
  padding-right: 100px;
  transition: all 0.2s linear;
}
.home-plateOne .home-plateOne-main .news-list {
  width: 590px;
}
.home-plateOne .home-plateOne-main .news-list .news-list-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #E6C2C2;
  padding: 19px 0;
  cursor: pointer;
}
.home-plateOne .home-plateOne-main .news-list .news-list-item .img {
  width: 180px;
  height: 120px;
  overflow: hidden;
}
.home-plateOne .home-plateOne-main .news-list .news-list-item .img img {
  transition: all 0.2s linear;
}
.home-plateOne .home-plateOne-main .news-list .news-list-item .content {
  width: calc(100% - 200px);
}
.home-plateOne .home-plateOne-main .news-list .news-list-item .content .nowrap {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
}
.home-plateOne .home-plateOne-main .news-list .news-list-item .content .nowrap-3 {
  font-size: 15px;
  color: #999999;
  line-height: 24px;
}
.home-plateOne .home-plateOne-main .news-list .news-list-item:nth-of-type(1) {
  padding-top: 0;
}
.home-plateOne .home-plateOne-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-plateOne .home-plateOne-list .news-list-item {
  width: 48%;
  height: 90px;
  background: #FFFFFF;
  box-shadow: 1px 2px 5px 0px rgba(127, 41, 41, 0.21);
  border-radius: 2px;
  padding: 20px;
  margin-bottom: 26px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.home-plateOne .home-plateOne-list .news-list-item .data {
  width: 58px;
  border-top: 2px solid #A32123;
}
.home-plateOne .home-plateOne-list .news-list-item .data p:nth-of-type(1) {
  font-size: 16px;
  color: #A52325;
  line-height: 30px;
  text-align: right;
  font-weight: bold;
}
.home-plateOne .home-plateOne-list .news-list-item .data p:nth-of-type(2) {
  font-size: 12px;
  color: #A52325;
  text-align: right;
  line-height: 15px;
}
.home-plateOne .home-plateOne-list .news-list-item .nowrap-2 {
  width: calc(100% - 70px);
  font-size: 18px;
  color: #A32123;
  line-height: 27px;
}
.home-plateOne .home-plateOne-list .news-list-item:hover {
  background-image: url(../images/text-list-item-bg.png);
  background-repeat: no-repeat;
  background-size: 105% 105%;
}
.home-plateOne .home-plateOne-list .news-list-item:hover div {
  color: #fff !important;
}
.home-plateOne .home-plateOne-list .news-list-item:hover p {
  color: #fff !important;
}
.home-plateOne .home-plateOne-list .news-list-item:hover span {
  color: #fff !important;
}
.home-plateTwo {
  background-image: url(../images/home-plateTwo-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.home-plateTwo .swiper-slide {
  cursor: pointer;
}
.home-plateTwo .swiper-slide .img {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.home-plateTwo .swiper-slide .img img {
  transition: all 0.2s linear;
}
.home-plateTwo .swiper-slide .content {
  background-image: url(../images/donate-item-contentBg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 18px 20px;
}
.home-plateTwo .swiper-slide .content .nowrap {
  font-size: 18px;
  color: #333333;
}
.home-plateTwo .swiper-slide .content .nowrap-2 {
  font-size: 15px;
  color: #999999;
  line-height: 24px;
    height: 84px;
  padding: 8px 0 15px;
  border-bottom: 1px dashed #a321236e;
-webkit-line-clamp: 3;
}
.home-plateTwo .swiper-slide .content .donate-num {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 19px;
}
.home-plateTwo .swiper-slide .content .donate-num .num {
  font-size: 15px;
  color: #A32123;
}
.home-plateTwo .swiper-slide .content .donate-num .donate-btn {
  width: 120px;
  height: 40px;
  background-image: url(../images/donate-btn.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-plateThree {
  background-image: url(../images/plateThree-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-plateThree .inner .plateThree-top {
  display: flex;
  justify-content: space-between;
margin-bottom:70px;
}
.home-plateThree .inner .plateThree-top .message-list {
  width: 735px;
}
.home-plateThree .inner .plateThree-top .message-list .message-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-plateThree .inner .plateThree-top .message-list .message-main .message-item {
  width: 352px;
  height: 140px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #DDDDDD;
  padding: 0 20px;
  border-top: 4px solid #EDAC5C;
  margin-bottom: 26px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 132px 54px;
  background-position: bottom right;
  transition: all 0.2s linear;
}
.home-plateThree .inner .plateThree-top .message-list .message-main .message-item .data {
  width: 114px;
  height: 34px;
  background: #EDAC5C;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 34px;
  transition: all 0.2s linear;
}
.home-plateThree .inner .plateThree-top .message-list .message-main .message-item .nowrap-2 {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  margin-top: 18px;
  transition: all 0.2s linear;
}
.home-plateThree .inner .plateThree-top .thank-list {
  width: 494px;
}
.home-plateThree .inner .plateThree-top .thank-list .thank-main {
  width: 100%;
  height: 365px;
  background: #A32123;
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.08);
}
.home-plateThree .inner .plateThree-top .thank-list .thank-main .table-title {
     display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 56px;
    line-height: 60px;
    background: #EDAC5C;
    color: #fff;
    padding: 0 30px;
}
.home-plateThree .inner .plateThree-top .thank-list .thank-main #demo {
  height: 309px;
  overflow: hidden;
  padding: 0 30px;
}
.home-plateThree .inner .plateThree-top .thank-list .thank-main #demo .index_donate_left_item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  border-bottom: 1px dashed #e5e7eab5;
  line-height: 60px;
  color: #fff;
}
.home-plateThree .inner .plateThree-top .thank-list .tools {
  width: 100%;
  height: 86px;
  background-image: url(../images/tools-bg.png);
  background-size: 100% 100%;
  font-size: 20px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  cursor: pointer;
}
.home-plateThree .inner .plateThree-top .thank-list .tools img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.home-plateThree .inner .plateThree-bottom .faq-main {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-plateThree .inner .plateThree-bottom .faq-main .faq-item {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  cursor: pointer;
}
.home-plateThree .inner .plateThree-bottom .faq-main .faq-item .title {
  font-size: 18px;
  color: #333333;
  width: 95%;
  display: flex;
  align-items: center;
  transition: all 0.2s linear;
}
.home-plateThree .inner .plateThree-bottom .faq-main .faq-item .title .icon {
  width: 8px;
  height: 8px;
  background: #A52325;
  display: block;
  border-radius: 50%;
  margin-right: 10px;
}
.home-plateThree .inner .plateThree-bottom .faq-main .faq-item .title .nowrap {
  width: calc(100% - 10px);
}
.home-plateThree .inner .plateThree-bottom .faq-main .faq-item .jiantou {
  width: 10px;
  height: auto;
}
.home-plateOne .home-plateOne-main .news-banner .news-item:hover .img img {
  transform: scale(1.05);
}
.home-plateOne .home-plateOne-main .news-banner .news-item:hover .content {
  background-color: #EDAC5C !important;
}
.home-plateOne .home-plateOne-main .news-list .news-list-item:hover .img img {
  transform: scale(1.05);
}
.home-plateOne .home-plateOne-main .news-list .news-list-item:hover .content p {
  color: #A32123 !important;
}
.plate-two-main .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.plate-two-main .swiper-slide:hover .content {
  background-image: url(../images/donate-item-contentBg-ac.png);
}
.plate-two-main .swiper-slide:hover .content .donate-btn {
  background-image: url(../images/donate-btn-ac.png);
}
.plate-two-main .swiper-slide:hover .content p {
  color: #fff !important;
}
.home-plateThree .inner .plateThree-top .message-list .message-main .message-item:hover {
  background-image: url(../images/message-item-img.png);
  border-top-color: #A32123;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.home-plateThree .inner .plateThree-top .message-list .message-main .message-item:hover .data {
  background-color: #A32123;
}
.home-plateThree .inner .plateThree-top .message-list .message-main .message-item:hover .nowrap-2 {
  color: #A32123 !important;
}
.home-plate-title .more {
  cursor: pointer;
}
.home-plate-title .more:hover {
  -webkit-animation: swing 1s infinite ease-in-out;
  animation: swing 1s infinite ease-in-out;
}
.home-plateThree .inner .plateThree-top .thank-list .tools:hover {
  -webkit-animation: tada 1s infinite ease-in-out;
  animation: tada 1s infinite ease-in-out;
}
.home-plateThree .inner .plateThree-bottom .faq-main .faq-item:hover .title {
  color: #A32123 !important;
  transform: translateX(10px);
}
@media screen and (max-width: 1200px) {
  .plate {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-plateOne-main {
    flex-direction: column;
  }
  .home-plateOne-main > div {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .home-plateThree .inner .plateThree-top {
    flex-direction: column;
  }
  .home-plateThree .inner .plateThree-top > div {
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  .home-plateOne .home-plateOne-list .news-list-item {
    width: 100% !important;
  }
  .home-plateThree .inner .plateThree-top .message-list .message-main .message-item {
    width: 100% !important;
  }
  .home-plateThree .inner .plateThree-bottom .faq-main .faq-item {
    width: 100% !important;
  }
  .home-plate-title .more {
    height: 15px;
  }
}
@media screen and (max-width: 600px) {
  .home-plateOne .home-plateOne-main .news-banner .news-item .img {
    height: 250px !important;
  }
}
@media screen and (max-width: 500px) {
  .home-plateOne .home-plate-title .title-main {
    left: 0;
    transform: translateX(0) !important;
  }
  .home-plateOne .home-plate-title .title-main p {
    width: 100px !important;
  }
}
