@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: .24rem
  }
}

.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: .24rem
  }
}

.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: .42rem
  }
}

.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>.title {
  font-size: .16rem
}

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

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

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

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

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

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

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

.footer-section .support-hotline .support-hotline-wrapper .support-section>.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>.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>.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>.footer-detail>.footer-info {
  display: flex;
  flex-direction: column
}

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

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

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

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

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

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

.footer-section .footer>.footer-detail>.footer-info>.footer-content.contact-information .address-office .address-office-key {
  /* width: .5rem; */
  padding-top: 0;
  flex-shrink: 0
}

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

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

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

.footer-section .footer>.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>.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>.title {
    font-size: 0.24rem
  }

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

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

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

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

  .footer-section .support-hotline .support-hotline-wrapper .support-section>.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>.text-1 {
    font-size: 0.36rem;
    margin-bottom: 0.05rem
  }

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

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

  .footer-section .support-hotline .support-hotline-wrapper .support-section>.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>.footer-detail {
    display: flex;
    justify-content: center;
    display: flex;
    align-items: center;
    height: auto;
    padding: 1.56rem 0px 0px 0px
  }

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

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

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

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

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

  .footer-section .footer>.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>.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
}

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

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

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

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

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

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

  .about_us_header .content h1 {
    font-size: .4rem;
    text-align: center
  }

  .about_us_header .content h3 {
    font-size: .24rem;
    text-align: center
  }

  .about_us_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
}

.about_us_content {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1rem
}

.about_us_content #company_profile:target,
.about_us_content #company_culture:target,
.about_us_content #join_us:target,
.about_us_content #contact_us:target {
  margin-top: -1rem;
  padding-top: 1rem
}

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

  .about_us_content #company_profile:target,
  .about_us_content #company_culture:target,
  .about_us_content #join_us:target,
  .about_us_content #contact_us:target {
    margin-top: -.9rem;
    padding-top: .9rem
  }
}

.about_us_content .tab-header .nav.nav-tabs.nav-tabs-business {
  border-bottom: 0px;
  display: flex;
  justify-content: space-between;
  width: 4.92rem
}

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

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

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

.about_us_content .tab-content {
  border-top: 1px solid #EEEEEE;
  width: 100%
}

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

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

.about_us_content .nav-tabs>li>a {
  border: 0px
}

.about_us_content .nav>li>a:hover,
.about_us_content .nav>li>a:focus {
  color: #FF9914;
  background-color: #ffffff
}

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

.about_us_content .tab-content .tab-pane .company-profile-panel {
  width: 100%
}

.about_us_content .tab-content .tab-pane .company-profile-panel .panel-content {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 83.3333333333vw;
  max-width: 1600;
  margin: .88rem auto 0 auto
}

.about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .top-picture {
  width: 100%;
  height: 35.4166666667vw
}

.about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .top-picture img {
  width: 100%;
  height: 100%
}

.about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .company-name {
  position: relative;
  font-size: .42rem;
  line-height: .56rem;
  color: #000;
  margin-top: .93rem;
  width: 100%
}

@media screen and (max-width: 1024px) {
  .about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .company-name {
    font-size: .36rem
  }
}

.about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .company-name .logo-label {
  position: absolute;
  bottom: -2.82rem;
  right: 3.5416666667vw;
  width: 2.98rem;
  height: 5.66rem;
  background-color: #FF9914
}

.about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .company-name .logo-label img {
  width: 100%;
  height: 100%
}

@media screen and (max-width: 1024px) {
  .about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .company-name .logo-label {
    width: 15.5208333333vw;
    bottom: 0vw;
    height: 29.4791666667vw
  }
}

.about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .paragraph {
  font-size: .18rem;
  line-height: .36rem;
  /* color: #666; */
  color: #fff;
  margin: 0
}

@media screen and (max-width: 1024px) {
  .about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .paragraph {
    font-size: .24rem
  }
}

.about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .first-paragraph {
  margin-top: .6rem;
  width: 49.6354166667vw;
  max-width: 953px
}

@media screen and (max-width: 1024px) {
  .about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .first-paragraph {
    width: 100%
  }
}

.about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .second-paragraph {
  /* margin-top: .35rem; */
  width: 100%;
  text-align: left;
  padding: 20px;
  z-index: 3 !important;
}

@media screen and (max-width: 750px) {
  .about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .second-paragraph {
    margin-top: 1.2rem
  }
}

.about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .card-list {
  display: flex;
  width: 100%;
  margin-top: 1.41rem
}

@media screen and (max-width: 750px) {
  .about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .card-list {
    margin-top: 1rem
  }
}

