* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: auto;
  overflow-x: hidden;
}

body {
  min-width: 1024px;
  width: 24rem;
  line-height: 1.5;
  font-family: "Roboto", "PingFang SC", "Microsoft YaHei", "Helvetica Neue",
  Helvetica, Arial, sans-serif;
}


@media screen and (max-width: 1024px) {
  html {
    font-size: 42.66px !important;
  }
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 80px !important;
  }
}

@font-face {
  font-family: "DIN";
  src: url("../static/fonts/DINNeuzeitGroteskStd-Light.otf");
}

@font-face {
  font-family: "Impact";
  src: url("../static/fonts/Impact.ttf");
}

.container {
  margin-right: calc(100% - 100vw);
}

.navbar {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.75rem;
  padding: 0 0.5rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border-bottom: solid 1px rgba(0, 0, 0, 0.06);
}

.logo img {
  width: 1.25rem;
  height: 0.3rem;
  display: block;
}

.nav-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav-links li {
  margin: 0 10px;
  font-size: 0.175rem;
  width: 1.225rem;
  height: 0.5625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.125rem;
  position: relative;
}

.nav-links li.active {
  background-color: #217eff;
}

.nav-links li.active a {
  color: #fff;
}

.nav-links li.active a:hover {
  color: #fff;
}

.nav-links li a {
  color: #000;
  text-decoration: none;
}

/* .nav-links li a:hover {
  color: #217eff;
} */

.nav-links__line {
  width: 50%;
  height: 0.05rem;
  border-radius: 0.025rem;
  background-color: #217eff;
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
}

.nav-links li:hover .dropdown-wrapper {
  display: block;
}

.dropdown-wrapper {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  padding-top: 0.25rem;
  z-index: 2;
}

.dropdown {
  background-color: #fff;
  border-radius: 0.0375rem;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.1);
  padding: 0.25rem 0;
  display: flex;
  flex-direction: column;
  min-width: 1.9rem;
}

.dropdown a {
  color: #000 !important;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  padding: 0.225rem 0.3rem;
}

.dropdown a:hover {
  color: #217eff !important;
  background: #d9e8ff;
}

main {
  padding: 0;
  margin: 0;
  padding-top: 0.75rem;
  /* padding-right: 15px; */
  overflow: overlay;
}

.swiper {
  width: 100%;
  height: calc(100vh - 0.75rem);
  --swiper-navigation-sides-offset: 0.75rem;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-next,
.swiper-prev {
  width: 0.5rem;
  height: 0.5rem;
  background: red;
  cursor: pointer;
}

/* .swiper-button-next {
    margin-right: .6rem;
}

.swiper-button-prev {
    margin-left: .6rem;
} */

.swiper-button-next:after {
  display: none;
}
.swiper-button-prev:after {
  display: none;
}

.my-bullet {
  display: inline-block;
  width: 1.5rem;
  height: 0.1rem;
  background: #fff;
  border-radius: 0.05rem;
  margin-right: 0.2rem;
  margin-bottom: 0.4rem;
  opacity: 0.3;
}

.my-bullet-active {
  opacity: 1;
}

.content-wrapper {
  /* height: 3.5rem; */
  /* background: #f2f5f8; */
  display: flex;
  flex-direction: column;
  position: relative;
}

.content-horizontal {
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  padding: 1.5rem 3.525rem 0 3.525rem;
}

.content-center {
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 1.5rem 3.525rem;
}

.content-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 8.25rem;
  height: 2.7rem;
  position: relative;
}

.upper-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0.2rem;
  left: 0.075rem;
  z-index: 1;
  color: #363636;
  font-size: 0.425rem;
  line-height: 1;
  font-weight: 400;
  font-family: Source Han Sans SC;
}

.upper-text p {
  margin: 0;
  margin-bottom: 0.15rem;
}

.bg-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #f4f6f5;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 400;
}

