<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: 0;
  font-family: PingFang SC, Arial, sans-serif;
}

.phone-header {
  width: 100%;
}

.phone-header__top {
  display: flex;
  position: fixed;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #ffffff;
  border-bottom: 1px solid #f5f5f5;
  z-index: 1000;
  top: 0;
}

.menu-mask {
  display: none;
  /* é»˜è®¤éšè— */
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* åŠé€æ˜Žé®ç½© */
  z-index: 10;
  /* é®ç½©å±‚åœ¨å¯¼èˆªèœå•ä¸‹æ–¹ */
}

.phone-header__placeholder {
  width: 100%;
  height: 50px;
}

.phone-header__logo {
  width: 100px;
  height: 30px;
  background: url(../../images/logo.png) no-repeat center center;
  background-size: contain;
  margin-left: 20px;
}

.phone-header__menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20px;
  /* å®½åº¦ */
  height: 20px;
  /* é«˜åº¦ */
  margin-right: 20px;
  cursor: pointer;
  position: relative;
}

.phone-header__menu .phone-header__menu-item {
  display: block;
  height: 4px;
  background-color: #000000;
  /* é¢œè‰² */
  border-radius: 2px;
  /* åœ†è§’ */
  transition: all 0.3s ease;
  /* æ·»åŠ&nbsp;åŠ¨ç”»æ•ˆæžœ */
}

.phone-header__menu .phone-header__menu-item .circle {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000000;
  /* é¢œè‰² */
  margin-left: -6px;
}

/* æ¿€æ´»åŽçš„æ&nbsp;·å¼ */
.phone-header__menu.active .phone-header__menu-item:nth-child(1) {
  transform: rotate(45deg);
  position: absolute;
  width: 30px;
  top: 50%;
  left: -10px;
  right: 0;
}

.phone-header__menu.active .phone-header__menu-item:nth-child(1) .circle {
  opacity: 0;
}

.phone-header__menu.active .phone-header__menu-item:nth-child(2) {
  opacity: 0;
  /* ä¸­é—´çº¿éšè— */
}

.phone-header__menu.active .phone-header__menu-item:nth-child(3) {
  transform: rotate(-45deg);
  width: 30px;
  position: absolute;
  top: 50%;
  left: -10px;
  right: 0;
}

.phone-header__menu.active .phone-header__menu-item:nth-child(3) .circle {
  opacity: 0;
}

/* éšè—çš„å¯¼èˆªèœå• */
.nav-menu {
  display: none;
  background-color: #ffffff;
  color: #333333;
  padding: 10px;
  position: absolute;
  top: 50px;
  /* header é«˜åº¦ */
  left: 0;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

.nav-menu .nav-menu__item {
  display: block;
  color: #333333;
  text-decoration: none;
  padding: 10px 20px;
  transition: background 0.3s ease;
  border-bottom: 1px solid #f5f5f5;
}

.nav-menu .nav-menu__item:last-child {
  border-bottom: 0;
}

/* æ˜¾ç¤ºèœå• */
.nav-menu.show {
  display: block;
}

.nav-menu .nav-menu__item .nav-item-link {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  height: auto;
  text-decoration: none;
  /* ç§»é™¤ä¸‹åˆ’çº¿ */
}

/* ç¦ç”¨æ»šåŠ¨çš„æ&nbsp;·å¼ */
.body-no-scroll {
  overflow: hidden;
  height: 100vh;
  /* é˜²æ­¢é¡µé¢é«˜åº¦å˜åŒ– */
}

/* æ‰‹é£Žç´æ&nbsp;·å¼ */
.accordion-content {
  display: none;
  padding-left: 0px;
  padding-top: 20px;
}

.accordion-content li {
  padding: 5px 0;
}

.accordion-content li span {
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  font-weight: 500;
}

.mini-app-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 408px;
  background-color: #f5f9ff;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.section-title {
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 25px;
  color: #333333;
  line-height: 25px;
  margin-top: 40px;
}

.section-desc {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  width: 316px;
  line-height: 23px;
  margin-top: 20px;
  text-align: center;
  padding: 0 30px;
}

.content-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.content-buttons .all-btn {
  width: 120px;
  height: 43px;
  background: #da251d;
  border-radius: 22px;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 15px;
  border: 1px solid #da251d;
}

.visa-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f5f9ff;
  padding: 0 20px 20px;
  box-sizing: border-box;
}

.visa-section .visa-business {
  width: 100%;
  margin-top: 10px;
}

.card-section {
  width: 100%;
  height: 483px;
  background-image: url(../../images/home/card-background.png);
  background-size: auto 483px;
  box-sizing: border-box;
  padding: 1px 0 40px 0;
}

.service-section {
  width: 100%;
  box-sizing: border-box;
  padding: 1px 20px 40px 20px;
}

.service-section .service-imgs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service-section .service-imgs .img-item {
  width: calc(25% - 16px);
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-section .service-imgs .img-item .item-title {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  line-height: 28px;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.service-section .service-imgs .img-item img {
  width: 55px;
  height: 55px;
}

.cooperation-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f5f9ff;
  padding: 0 20px 20px;
  box-sizing: border-box;
}

.cooperation-section .cooperation-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}

.cooperation-section .cooperation-row .cooperation-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cooperation-section .cooperation-row .cooperation-item .cooperation-minimal-main {
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 40px;
  color: #008cff;
  line-height: 40px;
  display: flex;
}

.cooperation-section .cooperation-row .cooperation-item .cooperation-minimal-title {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 15px;
}

.cooperation-section .cooperation-row .cooperation-item .cooperation-minimal-main span {
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 15px;
  line-height: 50px;
  color: #008cff;
}

.cooperation-imgs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}