.about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .card-list .card {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
  height: 2.4rem;
  border-left: 1px solid #E5E5E5
}

@media screen and (max-width: 960px) {
  .about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .card-list .card {
    height: 3rem
  }
}

@media screen and (max-width: 750px) {
  .about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .card-list .card {
    height: 4rem
  }
}

.about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .card-list .card .card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 .2rem
}

.about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .card-list .card .card-content .text {
  color: #666;
  font-size: .14rem;
  line-height: .36rem;
  height: 30%
}

@media screen and (max-width: 960px) {
  .about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .card-list .card .card-content .text {
    line-height: .28rem
  }
}

@media screen and (max-width: 750px) {
  .about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .card-list .card .card-content .text {
    font-size: .24rem
  }
}

@media screen and (max-width: 750px) {
  .about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .card-list .card .card-content .first-text {
    height: 30%
  }
}

@media screen and (max-width: 750px) {
  .about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .card-list .card .card-content .second-text {
    height: 40%
  }
}

.about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .card-list .card .card-content .index {
  font-size: .58rem;
  line-height: 1;
  color: #FF9914;
  font-weight: bold;
  height: 40%
}

@media screen and (max-width: 960px) {
  .about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .card-list .card .card-content .index {
    display: flex;
    align-items: center;
    font-size: .48rem
  }
}

@media screen and (max-width: 750px) {
  .about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .card-list .card .card-content .index {
    height: 30%
  }
}

.about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .card-list .card .card-content .index span {
  font-size: .28rem
}

@media screen and (max-width: 960px) {
  .about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .card-list .card .card-content .index span {
    font-size: .24rem
  }
}

.about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .card-list .card:first-child {
  border-left: none
}

.about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .third-paragraph {
  margin-top: 1.27rem;
  margin-bottom: .48rem
}

@media screen and (max-width: 750px) {
  .about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .third-paragraph {
    margin-top: 1rem
  }
}

.about_us_content .tab-content .tab-pane .company-profile-panel .panel-content .join-us {
  align-self: center;
  margin-top: -3.12rem;
  width: 1.6rem;
  height: .54rem;
  font-size: .18rem
}

.about_us_content .tab-content .tab-pane .company-culture-panel {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%
}

.about_us_content .tab-content .tab-pane .company-culture-panel .culture-card {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
  width: 83.3333333333vw;
  max-width: 1600px;
  height: 5.5rem;
  max-height: 550px;
  padding: 0 10.4166666667vw
}

.about_us_content .tab-content .tab-pane .company-culture-panel .culture-card:nth-child(2n) {
  background: #F9F9F9
}

.about_us_content .tab-content .tab-pane .company-culture-panel .culture-card:nth-child(2n) .content-section {
  order: 2
}

@media screen and (max-width: 750px) {
  .about_us_content .tab-content .tab-pane .company-culture-panel .culture-card {
    width: 7rem;
    padding: 0
  }
}

.about_us_content .tab-content .tab-pane .company-culture-panel .culture-card .content-section {
  display: flex;
  flex-direction: column;
  width: 32.2916666667vw
}

@media screen and (max-width: 750px) {
  .about_us_content .tab-content .tab-pane .company-culture-panel .culture-card .content-section {
    width: 60%
  }
}

.about_us_content .tab-content .tab-pane .company-culture-panel .culture-card .content-section .icon {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  width: .48rem;
  height: .48rem
}

.about_us_content .tab-content .tab-pane .company-culture-panel .culture-card .content-section .icon img {
  width: 100%
}

.about_us_content .tab-content .tab-pane .company-culture-panel .culture-card .content-section .divider {
  width: 100%;
  height: 3px;
  background: #EEEEEE;
  margin: .5rem 0
}

.about_us_content .tab-content .tab-pane .company-culture-panel .culture-card .content-section .content .title {
  font-size: .42rem;
  margin-bottom: .4rem;
  color: #000;
  line-height: 1
}

.about_us_content .tab-content .tab-pane .company-culture-panel .culture-card .content-section .content .subtitle {
  font-size: .24rem;
  color: #000;
  line-height: 1
}

.about_us_content .tab-content .tab-pane .company-culture-panel .culture-card .content-section .content .comment {
  width: 100%;
  font-size: .18rem;
  color: #666
}

.about_us_content .tab-content .tab-pane .company-culture-panel .culture-card .icon-section {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 3.7rem
}

@media screen and (max-width: 750px) {
  .about_us_content .tab-content .tab-pane .company-culture-panel .culture-card .icon-section {
    width: 30%
  }
}

.about_us_content .tab-content .tab-pane .company-culture-panel .culture-card .icon-section img {
  width: 100%
}

