.trail-pc {
  background-image: url('./image_home/2613652sdg5781sr.png');
  background-size: cover;
  height: 307px;
  overflow: visible;
}

.trail-pc.mob {
  height: 193px;
}

.footer-wrap {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.trail-pc.mob .footer-wrap {
  width: 100%;
}

.footer-wrap .index-trail-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-wrap .index-trail-cont .index-trail-title {
  text-align: left;
  margin-bottom: 0;
}

.trail-pc.mob .footer-wrap .index-trail-cont .index-trail-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.footer-wrap .index-trail-cont .index-trail-info {
  font-family: PingFangSC-Regular;
  font-size: 19px;
  text-align: left;
  color: #FFFFFF;
  margin-top: 8px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 30px;
}

.trail-pc.mob .footer-wrap .index-trail-cont .index-trail-info {
  text-align: center;
  font-size: 18px;
  margin-bottom: 18px;
}

.index-trail-img {
  position: absolute;
  width: 600px;
  right: 0;
  bottom: 0;
}

.footer-button-wrap {
  display: flex;
  justify-content: flex-start;
}

.trail-pc.mob .footer-button-wrap {
  justify-content: center;
}

.trail-pc.mob .footer-button-wrap .footer-button .footer-button-btn {
  width: 138px;
  height: 40px;
  line-height: 40px;
}

.footer-button {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  border-radius: 32px;
}

.footer-button:hover .footer-button-btn {
  color: #fff;
}

.footer-button:hover::before {
  transform: translate3d(-50%, -50%, 0) scale(1);
  opacity: 1;
}

.footer-button .footer-button-btn {
  display: inline-block;
  width: 156px;
  height: 54px;
  line-height: 54px;
  color: #175DFF;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.footer-button::before {
  content: '';
  width: 250px;
  height: 250px;
  border-radius: 50%;
  z-index: 0;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale(0);
  background: #1c47c9;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.5s ease-out;
}

.trail-pc.mob .index-trail-img {
  width: 150px;
}

.drop-tag {
  width: 40px;
  position: absolute;
  right: -2px;
  top: -2px;
}