html {
  font-size: clamp(14px, 0.833vw, 16px);
}

html,
body {
  min-width: 375px;
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 13px;
  }
  .container {
    width: 100% !important;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 100% !important;
  }
  html {
    font-size: 10px;
  }
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

header {
  display: flex;
  justify-content: space-between;
  padding-left: 3%;
  height: min(7.6875rem, 123px);
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}
header .logo a {
  height: 100%;
  display: flex;
  align-items: center;
}
header .logo img {
  height: min(4.9375rem, 79px);
}
header .search_wrap {
  display: flex;
  align-items: center;
  gap: min(3.75rem, 60px);
}
header .search_wrap .lang_wrap {
  font-size: min(0.875rem, 14px);
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  display: flex;
  align-items: center;
  position: relative;
}
header .search_wrap .lang_wrap a {
  color: #444444;
  padding-right: min(1.25rem, 20px);
  background: url(imgs/icons/icon_down.png) no-repeat right center;
  background-size: min(0.625rem, 10px) auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: min(0.5rem, 8px);
}
header .search_wrap .lang_wrap a img {
  height: min(0.875rem, 14px);
  margin-right: min(0.625rem, 10px);
}
header .search_wrap .menu-icon {
  cursor: pointer;
  margin-right: min(1.25rem, 20px);
  display: none;
}
header .search_wrap .search_box {
  width: min(7.6875rem, 123px);
  height: min(7.6875rem, 123px);
  background-color: #9b3f82;
  background-image: url("./imgs/icons/icon_search.png");
  background-size: min(1.9375rem, 31px);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
header .nav_wrap ul {
  width: min(49.0625rem, 785px);
  justify-content: space-between;
}
header .nav_wrap ul li {
  font-size: min(1.125rem, 18px);
  flex: 1;
  font-weight: normal;
  font-stretch: normal;
  text-align: center;
}
header .nav_wrap ul li.active, header .nav_wrap ul li:hover {
  background-color: #9b3f82;
}
header .nav_wrap ul li.active a, header .nav_wrap ul li:hover a {
  color: #fff;
}
header .nav_wrap ul li a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #494949;
}
header .mobile_nav {
  position: absolute;
  top: min(7.6875rem, 123px);
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: none;
}
header .mobile_nav .item {
  line-height: 60px;
  border-bottom: solid 1px #f1f1f1;
  margin: 0 15px;
}
header .mobile_nav .item a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  display: flex;
  padding: 0 15px;
  text-align: left;
  color: #494949;
}