.tab-pane .company-qualification-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 1280px;
  height: auto;
  display: flex;
  flex-flow: column wrap;
  ;
}

.tab-pane .company-qualification-Softwarecopyright img {
  margin: 10px;
  width: calc(100%/5 - 20px);
}
@media screen and (max-width: 750px) {
  .tab-pane .company-qualification-Softwarecopyright {
    width: 30%;
  }
}
.tab-pane .company-qualification-certification img {
  margin: 10px;
  width: calc(100%/4 - 20px);
}
@media screen and (max-width: 750px) {
  .tab-pane .company-qualification-certification {
    width: 30%;
  }
}
.tab-pane .company-qualification-3A img {
  margin: 10px;
  width: calc(100%/5 - 20px);
}
@media screen and (max-width: 750px) {
  .tab-pane .company-qualification-3A {
    width: 30%
  }
}

.about_us_content .tab-content .tab-pane .join-us-panel {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%
}

.about_us_content .tab-content .tab-pane .join-us-panel .office-card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 57.2916666667vw; 
  max-width: 1100px;
  padding: .69rem 0;
  border-bottom: 1px solid #EEEEEE
}

@media screen and (max-width: 750px) {
  .about_us_content .tab-content .tab-pane .join-us-panel .office-card {
    width: 7rem
  }
}

.about_us_content .tab-content .tab-pane .join-us-panel .office-card .office-name {
  font-size: .28rem;
  line-height: .576rem
}

@media screen and (max-width: 750px) {
  .about_us_content .tab-content .tab-pane .join-us-panel .office-card .office-name {
    font-size: .4rem;
    line-height: .6rem
  }
}

.about_us_content .tab-content .tab-pane .join-us-panel .office-card .description {
  font-size: .18rem;
  line-height: .576rem;
  color: #FF9914
}

@media screen and (max-width: 750px) {
  .about_us_content .tab-content .tab-pane .join-us-panel .office-card .description {
    font-size: .26rem;
    line-height: .4rem;
    margin: .2rem 0
  }
}

.about_us_content .tab-content .tab-pane .join-us-panel .office-card .description-job {
  font-size: .18rem;
  line-height: .356rem;
  color: #666
}

@media screen and (max-width: 750px) {
  .about_us_content .tab-content .tab-pane .join-us-panel .office-card .description-job {
    font-size: .26rem;
    line-height: .4rem
  }
}

.about_us_content .tab-content .tab-pane .join-us-panel .mailbox {
  display: flex;
  align-items: center;
  margin-top: .51rem;
  width: 57.2916666667vw;
  max-width: 1100px
}

@media screen and (max-width: 750px) {
  .about_us_content .tab-content .tab-pane .join-us-panel .mailbox {
    width: 7rem
  }
}

.about_us_content .tab-content .tab-pane .join-us-panel .mailbox .icon {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-right: 2.7604166667vw;
  width: .79rem;
  height: .76rem
}

.about_us_content .tab-content .tab-pane .join-us-panel .mailbox .icon img {
  width: 100%
}

.about_us_content .tab-content .tab-pane .join-us-panel .mailbox .address {
  display: flex;
  justify-content: center;
  flex-direction: column
}

.about_us_content .tab-content .tab-pane .join-us-panel .mailbox .address .title {
  font-size: .18rem;
  line-height: 1;
  margin-bottom: .14rem
}

.about_us_content .tab-content .tab-pane .join-us-panel .mailbox .address .e-mail {
  font-size: .28rem;
  line-height: 1
}

.about_us_content .tab-content .tab-pane .join-us-panel .mailbox .address .e-mail a {
  color: #FF9914;
  text-decoration: none
}

.about_us_content .tab-content .tab-pane .contact-us-panel {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%
}

.about_us_content .tab-content .tab-pane .contact-us-panel .contact-information {
  display: flex;
  justify-content: space-between;
  width: 57.2916666667vw;
  max-width: 1100px;
  margin: 1rem 0
}

@media screen and (max-width: 1200px) {
  .about_us_content .tab-content .tab-pane .contact-us-panel .contact-information {
    flex-wrap: wrap
  }
}

.about_us_content .tab-content .tab-pane .contact-us-panel .contact-information .info-card {
  display: flex;
  flex: 0 0 auto;
  margin-right: .5rem
}

@media screen and (max-width: 1200px) {
  .about_us_content .tab-content .tab-pane .contact-us-panel .contact-information .info-card {
    margin-bottom: .6rem
  }

  .about_us_content .tab-content .tab-pane .contact-us-panel .contact-information .info-card:last-child {
    margin-bottom: 0
  }
}