.content-right {
  width: 11rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.content-right p {
  margin: 0;
  color: #2e3333;
  font-size: 0.2rem;
  line-height: 1.8;
  font-weight: 300;
}

.bg-buildings {
  width: 6.425rem;
  height: 2.1rem;
  /* background-image: url("../static/images/bg_buildings.png"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.content-title {
  position: relative;
  height: 1.5rem;
  text-align: center;
  white-space: nowrap;
  z-index: 0;
  margin-top: 0.75rem;
}

.title-upper-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #2e3333;
  font-size: 0.525rem;
  font-weight: 400;
  z-index: 1;
  height: 0.7875rem;
}

.title-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f6f6f6;
  font-size: 0.7875rem;
  line-height: 0.7875rem;
  font-weight: bold;
}

.content-box {
  position: relative;
  padding: 0.7rem 1.425rem;
  box-sizing: border-box;
}

.pb-80 {
  padding-bottom: 1rem;
}

.bg-company-history {
  background-image: url("../static/images/bg_path_2x.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  /* width: 100%; */
  padding: 0;
  margin: 0 64px;
  height: 11.5rem;
}

.company-history-wrapper {
  padding: 0 2.2rem;
}

.footer-wrapper {
  color: #fff;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.9rem 1.15rem;
  /* background-image: url("../static/images/bg_footer.png"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.footer-content-block {
  /* width: 2.5rem; */
  height: 100%;
}

.footer-qrcode-box {
  margin-right: 1.05rem;
}

.footer-qrcode-box img {
  width: 2.7rem;
  height: 2.7rem;
}

.footer-qrcode-box:last-child {
  margin-right: 0;
}

.footer-content-block__qrcode {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.175rem;
  text-align: center;
  align-self: center;
}

.footer-qrcode-text {
  margin-top: 0.3rem;
}

.footer-content-title {
  font-size: 0.2625rem;
  font-weight: 500;
  margin-bottom: 0.9rem;
}

.footer-content-text {
  font-size: 0.225rem;
  line-height: 1.2;
  margin-bottom: 0.35rem;
}

.footer-bottom {
  height: 1.825rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* padding: 0 2rem .75rem 2rem; */
  background-color: #001635;
}

.footer-bottom-text {
  font-size: 0.2rem;
  line-height: 2;
}

.bg-lazy {
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .top-banner {
  height: 10.175rem;
} */

.top-banner img {
  display: block;
}

.wrapper-title {
  font-size: 0.5rem;
  font-weight: 400;
  color: #0a0b0c;
  margin-bottom: 0.7rem;
  text-align: center;
  margin-top: 0.225rem;
}

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

.content-grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
}

.content-flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .flex-icon-item {
  margin-right: 1.875rem;
} */

.mr-150 {
  margin-right: 1.875rem;
}

.ml-150 {
  margin-left: 1.875rem;
}

/* .flex-desc-item {
  flex: 1;
} */

.flex-desc-item .flex-desc-item-title {
  font-size: 0.375rem;
  margin-bottom: 0.25rem;
}

.flex-desc-item .flex-desc-item-subtitle {
  font-size: 0.3rem;
  margin-bottom: 0.25rem;
  color: #737374;
}

.flex-desc-item .flex-desc-item-desc {
  font-size: 0.225rem;
  margin-bottom: 0.25rem;
  color: #737374;
  width: 4.25rem;
  text-align: justify;
}

.customer-service-btn {
  position: fixed;
  bottom: 1.5rem;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 3;
  background-color: #478ef9;
  height: 1.15rem;
  border-top-left-radius: 0.575rem;
  border-bottom-left-radius: 0.575rem;
  box-sizing: border-box;
  padding: 0 0.25rem;
}

.customer-service-btn-icon {
  width: 0.7rem;
  height: 0.7rem;
  background-image: url("../static/images/ico_customer_service_avatar.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.customer-service-btn-text {
  font-size: 0.175rem;
  color: #fff;
  cursor: pointer;
}

.content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.7rem;
  background: #eff1f5;
  padding: 0 3.85rem;
}

.content-header-left {
  display: flex;
  align-items: center;
}

.news-type {
  border: 1px solid #b6b6b6;
  font-size: 0.175rem;
  font-weight: 400;
  padding: 0.1rem 0.375rem;
  background: #fff;
  cursor: pointer;
  margin-right: 0.225rem;
}

.content-header-left .active {
  background: #217eff;
  color: #fff;
  border: 1px solid #217eff;
}

.breadcrumb {
  color: #939aa1;
  font-size: 0.1625rem;
}

.breadcrumb span {
  color: #000000;
}

.list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.85rem 3.85rem;
  padding-bottom: 0;
}

