.fwtx-main {
  background: url("../img/fwtx_bg.png") no-repeat center center;
  background-size: cover;
}

.fwtx-main .page-wrap {
  padding: 51px 80px 0 323px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
}

.fwtx-main .page-content {
  flex: 1;
  min-height: 0;
  display: flex;
  overflow: visible;
}

.fwtx-main .about-features {
  flex-shrink: 0;
  margin-top: 35px;
  margin-bottom: 50px;
}

@media (min-width: 993px) {
  .fwtx-main .page-content {
    padding-bottom: 112px;
    box-sizing: border-box;
  }

  .fwtx-cards {
    transform: translateX(55px);
  }
}

/* 五卡适度缩放，与底部功能栏间距 35px */
.fwtx-cards {
  display: flex;
  gap: 20px;
  width: 1150px;
  flex-shrink: 0;
}

.fwtx-card {
  width: 214px;
  height: 558px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}

.fwtx-pic {
  width: 100%;
  height: 267px;
  flex-shrink: 0;
  overflow: hidden;
}

.fwtx-pic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.fwtx-info {
  padding: 20px 20px 0;
  box-sizing: border-box;
}

.fwtx-info h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 0;
}

.fwtx-line {
  display: block;
  width: 50px;
  height: 4px;
  background: #E10600;
  margin-top: 10px;
  margin-bottom: 16px;
}

.fwtx-info p {
  width: 174px;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

@media (max-width: 1200px) {
  .fwtx-main .page-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .fwtx-main .about-features {
    width: 100%;
  }

  .fwtx-cards {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .fwtx-card {
    width: 200px;
    height: 524px;
  }

  .fwtx-pic {
    width: 100%;
    height: 250px;
  }

  .fwtx-info p {
    width: 100%;
  }
}
