<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 750px) {

  html,
  body {
      font-size: calc(100vw / 7.5)
  }
}

@media screen and (min-width: 751px) {
  .visible-in-pc {
      display: block
  }

  .visible-in-pc[visible-flex] {
      display: flex
  }

  .visible-in-phone {
      display: none !important
  }
}

@media screen and (max-width: 750px) {
  .visible-in-pc {
      display: none !important
  }

  .visible-in-phone {
      display: block
  }

  .visible-in-phone[visible-flex] {
      display: flex
  }

  .hidden-in-phone {
      display: none
  }
}
.grea-language-icon {
  margin-left: 24px;
  vertical-align: middle;
  cursor: pointer
}

.grea-language-icon path {
  fill: #fff;
  cursor: pointer
}

.language-menu {
  position: absolute;
  display: none;
  background: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4)
}

.page-scroll .grea-language-icon path {
  fill: #000
}

.language-dropdown {
  position: relative
}

.language-dropdown li {
  list-style: none;
  padding: 4px
}

.language-dropdown a {
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
  color: #000
}

.language-dropdown:hover ul {
  display: block
}
html,
body {
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif !important;
  overflow-x: hidden
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.woff2)
}

.grea-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.grea-btn:focus,
.grea-btn:active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.grea-btn:hover,
.grea-btn:focus {
  color: #FFFFFF;
  text-decoration: none
}

.grea-btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.grea-btn-default {
  color: #FF9914;
  background-color: #ffffff;
  border-color: #FF9914
}

.grea-btn-default:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #4b050e
}

.grea-btn-default:hover {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-default:active {
  color: #FF9914;
  background-color: #e6e6e6;
  border-color: #FF9914;
  background-image: none
}

.grea-btn-default:active:hover,
.grea-btn-default:active:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-default:visited {
  color: #FF9914;
  background-color: #ffffff;
  border-color: #FF9914
}

a.grea-btn-default {
  color: #FF9914;
  background-color: transparent
}

a.grea-btn-default:hover {
  background-color: #FF9914 !important;
  color: #FFFFFF
}

.grea-btn-primary {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-primary:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #4b050e
}

.grea-btn-primary:hover {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-primary:active {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914;
  background-image: none
}

.grea-btn-primary:active:hover,
.grea-btn-primary:active:focus {
  color: #ffffff;
  background-color: #720814;
  border-color: #4b050e
}

.swiper-pagination.hidden {
  display: none
}

.grea-top-bar {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  z-index: 400;
  width: 100%;
  height: 1rem;
  background: transparent;
  top: 0px;
  left: 0;
  position: fixed
}

@media screen and (max-width: 750px) {
  .grea-top-bar {
      height: .9rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2)
  }
}

.grea-top-bar.page-scroll {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 1px rgba(0, 37, 67, 0.23)
}

.grea-top-bar .grea-top-bar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 83.3333333333vw;
  max-width: 1600px;
  height: 100%
}

@media screen and (max-width: 750px) {
  .grea-top-bar .grea-top-bar-content {
      width: 7rem
  }
}

.grea-top-bar .grea-top-bar-content .logo {
  flex: 0 0 auto;
  width: 2.2rem
}

@media screen and (max-width: 750px) {
  .grea-top-bar .grea-top-bar-content .logo {
      width: 1.65rem
  }
}

.grea-top-bar .grea-top-bar-content .logo .logo-img {
  width: 100%
}

.grea-top-bar .grea-top-bar-content .logo .logo-light {
  display: block
}

.grea-top-bar .grea-top-bar-content .logo .logo-dark {
  display: none
}

.grea-top-bar .grea-top-bar-content .contact-us {
  display: flex;
  align-items: center;
  color: #fff;
  flex: 0 0 auto;
  font-size: .18rem
}

@media screen and (max-width: 750px) {
  .grea-top-bar .grea-top-bar-content .contact-us {
      font-size: .16rem
  }
}

.grea-top-bar .grea-top-bar-content .contact-us .glyphicon.glyphicon-earphone {
  margin-right: .4166666667vw
}

@media screen and (max-width: 750px) {
  .grea-top-bar .grea-top-bar-content .contact-us .glyphicon.glyphicon-earphone {
      font-size: .16rem;
      margin-right: .08rem
  }
}

