footer {
  background: #222222;
  padding-top: 70px;
}

footer > .content > .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}

footer > .content > .top > .top-item > .label {
  height: 14px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
  color: #ffffff;
  line-height: 14px;
}

footer > .content > .top > .top-item > ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}

footer > .content > .top > .top-item > ul li {
  margin-top: 14px;
}

footer > .content > .top > .top-item > ul li a {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: justify;
  color: #ffffff;
  line-height: 14px;
  opacity: 0.6;
}

footer > .content > .top > .top-item > ul li a:hover {
  color: #297bff;
}

footer > .content > .top > .top-item:nth-child(1) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

footer > .content > .top > .top-item:nth-child(2) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

footer > .content > .top > .top-item:nth-child(3) {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

footer > .content > .top > .top-item:nth-child(4) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

footer > .content > .top > .top-more {
  width: 250px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  margin-top: 16px;
  text-align: center;
}

footer > .content > .top > .top-more .tel {
  width: 190px;
  margin: 0 auto;
}

footer > .content > .top > .top-more .tel .tel-icon {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer > .content > .top > .top-more .tel .tel-icon .icon {
  color: #fff;
  font-size: 26px;
}

footer > .content > .top > .top-more .tel .title {
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
  text-align: left;
  padding-left: 60px;
}

footer > .content > .top > .top-more .tel .number {
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
  margin-top: 16px;
  text-align: left;
  padding-left: 60px;
}

footer > .content > .top > .top-more .code {
  width: 190px;
  margin: 0 auto;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer > .content > .top > .top-more .code .code-target {
  width: 76px;
}

footer > .content > .top > .top-more .code .code-target .img {
  width: 100%;
  height: 76px;
  background: #ffffff;
  border-radius: 4px;
}

footer > .content > .top > .top-more .code .code-target .img > img {
  width: 100%;
  height: 100%;
}

footer > .content > .top > .top-more .code .code-target .text {
  width: 100%;
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
  margin-top: 10px;
}

footer > .content > .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 5px;
}

footer > .content > .center > .work-address {
  width: 100%;
}

footer > .content > .center > .area-address {
  width: 100%;
}

footer > .content > .center > .panel {
  display: block;
}

footer > .content > .center > .panel > label {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
  color: #ffffff;
  line-height: 14px;
}

footer > .content > .center > .panel > .item {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: justify;
  color: #ffffff;
  line-height: 14px;
  opacity: 0.6;
  margin-top: 14px;
  display: inline-block;
  margin-left: 8px;
}

footer > .content > .center > .link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
}

footer > .content > .center > .link > label {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
  color: #ffffff;
  line-height: 14px;
}

footer > .content > .center > .link > .link-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer > .content > .center > .link > .link-group > .item {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: justify;
  color: #ffffff;
  line-height: 14px;
  opacity: 0.6;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 8px;
}

footer > .content > .bottom {
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: center;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  height: 52px;
  line-height: 52px;
}

footer > .content > .bottom img {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  vertical-align: middle;
}

footer > .content > .bottom span a {
  color: #ffffff;
}

@media (min-width: 1200px) {
  footer > .content > .top {
    padding-bottom: 40px;
  }
  footer > .content > .top > .top-item {
    margin-right: 40px;
  }
  footer > .content > .top > .top-item > ul {
    height: 180px;
    margin-top: 30px;
  }
  footer > .content > .top > .top-item:nth-child(1) {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  footer > .content > .top > .top-item:nth-child(2) {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  footer > .content > .top > .top-item:nth-child(3) {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
  }
  footer > .content > .top > .top-item:nth-child(4) {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  footer > .content > .center {
    padding-top: 8px;
  }
  footer > .content > .center > div {
    padding-bottom: 8px;
  }
  footer > .content > .center > .work-address {
    width: 50%;
  }
  footer > .content > .center > .area-address {
    width: 50%;
  }
  footer > .content > .center > .link {
    width: 100%;
  }
  footer > .content > .center > .link .item {
    display: inline-block;
  }
  footer > .content > .bottom {
    height: 82px;
    line-height: 82px;
  }
}
/*# sourceMappingURL=pc.css.map */