.price-section{
  width: 100%;
  height: auto;
  border-top: 1px solid #eee;
}

.price-table{
  width: 100%;
  background-color: #f5f9f7;
  padding: 40px 0 60px 0;
}
.price-table .title{
  font-weight:bold;
  font-size: 32px;
  color:#333333;
  text-align: center;
  margin-bottom: 75px;
}
.table-box{
  width: 1200px;
  margin: 0 auto;
}
.table-box table{
  width: 100%;
}
.table-box table th,.table-box table td{
  text-align: center;
  /* height: 50px; */
  padding: 15px 0;
  /* line-height: 50px; */
  font-size: 16px;
  border: 1px solid #fff;
  vertical-align: middle;
} 
.table-box table th{
  color: #fff;
  background-color: #69A4EB;
}
.table-box table td{
  color: #333;
}
.table-box table td img{
  vertical-align: middle;
}
.table-box table tr.odd td{
  background-color: #E5EDF8;
}
.table-box table tr.even td{
  background-color: #EFF2F4;
}
.table-box table tr td:nth-child(1){
  background-color: #E5E8F1;
  vertical-align: middle;
}
.table-box table tr td.p-grey{
  background-color: #EFF2F4;
}
.table-box table tr td.price-num{
  color: #EB760A;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  overflow: hidden;
}
.discount::after{
  content: "折";
  display: block;
  width: 60px;
  height: 30px;
  background-color: #ea6001;
  position: absolute;
  top: -6px;
  right: -25px;
  color: #fff;
  font-weight: 200;
  font-size: 12px;
  text-align: center;
  line-height: 3.5;
  transform: rotate(50deg);
}
.discount span{
  font-size: 10px;
  color: #999999;
  text-decoration: line-through;
  margin-left: 2px;
}
.consult-btn{
  width: 98px;
  height: 36px;
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  background-color: #0FA400;
  color: #fff;
  user-select: none;
  cursor: pointer;
  margin: 0 auto;
}
.z-list{
  color: #A0A4A9;
  font-size: 12px;
  margin-top: 28px;
  line-height: 24px;
}