.section-about-us {
  width: 100%;
  height: 240px;
  position: relative;
  margin-top: 60px;
  background: url("../images/contact-us/about_banner@2x.webp") center center/cover no-repeat;
}
.section-about-us .container {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-about-us .container .about-title {
  font-weight: bold;
  font-size: 40px;
  color: #20262E;
  line-height: 70px;
}
.section-about-us .container .about-desc {
  font-size: 18px;
  color: #616873;
  line-height: 28px;
}

.section-contanct-mode {
  width: 100%;
  display: flex;
  justify-content: center;
}
.section-contanct-mode .contanct-mode-container {
  width: 1200px;
  padding-top: 70px;
}
.section-contanct-mode .contanct-mode-container .contanct-mode-title {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #21262C;
  margin-bottom: 50px;
}
.section-contanct-mode .contanct-mode-container .contanct-mode-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-contanct-mode .contanct-mode-container .contanct-mode-list .list-item {
  flex-shrink: 0;
  width: 590px;
  padding: 24px 26px 27px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #f2f3f5;
  display: flex;
  gap: 25px;
}
.section-contanct-mode .contanct-mode-container .contanct-mode-list .list-item:hover {
  border: 1px solid #E5E6EB;
}
.section-contanct-mode .contanct-mode-container .contanct-mode-list .list-item .item-left {
  flex-shrink: 0;
  width: 102px;
}
.section-contanct-mode .contanct-mode-container .contanct-mode-list .list-item .item-left img {
  width: 100%;
}
.section-contanct-mode .contanct-mode-container .contanct-mode-list .list-item .item-right .content-title {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}
.section-contanct-mode .contanct-mode-container .contanct-mode-list .list-item .item-right .content-title .left {
  font-weight: 500;
  font-size: 18px;
  color: #21262C;
}
.section-contanct-mode .contanct-mode-container .contanct-mode-list .list-item .item-right .content-title .right {
  margin-left: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #616873;
}
.section-contanct-mode .contanct-mode-container .contanct-mode-list .list-item .item-right .right-text {
  font-size: 16px;
  color: #616873;
  margin-bottom: 20px;
}
.section-contanct-mode .contanct-mode-container .contanct-mode-list .list-item .item-right .item-btn {
  padding: 6px 16px;
  font-size: 14px;
  line-height: 0;
}
.section-contanct-mode .contanct-mode-container .contanct-mode-list .list-item .item-right .right-link {
  font-size: 16px;
  color: #FC5105;
}

.section-common-problem {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}
.section-common-problem .common-problem-container {
  width: 1200px;
}
.section-common-problem .common-problem-container .common-problem-title {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #21262C;
  margin-bottom: 12px;
}
.section-common-problem .common-problem-container .problem-accordion {
  margin-top: 60px;
}
.section-common-problem .common-problem-container .problem-accordion .problem-item {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 4px 4px 4px 4px;
}
.section-common-problem .common-problem-container .problem-accordion .problem-item .problem-header {
  margin-bottom: 0;
}
.section-common-problem .common-problem-container .problem-accordion .problem-item .problem-header .problem-button {
  width: 100%;
  padding: 20px 20px 12px 28px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  font-family: PingFang SC, PingFang SC;
  color: #21262C;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-common-problem .common-problem-container .problem-accordion .problem-item .problem-header .problem-button .down-accrow,
.section-common-problem .common-problem-container .problem-accordion .problem-item .problem-header .problem-button .up-accrow {
  font-size: 14px;
}
.section-common-problem .common-problem-container .problem-accordion .problem-item .problem-header .problem-button .up-accrow {
  display: none;
}
.section-common-problem .common-problem-container .problem-accordion .problem-item .problem-header .problem-button .down-accrow {
  display: inline-block;
}
.section-common-problem .common-problem-container .problem-accordion .problem-item .problem-header .problem-button:not(.collapsed) {
  color: #FC5105;
  background-color: #F8F9FA;
}
.section-common-problem .common-problem-container .problem-accordion .problem-item .problem-header .problem-button:not(.collapsed) .up-accrow {
  display: inline-block;
}
.section-common-problem .common-problem-container .problem-accordion .problem-item .problem-header .problem-button:not(.collapsed) .down-accrow {
  display: none;
}
.section-common-problem .common-problem-container .problem-accordion .problem-item .problem-body {
  background-color: #F8F9FA;
  padding: 0px 72px 28px 28px;
}
.section-common-problem .common-problem-container .problem-accordion .problem-item .problem-body p {
  font-family: PingFang SC, PingFang SC;
  font-size: 16px;
  color: #4E5969;
}

.footer-container {
  margin-top: auto;
}

.body-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  height: 120vh;
}

@media (max-width: 1280px) {
  .section-contanct-mode .contanct-mode-list {
    flex-direction: column;
  }
  .section-contanct-mode .contanct-mode-list .list-item {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 600px) {
  .section-contanct-mode .contanct-mode-list {
    flex-direction: column;
    width: 100vw !important;
    margin: 0 auto !important;
  }
  .section-contanct-mode .contanct-mode-list .list-item {
    width: 100vw !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 750px) {
  .header .header-bottom {
    height: 108px;
    padding: 30px 0;
    min-height: 50px;
  }
  .header .header-bottom .selectric-wrapper {
    display: none;
  }
  .header .header-bottom .offcanvas-toggler {
    display: block;
  }
  .header .header-bottom .main-menu {
    display: none;
  }
  .header .header-bottom .main-btn {
    display: none;
  }
  .header .header-bottom .row-new {
    padding-right: 50px;
  }
  .header .header-bottom .row-new .logo-wrap {
    margin: 0 50px !important;
  }
  .header .header-bottom .row-new .logo-wrap .logo-img {
    height: 6.4vw !important;
  }
  .section-about-us {
    width: 100%;
    height: 288px;
    position: relative;
    margin-top: 108px;
  }
}/*# sourceMappingURL=contact-us.css.map */