@charset "UTF-8";

.trade-plate .trade-list {
  align-items: center;
}

.trade-plate .trade-plan {
  /* flex: 1; */
  width: 32%;
  padding: 32px 40px 40px;
}

.trade-plate .trade-plan.best-seller {
  position: relative;
  background: #161A34;
  padding-bottom: 36px;
  height: 100%;
}

.trade-plate .trade-plan .best-seller::before {
  content: '';
  width: 153px;
  height: 127px;
  background-size: cover;
  position: absolute;
  right: 6px;
  top: -10px;
}

.trade-plate .trade-plan.best-seller .average-price {
  color: #fff;
}

.trade-plate .trade-plan .title {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 36px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  background: #425DF8;
  border-radius: 16px 16px 0 0;
}

.trade-plate .trade-plan.best-seller .plan-title {
  margin-top: 30px;
  color: #fff;
}

.trade-plate .btn-box {
  margin-top: 30px;
}

.trade-plate .trade-plan.best-seller .btn-box {
  position: relative;
  margin-top: 35px;
}

.trade-plate .trade-plan.best-seller .btn-box .count-down {
  position: absolute;
  right: 9px;
  top: -9px;
  padding: 0 5px;
  color: #fff;
  background: #F93;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.trade-plate .trade-plan.best-seller .plan-price {
  color: #fff;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.29);
}

.trade-plate .trade-plan.best-seller:before {
  display: none;
}

.trade-plate .base-link {
  margin-top: 30px;
}

.trade-plate .base-link.base-link-blue-light {
  display: block;
}

.trade-plate .btn-box {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}

.trade-plate .pay-btn {
  width: 100%;
  height: 46px;
  order: 1;
  margin-top: 16px;
  cursor: pointer;
  background: #425DF8;
}

.trade-plate .trade-plan.best-seller .pay-btn {
  z-index: 1;
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, .3);
}

.pay-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  width: 330px;
  height: 60px;
  background: #134db0;
  font-size: 18px;
  line-height: 29px;
  font-family: Poppins SemiBold;
  color: #fff;
}

@media (max-width:1199px) {
  .trade-plate .four-plan {
    flex-wrap: wrap;
    justify-content: space-between
  }

  .trade-plate .four-plan .trade-plan {
    width: 48%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

@media (max-width:794px) {
  .trade-plate .trade-plan.best-seller .btn-box .count-down {
    top: -13px;
  }
}

@media (max-width: 998px) {
  .trade-plate {
    padding: 40px 0 48px;
  }

  .trade-plate:after {
    display: none;
  }

  .trade-plate .page-desc {
    font-size: 16px;
    line-height: 23px;
  }

  .trade-plate .trade-list {
    margin-top: 32px;
    flex-direction: column;
    align-items: center;
  }

  .trade-plate .trade-plan {
    margin-left: 0;
    margin-top: 24px;
    padding: 24px;
    width: 100%;
    max-width: 540px
  }

  .trade-plate .four-plan .trade-plan {
    width: 100%;
  }

  .trade-plate .trade-plan:first-child {
    margin-top: 0;
  }

  .trade-plate .plan-title {
    font-size: 18px;
    line-height: 29px;
  }

  .trade-plate .average-price {
    margin-top: 4px;
    font-size: 18px;
    line-height: 24px;
  }

  .trade-plate .average-price span {
    font-size: 34px;
    line-height: 56px;
  }

  .trade-plate .plan-price {
    margin-top: 4px;
    padding-bottom: 24px;
  }

  .trade-plate .plan-info {
    margin-top: 24px;
    font-size: 15px;
    line-height: 21px;
  }

  .trade-plate .info-icon {
    width: 15px;
  }

  .trade-plate .pay-btn {
    margin-top: 12px;
  }

  .trade-plate .base-link {
    margin-top: 18px;
    font-size: 16px;
    line-height: 26px;
  }
}