.list-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 15rem;
  margin-bottom: 0.625rem;
  background: #f2f2f2;
}

.list-item-thumbnails {
  width: 4.2rem;
  height: 2.55rem;
}

.list-item-thumbnails img {
  display: block;
}

.list-item-content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}

.list-item-title {
  font-size: 0.2875rem;
  font-weight: bold;
  color: #0a0b0c;
  line-height: 1.5;
  margin-bottom: 0.2rem;
  max-width: 8.65rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.list-item-subtitle {
  font-size: 0.15rem;
  color: #6a6a6a;
  line-height: 1.5;
  font-weight: 400;
  max-height: .95rem;
  max-width: 8.65rem;
  overflow: hidden;
}

.list-item-date {
  width: 1rem;
}

.list-item-date .month {
  font-size: 0.5rem;
  font-family: Impact;
  font-weight: 400;
  color: rgba(10, 11, 12, 0.8);
}

.list-item-date .month::after {
  content: "月";
  font-size: 0.175rem;
  color: rgba(10, 11, 12, 0.8);
}

.list-item-date .year {
  font-size: 0.175rem;
  color: rgba(10, 11, 12, 0.8);
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.pagination-item-prev,
.pagination-item-next {
  width: 0.175rem;
  height: 0.175rem;
  cursor: pointer;
}

.pagination-item-prev::after {
  content: "<";
}

.pagination-item-next::after {
  content: ">";
}

.pagination-item {
  font-size: 0.375rem;
  color: #c3c6ce;
  cursor: pointer;
  width: 0.75rem;
  height: 0.75rem;
  background: #f4f4f5;
  border-radius: 0.075rem;
  text-align: center;
  line-height: 0.75rem;
  margin-right: 0.3rem;
}

.pagination-item:last-child {
  margin-right: 0;
}

.pagination-item.active {
  background: #217eff;
  color: #fff;
}

.footer-content-block .link-text {
  text-decoration: underline;
  cursor: pointer;
}

.qrcode-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  display: none;
}

.qrcode-box {
  width: 3.5rem;
  height: 3.5rem;
  background: #fff;
  border-radius: 0.15rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qrcode-box img {
  display: block;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  list-style: none;
}

.pagination li {
  font-size: 0.375rem;
  color: #c3c6ce;
  cursor: pointer;
  width: 0.75rem;
  height: 0.75rem;
  background: #f4f4f5;
  border-radius: 0.075rem;
  text-align: center;
  line-height: 0.75rem;
  margin-right: 0.3rem;
}

.pagination li a {
  text-decoration: none;
  color: #c3c6ce;
}

.pagination li.active {
  background: #217eff;
  color: #fff;
}

.pagination li.disabled {
  color: #c3c6ce;
  cursor: not-allowed;
}

.list-item-title-box {
  width: 8.75rem;
  padding-right: .3rem;
  box-sizing: border-box;
}

.detail-img-wrapper {
  width: 14.45rem;
  height: 8.9625rem;
  margin-bottom: .75rem;
}

.detail-img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
}

.detail-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 3.85rem;
  padding-top: 1.625rem;
}

.detail-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
}

.detail-content p {
  width: 14.425rem;
  font-size: .2375rem;
  font-weight: 400;
  color: #6A6A6A;
}

.detail-wrapper h1 {
  /* margin-top: 1.625rem; */
  margin-bottom: .275rem;
  text-align: center;
}

.detail-wrapper .detail-datetime {
  font-size: .2375rem;
  font-weight: 400;
  color: #6a6a6a;
  line-height: .4125rem;
  margin-bottom: .4375rem;
}

.detail-wrapper .divider {
  width: 100%;
  height: 1px;
  background: #5A5A5A;
  margin-bottom: .4375rem;
}

.news-handler-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .6rem;
}

.news-handler-wrapper .news-handler-btn {
  font-size: .25rem;
  line-height: .5rem;
  padding: 0 .3rem;
  border: solid 1px #2483FB;
  border-radius: .25rem;
  box-sizing: border-box;
  margin-right: .2rem;
  cursor: pointer;
}

.news-handler-btn:hover {
  background: #2483FB;
  color: #fff;
}

.news-handler-btn:last-child {
  margin-right: 0;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}