:root {
  --main-color: #286aa6;
  --main-text-black: #323334;
}
html {
  font-family: PingFang SC !important;
  /* background: #f3f5f9; */
}
p {
  color: var(--main-text-black);
  font-size: .2rem;
  /* line-height: .3rem; */
}
.font3 {
  font-size: .3rem;
}
.font4 {
  font-size: .4rem;
}
.font5 {
  font-size: .5rem;
}
.font6 {
  font-size: .6rem;
}
.mb3 {
  margin-bottom: .3rem;
}
.max-container {
  max-width: 24rem;
  width: 100%;
  margin: 0 auto;
}
.text-main {
  color: var(--main-color);
}
.hover\:text-main:hover {
  color: var(--main-color);
}
.bg-main {
  background: var(--main-color);
}
.hover\:bg-main:hover {
  background: var(--main-color);
}
.border-main {
  border-color: var(--main-color);
}
.hover\:border-main:hover {
  border-color: var(--main-color);
}
.line-clamp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  -webkit-line-clamp: 3;
}
.line-clamp-6 {
  -webkit-line-clamp: 6;
}

/* style */
.logo {
  width:2.4125rem;
  height:.625rem;
}
header {
  padding: 0 1.375rem;
}
header .header {
  border-bottom: .0125rem solid rgb(254, 255, 255, 0.19);
}
header .header .nav-link {
  padding: .375rem 0;
  font-size: .2rem;
}
header .header .nav-link.active::after {
  content: '';
  position: absolute;
  top: 0;
  width: .425rem;
  height: .05rem;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
}
header .header .subnav-link {
  padding: .125rem 0;
  font-size: .2rem;
}
header .header .other-links {
  gap: .25rem;
  font-size: .2rem;
  padding: 0.375rem 0;
  padding-right: .125rem;
}
header .header .back-links {
  gap: .0625rem;
  font-size: .2rem;
}
header .header .other-links a.globe p {
  top: 150%;
  width: max-content;
}
header .header .other-links img, header .header .back-links img {
  width: .2rem;
}

.m-navbar a {
  font-size: 12px;
}

.m-menus i {
  font-size: 14px;
}

img.toppic {
  width: 24rem;
}

footer {
  background:linear-gradient(180deg,var(--main-color) 0%,#002648 100%);
  padding: 1rem 1.375rem;
}
footer * {
  color: #fff;
}
footer .grid {
  gap: 1.25rem;
}
footer hr {
  border: 0;
  border-bottom: .0125rem solid #979797;
  opacity:28%;
  padding-top: .4375rem;
}
footer .links > a {
  color: #fff;
  font-size: .175rem;
}
footer .links ul {
  display: flex;
  flex-direction: column;
  gap: .1875rem;
  margin-top: .375rem;
}
footer .links ul li {
  height: .25rem;
}
footer .links ul li a {
  opacity: 50%;
  color: #feffff;
  font-size: .175rem;
  height: .25rem;
  display: block;
}
footer .infos {
  gap: .0875rem;
}
footer .infos a {
  position: relative;
}
footer .infos a .dialog {
  display: none;
  position: absolute;
  left: 0;
  width: 3.3rem;
  margin-top: .0625rem;
}
footer .infos a > img {
  width: .4375rem;
  height: .4375rem;
}
footer .infos a .dialog p {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--main-text-black);
  transform: translate(-50%, -50%);
  margin-top: .05rem;
  font-size: .175rem;
  width: 100%;
  text-align: center;
}
footer .infos a:hover .dialog {
  display: block;
}
footer .qrcode {
  width: 1.75rem;
  height: 1.75rem;
  border: .05rem solid #fff;
  border-radius: .0625rem;
}
footer .friend-links {
  margin-top: .5rem;
}

.swiper-pagination .swiper-pagination-bullet {
  background: #979899;
  opacity: 1;
  width: .1875rem;
  height: .1875rem;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  border: .05rem solid var(--main-color);
}

.position {
  font-size: .2rem;
  color: #666666;
  padding-top: .7125rem;
  padding-bottom: 1.0125rem;
}
.position-infos {
  padding-bottom: .8rem;
  border-bottom: .0125rem solid #E6E6E6;
  margin-bottom: 1rem;
}
.position-infos .position-title {
  font-size: .5rem;
  /* line-height: .5rem; */
}
.position-infos .position-subtitle {
  font-size: .3rem;
  color: #999999;
}

.sortnav {
  gap: .6875rem;
}
.sortnav a {
  display: block;
  padding: .4rem 0;
  border-top: .05rem solid transparent;
  border-bottom: .05rem solid transparent;
  font-size: .3rem;
}
.sortnav a:hover, .sortnav a.active {
  border-color: var(--main-color);
  color: var(--main-color);
}

.section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home .section {
  padding: 1.375rem;
}
.pages {
  overflow-y: hidden;
}
.pages .section {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}
.pages .section:last-child {
  padding-bottom: 1.25rem;
}
.section .section-title {
  font-size: .5rem;
  /* line-height: .7rem; */
}
.section .section-intro {
  margin-top: .475rem;
  margin-bottom: .6rem;
  width: 10.6625rem;
}
.section .button {
  width: 1.9rem;
  height: .5125rem;
  background:var(--main-color);
  border-radius: .2625rem;
  padding: .125rem .2rem;
  border: .0125rem solid var(--main-color);
}
.section .button * {
  color: #fff;
}
.section .button:hover {
  background: #fff;
  border-color: var(--main-color);
}
.section .button:hover * {
  color: var(--main-color);
}
.section .button.white {
  background: transparent;
  border-color: #fff;
}
.section .button.white:hover {
  background: var(--main-color);
  border-color: var(--main-color);
}

.section .button i {
  font-size: .15rem;
}
.section .iconbutton {
  width: .625rem;
  height: .625rem;
}
.section .mutilTitle {
  margin-bottom: .5rem;
}
.section .mutilTitle .en {
  font-size: .5rem;
  /* line-height: .625rem; */
}
.section .mutilTitle .cn {
  font-size: .4rem;
  /* line-height: .625rem; */
}
.section .bgpic {
  z-index: -1;
  top: -0.875rem;
}


@media screen and (max-width: 768px) {
  header .header .other-links img {
    width: 12px;
  }
  p {
    font-size: 14px;
    line-height: unset;
  }
  .text1, .text1 p {
    font-size: 18px !important;
  }
  .text2, .text2 p {
    font-size: 16px !important;
  }
  .text3, .text3 p {
    font-size: 14px !important;
  }
  .icon {
    width: 32px !important;
    height: auto !important;
  }
  .ico {
    width: 50px !important;
    height: auto !important;
  }
  .section .mutilTitle .en {
    font-size: 18px;
    /* line-height: .625rem; */
  }
  .section .mutilTitle .cn {
    font-size: 16px;
    /* line-height: .625rem; */
  }
  .logo {
    width: 5rem;
    height: auto;
  }
  header .header {
    padding: .375rem 0;
  }
  footer .infos {
    gap: 10px;
  }
  footer .infos a > img {
    width: 32px;
    height: 32px;
  }
  footer .infos a .dialog {
    width: max-content;
  }
  .section .section-intro {
    width: auto;
  }
  .section .button {
    width: max-content;
    height: auto;
    gap: 10px;
    padding: 5px 10px;
    border-radius: 30px;
  }
  .section .button i {
    font-size: .15rem;
  }
  .section .iconbutton {
    width: max-content;
    height: auto;
    padding: 0.25rem;
  }
  .section .iconbutton i {
    font-size: .15rem;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    border-width: 2px;
  }
}