@charset "utf-8";
/* 公共响应变量 */
.color-blue-2a9 {
  color: #2a90c6;
}
.color-blue-1c4 {
  color: #1c498d;
}
.color-red-d71 {
  color: #d7161f;
}
.bg-blue-2a9 {
  background-color: #2a90c6;
}
.bg-blue-1c4 {
  background-color: #1c498d;
}
.bg-red-d71 {
  background-color: #d7161f;
}
:root {
  /* 导航高度 */
  --header-height: 1rem;
  /* COLOR */
  --color-active: #2a90c6;
  --color-blue-2a9: #2a90c6;
  --color-blue-1c4: #1c498d;
  --color-red-d71: #d7161f;
  --color-white: #fff;
  --color-black: #282828;
  --color-gray-f6: #f6f6f6;
  --color-gray-f4: #f4f4f4;
  --color-gray-eee: #eee;
  --color-gray-ddd: #ddd;
  --color-gray-bbb: #bbb;
  --color-gray-999: #999;
  --color-gray-666: #666;
  --color-gray-444: #444;
  --color-gray-333: #333;
  --line10: 1;
  --line11: 1.1;
  --line12: 1.2;
  --line13: 1.3;
  --line14: 1.4;
  --line15: 1.5;
  --line16: 1.6;
  --line17: 1.7;
  --line18: 1.8;
  --line19: 1.9;
  --line20: 2;
  /* --- font40以下 */
  --font12: clamp(12px, 0.12rem, 12px);
  --font14: clamp(12px, 0.14rem, 14px);
  --font15: clamp(12px, 0.15rem, 15px);
  --font16: clamp(13px, 0.16rem, 16px);
  --font17: clamp(13px, 0.17rem, 17px);
  --font18: clamp(14px, 0.18rem, 18px);
  --font20: clamp(15px, 0.2rem, 20px);
  --font22: clamp(16px, 0.22rem, 22px);
  --font23: clamp(16px, 0.23rem, 23px);
  --font24: clamp(17px, 0.24rem, 24px);
  --font26: clamp(18px, 0.26rem, 26px);
  --font28: clamp(18px, 0.28rem, 28px);
  --font30: clamp(20px, 0.3rem, 30px);
  --font32: clamp(20px, 0.32rem, 32px);
  --font34: clamp(22px, 0.34rem, 34px);
  --font36: clamp(22px, 0.36rem, 36px);
  --font38: clamp(24px, 0.38rem, 38px);
  /* --- font40 */
  --font40: clamp(23px, 0.4rem, 40px);
  --font42: clamp(24px, 0.42rem, 42px);
  --font44: clamp(24px, 0.44rem, 44px);
  --font46: clamp(25px, 0.46rem, 46px);
  --font48: clamp(26px, 0.48rem, 48px);
  /* --- font50 */
  --font50: clamp(28px, 0.5rem, 50px);
  --font52: clamp(28px, 0.52rem, 52px);
  --font54: clamp(28px, 0.54rem, 54px);
  --font56: clamp(28px, 0.56rem, 56px);
  --font58: clamp(29px, 0.58rem, 58px);
  /* --- font60 */
  --font60: clamp(30px, 0.6rem, 60px);
  --font62: clamp(31px, 0.62rem, 62px);
  --font64: clamp(31px, 0.66rem, 64px);
  --font66: clamp(31px, 0.66rem, 66px);
  /* --- font70以及以上 */
  --font70: clamp(32px, 0.7rem, 70px);
  --font72: clamp(32px, 0.72rem, 72px);
  --font80: clamp(32px, 0.8rem, 80px);
  --font100: 1rem;
  --font120: 1.2rem;
  --font160: 1.6rem;
  --font230: 2.3rem;
}
@media (max-width: 1580px) {
  :root {
    --header-height: 55px;
  }
}
/* 公共字体 */
.font12 {
  font-size: var(--font12);
}
.font14 {
  font-size: var(--font14);
}
.font15 {
  font-size: var(--font15);
}
.font16 {
  font-size: var(--font16);
}
.font18 {
  font-size: var(--font18);
}
.font20 {
  font-size: var(--font20);
}
.font22 {
  font-size: var(--font22);
}
.font23 {
  font-size: var(--font23);
}
.font24 {
  font-size: var(--font24);
}
.font26 {
  font-size: var(--font26);
}
.font28 {
  font-size: var(--font28);
}
.font30 {
  font-size: var(--font30);
}
.font32 {
  font-size: var(--font32);
}
.font34 {
  font-size: var(--font34);
}
.font36 {
  font-size: var(--font36);
}
.font38 {
  font-size: var(--font38);
}
.font40 {
  font-size: var(--font40);
}
.font42 {
  font-size: var(--font42);
}
.font44 {
  font-size: var(--font44);
}
.font46 {
  font-size: var(--font46);
}
.font48 {
  font-size: var(--font48);
}
.font50 {
  font-size: var(--font50);
}
.font52 {
  font-size: var(--font52);
}
.font54 {
  font-size: var(--font54);
}
.font56 {
  font-size: var(--font56);
}
.font58 {
  font-size: var(--font58);
}
.font60 {
  font-size: var(--font60);
}
.font62 {
  font-size: var(--font62);
}
.font64 {
  font-size: var(--font64);
}
.font66 {
  font-size: var(--font66);
}
.font70 {
  font-size: var(--font70);
}
.font72 {
  font-size: var(--font72);
}
.font80 {
  font-size: var(--font80);
}
.font100 {
  font-size: var(--font100);
}
.font120 {
  font-size: var(--font120);
}
.font160 {
  font-size: var(--font160);
}
.font230 {
  font-size: var(--font230);
}
.line10 {
  line-height: var(--line10) !important;
}
.line11 {
  line-height: var(--line11) !important;
}
.line12 {
  line-height: var(--line12) !important;
}
.line13 {
  line-height: var(--line13) !important;
}
.line14 {
  line-height: var(--line14) !important;
}
.line15 {
  line-height: var(--line15) !important;
}
.line16 {
  line-height: var(--line16) !important;
}
.line17 {
  line-height: var(--line17) !important;
}
.line18 {
  line-height: var(--line18) !important;
}
.line19 {
  line-height: var(--line19) !important;
}
.line20 {
  line-height: var(--line20) !important;
}
/* 字体 */
@font-face {
  font-family: 'Montserrat-SB';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.Montserrat-SB {
  font-family: 'Montserrat-SB';
}
@font-face {
  font-family: 'Montserrat-R';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.Montserrat-R {
  font-family: 'Montserrat-R';
}
@font-face {
  font-family: 'Montserrat-M';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.Montserrat-M {
  font-family: 'Montserrat-M';
}
/* 初始化 */
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: calc(100vw / 21);
  }
}
@media (max-width: 1280px) {
  html {
    font-size: calc(100vw / 19.3);
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/15);
  }
}
@media (max-width: 480px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  font-family: 'Montserrat-R', 'SourceHanSansCN', 'PingFang SC', 'Microsoft YaHei', 'SimSun', 'Arial', sans-serif !important;
  font-size: 16px;
  color: #222;
  background: #fff;
  overflow-x: hidden;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.no_margin {
  margin-bottom: 0 !important;
}
a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: none;
  -moz-outline-style: none;
}
a:hover {
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
input,
button {
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  outline: none;
}
input[type="checkbox"] {
  vertical-align: -2px;
  margin-right: 4px;
}
input::-webkit-input-placeholder {
  color: #777777;
}
input:-moz-placeholder {
  color: #777777;
}
input::-moz-placeholder {
  color: #777777;
}
input:-ms-input-placeholder {
  color: #777777;
}
textarea::-webkit-input-placeholder {
  color: #777777;
}
textarea:-moz-placeholder {
  color: #777777;
}
textarea::-moz-placeholder {
  color: #777777;
}
textarea:-ms-input-placeholder {
  color: #777777;
}
body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
  /*滚动条-背景*/
  background: #ededed;
}
::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  background-color: var(--color-active);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-track {
  /*滚动条-背景*/
  border-radius: 3px;
  background: #e6e6e6;
}
.scroller {
  overflow: auto;
  padding-right: 0.38rem;
}
.scroller::-webkit-scrollbar {
  width: 0.06rem;
}
@media (max-width: 1024px) {
  .scroller {
    padding-right: 0.12rem;
  }
}
input,
textarea {
  resize: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}