.grea-top-bar .grea-top-bar-content .contact-us .login-button {
  margin-left: 2.0833333333vw;
  /* width: 1rem; */
  height: .42rem;
  font-size: .18rem;
  margin-left: 2.0833333333vw;
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent
}

.grea-top-bar .grea-top-bar-content .contact-us .login-button:hover {
  background-color: transparent;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

@media screen and (max-width: 750px) {
  .grea-top-bar .grea-top-bar-content .contact-us .login-button {
      border: .02rem solid #fff;
      font-size: .16rem
  }
}

.grea-top-bar .grea-top-bar-content .contact-us .glyphicon.glyphicon-menu-hamburger.grea-nav-icon {
  display: none;
  margin-left: 2.0833333333vw;
  font-size: .24rem
}

@media screen and (max-width: 1200px) {
  .grea-top-bar .grea-top-bar-content .contact-us .glyphicon.glyphicon-menu-hamburger.grea-nav-icon {
      display: block
  }
}

@media screen and (max-width: 750px) {
  .grea-top-bar .grea-top-bar-content .contact-us .glyphicon.glyphicon-menu-hamburger.grea-nav-icon {
      font-size: .24rem
  }
}

.grea-nav-bar {
  width: 5.82rem;
  max-width: 582px;
  height: 100%;
  margin: 0 5.2083333333vw
}

.grea-nav-bar .glyphicon.glyphicon-remove {
  display: none
}

.grea-nav-bar .grea-nav-bar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  font-size: .18rem;
  color: #fff
}

.grea-nav-bar .grea-nav-bar-content .grea-nav-bar-item {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  height: 100%
}

.grea-nav-bar .grea-nav-bar-content .grea-nav-bar-item a {
  text-decoration: none;
  color: inherit
}

.grea-nav-bar.slide-bar {
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  margin: 0
}

.grea-nav-bar.slide-bar.show {
  z-index: 400;
  display: flex;
  flex-direction: column;
  width: 40vw;
  height: 100vh;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 1px rgba(0, 37, 67, 0.23)
}

@media screen and (max-width: 750px) {
  .grea-nav-bar.slide-bar.show {
      width: 80vw
  }
}

.grea-nav-bar.slide-bar.show .close-slide-bar-icon {
  height: 10%;
  align-self: flex-end;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: .2rem
}

@media screen and (max-width: 750px) {
  .grea-nav-bar.slide-bar.show .close-slide-bar-icon {
      margin-right: 20px
  }
}

.grea-nav-bar.slide-bar.show .close-slide-bar-icon .glyphicon.glyphicon-remove {
  display: block;
  flex: 0 0 auto;
  font-size: .28rem
}

@media screen and (max-width: 750px) {
  .grea-nav-bar.slide-bar.show .close-slide-bar-icon .glyphicon.glyphicon-remove {
      font-size: 28px
  }
}

.grea-nav-bar.slide-bar.show .grea-nav-bar-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 90%;
  overflow-y: auto;
  font-size: .18rem;
  color: #000
}

@media screen and (max-width: 750px) {
  .grea-nav-bar.slide-bar.show .grea-nav-bar-content {
      font-size: 18px
  }
}

.grea-nav-bar.slide-bar.show .grea-nav-bar-content .grea-nav-bar-item {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  height: auto;
  margin: .2rem
}

.grea-nav-bar.slide-bar.show .grea-nav-bar-content .grea-nav-bar-item a {
  text-decoration: none;
  color: inherit
}

.grea-dropdown {
  height: 100%
}

.grea-dropdown .grea-dropdown-btn {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 100%
}

.grea-dropdown .grea-dropdown-content {
  display: none;
  background-color: #FFFFFF;
  padding-top: .22rem
}

.grea-dropdown .grea-dropdown-content .grea-dropdown-item {
  color: #333333
}

.grea-dropdown .grea-dropdown-content .grea-dropdown-item:hover {
  color: #FF9914
}

.grea-dropdown.show-1 {
  position: relative
}

.grea-dropdown.show-1 .grea-dropdown-content {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 2rem;
  flex-direction: column;
  position: absolute;
  left: 50%;
  padding-bottom: .28rem;
  box-shadow: 0px 4px 8px 1px rgba(0, 37, 67, 0.23);
  transform: translateX(-50%)
}

