.content-box {
  background: rgba(245, 245, 245, 1);
  overflow: hidden;
  max-width: unset;
}

a {
  text-decoration: none;
}

/* 当前导航页 */

.path-name {
  height: 54px;
  line-height: 54px;
}

.path-name span {
  width: 84px;
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  opacity: 1;
}

.path-name span a {
  color: rgba(102, 102, 102, 1);
}

.path-name .active a {
  color: rgba(102, 102, 102, 1);
}

.path-name .active a:hover {
  color: rgba(71, 171, 185, 1);
}

/* 收费表 */

.cost-table {
  padding: 37px 42px;
  background: white;
}

.cost-title-box {
  /* width: 796px; */
  height: 58px;
  display: inline-block;
  border: 1px solid rgba(225, 225, 225, 1);
  margin-bottom: 50px;
  cursor: pointer;
}

.cost-title {
  height: 58px;
  line-height: 58px;
  padding: 0 20px;
  color: black;
  font-size: 20px;
  font-family: Microsoft YaHei;
  color: rgba(102, 102, 102, 1);
  font-weight: 400;
  display: inline-block;
  opacity: 1;
}

.cost-table .active {
  /* border-top: 5px solid rgba(71, 171, 185, 1);
    border-bottom: 5px solid rgba(71, 171, 185, 1); */
  background: rgba(41,135,232,1);
  color: rgba(255, 255, 255, 1);
}

/* biaoge */

table {
  border: 1px solid rgba(225, 225, 225, 1);
}

.table2 table {
  border: 1px solid rgba(225, 225, 225, 1);
  border-left: 0;
}

.table1 td {
  width: 920px;
  height: 53px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  opacity: 1;
}

.table2 td {
  width: 291px;
  height: 53px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  opacity: 1;
  border-left: 1px solid rgba(225, 225, 225, 1);
}

.table3 div table {
  border: 1px solid rgba(225, 225, 225, 1);
  border-left: 0;
}

.table3 table {
  border: 1px solid rgba(225, 225, 225, 1);
  border-left: 0;
}

.table3 div td {
  width: 291px;
  height: 53px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  opacity: 1;
  border-left: 1px solid rgba(225, 225, 225, 1);
}

.table3 td {
  width: 291px;
  height: 54px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  opacity: 1;
  border-left: 1px solid rgba(225, 225, 225, 1);
}

.border-bottom {
  border-bottom: 1px solid rgba(225, 225, 225, 1);
}

.border-bottom-none {
  border-bottom: 0;
}

.td {
  width: 280px;
  border: 1px solid rgba(225, 225, 225, 1);
}

.cyan {
  background: rgba(41,135,232,1);
  opacity: 1;
}

.blue {
  background: rgba(41,135,232,1);
}

.cyan td {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  opacity: 1;
}

.blue td {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  opacity: 1;
}

.gray {
  background: rgba(247, 247, 247, 1);
}

.table3 {
  display: flex;
}

/* 遮罩层 */

.masked {
  height: 430px;
  background: black;
  /* filter: blur(5px); */
  opacity: 0.1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.cost-table {
  position: relative;
}

td span {
  filter: blur(5px);
}

.masked1 {
  height: 430px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.masked1 .title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 31px;
  color: rgba(41,135,232,1);
  opacity: 1;
  top: 50%;
  left: 50%;
  margin-left: -170px;
  margin-top: -15px;
  position: absolute;
}

.masked1 .button a {
  color: white;
}

.masked1 .button {
  position: absolute;
  width: 140px;
  height: 40px;
  background: rgba(245, 163, 29, 1);
  opacity: 1;
  border-radius: 100px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  opacity: 1;
  bottom: 140px;
  left: 50%;
  margin-left: -70px;
}