.cooperation-imgs .img {
  width: 48%;
  height: 100%;
  margin-top: 10px;
}

.section-title-20 {
  font-family: PingFang SC;
  font-weight: 600;
  color: #333333;
  font-size: 20px;
  line-height: 20px;
  margin-top: 40px;
}

.section-title-16 {
  font-family: PingFang SC;
  font-weight: 600;
  color: #333333;
  font-size: 16px;
  line-height: 16px;
}

.section-title-15 {
  font-family: PingFang SC;
  font-weight: 600;
  color: #333333;
  font-size: 15px;
  line-height: 16px;
}

.section-title-14 {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
}
.section-title-13 {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  line-height: 21px;
}

.section-item-title-14 {
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
}

.section-title-12 {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 18px;
}

.section-item-title-12 {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
}

.section-title-12-bold {
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
}

.mySwiper {
  margin-left: 50px;
}

.mySwiper .card-stack {
  position: relative;
}

.mySwiper .card-stack .card-list {
  width: 300px;
}

.mySwiper .card-stack .card-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 100ms ease-in-out;
  border-radius: 10px;
  position: absolute;
  list-style: none;
  height: 140px;
  width: 300px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(184, 207, 236, 0.5);
  box-shadow: 0px 0px 30px 0px rgba(184, 207, 236, 0.5);
}

.mySwiper .card-stack .card-list li:nth-child(1) {
  top: 12px;
  left: 48px;
}

.mySwiper .card-stack .card-list li:nth-child(2) {
  top: 24px;
  left: 24px;
}

.mySwiper .card-stack .card-list li:nth-child(3) {
  top: 36px;
  left: 0;
}

.tutuchuguo {
  position: relative;
  height: 34px;
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}

.tutuchuguo .tutuchuguo-text {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Athelas;
  font-weight: 400;
  font-size: 7px;
  color: #999999;
  line-height: 15px;
  z-index: 1;
}

.tutuchuguo .background-en {
  position: absolute;
  left: calc(50% - 112px);
  height: 34px;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 48px;
  color: #ffffff;
  line-height: 30px;
  z-index: 0;
}

.product-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 490px;
  background-color: #f5f9ff;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.product-content-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 20px;
  box-sizing: border-box;
}

.product-content-section .content-section-item {
  width: 100%;
  height: 85px;
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(184, 207, 236, 0.3);
  border-radius: 5px;
  border: NaNpx solid #FFFFFF;

}

.product-content-section .content-section-item .item-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0;
  box-sizing: border-box;
  padding: 20px 0;
}

.common-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.content-tabs {
  width: 245px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  margin-top: 20px;
  border-radius: 21px;
  height: 43px;
  padding: 2px;
  background: #F5F9FF;
}

.content-tabs .active {
  background: #008cff;
  color: #ffffff !important;
  border-radius: 20px;
}

.content-tabs .tab-item {
  width: 120px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  font-weight: 600;
}

.notarial-certification-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 10px;
}

.notarial-certification-list .item {
  width: 48%;
  height: 159px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 15px 0px rgba(184, 207, 236, 0.3);
  border-radius: 3px;
  position: relative;
}


.notarial-certification-list-school {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.notarial-certification-list-school .item-school {
  width: 48%;
  height: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 15px 0px rgba(184, 207, 236, 0.3);
  border-radius: 3px;
  margin-bottom: 10px;
  position: relative;
}

.about-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 12px 67px 15px;
  position: relative;
}

.about-us-product {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: #da251d;
  padding-bottom: 65px;
  overflow: hidden;
}

.about-us-info {
  width: 100%;
  background: #F5F9FF;
  display: flex;
  flex-direction: column;
}

.item-tabs-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 15px 15px 15px;
  background: #fff;
  margin-bottom: 15px;
  overflow: auto;
  flex-wrap: nowrap;
}

.item-tabs-title span {
  padding: 0 10px;
  /* å­—ä½“ä¸æŠ˜è¡Œ */
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-right: 10px;
}


.lg-table {
  width: 100%;
  min-height: 416px;
  margin-top: 30px;
  background: #ffffff;
}

.lg-table .title-tag {
  display: flex;
  cursor: pointer;
  align-items: center;
  height: 20px;
  overflow: auto;
}

.lg-table .title-tag::-webkit-scrollbar {
  display: none;
}

.lg-table .title-tag .active {
  color: #da251d;
}

.lg-table .title-tag span {
  padding: 0 10px;
  justify-content: center;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  font-weight: 600;
  white-space: nowrap;

}

.lg-table .title-tag span:not(:last-child) {
  border-right: 1px solid #dfdfdf;
}

.lg-table .lg-table-info {
  margin-top: 15px;
  display: flex;
}

.lg-table .lg-table-info .left {
  width: 90px;
}

.lg-table .lg-table-info .left .item {
  width: 90px;
  height: 60px;
  background: #da251d;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: 500;
}

.lg-table .lg-table-info .right {
  flex: 1;
}

.lg-table .lg-table-info .right .item {
  height: 60px;
  background: #fff3f2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  padding: 0 15px;
  text-align: center;
}

.lg-table .lg-table-info .right .item .left-title {
  width: 50%;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  border-right: 2px solid #ffffff;
}

.lg-table .lg-table-info .right .item .right-title {
  width: 50%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 20px;
}

.lg-table .lg-table-info .left .item:nth-child(even) {
  opacity: 0.8;
}

.lg-table .lg-table-info .right .item:nth-child(even) {
  background: #ffffff;
}


.studying-abroad {
  margin-top: 25px;
}
.studying-abroad .item {
  background: #ffffff;
  padding: 25px 15px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 15px 0px rgba(184, 207, 236, 0.3);
}</pre></body></html>