.features_price {
  margin: 0 auto;
  padding: 250px 0 80px;
  background-color: white;
}
.features_price_head {
  line-height: 20px;
  font-size: 14px;
  position: absolute;
  top: 124px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  padding: 30px 40px 30px 48px;
  margin-bottom: 20px;
  background-color: #1757fb;
  box-sizing: border-box;
  color: white;
  z-index: 99;
  transition: all 0.5s inherit;
}
.features_price_head .combo {
  line-height: 20px;
  font-size: 14px;
  margin: 0;
  padding: 0;
  gap: 61px;
  display: flex;
  align-items: center;
}
.features_price_head .combo_info {
  line-height: 20px;
  font-size: 14px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
  width: 160px;
  flex-direction: column;
}
.features_price_head .combo_info:after {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: -15%;
  margin-left: -0.5px;
  content: "";
  width: 1px;
  height: 24px;
  background-color: white;
}
.features_price_head .combo_info:last-child:after {
  content: none;
}
.features_price_head .combo_info .text {
  color: white;
}
.features_price_head .combo_info .name {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 21.22px;
  font-weight: 600;
}
.features_price_head .combo_info .name img {
  font-size: 16px;
  line-height: 21.22px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  border-style: none;
  width: 16px;
  height: 16px;
}
.features_price_head .combo_info .bay-btn {
  width: 90px;
  border-radius: 15px;
  background-color: #FAC67D;
  box-sizing: border-box;
  padding: 2px 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  color: #76401D;
  margin-top: 10px;
  cursor: pointer;
}
.features_price_head .combo_price {
  padding: 0;
  font-size: 16px;
  line-height: 21.22px;
  margin-top: 6px;
}
.features_price_head .combo_price .price:before {
  content: "￥";
}
.features_price_head .combo_price .price:after {
  content: "万";
}
.features_price_table {
  border: 1px solid #f1f1f1;
  border-radius: 32px;
  width: 1098px;
  overflow: hidden;
  margin: 0 auto;
}
.features_price_table.features {
  margin-top: 50px;
}
.features_price_table .text {
  line-height: 20px;
  padding: 0;
  box-sizing: border-box;
  width: 200px;
  font-size: 16px;
  font-weight: 600;
  margin-right: 61px;
}
.features_price_table .table_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1098px;
  box-sizing: border-box;
  padding: 30px 40px 30px 48px;
  background-color: #fad37a;
}
.features_price_table .table_head:hover .note {
  color: #333;
}
.features_price_table .table_head .note {
  color: #666;
}
.features_price_table .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.15;
  user-select: none;
  box-sizing: border-box;
  padding: 18px 48px;
}
.features_price_table .row:first-child {
  padding-top: 0;
}
.features_price_table .row:last-child {
  border-bottom: 1px solid #f1f1f1;
}
.features_price_table .row:nth-child(odd) {
  background-color: #F7F7F7;
}
.features_price_table .row .col {
  width: 160px;
  color: #999;
}
.features_price_table .row .col[data-v="1"] {
  color: #0060F9;
  font-weight: 600;
}
.features_price_table .row .col[data-v="0"] {
  color: red;
  font-weight: 600;
}
.features_price_table .row .text {
  color: #666;
  font-weight: normal;
}
.features_price_table .row:hover {
  color: #000;
  background: #E8E8E8;
}
.features_price_table .row:hover .text {
  color: #000;
}
.features_price_table .row:hover .col {
  color: #000;
}
.features_price_table .row:hover .col[data-v="1"] {
  color: #0060F9;
}
.features_price_table .row:hover .col[data-v="0"] {
  color: red;
}