.grea-dropdown.show-1 .grea-dropdown-content .grea-dropdown-item {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  line-height: .4rem;
  font-size: .16rem
}

.maxshow{
  display: block;
}
.maxshow2{
  display: none;
}
@media screen and (max-width: 750px) {
  .grea-dropdown.show-1 .grea-dropdown-content .grea-dropdown-item {
    line-height: 40px;
    font-size: 16px
  }
  .maxshow{
    display: none;
  }
  .maxshow2{
    display: block;
  }
}

.grea-dropdown.show-2 {
  display: flex;
  flex-direction: column
}

.grea-dropdown.show-2 .grea-dropdown-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start
}

.grea-dropdown.show-2 .grea-dropdown-content {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-left: 20px;
  align-items: flex-start;
  flex-direction: column
}

.grea-dropdown.show-2 .grea-dropdown-content .grea-dropdown-item {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  line-height: .4rem;
  font-size: .16rem
}

@media screen and (max-width: 750px) {
  .grea-dropdown.show-2 .grea-dropdown-content .grea-dropdown-item {
      line-height: 40px;
      font-size: 16px
  }
}

.grea-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.grea-btn:focus,
.grea-btn:active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.grea-btn:hover,
.grea-btn:focus {
  color: #FFFFFF;
  text-decoration: none
}

.grea-btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.grea-btn-default {
  color: #FF9914;
  background-color: #ffffff;
  border-color: #FF9914
}

.grea-btn-default:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #4b050e
}

.grea-btn-default:hover {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-default:active {
  color: #FF9914;
  background-color: #e6e6e6;
  border-color: #FF9914;
  background-image: none
}

.grea-btn-default:active:hover,
.grea-btn-default:active:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-default:visited {
  color: #FF9914;
  background-color: #ffffff;
  border-color: #FF9914
}

a.grea-btn-default {
  color: #FF9914;
  background-color: transparent
}

a.grea-btn-default:hover {
  background-color: #FF9914 !important;
  color: #FFFFFF
}

.grea-btn-primary {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-primary:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #4b050e
}

.grea-btn-primary:hover {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-primary:active {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914;
  background-image: none
}

.grea-btn-primary:active:hover,
.grea-btn-primary:active:focus {
  color: #ffffff;
  background-color: #720814;
  border-color: #4b050e
}

.swiper-pagination.hidden {
  display: none
}

.footer-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding-top: 17.8125vw;
  position: relative;
  background-color: #F5F7FA
}

.footer-section .support-hotline {
  max-width: 1600px;
  width: 83.34%;
  background-image: url("../assets/img/footer/support-hotline-bg.jpg");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center
}

.footer-section .support-hotline .support-hotline-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: 7.4479166667vw 0
}

.footer-section .support-hotline .support-hotline-wrapper .support-section {
  display: flex;
  flex-direction: column;
  line-height: 1;
  color: #FFFFFF;
  margin: 0 .2rem
}

.footer-section .support-hotline .support-hotline-wrapper .support-section&gt;.title {
  font-size: .16rem
}

.footer-section .support-hotline .support-hotline-wrapper .support-section&gt;.business-inquiries {
  margin-bottom: 1.8229166667vw
}

.footer-section .support-hotline .support-hotline-wrapper .support-section&gt;.inquiry-1 {
  font-size: .18rem;
  margin-bottom: .6770833333vw
}

.footer-section .support-hotline .support-hotline-wrapper .support-section&gt;.inquiry-2 {
  font-size: .18rem;
  margin-bottom: 2.34375vw
}

.footer-section .support-hotline .support-hotline-wrapper .support-section&gt;.inquiry-btn {
  width: 1.35rem;
  height: .42rem;
  font-size: .18rem
}

.footer-section .support-hotline .support-hotline-wrapper .support-section&gt;.vertical-dividing-line {
  min-width: 1px;
  height: .35rem;
  margin: 1.40625vw 0px;
  background-color: #FFFFFF
}

.footer-section .support-hotline .support-hotline-wrapper .support-section&gt;.text-1 {
  font-size: .38rem;
  margin-bottom: .6770833333vw
}

