.isPc .tab2Box .zfxx {
  display: flex;
  justify-content: space-around;
  margin-top: 25px;
  padding: 0 25px;
}

.isPc .tab2Box .zfxx div.tooltip {
  width: 100px;
  position: relative;
}

.isPc .tab2Box .zfxx div.tooltip b {
  display: block;
  margin: 0 auto;
  padding: 15px;
  width: 35px;
  border: 2px #5e8cc5 solid;
  border-radius: 10%;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  -ms-border-radius: 10%;
  -o-border-radius: 10%;
}

.isPc .tab2Box .zfxx div.tooltip b img {
  width: 35px;
  height: 35px;
}

.isPc .tab2Box .zfxx div.tooltip p {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

.isPc .tab2Box .zfxx a:hover {
  text-decoration: none;
  color: #0650ac;
}

.isPc .tooltip .tooltip-content {
  position: absolute;
  z-index: 9999;
  background: rgba(97, 97, 97, .9);
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  padding: 10px 16px;
  position: absolute;
  text-transform: none;
  width: 172px;
  text-align: center;
  left: -52px;
  opacity: 0;
  bottom: -24px;
  pointer-events: none;
}

.tooltip:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: opacity 0.3s,
    -webkit-transform 0.3s;
  transition: opacity 0.3s,
    transform 0.3s;
}

.isWap .tab2Box .zfxx {
  background-color: #fff;
  padding-bottom: .1rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.isWap .tab2Box .zfxx div.tooltip+.tooltip {
  border-top: 1px #eee solid;
}

.isWap .tab2Box .zfxx .tooltip {
  display: flex;
  align-items: center;
}

.isWap .tab2Box .zfxx div.tooltip b {
  display: inline-block;
  width: .8rem;
  padding: .35rem;
}

.isWap .tab2Box .zfxx div.tooltip .title {
  display: inline-block;
  font-size: .3rem;
  line-height: 1.5;
  font-weight: bold;
  /* color: #0650ac; */
}

.isWap .tab2Box .zfxx div.tooltip .title p.wap_box {
  font-weight: normal;
}