.charge {
  overflow: hidden;
}
.charge .fixed {
  position: fixed;
  top: -30px;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  width: 100vw;
}
.charge .main-title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 25px;
  color: #000000;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 38px;
}
.charge .three-box {
  display: flex;
  justify-content: center;
}
.charge .three-box .boxs {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}
.charge .three-box .boxs img {
  width: 25px;
  height: 25px;
  display: block;
  margin-bottom: 10px;
}
.charge .three-box .boxs .text {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 13px;
  color: #646464;
  margin-bottom: 15px;
}
.charge .three-box .boxs .active {
  color: #91191E;
}
.charge .three-box .boxs .btn-line {
  position: absolute;
  width: 48px;
  height: 2px;
  background-color: #91191E;
  bottom: 0px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.charge .three-box .boxs:nth-child(2) {
  margin: 0 60px;
}
.charge .three-box .boxs:last-child {
  margin-left: 60px;
}
.charge .line {
  width: 100vw;
  height: 1px;
  background-color: #E4E4E4;
}
.charge .table-box {
  overflow: hidden;
}
.charge .table-box .tt td {
  background: #F8F8F8;
}
.charge .table-box td {
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #E4E4E4;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #646464;
}
.charge .table-box .title {
  text-align: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  margin-top: 10px;
}
.charge .table-box .phone {
  text-align: center;
  font-family: FZLanTingHei-EB-GBK, FZLanTingHei-EB-GBK;
  font-weight: 400;
  font-size: 40px;
  color: #91191E;
}
.charge .table-box .link {
  text-align: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
}
.charge .table-box .link-box {
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #000000;
  border-radius: 2px 2px 2px 2px;
  margin: 0 auto;
  margin-top: 25px;
}
.charge .table-box .link-box a {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.charge .table-box .link-box a img {
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 5px;
}
.charge .table-box .relation-box {
  display: flex;
  width: 180px;
  justify-content: center;
  height: 40px;
  line-height: 40px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #E4E4E4;
  margin: 10px auto;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  align-items: center;
}
.charge .table-box .relation-box img {
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 5px;
}