.footer-section .support-hotline .support-hotline-wrapper .support-section&gt;.text-2 {
  font-size: .38rem;
  text-align: center
}

.footer-section .support-hotline .support-hotline-wrapper .support-section&gt;.qr-code {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 7.2916666667vw;
  height: 7.2916666667vw;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 1.7708333333vw
}

.footer-section .support-hotline .support-hotline-wrapper .support-section&gt;.qr-code img {
  width: 6.25vw;
  height: 6.25vw
}

.footer-section .footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background-color: #262B32
}

.footer-section .footer&gt;.footer-detail {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 2.17rem 8.3333333333vw 0 8.3333333333vw;
  justify-content: space-between
}

.footer-section .footer&gt;.footer-detail&gt;.footer-info {
  display: flex;
  flex-direction: column
}

.footer-section .footer&gt;.footer-detail&gt;.footer-info&gt;.footer-title {
  font-size: .24rem;
  color: #FFFFFF;
  line-height: .3rem;
  margin-bottom: .9895833333vw
}

.footer-section .footer&gt;.footer-detail&gt;.footer-info&gt;.footer-content {
  display: flex;
  flex-direction: column;
  font-size: .14rem;
  line-height: .38rem
}

.footer-section .footer&gt;.footer-detail&gt;.footer-info&gt;.footer-content.contact-information {
  max-width: 4.62rem;
  line-height: .36rem
}

.footer-section .footer&gt;.footer-detail&gt;.footer-info&gt;.footer-content.contact-information a {
  /* color: #FFFFFF */
  color: rgba(255, 255, 255, 0.6);
}

.footer-section .footer&gt;.footer-detail&gt;.footer-info&gt;.footer-content.contact-information a div {
  padding-top: .08rem;
  line-height: .28rem
}

.footer-section .footer&gt;.footer-detail&gt;.footer-info&gt;.footer-content.contact-information .address-office {
  display: flex;
  align-items: flex-start
}

.footer-section .footer&gt;.footer-detail&gt;.footer-info&gt;.footer-content.contact-information .address-office .address-office-key {
  padding-top: 0;
  flex-shrink: 0;
  word-break: keep-all;
}

.footer-section .footer&gt;.footer-detail&gt;.footer-info&gt;.footer-content .phone-number {
  font-size: .26rem
}

.footer-section .footer&gt;.footer-detail&gt;.footer-info&gt;.footer-content&gt;a {
  text-decoration-line: none;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer
}

.footer-section .footer&gt;.footer-divider {
  min-height: 1px;
  height: .0520833333vw;
  width: 100%;
  background: #FFFFFF;
  opacity: 0.15;
  margin-top: .45rem
}

.footer-section .footer&gt;.footer-extra-info {
  display: flex;
  justify-content: space-between;
  padding-top: 2.34375vw;
  padding-bottom: 3.59375vw;
  width: 83.34%;
  font-size: .16rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6)
}

.footer-section .footer&gt;.footer-extra-info a {
  color: rgba(255, 255, 255, 0.6)
}

