.main-wrap {
  padding: 0;
}

.price-title {
  font-size: 28px;
  text-align: center;
  padding: 40px 0;
}

.price-table {
  border: none;
  border-bottom: 1px solid #e6ebf2;
  /* border-left: 1px solid $_e6ebf2; */
}

.price-table td {
  line-height: 20px;
  padding: 20px;
  /* text-align: center; */
  border-left: none;
}

.price-table td:not(:first-child) {
  border-left: none;
}

.price-table .tbody_head td {
  line-height: 22px;
  font-size: 14px;
  padding: 40px 10px;
  border-bottom: 1px solid #e6ebf2;
}

.price-table td:last-child {
  border-right: 1px solid #e6ebf2;
}

.price-table tr:nth-child(even) {
  background: white;
}

.price-table tr:nth-child(odd) {
  background: white;
}

.price-table .tbody_head {
  background: #f7f8fa !important;
}

.price-table .tbody_head td > span {
  color: #f7393e;
  font-weight: bold;
}

.price-table .rowName {
  background: #f7f8fa !important;
  width: 20px;
  border-right: 1px solid #e6ebf2;
  border-left: 1px solid #e6ebf2;
}

.price-table th, .price-table td.price_td {
  text-align: center;
  color: #f96a09;
}

.price-table th, .price-table td.price_td.free > span {
  padding: 5px 10px;
  background: #02c398;
  color: white;
}

.icon {
  width: 18px;
  height: 20px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.icon1 {
  background: url(./img/icon1.png) no-repeat;
}

.icon2 {
  background: url(./img/icon2.png) no-repeat;
}

.warn_tips td > p {
  white-space: nowrap;
  line-height: 26px;
}