/* Flex 布局 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.f_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_column_right {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.f_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.f_row_right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.j_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.j_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.j_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.j_around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.a_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.a_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.a_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.a_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.a_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.a_s_stretch {
  -webkit-box-self: stretch;
  -ms-align-self: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.a_s_center {
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}
.a_s_end {
  -webkit-box-self: end;
  -ms-align-self: end;
  -webkit-align-self: end;
  align-self: end;
}
.flex_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.flex_auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}
.flex_1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.order_2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.order_3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
/* 文字超出隐藏 */
.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 动画 */
.dh {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* 动画延迟 */
.blue-linear-bg {
  background-image: -moz-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  background-image: -webkit-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  background-image: -ms-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
}
.white-space {
  white-space: pre-line;
}
@media (max-width: 1024px) {
  .white-space {
    white-space: inherit;
  }
}
.font-weight-b {
  font-weight: bold;
}
.text-cap {
  text-transform: uppercase;
}
/* 布局 */
.pc,
.c-pc {
  display: block;
}
@media (max-width: 767px) {
  .pc,
  .c-pc {
    display: none;
  }
}
.wap,
.mobile,
.c-mb {
  display: none;
}
@media (max-width: 767px) {
  .wap,
  .mobile,
  .c-mb {
    display: block;
  }
}
/* images等比-NEW */
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img img,
.public-img svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.public-img-plus:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.item-animation:hover .public-img-plus img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.pic {
  clip-path: inset(25% 25% 25% 25%);
  -webkit-transition: clip-path 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: clip-path 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.animated .pic {
  clip-path: inset(0 0 0 0);
}
.header {
  --color: #fff;
  --color-black: #222222;
  --color-active: #2a90c6;
  /* ----------------------------------------------------------    手机端导航 */
}
.header.header-bg-none .header-pc {
  background-color: transparent;
}
.header.header-bg-none .header-pc .header-wrap .logo img,
.header.header-bg-none .header-pc .header-wrap .logo svg {
  -webkit-filter: initial;
  filter: initial;
}
.header.header-bg-none .header-pc .header-wrap .nav dt a {
  color: var(--color-black);
}
.header.header-bg-none .header-pc .header-wrap .header-right .header-btn img,
.header.header-bg-none .header-pc .header-wrap .header-right .header-btn svg {
  -webkit-filter: initial;
  filter: initial;
}
.header.active .header-pc,
.header.header-bg .header-pc,
.header.header-white-bg .header-pc {
  background-color: var(--color-white);
  box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.08);
}
.header.active .header-pc::before,
.header.header-bg .header-pc::before,
.header.header-white-bg .header-pc::before {
  opacity: 1;
}
.header.active .header-pc .header-wrap .logo img,
.header.header-bg .header-pc .header-wrap .logo img,
.header.header-white-bg .header-pc .header-wrap .logo img,
.header.active .header-pc .header-wrap .logo svg,
.header.header-bg .header-pc .header-wrap .logo svg,
.header.header-white-bg .header-pc .header-wrap .logo svg {
  -webkit-filter: initial;
  filter: initial;
}
.header.active .header-pc .header-wrap .nav dt a,
.header.header-bg .header-pc .header-wrap .nav dt a,
.header.header-white-bg .header-pc .header-wrap .nav dt a {
  color: var(--color-black);
}
.header.active .header-pc .header-wrap .header-right .header-btn img,
.header.header-bg .header-pc .header-wrap .header-right .header-btn img,
.header.header-white-bg .header-pc .header-wrap .header-right .header-btn img,
.header.active .header-pc .header-wrap .header-right .header-btn svg,
.header.header-bg .header-pc .header-wrap .header-right .header-btn svg,
.header.header-white-bg .header-pc .header-wrap .header-right .header-btn svg {
  -webkit-filter: initial;
  filter: initial;
}
.header .header-pc {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  margin: auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .header-pc::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #f3f3f3;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .header-pc .header-wrap {
  padding: 0 0.37rem 0 0.62rem;
  margin: auto;
  height: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .header-pc .header-wrap .logo {
  height: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .header-pc .header-wrap .logo img,
.header .header-pc .header-wrap .logo svg {
  width: auto;
  height: 0.6rem;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header .header-pc .header-wrap .nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 0.64rem;
}
.header .header-pc .header-wrap .nav .bor {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: var(--color-active);
}
.header .header-pc .header-wrap .nav dl {
  position: relative;
  z-index: 10;
}
.header .header-pc .header-wrap .nav dl:hover dt a {
  color: var(--color-active);
}
.header .header-pc .header-wrap .nav dt a {
  font-size: var(--font18);
  color: var(--color);
  position: relative;
  height: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .header-pc .header-wrap .nav dt a::before {
  content: '';
  width: 0;
  height: 2px;
  background-color: var(--color-active);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .header-pc .header-wrap .nav dt a:hover,
.header .header-pc .header-wrap .nav dt a.active {
  color: var(--color-active);
}
.header .header-pc .header-wrap .nav dt a:hover::before,
.header .header-pc .header-wrap .nav dt a.active::before {
  width: 100%;
}
.header .header-pc .header-wrap .nav dd {
  display: none;
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100%;
  max-height: 100vh;
  background-color: #fff;
  box-shadow: 0 0.14rem 0.24rem 0 rgba(0, 0, 0, 0.1);
  padding: 0.3rem 0;
}
.header .header-pc .header-wrap .nav dd .ovs {
  height: 100%;
  text-align: center;
}
.header .header-pc .header-wrap .nav dd .ovs a {
  color: #999999;
  margin: 0 0.2rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .header-pc .header-wrap .nav dd .ovs a.active,
.header .header-pc .header-wrap .nav dd .ovs a:hover {
  color: #222;
}
.header .header-pc .header-wrap .nav dd.nav_li5 {
  display: none;
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100%;
  padding: 0;
  background-color: #fff;
}
.header .header-pc .header-wrap .nav dd.nav_li5 .con-box .sub-title {
  color: #999999;
  padding: 0.54rem 0 0.44rem;
}
.header .header-pc .header-wrap .nav dd.nav_li5 .con-box .nav-left {
  position: relative;
  height: 5.35rem;
}
.header .header-pc .header-wrap .nav dd.nav_li5 .con-box .nav-left > .list {
  position: relative;
  height: 100%;
}
.header .header-pc .header-wrap .nav dd.nav_li5 .con-box .nav-left > .list .active a {
  color: #fff;
  background-color: var(--color-active);
  border-radius: 0.03rem;
}
.header .header-pc .header-wrap .nav dd.nav_li5 .con-box .nav-left > .list .active .sub-menu {
  display: block;
}
.header .header-pc .header-wrap .nav dd.nav_li5 .con-box .nav-left > .list .active .sub-menu > .list > .active .sub-sub-menu {
  display: block;
}
.header .header-pc .header-wrap .nav dd.nav_li5 .con-box .nav-left > .list > li {
  width: 28.13333333%;
  max-width: 422px;
  padding-right: 0.58rem;
}
.header .header-pc .header-wrap .nav dd.nav_li5 .con-box .nav-left > .list > li:hover .sub-menu {
  display: block;
}
.header .header-pc .header-wrap .nav dd.nav_li5 .con-box .nav-left > .list > li > a {
  padding: 0.18rem 0.26rem;
  display: block;
  font-size: var(--font20);
  color: #999999;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .header-pc .header-wrap .nav dd.nav_li5 .con-box .nav-left > .list .sub-menu {
  display: none;
  position: absolute;
  left: 28.13333333%;
  top: 0;
  width: 71.86666667%;
  max-width: 1078px;
  padding-left: 0.66rem;
  border-left: 1px solid #eaeaea;
}
.header .header-pc .header-wrap .nav dd.nav_li5 .con-box .nav-left > .list .sub-menu > .list {
  position: relative;
  height: 100%;
  height: calc(5.35rem - 1.8rem);
  overflow: auto;
}
.header .header-pc .header-wrap .nav dd.nav_li5 .con-box .nav-left > .list .sub-menu > .list > li {
  margin-bottom: 0.3rem;
}
.header .header-pc .header-wrap .nav dd.nav_li5 .con-box .nav-left > .list .sub-menu > .list > li.active a {
  color: #222;
}
.header .header-pc .header-wrap .nav dd.nav_li5 .con-box .nav-left > .list .sub-menu > .list > li:hover .sub-sub-menu {
  display: block;
}
.header .header-pc .header-wrap .nav dd.nav_li5 .con-box .nav-left > .list .sub-menu > .list > li > a {
  display: block;
  font-size: var(--font18);
  color: #999999;
  background-color: transparent;
  border-radius: initial;
}
.header .header-pc .header-wrap .nav dd.nav_li5 .con-box .nav-left > .list .sub-menu > .list > li .sub-sub-menu {
  display: none;
  width: 51.97628458%;
  max-width: 526px;
  position: absolute;
  right: 0;
  top: 0;
}
.header .header-pc .header-wrap .nav dd.nav_li5 .con-box .nav-left > .list .sub-menu > .list > li .sub-sub-menu .public-img {
  border-radius: 0.03rem;
}
.header .header-pc .header-wrap .nav dd.nav_li5 .con-box .nav-left > .list .sub-menu > .list > li .sub-sub-menu .public-img::before {
  padding-top: 62.16730038%;
}
.header .header-pc .header-wrap .nav dd.nav_li6 {
  display: none;
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100%;
  padding: 0.5rem 0 0.72rem;
  background-color: #fff;
}
.header .header-pc .header-wrap .nav dd.nav_li6 .container {
  position: relative;
  height: 100%;
}
.header .header-pc .header-wrap .nav dd.nav_li6 .con-box {
  width: 72.5%;
  max-width: 1160px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.header .header-pc .header-wrap .nav dd.nav_li6 .con-box .list {
  width: 40%;
  max-width: 464px;
}
.header .header-pc .header-wrap .nav dd.nav_li6 .con-box .list li:hover a,
.header .header-pc .header-wrap .nav dd.nav_li6 .con-box .list li.active a {
  color: var(--color-active);
}
.header .header-pc .header-wrap .nav dd.nav_li6 .con-box .list li:hover a .title::before,
.header .header-pc .header-wrap .nav dd.nav_li6 .con-box .list li.active a .title::before {
  opacity: 1;
}
.header .header-pc .header-wrap .nav dd.nav_li6 .con-box .list li a {
  display: block;
  color: #222222;
  font-size: var(--font16);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .header-pc .header-wrap .nav dd.nav_li6 .con-box .list li a .title {
  padding: 0.22rem;
  position: relative;
}
.header .header-pc .header-wrap .nav dd.nav_li6 .con-box .list li a .title::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ededed;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .header-pc .header-wrap .nav dd.nav_li6 .con-box .public-img-main {
  width: 48.53448276%;
  max-width: 563px;
}
.header .header-pc .header-wrap .nav dd.nav_li6 .con-box .public-img-main .public-img {
  border-radius: 0.1rem;
}
.header .header-pc .header-wrap .nav dd.nav_li6 .con-box .public-img-main .public-img::before {
  padding-top: 65.00888099%;
}
.header .header-pc .header-wrap .nav dd.nav_li6 .con-box .public-img-main .public-img + .public-img {
  display: none;
}
.header .header-pc .header-wrap .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0 0.2rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .header-pc .header-wrap .header-right .header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: var(--header-height);
  position: relative;
  cursor: pointer;
}
.header .header-pc .header-wrap .header-right .header-btn img,
.header .header-pc .header-wrap .header-right .header-btn svg {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header .header-pc .header-wrap .header-right .header-search {
  line-height: 1;
}
.header .header-pc .header-wrap .header-right .header-search .search-btn img,
.header .header-pc .header-wrap .header-right .header-search .search-btn svg {
  width: 0.21rem;
  min-width: 20px;
  height: auto;
}
.header .header-pc .header-wrap .header-right .header-language {
  font-size: var(--font16);
  height: 0.46rem;
  min-height: 40px;
  padding: 0 0.3rem 0 0.26rem;
  border-radius: 99px;
  text-transform: uppercase;
}
.header .header-pc .header-wrap .header-right .header-language::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 99px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .header-pc .header-wrap .header-right .header-language:hover::before {
  opacity: 0.1;
}
.header .header-pc .header-wrap .header-right .header-language .round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0.09rem;
  color: var(--color);
  position: relative;
}
.header .header-pc .header-wrap .header-right .header-language .round .header-language-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.header .header-pc .header-wrap .header-right .header-language .round .header-language-icon img,
.header .header-pc .header-wrap .header-right .header-language .round .header-language-icon svg {
  width: 0.23rem;
  min-width: 20px;
  height: auto;
}
.header .header-pc .header-wrap .header-right .header-language .language-con {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: white;
  border-radius: 10px;
  box-shadow: 8px 0 50px rgba(0, 0, 0, 0.08);
  padding: 24px 0;
  padding: 0.24rem 0;
  text-align: center;
  display: none;
  text-transform: uppercase;
}
.header .header-pc .header-wrap .header-right .header-language .language-con a {
  display: block;
  line-height: 2;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .header-pc .header-wrap .header-right .header-language .language-con a:hover,
.header .header-pc .header-wrap .header-right .header-language .language-con a.active {
  color: var(--color-active);
}
.header .header-pc .header-wrap .header-right .header-language:hover .language-con {
  display: block;
}
@media (max-width: 1024px) {
  .header .header-pc {
    display: none;
  }
}
.header .mask-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 10;
}
.header .mask-bg.active {
  display: block;
}
.header .m_header_box {
  width: 100%;
  height: auto;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
}
.header .m_header_box .header_title {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  position: relative;
  background-color: var(--color-white);
  box-shadow: 0 0 0.24rem 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
.header .m_header_box .header_title .logo {
  height: 100%;
  overflow: hidden;
}
.header .m_header_box .header_title .logo a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .m_header_box .header_title .logo img,
.header .m_header_box .header_title .logo svg {
  width: auto;
  height: 32px;
}
.header .m_header_box .header_title .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0.2rem;
}
.header .m_header_box .header_title .column .header-btn {
  width: 26px;
  height: 26px;
  background-color: var(--color-active);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .m_header_box .header_title .column .header-btn img,
.header .m_header_box .header_title .column .header-btn svg {
  width: 0.15rem;
  min-width: 13px;
  height: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header .m_header_box .header_title .menu_btn {
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
}
.header .m_header_box .header_title .menu_btn::after,
.header .m_header_box .header_title .menu_btn::before,
.header .m_header_box .header_title .menu_btn i {
  width: 70%;
  height: 2px;
  display: block;
  background: var(--color-black);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -35%;
  transform-origin: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .m_header_box .header_title .menu_btn::before {
  content: '';
  margin-top: -8px;
}
.header .m_header_box .header_title .menu_btn::after {
  content: '';
  margin-top: 6px;
}
.header .m_header_box .header_title .menu_btn.active i {
  opacity: 0;
}
.header .m_header_box .header_title .menu_btn.active::before {
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 5px;
  background: var(--color-active);
}
.header .m_header_box .header_title .menu_btn.active::after {
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 5px;
  background: var(--color-active);
}
.header .m_header_box .header_title .head_btn {
  width: auto;
  height: 30px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  overflow: hidden;
}
.header .m_header_box .header_title .head_btn .icon {
  max-width: 14px;
  height: 14px;
  font-size: 0;
  margin-right: 5px;
  filter: invert(1);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .m_header_box .header_title .head_btn .link {
  line-height: 1;
  font-size: 12px;
  color: var(--color-black);
  margin-top: 3px;
}
.header .m_header_box .header_title .head_btn .link span {
  opacity: 0.6;
}
.header .m_header_box .header_title .head_btn .link a {
  color: var(--color-black);
  opacity: 0.6;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .m_header_box .header_title .head_btn .link a:hover {
  opacity: 1;
}
.header .m_header_box .header_title .head_btn:hover .icon {
  filter: invert(1);
}
.header .m_header_box .header_title .head_btn:hover .link {
  color: var(--color-black);
}
.header .m_header_box .header_title .head_btn:hover .link a,
.header .m_header_box .header_title .head_btn:hover .link span {
  color: var(--color-black);
}
.header .m_header_box .header_body {
  width: 100%;
  height: calc(100vh - 50px);
  background: var(--color-gray-f6);
  display: none;
  overflow: hidden;
}
.header .m_header_box .header_body .menu_info {
  width: 100%;
  height: 100%;
  padding: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.header .m_header_box .header_body .menu_nav {
  width: 100%;
  height: auto;
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
}
.header .m_header_box .header_body .menu_nav ul {
  padding: 0;
  margin: 0;
}
.header .m_header_box .header_body .menu_nav ul li {
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
.header .m_header_box .header_body .menu_nav ul li .one {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
.header .m_header_box .header_body .menu_nav ul li .one a {
  padding: 15px 0;
  display: block;
  font-size: 14px;
  color: var(--color-gray-444);
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex: 1;
  position: relative;
}
.header .m_header_box .header_body .menu_nav ul li .one a .subtitle {
  font-size: 14px;
  margin-right: 10px;
}
.header .m_header_box .header_body .menu_nav ul li .one a .title {
  font-size: 14px;
}
.header .m_header_box .header_body .menu_nav ul li .one .icon {
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  color: var(--color-gray-444);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .m_header_box .header_body .menu_nav ul li .one .icon img,
.header .m_header_box .header_body .menu_nav ul li .one .icon svg {
  position: relative;
  width: 10px;
  height: auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .m_header_box .header_body .menu_nav ul li .one.active a {
  color: var(--color-active);
}
.header .m_header_box .header_body .menu_nav ul li .one.active .icon svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header .m_header_box .header_body .menu_nav ul li .one.active .icon svg path {
  fill: var(--color-active);
}
.header .m_header_box .header_body .menu_nav ul li ul {
  border-top: 1px solid var(--color-active);
  padding: 10px 0;
  display: none;
}
.header .m_header_box .header_body .menu_nav ul li ul li {
  border: 0;
}
.header .m_header_box .header_body .menu_nav ul li ul li a {
  font-size: 13px;
  padding: 6px 0 6px 20px;
  color: var(--color-gray-444);
  position: relative;
}
.header .m_header_box .header_body .menu_nav ul li ul li a .icon {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  color: var(--color-gray-444);
}
.header .m_header_box .header_body .menu_nav ul li ul li a .icon img,
.header .m_header_box .header_body .menu_nav ul li ul li a .icon svg {
  width: 8px;
  height: auto;
  position: static;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .m_header_box .header_body .menu_nav ul li ul li .two.active {
  color: var(--color-active);
}
.header .m_header_box .header_body .menu_nav ul li ul li .two.active a {
  color: var(--color-active);
}
.header .m_header_box .header_body .menu_nav ul li ul li .two.active svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header .m_header_box .header_body .menu_nav ul li ul li .two.active svg path {
  fill: var(--color-active);
}
.header .m_header_box .header_body .menu_nav ul li ul li ul {
  border: 0;
  display: none;
  padding: 0;
}
.header .m_header_box .header_body .menu_nav ul li ul li ul li a {
  padding: 10px 0 10px 35px;
  font-size: 12px;
  color: var(--color-gray-999);
}
.header .m_header_box .header_body .menu_nav ul li ul li ul li a:before {
  content: '';
  width: 5px;
  height: 1px;
  color: var(--color-gray-999);
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -1.5px;
  z-index: 1;
}
.header .m_header_box .header_body .menu_nav ul li ul li ul li a.active:before {
  background: var(--color-active);
}
.header .m_header_box .header_body .menu_nav ul li ul li ul.active {
  display: block;
}
.header .m_header_box .header_body .menu_form {
  width: 100%;
  height: auto;
  padding: 0 20px;
  overflow: hidden;
}
.header .m_header_box .header_body .menu_form .center {
  width: 100%;
  height: 50px;
  background-color: var(--color-white);
  overflow: hidden;
}
.header .m_header_box .header_body .menu_form .center form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .m_header_box .header_body .menu_form .center form input {
  flex: 1;
  height: 100%;
  padding: 0 15px;
  font-size: 14px;
  color: var(--color-gray-444);
  border: 0;
}
.header .m_header_box .header_body .menu_form .center form button {
  width: 70px;
  border: 0;
  height: 100%;
  padding: 0;
  background: var(--color-active);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .m_header_box .header_body .menu_form .center form button img,
.header .m_header_box .header_body .menu_form .center form button svg {
  width: 18px;
  height: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header .m_header_box .header_body .menu_lang {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 0 20px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .m_header_box .header_body .menu_lang .one {
  width: auto;
  height: 36px;
  margin-right: 10px;
  overflow: hidden;
}
.header .m_header_box .header_body .menu_lang .one a {
  width: 100%;
  height: 100%;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: var(--color-white);
  border-radius: 50px;
  font-size: 12px;
  color: var(--color-gray-444);
}
.header .m_header_box .header_body .menu_lang .one a.active {
  background: var(--color-active);
  color: var(--color-white);
}
@media (max-width: 1024px) {
  .header .m_header_box {
    display: block;
  }
}
@keyframes TopBtn {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: -50%;
    opacity: 0;
  }
  65% {
    top: 50%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes TopBtn {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: -50%;
    opacity: 0;
  }
  65% {
    top: 50%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.TopBtn {
  -webkit-animation-name: TopBtn;
  animation-name: TopBtn;
}
.kefu-box {
  position: fixed;
  top: 50%;
  right: -99px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.kefu-box.active {
  right: 0.34rem;
}
@media (max-width: 1024px) {
  .kefu-box {
    display: none;
  }
}
.kefu-box .item {
  width: 0.52rem;
  min-width: 40px;
  height: 0.52rem;
  min-height: 40px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-top: none;
  position: relative;
  cursor: pointer;
}
.kefu-box .item:hover .info {
  opacity: 1;
  visibility: visible;
}
.kefu-box .item:first-child {
  border-radius: 0.03rem 0.03rem 0 0;
  border-top: 1px solid #cccccc;
}
.kefu-box .item:last-child {
  border-radius: 0 0 0.03rem 0.03rem;
}
.kefu-box .item .item-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.kefu-box .item .item-box .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.kefu-box .item .item-box .img img {
  max-width: 0.22rem;
  min-width: 15px;
  -webkit-filter: drop-shadow(-80px 0 #999999);
  filter: drop-shadow(-80px 0 #999999);
  -webkit-transform: translate(80px);
  transform: translate(80px);
}
.kefu-box .item .info {
  width: auto;
  height: 100%;
  padding: 0 0.16rem;
  margin-right: 0.24rem;
  background-color: #fff;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.05rem;
  color: var(--color-active);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.kefu-box .item .info.info2 {
  height: auto;
  padding: 0.1rem;
  display: block;
}
.kefu-box .item .info.info2::before {
  content: '';
  width: 0.15rem;
  height: 0.15rem;
  background-color: #fff;
  position: absolute;
  top: 20%;
  right: -0.07rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.kefu-box .item .info img {
  width: 1.3rem;
  max-width: 1.3rem;
}
.kefu-box .item#backToTopBtn {
  background-color: white;
}
.kefu-box .item#backToTopBtn .item-box img {
  position: relative;
  -webkit-filter: initial;
  filter: initial;
  -webkit-transform: initial;
  transform: initial;
  animation: TopBtn 1.5s ease-out infinite;
  -webkit-animation: TopBtn 1.5s ease-out infinite;
}
.kefu-box .item#backToTopBtn:hover .item-box .img {
  opacity: 1;
}
.search-pop {
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100%;
  background-color: white;
  padding: 0.47rem 0 0.49rem;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 11;
}
@media (max-width: 1024px) {
  .search-pop {
    top: 50px;
  }
}
.search-pop .menu_form {
  width: 100%;
  max-width: 6.4rem;
  height: auto;
  overflow: hidden;
  position: relative;
  margin: auto;
}
.search-pop .menu_form .center {
  width: 100%;
  height: 45px;
  background-color: var(--color-white);
  overflow: hidden;
}
.search-pop .menu_form .center form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.search-pop .menu_form .center form input {
  flex: 1;
  height: 100%;
  padding: 0 15px;
  font-size: 14px;
  color: var(--color-gray-444);
  border: 1px solid #d7d7d7 !important;
  border-right: none !important;
  border-radius: 0.1rem 0 0 0.1rem;
}
.search-pop .menu_form .center form button {
  width: 70px;
  border: 0;
  height: 100%;
  padding: 0;
  background: var(--color-active);
  border: 1px solid var(--color-active);
  border-radius: 0 0.1rem 0.1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.search-pop .menu_form .center form button img,
.search-pop .menu_form .center form button svg {
  width: 18px;
  height: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.search-page .page-up {
  width: 100%;
  background-color: white;
  padding: 0.47rem 0 0.49rem;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.05);
}
.search-page .page-down {
  padding: 0.9rem 0 1.2rem;
}
.search-page .page-down .page-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.search-page .page-down .page-main .page-left {
  width: 21.85%;
  max-width: 306px;
}
.search-page .page-down .page-main .page-right {
  width: 71%;
  max-width: 994px;
}
@media (max-width: 1024px) {
  .search-page .page-down .page-main {
    display: block;
  }
  .search-page .page-down .page-main .page-left {
    width: 100%;
    max-width: 100%;
  }
  .search-page .page-down .page-main .page-right {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .search-page .filter-box-d {
    display: none;
  }
}
.search-page .filter-box-d .title-mob {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  margin-bottom: 30px;
  position: relative;
  display: none;
}
@media (max-width: 1024px) {
  .search-page .filter-box-d .title-mob {
    display: block;
  }
}
.search-page .filter-box-d .title-mob .colse {
  width: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-page .filter-box-d .apply {
  line-height: 42px;
  border-radius: 5px;
  background-color: var(--color-active);
  text-align: center;
  margin: 0.8rem 0px;
  color: #fff;
  display: none;
}
@media (max-width: 1024px) {
  .search-page .filter-box-d .apply {
    display: block;
  }
}
.search-page .filter-box-d .form-box h4 {
  color: #333333;
  padding-bottom: 0.16rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.search-page .filter-box-d .search-category {
  color: #333333;
  margin-top: 0.32rem;
}
.search-page .filter-box-d .search-category li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0.16rem;
}
.search-page .filter-box-d .search-category span[type='check-box'] {
  width: 16px;
  height: 16px;
  background-color: white;
  border: 1px solid #a4a4a4;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.search-page .filter-box-d .search-category span[type='check-box'].checked {
  background-color: var(--color-active);
  border-color: var(--color-active);
}
.search-page .filter-box-d .search-category span[type='check-box'].checked:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/checkbox-icon.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.search-page .filter-mob-btn {
  width: 100%;
  line-height: 40px;
  border: 1px solid #ddd;
  text-align: center;
  margin-bottom: 30px;
  display: none;
}
@media (max-width: 1024px) {
  .search-page .filter-mob-btn {
    display: block;
  }
}
.search-page .filter-mob-btn a {
  display: block;
}
.search-page .filter-result-title {
  color: #333333;
  padding-bottom: 0.16rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.search-page .filter-result-title span {
  color: var(--color-active);
}
.search-page .list {
  margin-top: 0.35rem;
}
.search-page .list .item {
  margin-bottom: 0.2rem;
}
.search-page .list .item:hover .item-box {
  border-color: var(--color-active);
}
.search-page .list .item:hover .item-box .text-box .title {
  color: var(--color-active);
}
.search-page .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fbfbfb;
  border: 1px solid #e0e0e0;
  border-radius: 0.14rem;
  padding: 0.3rem 0.3rem 0.36rem;
  color: #333333;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-page .list .item .item-box .text-box .link {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.search-page .list .item .item-box .text-box .title {
  margin: 0.14rem 0 0.1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-page .list .item .item-box .text-box .text-body {
  line-height: 1.625em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.mobile-search-filter {
  overflow: hidden;
}
.mobile-search-filter .filter-box-d {
  display: block;
  position: fixed;
  background: #fff;
  z-index: 100000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 20px;
  overflow-y: auto;
}
.socials-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 0 0.22rem;
}
.socials-wrap a {
  width: 0.46rem;
  min-width: 40px;
  height: 0.46rem;
  min-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.socials-wrap a:hover {
  border-color: var(--color-active);
}
.socials-wrap a:hover .icon img,
.socials-wrap a:hover .icon svg {
  -webkit-filter: drop-shadow(-80px 0 var(--color-active));
  filter: drop-shadow(-80px 0 var(--color-active));
  -webkit-transform: translate(80px);
  transform: translate(80px);
}
.socials-wrap a:hover .socials-img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-filter: alpha(opacity=100);
}
.socials-wrap a .icon {
  overflow: hidden;
}
.socials-wrap a .icon img,
.socials-wrap a .icon svg {
  width: auto;
  height: 0.22rem;
  min-height: 16px;
}
.socials-wrap a .socials-img {
  position: absolute;
  bottom: 100%;
  margin-bottom: 0.1rem;
  left: 50%;
  margin-left: -52px;
  width: 104px;
  height: 104px;
  background-color: white;
  border-radius: 8px;
  padding: 8px;
  z-index: 99;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-filter: alpha(opacity=0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  will-change: opacity;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -webkit-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.socials-wrap a .socials-img img {
  width: 100%;
  height: 100%;
}
.socials-wrap a .socials-img:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0px 6px;
  border-color: white transparent transparent transparent;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
}
@-webkit-keyframes lineFlow {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  20% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.6;
  }
  100% {
    transform: translateY(200%);
    opacity: 0;
  }
}
@keyframes lineFlow {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  20% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.6;
  }
  100% {
    transform: translateY(200%);
    opacity: 0;
  }
}
.lineFlow {
  -webkit-animation: lineFlow 8s ease-in-out infinite;
  animation: lineFlow 8s ease-in-out infinite;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.footer {
  --color: #222;
  color: var(--color);
  background: url(../images/footer-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 2;
  padding: 0;
}
.footer .footer-up .line {
  width: 1px;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.06);
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .footer .footer-up .line {
    display: none;
  }
}
.footer .footer-up .line span {
  display: block;
  width: 100%;
  height: 52%;
  background: -webkit-linear-gradient(-90deg, transparent 0%, var(--color-active) 100%);
  background: linear-gradient(180deg, transparent 0%, var(--color-active) 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 2;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.footer .footer-up .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer .footer-up .wrap-box {
    display: block;
    padding: 1.02rem 0 0.64rem;
  }
}
.footer .footer-up .wrap-box .wrap-left {
  width: 42.625%;
  max-width: 682px;
  padding: 1.02rem 0 0.64rem;
  position: relative;
}
@media (max-width: 1024px) {
  .footer .footer-up .wrap-box .wrap-left {
    min-width: 100%;
    text-align: center;
    padding: 0;
    border: none;
  }
}
.footer .footer-up .wrap-box .wrap-right {
  width: 57.375%;
  max-width: 918px;
  position: relative;
  padding: 1.02rem 0 0.64rem;
  order: 2;
}
.footer .footer-up .wrap-box .wrap-right .line {
  right: auto;
  left: 51.74291939%;
}
.footer .footer-up .wrap-box .wrap-right .line span {
  -webkit-animation: lineFlow 5.5s ease-in-out infinite;
  animation: lineFlow 5.5s ease-in-out infinite;
}
@media (max-width: 1024px) {
  .footer .footer-up .wrap-box .wrap-right {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .footer .footer-up .wrap-box .wrap-right::before {
    display: none;
  }
}
.footer .footer-down {
  border-top: 1px solid rgba(34, 34, 34, 0.06);
}
.footer .footer-down .wrap-box {
  padding: 0.39rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer .footer-down .wrap-box {
    display: block;
  }
}
.footer .footer-down .wrap-box .wrap-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .footer .footer-down .wrap-box .wrap-left {
    padding: 0;
    margin-bottom: 0.1rem;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    -webkit-flex: inherit;
    flex: inherit;
  }
}
@media (max-width: 1024px) {
  .footer .logo {
    display: none;
  }
}
.footer .logo img,
.footer .logo svg {
  width: auto;
  height: 0.75rem;
}
.footer .foot-nav {
  position: relative;
}
@media (max-width: 1024px) {
  .footer .foot-nav {
    margin-bottom: 0.6rem;
  }
}
.footer .foot-nav .dl {
  width: 51.74291939%;
  max-width: 475px;
  padding: 0 0.6rem;
}
@media (max-width: 1024px) {
  .footer .foot-nav .dl {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.footer .foot-nav .dl a:hover {
  color: var(--color-active);
}
.footer .foot-nav .dl .dt {
  padding-bottom: 0.22rem;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .foot-nav .dl .dt.active a {
  color: var(--color-active);
}
.footer .foot-nav .dl .dt.active .icon svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.footer .foot-nav .dl .dt.active .icon svg path {
  fill: var(--color-active);
}
.footer .foot-nav .dl .dt a {
  font-size: var(--font22);
  font-family: 'Montserrat-M';
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .foot-nav .dl .dt .icon {
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  color: var(--color-gray-444);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
}
.footer .foot-nav .dl .dt .icon img,
.footer .foot-nav .dl .dt .icon svg {
  position: relative;
  width: 10px;
  height: auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .footer .foot-nav .dl .dt {
    padding-top: 0.2rem;
    padding-right: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
  }
  .footer .foot-nav .dl .dt .icon {
    opacity: 1;
  }
}
.footer .foot-nav .dl .foot-nei-nav {
  width: 48.25708061%;
  max-width: 443px;
  padding-left: 0.58rem;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
@media (max-width: 1024px) {
  .footer .foot-nav .dl .foot-nei-nav {
    display: none;
    width: 100%;
    max-width: 100%;
    margin-top: 0.1rem;
    padding: 0;
    position: relative;
  }
}
.footer .foot-nav .dl .dd {
  display: block;
  margin-bottom: 0.21rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .text-body {
  line-height: 1.71428571em;
}
.footer .text-body dt {
  font-size: var(--font16);
  line-height: 1.5em;
  margin-bottom: 0.18rem;
}
.footer .text-body p {
  white-space: initial;
}
.footer .text-body p a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .text-body p a:hover {
  color: var(--color-active);
}
@media (max-width: 1024px) {
  .footer .text-body {
    text-align: center;
  }
  .footer .text-body p {
    text-align: center;
  }
}
.footer .socials-wrap {
  margin-top: 0.35rem;
  margin-bottom: 0.52rem;
}
@media (max-width: 1024px) {
  .footer .socials-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.footer .search-main {
  margin-top: 0.94rem;
}
@media (max-width: 1024px) {
  .footer .search-main {
    margin: 0;
  }
}
.footer .search-main .title {
  font-size: var(--font16);
  line-height: 1.5em;
}
.footer .searchform {
  width: 56.30498534%;
  max-width: 384px;
  margin-top: 0.12rem;
}
@media (max-width: 1024px) {
  .footer .searchform {
    width: 100%;
    margin: auto;
    margin-top: 0.12rem;
  }
}
.footer .searchform input::-webkit-input-placeholder {
  color: #222;
}
.footer .searchform input:-moz-placeholder {
  color: #222;
}
.footer .searchform input::-moz-placeholder {
  color: #222;
}
.footer .searchform input:-ms-input-placeholder {
  color: #222;
}
.footer .searchform input {
  width: 100%;
  padding: 0 0.27rem;
  height: 0.51rem;
  min-height: 45px;
  border: 1px solid rgba(34, 34, 34, 0.18);
  border-radius: 2px;
}
.footer .searchform .iconfont {
  width: 0.54rem;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .searchform .iconfont img,
.footer .searchform .iconfont svg {
  width: 6px;
  -webkit-filter: drop-shadow(-80px 0 #222);
  filter: drop-shadow(-80px 0 #222);
  -webkit-transform: translate(80px);
  transform: translate(80px);
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
  text-align: center;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #df0000;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #df0000;
}
#hi-upgrade .hi-wrap .hi-text1 * {
  text-align: center;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
  text-align: center;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #df0000;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-5.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-3.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-6.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-4.png) no-repeat center / 100%;
}
.header-placeholder {
  height: var(--header-height);
}
@media (max-width: 1024px) {
  .header-placeholder {
    height: 0;
  }
}
.wrapper {
  /*margin-top: var(--header-height);overflow: hidden;*/
}
@media (max-width: 1024px) {
  .wrapper {
    margin-top: 50px;
  }
}
.container {
  width: 100%;
  height: auto;
  max-width: 83.33333333%;
  margin: 0 auto;
}
@media (min-width: 1901px) {
  .container {
    max-width: 1600px;
  }
}
@media (max-width: 1880px) {
  .container {
    max-width: 85.10638298%;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
.anchor-point-box {
  width: 100%;
  height: 0;
  position: relative;
  transform: translateY(calc(var(--header-height) * -1));
}
@media (max-width: 1024px) {
  .anchor-point-box {
    transform: translateY(calc(50px * -1));
  }
}
@keyframes arrowMoveR {
  0% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(5px);
  }
  30% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(3px);
  }
  60% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(2px);
  }
  to {
    transform: translateX(0);
  }
}
@-webkit-keyframes arrowMoveR {
  0% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(5px);
  }
  30% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(3px);
  }
  60% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(2px);
  }
  to {
    transform: translateX(0);
  }
}
.arrowMoveR {
  -webkit-animation-name: arrowMoveR;
  animation-name: arrowMoveR;
}
@keyframes arrowMoveL {
  0% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(-5px);
  }
  30% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(-3px);
  }
  60% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-2px);
  }
  to {
    transform: translateX(0);
  }
}
@-webkit-keyframes arrowMoveL {
  0% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(-5px);
  }
  30% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(-3px);
  }
  60% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-2px);
  }
  to {
    transform: translateX(0);
  }
}
.arrowMoveL {
  -webkit-animation-name: arrowMoveL;
  animation-name: arrowMoveL;
}
.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.btn-container .zStretch {
  color: #fff;
  cursor: pointer;
  max-width: 100%;
  height: 0.55rem;
  min-height: 40px;
  padding: 0 0.25rem;
  border-radius: 99px;
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  grid-gap: 0.1rem;
}
.btn-container .zStretch:hover {
  color: #fff;
}
.btn-container .zStretch .more-primary-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.btn-container .zStretch .more-primary-circle img,
.btn-container .zStretch .more-primary-circle svg {
  width: 10px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.btn-container .zStretch ._restrict {
  background-color: var(--color-active);
  border-radius: inherit;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
.btn-container .zStretch ._restrict .ripple {
  background-color: inherit;
  border-radius: inherit;
  inset: -1px;
  opacity: 0.1;
  position: absolute;
}
.btn-container .zStretch ._restrict .ripple:first-child {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}
.btn-container .zStretch ._restrict .ripple:nth-child(2) {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}
.btn-container .more-primary {
  position: relative;
  min-width: 1.28rem;
  height: 0.5rem;
  min-height: 40px;
  padding: 0 0.35rem 0 0.38rem;
  overflow: hidden;
  border-radius: 99px;
  background-color: white;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0.12rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-container .more-primary::after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  background-image: -ms-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  background-image: -webkit-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-container .more-primary.active,
.btn-container .more-primary:hover {
  color: #fff;
}
.btn-container .more-primary.active::after,
.btn-container .more-primary:hover::after {
  opacity: 1;
}
.btn-container .more-primary.active .more-primary-circle img,
.btn-container .more-primary:hover .more-primary-circle img,
.btn-container .more-primary.active .more-primary-circle svg,
.btn-container .more-primary:hover .more-primary-circle svg {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.btn-container .more-primary.active::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-container .more-primary.active:hover::before {
  opacity: 0.1;
}
.btn-container .more-primary .more-primary-str {
  position: relative;
  z-index: 1;
}
.btn-container .more-primary .more-primary-circle {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.btn-container .more-primary .more-primary-circle img,
.btn-container .more-primary .more-primary-circle svg {
  width: 0.06rem;
  min-width: 6px;
  height: auto;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.btn-container .more-primary2 {
  position: relative;
  overflow: hidden;
  color: #000;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0.1rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-container .more-primary2.active,
.btn-container .more-primary2:hover {
  color: var(--color-active);
}
.btn-container .more-primary2.active .more-primary-circle img,
.btn-container .more-primary2:hover .more-primary-circle img,
.btn-container .more-primary2.active .more-primary-circle svg,
.btn-container .more-primary2:hover .more-primary-circle svg {
  -webkit-filter: drop-shadow(-80px 0 var(--color-active));
  filter: drop-shadow(-80px 0 var(--color-active));
  -webkit-transform: translate(80px);
  transform: translate(80px);
}
.btn-container .more-primary2.active:hover {
  color: var(--color-blue-1c4);
}
.btn-container .more-primary2.active:hover .more-primary-circle img,
.btn-container .more-primary2.active:hover .more-primary-circle svg {
  -webkit-filter: drop-shadow(-80px 0 var(--color-blue-1c4));
  filter: drop-shadow(-80px 0 var(--color-blue-1c4));
  -webkit-transform: translate(80px);
  transform: translate(80px);
}
.btn-container .more-primary2 .more-primary-str {
  position: relative;
  z-index: 1;
}
.btn-container .more-primary2 .more-primary-circle {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.btn-container .more-primary2 .more-primary-circle img,
.btn-container .more-primary2 .more-primary-circle svg {
  width: 0.06rem;
  min-width: 6px;
  height: auto;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.page-img-box {
  position: relative;
  overflow: hidden;
}
.page-img-box .page-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page-img-box .page-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-img-box .page-main {
  position: relative;
}
.layout-bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 1024px) {
  .layout-bg {
    background-size: cover;
    background-attachment: initial;
  }
}
.layout-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
@media (max-width: 1024px) {
  .layout-bg img {
    opacity: 1;
  }
}
.page-ban {
  position: relative;
}
.page-ban:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  inset: 0;
  opacity: var(--progress);
  pointer-events: none;
  position: absolute;
}
.page-ban .bg-block {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.03;
  z-index: 1;
}
.page-ban .img {
  overflow: hidden;
  position: relative;
}
.page-ban .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 200px;
}
.page-ban .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page-ban .container .slogan {
  width: 100%;
}
.page-ban .container .slogan .title {
  font-family: 'Montserrat-SB';
  color: var(--color-white);
  font-weight: bold;
}
@media (max-width: 1024px) {
  .page-ban .container .slogan .title {
    font-size: var(--font40);
  }
}
.page-ban .container .slogan .text-body {
  color: var(--color-white);
}
.page-top-menu {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: #fff;
}
.page-top-menu::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-top-menu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0.8rem;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.page-top-menu .container.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow-x: visible;
  cursor: default;
}
.page-top-menu .container.j_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  overflow-x: auto;
  cursor: grab;
}
.page-top-menu .container.has-overflow-scroll {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge */
}
.page-top-menu .container.has-overflow-scroll::-webkit-scrollbar {
  display: none;
}
.page-top-menu .container.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}
.page-top-menu .menu-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0.69rem;
}
@media (max-width: 1024px) {
  .page-top-menu .menu-main {
    grid-gap: 0.5rem;
  }
}
.page-top-menu .menu-main .menu-location {
  flex-shrink: 0;
  position: relative;
  padding: 0.27rem 0;
  text-align: center;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.page-top-menu .menu-main .menu-location:hover,
.page-top-menu .menu-main .menu-location.active {
  color: var(--color-active);
}
.page-top-menu .menu-main .menu-location:hover::before,
.page-top-menu .menu-main .menu-location.active::before {
  width: 100%;
  opacity: 1;
}
@media (hover: none) and (pointer: coarse) {
  .page-top-menu .menu-main .menu-location:hover {
    color: inherit;
  }
  .page-top-menu .menu-main .menu-location:hover::before {
    width: 0;
    opacity: 0;
  }
}
.page-top-menu .menu-main .menu-location::before {
  content: '';
  width: 0;
  height: 2px;
  margin: auto;
  background-image: -moz-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  background-image: -webkit-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  background-image: -ms-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-top-menu .menu-main .menu-location a {
  user-select: none;
  cursor: pointer;
  pointer-events: auto !important;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-top-menu .menu-main .menu-location .icon {
  margin-bottom: 0.1rem;
}
.page-top-menu .menu-main .menu-location .icon img,
.page-top-menu .menu-main .menu-location .icon svg {
  height: 0.5rem;
  min-height: 34px;
}
.page-top-menu .menu-nav a {
  position: relative;
  color: var(--color-blue-111);
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-top-menu .menu-nav a span {
  display: block;
}
.page-top-menu .menu-nav a span:first-child {
  color: #999999;
}
.menu-nav {
  position: absolute;
  right: 0;
  bottom: 0.52rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 0.06rem;
}
@media (max-width: 1024px) {
  .menu-nav {
    display: none;
  }
}
.menu-nav a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-nav a:first-child img,
.menu-nav a:first-child svg {
  width: 12px;
  margin-right: 0.09rem;
  position: relative;
  top: -0.02rem;
}
.menu-nav a img,
.menu-nav a svg {
  width: 5px;
  height: auto;
}
.menu-nav a:hover,
.menu-nav a.active {
  color: var(--color-active);
}
.page-top-menu2 {
  padding: 0.34rem 0;
}
@media (max-width: 1024px) {
  .page-top-menu2 {
    display: none;
  }
}
.page-top-menu2 .menu-nav {
  position: relative;
  color: #999999;
  bottom: 0;
}
.page-top-menu2 .menu-nav a:hover,
.page-top-menu2 .menu-nav a.active {
  color: var(--color-active);
}
.page-title.color-white .title {
  color: #fff;
}
.page-title .sub-title {
  margin-bottom: 0.11rem;
}
.page-title .title {
  font-family: 'Montserrat-SB';
  color: #222;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .page-title .title {
    font-size: var(--font34);
  }
}
.page-title .text-body {
  color: var(--color-gray-999);
}
.page-center {
  text-align: center;
}
.page-center * {
  text-align: center;
}
@-webkit-keyframes small-bubble {
  0% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
    opacity: 0;
  }
  5% {
    -webkit-transform: translate3d(5px, -8px, 0);
    transform: translate3d(5px, -8px, 0);
    opacity: 0.64;
  }
  10% {
    -webkit-transform: translate3d(8px, -18px, 0);
    transform: translate3d(8px, -18px, 0);
    opacity: 0.69;
  }
  15% {
    -webkit-transform: translate3d(10px, -29px, 0);
    transform: translate3d(10px, -29px, 0);
    opacity: 0.72;
  }
  20% {
    -webkit-transform: translate3d(9px, -39px, 0);
    transform: translate3d(9px, -39px, 0);
    opacity: 0.75;
  }
  25% {
    -webkit-transform: translate3d(6px, -50px, 0);
    transform: translate3d(6px, -50px, 0);
    opacity: 0.78;
  }
  30% {
    -webkit-transform: translate3d(2px, -60px, 0);
    transform: translate3d(2px, -60px, 0);
    opacity: 0.81;
  }
  35% {
    -webkit-transform: translate3d(-4px, -71px, 0);
    transform: translate3d(-4px, -71px, 0);
    opacity: 0.85;
  }
  40% {
    -webkit-transform: translate3d(-9px, -81px, 0);
    transform: translate3d(-9px, -81px, 0);
    opacity: 0.9;
  }
  45% {
    -webkit-transform: translate3d(-11px, -92px, 0);
    transform: translate3d(-11px, -92px, 0);
    opacity: 0.95;
  }
  50% {
    -webkit-transform: translate3d(-11px, -102px, 0);
    transform: translate3d(-11px, -102px, 0);
    opacity: 1;
  }
  55% {
    -webkit-transform: translate3d(-8px, -112px, 0);
    transform: translate3d(-8px, -112px, 0);
    opacity: 0.94;
  }
  60% {
    -webkit-transform: translate3d(-3px, -122px, 0);
    transform: translate3d(-3px, -122px, 0);
    opacity: 0.86;
  }
  65% {
    -webkit-transform: translate3d(3px, -131px, 0);
    transform: translate3d(3px, -131px, 0);
    opacity: 0.78;
  }
  70% {
    -webkit-transform: translate3d(8px, -141px, 0);
    transform: translate3d(8px, -141px, 0);
    opacity: 0.68;
  }
  75% {
    -webkit-transform: translate3d(12px, -150px, 0);
    transform: translate3d(12px, -150px, 0);
    opacity: 0.58;
  }
  80% {
    -webkit-transform: translate3d(13px, -160px, 0);
    transform: translate3d(13px, -160px, 0);
    opacity: 0.47;
  }
  85% {
    -webkit-transform: translate3d(10px, -169px, 0);
    transform: translate3d(10px, -169px, 0);
    opacity: 0.35;
  }
  90% {
    -webkit-transform: translate3d(5px, -179px, 0);
    transform: translate3d(5px, -179px, 0);
    opacity: 0.23;
  }
  95% {
    -webkit-transform: translate3d(-1px, -188px, 0);
    transform: translate3d(-1px, -188px, 0);
    opacity: 0.11;
  }
  to {
    -webkit-transform: translate3d(-7px, -198px, 0);
    transform: translate3d(-7px, -198px, 0);
    opacity: 0;
  }
}
@keyframes small-bubble {
  0% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
    opacity: 0;
  }
  5% {
    -webkit-transform: translate3d(5px, -8px, 0);
    transform: translate3d(5px, -8px, 0);
    opacity: 0.64;
  }
  10% {
    -webkit-transform: translate3d(8px, -18px, 0);
    transform: translate3d(8px, -18px, 0);
    opacity: 0.69;
  }
  15% {
    -webkit-transform: translate3d(10px, -29px, 0);
    transform: translate3d(10px, -29px, 0);
    opacity: 0.72;
  }
  20% {
    -webkit-transform: translate3d(9px, -39px, 0);
    transform: translate3d(9px, -39px, 0);
    opacity: 0.75;
  }
  25% {
    -webkit-transform: translate3d(6px, -50px, 0);
    transform: translate3d(6px, -50px, 0);
    opacity: 0.78;
  }
  30% {
    -webkit-transform: translate3d(2px, -60px, 0);
    transform: translate3d(2px, -60px, 0);
    opacity: 0.81;
  }
  35% {
    -webkit-transform: translate3d(-4px, -71px, 0);
    transform: translate3d(-4px, -71px, 0);
    opacity: 0.85;
  }
  40% {
    -webkit-transform: translate3d(-9px, -81px, 0);
    transform: translate3d(-9px, -81px, 0);
    opacity: 0.9;
  }
  45% {
    -webkit-transform: translate3d(-11px, -92px, 0);
    transform: translate3d(-11px, -92px, 0);
    opacity: 0.95;
  }
  50% {
    -webkit-transform: translate3d(-11px, -102px, 0);
    transform: translate3d(-11px, -102px, 0);
    opacity: 1;
  }
  55% {
    -webkit-transform: translate3d(-8px, -112px, 0);
    transform: translate3d(-8px, -112px, 0);
    opacity: 0.94;
  }
  60% {
    -webkit-transform: translate3d(-3px, -122px, 0);
    transform: translate3d(-3px, -122px, 0);
    opacity: 0.86;
  }
  65% {
    -webkit-transform: translate3d(3px, -131px, 0);
    transform: translate3d(3px, -131px, 0);
    opacity: 0.78;
  }
  70% {
    -webkit-transform: translate3d(8px, -141px, 0);
    transform: translate3d(8px, -141px, 0);
    opacity: 0.68;
  }
  75% {
    -webkit-transform: translate3d(12px, -150px, 0);
    transform: translate3d(12px, -150px, 0);
    opacity: 0.58;
  }
  80% {
    -webkit-transform: translate3d(13px, -160px, 0);
    transform: translate3d(13px, -160px, 0);
    opacity: 0.47;
  }
  85% {
    -webkit-transform: translate3d(10px, -169px, 0);
    transform: translate3d(10px, -169px, 0);
    opacity: 0.35;
  }
  90% {
    -webkit-transform: translate3d(5px, -179px, 0);
    transform: translate3d(5px, -179px, 0);
    opacity: 0.23;
  }
  95% {
    -webkit-transform: translate3d(-1px, -188px, 0);
    transform: translate3d(-1px, -188px, 0);
    opacity: 0.11;
  }
  to {
    -webkit-transform: translate3d(-7px, -198px, 0);
    transform: translate3d(-7px, -198px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes medium-bubble {
  0% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
    opacity: 0;
  }
  5% {
    -webkit-transform: translate3d(4px, -9px, 0);
    transform: translate3d(4px, -9px, 0);
    opacity: 0.41;
  }
  10% {
    -webkit-transform: translate3d(8px, -20px, 0);
    transform: translate3d(8px, -20px, 0);
    opacity: 0.51;
  }
  15% {
    -webkit-transform: translate3d(11px, -32px, 0);
    transform: translate3d(11px, -32px, 0);
    opacity: 0.58;
  }
  20% {
    -webkit-transform: translate3d(13px, -43px, 0);
    transform: translate3d(13px, -43px, 0);
    opacity: 0.64;
  }
  25% {
    -webkit-transform: translate3d(13px, -55px, 0);
    transform: translate3d(13px, -55px, 0);
    opacity: 0.7;
  }
  30% {
    -webkit-transform: translate3d(11px, -66px, 0);
    transform: translate3d(11px, -66px, 0);
    opacity: 0.76;
  }
  35% {
    -webkit-transform: translate3d(9px, -78px, 0);
    transform: translate3d(9px, -78px, 0);
    opacity: 0.81;
  }
  40% {
    -webkit-transform: translate3d(5px, -89px, 0);
    transform: translate3d(5px, -89px, 0);
    opacity: 0.87;
  }
  45% {
    -webkit-transform: translate3d(0, -101px, 0);
    transform: translate3d(0, -101px, 0);
    opacity: 0.93;
  }
  50% {
    -webkit-transform: translate3d(-5px, -112px, 0);
    transform: translate3d(-5px, -112px, 0);
    opacity: 1;
  }
  55% {
    -webkit-transform: translate3d(-9px, -123px, 0);
    transform: translate3d(-9px, -123px, 0);
    opacity: 0.93;
  }
  60% {
    -webkit-transform: translate3d(-12px, -134px, 0);
    transform: translate3d(-12px, -134px, 0);
    opacity: 0.85;
  }
  65% {
    -webkit-transform: translate3d(-14px, -144px, 0);
    transform: translate3d(-14px, -144px, 0);
    opacity: 0.76;
  }
  70% {
    -webkit-transform: translate3d(-14px, -155px, 0);
    transform: translate3d(-14px, -155px, 0);
    opacity: 0.66;
  }
  75% {
    -webkit-transform: translate3d(-12px, -165px, 0);
    transform: translate3d(-12px, -165px, 0);
    opacity: 0.56;
  }
  80% {
    -webkit-transform: translate3d(-9px, -176px, 0);
    transform: translate3d(-9px, -176px, 0);
    opacity: 0.45;
  }
  85% {
    -webkit-transform: translate3d(-5px, -186px, 0);
    transform: translate3d(-5px, -186px, 0);
    opacity: 0.34;
  }
  90% {
    -webkit-transform: translate3d(0, -197px, 0);
    transform: translate3d(0, -197px, 0);
    opacity: 0.22;
  }
  95% {
    -webkit-transform: translate3d(5px, -207px, 0);
    transform: translate3d(5px, -207px, 0);
    opacity: 0.11;
  }
  to {
    -webkit-transform: translate3d(10px, -218px, 0);
    transform: translate3d(10px, -218px, 0);
    opacity: 0;
  }
}
@keyframes medium-bubble {
  0% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
    opacity: 0;
  }
  5% {
    -webkit-transform: translate3d(4px, -9px, 0);
    transform: translate3d(4px, -9px, 0);
    opacity: 0.41;
  }
  10% {
    -webkit-transform: translate3d(8px, -20px, 0);
    transform: translate3d(8px, -20px, 0);
    opacity: 0.51;
  }
  15% {
    -webkit-transform: translate3d(11px, -32px, 0);
    transform: translate3d(11px, -32px, 0);
    opacity: 0.58;
  }
  20% {
    -webkit-transform: translate3d(13px, -43px, 0);
    transform: translate3d(13px, -43px, 0);
    opacity: 0.64;
  }
  25% {
    -webkit-transform: translate3d(13px, -55px, 0);
    transform: translate3d(13px, -55px, 0);
    opacity: 0.7;
  }
  30% {
    -webkit-transform: translate3d(11px, -66px, 0);
    transform: translate3d(11px, -66px, 0);
    opacity: 0.76;
  }
  35% {
    -webkit-transform: translate3d(9px, -78px, 0);
    transform: translate3d(9px, -78px, 0);
    opacity: 0.81;
  }
  40% {
    -webkit-transform: translate3d(5px, -89px, 0);
    transform: translate3d(5px, -89px, 0);
    opacity: 0.87;
  }
  45% {
    -webkit-transform: translate3d(0, -101px, 0);
    transform: translate3d(0, -101px, 0);
    opacity: 0.93;
  }
  50% {
    -webkit-transform: translate3d(-5px, -112px, 0);
    transform: translate3d(-5px, -112px, 0);
    opacity: 1;
  }
  55% {
    -webkit-transform: translate3d(-9px, -123px, 0);
    transform: translate3d(-9px, -123px, 0);
    opacity: 0.93;
  }
  60% {
    -webkit-transform: translate3d(-12px, -134px, 0);
    transform: translate3d(-12px, -134px, 0);
    opacity: 0.85;
  }
  65% {
    -webkit-transform: translate3d(-14px, -144px, 0);
    transform: translate3d(-14px, -144px, 0);
    opacity: 0.76;
  }
  70% {
    -webkit-transform: translate3d(-14px, -155px, 0);
    transform: translate3d(-14px, -155px, 0);
    opacity: 0.66;
  }
  75% {
    -webkit-transform: translate3d(-12px, -165px, 0);
    transform: translate3d(-12px, -165px, 0);
    opacity: 0.56;
  }
  80% {
    -webkit-transform: translate3d(-9px, -176px, 0);
    transform: translate3d(-9px, -176px, 0);
    opacity: 0.45;
  }
  85% {
    -webkit-transform: translate3d(-5px, -186px, 0);
    transform: translate3d(-5px, -186px, 0);
    opacity: 0.34;
  }
  90% {
    -webkit-transform: translate3d(0, -197px, 0);
    transform: translate3d(0, -197px, 0);
    opacity: 0.22;
  }
  95% {
    -webkit-transform: translate3d(5px, -207px, 0);
    transform: translate3d(5px, -207px, 0);
    opacity: 0.11;
  }
  to {
    -webkit-transform: translate3d(10px, -218px, 0);
    transform: translate3d(10px, -218px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes small-bubble-left {
  0% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
    opacity: 0;
  }
  5% {
    -webkit-transform: translate3d(-1px, -8px, 0);
    transform: translate3d(-1px, -8px, 0);
    opacity: 0.64;
  }
  10% {
    -webkit-transform: translate3d(-1px, -18px, 0);
    transform: translate3d(-1px, -18px, 0);
    opacity: 0.69;
  }
  15% {
    -webkit-transform: translate3d(-4px, -29px, 0);
    transform: translate3d(-4px, -29px, 0);
    opacity: 0.72;
  }
  20% {
    -webkit-transform: translate3d(-8px, -39px, 0);
    transform: translate3d(-8px, -39px, 0);
    opacity: 0.75;
  }
  25% {
    -webkit-transform: translate3d(-14px, -50px, 0);
    transform: translate3d(-14px, -50px, 0);
    opacity: 0.78;
  }
  30% {
    -webkit-transform: translate3d(-22px, -60px, 0);
    transform: translate3d(-22px, -60px, 0);
    opacity: 0.81;
  }
  35% {
    -webkit-transform: translate3d(-31px, -71px, 0);
    transform: translate3d(-31px, -71px, 0);
    opacity: 0.85;
  }
  40% {
    -webkit-transform: translate3d(-38px, -81px, 0);
    transform: translate3d(-38px, -81px, 0);
    opacity: 0.9;
  }
  45% {
    -webkit-transform: translate3d(-44px, -92px, 0);
    transform: translate3d(-44px, -92px, 0);
    opacity: 0.95;
  }
  50% {
    -webkit-transform: translate3d(-47px, -102px, 0);
    transform: translate3d(-47px, -102px, 0);
    opacity: 1;
  }
  55% {
    -webkit-transform: translate3d(-48px, -112px, 0);
    transform: translate3d(-48px, -112px, 0);
    opacity: 0.94;
  }
  60% {
    -webkit-transform: translate3d(-47px, -122px, 0);
    transform: translate3d(-47px, -122px, 0);
    opacity: 0.86;
  }
  65% {
    -webkit-transform: translate3d(-45px, -131px, 0);
    transform: translate3d(-45px, -131px, 0);
    opacity: 0.78;
  }
  70% {
    -webkit-transform: translate3d(-44px, -141px, 0);
    transform: translate3d(-44px, -141px, 0);
    opacity: 0.68;
  }
  75% {
    -webkit-transform: translate3d(-44px, -150px, 0);
    transform: translate3d(-44px, -150px, 0);
    opacity: 0.58;
  }
  80% {
    -webkit-transform: translate3d(-46px, -160px, 0);
    transform: translate3d(-46px, -160px, 0);
    opacity: 0.47;
  }
  85% {
    -webkit-transform: translate3d(-51px, -169px, 0);
    transform: translate3d(-51px, -169px, 0);
    opacity: 0.35;
  }
  90% {
    -webkit-transform: translate3d(-59px, -179px, 0);
    transform: translate3d(-59px, -179px, 0);
    opacity: 0.23;
  }
  95% {
    -webkit-transform: translate3d(-68px, -188px, 0);
    transform: translate3d(-68px, -188px, 0);
    opacity: 0.11;
  }
  to {
    -webkit-transform: translate3d(-77px, -198px, 0);
    transform: translate3d(-77px, -198px, 0);
    opacity: 0;
  }
}
@keyframes small-bubble-left {
  0% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
    opacity: 0;
  }
  5% {
    -webkit-transform: translate3d(-1px, -8px, 0);
    transform: translate3d(-1px, -8px, 0);
    opacity: 0.64;
  }
  10% {
    -webkit-transform: translate3d(-1px, -18px, 0);
    transform: translate3d(-1px, -18px, 0);
    opacity: 0.69;
  }
  15% {
    -webkit-transform: translate3d(-4px, -29px, 0);
    transform: translate3d(-4px, -29px, 0);
    opacity: 0.72;
  }
  20% {
    -webkit-transform: translate3d(-8px, -39px, 0);
    transform: translate3d(-8px, -39px, 0);
    opacity: 0.75;
  }
  25% {
    -webkit-transform: translate3d(-14px, -50px, 0);
    transform: translate3d(-14px, -50px, 0);
    opacity: 0.78;
  }
  30% {
    -webkit-transform: translate3d(-22px, -60px, 0);
    transform: translate3d(-22px, -60px, 0);
    opacity: 0.81;
  }
  35% {
    -webkit-transform: translate3d(-31px, -71px, 0);
    transform: translate3d(-31px, -71px, 0);
    opacity: 0.85;
  }
  40% {
    -webkit-transform: translate3d(-38px, -81px, 0);
    transform: translate3d(-38px, -81px, 0);
    opacity: 0.9;
  }
  45% {
    -webkit-transform: translate3d(-44px, -92px, 0);
    transform: translate3d(-44px, -92px, 0);
    opacity: 0.95;
  }
  50% {
    -webkit-transform: translate3d(-47px, -102px, 0);
    transform: translate3d(-47px, -102px, 0);
    opacity: 1;
  }
  55% {
    -webkit-transform: translate3d(-48px, -112px, 0);
    transform: translate3d(-48px, -112px, 0);
    opacity: 0.94;
  }
  60% {
    -webkit-transform: translate3d(-47px, -122px, 0);
    transform: translate3d(-47px, -122px, 0);
    opacity: 0.86;
  }
  65% {
    -webkit-transform: translate3d(-45px, -131px, 0);
    transform: translate3d(-45px, -131px, 0);
    opacity: 0.78;
  }
  70% {
    -webkit-transform: translate3d(-44px, -141px, 0);
    transform: translate3d(-44px, -141px, 0);
    opacity: 0.68;
  }
  75% {
    -webkit-transform: translate3d(-44px, -150px, 0);
    transform: translate3d(-44px, -150px, 0);
    opacity: 0.58;
  }
  80% {
    -webkit-transform: translate3d(-46px, -160px, 0);
    transform: translate3d(-46px, -160px, 0);
    opacity: 0.47;
  }
  85% {
    -webkit-transform: translate3d(-51px, -169px, 0);
    transform: translate3d(-51px, -169px, 0);
    opacity: 0.35;
  }
  90% {
    -webkit-transform: translate3d(-59px, -179px, 0);
    transform: translate3d(-59px, -179px, 0);
    opacity: 0.23;
  }
  95% {
    -webkit-transform: translate3d(-68px, -188px, 0);
    transform: translate3d(-68px, -188px, 0);
    opacity: 0.11;
  }
  to {
    -webkit-transform: translate3d(-77px, -198px, 0);
    transform: translate3d(-77px, -198px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes medium-bubble-left {
  0% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
    opacity: 0;
  }
  5% {
    -webkit-transform: translate3d(0, -9px, 0);
    transform: translate3d(0, -9px, 0);
    opacity: 0.41;
  }
  10% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0.51;
  }
  15% {
    -webkit-transform: translate3d(0, -32px, 0);
    transform: translate3d(0, -32px, 0);
    opacity: 0.58;
  }
  20% {
    -webkit-transform: translate3d(-2px, -43px, 0);
    transform: translate3d(-2px, -43px, 0);
    opacity: 0.64;
  }
  25% {
    -webkit-transform: translate3d(-4px, -55px, 0);
    transform: translate3d(-4px, -55px, 0);
    opacity: 0.7;
  }
  30% {
    -webkit-transform: translate3d(-8px, -66px, 0);
    transform: translate3d(-8px, -66px, 0);
    opacity: 0.76;
  }
  35% {
    -webkit-transform: translate3d(-13px, -78px, 0);
    transform: translate3d(-13px, -78px, 0);
    opacity: 0.81;
  }
  40% {
    -webkit-transform: translate3d(-18px, -89px, 0);
    transform: translate3d(-18px, -89px, 0);
    opacity: 0.87;
  }
  45% {
    -webkit-transform: translate3d(-24px, -101px, 0);
    transform: translate3d(-24px, -101px, 0);
    opacity: 0.93;
  }
  50% {
    -webkit-transform: translate3d(-31px, -112px, 0);
    transform: translate3d(-31px, -112px, 0);
    opacity: 1;
  }
  55% {
    -webkit-transform: translate3d(-37px, -123px, 0);
    transform: translate3d(-37px, -123px, 0);
    opacity: 0.93;
  }
  60% {
    -webkit-transform: translate3d(-41px, -134px, 0);
    transform: translate3d(-41px, -134px, 0);
    opacity: 0.85;
  }
  65% {
    -webkit-transform: translate3d(-45px, -144px, 0);
    transform: translate3d(-45px, -144px, 0);
    opacity: 0.76;
  }
  70% {
    -webkit-transform: translate3d(-48px, -155px, 0);
    transform: translate3d(-48px, -155px, 0);
    opacity: 0.66;
  }
  75% {
    -webkit-transform: translate3d(-49px, -165px, 0);
    transform: translate3d(-49px, -165px, 0);
    opacity: 0.56;
  }
  80% {
    -webkit-transform: translate3d(-48px, -176px, 0);
    transform: translate3d(-48px, -176px, 0);
    opacity: 0.45;
  }
  85% {
    -webkit-transform: translate3d(-47px, -186px, 0);
    transform: translate3d(-47px, -186px, 0);
    opacity: 0.34;
  }
  90% {
    -webkit-transform: translate3d(-45px, -197px, 0);
    transform: translate3d(-45px, -197px, 0);
    opacity: 0.22;
  }
  95% {
    -webkit-transform: translate3d(-43px, -207px, 0);
    transform: translate3d(-43px, -207px, 0);
    opacity: 0.11;
  }
  to {
    -webkit-transform: translate3d(-42px, -218px, 0);
    transform: translate3d(-42px, -218px, 0);
    opacity: 0;
  }
}
@keyframes medium-bubble-left {
  0% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
    opacity: 0;
  }
  5% {
    -webkit-transform: translate3d(0, -9px, 0);
    transform: translate3d(0, -9px, 0);
    opacity: 0.41;
  }
  10% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0.51;
  }
  15% {
    -webkit-transform: translate3d(0, -32px, 0);
    transform: translate3d(0, -32px, 0);
    opacity: 0.58;
  }
  20% {
    -webkit-transform: translate3d(-2px, -43px, 0);
    transform: translate3d(-2px, -43px, 0);
    opacity: 0.64;
  }
  25% {
    -webkit-transform: translate3d(-4px, -55px, 0);
    transform: translate3d(-4px, -55px, 0);
    opacity: 0.7;
  }
  30% {
    -webkit-transform: translate3d(-8px, -66px, 0);
    transform: translate3d(-8px, -66px, 0);
    opacity: 0.76;
  }
  35% {
    -webkit-transform: translate3d(-13px, -78px, 0);
    transform: translate3d(-13px, -78px, 0);
    opacity: 0.81;
  }
  40% {
    -webkit-transform: translate3d(-18px, -89px, 0);
    transform: translate3d(-18px, -89px, 0);
    opacity: 0.87;
  }
  45% {
    -webkit-transform: translate3d(-24px, -101px, 0);
    transform: translate3d(-24px, -101px, 0);
    opacity: 0.93;
  }
  50% {
    -webkit-transform: translate3d(-31px, -112px, 0);
    transform: translate3d(-31px, -112px, 0);
    opacity: 1;
  }
  55% {
    -webkit-transform: translate3d(-37px, -123px, 0);
    transform: translate3d(-37px, -123px, 0);
    opacity: 0.93;
  }
  60% {
    -webkit-transform: translate3d(-41px, -134px, 0);
    transform: translate3d(-41px, -134px, 0);
    opacity: 0.85;
  }
  65% {
    -webkit-transform: translate3d(-45px, -144px, 0);
    transform: translate3d(-45px, -144px, 0);
    opacity: 0.76;
  }
  70% {
    -webkit-transform: translate3d(-48px, -155px, 0);
    transform: translate3d(-48px, -155px, 0);
    opacity: 0.66;
  }
  75% {
    -webkit-transform: translate3d(-49px, -165px, 0);
    transform: translate3d(-49px, -165px, 0);
    opacity: 0.56;
  }
  80% {
    -webkit-transform: translate3d(-48px, -176px, 0);
    transform: translate3d(-48px, -176px, 0);
    opacity: 0.45;
  }
  85% {
    -webkit-transform: translate3d(-47px, -186px, 0);
    transform: translate3d(-47px, -186px, 0);
    opacity: 0.34;
  }
  90% {
    -webkit-transform: translate3d(-45px, -197px, 0);
    transform: translate3d(-45px, -197px, 0);
    opacity: 0.22;
  }
  95% {
    -webkit-transform: translate3d(-43px, -207px, 0);
    transform: translate3d(-43px, -207px, 0);
    opacity: 0.11;
  }
  to {
    -webkit-transform: translate3d(-42px, -218px, 0);
    transform: translate3d(-42px, -218px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes small-bubble-right {
  0% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
    opacity: 0;
  }
  5% {
    -webkit-transform: translate3d(9px, -8px, 0);
    transform: translate3d(9px, -8px, 0);
    opacity: 0.64;
  }
  10% {
    -webkit-transform: translate3d(16px, -18px, 0);
    transform: translate3d(16px, -18px, 0);
    opacity: 0.69;
  }
  15% {
    -webkit-transform: translate3d(22px, -29px, 0);
    transform: translate3d(22px, -29px, 0);
    opacity: 0.72;
  }
  20% {
    -webkit-transform: translate3d(25px, -39px, 0);
    transform: translate3d(25px, -39px, 0);
    opacity: 0.75;
  }
  25% {
    -webkit-transform: translate3d(26px, -50px, 0);
    transform: translate3d(26px, -50px, 0);
    opacity: 0.78;
  }
  30% {
    -webkit-transform: translate3d(25px, -60px, 0);
    transform: translate3d(25px, -60px, 0);
    opacity: 0.81;
  }
  35% {
    -webkit-transform: translate3d(24px, -71px, 0);
    transform: translate3d(24px, -71px, 0);
    opacity: 0.85;
  }
  40% {
    -webkit-transform: translate3d(23px, -81px, 0);
    transform: translate3d(23px, -81px, 0);
    opacity: 0.9;
  }
  45% {
    -webkit-transform: translate3d(24px, -92px, 0);
    transform: translate3d(24px, -92px, 0);
    opacity: 0.95;
  }
  50% {
    -webkit-transform: translate3d(28px, -102px, 0);
    transform: translate3d(28px, -102px, 0);
    opacity: 1;
  }
  55% {
    -webkit-transform: translate3d(33px, -112px, 0);
    transform: translate3d(33px, -112px, 0);
    opacity: 0.94;
  }
  60% {
    -webkit-transform: translate3d(41px, -122px, 0);
    transform: translate3d(41px, -122px, 0);
    opacity: 0.86;
  }
  65% {
    -webkit-transform: translate3d(50px, -131px, 0);
    transform: translate3d(50px, -131px, 0);
    opacity: 0.78;
  }
  70% {
    -webkit-transform: translate3d(58px, -141px, 0);
    transform: translate3d(58px, -141px, 0);
    opacity: 0.68;
  }
  75% {
    -webkit-transform: translate3d(65px, -150px, 0);
    transform: translate3d(65px, -150px, 0);
    opacity: 0.58;
  }
  80% {
    -webkit-transform: translate3d(69px, -160px, 0);
    transform: translate3d(69px, -160px, 0);
    opacity: 0.47;
  }
  85% {
    -webkit-transform: translate3d(70px, -169px, 0);
    transform: translate3d(70px, -169px, 0);
    opacity: 0.35;
  }
  90% {
    -webkit-transform: translate3d(68px, -179px, 0);
    transform: translate3d(68px, -179px, 0);
    opacity: 0.23;
  }
  95% {
    -webkit-transform: translate3d(66px, -188px, 0);
    transform: translate3d(66px, -188px, 0);
    opacity: 0.11;
  }
  to {
    -webkit-transform: translate3d(63px, -198px, 0);
    transform: translate3d(63px, -198px, 0);
    opacity: 0;
  }
}
@keyframes small-bubble-right {
  0% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
    opacity: 0;
  }
  5% {
    -webkit-transform: translate3d(9px, -8px, 0);
    transform: translate3d(9px, -8px, 0);
    opacity: 0.64;
  }
  10% {
    -webkit-transform: translate3d(16px, -18px, 0);
    transform: translate3d(16px, -18px, 0);
    opacity: 0.69;
  }
  15% {
    -webkit-transform: translate3d(22px, -29px, 0);
    transform: translate3d(22px, -29px, 0);
    opacity: 0.72;
  }
  20% {
    -webkit-transform: translate3d(25px, -39px, 0);
    transform: translate3d(25px, -39px, 0);
    opacity: 0.75;
  }
  25% {
    -webkit-transform: translate3d(26px, -50px, 0);
    transform: translate3d(26px, -50px, 0);
    opacity: 0.78;
  }
  30% {
    -webkit-transform: translate3d(25px, -60px, 0);
    transform: translate3d(25px, -60px, 0);
    opacity: 0.81;
  }
  35% {
    -webkit-transform: translate3d(24px, -71px, 0);
    transform: translate3d(24px, -71px, 0);
    opacity: 0.85;
  }
  40% {
    -webkit-transform: translate3d(23px, -81px, 0);
    transform: translate3d(23px, -81px, 0);
    opacity: 0.9;
  }
  45% {
    -webkit-transform: translate3d(24px, -92px, 0);
    transform: translate3d(24px, -92px, 0);
    opacity: 0.95;
  }
  50% {
    -webkit-transform: translate3d(28px, -102px, 0);
    transform: translate3d(28px, -102px, 0);
    opacity: 1;
  }
  55% {
    -webkit-transform: translate3d(33px, -112px, 0);
    transform: translate3d(33px, -112px, 0);
    opacity: 0.94;
  }
  60% {
    -webkit-transform: translate3d(41px, -122px, 0);
    transform: translate3d(41px, -122px, 0);
    opacity: 0.86;
  }
  65% {
    -webkit-transform: translate3d(50px, -131px, 0);
    transform: translate3d(50px, -131px, 0);
    opacity: 0.78;
  }
  70% {
    -webkit-transform: translate3d(58px, -141px, 0);
    transform: translate3d(58px, -141px, 0);
    opacity: 0.68;
  }
  75% {
    -webkit-transform: translate3d(65px, -150px, 0);
    transform: translate3d(65px, -150px, 0);
    opacity: 0.58;
  }
  80% {
    -webkit-transform: translate3d(69px, -160px, 0);
    transform: translate3d(69px, -160px, 0);
    opacity: 0.47;
  }
  85% {
    -webkit-transform: translate3d(70px, -169px, 0);
    transform: translate3d(70px, -169px, 0);
    opacity: 0.35;
  }
  90% {
    -webkit-transform: translate3d(68px, -179px, 0);
    transform: translate3d(68px, -179px, 0);
    opacity: 0.23;
  }
  95% {
    -webkit-transform: translate3d(66px, -188px, 0);
    transform: translate3d(66px, -188px, 0);
    opacity: 0.11;
  }
  to {
    -webkit-transform: translate3d(63px, -198px, 0);
    transform: translate3d(63px, -198px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes medium-bubble-right {
  0% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
    opacity: 0;
  }
  5% {
    -webkit-transform: translate3d(7px, -9px, 0);
    transform: translate3d(7px, -9px, 0);
    opacity: 0.41;
  }
  10% {
    -webkit-transform: translate3d(13px, -20px, 0);
    transform: translate3d(13px, -20px, 0);
    opacity: 0.51;
  }
  15% {
    -webkit-transform: translate3d(18px, -32px, 0);
    transform: translate3d(18px, -32px, 0);
    opacity: 0.58;
  }
  20% {
    -webkit-transform: translate3d(22px, -43px, 0);
    transform: translate3d(22px, -43px, 0);
    opacity: 0.64;
  }
  25% {
    -webkit-transform: translate3d(25px, -55px, 0);
    transform: translate3d(25px, -55px, 0);
    opacity: 0.7;
  }
  30% {
    -webkit-transform: translate3d(26px, -66px, 0);
    transform: translate3d(26px, -66px, 0);
    opacity: 0.76;
  }
  35% {
    -webkit-transform: translate3d(26px, -78px, 0);
    transform: translate3d(26px, -78px, 0);
    opacity: 0.81;
  }
  40% {
    -webkit-transform: translate3d(26px, -89px, 0);
    transform: translate3d(26px, -89px, 0);
    opacity: 0.87;
  }
  45% {
    -webkit-transform: translate3d(24px, -101px, 0);
    transform: translate3d(24px, -101px, 0);
    opacity: 0.93;
  }
  50% {
    -webkit-transform: translate3d(23px, -112px, 0);
    transform: translate3d(23px, -112px, 0);
    opacity: 1;
  }
  55% {
    -webkit-transform: translate3d(22px, -123px, 0);
    transform: translate3d(22px, -123px, 0);
    opacity: 0.93;
  }
  60% {
    -webkit-transform: translate3d(22px, -134px, 0);
    transform: translate3d(22px, -134px, 0);
    opacity: 0.85;
  }
  65% {
    -webkit-transform: translate3d(23px, -144px, 0);
    transform: translate3d(23px, -144px, 0);
    opacity: 0.76;
  }
  70% {
    -webkit-transform: translate3d(25px, -155px, 0);
    transform: translate3d(25px, -155px, 0);
    opacity: 0.66;
  }
  75% {
    -webkit-transform: translate3d(29px, -165px, 0);
    transform: translate3d(29px, -165px, 0);
    opacity: 0.56;
  }
  80% {
    -webkit-transform: translate3d(34px, -176px, 0);
    transform: translate3d(34px, -176px, 0);
    opacity: 0.45;
  }
  85% {
    -webkit-transform: translate3d(39px, -186px, 0);
    transform: translate3d(39px, -186px, 0);
    opacity: 0.34;
  }
  90% {
    -webkit-transform: translate3d(46px, -197px, 0);
    transform: translate3d(46px, -197px, 0);
    opacity: 0.22;
  }
  95% {
    -webkit-transform: translate3d(52px, -207px, 0);
    transform: translate3d(52px, -207px, 0);
    opacity: 0.11;
  }
  to {
    -webkit-transform: translate3d(58px, -218px, 0);
    transform: translate3d(58px, -218px, 0);
    opacity: 0;
  }
}
@keyframes medium-bubble-right {
  0% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
    opacity: 0;
  }
  5% {
    -webkit-transform: translate3d(7px, -9px, 0);
    transform: translate3d(7px, -9px, 0);
    opacity: 0.41;
  }
  10% {
    -webkit-transform: translate3d(13px, -20px, 0);
    transform: translate3d(13px, -20px, 0);
    opacity: 0.51;
  }
  15% {
    -webkit-transform: translate3d(18px, -32px, 0);
    transform: translate3d(18px, -32px, 0);
    opacity: 0.58;
  }
  20% {
    -webkit-transform: translate3d(22px, -43px, 0);
    transform: translate3d(22px, -43px, 0);
    opacity: 0.64;
  }
  25% {
    -webkit-transform: translate3d(25px, -55px, 0);
    transform: translate3d(25px, -55px, 0);
    opacity: 0.7;
  }
  30% {
    -webkit-transform: translate3d(26px, -66px, 0);
    transform: translate3d(26px, -66px, 0);
    opacity: 0.76;
  }
  35% {
    -webkit-transform: translate3d(26px, -78px, 0);
    transform: translate3d(26px, -78px, 0);
    opacity: 0.81;
  }
  40% {
    -webkit-transform: translate3d(26px, -89px, 0);
    transform: translate3d(26px, -89px, 0);
    opacity: 0.87;
  }
  45% {
    -webkit-transform: translate3d(24px, -101px, 0);
    transform: translate3d(24px, -101px, 0);
    opacity: 0.93;
  }
  50% {
    -webkit-transform: translate3d(23px, -112px, 0);
    transform: translate3d(23px, -112px, 0);
    opacity: 1;
  }
  55% {
    -webkit-transform: translate3d(22px, -123px, 0);
    transform: translate3d(22px, -123px, 0);
    opacity: 0.93;
  }
  60% {
    -webkit-transform: translate3d(22px, -134px, 0);
    transform: translate3d(22px, -134px, 0);
    opacity: 0.85;
  }
  65% {
    -webkit-transform: translate3d(23px, -144px, 0);
    transform: translate3d(23px, -144px, 0);
    opacity: 0.76;
  }
  70% {
    -webkit-transform: translate3d(25px, -155px, 0);
    transform: translate3d(25px, -155px, 0);
    opacity: 0.66;
  }
  75% {
    -webkit-transform: translate3d(29px, -165px, 0);
    transform: translate3d(29px, -165px, 0);
    opacity: 0.56;
  }
  80% {
    -webkit-transform: translate3d(34px, -176px, 0);
    transform: translate3d(34px, -176px, 0);
    opacity: 0.45;
  }
  85% {
    -webkit-transform: translate3d(39px, -186px, 0);
    transform: translate3d(39px, -186px, 0);
    opacity: 0.34;
  }
  90% {
    -webkit-transform: translate3d(46px, -197px, 0);
    transform: translate3d(46px, -197px, 0);
    opacity: 0.22;
  }
  95% {
    -webkit-transform: translate3d(52px, -207px, 0);
    transform: translate3d(52px, -207px, 0);
    opacity: 0.11;
  }
  to {
    -webkit-transform: translate3d(58px, -218px, 0);
    transform: translate3d(58px, -218px, 0);
    opacity: 0;
  }
}
.icon-bubble {
  position: relative;
}
.icon-bubble .bubble {
  width: 44px;
  height: 44px;
  display: block;
  background-color: var(--color-red-d71);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
@media (max-width: 1580px) {
  .icon-bubble .bubble {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 1366px) {
  .icon-bubble .bubble {
    width: 28px;
    height: 28px;
  }
}
.icon-bubble .bubble-size3 {
  width: 20px;
  height: 20px;
  opacity: 0.57;
  top: 0.1rem;
}
@media (max-width: 1580px) {
  .icon-bubble .bubble-size3 {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 1366px) {
  .icon-bubble .bubble-size3 {
    width: 11px;
    height: 11px;
  }
}
.small-bubble {
  -webkit-animation: small-bubble 1.8s linear infinite;
  animation: small-bubble 1.8s linear infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.medium-bubble {
  -webkit-animation: medium-bubble 1.8s linear infinite;
  animation: medium-bubble 1.8s linear infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.small-bubble-left {
  -webkit-animation: small-bubble-left 1.8s linear infinite;
  animation: small-bubble-left 1.8s linear infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.medium-bubble-left {
  -webkit-animation: medium-bubble-left 1.8s linear infinite;
  animation: medium-bubble-left 1.8s linear infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.small-bubble-right {
  -webkit-animation: small-bubble-right 1.8s linear infinite;
  animation: small-bubble-right 1.8s linear infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.medium-bubble-right {
  -webkit-animation: medium-bubble-right 1.8s linear infinite;
  animation: medium-bubble-right 1.8s linear infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.bubble-anim1 {
  -webkit-animation-duration: 6.5s;
  animation-duration: 6.5s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.bubble-anim2 {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.bubble-anim3 {
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-delay: 1.65s;
  animation-delay: 1.65s;
}
.bubble-anim4 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.bubble-anim5 {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.bubble-anim5,
.bubble-anim6 {
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
}
.bubble-anim6 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.bubble-anim7 {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.bubble-anim8 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.tab-ul {
  margin-top: 0.77rem;
}
.tab-ul li {
  background-color: #f5f7f9;
  border-radius: 0.16rem;
  margin-bottom: 0.2rem;
}
.tab-ul li.active .top .btn {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.tab-ul li .top {
  cursor: pointer;
  padding: 0.21rem 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0.8rem;
}
@media (max-width: 1024px) {
  .tab-ul li .top {
    grid-gap: 0.4rem;
  }
}
.tab-ul li .top .title {
  line-height: 1.6em;
  font-weight: bold;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
@media (max-width: 1024px) {
  .tab-ul li .top .title {
    font-size: var(--font16);
  }
}
.tab-ul li .top .btn {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tab-ul li .top .btn img,
.tab-ul li .top .btn svg {
  width: 0.17rem;
  min-width: 14px;
}
.tab-ul li .bom {
  display: none;
  padding: 0 0.4rem 0.38rem;
}
.tab-ul li .bom .text-body {
  color: #333333;
  line-height: 1.875em;
}
.forms {
  /* 验证码 */
  /* 文件上传 */
  /* 单选-多选 */
  /* 隐私条款 */
}
.forms input {
  width: 100%;
  height: 0.68rem;
  min-height: 45px;
  padding: 0 0.26rem;
  border: 1px solid #e9eaef;
  border-radius: 0.1rem;
  color: #222;
}
.forms .widget-textarea {
  height: 1.89rem;
  min-height: 99px;
}
.forms textarea {
  width: 100%;
  height: 1.89rem;
  min-height: 99px;
  padding: 10px 0.26rem;
  border: 1px solid #e9eaef;
  border-radius: 0.1rem;
  color: #222;
}
.forms select {
  width: 100%;
  height: 0.68rem;
  min-height: 45px;
  padding: 0 0.26rem;
  border: 1px solid #e9eaef;
  border-radius: 0.1rem;
  color: #222;
}
.forms .widget-label label {
  color: #333333;
}
.forms .widget-label label i,
.forms .widget-label label span {
  color: #dd1717;
}
.forms .info-list {
  margin-top: 0.28rem;
}
.forms .info-list2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.24rem;
}
@media (max-width: 767px) {
  .forms .info-list2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.forms .info-list3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.24rem;
  margin: 0;
}
@media (max-width: 767px) {
  .forms .info-list3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.forms .forms-box {
  position: relative;
}
.forms .btn-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 0.4rem;
}
.forms .widget-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0.12rem;
}
.forms .widget-input-container input {
  width: 14.5625%;
  max-width: 233px;
  min-width: 200px;
}
.forms .widget-input-container img {
  height: 100%;
  height: 0.68rem;
  min-height: 45px;
  cursor: pointer;
}
.forms .file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.forms .layui-input-block {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.forms .layui-input-block .layui-form-radio:hover > *,
.forms .layui-input-block .layui-form-radioed,
.forms .layui-input-block .layui-form-radioed > i {
  color: var(--color-active);
}
.forms .layui-form-item {
  padding-left: 24px;
  margin: 0;
  margin-top: 0.22rem;
}
.forms .layui-form-item a {
  position: relative;
  z-index: 9;
  color: var(--color-active);
  text-decoration: revert;
}
.forms .layui-form-item .layui-form-checkbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
}
.forms .layui-form-item .layui-form-checkbox i,
.forms .layui-form-item .layui-form-checkbox span {
  width: 16px;
  height: 16px;
  background-color: white;
  border-color: #a4a4a4;
  border-radius: 4px;
  bottom: -0.03rem;
  margin: auto;
  font-weight: bold;
}
.forms .layui-form-item .layui-form-checked[lay-skin=primary] > i {
  color: var(--color-active);
}
.forms .layui-form-item .layui-form-checkbox[lay-skin=primary]:hover > i,
.forms .layui-form-item .layui-form-checked[lay-skin=primary] > i {
  border-color: var(--color-active) !important;
  background-color: var(--color-active);
}
.forms .layui-form-item .layui-icon-ok:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/checkbox-icon.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
}
.forms .layui-form-item .layui-form-checkbox[lay-skin=primary]:hover > i::before,
.forms .layui-form-item .layui-form-checked .layui-icon-ok:before {
  opacity: 1;
}
.layui-form-select.layui-form-selected .layui-edge {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.layui-form-select .layui-input:hover,
.layui-form-select .layui-input:focus,
.layui-form-select .layui-textarea:focus {
  border-color: #adadad !important;
  box-shadow: none;
}
.layui-form-select .layui-edge {
  width: 46px;
  height: 100%;
  background: url(../svg/select-icon.svg) no-repeat center;
  background-size: 12px 12px;
  border: none;
  right: 0;
  top: 0;
  margin-top: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.layui-form-select dl {
  padding: 10px 0;
  margin-top: 8px;
  border: 1px solid #adadad;
  border-radius: 10px;
  box-shadow: none;
  top: auto;
}
.layui-form-select dl dd:first-child {
  display: none;
}
.layui-form-select dl dt,
.layui-form-select dl dd {
  font-size: var(--font16);
  padding: 0 0.24rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.layui-form-select dl .layui-this {
  color: var(--color-active) !important;
  background-color: transparent !important;
}
.layui-form-select dl dd:hover {
  background: var(--color-gray-eee);
}
.searchform {
  position: relative;
}
.searchform .input {
  font-size: var(--font14);
  color: var(--color-black);
  font-style: normal;
  width: 100%;
  height: 36px;
  padding-left: 20px;
  padding-right: 45px;
  border: 1px solid var(--color-gray-ddd);
  border-radius: 99px;
  background-color: transparent;
}
.searchform .iconfont {
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0.2rem;
  top: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: var(--color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pager-box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.1rem;
  margin-top: 0.72rem;
}
.pager-box * {
  font-size: var(--font15);
  color: #555555;
}
.pager-box a,
.pager-box span {
  width: 0.44rem;
  height: 0.44rem;
  min-width: 34px;
  min-height: 34px;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 50% !important;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pager-box a img,
.pager-box span img,
.pager-box a svg,
.pager-box span svg {
  width: 22.72727273%;
}
.pager-box a .layui-laypage-em,
.pager-box span .layui-laypage-em,
.pager-box a.active,
.pager-box span.active,
.pager-box a:hover,
.pager-box span:hover {
  color: #fff;
  background-image: -moz-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  background-image: -webkit-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  background-image: -ms-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
}
.pager-box a:first-child:hover img,
.pager-box span:first-child:hover img,
.pager-box a:last-child:hover img,
.pager-box span:last-child:hover img,
.pager-box a:first-child:hover svg,
.pager-box span:first-child:hover svg,
.pager-box a:last-child:hover svg,
.pager-box span:last-child:hover svg {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.pager-box a.prohibition,
.pager-box span.prohibition {
  cursor: auto;
}
.pager-box a.prohibition:hover,
.pager-box span.prohibition:hover {
  background-color: transparent;
}
.pager-box a.prohibition:hover img,
.pager-box span.prohibition:hover img,
.pager-box a.prohibition:hover svg,
.pager-box span.prohibition:hover svg {
  -webkit-filter: initial;
  filter: initial;
}
.pager-box a.prohibition img,
.pager-box span.prohibition img,
.pager-box a.prohibition svg,
.pager-box span.prohibition svg {
  opacity: 0.5;
}
.error-page {
  padding: 1.54rem 0 2.14rem;
}
.error-page .page-main .title {
  color: #231815;
}
.error-page .page-main .title span {
  color: var(--color-active);
}
.error-page .page-main .img {
  margin-bottom: 0.78rem;
}
.error-page .page-main .img img,
.error-page .page-main .img svg {
  width: 41.66666667%;
  max-width: 600px;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .error-page .page-main .img img,
  .error-page .page-main .img svg {
    width: 80%;
  }
}
.error-page .page-main .img img path,
.error-page .page-main .img svg path {
  fill: var(--color-active);
}
.error-page .page-main .btn-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 0.29rem;
}
.public-page {
  padding: 1.2rem 0;
}
.public-page .page-main {
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1024px) {
  .public-page .page-main {
    width: 100%;
    max-width: 100%;
  }
}
.public-page .page-main .page-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 0.4rem;
  margin-bottom: 0.47rem;
}
.public-page .page-main .public-detail-content .text-body {
  margin-bottom: 0.8rem;
}
.public-page .page-main .public-detail-content h6 {
  font-size: var(--font18);
  color: #333333;
  margin: 0.48rem 0 0.28rem;
}
.public-page .page-main .public-detail-content h6:first-child {
  margin-top: 0;
}
.public-page .page-main .public-detail-content h5 {
  font-size: var(--font30);
  color: #000000;
  margin: 0.48rem 0 0.28rem;
  font-weight: bold;
}
.public-page .page-main .public-detail-content h5:first-child {
  margin-top: 0;
}
.public-page .page-main .public-detail-content p {
  color: #333333;
  line-height: 1.66666667em;
}
.public-page .page-main .public-detail-content p strong {
  color: #000000;
  font-size: var(--font20);
  margin-bottom: 0.1rem;
  display: block;
}
.public-page .page-main .public-detail-content p span {
  color: #000;
}
.public-page .page-main .public-detail-content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.public-page .page-main .public-detail-content dl dt {
  color: #222222;
}
.public-page .page-main .public-detail-content dl dt * {
  color: #222222;
}
.public-page .page-main .public-detail-content dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.public-page .page-main .public-detail-content ul {
  padding-left: 2em;
}
.public-page .page-main .public-detail-content ul li h4 {
  color: #000000;
  margin: 0.18rem 0 0.09rem;
}
.public-page .page-main .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .public-page .page-main .wrap-box {
    display: block;
  }
}
.public-page .page-main .wrap-box .wrap-left {
  width: 25.83333333%;
  max-width: 300px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .public-page .page-main .wrap-box .wrap-left {
    width: 100%;
    max-width: 100%;
  }
}
.public-page .page-main .wrap-box .wrap-right {
  width: 74.16666667%;
  max-width: 890px;
}
@media (max-width: 1024px) {
  .public-page .page-main .wrap-box .wrap-right {
    width: 100%;
    max-width: 100%;
    margin-top: 1rem;
  }
}
.public-page .page-main .menu-main {
  position: relative;
  position: sticky;
  top: 120px;
  left: 0;
}
@media screen and (max-width: 1440px) {
  .public-page .page-main .menu-main {
    top: 100px;
  }
}
@media (max-width: 1024px) {
  .public-page .page-main .menu-main {
    display: none;
  }
}
.public-page .page-main .menu-main::before {
  content: '';
  width: 0.02rem;
  height: 100%;
  background-color: #d9d9d9;
  position: absolute;
  left: 0;
  top: 0;
}
.public-page .page-main .menu-main .menu-location {
  color: #888888;
  padding: 0.06rem 0;
  padding-left: 0.22rem;
  margin-bottom: 0.26rem;
  position: relative;
}
.public-page .page-main .menu-main .menu-location::before {
  content: '';
  width: 0.02rem;
  height: 100%;
  background-color: var(--color-active);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.public-page .page-main .menu-main .menu-location.active {
  color: #000;
}
.public-page .page-main .menu-main .menu-location.active::before {
  opacity: 1;
}
.list-sitemap-page {
  padding-bottom: 2rem;
}
.list-sitemap-page .page-main {
  width: 97.22222222%;
  max-width: 1400px;
}
.list-sitemap-page .page-main .page-title {
  padding-bottom: 0.3rem;
  margin: 0;
  border: none;
}
.list-sitemap-page .page-main .list-sitemap .item {
  position: relative;
  padding: 0.38rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.list-sitemap-page .page-main .list-sitemap .item a {
  cursor: pointer;
}
.list-sitemap-page .page-main .list-sitemap .item .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .list-sitemap-page .page-main .list-sitemap .item .item-box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    grid-gap: 0.24rem;
  }
}
.list-sitemap-page .page-main .list-sitemap .item .item-box .title {
  color: #231815;
  width: 19.28571429%;
  max-width: 270px;
  padding-left: 0.1rem;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .list-sitemap-page .page-main .list-sitemap .item .item-box .title {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.list-sitemap-page .page-main .list-sitemap .item .item-box .text-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.list-sitemap-page .page-main .list-sitemap .item .item-box .text-list .text-dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 0.4rem 0.8rem;
}
.list-sitemap-page .page-main .list-sitemap .item .item-box .text-list .text-dd a {
  color: #333333;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-sitemap-page .page-main .list-sitemap .item .item-box .text-list .text-dd a::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--color-active);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-sitemap-page .page-main .list-sitemap .item .item-box .text-list .text-dd a:hover {
  color: var(--color-active);
}
.list-sitemap-page .page-main .list-sitemap .item .item-box .text-list .text-dd a:hover::before {
  opacity: 1;
}
.search-page {
  padding: 1.1rem 0 0;
}
.search-page .searchform {
  position: relative;
  width: 47.22222222%;
  max-width: 680px;
  margin: auto;
  margin-top: 0.3rem;
}
@media (max-width: 990px) {
  .search-page .searchform {
    width: 100%;
  }
}
.search-page .searchform .input {
  font-size: var(--font16);
  color: #111;
  font-style: normal;
  width: 100%;
  height: 0.6rem;
  min-height: 45px;
  padding-left: 57px;
  padding-right: 60px;
  border: 2px solid rgba(34, 34, 34, 0.6);
  border-radius: 0.3rem;
  background-color: #fff;
}
.search-page .searchform input::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.54);
}
.search-page .searchform input:-moz-placeholder {
  color: rgba(34, 34, 34, 0.54);
}
.search-page .searchform input::-moz-placeholder {
  color: rgba(34, 34, 34, 0.54);
}
.search-page .searchform input:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.54);
}
.search-page .searchform .iconfont {
  position: absolute;
  left: 0.2rem;
  top: 0;
  bottom: 0;
  margin: 0;
  cursor: pointer;
  width: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.search-page .searchform .iconfont img,
.search-page .searchform .iconfont svg {
  -webkit-filter: drop-shadow(-80px 0 var(--color-black));
  filter: drop-shadow(-80px 0 var(--color-black));
  -webkit-transform: translate(80px);
  transform: translate(80px);
}
.search-page .recommend_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  grid-gap: 0.44rem;
  margin-top: 0.9rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.search-page .recommend_list a {
  position: relative;
  color: #222222;
  padding-bottom: 0.12rem;
}
.search-page .recommend_list a.active {
  color: var(--color-active);
}
.search-page .recommend_list a.active::before {
  width: 100%;
}
.search-page .recommend_list a::before {
  content: '';
  width: 0;
  height: 0.03rem;
  background-color: var(--color-active);
  position: absolute;
  left: 0;
  bottom: 0;
}
.search-page2-pager {
  padding: 0.93rem 0;
}
.search-page2-pager .page-main .pager-box {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .search-page2-pager {
    padding: 1.2rem 0;
  }
}
.search-page2 .products-page .page-main .list {
  border-top: none;
  margin-top: 0;
  padding-top: 0.48rem;
}
.search-box {
  padding-bottom: 1.6rem;
}
.no-result-page .text-body {
  margin-top: 0.8rem;
  color: #333;
  line-height: 2.125em;
  text-align: center;
}
.no-result-page .text-body * {
  text-align: center;
}
.no-result-page .text-body img {
  max-width: 2.97rem;
  margin-bottom: 0.28rem;
}
.search-page2 .no-result-page {
  padding: 0.6rem 0 1.6rem;
}
@media (max-width: 1024px) {
  .search-page2 .no-result-page {
    padding: 1rem 0 2rem;
  }
}
.c-close {
  width: 0.19rem;
  min-width: 19px;
  position: absolute;
  right: 0.34rem;
  top: 0.32rem;
  cursor: pointer;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-close img,
.c-close svg {
  width: 100%;
  height: auto;
}
.c-close.c-close-white {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.c-close.c-close-black {
  background: #000;
  border-radius: 50%;
  right: 0;
  top: auto;
  bottom: 100%;
  margin-bottom: 0.14rem;
}
.c-close.c-close-black img,
.c-close.c-close-black svg {
  width: 90%;
}
/*
插件：视频弹窗
版本：
官网：
*/
/* 视频弹窗 */
#hi-video-pop {
  color: var(--color-active);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-video-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-video-pop .hi-close {
  position: fixed;
  top: 85%;
  left: 50%;
  z-index: 5;
  margin-left: -25px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.4s;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#hi-video-pop .hi-close:after,
#hi-video-pop .hi-close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 20px;
  height: 2px;
  margin: -1px 0 0 -10px;
  background: #333;
  transition: 0.4s;
}
#hi-video-pop .hi-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-video-pop .hi-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-video-pop .hi-close:hover {
  background: var(--color-active);
}
#hi-video-pop .hi-close:hover:after,
#hi-video-pop .hi-close:hover:before {
  background: #fff;
}
#hi-video-pop .hi-video-box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hi-video-pop .hi-video-box .hi-video-wrap {
  position: relative;
  max-width: 90vh;
  border: 2px solid #fff;
}
@media (max-width: 767px) {
  #hi-video-pop .hi-video-box .hi-video-wrap {
    max-width: 90%;
  }
}
#hi-video-pop .hi-video-box .hi-video-wrap video {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
/* iframe视频弹窗 */
#hi-iframe-video {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-iframe-video * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-iframe-video .hi-close {
  position: fixed;
  top: 85%;
  left: 50%;
  z-index: 5;
  margin-left: -25px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.4s;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#hi-iframe-video .hi-close:after,
#hi-iframe-video .hi-close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 20px;
  height: 2px;
  margin: -1px 0 0 -10px;
  background: #333;
  transition: 0.4s;
}
#hi-iframe-video .hi-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-iframe-video .hi-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-iframe-video .hi-close:hover {
  background: var(--color-active);
}
#hi-iframe-video .hi-close:hover:after,
#hi-iframe-video .hi-close:hover:before {
  background: #fff;
}
#hi-iframe-video iframe {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100vh;
  height: 60vh;
  max-width: 90%;
  max-height: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  #hi-iframe-video iframe {
    width: 90vw;
    height: 60vw;
  }
}
/*
插件：视频全屏
版本：
官网：
*/
#hi-video-pop2 {
  display: none;
  height: 0;
  width: 0;
}
/*
插件：图片弹窗
版本：
官网：
*/
#hi-img-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-img-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-img-pop .hi-close {
  position: fixed;
  top: 85%;
  left: 50%;
  margin-left: -25px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.4s;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#hi-img-pop .hi-close:after,
#hi-img-pop .hi-close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 20px;
  height: 2px;
  margin: -1px 0 0 -10px;
  background: #333;
  transition: 0.4s;
}
#hi-img-pop .hi-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-img-pop .hi-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-img-pop .hi-close:hover {
  background: var(--color-active);
}
#hi-img-pop .hi-close:hover:after,
#hi-img-pop .hi-close:hover:before {
  background: #fff;
}
#hi-img-pop > img {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 65%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*
插件：图文弹窗
版本：
官网：
*/
.img-pop {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
.img-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.img-pop .c-wrap {
  max-width: 1080px;
  min-height: 100vh;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.img-pop .page-main {
  position: relative;
  width: 100%;
}
.img-pop .page-main .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 0.2rem;
}
.img-pop .page-main .item-box .public-img::before {
  padding-top: 38.88888889%;
}
.img-pop .page-main .item-box .text-box {
  padding: 0.4rem 1.24rem;
}
@media (max-width: 767px) {
  .img-pop .page-main .item-box .text-box {
    padding: 0.6rem 0.4rem;
  }
}
.img-pop .page-main .item-box .text-box .title {
  color: #000000;
}
.img-pop .page-main .item-box .text-box .title span {
  display: initial;
}
@media (max-width: 767px) {
  .img-pop .page-main .item-box .text-box .title {
    font-size: var(--font25);
  }
}
.img-pop .page-main .item-box .text-box .text-body {
  margin-top: 0.22rem;
  color: #000000;
  line-height: 1.52em;
}
.img-pop .page-main .item-box .text-box .text-body p {
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .img-pop .page-main .item-box .text-box .text-body {
    font-size: var(--font18);
  }
}
/*
插件：留言弹窗
版本：
官网：
*/
.message-pop {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
.message-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.message-pop .c-wrap {
  min-height: 100vh;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.message-pop .page-main {
  width: 90.25%;
  max-width: 1444px;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding: 0.95rem 0.4rem 0.8rem;
  background: url(../images/message-bg1-1.jpg) no-repeat center #FFF;
  background-size: cover;
  border-radius: 0.2rem;
}
@media (max-width: 1024px) {
  .message-pop .page-main {
    width: 100%;
    padding: 0.6rem 0.4rem;
  }
}
.message-pop .page-main .icon {
  margin-bottom: 0.36rem;
}
.message-pop .page-main .icon img,
.message-pop .page-main .icon svg {
  width: 0.25rem;
  min-width: 20px;
}
.message-pop .page-main .title {
  font-family: 'Montserrat-SB';
  font-weight: bold;
}
@media (max-width: 1024px) {
  .message-pop .page-main .title {
    font-size: var(--font30);
  }
}
.message-pop .page-main .text-body {
  color: #555555;
  max-height: 4.33rem;
}
@media (max-width: 1024px) {
  .message-pop .page-main .text-body {
    overflow: hidden;
    max-height: initial;
  }
}
.message-pop .page-main .text-body h6 {
  font-family: 'Montserrat-SB';
  font-size: var(--font18);
  color: #222222;
  font-weight: bold;
  margin-top: 0.4rem;
  margin-bottom: 0.12rem;
}
.message-pop .page-main .text-body h6:first-child {
  margin-top: 0.2rem;
}
.message-pop .page-main .text-body p {
  line-height: 1.6875em;
}
/*
插件：投递简历弹窗
版本：
官网：
*/
#hi-resume-pop {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-resume-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-resume-pop form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 500px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1580px) {
  #hi-resume-pop form {
    max-width: 400px;
  }
}
#hi-resume-pop form .hi-title-box {
  position: relative;
  padding: 0 0.4rem;
  background: var(--color-active);
}
#hi-resume-pop form .hi-title-box .hi-title {
  line-height: 0.8rem;
  font-size: 20px;
  color: #fff;
}
@media (max-width: 1580px) {
  #hi-resume-pop form .hi-title-box .hi-title {
    line-height: 1rem;
    font-size: 0.4rem;
  }
}
#hi-resume-pop form .hi-title-box .hi-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 1.05rem;
  height: 0.8rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  #hi-resume-pop form .hi-title-box .hi-close {
    width: 1.05rem;
    height: 1rem;
  }
}
#hi-resume-pop form .hi-title-box .hi-close:before,
#hi-resume-pop form .hi-title-box .hi-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -0.13rem;
  width: 0.25rem;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  #hi-resume-pop form .hi-title-box .hi-close:before,
  #hi-resume-pop form .hi-title-box .hi-close:after {
    margin: -1px 0 0 -0.2rem;
    width: 0.4rem;
  }
}
#hi-resume-pop form .hi-title-box .hi-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-resume-pop form .hi-box {
  padding: 0.4rem;
  line-height: 0.6rem;
}
@media (max-width: 767px) {
  #hi-resume-pop form .hi-box {
    line-height: 0.6rem;
  }
}
#hi-resume-pop form .hi-box input {
  margin-bottom: 0.2rem;
  padding: 0 0.15rem;
  width: 100%;
  height: 0.6rem;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  #hi-resume-pop form .hi-box input {
    height: 0.8rem;
  }
}
#hi-resume-pop form .hi-box button {
  width: 100%;
  height: 0.6rem;
  background: var(--color-active);
  color: #fff;
  cursor: pointer;
  border: 0;
}
@media (max-width: 767px) {
  #hi-resume-pop form .hi-box button {
    height: 0.8rem;
  }
}
#hi-resume-pop form .hi-box .hi-file-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}
#hi-resume-pop form .hi-box .hi-file-box .hi-input-box {
  position: relative;
  display: inline-block;
  margin-right: 0.15rem;
  padding: 0.05rem 0.15rem;
  line-height: 0.3rem;
  background: var(--color-active);
}
@media (max-width: 767px) {
  #hi-resume-pop form .hi-box .hi-file-box .hi-input-box {
    padding: 0.1rem 0.15rem;
    line-height: 0.4rem;
  }
}
#hi-resume-pop form .hi-box .hi-file-box .hi-input-box input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}
#hi-resume-pop form .hi-box .hi-file-box .hi-input-box .hi-text {
  color: #fff;
}
#hi-resume-pop form .hi-box .hi-file-box .hi-text2 {
  line-height: 0.4rem;
}
@media (max-width: 767px) {
  #hi-resume-pop form .hi-box .hi-file-box .hi-text2 {
    padding: 0.1rem 0;
  }
}
#hi-resume-pop form .hi-box .hi-code-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
#hi-resume-pop form .hi-box .hi-code-box input {
  margin-bottom: 0;
  width: calc(100% - 1.4rem) !important;
}
@media (max-width: 767px) {
  #hi-resume-pop form .hi-box .hi-code-box input {
    width: calc(100% - 2.2rem) !important;
  }
}
#hi-resume-pop form .hi-box .hi-code-box img {
  max-width: 1.3rem;
  max-height: 0.6rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  #hi-resume-pop form .hi-box .hi-code-box img {
    max-width: 2rem;
    max-height: 0.8rem;
  }
}
#c-content-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-content-pop .c-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 473px;
  padding: 0.4rem;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #c-content-pop .c-content-box {
    width: 90%;
  }
}
#c-content-pop .c-content-box .c-auto {
  height: 40vh;
  overflow: auto;
}
/*
插件：animate动画
版本：3.7.2
官网：https://animate.style/
*/
@-webkit-keyframes h-scale-anim {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes h-scale-anim {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes h-line-mask-anim {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-clip-path: polygon(-10% -100%, 110% -100%, 110% 0%, -10% 0%);
    clip-path: polygon(-10% -100%, 110% -100%, 110% 0%, -10% 0%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(-10% 0%, 110% 0%, 110% 110%, -10% 110%);
    clip-path: polygon(-10% 0%, 110% 0%, 110% 110%, -10% 110%);
  }
}
@keyframes h-line-mask-anim {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-clip-path: polygon(-10% -100%, 110% -100%, 110% 0%, -10% 0%);
    clip-path: polygon(-10% -100%, 110% -100%, 110% 0%, -10% 0%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(-10% 0%, 110% 0%, 110% 110%, -10% 110%);
    clip-path: polygon(-10% 0%, 110% 0%, 110% 110%, -10% 110%);
  }
}
@-webkit-keyframes scrollToTop {
  0% {
    transform: translateY(50px) scale(0.99);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes scrollToTop {
  0% {
    transform: translateY(50px) scale(0.99);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes right-img-animate {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@keyframes right-img-animate {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@-webkit-keyframes right-animate {
  from {
    opacity: 0;
    transform: translate(100%, 0%);
  }
  to {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@keyframes right-animate {
  from {
    opacity: 0;
    transform: translate(100%, 0%);
  }
  to {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes up-animate {
  0% {
    opacity: 0;
    transform: matrix(1, 0.1, 0, 1, 0, 20);
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes up-animate {
  0% {
    opacity: 0;
    transform: matrix(1, 0.1, 0, 1, 0, 20);
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@-webkit-keyframes scaleInImg {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleInImg {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes icon-video {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes icon-video {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes icon_video {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes icon_video {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes h-line {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    opacity: 1;
  }
  20% {
    transform: scale(0.01, 1);
    -webkit-transform: scale(0.01, 1);
    -ms-transform: scale(0.01, 1);
    -moz-transform: scale(0.01, 1);
    -o-transform: scale(0.01, 1);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    opacity: 1;
  }
  30% {
    transform: scale(0.01, 1);
    -webkit-transform: scale(0.01, 1);
    -ms-transform: scale(0.01, 1);
    -moz-transform: scale(0.01, 1);
    -o-transform: scale(0.01, 1);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    opacity: 0;
  }
  31% {
    transform: scale(0.01, 1);
    -webkit-transform: scale(0.01, 1);
    -ms-transform: scale(0.01, 1);
    -moz-transform: scale(0.01, 1);
    -o-transform: scale(0.01, 1);
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    opacity: 0;
  }
  50% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    opacity: 1;
  }
}
@keyframes h-line {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    opacity: 1;
  }
  20% {
    transform: scale(0.01, 1);
    -webkit-transform: scale(0.01, 1);
    -ms-transform: scale(0.01, 1);
    -moz-transform: scale(0.01, 1);
    -o-transform: scale(0.01, 1);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    opacity: 1;
  }
  30% {
    transform: scale(0.01, 1);
    -webkit-transform: scale(0.01, 1);
    -ms-transform: scale(0.01, 1);
    -moz-transform: scale(0.01, 1);
    -o-transform: scale(0.01, 1);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    opacity: 0;
  }
  31% {
    transform: scale(0.01, 1);
    -webkit-transform: scale(0.01, 1);
    -ms-transform: scale(0.01, 1);
    -moz-transform: scale(0.01, 1);
    -o-transform: scale(0.01, 1);
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    opacity: 0;
  }
  50% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    opacity: 1;
  }
}
@-webkit-keyframes animate__x {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-0.5rem);
    transform: translateX(-0.5rem);
  }
}
@keyframes animate__x {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-0.5rem);
    transform: translateX(-0.5rem);
  }
}
@-webkit-keyframes animate__x2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }
}
@keyframes animate__x2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }
}
.scroll-animate {
  visibility: hidden;
  opacity: 0;
}
.animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.h-scale-anim {
  -webkit-animation-name: h-scale-anim;
  animation-name: h-scale-anim;
  -webkit-transition: transform calc(1.5s*var(--animation-duration-factor)) cubic-bezier(0.215, 0.61, 0.355, 1), opacity calc(0.6s*var(--animation-duration-factor)) cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform calc(1.5s*var(--animation-duration-factor)) cubic-bezier(0.215, 0.61, 0.355, 1), opacity calc(0.6s*var(--animation-duration-factor)) cubic-bezier(0.215, 0.61, 0.355, 1);
}
.h-line-mask-anim {
  -webkit-animation-name: h-line-mask-anim;
  animation-name: h-line-mask-anim;
  transition: clip-path 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: clip-path 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.scrollToTop {
  -webkit-animation-name: scrollToTop;
  animation-name: scrollToTop;
}
.right-img-animate {
  display: inline-block;
  -webkit-animation-name: right-img-animate;
  animation-name: right-img-animate;
}
.right-animate {
  display: inline-block;
  -webkit-animation-name: right-animate;
  animation-name: right-animate;
}
.up-animate {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-animation: up-animate 1.2s cubic-bezier(0.49, 0.54, 0.16, 1);
  animation: up-animate 1.2s cubic-bezier(0.49, 0.54, 0.16, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.scaleInImg {
  -webkit-animation-name: scaleInImg;
  animation-name: scaleInImg;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.icon-video {
  -webkit-animation-name: icon-video;
  animation-name: icon-video;
}
.icon_video {
  -webkit-animation-name: icon_video;
  animation-name: icon_video;
}
.h-line {
  -webkit-animation-name: h-line;
  animation-name: h-line;
}
.animate__x {
  -webkit-animation-name: animate__x;
  animation-name: animate__x;
}
.animate__x2 {
  -webkit-animation-name: animate__x2;
  animation-name: animate__x2;
}
@-webkit-keyframes animate__fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes animate__fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes animate__fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.animate__fadeInDownSmall {
  -webkit-animation-name: animate__fadeInDownSmall;
  animation-name: animate__fadeInDownSmall;
}
@-webkit-keyframes animate__fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes animate__fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: animate__fadeIn;
  animation-name: animate__fadeIn;
}
@-webkit-keyframes animate__fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes animate__fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: animate__fadeInUp;
  animation-name: animate__fadeInUp;
}
@-webkit-keyframes animate__fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0.6rem, 0);
    transform: translate3d(0, 0.6rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes animate__fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0.6rem, 0);
    transform: translate3d(0, 0.6rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.animate__fadeInUp2 {
  -webkit-animation-name: animate__fadeInUp2;
  animation-name: animate__fadeInUp2;
}
@-webkit-keyframes animate__fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes animate__fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: animate__fadeInDown;
  animation-name: animate__fadeInDown;
}
@-webkit-keyframes animate__fadeInDown2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1rem, 0);
    transform: translate3d(0, -1rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes animate__fadeInDown2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1rem, 0);
    transform: translate3d(0, -1rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.animate__fadeInDown2 {
  -webkit-animation-name: animate__fadeInDown2;
  animation-name: animate__fadeInDown2;
}
@-webkit-keyframes animate__fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes animate__fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: animate__fadeInLeft;
  animation-name: animate__fadeInLeft;
}
@-webkit-keyframes animate__fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1.8rem, 0, 0);
    transform: translate3d(-1.8rem, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes animate__fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1.8rem, 0, 0);
    transform: translate3d(-1.8rem, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.animate__fadeInLeft2 {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-name: animate__fadeInLeft2;
  animation-name: animate__fadeInLeft2;
}
@-webkit-keyframes animate__fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes animate__fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.animate__fadeInRight {
  -webkit-animation-name: animate__fadeInRight;
  animation-name: animate__fadeInRight;
}
@-webkit-keyframes animate__fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1.8rem, 0, 0);
    transform: translate3d(1.8rem, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes animate__fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1.8rem, 0, 0);
    transform: translate3d(1.8rem, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.animate__fadeInRight2 {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-name: animate__fadeInRight2;
  animation-name: animate__fadeInRight2;
}
@-webkit-keyframes animate__shearUp {
  0% {
    clip-path: inset(100% 0 0 0);
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  99% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  to {
    clip-path: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes animate__shearUp {
  0% {
    clip-path: inset(100% 0 0 0);
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  99% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  to {
    clip-path: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__shearUp {
  -webkit-animation-name: animate__shearUp;
  animation-name: animate__shearUp;
}
@-webkit-keyframes animate__shearDown {
  0% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  99% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  to {
    clip-path: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes animate__shearDown {
  0% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  99% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  to {
    clip-path: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__shearDown {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-name: animate__shearDown;
  animation-name: animate__shearDown;
}
@-webkit-keyframes animate__shearLeft {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  99% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    clip-path: none;
  }
}
@keyframes animate__shearLeft {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  99% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    clip-path: none;
  }
}
.animate__shearLeft {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: animate__shearLeft;
  animation-name: animate__shearLeft;
}
@-webkit-keyframes animate__shearRight {
  0% {
    clip-path: inset(0 0 0 100%);
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  99% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    clip-path: none;
  }
}
@keyframes animate__shearRight {
  0% {
    clip-path: inset(0 0 0 100%);
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  99% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    clip-path: none;
  }
}
.animate__shearRight {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: animate__shearRight;
  animation-name: animate__shearRight;
}
@-webkit-keyframes animate__fb1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px) skew(0deg, 3deg);
    transform: translateY(50px) skew(0deg, 3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes animate__fb1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px) skew(0deg, 3deg);
    transform: translateY(50px) skew(0deg, 3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.animate__fb1 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: animate__fb1;
  animation-name: animate__fb1;
}
@-webkit-keyframes animate__fb2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px) scaleY(1.1) rotate(5deg) rotateY(-20deg);
    transform: translateY(30px) scaleY(1.1) rotate(5deg) rotateY(-20deg);
    -webkit-transform-origin: 0 center;
    transform-origin: 0 center;
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes animate__fb2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px) scaleY(1.1) rotate(5deg) rotateY(-20deg);
    transform: translateY(30px) scaleY(1.1) rotate(5deg) rotateY(-20deg);
    -webkit-transform-origin: 0 center;
    transform-origin: 0 center;
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.animate__fb2 {
  -webkit-animation-name: animate__fb2;
  animation-name: animate__fb2;
  -webkit-animation-timing-function: bezier(0.43, 0.195, 0.02, 1);
  animation-timing-function: bezier(0.43, 0.195, 0.02, 1);
}
@-webkit-keyframes animate__scaleD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-0.6rem) scale(1.2);
    transform: translateY(-0.6rem) scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes animate__scaleD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-0.6rem) scale(1.2);
    transform: translateY(-0.6rem) scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.animate__scaleD {
  -webkit-animation-name: animate__scaleD;
  animation-name: animate__scaleD;
}
@-webkit-keyframes animate__scaleI {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes animate__scaleI {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.animate__scaleI {
  -webkit-animation-name: animate__scaleI;
  animation-name: animate__scaleI;
}
@-webkit-keyframes animate__newF {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px) scaleX(1.2);
    transform: translateY(50px) scaleX(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes animate__newF {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px) scaleX(1.2);
    transform: translateY(50px) scaleX(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.animate__newF {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: animate__newF;
  animation-name: animate__newF;
}
@-webkit-keyframes animate__scaleM {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0.6rem, 0) scale(0.6);
    transform: translate3d(0, 0.6rem, 0) scale(0.6);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0);
    transform: translate3d(0, 0);
  }
}
@keyframes animate__scaleM {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0.6rem, 0) scale(0.6);
    transform: translate3d(0, 0.6rem, 0) scale(0.6);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0);
    transform: translate3d(0, 0);
  }
}
.animate__scaleM {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: animate__scaleM;
  animation-name: animate__scaleM;
}
/*
插件：swiper轮播swiper.min.css
版本：4.5.0
官网：https://www.swiper.com.cn
*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-main {
  position: relative;
}
.swiper-main .swiper-no-enough .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.swiper-main .swiper-no-enough .swiper-wrapper .swiper-slide {
  width: 100% !important;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.swiper-main .swiper {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-main .swiper .swiper-pagination {
  bottom: 0;
}
.swiper-main .swiper .swiper-pagination.color-white .swiper-pagination-bullet {
  background-color: #fff;
}
.swiper-main .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--color-gray-ddd);
  opacity: 0.16;
  margin: 0 5px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1580px) {
  .swiper-main .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 3px;
  }
}
.swiper-main .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-active);
  opacity: 1;
}
.swiper-main .swiper div.swiper-slide.swiper-slide-active .swiper-box {
  opacity: 1;
}
.swiper-main .swiper .swiper-box {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.swiper-main .swiper .swiper-slide {
  height: auto;
}
.swiper-main .swiper .swiper-slide .ani {
  display: none;
}
.swiper-main .swiper .swiper-slide.swiper-slide-active .ani {
  display: block;
}
@media (max-width: 1024px) {
  .m-slide-btn-main {
    margin-top: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    grid-gap: 0.07rem;
    position: relative;
    z-index: 2;
  }
  .m-slide-btn-main .slide-btn {
    position: relative;
    top: 0;
    left: 0 !important;
    right: 0 !important;
    margin: 0;
    -webkit-transform: initial;
    transform: initial;
  }
}
.slide-btn-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0.07rem;
  position: relative;
  z-index: 2;
}
.slide-btn-main .slide-btn {
  position: relative;
  top: 0;
  left: 0 !important;
  right: 0 !important;
  margin: 0;
  -webkit-transform: initial;
  transform: initial;
}
.slide-btn {
  width: 0.56rem;
  height: 0.56rem;
  min-width: 40px;
  min-height: 40px;
  background: no-repeat center #b4bac3;
  border-radius: 50%;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slide-btn::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  background-image: -webkit-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  background-image: -ms-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slide-btn:hover::before {
  opacity: 1;
}
.slide-btn.swiper-button-prev img,
.slide-btn.swiper-button-prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.slide-btn img,
.slide-btn svg {
  width: 0.11rem;
  min-width: 7px;
  height: auto;
  position: relative;
}
.tab-title-box {
  position: relative;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: scroll;
  text-overflow: inherit;
  white-space: nowrap;
}
.tab-title-box::-webkit-scrollbar {
  width: 2px;
  height: 0;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 0;
}
.tab-title-box::-webkit-scrollbar-thumb {
  background-color: var(--color-active);
  background-color: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0;
}
.tab-title-box .tab-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: inline-flex;
  align-items: center;
  grid-gap: 0.24rem;
}
.tab-title-box .tab-title .title {
  padding: 0.26rem 0;
  margin-right: 0.7rem;
  color: #999999;
  cursor: pointer;
  position: relative;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .tab-title-box .tab-title .title {
    margin-right: 0.4rem;
  }
}
.tab-title-box .tab-title .title:last-child {
  margin-right: 0;
}
.tab-title-box .tab-title .title .icon-bubble {
  width: 0.44rem;
  height: 0.44rem;
  background-color: var(--color-red-d71);
  border-radius: 50%;
  position: absolute;
  right: -0.14rem;
  top: 0.14rem;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tab-title-box .tab-title .title.active {
  color: #222;
}
.tab-title-box .tab-title .title.active .icon-bubble {
  opacity: 0.8;
}
@-webkit-keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0px, 0px);
  }
}
@keyframes arrow {
  0% {
    opacity: 0;
    transform: translate3d(0px, 0px, 0px);
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0px, 0px);
  }
}
.arrow {
  -webkit-animation-name: arrow;
  animation-name: arrow;
}
.collapsible-nav-header {
  color: #fff;
  line-height: 1;
  padding: 0.23rem 0.3rem 0.24rem;
  background-color: #403E3D;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.collapsible-nav-header .text-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.3rem;
}
.collapsible-nav-header .text-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.06rem;
}
.collapsible-nav-header .text-body span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.collapsible-nav-header .text-body span img,
.collapsible-nav-header .text-body span svg {
  width: 0.18rem;
  min-width: 14px;
  height: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-animation: arrow 1500ms linear infinite;
  animation: arrow 1500ms linear infinite;
}
.collapsible-nav-header .collapsible-nav-toggle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.collapsible-nav-header .collapsible-nav-toggle-btn img,
.collapsible-nav-header .collapsible-nav-toggle-btn svg {
  width: 0.2rem;
  min-width: 20px;
  height: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.collapsible-nav {
  position: relative;
}
.collapsible-nav .collapsible-nav-body {
  display: none;
}
.collapsible-nav .menu-nav {
  width: 100%;
  height: auto;
  overflow: hidden;
  overflow-y: auto;
}
.collapsible-nav .menu-nav ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.collapsible-nav .menu-nav ul li:hover .collapsible-nav-level1 a,
.collapsible-nav .menu-nav ul li.active .collapsible-nav-level1 a {
  color: var(--color-active);
}
.collapsible-nav .menu-nav ul li:hover .collapsible-nav-level1 .icon .addBox,
.collapsible-nav .menu-nav ul li.active .collapsible-nav-level1 .icon .addBox {
  background-color: var(--color-active);
}
.collapsible-nav .menu-nav ul li:hover .collapsible-nav-level1 .icon .addBox i:first-child,
.collapsible-nav .menu-nav ul li.active .collapsible-nav-level1 .icon .addBox i:first-child {
  transform: rotate(90deg);
}
.collapsible-nav .menu-nav ul li .collapsible-nav-level1 {
  padding: 0 0.28rem;
  border-bottom: 1px solid #f4f3f1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
.collapsible-nav .menu-nav ul li .collapsible-nav-level1 a {
  padding: 22px 0;
  display: block;
  color: #000;
  line-height: 1.11111111em;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex: 1;
}
.collapsible-nav .menu-nav ul li .collapsible-nav-level1 .icon .addBox {
  width: 18px;
  height: 18px;
  background-color: #403E3D;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.collapsible-nav .menu-nav ul li .collapsible-nav-level1 .icon .addBox i {
  width: 1px;
  height: 7px;
  background-color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.collapsible-nav .menu-nav ul li .collapsible-nav-level1 .icon .addBox i:last-child {
  transform: rotate(90deg);
  position: absolute;
}
.collapsible-nav .menu-nav ul li ul {
  display: none;
}
.collapsible-nav .menu-nav ul li ul li {
  padding: 0 0.28rem;
  border: 0;
}
.collapsible-nav .menu-nav ul li ul li.active .collapsible-nav-level2 {
  color: var(--color-active);
}
.collapsible-nav .menu-nav ul li ul li.active .collapsible-nav-level2 a {
  color: var(--color-active);
}
.collapsible-nav .menu-nav ul li ul li .collapsible-nav-level2 {
  cursor: pointer;
  border-bottom: 1px dashed #ededed;
}
.collapsible-nav .menu-nav ul li ul li a {
  display: block;
  display: inline-block;
  padding: 16px 0;
  color: #666666;
  position: relative;
}
.collapsible-nav .menu-nav ul li ul li ul {
  border: 0;
  display: none;
  padding: 0 0.4rem;
}
.collapsible-nav .menu-nav ul li ul li ul li {
  padding: 0;
}
.collapsible-nav .menu-nav ul li ul li ul li a {
  padding: 10px 0;
  color: #666666;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.collapsible-nav .menu-nav ul li ul li ul li a:hover {
  color: var(--color-active);
}
.collapsible-nav .menu-nav ul li ul li ul.active {
  display: block;
}
.zHeat {
  bottom: 0;
  height: 2rem;
  left: 0;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .zHeat {
    display: none;
  }
}
.zHeat .scan1,
.zHeat .scan2,
.zHeat .scan3,
.zHeat .scan4,
.zHeat .scan5,
.zHeat .scan6,
.zHeat .scan7,
.zHeat .scan8 {
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.zHeat .scan1 {
  backdrop-filter: blur(0.5px);
  -webkit-backdrop-filter: blur(0.5px);
  mask: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(12.5%, #000), color-stop(25%, #000), color-stop(37.5%, transparent));
  mask: linear-gradient(180deg, transparent 0, #000 12.5%, #000 25%, transparent 37.5%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(12.5%, #000), color-stop(25%, #000), color-stop(37.5%, transparent));
  -webkit-mask: linear-gradient(180deg, transparent 0, #000 12.5%, #000 25%, transparent 37.5%);
  z-index: 1;
}
.zHeat .scan2 {
  backdrop-filter: blur(0.5625px);
  -webkit-backdrop-filter: blur(0.5625px);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(12.5%, transparent), color-stop(25%, #000), color-stop(37.5%, #000), color-stop(50%, transparent));
  mask: linear-gradient(180deg, transparent 12.5%, #000 25%, #000 37.5%, transparent 50%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(12.5%, transparent), color-stop(25%, #000), color-stop(37.5%, #000), color-stop(50%, transparent));
  -webkit-mask: linear-gradient(180deg, transparent 12.5%, #000 25%, #000 37.5%, transparent 50%);
  z-index: 2;
}
.zHeat .scan3 {
  backdrop-filter: blur(1.125px);
  -webkit-backdrop-filter: blur(1.125px);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), color-stop(37.5%, #000), color-stop(50%, #000), color-stop(62.5%, transparent));
  mask: linear-gradient(180deg, transparent 25%, #000 37.5%, #000 50%, transparent 62.5%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), color-stop(37.5%, #000), color-stop(50%, #000), color-stop(62.5%, transparent));
  -webkit-mask: linear-gradient(180deg, transparent 25%, #000 37.5%, #000 50%, transparent 62.5%);
  z-index: 3;
}
.zHeat .scan4 {
  backdrop-filter: blur(2.25px);
  -webkit-backdrop-filter: blur(2.25px);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(37.5%, transparent), color-stop(50%, #000), color-stop(62.5%, #000), color-stop(75%, transparent));
  mask: linear-gradient(180deg, transparent 37.5%, #000 50%, #000 62.5%, transparent 75%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(37.5%, transparent), color-stop(50%, #000), color-stop(62.5%, #000), color-stop(75%, transparent));
  -webkit-mask: linear-gradient(180deg, transparent 37.5%, #000 50%, #000 62.5%, transparent 75%);
  z-index: 4;
}
.zHeat .scan5 {
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(62.5%, #000), color-stop(75%, #000), color-stop(87.5%, transparent));
  mask: linear-gradient(180deg, transparent 50%, #000 62.5%, #000 75%, transparent 87.5%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(62.5%, #000), color-stop(75%, #000), color-stop(87.5%, transparent));
  -webkit-mask: linear-gradient(180deg, transparent 50%, #000 62.5%, #000 75%, transparent 87.5%);
  z-index: 5;
}
.zHeat .scan6 {
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(62.5%, transparent), color-stop(75%, #000), color-stop(87.5%, #000), to(transparent));
  mask: linear-gradient(180deg, transparent 62.5%, #000 75%, #000 87.5%, transparent);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(62.5%, transparent), color-stop(75%, #000), color-stop(87.5%, #000), to(transparent));
  -webkit-mask: linear-gradient(180deg, transparent 62.5%, #000 75%, #000 87.5%, transparent);
  z-index: 6;
}
.zHeat .scan7 {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(87.5%, #000), color-stop(100%, #000), color-stop(112.5%, transparent));
  mask: linear-gradient(180deg, transparent 75%, #000 87.5%, #000 100%, transparent 112.5%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(87.5%, #000), color-stop(100%, #000), color-stop(112.5%, transparent));
  -webkit-mask: linear-gradient(180deg, transparent 75%, #000 87.5%, #000 100%, transparent 112.5%);
  z-index: 7;
}
.zHeat .scan8 {
  backdrop-filter: blur(36px);
  -webkit-backdrop-filter: blur(36px);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(87.5%, transparent), color-stop(100%, #000), color-stop(112.5%, #000), color-stop(125%, transparent));
  mask: linear-gradient(180deg, transparent 87.5%, #000 100%, #000 112.5%, transparent 125%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(87.5%, transparent), color-stop(100%, #000), color-stop(112.5%, #000), color-stop(125%, transparent));
  -webkit-mask: linear-gradient(180deg, transparent 87.5%, #000 100%, #000 112.5%, transparent 125%);
  z-index: 8;
}
.ys-page-title {
  display: none !important;
}
.page-hid {
  overflow: hidden;
}
.layer-img,
.c-play,
.c-message,
.c-message1,
.c-message2 {
  cursor: pointer;
}
@keyframes h_schedule {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes h_schedule {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.h_schedule {
  -webkit-animation-name: h_schedule;
  animation-name: h_schedule;
}
@-webkit-keyframes down-icon {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: 0.2rem;
    opacity: 0;
  }
  65% {
    top: -0.2rem;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes down-icon {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: 0.2rem;
    opacity: 0;
  }
  65% {
    top: -0.2rem;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.down-icon {
  -webkit-animation-name: down-icon;
  animation-name: down-icon;
}
.swiper-main .index-swiper {
  --color-white: #fff;
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  z-index: 2;
}
.swiper-main .index-swiper .swiper-pagination {
  padding: 0 0.62rem;
  bottom: 0.6rem;
  text-align: left;
}
@media (max-width: 1024px) {
  .swiper-main .index-swiper .swiper-pagination {
    padding: 0 0.4rem;
    bottom: 0.4rem;
  }
}
.swiper-main .index-swiper .swiper-slide {
  height: auto;
}
.swiper-main .index-swiper .swiper-slide::before {
  background-color: rgba(0, 0, 0, 0.9);
  content: "";
  inset: 0;
  opacity: var(--progress);
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.swiper-main .index-swiper .swiper-slide .bg {
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
.swiper-main .index-swiper .swiper-slide .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 540px;
}
.swiper-main .index-swiper .swiper-slide .container {
  max-width: 100%;
  padding: 0 0.62rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .swiper-main .index-swiper .swiper-slide .container {
    padding: 0 0.4rem;
  }
}
.swiper-main .index-swiper .swiper-slide .container .ani {
  padding-right: 21.0467706%;
}
@media (max-width: 1024px) {
  .swiper-main .index-swiper .swiper-slide .container .ani {
    padding: 0;
  }
}
.swiper-main .index-swiper .swiper-slide .container .ani .title {
  font-family: 'Montserrat-SB';
  color: var(--color-white);
  line-height: 1.07142857em;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .swiper-main .index-swiper .swiper-slide .container .ani .title {
    font-size: var(--font42);
  }
}
.swiper-main .index-swiper .swiper-slide .container .ani .btn-container {
  margin-top: 0.52rem;
}
.swiper-main .index-swiper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}
.swiper-main .index-swiper .videoBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.swiper-main .index-swiper .videoBox:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-filter: alpha(opacity=40);
}
.swiper-main .index-swiper .tips {
  max-width: 110px;
  color: var(--color-white);
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  right: 0.47rem;
  bottom: 0.74rem;
  z-index: 2;
}
@media (max-width: 1024px) {
  .swiper-main .index-swiper .tips {
    right: 0.4rem;
    bottom: 0.6rem;
  }
}
.swiper-main .index-swiper .tips .icon {
  margin: auto;
  margin-top: 0.2rem;
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.29);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-main .index-swiper .tips .icon img,
.swiper-main .index-swiper .tips .icon svg {
  position: relative;
  width: 0.11rem;
  min-width: 7px;
  height: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: down-icon 1.5s ease-out infinite;
  animation: down-icon 1.5s ease-out infinite;
}
.index-products {
  padding: 1rem 0;
}
@media (max-width: 1024px) {
  .index-products {
    padding: 1.4rem 0;
  }
}
.index-products .page-main .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .index-products .page-main .wrap-box {
    display: block;
  }
}
.index-products .page-main .wrap-box .wrap-left {
  width: 40.3125%;
  max-width: 645px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .index-products .page-main .wrap-box .wrap-left {
    width: 100%;
    max-width: 100%;
  }
}
.index-products .page-main .wrap-box .wrap-right {
  width: 53.125%;
  max-width: 850px;
}
@media (max-width: 1024px) {
  .index-products .page-main .wrap-box .wrap-right {
    width: 100%;
    max-width: 100%;
  }
}
.index-products .page-main .link {
  margin-top: 0.52rem;
}
.index-products .page-main .link a {
  font-family: 'Montserrat-SB';
  font-weight: bold;
  padding: 0.46rem 0;
  position: relative;
  display: block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .index-products .page-main .link a {
    font-size: var(--font16);
    padding: 0.34rem 0;
  }
}
.index-products .page-main .link a:hover {
  color: var(--color-active);
}
.index-products .page-main .link a:hover::after {
  width: 100%;
}
.index-products .page-main .link a::before,
.index-products .page-main .link a::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-products .page-main .link a::after {
  width: 0;
  background-color: var(--color-active);
}
.index-products .page-main .btn-container {
  margin-top: 0.58rem;
}
.index-products .page-main .swiper-main .slide-btn-main {
  margin-top: 0.2rem;
  margin-bottom: 0.6rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.index-products .page-main .swiper-main .swiper {
  padding-right: 2.72rem;
  overflow: visible;
}
@media (max-width: 1024px) {
  .index-products .page-main .swiper-main .swiper {
    padding: 0;
  }
}
.index-products .page-main .swiper-main .swiper::before {
  content: '';
  width: 100%;
  min-width: 1600px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 2;
}
.index-products .page-main .swiper-main .swiper .swiper-slide {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .index-products .page-main .swiper-main .swiper .swiper-slide {
    -webkit-transform: initial;
    transform: initial;
  }
}
.index-products .page-main .swiper-main .swiper .swiper-slide .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 0.52rem 0.58rem 0.52rem;
  background-color: #f0f3f6;
  border-radius: 0.2rem;
}
@media (max-width: 1024px) {
  .index-products .page-main .swiper-main .swiper .swiper-slide .item-box {
    padding: 0.6rem 0.4rem;
  }
}
.index-products .page-main .swiper-main .swiper .swiper-slide .item-box .public-img::after {
  content: '';
  width: 79.13043478%;
  height: 79.13043478%;
  background-image: -moz-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  background-image: -webkit-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  background-image: -ms-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.index-products .page-main .swiper-main .swiper .swiper-slide .item-box .public-img img,
.index-products .page-main .swiper-main .swiper .swiper-slide .item-box .public-img svg {
  width: auto;
  height: auto;
  max-width: 89.56521739%;
  max-height: 65.86956522%;
}
.index-products .page-main .swiper-main .swiper .swiper-slide .item-box .text-box {
  margin-top: 0.26rem;
}
.index-products .page-main .swiper-main .swiper .swiper-slide .item-box .text-box .title {
  line-height: 1.58333333em;
}
@media (max-width: 1024px) {
  .index-products .page-main .swiper-main .swiper .swiper-slide .item-box .text-box .title {
    font-size: var(--font16);
  }
}
.index-products .page-main .swiper-main .swiper .swiper-slide .item-box .text-box .type {
  color: var(--color-active);
  margin-top: 0.24rem;
}
.index-products .page-main .swiper-main .swiper .swiper-slide-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.index-products .page-main .swiper-main .swiper .swiper-slide-active .item-box {
  background-color: #eff2f6;
}
.index-products .page-main .swiper-main .swiper .swiper-slide-active .item-box .text-box .title {
  font-family: 'Montserrat-SB';
  font-weight: bold;
}
.index-spacegen {
  padding: 1.18rem 0 1.5rem;
}
@media (max-width: 1024px) {
  .index-spacegen {
    padding: 1.4rem 0;
  }
}
.index-spacegen .page-main .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .index-spacegen .page-main .wrap-box {
    display: block;
  }
}
.index-spacegen .page-main .wrap-box .wrap-left {
  width: 54.8125%;
  max-width: 877px;
}
@media (max-width: 1024px) {
  .index-spacegen .page-main .wrap-box .wrap-left {
    width: 100%;
    max-width: 100%;
  }
}
.index-spacegen .page-main .wrap-box .wrap-right {
  width: 45.9375%;
  max-width: 735px;
  margin-right: -0.52rem;
}
@media (max-width: 1024px) {
  .index-spacegen .page-main .wrap-box .wrap-right {
    margin-top: 0.8rem;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .index-spacegen .page-main .wrap-box .wrap-right {
    width: 100%;
  }
}
.index-spacegen .page-main .page-title {
  width: 51.31128848%;
  max-width: 450px;
}
@media (max-width: 1024px) {
  .index-spacegen .page-main .page-title {
    width: 100%;
    max-width: 100%;
  }
}
.index-spacegen .page-main .text-up {
  margin-top: 0.4rem;
}
.index-spacegen .page-main .text-up .text-body {
  line-height: 1.88888889em;
}
.index-spacegen .page-main .list {
  padding: 0.44rem 0;
  border: 1px solid #e4e5ea;
  border-left: none;
  border-right: none;
  width: calc(100% + 0.48rem);
  margin: 0 -0.24rem;
  margin-top: 0.42rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.index-spacegen .page-main .list .item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  max-width: calc(50% - 0.48rem);
  margin: 0 0.24rem;
}
.index-spacegen .page-main .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0.16rem;
}
@media (max-width: 1024px) {
  .index-spacegen .page-main .list .item .item-box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.index-spacegen .page-main .list .item .item-box .public-img {
  width: 0.8rem;
  background-image: -moz-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  background-image: -webkit-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  background-image: -ms-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  border-radius: 50%;
}
.index-spacegen .page-main .list .item .item-box .public-img img,
.index-spacegen .page-main .list .item .item-box .public-img svg {
  width: auto;
  height: auto;
  max-width: 50%;
  max-height: 40%;
}
.index-spacegen .page-main .list .item .item-box .text-box .title {
  font-family: 'Montserrat-SB';
  font-weight: bold;
}
@media (max-width: 1024px) {
  .index-spacegen .page-main .list .item .item-box .text-box .title {
    font-size: var(--font18);
  }
}
.index-spacegen .page-main .list .item .item-box .text-box .text-body {
  color: #999999;
  margin-top: 0.03rem;
}
.index-spacegen .page-main .btn-container {
  margin-top: 0.68rem;
}
.index-spacegen .page-main .public-img-main {
  position: relative;
}
.index-spacegen .page-main .public-img-main .public-img {
  border-radius: 50%;
}
.index-spacegen .page-main .public-img-main .float-icon {
  width: 5.02rem;
  position: absolute;
  left: 73.19727891%;
  top: 15.51020408%;
  z-index: 1;
}
.index-spacegen .page-main .public-img-main .float-icon img,
.index-spacegen .page-main .public-img-main .float-icon svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-data {
  padding: 0.46rem 0;
  background-image: -moz-linear-gradient(0deg, #2c9dd0 0%, #1c498d 31%, #d7161f 74%, #8d1c21 100%);
  background-image: -webkit-linear-gradient(0deg, #2c9dd0 0%, #1c498d 31%, #d7161f 74%, #8d1c21 100%);
  background-image: -ms-linear-gradient(0deg, #2c9dd0 0%, #1c498d 31%, #d7161f 74%, #8d1c21 100%);
}
@media (max-width: 767px) {
  .index-data .page-main {
    margin-right: -20px;
  }
}
.index-data .page-main .list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .index-data .page-main .list {
    flex-wrap: initial;
    -ms-flex-wrap: initial;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
}
.index-data .page-main .list .item {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .index-data .page-main .list .item {
    min-width: 240px;
    padding: 0 0.4rem;
  }
  .index-data .page-main .list .item:first-child {
    padding-left: 0;
  }
}
.index-data .page-main .list .item:last-child {
  border: none;
}
.index-data .page-main .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 0.52rem;
}
@media (max-width: 767px) {
  .index-data .page-main .list .item .item-box {
    padding: 0.52rem 0;
  }
}
.index-data .page-main .list .item .item-box .text-box .title {
  font-family: 'Montserrat-SB';
  color: #fff;
  font-weight: bold;
}
.index-data .page-main .list .item .item-box .text-box .text-body {
  color: #fff;
  line-height: 1.5em;
  opacity: 0.35;
  margin-top: 0.1rem;
}
.index-worldwide-recognition {
  padding: 2.16rem 0 2.94rem;
}
@media (max-width: 1024px) {
  .index-worldwide-recognition {
    padding: 2rem 0 2.5rem;
  }
}
.index-worldwide-recognition .page-main .swiper-main {
  margin-top: 0.59rem;
}
@media (max-width: 1024px) {
  .index-worldwide-recognition .page-main .swiper-main {
    margin-top: 1.2rem;
  }
}
.index-worldwide-recognition .page-main .swiper-main .swiper {
  width: 80%;
  margin: auto;
  overflow: visible;
}
.index-worldwide-recognition .page-main .swiper-main .swiper .swiper-slide {
  height: auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-worldwide-recognition .page-main .swiper-main .swiper .swiper-slide.swiper-slide-prev .item-box .public-img {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 1;
}
.index-worldwide-recognition .page-main .swiper-main .swiper .swiper-slide.swiper-slide-next .item-box .public-img {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 1;
}
.index-worldwide-recognition .page-main .swiper-main .swiper .active .item-box .public-img,
.index-worldwide-recognition .page-main .swiper-main .swiper .swiper-slide-active .item-box .public-img {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.index-worldwide-recognition .page-main .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.index-worldwide-recognition .page-main .item-box .public-img {
  width: 77.5%;
  max-width: 310px;
  margin: auto;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  opacity: 0.15;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.index-worldwide-recognition .page-main .item-box .public-img img,
.index-worldwide-recognition .page-main .item-box .public-img svg {
  width: auto;
  height: auto;
  max-width: 40.96774194%;
  max-height: 40.96774194%;
}
.index-news {
  padding: 0.94rem 0 1.1rem;
}
@media (max-width: 1024px) {
  .index-news {
    padding: 1.4rem 0;
  }
}
.index-news .page-main .page-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index-news .page-main .page-dwon {
  margin-top: 0.47rem;
}
.index-news .page-main .page-dwon .swiper-main {
  position: relative;
}
.index-news .page-main .page-dwon .swiper-main .tab-title-box {
  width: 51.25%;
  max-width: 820px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  .index-news .page-main .page-dwon .swiper-main .tab-title-box {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.24rem;
  }
}
.index-news .page-main .page-dwon .swiper-main .tab-title-box .tab-title .title {
  font-family: 'Montserrat-SB';
}
.index-news .page-main .page-dwon .list-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .index-news .page-main .page-dwon .list-main {
    display: block;
  }
}
.index-news .page-main .page-dwon .list-main .list-con1 {
  width: 45.875%;
  max-width: 734px;
}
@media (max-width: 1024px) {
  .index-news .page-main .page-dwon .list-main .list-con1 {
    width: 100%;
  }
}
.index-news .page-main .page-dwon .list-main .list-con1 .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0.3rem;
}
.index-news .page-main .page-dwon .list-main .list-con1 .list .item .item-box .public-img::before {
  padding-top: 73.84196185%;
}
.index-news .page-main .page-dwon .list-main .list-con1 .list .item .item-box .public-img .icon {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.index-news .page-main .page-dwon .list-main .list-con1 .list .item .item-box .public-img .icon img,
.index-news .page-main .page-dwon .list-main .list-con1 .list .item .item-box .public-img .icon svg {
  width: 0.54rem;
  min-width: 30px;
  position: relative;
  -webkit-transform: none !important;
  transform: none !important;
}
.index-news .page-main .page-dwon .list-main .list-con1 .list .item .item-box .text-box {
  width: 100%;
  padding: 0.34rem 0.42rem 0.34rem 0.46rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.index-news .page-main .page-dwon .list-main .list-con1 .list .item .item-box .text-box::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  background-image: -webkit-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  background-image: -ms-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.84;
}
.index-news .page-main .page-dwon .list-main .list-con1 .list .item .item-box .text-box .title {
  position: relative;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index-news .page-main .page-dwon .list-main .list-con2 {
  width: 51.25%;
  max-width: 820px;
  padding-top: 0.87rem;
}
@media (max-width: 1024px) {
  .index-news .page-main .page-dwon .list-main .list-con2 {
    width: 100%;
    max-width: 100%;
  }
}
.index-news .page-main .page-dwon .list-main .list-con2 .list .item:hover .item-box .text-box .title {
  color: var(--color-active);
}
.index-news .page-main .page-dwon .list-main .list-con2 .list .item:first-child .item-box {
  border-top: 1px solid #efefef;
}
.index-news .page-main .page-dwon .list-main .list-con2 .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 0.26rem 0;
  border-bottom: 1px solid #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0.5rem;
}
.index-news .page-main .page-dwon .list-main .list-con2 .list .item .item-box .date {
  color: #999999;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.index-news .page-main .page-dwon .list-main .list-con2 .list .item .item-box .date span:first-child {
  font-size: var(--font60);
  color: #222;
}
.index-news .page-main .page-dwon .list-main .list-con2 .list .item .item-box .date span:nth-child(2) {
  position: relative;
  top: 0.08rem;
}
.index-news .page-main .page-dwon .list-main .list-con2 .list .item .item-box .text-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.index-news .page-main .page-dwon .list-main .list-con2 .list .item .item-box .text-box .title {
  line-height: 1.27272727em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.products-page {
  padding: 0.77rem 0 0.88rem;
}
@media (max-width: 1024px) {
  .products-page {
    padding: 1.2rem 0;
  }
}
.products-page .float-img {
  width: 9.55rem;
  position: absolute;
  right: 0;
  top: 0.24rem;
}
.products-page .float-img img,
.products-page .float-img svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products-page .page-main .pager-box {
  margin-top: 0.63rem;
}
.products-page .page-main .list {
  border-top: 1px solid #ebebeb;
  padding-top: 0.72rem;
  margin-top: 0.72rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.46rem 0.48rem;
}
@media (max-width: 1024px) {
  .products-page .page-main .list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.4rem;
  }
}
@media (max-width: 767px) {
  .products-page .page-main .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .products-page .page-main .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.products-page .page-main .list .item:hover .item-box .text-box .title {
  color: var(--color-active);
}
.products-page .page-main .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #eff2f6;
  border-radius: 0.1rem;
  box-shadow: 0.026rem 0.03rem 0.29rem 0 rgba(0, 0, 0, 0.02);
}
.products-page .page-main .list .item .item-box .public-img::before {
  padding-top: 63.18681319%;
}
.products-page .page-main .list .item .item-box .text-box {
  padding: 0.28rem 0.32rem 0.33rem;
}
@media (max-width: 1024px) {
  .products-page .page-main .list .item .item-box .text-box {
    padding: 0.4rem;
  }
}
.products-page .page-main .list .item .item-box .text-box .title {
  font-family: 'Montserrat-SB';
  line-height: 1.4375em;
  line-height: 1.44;
  min-height: calc(3em * 1.44);
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .products-page .page-main .list .item .item-box .text-box .title {
    min-height: calc(2em * 1.44);
  }
}
.products-page .page-main .list .item .item-box .text-box .type {
  color: #fff;
  line-height: 29px;
  background-color: var(--color-active);
  border-radius: 99px;
  padding: 0 0.24rem;
  margin-top: 0.15rem;
  display: inline-block;
}
@media (max-width: 1580px) {
  .products-page .page-main .list .item .item-box .text-box .type {
    line-height: 24px;
  }
}
.products-page .page-main .list .item .item-box .text-box .btn-container {
  margin-top: 0.22rem;
}
.products-d-page1 {
  padding: 0.7rem 0 0.8rem;
}
@media (max-width: 1024px) {
  .products-d-page1 {
    padding: 1.2rem 0;
  }
}
.products-d-page1 .page-main .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .products-d-page1 .page-main .wrap-box {
    display: block;
  }
}
.products-d-page1 .page-main .wrap-box .wrap-left {
  width: 34.5%;
  max-width: 552px;
}
@media (max-width: 767px) {
  .products-d-page1 .page-main .wrap-box .wrap-left {
    width: 100%;
  }
}
.products-d-page1 .page-main .wrap-box .wrap-right {
  width: 57.4375%;
  max-width: 919px;
}
@media (max-width: 1024px) {
  .products-d-page1 .page-main .wrap-box .wrap-right {
    width: 100%;
    max-width: 100%;
    margin-top: 0.8rem;
  }
}
.products-d-page1 .page-main .public-img {
  border-radius: 50%;
}
.products-d-page1 .page-main .text-box .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 0.1rem;
  margin-bottom: 0.3rem;
}
.products-d-page1 .page-main .text-box .type span {
  padding: 0.06rem 0.2rem;
  background-color: rgba(34, 34, 34, 0.07);
  border-radius: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.products-d-page1 .page-main .text-box .page-title .title {
  line-height: 1.2173913em;
}
.products-d-page1 .page-main .text-box .text-body {
  line-height: 1.875em;
  margin-top: 0.4rem;
}
.products-d-page2 {
  padding: 0.76rem 0 0.26rem;
}
@media (max-width: 1024px) {
  .products-d-page2 {
    padding: 1.2rem 0 0.6rem;
  }
}
.products-d-page2 .page-main .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .products-d-page2 .page-main .wrap-box {
    display: block;
  }
}
.products-d-page2 .page-main .wrap-box .wrap-left {
  width: 49.0625%;
  max-width: 785px;
}
@media (max-width: 1024px) {
  .products-d-page2 .page-main .wrap-box .wrap-left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.8rem;
  }
}
.products-d-page2 .page-main .wrap-box .wrap-right {
  width: 45.75%;
  max-width: 732px;
}
@media (max-width: 767px) {
  .products-d-page2 .page-main .wrap-box .wrap-right {
    width: 100%;
  }
}
.products-d-page2 .page-main .public-img {
  background-color: #fff;
  border-radius: 0.3rem;
}
.products-d-page2 .page-main .public-img::before {
  padding-top: 64.75409836%;
}
.products-d-page2 .page-main .public-img img,
.products-d-page2 .page-main .public-img svg {
  width: auto;
  height: auto;
  max-width: 80.87431694%;
  max-height: 58.86075949%;
}
.products-d-page2 .page-main .text-box .text-body {
  line-height: 1.875em;
  margin-top: 0.3rem;
}
.products-d-page3 {
  padding: 0.26rem 0 0.4rem;
}
@media (max-width: 1024px) {
  .products-d-page3 {
    padding: 0.6rem 0;
  }
}
.products-d-page3 .page-main .text-body {
  line-height: 1.875em;
  margin-top: 0.4rem;
}
.products-d-page3 .page-main .page-detail-content {
  padding: 0.4rem;
  margin-top: 0.54rem;
  background-color: #fff;
  border-radius: 0.48rem;
}
.products-d-page4 {
  padding: 0.4rem 0 0.47rem;
}
@media (max-width: 1024px) {
  .products-d-page4 {
    padding: 0.6rem 0;
  }
}
.products-d-page4 .page-main .page-detail-content {
  padding-bottom: 0.1rem;
  margin-top: 0.5rem;
  text-align: center;
  overflow: auto;
}
.products-d-page4 .page-main .page-detail-content::-webkit-scrollbar {
  width: 3px;
  height: 0.1rem;
}
.products-d-page4 .page-main .text-main {
  min-width: 1200px;
}
.products-d-page4 .page-main .text-up {
  font-family: 'Montserrat-SB';
  color: #fff;
  font-weight: bold;
  padding: 0.35rem 0.6rem;
  background-image: -moz-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  background-image: -webkit-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  background-image: -ms-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  border-radius: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.products-d-page4 .page-main .text-up .title {
  width: 21.75675676%;
  max-width: 322px;
}
.products-d-page4 .page-main .text-up .title:first-child {
  width: 12.97297297%;
  max-width: 192px;
  text-align: left;
}
.products-d-page4 .page-main .text-down {
  margin-top: 0.19rem;
}
.products-d-page4 .page-main .item {
  padding: 0.26rem 0.6rem;
  margin-bottom: 0.1rem;
  background-color: #eff2f6;
  border-radius: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.products-d-page4 .page-main .item:last-child {
  margin: 0;
}
.products-d-page4 .page-main .item .title {
  width: 21.75675676%;
  max-width: 322px;
}
.products-d-page4 .page-main .item .title:first-child {
  width: 12.97297297%;
  max-width: 192px;
  text-align: left;
}
.products-d-page5 {
  padding: 0.47rem 0 0.34rem;
}
@media (max-width: 1024px) {
  .products-d-page5 {
    padding: 0.6rem 0;
  }
}
.products-d-page5 .page-main .page-detail-content {
  line-height: 1.5em;
  margin-top: 0.28rem;
}
.products-d-page5 .page-main .page-detail-content p {
  margin-bottom: 0.12rem;
}
.products-d-page6 {
  padding: 0.34rem 0 0.36rem;
}
@media (max-width: 1024px) {
  .products-d-page6 {
    padding: 0.6rem 0;
  }
}
.products-d-page6 .page-main .swiper-main {
  margin-top: 0.4rem;
}
.products-d-page6 .page-main .swiper-main .swiper {
  overflow: visible;
}
.products-d-page6 .page-main .swiper-main .swiper .swiper-slide .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 0.56rem 0.38rem 0.4rem 0.46rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0.18rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.products-d-page6 .page-main .swiper-main .swiper .swiper-slide .item-box:hover {
  background-color: #fff;
  box-shadow: 0.052px 3px 51px 0px rgba(0, 0, 0, 0.05);
}
.products-d-page6 .page-main .swiper-main .swiper .swiper-slide .item-box .icon {
  margin-bottom: 1.32rem;
}
.products-d-page6 .page-main .swiper-main .swiper .swiper-slide .item-box .icon img,
.products-d-page6 .page-main .swiper-main .swiper .swiper-slide .item-box .icon svg {
  height: 0.54rem;
  min-height: 40px;
}
.products-d-page6 .page-main .swiper-main .swiper .swiper-slide .item-box .text-box .title {
  font-family: 'Montserrat-SB';
  font-weight: bold;
}
.products-d-page6 .page-main .swiper-main .swiper .swiper-slide .item-box .text-box .text-body {
  line-height: 1.5em;
  margin-top: 0.09rem;
}
.products-d-page7 {
  padding: 0.36rem 0 0.45rem;
}
@media (max-width: 1024px) {
  .products-d-page7 {
    padding: 0.6rem 0;
  }
}
.products-d-page7 .page-main .page-detail-content {
  line-height: 1.5em;
  margin-top: 0.4rem;
}
.products-d-page7 .page-main .page-detail-content p {
  margin-bottom: 0.12rem;
}
.products-d-page8 {
  padding: 0.45rem 0 0.87rem;
}
@media (max-width: 1024px) {
  .products-d-page8 {
    padding: 0.6rem 0 1.2rem;
  }
}
.products-d-page8 .page-main .swiper-main {
  margin-top: 0.56rem;
}
.products-d-page8 .page-main .swiper-main .swiper .swiper-slide .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #eff2f6;
  border-radius: 0.1rem;
  box-shadow: 0.026rem 0.03rem 0.29rem 0 rgba(0, 0, 0, 0.02);
}
.products-d-page8 .page-main .swiper-main .swiper .swiper-slide .item-box:hover .text-box .title {
  color: var(--color-active);
}
.products-d-page8 .page-main .swiper-main .swiper .swiper-slide .item-box .public-img::before {
  padding-top: 63.18681319%;
}
.products-d-page8 .page-main .swiper-main .swiper .swiper-slide .item-box .text-box {
  padding: 0.28rem 0.32rem 0.33rem;
}
.products-d-page8 .page-main .swiper-main .swiper .swiper-slide .item-box .text-box .title {
  font-family: 'Montserrat-SB';
  line-height: 1.4375em;
  line-height: 1.44;
  min-height: calc(3em * 1.44);
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .products-d-page8 .page-main .swiper-main .swiper .swiper-slide .item-box .text-box .title {
    min-height: calc(2em * 1.44);
  }
}
.products-d-page8 .page-main .swiper-main .swiper .swiper-slide .item-box .text-box .type {
  color: #fff;
  line-height: 29px;
  background-color: var(--color-active);
  border-radius: 99px;
  padding: 0 0.24rem;
  margin-top: 0.15rem;
  display: inline-block;
}
@media (max-width: 1580px) {
  .products-d-page8 .page-main .swiper-main .swiper .swiper-slide .item-box .text-box .type {
    line-height: 24px;
  }
}
.products-d-page8 .page-main .swiper-main .swiper .swiper-slide .item-box .text-box .text-body {
  margin-top: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.products-d-page8 .page-main .swiper-main .swiper .swiper-slide .item-box .text-box .btn-container {
  margin-top: 0.22rem;
}
.products2-page .page-up {
  position: relative;
  padding: 0.73rem 0 0.69rem;
}
@media (max-width: 1024px) {
  .products2-page .page-up {
    padding: 1.2rem 0;
  }
}
.products2-page .page-up .list .item:hover .item-box .text-box .title {
  color: var(--color-active);
}
.products2-page .page-up .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .products2-page .page-up .list .item .item-box {
    display: block;
  }
}
.products2-page .page-up .list .item .item-box .public-img {
  width: 45%;
  max-width: 720px;
  background: url(../images/products/products2-bg1-2.jpg) no-repeat center;
  background-size: cover;
  border-radius: 0.14rem;
}
@media (max-width: 767px) {
  .products2-page .page-up .list .item .item-box .public-img {
    width: 100%;
  }
}
.products2-page .page-up .list .item .item-box .public-img::before {
  padding-top: 66.38888889%;
}
.products2-page .page-up .list .item .item-box .public-img img,
.products2-page .page-up .list .item .item-box .public-img svg {
  width: auto;
  height: auto;
  max-width: 47.91666667%;
  max-height: 69.45606695%;
}
.products2-page .page-up .list .item .item-box .text-box {
  width: 50.3125%;
  max-width: 805px;
}
@media (max-width: 1024px) {
  .products2-page .page-up .list .item .item-box .text-box {
    width: 100%;
    max-width: 100%;
    margin-top: 0.48rem;
  }
}
.products2-page .page-up .list .item .item-box .text-box .title {
  font-family: 'Montserrat-SB';
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .products2-page .page-up .list .item .item-box .text-box .title {
    font-size: var(--font26);
  }
}
.products2-page .page-up .list .item .item-box .text-box .text-body {
  line-height: 1.875em;
  margin-top: 0.38rem;
}
.products2-page .page-up .list .item .item-box .text-box .btn-container {
  margin-top: 0.44rem;
}
.products2-page .float-img {
  width: 9.55rem;
  position: absolute;
  right: -0.44rem;
  top: 0.24rem;
}
.products2-page .float-img img,
.products2-page .float-img svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products2-page .page-down {
  background-color: #f1f2f6;
  padding: 0.7rem 0 1.04rem;
}
@media (max-width: 1024px) {
  .products2-page .page-down {
    padding: 0.8rem 0 1.2rem;
  }
}
.products2-page .page-down .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.42rem 0.48rem;
}
@media (max-width: 1024px) {
  .products2-page .page-down .list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.4rem;
  }
}
@media (max-width: 767px) {
  .products2-page .page-down .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .products2-page .page-down .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.products2-page .page-down .list .item:hover .item-box {
  box-shadow: 0.026rem 0.03rem 0.29rem 0 rgba(0, 0, 0, 0.02);
}
.products2-page .page-down .list .item:hover .item-box .text-box .title {
  color: var(--color-active);
}
.products2-page .page-down .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 0.1rem;
  text-align: center;
}
.products2-page .page-down .list .item .item-box .public-img {
  background: url(../images/products/products2-bg1-3.jpg) no-repeat center;
  background-size: cover;
}
.products2-page .page-down .list .item .item-box .public-img::before {
  padding-top: 93.40659341%;
}
.products2-page .page-down .list .item .item-box .public-img img,
.products2-page .page-down .list .item .item-box .public-img svg {
  width: auto;
  height: auto;
  max-width: 57.14285714%;
  max-height: 57.94117647%;
}
.products2-page .page-down .list .item .item-box .text-box {
  padding: 0.4rem 0.4rem 0.56rem;
}
.products2-page .page-down .list .item .item-box .text-box .title {
  font-family: 'Montserrat-SB';
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.products2-page .page-down .list .item .item-box .text-box .type {
  color: #999999;
  line-height: 1.875em;
  margin-top: 0.06rem;
}
.products2-d-page1 {
  padding: 0.7rem 0 0.8rem;
}
@media (max-width: 1024px) {
  .products2-d-page1 {
    padding: 1.2rem 0;
  }
}
.products2-d-page1 .page-main .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .products2-d-page1 .page-main .wrap-box {
    display: block;
  }
}
.products2-d-page1 .page-main .wrap-box .wrap-left {
  width: 34.5%;
  max-width: 552px;
}
@media (max-width: 767px) {
  .products2-d-page1 .page-main .wrap-box .wrap-left {
    width: 100%;
  }
}
.products2-d-page1 .page-main .wrap-box .wrap-right {
  width: 57.4375%;
  max-width: 919px;
}
@media (max-width: 1024px) {
  .products2-d-page1 .page-main .wrap-box .wrap-right {
    width: 100%;
    max-width: 100%;
    margin-top: 0.8rem;
  }
}
.products2-d-page1 .page-main .public-img {
  background-color: #fff;
  border-radius: 50%;
}
.products2-d-page1 .page-main .public-img img,
.products2-d-page1 .page-main .public-img svg {
  width: auto;
  height: auto;
  max-width: 62.5%;
  max-height: 60.14492754%;
}
.products2-d-page1 .page-main .text-box .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 0.1rem;
  margin-bottom: 0.3rem;
}
.products2-d-page1 .page-main .text-box .type span {
  padding: 0.06rem 0.2rem;
  background-color: rgba(34, 34, 34, 0.07);
  border-radius: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.products2-d-page1 .page-main .text-box .page-title .title {
  line-height: 1.2173913em;
}
.products2-d-page1 .page-main .text-box .text-body {
  line-height: 1.875em;
  margin-top: 0.4rem;
}
.products2-d-page1 .page-main .text-box .btn-container {
  margin-top: 0.48rem;
}
.products2-d-page2 {
  padding: 0.8rem 0 1.2rem;
}
@media (max-width: 1024px) {
  .products2-d-page2 {
    padding: 1.2rem 0;
  }
}
.products2-d-page2 .page-main .page-detail-content {
  line-height: 1.875em;
  margin-top: 0.48rem;
}
.products2-d-page2 .page-main .page-detail-content p {
  margin-bottom: 0.12rem;
}
@-webkit-keyframes anim-char {
  0% {
    color: var(--color-active);
  }
  100% {
    color: var(--color-red-d71);
  }
}
@keyframes anim-char {
  0% {
    color: var(--color-active);
  }
  100% {
    color: var(--color-red-d71);
  }
}
.anim-char.active {
  animation: anim-char 1.4s forwards;
  -webkit-animation: anim-char 1.4s forwards;
}
.laboratory-page {
  padding: 1.45rem 0 2.1rem;
}
@media (max-width: 1024px) {
  .laboratory-page {
    padding: 1.2rem 0 2.1rem;
  }
}
.laboratory-page .page-main .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .laboratory-page .page-main .wrap-box {
    display: block;
  }
}
.laboratory-page .page-main .wrap-box .wrap-left {
  width: 63.75%;
  max-width: 1020px;
}
@media (max-width: 1024px) {
  .laboratory-page .page-main .wrap-box .wrap-left {
    width: 100%;
    height: 100%;
    margin-bottom: 0.8rem;
  }
}
.laboratory-page .page-main .wrap-box .wrap-right {
  width: 33.5%;
  max-width: 536px;
}
@media (max-width: 767px) {
  .laboratory-page .page-main .wrap-box .wrap-right {
    width: 100%;
    padding-left: 20%;
  }
}
.laboratory-page .page-main .public-img-main {
  position: relative;
}
@media (max-width: 1024px) {
  .laboratory-page .page-main .public-img-main .public-img {
    transform: none !important;
  }
}
.laboratory-page .page-main .public-img-main .public-img1 {
  border-radius: 0.2rem;
}
.laboratory-page .page-main .public-img-main .public-img1::before {
  padding-top: 122.76119403%;
}
.laboratory-page .page-main .public-img-main .public-img2 {
  width: 80.97014925%;
  max-width: 434px;
  border-radius: 0.2rem;
  position: absolute;
  left: -2.38rem;
  bottom: -1.25rem;
}
@media (max-width: 1024px) {
  .laboratory-page .page-main .public-img-main .public-img2 {
    left: -1.4rem;
    bottom: -0.8rem;
  }
}
.laboratory-page .page-main .public-img-main .public-img2::before {
  padding-top: 66.58986175%;
}
.laboratory-page .page-main .text-up {
  margin-top: 0.4rem;
}
@media (max-width: 1024px) {
  .laboratory-page .page-main .text-up {
    margin: 0;
  }
}
.laboratory-page .page-main .text-up .title {
  font-family: 'Montserrat-SB';
  font-size: 1rem;
  line-height: 0.99;
  font-weight: bold;
  text-transform: uppercase;
  background: linear-gradient(90deg, #2c9dd0 0%, #1c498d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1024px) {
  .laboratory-page .page-main .text-up .title {
    font-size: var(--font40);
  }
}
.laboratory-page .page-main .text-up .title span {
  color: var(--color-red-d71);
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
.laboratory-page .page-main .text-up .text-body {
  width: 80.88235294%;
  max-width: 825px;
  line-height: 1.875em;
  margin-top: 0.54rem;
}
@media (max-width: 1024px) {
  .laboratory-page .page-main .text-up .text-body {
    width: 100%;
  }
}
.laboratory-page .page-main .list {
  width: 59.31372549%;
  max-width: 605px;
  margin-top: 0.94rem;
}
@media (max-width: 1024px) {
  .laboratory-page .page-main .list {
    width: 100%;
    max-width: 100%;
  }
}
.laboratory-page .page-main .list .item {
  margin-bottom: 0.4rem;
}
.laboratory-page .page-main .list .item:last-child {
  margin: 0;
}
.laboratory-page .page-main .list .item:last-child .item-box .public-img {
  background-color: #83329b;
}
.laboratory-page .page-main .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0.29rem;
}
.laboratory-page .page-main .list .item .item-box .public-img {
  width: 0.69rem;
  min-width: 52px;
  background-color: #002e9e;
  border-radius: 50%;
}
.laboratory-page .page-main .list .item .item-box .public-img img,
.laboratory-page .page-main .list .item .item-box .public-img svg {
  width: auto;
  height: auto;
  max-width: 31.88405797%;
  max-height: 37.68115942%;
}
.laboratory-page .page-main .list .item .item-box .text-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.laboratory-page .page-main .list .item .item-box .text-box .title {
  font-family: 'Montserrat-SB';
  font-weight: bold;
}
.laboratory-page .page-main .list .item .item-box .text-box .text-body {
  color: #555555;
  line-height: 1.33333333em;
  margin-top: 0.07rem;
}
.laboratory-page .page-main .list .item .item-box .text-box .text-body a {
  font-size: var(--font26);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.laboratory-page .page-main .list .item .item-box .text-box .text-body a:hover {
  color: var(--color-active);
}
.laboratory3-page {
  padding: 0.82rem 0 1.04rem;
}
@media (max-width: 1024px) {
  .laboratory3-page {
    padding: 1.2rem 0;
  }
}
.laboratory3-page .page-main .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.4rem 0.44rem;
  margin-top: 0.85rem;
}
@media (max-width: 1024px) {
  .laboratory3-page .page-main .list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.4rem;
  }
}
@media (max-width: 767px) {
  .laboratory3-page .page-main .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.laboratory3-page .page-main .list .item:nth-child(2) .item-box .public-img {
  background-color: #83329b;
}
.laboratory3-page .page-main .list .item:nth-child(3) .item-box .public-img {
  background-color: #298fc5;
}
.laboratory3-page .page-main .list .item:nth-child(4) .item-box .public-img {
  background-color: #37c867;
}
.laboratory3-page .page-main .list .item:nth-child(5) .item-box .public-img {
  background-color: #fea924;
}
.laboratory3-page .page-main .list .item:nth-child(6) .item-box .public-img {
  background-color: #c52929;
}
.laboratory3-page .page-main .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 0.49rem 0.3rem 0.42rem;
  background-color: #eff2f6;
  border-radius: 0.14rem;
  text-align: center;
}
.laboratory3-page .page-main .list .item .item-box .public-img {
  width: 0.69rem;
  min-width: 52px;
  margin: auto;
  margin-bottom: 0.16rem;
  background-color: #002e9e;
  border-radius: 50%;
}
.laboratory3-page .page-main .list .item .item-box .public-img img,
.laboratory3-page .page-main .list .item .item-box .public-img svg {
  width: auto;
  height: auto;
  max-width: 34.7826087%;
  max-height: 42.02898551%;
}
.laboratory3-page .page-main .list .item .item-box .text-box .title {
  font-family: 'Montserrat-SB';
  font-weight: bold;
}
.laboratory3-page .page-main .list .item .item-box .text-box .num {
  color: #555555;
  line-height: 1;
  margin-top: 0.18rem;
}
.laboratory3-page .page-main .tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  grid-gap: 0.24rem 0.5rem;
  margin-top: 0.72rem;
}
.laboratory3-page .page-main .tips a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.laboratory3-page .page-main .tips a:hover {
  color: var(--color-active);
}
.laboratory3-page .page-main .list.list-single-content {
  display: block;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.laboratory3-page .page-main .list.list-single-content .page-editor-body {
  line-height: 1.8;
  color: #333333;
  text-align: left;
}
.laboratory3-page .page-main .list.list-single-content .page-editor-body p {
  margin: 0 0 0.88rem;
}
.laboratory3-page .page-main .list.list-single-content .page-editor-body p:last-child {
  margin-bottom: 0;
}
.laboratory3-page .page-main .list.list-single-content .page-editor-body ul,
.laboratory3-page .page-main .list.list-single-content .page-editor-body ol {
  margin: 0 0 0.88rem;
  padding-left: 1.35em;
}
.scientifc-research-page {
  padding: 0.7rem 0 1.72rem;
}
@media (max-width: 1024px) {
  .scientifc-research-page {
    padding: 1.2rem 0;
  }
}
.scientifc-research-page .float-img {
  width: 110.41666667%;
  max-width: 2120px;
  position: absolute;
  margin-left: -0.38rem;
  top: 1.54rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.scientifc-research-page .float-img img,
.scientifc-research-page .float-img svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scientifc-research-page .page-main .page-up .text-body {
  width: 64.125%;
  max-width: 1026px;
  margin: auto;
  margin-top: 0.26rem;
  line-height: 1.875em;
}
@media (max-width: 1024px) {
  .scientifc-research-page .page-main .page-up .text-body {
    width: 100%;
  }
}
.scientifc-research-page .page-main .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0.2rem;
  margin-top: 1.06rem;
}
@media (max-width: 1024px) {
  .scientifc-research-page .page-main .list {
    margin-top: 0.8rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .scientifc-research-page .page-main .list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .scientifc-research-page .page-main .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.scientifc-research-page .page-main .list .item:hover .item-box {
  border-color: var(--color-active);
}
.scientifc-research-page .page-main .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 0.1rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.scientifc-research-page .page-main .list .item .item-box .public-img::before {
  padding-top: 46.05263158%;
}
.scientifc-research-page .page-main .list .item .item-box .public-img img,
.scientifc-research-page .page-main .list .item .item-box .public-img svg {
  width: auto;
  height: auto;
  max-width: 74.01315789%;
  max-height: 55.71428571%;
}
.scientifc-research2-page {
  padding: 0.92rem 0 1.02rem;
}
@media (max-width: 1024px) {
  .scientifc-research2-page {
    padding: 1.2rem 0;
  }
}
.scientifc-research2-page .page-main .pager-box {
  margin-top: 0.56rem;
}
.scientifc-research2-page .page-main .list .item {
  margin-bottom: -1px;
}
@media (min-width: 1025px) {
  .scientifc-research2-page .page-main .list .item:hover .item-box .bg {
    top: 0;
    height: 100%;
    opacity: 1;
  }
  .scientifc-research2-page .page-main .list .item:hover .item-box .text-box .date {
    color: #fff;
  }
  .scientifc-research2-page .page-main .list .item:hover .item-box .text-box .title {
    color: #fff;
  }
  .scientifc-research2-page .page-main .list .item:hover .item-box .btn-container .more-primary2 {
    color: #fff;
  }
  .scientifc-research2-page .page-main .list .item:hover .item-box .btn-container .more-primary2 .more-primary-circle img,
  .scientifc-research2-page .page-main .list .item:hover .item-box .btn-container .more-primary2 .more-primary-circle svg {
    -webkit-filter: drop-shadow(-80px 0 #fff);
    filter: drop-shadow(-80px 0 #fff);
    -webkit-transform: translate(80px);
    transform: translate(80px);
  }
}
.scientifc-research2-page .page-main .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 0.66rem 0;
}
.scientifc-research2-page .page-main .list .item .item-box .bg {
  width: 100%;
  height: 0;
  background-image: -moz-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  background-image: -webkit-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  background-image: -ms-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.scientifc-research2-page .page-main .list .item .item-box::before,
.scientifc-research2-page .page-main .list .item .item-box::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
  position: absolute;
  left: 0;
}
.scientifc-research2-page .page-main .list .item .item-box::before {
  top: 0;
}
.scientifc-research2-page .page-main .list .item .item-box::after {
  bottom: 0;
}
.scientifc-research2-page .page-main .list .item .item-box .public-img {
  width: 23.25%;
  max-width: 372px;
  border-radius: 0.1rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 1000%;
  top: 1000%;
}
@media (max-width: 1024px) {
  .scientifc-research2-page .page-main .list .item .item-box .public-img {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
    margin-bottom: 0.28rem;
  }
}
.scientifc-research2-page .page-main .list .item .item-box .public-img::before {
  padding-top: 63.44086022%;
}
.scientifc-research2-page .page-main .list .item .item-box .text-box {
  width: 60.625%;
  max-width: 970px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .scientifc-research2-page .page-main .list .item .item-box .text-box {
    width: 100%;
    max-width: 100%;
    display: block;
  }
}
.scientifc-research2-page .page-main .list .item .item-box .text-box .date {
  width: 24.32989691%;
  max-width: 236px;
  padding: 0 0.4rem;
  color: #999999;
}
@media (max-width: 1024px) {
  .scientifc-research2-page .page-main .list .item .item-box .text-box .date {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.14rem;
  }
}
.scientifc-research2-page .page-main .list .item .item-box .text-box .title {
  width: 75.67010309%;
  max-width: 734px;
  line-height: 1.41666667em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .scientifc-research2-page .page-main .list .item .item-box .text-box .title {
    font-size: var(--font20);
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}
.scientifc-research2-page .page-main .list .item .item-box .btn-container {
  position: absolute;
  right: 0.34rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .scientifc-research2-page .page-main .list .item .item-box .btn-container {
    position: relative;
    right: 0;
    top: 0;
    -webkit-transform: initial;
    transform: initial;
    margin-top: 0.28rem;
  }
}
.textHoverImage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.news-d-page {
  padding: 0.68rem 0 0.9rem;
}
@media (max-width: 1024px) {
  .news-d-page {
    padding: 1.2rem 0;
  }
}
.news-d-page .page-main .page-up {
  width: 74.375%;
  max-width: 1190px;
}
@media (max-width: 1024px) {
  .news-d-page .page-main .page-up {
    width: 100%;
    max-width: 100%;
  }
}
.news-d-page .page-main .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0.35rem;
}
@media (max-width: 1024px) {
  .news-d-page .page-main .wrap-box {
    display: block;
  }
}
.news-d-page .page-main .wrap-box .wrap-left {
  width: 74.375%;
  max-width: 1190px;
  border-top: 1px solid #e9e9e9;
}
@media (max-width: 1024px) {
  .news-d-page .page-main .wrap-box .wrap-left {
    width: 100%;
    max-width: 100%;
  }
}
.news-d-page .page-main .wrap-box .wrap-right {
  width: 18.75%;
  max-width: 300px;
  border-top: 1px solid #e9e9e9;
}
@media (max-width: 1024px) {
  .news-d-page .page-main .wrap-box .wrap-right {
    width: 100%;
    max-width: 100%;
    margin-top: 1.4rem;
  }
}
.news-d-page .page-main .type {
  color: var(--color-active);
  margin-bottom: 0.3rem;
}
.news-d-page .page-main .news-title {
  font-family: 'Montserrat-SB';
  font-weight: bold;
}
.news-d-page .page-main .type-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 0.4rem;
  color: #999999;
}
.news-d-page .page-main .type-box span {
  position: relative;
  padding-left: 0.19rem;
  margin-left: 0.17rem;
}
.news-d-page .page-main .type-box span:first-child {
  padding: 0;
  margin: 0;
}
.news-d-page .page-main .type-box span:first-child::before {
  display: none;
}
.news-d-page .page-main .type-box span::before {
  content: '';
  width: 1px;
  height: 10px;
  background-color: #d9d9d9;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.news-d-page .page-main .news-detail-content {
  padding-top: 0.44rem;
}
.news-d-page .page-main .news-detail-content iframe {
  width: 100% !important;
}
.news-d-page .page-main .news-detail-content p {
  line-height: 1.625em;
  margin-bottom: 0.14rem;
}
.news-d-page .page-main .news-detail-content p strong {
  font-family: 'Montserrat-SB';
  font-size: var(--font20);
}
.news-d-page .page-main .news-detail-content h6 {
  font-family: 'Montserrat-SB';
  font-size: var(--font24);
  color: var(--color-active);
  font-weight: bold;
  margin-bottom: 0.14rem;
}
.news-d-page .page-main .recommended-title {
  font-family: 'Montserrat-SB';
  padding-top: 0.27rem;
  font-weight: bold;
}
.news-d-page .page-main .recommended-news .list {
  margin-top: 0.38rem;
}
.news-d-page .page-main .recommended-news .list .item {
  margin-bottom: 0.24rem;
}
.news-d-page .page-main .recommended-news .list .item:hover .item-box .text-box .title {
  color: var(--color-active);
}
.news-d-page .page-main .recommended-news .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.news-d-page .page-main .recommended-news .list .item .item-box .public-img {
  border-radius: 0.12rem;
}
.news-d-page .page-main .recommended-news .list .item .item-box .public-img::before {
  padding-top: 59.13621262%;
}
.news-d-page .page-main .recommended-news .list .item .item-box .text-box {
  margin-top: 0.3rem;
}
.news-d-page .page-main .recommended-news .list .item .item-box .text-box .date {
  margin-bottom: 0.14rem;
  color: #999999;
  line-height: 1;
}
.news-d-page .page-main .recommended-news .list .item .item-box .text-box .title {
  line-height: 1.44444444em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.editor-pn {
  padding-top: 0.44rem;
  margin-top: 0.7rem;
  border-top: 1px solid #e9e9e9;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0.5rem 0.8rem;
}
@media (max-width: 1024px) {
  .editor-pn {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: none;
  }
}
.editor-pn .btn-container {
  margin-top: 0.22rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .editor-pn .btn-container {
    left: auto;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.editor-pn .btn-container .more-primary .more-primary-circle img,
.editor-pn .btn-container .more-primary .more-primary-circle svg {
  width: 0.14rem;
  min-width: 11px;
}
.editor-pn .editor-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0.1rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.editor-pn .editor-btn:hover {
  color: var(--color-active);
}
.editor-pn .editor-btn:hover .icon img,
.editor-pn .editor-btn:hover .icon svg {
  -webkit-filter: drop-shadow(-80px 0 var(--color-active));
  filter: drop-shadow(-80px 0 var(--color-active));
  -webkit-transform: translate(80px);
  transform: translate(80px);
}
.editor-pn .editor-btn.next {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.editor-pn .editor-btn.next .icon {
  order: 2;
}
@media (max-width: 1024px) {
  .editor-pn .editor-btn.next .icon {
    order: initial;
  }
}
.editor-pn .editor-btn .text-body {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.editor-pn .editor-btn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.editor-pn .editor-btn .icon img,
.editor-pn .editor-btn .icon svg {
  width: 0.31rem;
  min-width: 22px;
  height: auto;
}
.scientifc-research3-page {
  padding: 0.84rem 0 1.02rem;
}
@media (max-width: 1024px) {
  .scientifc-research3-page {
    padding: 1.2rem 0;
  }
}
.scientifc-research3-page .page-main .pager-box {
  margin-top: 0.75rem;
}
.scientifc-research3-page .page-main .list .item {
  margin-bottom: 0.66rem;
}
@media (max-width: 1024px) {
  .scientifc-research3-page .page-main .list .item {
    margin-bottom: 0.8rem;
  }
}
.scientifc-research3-page .page-main .list .item:nth-child(even) .item-box .public-img {
  order: 2;
}
.scientifc-research3-page .page-main .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .scientifc-research3-page .page-main .list .item .item-box {
    display: block;
  }
}
.scientifc-research3-page .page-main .list .item .item-box .public-img {
  width: 47.5625%;
  max-width: 761px;
  border-radius: 0.2rem;
}
@media (max-width: 767px) {
  .scientifc-research3-page .page-main .list .item .item-box .public-img {
    width: 100%;
  }
}
.scientifc-research3-page .page-main .list .item .item-box .public-img::before {
  padding-top: 63.86333771%;
}
.scientifc-research3-page .page-main .list .item .item-box .text-box {
  width: 48.5625%;
  max-width: 777px;
}
@media (max-width: 1024px) {
  .scientifc-research3-page .page-main .list .item .item-box .text-box {
    width: 100%;
    max-width: 100%;
    margin-top: 0.28rem;
  }
}
.scientifc-research3-page .page-main .list .item .item-box .text-box .num {
  font-family: 'Montserrat-SB';
  font-size: 1.09rem;
  color: #f1f1f1;
  line-height: 1;
  margin-bottom: -0.47rem;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .scientifc-research3-page .page-main .list .item .item-box .text-box .num {
    font-size: var(--font60);
    margin-bottom: -0.28rem;
  }
}
.scientifc-research3-page .page-main .list .item .item-box .text-box .title {
  font-family: 'Montserrat-SB';
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .scientifc-research3-page .page-main .list .item .item-box .text-box .title {
    font-size: var(--font20);
  }
}
.scientifc-research3-page .page-main .list .item .item-box .text-box .text-body {
  line-height: 1.875em;
  margin-top: 0.18rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.scientifc-research3-page .page-main .list .item .item-box .text-box .btn-container {
  margin-top: 0.6rem;
}
@media (max-width: 1024px) {
  .scientifc-research3-page .page-main .list .item .item-box .text-box .btn-container {
    margin-top: 0.48rem;
  }
}
.news-page {
  padding: 0.24rem 0 0.93rem;
}
@media (max-width: 1024px) {
  .news-page {
    padding: 1rem 0 1.2rem;
  }
}
.news-page .page-main .pager-box {
  margin-top: 0.76rem;
}
.news-page .page-main .list .item:hover .item-box .text-box .title {
  color: var(--color-active);
}
.news-page .page-main .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 0.66rem;
  padding-bottom: 0.66rem;
  padding-right: 15.375%;
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0.69rem;
}
@media (max-width: 990px) {
  .news-page .page-main .list .item .item-box {
    display: block;
    padding-right: 0;
  }
  .news-page .page-main .list .item .item-box::before {
    display: none;
  }
}
.news-page .page-main .list .item .item-box::before {
  content: '';
  width: 1px;
  height: 100%;
  height: calc(100% - 1.32rem);
  background-color: #eaeaea;
  position: absolute;
  right: 15.375%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.news-page .page-main .list .item .item-box .public-img {
  width: 27.76957164%;
  max-width: 376px;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .news-page .page-main .list .item .item-box .public-img {
    width: 100%;
  }
}
.news-page .page-main .list .item .item-box .public-img::before {
  padding-top: 63.03191489%;
}
.news-page .page-main .list .item .item-box .text-box {
  width: 67.35598227%;
  max-width: 912px;
  padding-right: 1.24rem;
}
@media (max-width: 990px) {
  .news-page .page-main .list .item .item-box .text-box {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 0.28rem;
  }
}
.news-page .page-main .list .item .item-box .text-box .date {
  color: #e0e0e0;
  line-height: 1.1;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
}
.news-page .page-main .list .item .item-box .text-box .date span {
  display: block;
}
.news-page .page-main .list .item .item-box .text-box .date span:nth-child(2) {
  font-family: 'Montserrat-SB';
  font-size: var(--font62);
  font-weight: bold;
}
@media (max-width: 990px) {
  .news-page .page-main .list .item .item-box .text-box .date {
    position: relative;
    right: auto;
    left: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    grid-gap: 0.12rem;
    margin-bottom: 0.2rem;
  }
  .news-page .page-main .list .item .item-box .text-box .date span {
    display: inline-block;
    font-size: var(--font18);
  }
  .news-page .page-main .list .item .item-box .text-box .date span:nth-child(2) {
    font-size: var(--font18);
    font-weight: normal;
  }
}
.news-page .page-main .list .item .item-box .text-box .title {
  font-family: 'Montserrat-SB';
  line-height: 1.2173913em;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 990px) {
  .news-page .page-main .list .item .item-box .text-box .title {
    font-size: var(--font20);
  }
}
.news-page .page-main .list .item .item-box .text-box .text-body {
  color: #999999;
  line-height: 1.75em;
  margin-top: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.video-page {
  padding: 0.9rem 0 0.93rem;
}
@media (max-width: 1024px) {
  .video-page {
    padding: 1.2rem 0;
  }
}
.video-page .page-main .pager-box {
  margin-top: 0.54rem;
}
.video-page .page-main .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.49rem 0.4rem;
}
@media (max-width: 1024px) {
  .video-page .page-main .list {
    grid-gap: 0.4rem;
  }
}
@media (max-width: 767px) {
  .video-page .page-main .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .video-page .page-main .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.video-page .page-main .list .item:hover .item-box .text-box .title {
  color: var(--color-active);
}
.video-page .page-main .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #eff2f6;
  border-radius: 0.16rem;
}
.video-page .page-main .list .item .item-box .public-img::before {
  padding-top: 59.28853755%;
}
.video-page .page-main .list .item .item-box .public-img::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/news/video-bg1-1.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.video-page .page-main .list .item .item-box .public-img .icon {
  position: absolute;
  bottom: 0.3rem;
  left: 0.33rem;
  z-index: 2;
}
.video-page .page-main .list .item .item-box .public-img .icon img,
.video-page .page-main .list .item .item-box .public-img .icon svg {
  width: 0.54rem;
  min-width: 30px;
  position: relative;
  -webkit-transform: none !important;
  transform: none !important;
}
.video-page .page-main .list .item .item-box .text-box {
  padding: 0.36rem 0.32rem 0.6rem;
}
@media (max-width: 1024px) {
  .video-page .page-main .list .item .item-box .text-box {
    padding: 0.6rem 0.4rem;
  }
}
.video-page .page-main .list .item .item-box .text-box .date {
  color: #999999;
  line-height: 1;
}
.video-page .page-main .list .item .item-box .text-box .title {
  font-family: 'Montserrat-SB';
  line-height: 1.27272727em;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 0.2rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .video-page .page-main .list .item .item-box .text-box .title {
    font-size: var(--font20);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.patient-area-page {
  padding: 0.7rem 0 0.95rem;
  background-color: #eff2f6;
}
@media (max-width: 1024px) {
  .patient-area-page {
    padding: 1.2rem 0;
  }
}
.patient-area-page .page-main .pager-box {
  margin-top: 0.62rem;
}
.patient-area2-page {
  padding: 0.7rem 0 1rem;
}
@media (max-width: 1024px) {
  .patient-area2-page {
    padding: 1.2rem 0;
  }
}
.patient-area2-page .page-main .forms {
  margin-top: 0.55rem;
}
.patient-area3-page {
  padding: 0.7rem 0 1.47rem;
}
@media (max-width: 1024px) {
  .patient-area3-page {
    padding: 1.2rem 0;
  }
}
.patient-area3-page .page-main .list {
  width: 44.375%;
  max-width: 710px;
  margin: auto;
  margin-top: 0.69rem;
}
@media (max-width: 1024px) {
  .patient-area3-page .page-main .list {
    width: 100%;
  }
}
.patient-area3-page .page-main .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 0.78rem 0.4rem 0.78rem 0.82rem;
  background: url(../images/patient-area/patient-area3-bg1-2.jpg) no-repeat center;
  background-size: cover;
  border-radius: 0.2rem;
  box-shadow: 0 0.03rem 0.07rem 0 rgba(0, 0, 0, 0.09);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0.42rem;
}
@media (max-width: 1024px) {
  .patient-area3-page .page-main .list .item .item-box {
    padding: 0.6rem 0.4rem;
  }
}
.patient-area3-page .page-main .list .item .item-box .public-img {
  width: 32.14285714%;
  max-width: 189px;
}
.patient-area3-page .page-main .list .item .item-box .text-box {
  width: 60.88435374%;
  max-width: 358px;
}
.patient-area3-page .page-main .list .item .item-box .text-box .title {
  font-weight: bold;
}
@media (max-width: 1024px) {
  .patient-area3-page .page-main .list .item .item-box .text-box .title {
    font-size: var(--font20);
  }
}
.patient-area3-page .page-main .list .item .item-box .text-box .text-body {
  line-height: 1.6;
  margin-top: 0.5rem;
}
@media (max-width: 1024px) {
  .patient-area3-page .page-main .list .item .item-box .text-box .text-body {
    margin-top: 0.4rem;
  }
}
.spacegen-page {
  padding: 0.94rem 0 0.98rem;
}
@media (max-width: 1024px) {
  .spacegen-page {
    padding: 1.2rem 0;
  }
}
.spacegen-page .page-main .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .spacegen-page .page-main .wrap-box {
    display: block;
  }
}
.spacegen-page .page-main .wrap-box .wrap-left {
  width: 27.5%;
  max-width: 440px;
}
@media (max-width: 1024px) {
  .spacegen-page .page-main .wrap-box .wrap-left {
    width: 100%;
    max-width: 100%;
  }
}
.spacegen-page .page-main .wrap-box .wrap-right {
  width: 65.5%;
  max-width: 1048px;
}
@media (max-width: 1024px) {
  .spacegen-page .page-main .wrap-box .wrap-right {
    width: 100%;
    max-width: 100%;
    margin-top: 0.8rem;
  }
}
.spacegen-page .page-main .text-up .text-body {
  line-height: 1.75em;
}
.spacegen-page .page-main .text-up .text-body * {
  margin-bottom: 0.26rem;
}
.spacegen-page .page-main .list {
  margin-top: 0.44rem;
}
.spacegen-page .page-main .list .item:first-child {
  border-top: 1px solid #e7e7e7;
}
.spacegen-page .page-main .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 0.26rem 0;
  border-bottom: 1px solid #e7e7e7;
}
.spacegen-page .page-main .list .item .item-box .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .spacegen-page .page-main .list .item .item-box .text-box {
    display: block;
  }
}
.spacegen-page .page-main .list .item .item-box .text-box .title {
  font-family: 'Montserrat-SB';
  width: 31.29770992%;
  max-width: 328px;
  font-weight: bold;
  background: linear-gradient(90deg, #2c9dd0 0%, #1c498d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1024px) {
  .spacegen-page .page-main .list .item .item-box .text-box .title {
    width: 100%;
    max-width: 100%;
  }
}
.spacegen-page .page-main .list .item .item-box .text-box .text-body {
  width: 68.70229008%;
  max-width: 720px;
  line-height: 1.5em;
}
@media (max-width: 1024px) {
  .spacegen-page .page-main .list .item .item-box .text-box .text-body {
    width: 100%;
    max-width: 100%;
  }
}
.history-page {
  padding: 0.94rem 0 4.25rem;
}
@media (max-width: 1024px) {
  .history-page {
    padding-top: 1.2rem;
  }
}
.history-page .layout-bg::after,
.history-page .page-img::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.25;
}
.history-page .page-main {
  position: relative;
  z-index: 1;
}
.history-page .page-main .swiper-main .page-up {
  position: relative;
  margin-top: 0.6rem;
}
.history-page .page-main .swiper-main .page-up .slide-btn {
  background: transparent;
  top: 67.6%;
}
.history-page .page-main .swiper-main .page-up .slide-btn.swiper-button-prev {
  left: -60px;
}
.history-page .page-main .swiper-main .page-up .slide-btn.swiper-button-next {
  right: -60px;
}
.history-page .page-main .swiper-main .tab-title-box {
  padding-bottom: 0.72rem;
  text-align: center;
}
.history-page .page-main .swiper-main .tab-title-box .tab-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.history-page .page-main .swiper-main .tab-title-box .tab-title .title {
  width: 3rem;
  height: 1.6rem;
  min-height: 100px;
  color: #fff;
  font-weight: normal;
  padding: 0 0 0.52rem;
  margin: 0;
  margin-bottom: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.history-page .page-main .swiper-main .tab-title-box .tab-title .title::before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1580px) {
  .history-page .page-main .swiper-main .tab-title-box .tab-title .title {
    margin-bottom: -4px;
  }
  .history-page .page-main .swiper-main .tab-title-box .tab-title .title::before {
    width: 8px;
    height: 8px;
  }
}
.history-page .page-main .swiper-main .tab-title-box .tab-title .title.active {
  font-size: 0.82rem;
}
.history-page .page-main .swiper-main .text-box {
  width: 57.1875%;
  max-width: 915px;
  margin: auto;
  text-align: center;
  color: #fff;
}
@media (max-width: 1024px) {
  .history-page .page-main .swiper-main .text-box {
    width: 100%;
  }
}
.history-page .page-main .swiper-main .text-box .title {
  font-weight: bold;
}
.history-page .page-main .swiper-main .text-box .text-body {
  line-height: 1.5em;
  margin-top: 0.2rem;
}
.honors-page {
  padding: 0.8rem 0 1rem;
}
@media (max-width: 1024px) {
  .honors-page {
    padding: 1.2rem 0;
  }
}
.honors-page .page-main .tab-title-box {
  text-align: center;
  margin-top: 0.42rem;
}
.honors-page .page-main .tab-title-box .tab-title {
  grid-gap: 0.17rem;
}
.honors-page .page-main .tab-title-box .tab-title .title {
  padding: 0.16rem 0.33rem;
  margin: 0;
  color: #222;
  font-weight: normal;
}
.honors-page .page-main .tab-title-box .tab-title .title::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  background-image: -webkit-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  background-image: -ms-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  border-radius: 99px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.honors-page .page-main .tab-title-box .tab-title .title.active {
  color: #fff;
}
.honors-page .page-main .tab-title-box .tab-title .title.active::before {
  opacity: 1;
}
.honors-page .page-main .swiper-main .slide-btn.swiper-button-prev {
  left: -0.98rem;
}
.honors-page .page-main .swiper-main .slide-btn.swiper-button-next {
  right: -0.98rem;
}
.honors-page .page-main .swiper-main .swiper-pagination {
  opacity: 0;
}
.honors-page .page-main .swiper-main > .swiper {
  margin-top: 0.54rem;
}
@media (max-width: 1024px) {
  .honors-page .page-main .swiper-main > .swiper {
    margin-top: 0.4rem;
  }
}
.honors-page .page-main .swiper-main > .swiper .swiper-slide .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.honors-page .page-main .swiper-main > .swiper .swiper-slide .item-box .public-img {
  height: 4.96rem;
  background-color: #fff;
  border-radius: 0.1rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .honors-page .page-main .swiper-main > .swiper .swiper-slide .item-box .public-img {
    height: initial;
  }
}
.honors-page .page-main .swiper-main > .swiper .swiper-slide .item-box .public-img::before {
  padding-top: 133.33333333%;
}
.honors-page .page-main .swiper-main > .swiper .swiper-slide .item-box .public-img img,
.honors-page .page-main .swiper-main > .swiper .swiper-slide .item-box .public-img svg {
  width: auto;
  height: auto;
  max-width: 83.33333333%;
  max-height: 88.10483871%;
}
.honors-page .page-main .swiper-main > .swiper .swiper-slide .item-box .text-box .title {
  line-height: 1.6875em;
}
@media (max-width: 767px) {
  .honors-page .page-main .swiper-main > .swiper .swiper-slide .item-box .text-box .title {
    font-size: 12px;
    line-height: 1.4;
  }
}
@-webkit-keyframes animation-line {
  0% {
    stroke-dashoffset: 587px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@keyframes animation-line {
  0% {
    stroke-dashoffset: 587px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
.animation-line {
  -webkit-animation-name: animation-line;
  animation-name: animation-line;
}
@-webkit-keyframes circleScale {
  0% {
    opacity: 1;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    border-radius: 50%;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes circleScale {
  0% {
    opacity: 1;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    border-radius: 50%;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.circleScale {
  -webkit-animation-name: circleScale;
  animation-name: circleScale;
}
.world-page {
  padding: 1.05rem 0 1.56rem;
}
@media (max-width: 1024px) {
  .world-page {
    padding: 1.2rem 0;
  }
}
.world-page .page-main .page-title {
  width: 31.25%;
  max-width: 500px;
}
@media (max-width: 1024px) {
  .world-page .page-main .page-title {
    width: 100%;
    max-width: 100%;
  }
}
.world-page .page-main .img-right {
  margin-top: 0.66rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.world-page .page-main .img-right .text-body {
  width: 46.25%;
  max-width: 740px;
  line-height: 2.4375em;
  position: absolute;
  left: 0;
  bottom: 0.14rem;
}
@media (max-width: 1024px) {
  .world-page .page-main .img-right {
    display: block;
  }
  .world-page .page-main .img-right .text-body {
    width: 100%;
    max-width: 100%;
    position: relative;
    bottom: 0;
    margin-bottom: 0.8rem;
    line-height: 1.6;
  }
}
.world-page .page-main .img-main {
  width: 62%;
  max-width: 992px;
  position: relative;
}
@media (max-width: 990px) {
  .world-page .page-main .img-main {
    width: 100%;
  }
}
.world-page .page-main .img-main.animated .img-line svg path,
.world-page .page-main .img-main.animated .img-line img path {
  animation: animation-line 4s ease-in;
  animation-fill-mode: forwards;
}
.world-page .page-main .img-main .img-text,
.world-page .page-main .img-main .img-icon,
.world-page .page-main .img-main .img-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.world-page .page-main .img-main .img-text {
  z-index: 3;
}
.world-page .page-main .img-main .img-line {
  width: 59.1733871%;
  max-width: 587px;
  height: auto;
  top: 6%;
  left: 19.7%;
}
.world-page .page-main .img-main .img-line svg,
.world-page .page-main .img-main .img-line img {
  width: 100%;
  height: 100%;
}
.world-page .page-main .img-main .img-line svg path,
.world-page .page-main .img-main .img-line img path {
  stroke-dashoffset: 587px;
  stroke-dasharray: 587px;
  stroke: var(--color-active);
}
.world-page .page-main .img-main .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.world-page .page-main .img-main .icon {
  position: absolute;
  z-index: 4;
}
.world-page .page-main .img-main .icon .circle {
  width: 0.4rem;
  height: 0.4rem;
  position: relative;
  margin: auto;
}
.world-page .page-main .img-main .icon .circle::before,
.world-page .page-main .img-main .icon .circle::after {
  content: "";
  position: absolute;
  left: -0.37rem;
  top: -0.37rem;
  margin: auto;
  width: 1.14rem;
  height: 1.14rem;
  background-image: -moz-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  background-image: -webkit-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  background-image: -ms-linear-gradient(0deg, #2c9dd0 0%, #1c498d 100%);
  border-radius: 50%;
  opacity: 0.1;
  -webkit-animation: circleScale 3s linear infinite;
  animation: circleScale 3s linear infinite;
}
.world-page .page-main .img-main .icon .circle::after {
  left: -0.69rem;
  top: -0.69rem;
  width: 1.78rem;
  height: 1.78rem;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.world-page .page-main .img-main .icon .circle span {
  width: 100%;
  height: 100%;
  display: block;
  background-color: var(--color-active);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.corporate-philosophy-page .page-up {
  padding: 0.8rem 0 1rem;
}
@media (max-width: 1024px) {
  .corporate-philosophy-page .page-up {
    padding: 1.2rem 0;
  }
}
.corporate-philosophy-page .page-up .page-title {
  width: 54.375%;
  max-width: 870px;
  margin: auto;
}
@media (max-width: 1024px) {
  .corporate-philosophy-page .page-up .page-title {
    width: 100%;
  }
}
.corporate-philosophy-page .page-down-con .page-down {
  padding: 0.77rem 0 0.98rem;
}
@media (max-width: 1024px) {
  .corporate-philosophy-page .page-down-con .page-down {
    padding: 1.2rem 0;
  }
}
.corporate-philosophy-page .page-down-con:nth-child(odd) {
  background: url(../images/about/corporate-philosophy-bg1-2.jpg) no-repeat center;
  background-size: cover;
}
.corporate-philosophy-page .page-down-con:nth-child(even) .list .item .item-box .public-img {
  order: 2;
}
.corporate-philosophy-page .page-down-con .list .item {
  margin-top: 0.6rem;
}
.corporate-philosophy-page .page-down-con .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 990px) {
  .corporate-philosophy-page .page-down-con .list .item .item-box {
    display: block;
  }
}
.corporate-philosophy-page .page-down-con .list .item .item-box .public-img {
  width: 46.625%;
  max-width: 746px;
  border-radius: 0.3rem;
}
@media (max-width: 767px) {
  .corporate-philosophy-page .page-down-con .list .item .item-box .public-img {
    width: 100%;
  }
}
.corporate-philosophy-page .page-down-con .list .item .item-box .public-img::before {
  padding-top: 73.5924933%;
}
.corporate-philosophy-page .page-down-con .list .item .item-box .text-box {
  width: 47.6875%;
  max-width: 763px;
}
@media (max-width: 990px) {
  .corporate-philosophy-page .page-down-con .list .item .item-box .text-box {
    width: 100%;
    max-width: 100%;
    margin-top: 0.48rem;
  }
}
.corporate-philosophy-page .page-down-con .list .item .item-box .text-box .text-body dl {
  margin-bottom: 0.4rem;
}
.corporate-philosophy-page .page-down-con .list .item .item-box .text-box .text-body dl:last-child {
  margin: 0;
}
.corporate-philosophy-page .page-down-con .list .item .item-box .text-box .text-body dl dt {
  font-family: 'Montserrat-SB';
  font-size: var(--font32);
  font-weight: bold;
  margin-bottom: 0.04rem;
}
.welfare-treatment-page {
  padding: 0.86rem 0 1.7rem;
}
@media (max-width: 1024px) {
  .welfare-treatment-page {
    padding: 1.2rem 0;
  }
}
.welfare-treatment-page .float-img {
  width: 93.38541667%;
  max-width: 1793px;
  position: absolute;
  margin-left: -0.13rem;
  top: 2.37rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .welfare-treatment-page .float-img {
    top: 42%;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
}
.welfare-treatment-page .float-img img,
.welfare-treatment-page .float-img svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.welfare-treatment-page .page-main .swiper-main {
  margin-top: 0.4rem;
}
.welfare-treatment-page .page-main .swiper-main .swiper {
  overflow: visible;
}
@media (max-width: 1024px) {
  .welfare-treatment-page .page-main .swiper-main .swiper {
    padding-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .welfare-treatment-page .page-main .swiper-main .swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    grid-gap: 0.2rem;
  }
  .welfare-treatment-page .page-main .swiper-main .swiper .swiper-wrapper .swiper-slide {
    -webkit-flex-shrink: initial;
    -ms-flex-negative: initial;
    flex-shrink: initial;
  }
  .welfare-treatment-page .page-main .swiper-main .swiper .swiper-wrapper .swiper-slide:nth-child(even) .item-box .public-img::after {
    background: -webkit-linear-gradient(-90deg, #000 0%, transparent 100%);
    background: linear-gradient(180deg, #000 0%, transparent 100%);
    bottom: auto;
    top: 0;
  }
  .welfare-treatment-page .page-main .swiper-main .swiper .swiper-wrapper .swiper-slide:nth-child(even) .item-box .text-box {
    padding: 0.27rem 0.27rem 0;
    bottom: auto;
    top: 0;
  }
  .welfare-treatment-page .page-main .swiper-main .swiper .swiper-wrapper .swiper-slide:nth-child(1) .item-box {
    margin-top: 2.02rem;
  }
  .welfare-treatment-page .page-main .swiper-main .swiper .swiper-wrapper .swiper-slide:nth-child(2) .item-box {
    margin-top: 0.76rem;
  }
  .welfare-treatment-page .page-main .swiper-main .swiper .swiper-wrapper .swiper-slide:nth-child(2) .item-box .public-img::before {
    padding-top: 161.84210526%;
  }
  .welfare-treatment-page .page-main .swiper-main .swiper .swiper-wrapper .swiper-slide:nth-child(3) .item-box {
    margin-top: 1.34rem;
  }
  .welfare-treatment-page .page-main .swiper-main .swiper .swiper-wrapper .swiper-slide:nth-child(3) .item-box .public-img::before {
    padding-top: 103.94736842%;
  }
  .welfare-treatment-page .page-main .swiper-main .swiper .swiper-wrapper .swiper-slide:nth-child(4) .item-box .public-img::before {
    padding-top: 164.47368421%;
  }
  .welfare-treatment-page .page-main .swiper-main .swiper .swiper-wrapper .swiper-slide:nth-child(5) .item-box {
    margin-top: 1.8rem;
  }
  .welfare-treatment-page .page-main .swiper-main .swiper .swiper-wrapper .swiper-slide:nth-child(5) .item-box .public-img::before {
    padding-top: 127.30263158%;
  }
}
@media (max-width: 1024px) {
  .welfare-treatment-page .page-main .item {
    transform: none !important;
  }
}
.welfare-treatment-page .page-main .item-box {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 0.2rem;
  text-align: center;
}
.welfare-treatment-page .page-main .item-box .public-img::before {
  padding-top: 109.53947368%;
}
.welfare-treatment-page .page-main .item-box .public-img::after {
  content: '';
  width: 100%;
  height: 50%;
  max-height: 160px;
  background-color: transparent;
  background: -webkit-linear-gradient(-90deg, transparent 0%, #000 100%);
  background: linear-gradient(180deg, transparent 0%, #000 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.64;
}
.welfare-treatment-page .page-main .item-box .text-box {
  width: 100%;
  padding: 0 0.27rem 0.27rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
}
.recruitment-page {
  padding: 0.98rem 0;
}
@media (max-width: 1024px) {
  .recruitment-page {
    padding: 1.2rem 0;
  }
}
.recruitment-page .page-main .pager-box {
  margin-top: 0.62rem;
}
.recruitment-page .page-main .page-up .text-body {
  width: 52.25%;
  max-width: 836px;
  line-height: 1.75em;
  margin-top: 0.26rem;
}
@media (max-width: 1024px) {
  .recruitment-page .page-main .page-up .text-body {
    width: 100%;
    max-width: 100%;
  }
}
.recruitment-page .page-main .list {
  margin-top: 0.64rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.39rem 0.36rem;
}
@media (max-width: 767px) {
  .recruitment-page .page-main .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.recruitment-page .page-main .list .item:hover .item-box .text-box .title {
  color: var(--color-active);
}
.recruitment-page .page-main .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 0.44rem 0.52rem 0.44rem 0.6rem;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(0.15rem);
  border-radius: 0.2rem;
}
@media (max-width: 1024px) {
  .recruitment-page .page-main .list .item .item-box {
    padding: 0.6rem 0.4rem;
  }
}
.recruitment-page .page-main .list .item .item-box .text-box .icon {
  margin-bottom: 0.22rem;
}
.recruitment-page .page-main .list .item .item-box .text-box .icon img,
.recruitment-page .page-main .list .item .item-box .text-box .icon svg {
  width: 0.25rem;
  min-width: 20px;
}
.recruitment-page .page-main .list .item .item-box .text-box .title {
  line-height: 1.05882353em;
  line-height: 1.06;
  min-height: calc(2em * 1.06);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .recruitment-page .page-main .list .item .item-box .text-box .title {
    font-size: var(--font20);
    min-height: initial;
  }
}
.recruitment-page .page-main .list .item .item-box .text-box .text-body {
  color: #999999;
  line-height: 1.375em;
  line-height: 1.37;
  min-height: calc(4em * 1.37);
  margin-top: 0.2rem;
}
.recruitment-page .page-main .list .item .item-box .text-box .btn-container {
  margin-top: 0.42rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.contact-page {
  padding: 0.97rem 0 0.89rem;
}
@media (max-width: 1024px) {
  .contact-page {
    padding: 1.2rem 0;
  }
}
.contact-page .page-main .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .contact-page .page-main .wrap-box {
    display: block;
  }
}
.contact-page .page-main .wrap-box .wrap-right {
  width: 47.4375%;
  max-width: 759px;
  padding: 0.56rem 0.54rem 0.6rem 0.58rem;
  background: url(../images/about/contact-bg1-2.jpg) no-repeat center;
  background-size: cover;
  border-radius: 0.2rem;
}
@media (max-width: 1024px) {
  .contact-page .page-main .wrap-box .wrap-right {
    padding: 0.6rem 0.4rem;
    margin-top: 0.8rem;
  }
}
@media (max-width: 990px) {
  .contact-page .page-main .wrap-box .wrap-right {
    width: 100%;
  }
}
.contact-page .page-main .list {
  margin-top: 0.45rem;
}
.contact-page .page-main .list .item {
  margin-bottom: 0.28rem;
}
.contact-page .page-main .list .item:last-child {
  margin: 0;
}
.contact-page .page-main .list .item:last-child .item-box .public-img {
  background-color: #83329b;
}
.contact-page .page-main .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0.5rem;
}
.contact-page .page-main .list .item .item-box .public-img {
  width: 0.69rem;
  min-width: 52px;
  background-color: #002e9e;
  border-radius: 50%;
  order: 2;
}
.contact-page .page-main .list .item .item-box .public-img img,
.contact-page .page-main .list .item .item-box .public-img svg {
  width: auto;
  height: auto;
  max-width: 31.88405797%;
  max-height: 37.68115942%;
}
.contact-page .page-main .list .item .item-box .text-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.contact-page .page-main .list .item .item-box .text-box .title {
  font-family: 'Montserrat-SB';
  font-weight: bold;
}
.contact-page .page-main .list .item .item-box .text-box .text-body {
  color: #555555;
  line-height: 1.33333333em;
  margin-top: 0.07rem;
}
.contact-page .page-main .list .item .item-box .text-box .text-body a {
  font-size: var(--font26);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact-page .page-main .list .item .item-box .text-box .text-body a:hover {
  color: var(--color-active);
}
.contact-page .page-main .page-down {
  margin-top: 0.58rem;
}
.contact-page .page-main .forms {
  margin-top: 0.24rem;
}
.contact-page .page-main .forms .info-list {
  margin-top: 0.16rem;
}
.contact-page .page-main .forms .btn-container {
  margin-top: 0.25rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