@media screen and (max-width: 750px) {
  .footer-section {
      padding-top: 4.6rem
  }

  .footer-section .support-hotline {
      width: 7rem;
      height: auto;
      justify-content: flex-end;
      align-items: flex-end;
      background-image: url("../assets/img/footer/support-hotline-bg-mobile.jpg");
      background-size: contain
  }

  .footer-section .support-hotline .support-hotline-wrapper {
      width: 100%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 0.49rem 0.65rem 0.82rem 0.58rem
  }

  .footer-section .support-hotline .support-hotline-wrapper .support-section {
      display: flex;
      align-items: center;
      flex-direction: column;
      line-height: 1;
      flex: 0 0 auto
  }

  .footer-section .support-hotline .support-hotline-wrapper .support-section&gt;.title {
      font-size: 0.24rem
  }

  .footer-section .support-hotline .support-hotline-wrapper .support-section&gt;.business-inquiries {
      margin-bottom: 0.25rem
  }

  .footer-section .support-hotline .support-hotline-wrapper .support-section&gt;.inquiry-1 {
      font-size: .24rem;
      margin-bottom: 13.2px
  }

  .footer-section .support-hotline .support-hotline-wrapper .support-section&gt;.inquiry-2 {
      font-size: .24rem;
      margin-bottom: 0.47rem
  }

  .footer-section .support-hotline .support-hotline-wrapper .support-section&gt;.inquiry-btn {
      width: 1.5rem;
      height: 0.5rem;
      font-size: .24rem
  }

  .footer-section .support-hotline .support-hotline-wrapper .support-section&gt;.vertical-dividing-line {
      width: 0.01rem;
      height: 0.35rem;
      margin-top: 0.16rem;
      margin-bottom: 0.18rem;
      background-color: #FFFFFF
  }

  .footer-section .support-hotline .support-hotline-wrapper .support-section&gt;.text-1 {
      font-size: 0.36rem;
      margin-bottom: 0.05rem
  }

  .footer-section .support-hotline .support-hotline-wrapper .support-section&gt;.text-2 {
      font-size: 0.36rem
  }

  .footer-section .support-hotline .support-hotline-wrapper .support-section&gt;.qr-code {
      width: 1.4rem;
      height: 1.4rem;
      margin-top: 0.26rem
  }

  .footer-section .support-hotline .support-hotline-wrapper .support-section&gt;.qr-code img {
      width: 1.2rem;
      height: 1.2rem
  }

  .footer-section .support-hotline .support-hotline-wrapper .support-section:nth-child(2n + 1) {
      order: 2;
      margin-top: 0.65rem
  }

  .footer-section .support-hotline .support-hotline-wrapper .support-section:nth-child(2) {
      width: 100%;
      order: 1
  }

  .footer-section .footer {
      display: flex;
      align-items: center;
      flex-direction: column;
      height: auto
  }

  .footer-section .footer&gt;.footer-detail {
      display: flex;
      justify-content: center;
      display: flex;
      align-items: center;
      height: auto;
      padding: 1.56rem 0px 0px 0px
  }

  .footer-section .footer&gt;.footer-detail&gt;.footer-info {
      display: flex;
      align-items: center;
      flex-direction: column;
      line-height: 0.41rem
  }

  .footer-section .footer&gt;.footer-detail&gt;.footer-info&gt;.footer-content {
      display: flex;
      align-items: center;
      flex-direction: column;
      font-size: .24rem
  }

  .footer-section .footer&gt;.footer-detail&gt;.footer-info&gt;.footer-content.contact-information {
      line-height: 0.41rem
  }

  .footer-section .footer&gt;.footer-detail&gt;.footer-info&gt;.footer-content .phone-number {
      font-size: .24rem
  }

  .footer-section .footer&gt;.footer-divider {
      margin-top: 0.375rem;
      margin-bottom: 0.45rem;
      width: calc(100vw - 0.50rem)
  }

  .footer-section .footer&gt;.footer-extra-info {
      display: flex;
      justify-content: center;
      display: flex;
      align-items: center;
      text-align: center;
      line-height: 0.40rem;
      font-size: .24rem;
      margin-bottom: 0.63rem;
      padding: 0px;
      max-width: 6.66rem;
      display: flex;
      color: rgba(255, 255, 255, 0.6)
  }

  .footer-section .footer&gt;.footer-extra-info a {
      color: rgba(255, 255, 255, 0.6)
  }
}

.grea-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.grea-btn:focus,
.grea-btn:active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.grea-btn:hover,
.grea-btn:focus {
  color: #FFFFFF;
  text-decoration: none
}

.grea-btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.grea-btn-default {
  color: #FF9914;
  background-color: #ffffff;
  border-color: #FF9914
}

.grea-btn-default:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #4b050e
}

