﻿.business_table {
  margin-top: 80px;
  margin-bottom: 50px;
}
.business_table_box {
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}
.business_table_box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}
.business_table_box .business_table_title {
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding: 25px 0;
  border-radius: 8px 8px 0 0;
  margin: -5px 6% 0;
  padding: 20px;
  font-size: 28px;
  border-top: 10px solid #444;
  border-bottom: 0;
} 

.business_table_box.one .business_table_title {
  border-top-color: #1ca892;
  color: #1ca892;
}
.business_table_box.tow .business_table_title {
  border-top-color: #005edb;
  color: #005edb;
}
.business_table_box.three .business_table_title {
  border-top-color: #fb316d;
  color: #fb316d;
}
.business_table_box .business_table_price {
  font-size: 24px;
  text-align: center;
  padding: 10px 0;
  position: relative;
  display: flex;
  justify-content: center;
}
.business_table_box .business_table_price .price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.business_table_box .business_table_price .old_price {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}
.business_table_box.one .business_table_price {
  background-color: #ebfbf3;
}
.business_table_box.tow .business_table_price {
  background-color: #e9f6fb;
}
.business_table_box.three .business_table_price {
  background-color: #fff0f5;
}
.business_table_box.one .business_table_price .price {
  color: #3cd4a0;
}
.business_table_box.tow .business_table_price .price {
  color: #3e8eff;
}
.business_table_box.three .business_table_price .price {
  color: #fb316d;
}
.business_table_box .business_table_info {
  border-radius: 0 0 8px 8px;
}
.business_table_box .business_table_info_item {
  text-align: center;
  line-height: 1.5;
  padding: 10px 0;
  color: #2F2F2F;
  border-bottom: 1px solid #f6f6f6;
}
.business_table_box .business_table_info_item .disabled {
  color: #999;
  text-decoration: line-through;
}
.business_table_box .business_table_info_item .hot {
  color: #ff6b6b;
  font-size: 12px;
  margin-left: 5px;
}
.business_table_box .red {
  color: #ff3a3a;
  font-weight: bold;
}
.business_table_box .orange {
  color: #ff8a00;
  font-weight: bold;
}
.business_table_footer {
  text-align: center;
  padding: 20px 0;
} 
.business_table_footer b {
  display: block;
  font-size: 26px;
  margin-bottom: 16px;
  color: #333;
  font-weight: bold;
}
.business_table_box.one .business_table_footer b {
  color: #3cd4a0;
}
.business_table_box.tow .business_table_footer b {
  color: #3e8eff;
}
.business_table_box.three .business_table_footer b {
  color: #fb316d;
}
.business_table_footer p { 
  font-size: 14px;
  color: #2F2F2F;
  height: 40px;
  padding: 0 30px;
  margin: 0;
}


.business_table_box .business_table_btn {
  text-align: center;
  padding: 20px 0;
}
.business_table_box .business_table_btn a {
  display: inline-block;
  padding: 12px 30px;
  background-color: #3e8eff;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.business_table_box .business_table_btn a:hover {
  background-color: #2d6fd9;
  transform: scale(1.05);
} 
.ey-package-notice {
  padding: 30px 0;
  background: #f7f7f7;
}