.about_us_content .tab-content .tab-pane .contact-us-panel .contact-information .info-card .icon {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  width: .24rem;
  height: .3rem;
  margin-right: .2rem
}

.about_us_content .tab-content .tab-pane .contact-us-panel .contact-information .info-card .icon img {
  max-width: 100%
}

.about_us_content .tab-content .tab-pane .contact-us-panel .contact-information .info-card .content {
  display: flex;
  flex-direction: column;
  margin-top: .08rem
}

.about_us_content .tab-content .tab-pane .contact-us-panel .contact-information .info-card .content .content-iterm {
  display: flex;
  flex-direction: column;
  margin-bottom: 3.125vw
}

.about_us_content .tab-content .tab-pane .contact-us-panel .contact-information .info-card .content .content-iterm .name {
  font-size: .18rem;
  line-height: 1;
  color: #999999;
  margin-bottom: .2rem
}

.about_us_content .tab-content .tab-pane .contact-us-panel .contact-information .info-card .content .content-iterm .value {
  font-size: .2rem;
  line-height: 1;
  color: #000
}

.about_us_content .tab-content .tab-pane .contact-us-panel .contact-information .info-card .content .content-iterm:last-child {
  margin-bottom: 0
}

.about_us_content .tab-content .tab-pane .contact-us-panel .contact-information .info-card .content .content-address-office {
  display: flex;
  align-items: flex-start;
  font-size: .17rem;
  line-height: .23rem
}

.about_us_content .tab-content .tab-pane .contact-us-panel .contact-information .info-card .content .content-address-office .address-office-key {
  width: .52rem;
  flex-shrink: 0
}

.about_us_content .tab-content .tab-pane .contact-us-panel .contact-information .address {
  max-width: 45%
}

.about_us_content .tab-content .tab-pane .contact-us-panel .company-address {
  width: 83.3333333333vw;
  max-width: 1600px;
  height: 28.2291666667vw;
  max-height: 542px
}

@media screen and (max-width: 750px) {
  .about_us_content .tab-content .tab-pane .contact-us-panel .company-address {
    width: 7rem;
    height: 5.25rem
  }
}

.about_us_content .tab-content .tab-pane .contact-us-panel .leave-comments {
  margin-top: 4.21875vw;
  font-size: .18rem;
  width: 70%;
  width: 62.5vw;
  max-width: 1200px;
  margin: 1rem 0 0
}

.about_us_content .tab-content .tab-pane .contact-us-panel .leave-comments .leave-comments-form {
  display: flex;
  flex-direction: column;
  width: 100%
}

.about_us_content .tab-content .tab-pane .contact-us-panel .leave-comments .leave-comments-form .line {
  display: flex;
  justify-content: space-around;
  margin-bottom: .5rem;
  width: 100%
}

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

.about_us_content .tab-content .tab-pane .contact-us-panel .leave-comments .leave-comments-form .input-box .title {
  color: #434343
}

.about_us_content .tab-content .tab-pane .contact-us-panel .leave-comments .leave-comments-form .input-box .title .required {
  color: #D50116;
  margin-right: .05rem
}

.about_us_content .tab-content .tab-pane .contact-us-panel .leave-comments .leave-comments-form .input-box input {
  border: none;
  padding: .05rem;
  width: 100%
}

.about_us_content .tab-content .tab-pane .contact-us-panel .leave-comments .leave-comments-form .input-box input:focus-visible {
  border: none;
  outline: none
}

.about_us_content .tab-content .tab-pane .contact-us-panel .leave-comments .leave-comments-form .input-box textarea {
  border: none;
  padding: .05rem;
  width: 100%
}

.about_us_content .tab-content .tab-pane .contact-us-panel .leave-comments .leave-comments-form .input-box textarea:focus-visible {
  border: none;
  outline: none
}

.about_us_content .tab-content .tab-pane .contact-us-panel .leave-comments .leave-comments-form .question {
  margin-bottom: .5rem;
  width: 100%
}

.about_us_content .tab-content .tab-pane .contact-us-panel .leave-comments .leave-comments-form .question .input-box {
  width: 100%
}

.about_us_content .tab-content .tab-pane .contact-us-panel .leave-comments .form-btn {
  display: flex;
  justify-content: center
}

.about_us_content .tab-content .tab-pane .contact-us-panel .leave-comments .form-btn .submit {
  font-size: .18rem
}

.about_us_content .tab-content .tab-pane .contact-us-panel .leave-comments .form-btn .reset {
  margin-right: .4rem;
  font-size: .18rem
}

@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=about_us.css.map */