* {
  margin: 0;
  padding: 0;
}
.content5-phone2 {
  display: none;
}
.content5-font {
  font-size: 22px;
  color: #c1c3c9;
}

.content5-flex {
  display: flex;
  justify-content: center;
}

.content5-radio {
  border-radius: 50%;
  background-color: #197ef8;
  width: 14px;
  height: 14px;
}

.content5-radio-no {
  border-radius: 50%;
  background-color: #cccccc;
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content5-radio-radio {
  border-radius: 50%;
  background-color: white;
  width: 7px;
  height: 7px;
}

.content5-line-box {
  height: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content5-line {
  height: 1px;
  width: 165px;
  background-color: #197ef8;
}

.content5-line-no {
  height: 1px;
  width: 165px;
  background-color: #cccccc;
}

.content5-flex-column {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.content5-bgc {
  background-image: url("../images/page6/content5bgc.png");
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content5-bgc-box {
  width: 1200px;
  margin: 0 auto;
}

.content5-banner {
  text-align: center;
  margin-top: 70px;
  align-items: center;
}

.content5-banner img {
  width: 46px;
  height: 28px;
}

.content5-about {
  text-align: center;
  margin-top: 10px;
  color: #989898;
  margin-bottom: 105px;
}

.content5-main {
  display: flex;
  justify-content: space-between;
}

.content5-box {
  height: 130px;
  width: 124px;
  display: flex;
  justify-content: center;
  padding-top: 13px;
}

.content5-text {
  display: flex;
  justify-content: space-between;
}

.content5-text-box {
  justify-content: center;
  align-items: center;
}

.content5-box1 {
  width: 124px;
  margin-top: 80px;
}

.content5-box2 {
  width: 124px;
}

.content5-footer {
  height: 260px;
  width: 100%;
  background-image: url("../images/page6/content5footerbgc.png");
  margin-top: 116px;
}

@media screen and (max-width: 960px) {
  * {
    margin: 0;
    padding: 0;
  }
  .content5-bgc-box {
    width: 100vw;
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .content5-phone {
    display: none;
  }
  .content5-phone2 {
    display: block;
    display: flex;
    flex-direction: column;
  }
  .content5-phone2-box {
    display: flex;
    align-items: center;
  }
  .content5-phone2-img {
    width: 124px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content5-line {
    position: absolute;
    height: 116px;
    width: 1px;
    background-color: #197ef8;
    left: -7px;
    top: 14px;
  }
  .content5-line-no {
    position: absolute;
    height: 116px;
    width: 1px;
    background-color: #cccccc;
    left: -7px;
    top: 14px;
  }
  .content5-line-box {
    position: relative;
  }
  .content5-phone2-img2 {
    margin-left: 20px;
  }
  .content5-box2 {
    margin-left: 20px;
  }

  .content5-bannerBgc {
    width: 100vw;
  }
}