.column7 {
  height: min(27.1875rem, 435px);
  background: url(imgs/bg/column7.jpg) no-repeat center center;
  background-size: auto 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.column7 .column_title {
  font-size: min(3.75rem, 60px);
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}
.column7 .column_desc {
  font-size: min(1.875rem, 30px);
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: min(1.875rem, 30px);
  text-align: center;
}
.column7 .btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: min(3.75rem, 60px);
  gap: min(3.75rem, 60px);
}
.column7 .btn_wrap a {
  height: min(2.875rem, 46px);
  padding: 0 min(3.125rem, 50px);
  border: solid 1px #ffffff;
  border-radius: min(1.375rem, 22px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(1.2rem, 14px);
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.column7 .btn_wrap a span {
  padding-left: 24px;
  background: url(imgs/icons/icon_xm.png) no-repeat left center;
  background-size: min(1.0625rem, 17px);
}
.column7 .btn_wrap a:first-child span {
  background: url(imgs/icons/icon_yy.png) no-repeat left center;
  background-size: min(1.0625rem, 17px);
}

.footer {
  padding-top: min(5.3125rem, 85px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .container {
  width: min(100rem, 1600px);
}
.footer .footer_top {
  width: 100%;
  max-width: 1600px;
  justify-content: space-between;
  padding-bottom: min(2.875rem, 46px);
}
.footer .footer_top .logo_wrap {
  width: min(24rem, 384px);
}
.footer .footer_top .logo_wrap img {
  width: min(20.125rem, 322px);
}
.footer .footer_top .logo_wrap .title {
  font-size: min(1.25rem, 20px);
  font-weight: bold;
  line-height: min(1.875rem, 30px);
  letter-spacing: 0px;
  color: #494949;
  margin-top: min(2rem, 32px);
}
.footer .footer_top .logo_wrap p {
  margin-top: min(1.25rem, 20px);
  font-size: min(1rem, 16px);
  font-weight: normal;
  font-stretch: normal;
  line-height: min(1.875rem, 30px);
  letter-spacing: 0px;
  color: #5a5a5a;
}
.footer .footer_top .nav_wrap .nav_head {
  font-size: min(1.125rem, 18px);
  font-weight: bold;
  font-stretch: normal;
  line-height: min(1.5rem, 24px);
  letter-spacing: 0px;
  color: #353535;
  margin-bottom: min(2.375rem, 38px);
}
.footer .footer_top .nav_wrap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 min(1.25rem, 20px);
}
.footer .footer_top .nav_wrap ul li {
  font-size: min(1rem, 16px);
  font-weight: normal;
  font-stretch: normal;
  line-height: min(3rem, 48px);
  letter-spacing: 0px;
}
.footer .footer_top .nav_wrap ul li a {
  color: #5a5a5a;
}
.footer .footer_top .nav_wrap ul li a:hover {
  color: #9b3f82;
}
.footer .footer_top .contact_wrap {
  width: min(40rem, 640px);
  position: relative;
}
.footer .footer_top .contact_wrap .contact_head {
  font-size: min(1.125rem, 18px);
  font-weight: bold;
  font-stretch: normal;
  line-height: min(1.5rem, 24px);
  letter-spacing: 0px;
  color: #353535;
  margin-bottom: min(2.375rem, 38px);
  padding-left: min(0.625rem, 10px);
}
.footer .footer_top .contact_wrap li {
  padding-left: min(3.0625rem, 49px);
  font-family: SourceHanSansSC-Regular;
  font-size: min(0.875rem, 14px);
  font-weight: normal;
  font-stretch: normal;
  line-height: min(1.5rem, 24px);
  letter-spacing: 0px;
  color: #5a5a5a;
  margin-bottom: min(1.25rem, 20px);
}
.footer .footer_top .contact_wrap li:nth-child(1) {
  background: url(imgs/icons/icon_mobile.png) no-repeat left center;
  background-size: min(1.8125rem, 29px) auto;
}
.footer .footer_top .contact_wrap li:nth-child(2) {
  background: url(imgs/icons/icon_address.png) no-repeat left center;
  background-size: min(1.8125rem, 29px) auto;
}
.footer .footer_top .contact_wrap li:nth-child(3) {
  background: url(imgs/icons/icon_email.png) no-repeat left center;
  background-size: min(1.8125rem, 29px) auto;
}
.footer .footer_top .contact_wrap .qr_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: min(1rem, 16px);
}
.footer .footer_top .contact_wrap .qr_wrap img {
  width: min(8.25rem, 132px);
  height: min(8.25rem, 132px);
}
.footer .footer_top .contact_wrap .qr_wrap .tips {
  width: min(0.875rem, 14px);
  height: min(4.3125rem, 69px);
  font-family: SourceHanSansSC-Regular;
  font-size: min(0.875rem, 14px);
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #5a5a5a;
  margin-left: min(1rem, 16px);
}
.footer .footer_bottom {
  width: 100%;
  max-width: 1600px;
  border-top: 1px solid #dbdbdb;
  text-align: center;
  font-size: min(0.875rem, 14px);
  line-height: min(3.875rem, 62px);
  letter-spacing: 0px;
  color: #5a5a5a;
}

.pages {
  width: 100%;
  text-align: center;
  margin-bottom: min(5.4375rem, 87px);
  display: flex;
  justify-content: center;
}
.pages span,
.pages a {
  display: inline-block;
  border: 1px solid #c8c8c8;
  font-size: 16px;
  color: #666;
  padding: 0 10px;
  margin: 0 5px;
  min-width: min(3.125rem, 50px);
  height: min(3.125rem, 50px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pages span.prev, .pages span.next,
.pages a.prev,
.pages a.next {
  padding: 0 24px;
}
.pages a:hover {
  background: #993e80;
  border: 1px solid #993e80;
  color: #fff;
}
.pages span:hover {
  background: #993e80;
  border: 1px solid #993e80;
}
.pages span:hover a {
  color: #fff;
}
.pages span.active {
  background: #993e80;
  border: 1px solid #993e80;
  color: #fff;
}
.pages span.active a {
  color: #ffffff;
}
.pages span.disabled, .pages span[disabled] {
  color: #ccc;
}
.pages span.disabled:hover, .pages span[disabled]:hover {
  background: none;
  border: 1px solid #c8c8c8;
}

@media screen and (max-width: 930px) {
  body {
    padding-top: min(7.6875rem, 123px);
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  header .logo img {
    height: min(3.6875rem, 59px);
  }
  header .nav_wrap {
    display: none;
  }
  header .search_wrap .menu-icon {
    display: block;
  }
  header .search_wrap .search_box {
    display: none;
  }
  header .mobile_nav.active {
    display: block;
  }
  .search_wrap {
    gap: min(1.875rem, 30px);
  }
  .footer {
    padding-top: min(3.125rem, 50px);
  }
  .footer .footer_top {
    flex-direction: column;
    padding: 0 min(1.25rem, 20px);
  }
  .footer .footer_top .logo_wrap {
    width: 100%;
  }
  .footer .footer_top .nav_wrap {
    margin-top: min(2.5rem, 40px);
  }
  .footer .footer_top .nav_wrap .nav_head {
    margin-bottom: min(1.25rem, 20px);
  }
  .footer .footer_top .contact_wrap {
    width: 100%;
  }
  .footer .footer_top .contact_wrap .contact_head {
    margin-top: min(1.875rem, 30px);
    margin-bottom: min(1.25rem, 20px);
  }
  .footer .footer_top .contact_wrap .qr_wrap {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .column7 .column_title {
    font-size: min(2.625rem, 42px);
  }
  .column7 .column_desc {
    font-size: min(1.5rem, 24px);
  }
}
.language {
  position: relative;
  display: inline-block;
}

.language-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #333;
}

.language-btn:hover {
  color: #1677ff;
}

.flag {
  width: 28px;
  height: 20px;
  border-radius: 2px;
  -o-object-fit: cover;
  object-fit: cover;
}

.arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: rotate(45deg);
  transition: 0.3s;
  margin-top: -3px;
}

.language.active .arrow {
  transform: rotate(225deg);
  margin-top: 3px;
}

.dropdown {
  position: absolute;
  top: 115%;
  right: -10px;
  width: 120px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  display: none;
  z-index: 99;
}

.language.active .dropdown {
  display: block;
}

.dropdown li {
  list-style: none;
  display: flex;
  align-items: center;
  padding: min(0.625rem, 10px) min(0.9375rem, 15px);
  color: #333;
  text-decoration: none;
  transition: 0.2s;
  border-bottom: solid 1px #f1f1f1;
  cursor: pointer;
}
.dropdown li img {
  margin-right: 10px;
}

.dropdown a:hover {
  background: #f5f7fa;
}

.dropdown img {
  width: 24px;
  height: 16px;
}

#translate {
  display: none;
}/*# sourceMappingURL=common.css.map */