@font-face {
  font-family: "PingFangSCRegular";
  src: url("../static/font/PingFangSC-Regular.ttf") format("truetype"), url("../static/font/PingFangSC-Regular.woff2") format("woff2"), url("../static/font/PingFangSC-Regular.woff") format("woff"), url("../static/font/PingFangSC-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
html,
body,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  font-family: PingFangSCRegular;
  cursor: context-menu;
  min-width: 1200px;
}

.topSwiper {
  width: 100%;
  height: 4.5rem;
}
.topSwiper #swiperIndex {
  height: 4.5rem;
  position: relative;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox {
  width: 100%;
  height: 4.5rem;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 16px;
  position: relative;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content {
  display: flex;
  height: 3.6667rem;
  align-items: center;
  width: 9.75rem;
  margin: 0 auto;
  padding-top: 0.5833rem;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft {
  flex: 1;
  color: #fff;
  text-align: center;
  padding-left: 0.3rem;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft h2 {
  font-size: 0.75rem;
  font-weight: 600;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft h3 {
  font-size: 0.3rem;
  line-height: 0.75rem;
  font-weight: 400;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft p {
  font-size: 0.175rem;
  font-weight: 400;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft p:nth-child(2) {
  margin: 0.2167rem 0;
  font-size: 0.2rem;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content .conRight {
  width: 3.4167rem;
  height: 3.2917rem;
  margin-left: 0.3333rem;
  position: relative;
  top: 0.4167rem;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content .conRight img {
  width: 100%;
  height: 100%;
}
.topSwiper #swiperIndex .swiper-wrapper .banner1 > .topBox {
  background-image: url("../static/navBg.png");
}

.center {
  width: 11.6667rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.0833rem;
}
.center-left {
  width: 2.4rem;
  height: 4.5rem;
  background: #E8F4FF;
  font-size: 0.175rem;
  box-sizing: border-box;
  padding-left: 0.1667rem;
  padding-top: 0.2083rem;
}
.center-left h4 {
  color: #0096F7;
}
.center-left li {
  line-height: 0.2833rem;
  font-size: 0.1333rem;
  font-weight: 400;
}
.center-right {
  padding-left: 0.35rem;
  padding-top: 0.1rem;
  font-size: 0.175rem;
  flex: 1;
}
.center-right h4 {
  color: #0096F7;
  line-height: 0.2833rem;
}
.center-right li {
  padding: 0.1667rem 0.3rem 0;
  padding-left: 0.6rem;
  margin-bottom: 0.3333rem;
  border-radius: 0.1667rem;
  transition: background 0.3s;
  cursor: pointer;
}
.center-right li :hover {
  background: #e4f4ff;
  transition: background 0.3s;
}
.center-right li h5 {
  font-size: 0.1333rem;
  line-height: 0.2333rem;
  font-weight: 600;
  position: relative;
}
.center-right li h5::after {
  content: "Q";
  display: block;
  width: 0.1667rem;
  height: 0.1667rem;
  border-radius: 0.0333rem;
  font-size: 0.1333rem;
  color: #fff;
  text-align: center;
  line-height: 0.1667rem;
  position: absolute;
  left: -0.3rem;
  top: 2px;
  background: #0999F9;
  font-weight: 400;
}
.center-right li p {
  font-size: 0.1333rem;
  line-height: 0.2333rem;
  color: #6D7278;
}
.center-right li p:nth-child(3) {
  font-size: 0.1167rem;
}
.center-right li p:nth-child(2) {
  position: relative;
}
.center-right li p:nth-child(2)::after {
  content: "A";
  display: block;
  width: 0.1667rem;
  height: 0.1667rem;
  border-radius: 0.0333rem;
  font-size: 0.1333rem;
  color: #fff;
  text-align: center;
  line-height: 0.1667rem;
  position: absolute;
  left: -0.3rem;
  top: 2px;
  background: #FCDA5E;
  font-weight: 400;
}

.bottomBox {
  background: #3D414A;
  overflow: hidden;
  margin: 0 auto;
}
.bottomBox-content {
  width: 14.8333rem;
  height: 2.2833rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.bottomBox-content .logo img {
  width: auto;
  height: 0.8rem;
  display: block;
}
.bottomBox-content ul {
  font-size: 0.15rem;
  color: #FFFFFF;
  line-height: 0.4167rem;
  margin-left: 1.1167rem;
}
.bottomBox-content .link {
  margin-left: 1.65rem;
}
.bottomBox-content .qrCodeBox {
  margin-left: 2rem;
  display: flex;
}
.bottomBox-content .qrCodeBox > div {
  width: 1.1333rem;
  height: 1.1333rem;
  background: #FFFFFF;
  border: 1px solid #979797;
}
.bottomBox-content .qrCodeBox > div:nth-child(2) {
  margin-left: 0.75rem;
}

@media screen and (max-width: 600px) {
  body {
    min-width: auto;
  }
  .center {
    width: 100%;
    padding: 0.1333rem 0.25rem;
    box-sizing: border-box;
  }
  .center-left {
    padding: 0.125rem;
    box-sizing: border-box;
    height: 5rem;
  }
  .center-left li {
    font-size: 0.1833rem;
    line-height: 0.3rem;
  }
  .center-left li h4 {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  .center-right {
    padding-left: 0.1167rem;
  }
  .center-right li {
    padding-right: 0;
  }
  .center-right li p,
  .center-right li h5 {
    font-size: 0.2rem;
    line-height: 0.2833rem;
  }
  .topSwiper {
    width: 100%;
    height: 4rem;
  }
  .topSwiper #swiperIndex {
    height: 4rem;
    position: relative;
    overflow: visible !important;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox {
    height: 4rem;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content {
    display: flex;
    height: 3.3rem;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 0.5833rem;
    position: relative;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft {
    flex: 1;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
    padding-left: 0.1667rem;
    top: 0;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content .conRight {
    width: 3.4167rem;
    height: 3.2917rem;
    margin-left: 0.3333rem;
    display: none;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content .conRightPhone {
    width: 1.3rem;
    height: 2.5rem;
    display: block !important;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content .conRightPhone img {
    width: 100%;
    height: 100%;
  }
}/*# sourceMappingURL=helpCenter.min.css.map */