.grea-btn-default:hover {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-default:active {
  color: #FF9914;
  background-color: #e6e6e6;
  border-color: #FF9914;
  background-image: none
}

.grea-btn-default:active:hover,
.grea-btn-default:active:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-default:visited {
  color: #FF9914;
  background-color: #ffffff;
  border-color: #FF9914
}

a.grea-btn-default {
  color: #FF9914;
  background-color: transparent
}

a.grea-btn-default:hover {
  background-color: #FF9914 !important;
  color: #FFFFFF
}

.grea-btn-primary {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-primary:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #4b050e
}

.grea-btn-primary:hover {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-primary:active {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914;
  background-image: none
}

.grea-btn-primary:active:hover,
.grea-btn-primary:active:focus {
  color: #ffffff;
  background-color: #720814;
  border-color: #4b050e
}

.swiper-pagination.hidden {
  display: none
}

.connect-enter {
  position: fixed;
  width: .48rem;
  height: .48rem;
  bottom: 20%;
  right: 0;
  z-index: 100
}

.connect-enter .connect-us {
  width: .48rem;
  height: .48rem
}
.connect-qq.connect-qq{
  position: fixed;
  width: .48rem;
  height: .48rem;
  bottom: 20%;
  right: 0;
  z-index: 200;
  /* background-color: #d40015; */
  width: .48rem;
  height: .48rem; 
}
.connect-qq.connect-qq img{
  border: 0;
  vertical-align: middle
}
.leave-comments-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .18rem
}

.leave-comments-header .modal-title {
  font-size: .24rem;
  font-weight: 600;
  color: #262626;
  line-height: .24rem
}

.leave-comments-content {
  padding: 0 24px 0
}

.leave-comments-content .leave-comments-form {
  padding-top: .18rem;
  font-size: .18rem;
  display: flex;
  flex-direction: column;
  width: 100%
}

.leave-comments-content .leave-comments-form .line {
  display: flex;
  justify-content: space-around;
  margin-bottom: .5rem;
  width: 100%
}

.leave-comments-content .leave-comments-form .input-box {
  margin-right: .48rem;
  width: 50%;
  border-bottom: 1px solid #F0F0F0
}

.leave-comments-content .leave-comments-form .input-box .title {
  color: #434343
}

.leave-comments-content .leave-comments-form .input-box .title .required {
  color: #D50116;
  margin-right: .05rem
}

.leave-comments-content .leave-comments-form .input-box input {
  border: none;
  padding: .05rem;
  width: 100%
}

.leave-comments-content .leave-comments-form .input-box input:focus-visible {
  border: none;
  outline: none
}

.leave-comments-content .leave-comments-form .input-box textarea {
  border: none;
  padding: .05rem;
  width: 100%
}

.leave-comments-content .leave-comments-form .input-box textarea:focus-visible {
  border: none;
  outline: none
}

.leave-comments-content .leave-comments-form .question {
  margin-bottom: .5rem;
  width: 100%
}

.leave-comments-content .leave-comments-form .question .input-box {
  width: 100%
}

.form-btn {
  padding-bottom: .36rem;
  display: flex;
  justify-content: center
}

.form-btn .submit {
  font-size: .18rem
}

.form-btn .reset {
  margin-right: .4rem;
  font-size: .18rem
}

.leave-comments-alerts {
  display: flex;
  justify-content: center;
  font-size: .18rem
}

.leave-comments-alerts .connect-icon {
  width: .2rem;
  margin-right: .08rem
}

.leave-comments-alerts .alert {
  border-radius: 0;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.leave-comments-alerts .alert-left {
  display: flex;
  align-items: center
}

.leave-comments-alerts .alert-danger {
  color: #EB2F48;
  background-color: #FEEFF1;
  border-color: #FBD0D6
}

.leave-comments-alerts .alert-success {
  color: #35CBB9;
  background-color: #EFFBFA;
  border-color: #D0F2EF
}

.leave-comments-alerts .close-danger {
  color: #EB2F48
}

.grea-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.grea-btn:focus,
.grea-btn:active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.grea-btn:hover,
.grea-btn:focus {
  color: #FFFFFF;
  text-decoration: none
}

.grea-btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.grea-btn-default {
  color: #FF9914;
  background-color: #ffffff;
  border-color: #FF9914
}

.grea-btn-default:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #4b050e
}

.grea-btn-default:hover {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-default:active {
  color: #FF9914;
  background-color: #e6e6e6;
  border-color: #FF9914;
  background-image: none
}

.grea-btn-default:active:hover,
.grea-btn-default:active:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-default:visited {
  color: #FF9914;
  background-color: #ffffff;
  border-color: #FF9914
}

a.grea-btn-default {
  color: #FF9914;
  background-color: transparent
}

a.grea-btn-default:hover {
  background-color: #FF9914 !important;
  color: #FFFFFF
}

.grea-btn-primary {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-primary:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #4b050e
}

.grea-btn-primary:hover {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-primary:active {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914;
  background-image: none
}

.grea-btn-primary:active:hover,
.grea-btn-primary:active:focus {
  color: #ffffff;
  background-color: #720814;
  border-color: #4b050e
}

.swiper-pagination.hidden {
  display: none
}

.partner_header {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
  height: 6rem;
  background-image: url("../assets/img/partner/partner.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  color: #FFFFFF;
  background-size: 100% 100%;
}

@media screen and (max-width: 750px) {
  .partner_header {
      background-image: url("../assets/img/partner/partner.jpg");
      height: 6rem;
      background-size: cover
  }
}

.partner_header .content {
  display: flex;
  align-items: center;
  flex-direction: column
}

.partner_header .content .title {
  font-size: .48rem;
  margin-bottom: .7rem;
  text-align: center
}

.partner_header .content .cooperation {
  width: 1.6rem;
  height: .54rem;
  font-size: .18rem
}

@media screen and (max-width: 750px) {
  .partner_header .content {
      padding: 0 .8rem
  }

  .partner_header .content .title {
      font-size: .4rem;
      text-align: center
  }

  .partner_header .content .cooperation {
      width: 1.6rem;
      height: .54rem;
      font-size: .24rem
  }
}

.grea-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.grea-btn:focus,
.grea-btn:active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.grea-btn:hover,
.grea-btn:focus {
  color: #FFFFFF;
  text-decoration: none
}

.grea-btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.grea-btn-default {
  color: #FF9914;
  background-color: #ffffff;
  border-color: #FF9914
}

.grea-btn-default:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #4b050e
}

.grea-btn-default:hover {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-default:active {
  color: #FF9914;
  background-color: #e6e6e6;
  border-color: #FF9914;
  background-image: none
}

.grea-btn-default:active:hover,
.grea-btn-default:active:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-default:visited {
  color: #FF9914;
  background-color: #ffffff;
  border-color: #FF9914
}

a.grea-btn-default {
  color: #FF9914;
  background-color: transparent
}

a.grea-btn-default:hover {
  background-color: #FF9914 !important;
  color: #FFFFFF
}

.grea-btn-primary {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-primary:focus {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #4b050e
}

.grea-btn-primary:hover {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914
}

.grea-btn-primary:active {
  color: #ffffff;
  background-color: #FF9914;
  border-color: #FF9914;
  background-image: none
}

.grea-btn-primary:active:hover,
.grea-btn-primary:active:focus {
  color: #ffffff;
  background-color: #720814;
  border-color: #4b050e
}

.swiper-pagination.hidden {
  display: none
}

.partner_content {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding-bottom: 1rem;
  background-color: #F5F7FA
}

.partner_content .tab-header {
  width: 100%;
  background-color: #FFFFFF
}

.partner_content .tab-header .nav.nav-tabs.nav-tabs-business {
  border-bottom: 0px;
  display: flex;
  justify-content: center;
  width: 2.16rem;
  margin: 0 auto
}

.partner_content .tab-header .nav.nav-tabs.nav-tabs-business::before {
  content: none
}

.partner_content .tab-header .nav.nav-tabs.nav-tabs-business::after {
  content: none
}

.partner_content .tab-header .nav.nav-tabs.nav-tabs-business li {
  font-size: .18rem
}

.partner_content .tab-content {
  width: 100%
}

.partner_content .tab-content .tab-pane {
  width: 100%
}

.partner_content .nav-tabs&gt;li.active&gt;a,
.partner_content .nav-tabs&gt;li.active&gt;a:hover,
.partner_content .nav-tabs&gt;li.active&gt;a:focus {
  border: 0px;
  color: #FF9914;
  border-bottom: 3px solid #FF9914
}

.partner_content .nav-tabs&gt;li&gt;a {
  border: 0px
}

.partner_content .nav&gt;li&gt;a:hover,
.partner_content .nav&gt;li&gt;a:focus {
  color: #FF9914;
  background-color: #ffffff
}

.partner_content .nav&gt;li&gt;a {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0;
  height: .8rem;
  max-height: 80px;
  font-size: .18rem;
  color: #666
}

.partner_content .tab-content .tab-pane .implementation-partner-panel {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%
}

.partner_content .tab-content .tab-pane .implementation-partner-panel .brand-wall {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  margin: .65rem 0 0 0;
  flex-wrap: wrap;
  width: 86.4583333333vw;
  max-width: 1660px
}

.partner_content .tab-content .tab-pane .implementation-partner-panel .brand-wall1 {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  margin: .35rem 0 0 0;
  flex-wrap: wrap;
  width: 86.4583333333vw;
  max-width: 1660px
}

@media screen and (max-width: 750px) {
  .partner_content .tab-content .tab-pane .implementation-partner-panel .brand-wall {
      display: flex;
      justify-content: flex-start;
      width: 7.1rem
  }
}
@media screen and (max-width: 750px) {
  .partner_content .tab-content .tab-pane .implementation-partner-panel .brand-wall1 {
      display: flex;
      justify-content: flex-start;
      width: 7.1rem
  }
}

.partner_content .tab-content .tab-pane .implementation-partner-panel .brand-wall .partner-brand {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 1.8rem;
  height: 1rem;
  background-color: #FFFFFF;
  margin: .1rem
}
.partner_content .tab-content .tab-pane .implementation-partner-panel .brand-wall1 .partner-brand {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 1.8rem;
  height: 1rem;
  background-color: #FFFFFF;
  margin: .1rem
}

.partner_content .tab-content .tab-pane .implementation-partner-panel .brand-wall .partner-brand img {
  width: 100%;
  display: block
}
.partner_content .tab-content .tab-pane .implementation-partner-panel .brand-wall1 .partner-brand img {
  width: 100%;
  display: block
}

.partner_content .tab-content .tab-pane .implementation-partner-panel .brand-wall .partner-brand.more-brand {
  display: none
}
.partner_content .tab-content .tab-pane .implementation-partner-panel .brand-wall1 .partner-brand.more-brand {
  display: none
}

@media screen and (max-width: 750px) {
  .partner_content .tab-content .tab-pane .implementation-partner-panel .brand-wall .partner-brand {
      width: 2.26rem;
      height: 1.26rem;
      margin: .05rem
  }
}
@media screen and (max-width: 750px) {
  .partner_content .tab-content .tab-pane .implementation-partner-panel .brand-wall1 .partner-brand {
      width: 2.26rem;
      height: 1.26rem;
      margin: .05rem
  }
}

.partner_content .tab-content .tab-pane .implementation-partner-panel .brand-wall .partner-brand-placeholder {
  width: 1.8rem;
  margin: 0 .1rem
}
.partner_content .tab-content .tab-pane .implementation-partner-panel .brand-wall1 .partner-brand-placeholder {
  width: 1.8rem;
  margin: 0 .1rem
}

.partner_content .tab-content .tab-pane .implementation-partner-panel .brand-wall .partner-brand-placeholder.more-brand {
  display: none
}
.partner_content .tab-content .tab-pane .implementation-partner-panel .brand-wall1 .partner-brand-placeholder.more-brand {
  display: none
}

.partner_content .tab-content .tab-pane .implementation-partner-panel .learn-more {
  background-color: transparent
}

.partner_content .tab-content .tab-pane .implementation-partner-panel .learn-more:hover {
  background-color: #FF9914
}

.partner_content .tab-content .tab-pane .implementation-partner-panel .fold-up {
  background-color: transparent;
  display: none
}

.partner_content .tab-content .tab-pane .implementation-partner-panel .fold-up:hover {
  background-color: #FF9914
}

@media screen and (max-width: 750px) {

  html,
  body {
      font-size: calc(100vw / 7.5)
  }
}

@media screen and (min-width: 751px) {
  .visible-in-pc {
      display: block
  }

  .visible-in-pc[visible-flex] {
      display: flex
  }

  .visible-in-phone {
      display: none !important
  }
}

@media screen and (max-width: 750px) {
  .visible-in-pc {
      display: none !important
  }

  .visible-in-phone {
      display: block
  }

  .visible-in-phone[visible-flex] {
      display: flex
  }

  .hidden-in-phone {
      display: none
  }
}

html,
body {
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif !important;
  overflow-x: hidden
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.woff2)
}

/*# sourceMappingURL=partner.css.map */</pre></body></html>