.stshow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.stshow .item {
  width: 306px;
  margin-bottom: 30px;
  cursor: pointer;
  display: flex;
  margin-right: 26px;
}

.stshow .item:nth-of-type(3n) {
  margin-right: 0;
}

.stshow .item .img {
  width: 100%;
  height: 204px;
  overflow: hidden;
}

.stshow .item .img img {
  transition: all 0.3s linear;
}

.stshow .item .title {
  width: calc(100% - 204px);
  padding: 15px;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.3s linear;
  position: relative;
}

.stshow .item .title p {
  transition: all 0.3s linear;
}

.stshow .item .title>img {
  position: absolute;
  max-width: 214px;
  max-height: 100%;
  bottom: 0;
  right: 0;
}

.stshow .item .title p:nth-of-type(1) {
  font-size: 16px;
  height: 26px;
  color: #000000;
  line-height: 26px;
  -webkit-line-clamp: 1;
}

.stshow .item .title p:nth-of-type(2) {
  font-size: 14px;
  color: #888888;
  margin: 5px 0 0;
  height: 48px;
  line-height: 24px;
  -webkit-line-clamp: 6;
}

.stshow .item .title p:nth-of-type(3) span:nth-of-type(2) {
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 5px;
  background-color: #888888b1;
}

.stshow .item:hover .img img {
  transform: scale(1.2);
}

.stshow .item:hover .title {
  background-color: #7E0D11;
}

.stshow .item:hover .title p {
  color: #fff;
}

.st-show-f .item:nth-of-type(3n) {
  margin-right: 28px;
}

.st-show-f .item:nth-of-type(4n) {
  margin-right: 0;
}

.st-show-f .item {
  width: 222px;
  flex-direction: column;
}

.st-show-f .item .img {
  height: 236px;
}

.st-show-f .item .title {
  width: 100%;
  height: 78px;
  background: #7E0D11;
}

.st-show-f .item .title p {
  color: #fff !important;
  -webkit-line-clamp: 2 !important;
}

.money-left-item:hover .img img {
  transform: scale(1.3);
}

.money-left-item:hover .img span {
  background-color: #A32123;
}

.money-left-item:hover .num .btn {
  background-image: url(../images/son-donate-btn-ac.png) !important;
}

.money-left-item:hover .money-left-item-title {
  background-image: url(../images/donate-item-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;

}

.money-left-item:hover .money-left-item-title .nowrap-2 {
  border-bottom: 1px dashed #FFFFFF !important;
}

.money-left-item:hover p {
  color: #fff !important;
}

.money-left-item:hover span {
  color: #fff !important;
}

.money-left-item {
  width: 48%;
  margin-bottom: 20px;
  /* padding: 16px; */
  cursor: pointer;
  background-color: #fff;
}

.money-left-item .img {
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
}

.money-left-item .img span {
  position: absolute;
  padding: 4px 30px;
  background-color: #EDAC5C;
  border-radius: 23px;
  display: block;
  left: 20px;
  bottom: 20px;
  color: #fff;
}

.money-left-item .img span::after {
  content: "";
  width: 37px;
  height: 32px;
  background-image: url(../images/num-icon.png);
  background-size: 100% 100%;
  position: absolute;
  left: -15px;
  bottom: 0;
}


.money-left-item .img img {
  transition: all 0.3s linear;
}

.money-left-item .money-left-item-title {
  padding: 18px 20px;
}

.money-left-item .money-left-item-title p:nth-of-type(1) {
  font-size: 18px;
  color: black;
  line-height: 28px;
  cursor: pointer;
  transition: all 0.2s;
}

.money-left-item .money-left-item-title p:nth-of-type(2) {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin: 10px 0 20px;
  height: 48px;
  border-bottom: 1px dashed #a523259f;
}

.money-left-item .money-left-item-title .range {
  width: 100%;
  height: 6px;
  border-radius: 3px 3px 3px 3px;
  background-color: #ffa7a175;
  margin-bottom: 10px;
}

.money-left-item .money-left-item-title .num {
  width: 100%;
  align-items: center;
  color: #333;
  display: flex;
  justify-content: space-between;
}

.money-left-item .money-left-item-title .num .btn {
  height: 20px;
  width: 82px;
  background-image: url(../images/son-donate-btn.png);
  background-size: 100% 100%;
}

.money-left-item .num>span img:nth-of-type(2) {
  display: none;
}

.money-left-item:hover span img:nth-of-type(1) {
  display: none;
}

.money-left-item:hover span img:nth-of-type(2) {
  display: inline-block !important;
}

.money-left-item .num>span img {
  height: 15px;
  width: auto;
  margin-right: 5px;
}

.money-left-item .num>span {
  font-size: 14px;
}

.money-left-item .num>span:nth-of-type(2) {
  margin-left: 15px;
}

@media (max-width: 900px) {
  .stshow {
    justify-content: space-between;
  }

  .stshow .money-left-item {
    width: 47%;
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
}

@media (max-width: 700px) {
  .stshow {
    flex-direction: column;
  }

  .stshow .money-left-item {
    width: 100% !important;
    margin-right: 0 !important;
    flex-direction: column;
  }

  .money-left-item .img,
  .money-left-item .money-left-item-title {
    width: 100%;
  }

}

@media (max-width: 500px) {
  .stshow .item {
    width: 100%;
    margin-right: 0 !important;
  }
}
.money-left-item {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}

.money-left-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.money-left-item:hover .img {
  filter: brightness(1.05);
}

.money-left-item:hover .money-left-item-title {
  background-color: #7E0D11;
  transform: translateY(-2px);
}

.money-left-item:hover .money-left-item-title p:nth-of-type(1) {
  font-size: 19px; /* 标题轻微放大 */
  text-decoration: underline;
  text-underline-offset: 4px;
}

.money-left-item:hover .money-left-item-title .range {
  background-color: rgba(255,255,255,0.3);
}

.money-left-item:hover .money-left-item-title .range::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  animation: shine 1.5s infinite;
}

@keyframes shine {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
.money-left-item:active {
  transform: scale(0.98) translateY(-5px);
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

/* 添加波纹点击效果 */
.money-left-item {
  position: relative;
  overflow: hidden;
}

.money-left-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%, -50%);
  transform-origin: 50% 50%;
}

.money-left-item:active::after {
  animation: ripple 0.6s ease-out;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  100% {
    transform: scale(20, 20);
    opacity: 0;
  }
}
.money-left-item-title .range {
  position: relative;
  overflow: hidden;
}

.money-left-item-title .range::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: var(--progress, 50%);
  background-color: #A52325;
  transition: width 0.6s ease;
}

.money-left-item:hover .money-left-item-title .range::before {
  background-color: #ff6b6b;
}
.money-left-item-title .num .btn {
  transition: all 0.3s ease;
  position: relative;
}

.money-left-item-title .num .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(165, 35, 37, 0.3);
}

.money-left-item-title .num .btn:active {
  transform: translateY(0);
}