.charge {
  overflow: hidden;
}
.charge .w1200 {
  width: 1200px;
  margin: 0 auto;
  display: block;
}
.charge .main-title {
  text-align: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 45px;
  color: #000000;
  letter-spacing: 2px;
  margin-top: 79px;
}
.charge .line {
  width: 100%;
  height: 1px;
  background-color: #E4E4E4;
  margin-bottom: 32px;
}
.charge .three-box {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.charge .three-box .boxs {
  overflow: hidden;
  box-sizing: border-box;
  padding-bottom: 30px;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.charge .three-box .boxs img {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}
.charge .three-box .boxs .text {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}
.charge .three-box .boxs .active {
  color: #91191E;
}
.charge .three-box .boxs .btn-line {
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #91191E;
  bottom: -1px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.charge .three-box .boxs:nth-child(2) {
  margin: 0 130px;
}
.charge .three-box .boxs:last-child {
  margin-left: 130px;
}
.charge .table-box {
  overflow: hidden;
}
.charge .table-box .tt td {
  height: 40px;
  background: #F8F8F8;
}
.charge .table-box td {
  box-sizing: border-box;
  padding: 15px;
  border-bottom: 1px solid #E4E4E4;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 13px;
  color: #646464;
  line-height: 15px;
}
.charge .table-box .table-box-title {
  text-align: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  margin-top: 45px;
}
.charge .table-box .table-box-phone {
  text-align: center;
  font-family: FZLanTingHei-EB-GBK, FZLanTingHei-EB-GBK;
  font-weight: 900;
  font-size: 40px;
  color: #91191E;
  margin-top: 25px;
}
.charge .table-box .table-box-link {
  text-align: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
}
.charge .table-box .table-box-people {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 50px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 15px;
  color: #646464;
}
.charge .table-box .table-box-people span {
  display: inline-block;
  margin-left: 10px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 15px;
  color: #000000;
  cursor: pointer;
}
