@charset "utf-8";
/* 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;
}
/* 文字超出隐藏 */
.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 动画 */
.dh {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* 动画延迟 */
/* 图片 水平垂直 居中 */
.abimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* 常用 CSS3 动画 */
/* 360 旋转 */
@keyframes run {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 旋转 */
/**/
/* 媒体查询 缩写 */
@font-face {
  font-family: 'Arial';
  src: url("../fonts/ArialMT.eot");
  src: url("../fonts/ArialMT.eot?#iefix") format("embedded-opentype"), url("../fonts/ArialMT.woff2") format("woff2"), url("../fonts/ArialMT.woff") format("woff"), url("../fonts/ArialMT.ttf") format("truetype"), url("../fonts/ArialMT.svg#ArialMT") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ArialBold';
  src: url("../fonts/Arial-BoldMT.eot");
  src: url("../fonts/Arial-BoldMT.eot?#iefix") format("embedded-opentype"), url("../fonts/Arial-BoldMT.woff2") format("woff2"), url("../fonts/Arial-BoldMT.woff") format("woff"), url("../fonts/Arial-BoldMT.ttf") format("truetype"), url("../fonts/Arial-BoldMT.svg#Arial-BoldMT") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'navStar';
  src: url('data:font/woff2;charset=utf-8;base64,d09GMgABAAAAAAI4AA0AAAAABdQAAAHmAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCXhEICmxwCw4AATYCJAMYBCAFgxsHRRvhBMguBpyyGwXhzNE9kXAXu+jq+vJpPP/9fvzWvud+NdSjRk0MGQ/Fs1ilm8QfChKapSaeiczz/7mf9y1Fv69aq47/qFqQF890QitI5vyHN8pn8v6pm/z/RTgmdZlEtDCwx0DDsTHAtPMAAxtLx7IMAvTAKOvmOVpfS5L30pBk/yVRa2OzEPjyaQXw9bX5LEcH01gDmogR0dFQtRrqtNctHqI6fx3KBFGTebUn0G/1YfjgRFEBAtJtCHXzJgQuqgo2qTkCJo1rmtj22zBAf84Mra0rMQkgioySAtLQAACh46ORgTkwCqbRsQx2AeiAICJVNRUscp9VFVZTeE3nAQD21vvVro7r/4/ay2/QklY0o1XvBwhw4/p/ee7Iv/GpznODDPr96nswroHwyXfr36DfBwEARjsg5wBo6N9cQhg1JaABAGDWGwRizDwCzZh9CJQxJxDoxlxEYMSUOwiMGvMMgUkb/FDSJ8QsChq5DhS5H3TyFDViDYUaNetBx0mHPbl0sVAsFsG1pTkmjoDTTLZSQJXB67E86M3Ykp9nyuRcP2Ogqw/nSsFBtz9mnbTuAsNmiqZwVQWT4dQ8MA4kL7gLl9nYNosPevzvwhJAE5uPkqalVProleCROIPmzcjtw8z2ZtHvAw==') format('woff2'), url('data:font/woff;charset=utf-8;base64,d09GRgABAAAAAAPsAA0AAAAABdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAD0AAAABoAAAAcqdm2zUdERUYAAAO0AAAAHAAAAB4AJwAMT1MvMgAAAZQAAAA/AAAAYA8TBcxjbWFwAAAB7AAAAFIAAAFeF1fZ4Gdhc3AAAAOsAAAACAAAAAgAAAAQZ2x5ZgAAAlAAAABQAAAAbLeswaNoZWFkAAABMAAAACwAAAA2KtPQA2hoZWEAAAFcAAAAHgAAACQIPQSraG10eAAAAdQAAAAVAAAAGAw5AGVsb2NhAAACQAAAAA4AAAAOAE4AIG1heHAAAAF8AAAAGAAAACAACAANbmFtZQAAAqAAAADcAAABm/pYTdhwb3N0AAADfAAAAC0AAABF1A7LEHjaY2BkAIOWrGcM8fw2Xxm4WcD8x3NdDyPo/+dZqpk3ArkcDEwgUQA8fAufeNpjYGRgYD7w/wADA8sTBiBgqWZgZEAFbABrvQPyAAB42mNgZGBgYGPgZgDRDAxMDGgAAAItABZ42mNgZl7IOIGBlYGBaSbTGQYGhn4IzfiawZiRkwEVMAqgCTA4MDC+ZGA+8P8AgwMzEIPUIMkqMDACAFTdCuoAeNpjYYAAxlAIzQTELE8YUgEItAGqAAAAeNpjYGBgZoBgGQZGBhCIAPIYwXwWBhsgzcXAwcAEhIwMCi8Z/v/9/x+sCs7+/0ScFayDiwEGGEHmMbIBMTNUgAlIMDGgAqAdLAzDGwAAI4ANHwAAAAAAAAAIAAgAEAAYADYAAHjaY2BkgAEmBgZLJgbC/NT/51mqmTcycDEwMArzMgqrsgrrMgozFSxizPz3y+7f3n977f79YsxcxLzx307Tf/9mrFrFmPHPlNGdAQB12Re3eNp1zrFqwlAYxfF/NFq0IJ1K6XRHp6DgA3QqdXDpIB0b4yUE9F6IEXTvI3TsM/RhfCJPwrcmcMPvOzfnI8CMfxLaJ+GBJ/NAnpuH8ps5lb/MIx65mMfKf81TXrmplaQTJbNuQ+uB/GIeygtzKn+YRzzzbR4r/zFPWfFHRUHkqBMJUBXxGKPwiafkzIGcWqMvz4dc6Pu+L99qT81J923uWJLpL9n6+lTF4JbZor/73s2NWqW2hG5TrtmzV7bjqve6626sm6kUQ+NKH3ydN37vdle3LuJG+zLu5ds+Q3jaY2BiwA/YGBgYmRiYGJkZmBlZ2NJzKgsyDNlL8zINDAzAtKulgQEAVvcGugAAAAABAAH//wAPeNpjYGRgYOABYjEgZmJgBEJWIGYB8xgAA9UANHjaY2BgYGQAgkfztd1A9OO5rodhNABG9gcEAAA=') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.navStar {
  font-family: 'navStar';
}
.navStar:before {
  content: "\e900";
}
/* -------------------------------------------------------------------  手机端头部 */
header {
  width: 100%;
  height: auto;
}
header .m_header_box {
  width: 100%;
  height: auto;
  display: none;
}
header .m_header_box .header_title {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  position: relative;
  background: #FFF;
  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 {
  width: 50%;
  max-width: 120px;
  height: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
header .m_header_box .header_title .logo svg {
  width: 100%;
  height: 100%;
}
header .m_header_box .header_title .logo svg .cls-1,
header .m_header_box .header_title .logo svg .cls-3 {
  fill: var(--color);
}
header .m_header_box .header_title .logo svg .cls-2 {
  fill: var(--active_color);
}
header .m_header_box .header_title .logo a {
  width: 100%;
  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 .column {
  position: relative;
  z-index: 5;
  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.32rem;
}
header .m_header_box .header_title .column .menu_btn {
  width: 24px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
}
header .m_header_box .header_title .column .menu_btn .icon {
  width: 100%;
  height: 100%;
  position: relative;
}
header .m_header_box .header_title .column .menu_btn .icon::after,
header .m_header_box .header_title .column .menu_btn .icon::before,
header .m_header_box .header_title .column .menu_btn .icon i {
  width: 100%;
  height: 2px;
  display: block;
  background: #666666;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -50%;
  transform-origin: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .m_header_box .header_title .column .menu_btn .icon::before {
  content: '';
  margin-top: -8px;
}
header .m_header_box .header_title .column .menu_btn .icon::after {
  content: '';
  margin-top: 6px;
}
header .m_header_box .header_title .column .menu_btn.active .icon i {
  opacity: 0;
}
header .m_header_box .header_title .column .menu_btn.active .icon::before {
  margin-top: -1px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-radius: 5px;
}
header .m_header_box .header_title .column .menu_btn.active .icon::after {
  margin-top: -1px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  border-radius: 5px;
}
header .m_header_box .header_title .column .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.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}
header .m_header_box .header_title .column .head_btn .icon {
  max-width: 14px;
  height: 14px;
  font-size: 0;
  margin-right: 5px;
  filter: invert(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .m_header_box .header_title .column .head_btn .link {
  line-height: 1;
  font-size: 12px;
  color: #000;
  margin-top: 3px;
}
header .m_header_box .header_title .column .head_btn .link span {
  opacity: 0.6;
}
header .m_header_box .header_title .column .head_btn .link a {
  color: #000;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .m_header_box .header_title .column .head_btn .link a:hover {
  opacity: 1;
}
header .m_header_box .header_title .column .head_btn:hover .icon {
  filter: invert(1);
}
header .m_header_box .header_title .column .head_btn:hover .link {
  color: #000;
}
header .m_header_box .header_title .column .head_btn:hover .link a,
header .m_header_box .header_title .column .head_btn:hover .link span {
  color: #000;
}
header .m_header_box .header_title::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0.1;
}
header .m_header_box .header_body {
  width: 100%;
  height: calc(100vh - 50px);
  background: #FFF;
  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;
  flex: 1;
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
}
header .m_header_box .header_body .menu_nav ul {
  width: 100%;
  height: auto;
}
header .m_header_box .header_body .menu_nav ul li {
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
header .m_header_box .header_body .menu_nav ul li .one {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
header .m_header_box .header_body .menu_nav ul li .one a {
  width: 100%;
  height: 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;
  padding: 15px 0;
  position: relative;
  --oneA: #000;
}
header .m_header_box .header_body .menu_nav ul li .one a .title {
  width: 100%;
  height: auto;
  flex: 1;
  font-size: 16px;
  line-height: 20px;
  color: var(--oneA);
}
header .m_header_box .header_body .menu_nav ul li .one a .icon {
  width: 20px;
  height: 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-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .m_header_box .header_body .menu_nav ul li .one a .icon i {
  font-size: 12px;
  color: var(--oneA);
}
header .m_header_box .header_body .menu_nav ul li .one.active a {
  --oneA: var(--active_color);
}
header .m_header_box .header_body .menu_nav ul li .one.active.is_active a .icon {
  --color: var(--active_color);
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
header .m_header_box .header_body .menu_nav ul li .one + ul {
  padding: 0 0 20px;
}
header .m_header_box .header_body .menu_nav ul li .one + ul > li {
  margin-top: 10px;
}
header .m_header_box .header_body .menu_nav ul li .one + ul > li:first-child {
  margin: 0;
}
header .m_header_box .header_body .menu_nav ul li .two {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
header .m_header_box .header_body .menu_nav ul li .two a {
  width: 100%;
  height: 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;
  padding: 5px 0;
  position: relative;
  --towA: #000;
}
header .m_header_box .header_body .menu_nav ul li .two a .icon {
  width: 20px;
  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;
  font-size: 0;
  --color: var(--towA);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .m_header_box .header_body .menu_nav ul li .two a .icon i {
  font-size: 10px;
  color: var(--towA);
}
header .m_header_box .header_body .menu_nav ul li .two a .title {
  width: 100%;
  height: auto;
  flex: 1;
  font-size: 14px;
  line-height: 16px;
  color: var(--towA);
}
header .m_header_box .header_body .menu_nav ul li .two.active a {
  --towA: var(--active_color);
}
header .m_header_box .header_body .menu_nav ul li .two + ul {
  padding: 10px 0 10px 20px;
}
header .m_header_box .header_body .menu_nav ul li .two + ul > li {
  margin-top: 10px;
}
header .m_header_box .header_body .menu_nav ul li .two + ul > li > a {
  padding: 0 0 0 20px;
  font-size: 14px;
  position: relative;
  z-index: 1;
  color: var(--threeA);
  --threeA: #999;
}
header .m_header_box .header_body .menu_nav ul li .two + ul > li > a::after {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  background: var(--threeA);
}
header .m_header_box .header_body .menu_nav ul li .two + ul > li:first-child {
  margin: 0;
}
header .m_header_box .header_body .menu_nav ul li .three {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
header .m_header_box .header_body .menu_nav ul li .three a {
  width: 100%;
  height: 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;
  position: relative;
  --threeA: #757575;
}
header .m_header_box .header_body .menu_nav ul li .three a .icon {
  width: 20px;
  height: 16px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .m_header_box .header_body .menu_nav ul li .three a .icon::after {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  background: var(--threeA);
}
header .m_header_box .header_body .menu_nav ul li .three a .title {
  width: 100%;
  height: auto;
  flex: 1;
  font-size: 14px;
  line-height: 16px;
  color: var(--threeA);
}
header .m_header_box .header_body .menu_nav ul li .three.active a {
  --threeA: var(--active_color);
}
header .m_header_box .header_body .menu_nav ul li .three + ul {
  padding: 10px 0 10px 20px;
}
header .m_header_box .header_body .menu_nav ul li .three + ul > li {
  margin-top: 10px;
}
header .m_header_box .header_body .menu_nav ul li .three + ul > li > a {
  padding: 0 0 0 20px;
}
header .m_header_box .header_body .menu_nav ul li .three + ul > li:first-child {
  margin: 0;
}
header .m_header_box .header_body .menu_nav ul li ul {
  display: none;
}
header .m_header_box .header_body .menu_nav ul li li {
  border: 0;
}
header .m_header_box .header_body .menu_nav ul li > a {
  font-size: 12px;
  color: #999;
}
header .m_header_box .header_body .menu_nav ul li > a.active {
  color: var(--active_color);
}
header .m_header_box .header_body .menu_form {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 0 20px;
  overflow: hidden;
}
header .m_header_box .header_body .menu_form .center {
  width: 100%;
  height: 44px;
  background: #F8F8F8;
  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;
}
header .m_header_box .header_body .menu_form .center form input {
  flex: 1;
  height: 100%;
  padding: 0 15px;
  background: transparent;
  font-size: 14px;
  color: #282f36;
  border: 0;
}
header .m_header_box .header_body .menu_form .center form button {
  width: 50px;
  padding: 0;
}
header .m_header_box .header_body .menu_form .center form button i {
  font-size: 18px;
  color: #FFF;
}
header .m_header_box .header_body .menu_lang {
  width: 100%;
  height: auto;
  margin-top: 40px;
  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;
  overflow: hidden;
  display: none !important;
}
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: #fff;
  border-radius: 50px;
  font-size: 12px;
  color: #282f36;
}
header .m_header_box .header_body .menu_lang .one a.active {
  background: var(--active_color);
  color: #fff;
}
@media (max-width:990px) {
  header .m_header_box {
    display: block;
  }
}
header .m_header_nbsp {
  width: 100%;
  height: var(--header-height);
  display: none;
  overflow: hidden;
}
@media (max-width:990px) {
  header .m_header_nbsp {
    display: block;
  }
}
/* -------------------------------------------------------------------  pc头部 */
header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background: none;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
header .header_box {
  width: 100%;
  height: auto;
  height: var(--header-height);
  position: absolute;
  min-height: 60px;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  background: none;
  --color1: #FFFFFF;
  --bg_color: none;
  --fiter: brightness(0) invert(1);
  --color2: #FFFFFF;
  --color3: #FFFFFF66;
  --color4: #FFFFFF;
}
header .header_box .logo img {
  width: 2.51rem;
  height: 0.45rem;
  min-height: 32px;
}
header .header_box .logo .transparent {
  display: block;
}
header .header_box .logo .color {
  display: none;
}
header .header_box .center_box {
  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;
  margin: 0 auto;
}
header .header_box .center_box .logo {
  flex: 1;
}
header .header_box .center_box .nav_box {
  width: auto;
  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;
  gap: 0.44rem;
}
header .header_box .center_box .nav_box .nav_list {
  width: 100%;
  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;
  gap: 0.42rem;
}
header .header_box .center_box .nav_box .nav_list .item {
  width: max-content;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
header .header_box .center_box .nav_box .nav_list .item .item_a {
  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;
  gap: 0.05rem;
  font-size: var(--font16);
  line-height: 0.32;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .header_box .center_box .nav_box .nav_list .item .item_a .navStar {
  font-size: 0.09rem;
}
header .header_box .center_box .nav_box .nav_list .item .item_a::after {
  position: absolute;
  left: 50%;
  bottom: 0rem;
  transform: translateX(-50%);
  width: 0%;
  height: 0.03rem;
  background-color: var(--active_color);
  content: "";
  display: block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .header_box .center_box .nav_box .nav_list .item .nav_main {
  max-height: 0vw;
  min-width: 100%;
  position: absolute;
  top: var(--header-height);
  left: 50%;
  transform: translateX(-50%);
  background: #f9f9f9;
  white-space: nowrap;
  border-radius: 0vw 0vw 0.1rem 0.1rem;
  overflow: hidden;
}
header .header_box .center_box .nav_box .nav_list .item .nav_main .sub_nav {
  min-width: 2rem;
  min-height: 2rem;
  padding: 0.3rem 0;
}
header .header_box .center_box .nav_box .nav_list .item .nav_main .sub_nav .sub_nav_item {
  position: relative;
}
header .header_box .center_box .nav_box .nav_list .item .nav_main .sub_nav .sub_nav_item a {
  background: none;
  border: none;
  line-height: 2.5;
  font-size: var(--font16);
  padding: 0rem 0.4rem;
  position: relative;
}
header .header_box .center_box .nav_box .nav_list .item .nav_main .sub_nav .sub_nav_item a:hover {
  background: #e3e3e7;
}
header .header_box .center_box .nav_box .nav_list .item .nav_main .sub_nav .sub_nav_item a:hover::after {
  content: "";
  border-right: 0.4167vw solid transparent;
  border-top: 0.4167vw solid var(--active_color);
  position: absolute;
  left: 0vw;
  top: 0vw;
}
header .header_box .center_box .nav_box .nav_list .item .products_menus {
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 0 2.5rem;
}
header .header_box .center_box .nav_box .nav_list .item .products_menus .one_level {
  width: 27.44%;
  height: 5.22rem;
  border-right: 0.01rem solid #E8E8E8;
  overflow-y: auto;
}
header .header_box .center_box .nav_box .nav_list .item .products_menus .one_level .item {
  width: 100%;
  height: auto;
}
header .header_box .center_box .nav_box .nav_list .item .products_menus .one_level .item .one_a {
  width: 100%;
  height: 0.58rem;
  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;
  padding: 0 0.2rem;
  font-size: var(--font16);
  color: #999999;
}
header .header_box .center_box .nav_box .nav_list .item .products_menus .one_level .item.active .one_a {
  background-color: #213A8A;
  color: #ffffff;
}
header .header_box .center_box .nav_box .nav_list .item .products_menus .two_level {
  width: 27.44%;
  height: 5.22rem;
  border-right: 0.01rem solid #E8E8E8;
  overflow-y: auto;
}
header .header_box .center_box .nav_box .nav_list .item .products_menus .two_level .wrapper {
  width: 100%;
  height: auto;
  display: none;
}
header .header_box .center_box .nav_box .nav_list .item .products_menus .two_level .wrapper .item {
  width: 100%;
  height: auto;
}
header .header_box .center_box .nav_box .nav_list .item .products_menus .two_level .wrapper .item a {
  width: 100%;
  height: 0.58rem;
  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;
  padding: 0 0.2rem;
  font-size: var(--font16);
  color: #999999;
}
header .header_box .center_box .nav_box .nav_list .item .products_menus .two_level .wrapper .item:hover a {
  color: #213A8A;
}
header .header_box .center_box .nav_box .nav_list .item .products_menus .two_level .wrapper.active {
  display: block;
}
header .header_box .center_box .nav_box .nav_list .item .products_menus .proImages {
  width: 45.12%;
  height: 5.22rem;
  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;
}
header .header_box .center_box .nav_box .nav_list .item .products_menus .proImages .item img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
header .header_box .center_box .nav_box .nav_list .item .products_menus .proImages .item img:hover {
  transform: scale(1.05);
}
header .header_box .center_box .nav_box .nav_list .item:hover .item_a::after {
  width: 100%;
}
header .header_box .center_box .nav_box .nav_list .item:hover .nav_main {
  max-height: 52.0833vw;
  transition: all 0.8s ease-in-out;
}
header .header_box .center_box .nav_box .nav_list .item:hover .products_menus {
  max-height: 4.8rem;
  transition: all 0.8s ease-in-out;
}
header .header_box .center_box .nav_box .m_nav_list {
  width: 260px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -260px;
  overflow: hidden;
  padding-top: 1rem;
  transition: right 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  background: #FAFAFA;
}
header .header_box .center_box .nav_box .m_nav_list .list {
  display: none;
}
header .header_box .center_box .nav_box .m_nav_list .list .item {
  position: relative;
  border-top: 1px solid #eff1f3;
}
header .header_box .center_box .nav_box .m_nav_list .list .item h3 a {
  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: relative;
  padding: 0 25px;
  font-size: 15px;
  font-weight: normal;
  line-height: 50px;
  color: #333;
}
header .header_box .center_box .nav_box .m_nav_list .list .item h3 a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 1px solid #D8D8D8;
  margin-right: 15px;
}
header .header_box .center_box .nav_box .m_nav_list .list .item.active h3 a::before,
header .header_box .center_box .nav_box .m_nav_list .list .item.cur h3 a::before {
  border-color: #666;
  background-color: #666;
}
header .header_box .center_box .nav_box .m_nav_list .list .item .subNavBtn,
header .header_box .center_box .nav_box .m_nav_list .list .item .threeNavBtn {
  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;
  justify-content: right;
  width: 45%;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 25px;
}
header .header_box .center_box .nav_box .m_nav_list .list .item .subNavBtn i,
header .header_box .center_box .nav_box .m_nav_list .list .item .threeNavBtn i {
  display: block;
  width: 12px;
  height: 12px;
  position: relative;
}
header .header_box .center_box .nav_box .m_nav_list .list .item .subNavBtn i::after,
header .header_box .center_box .nav_box .m_nav_list .list .item .threeNavBtn i::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #474747;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -1px;
}
header .header_box .center_box .nav_box .m_nav_list .list .item .subNavBtn i::before,
header .header_box .center_box .nav_box .m_nav_list .list .item .threeNavBtn i::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #474747;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -1px;
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
header .header_box .center_box .nav_box .m_nav_list .list .item .subNavMain {
  display: none;
}
header .header_box .center_box .nav_box .m_nav_list .list .item .subNavMain .subNavBox .subNav .subNavList {
  position: relative;
}
header .header_box .center_box .nav_box .m_nav_list .list .item .subNavMain .subNavBox .subNav .subNavList a {
  padding: 15px 25px;
  border-top: 1px solid #EBEBEB;
  background: #f6f6f6;
  display: block;
  font-size: 14px;
}
header .header_box .center_box .nav_box .m_nav_list .list .item .subNavMain .subNavBox .subNav .subNavList a::before {
  margin-right: 10px;
}
header .header_box .center_box .nav_box .m_nav_list .list .item .subNavMain .subNavBox .subNav .subNavList .mThreeNav {
  display: none;
  overflow: hidden;
}
header .header_box .center_box .nav_box .m_nav_list .list .item .subNavMain .subNavBox .subNav .subNavList .mThreeNav a {
  display: block;
  padding: 15px 50px;
  border-top: 1px solid #EBEBEB;
  font-size: 13px;
}
header .header_box .center_box .nav_box .m_nav_list .list .item .subNavMain .subNavBox .subNav .subNavList.active1 .threeNavBtn i::before {
  transform: rotate(-90deg);
}
header .header_box .center_box .nav_box .m_nav_list .list .item.active .subNavBtn i::before {
  transform: rotate(-90deg);
}
header .header_box .center_box .nav_box .hader_other {
  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.22rem;
}
header .header_box .center_box .nav_box .hader_other .search_box {
  width: 0.32rem;
  height: auto;
  min-width: 21px;
  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;
}
header .header_box .center_box .nav_box .hader_other .search_box .searchBtn {
  color: #fff;
  font-size: var(--font18);
}
header .header_box .center_box .nav_box .hader_other .lang_box {
  width: -webkit-fill-available;
  height: auto;
  position: relative;
}
header .header_box .center_box .nav_box .hader_other .lang_box .lang {
  /* width: 0.25rem; */
  height: auto;
  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.04rem;
  font-size: var(--font14);
  font-weight: normal;
}
header .header_box .center_box .nav_box .hader_other .lang_box .lang i {
  color: #fff;
  font-size: var(--font24);
}
header .header_box .center_box .nav_box .hader_other .lang_box .lang span {
  color: #fff;
  font-size: var(--font12);
  transform: rotate(90deg) scale(0.6);
}
header .header_box .center_box .nav_box .hader_other .lang_box ul {
  width: 0.6rem;
  position: absolute;
  top: 1.5104vw;
  /* top: var(--header-height); */
  opacity: 0;
  visibility: hidden;
  border-radius: 0.05rem;
  box-shadow: 0 0 0.06rem #dddddd;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .header_box .center_box .nav_box .hader_other .lang_box ul li {
  line-height: 2.33;
}
header .header_box .center_box .nav_box .hader_other .lang_box ul li a {
  font-size: var(--font12);
  color: #333333;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .header_box .center_box .nav_box .hader_other .lang_box ul::after {
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid #ffffff;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
}
header .header_box .center_box .nav_box .hader_other .lang_box:hover ul {
  opacity: 1;
  visibility: visible;
}
header .header_box .center_box .nav_box .hader_other .navbtn {
  color: #ffffff;
  width: 26px;
  position: relative;
  cursor: pointer;
  font-size: 20px;
}
header .headerDownBg {
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 0.01rem solid #ececec;
}
header .headerDownBg .logo .transparent {
  display: none;
}
header .headerDownBg .logo .color {
  display: block;
}
header .headerDownBg .nav_box .nav_list .item .item_a {
  color: #333333 !important;
}
header .headerDownBg .nav_box .nav_list .item:hover .item_a {
  color: var(--active_color) !important;
}
header .headerDownBg .nav_box .nav_list .item.cur .item_a {
  color: #1b339e !important;
}
header .headerDownBg .nav_box .nav_list .item.cur .item_a::after {
  width: 100%;
}
header .headerDownBg .nav_box .hader_other .searchBtn {
  color: #333333 !important;
}
header .headerDownBg .nav_box .hader_other .lang_box .lang i {
  color: #333333 !important;
}
header .headerDownBg .nav_box .hader_other .lang_box .lang span {
  color: #333333 !important;
}
header .headerDownBg .nav_box .hader_other .navbtn {
  color: #333 !important;
}
header .headerUp {
  transform: translateY(-100%);
}
header .admissionheader .m_nav_list {
  right: 0 !important;
}
@media (max-width:990px) {
  header .header_box .logo img {
    width: auto;
  }
  header .header_box .center_box .nav_box .hader_other {
    gap: 20px;
  }
  header .header_box .center_box .nav_box .hader_other .search_box .searchBtn {
    font-size: 21px;
  }
  header .header_box .center_box .nav_box .hader_other .lang_box .lang i {
    font-size: 26px;
  }
}
/* -------------------------------------------------------------------  底部 */
footer {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
footer .bottomBg {
  width: 100%;
  height: auto;
  padding: 0.45rem 0;
}
footer .bottomBg .bottom1 {
  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;
  padding-bottom: 0.39rem;
  border-bottom: 0.01rem solid rgba(155, 155, 243, 0.3);
}
footer .bottomBg .bottom1 .bottomNav {
  margin-top: 0.46rem;
}
footer .bottomBg .bottom1 .bottomNav ul {
  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.25rem;
}
footer .bottomBg .bottom1 .bottomNav ul li a {
  font-size: var(--font16);
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
footer .bottomBg .bottom1 .bottomSearch .title {
  font-size: var(--font20);
  font-weight: bold;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 0.02rem;
  margin-bottom: 0.18rem;
}
footer .bottomBg .bottom1 .bottomSearch .bottomSearchMain {
  /* width: 3.62rem; */
  width: 100%;
  min-width: 3.62rem;
  height: auto;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #FFFFFF;
  border-radius: 0.5rem;
  padding: 0 0.27rem;
}
footer .bottomBg .bottom1 .bottomSearch .bottomSearchMain input {
  display: block;
  flex: 1;
  height: 0.55rem;
  min-height: 35px;
  font-size: var(--font16);
  font-weight: bold;
  color: #4E4E4E;
  border-radius: 0.5rem;
  border: 0;
  outline: 0;
}
footer .bottomBg .bottom1 .bottomSearch .bottomSearchMain img {
  width: 0.44rem;
  height: 0.44rem;
  min-width: 35px;
  min-height: 35px;
  cursor: pointer;
}
footer .bottomBg .bottom2 {
  margin-top: 0.39rem;
  padding-bottom: 0.6rem;
  border-bottom: 0.01rem solid rgba(59, 65, 110, 0.8);
  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;
}
footer .bottomBg .bottom2 .bottomMessage {
  width: 46%;
  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;
}
footer .bottomBg .bottom2 .bottomMessage .title {
  width: 100%;
  font-size: var(--font18);
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.13rem;
}
footer .bottomBg .bottom2 .bottomMessage .bottomMessageInput {
  width: 49.4%;
  margin-bottom: 0.1rem;
  position: relative;
}
footer .bottomBg .bottom2 .bottomMessage .bottomMessageInput input {
  width: 100%;
  height: 0.44rem;
  min-height: 34px;
  font-size: var(--font14);
  color: rgba(255, 255, 255, 0.5);
  border-radius: 0.5rem;
  background-color: rgba(42, 42, 57, 0.4);
  border: 0.01rem solid rgba(110, 110, 158, 0.4);
  padding-left: 0.21rem;
}
footer .bottomBg .bottom2 .bottomMessage .bottomMessageInput textarea {
  width: 100%;
  height: 0.98rem;
  min-height: 55px;
  font-size: var(--font14);
  color: rgba(255, 255, 255, 0.5);
  border-radius: 0.22rem;
  background-color: rgba(42, 42, 57, 0.4);
  border: 0.01rem solid rgba(110, 110, 158, 0.4);
  resize: none;
  padding: 0.13rem 0.21rem;
}
footer .bottomBg .bottom2 .bottomMessage .bottomMessageInput.code img {
  position: absolute;
  top: 50%;
  right: 0.16rem;
  transform: translateY(-50%);
  height: 0.28rem;
  min-height: 20px;
  cursor: pointer;
}
footer .bottomBg .bottom2 .bottomMessage .bottomMessageInput.textarea,
footer .bottomBg .bottom2 .bottomMessage .bottomMessageInput.code {
  width: 100%;
}
footer .bottomBg .bottom2 .bottomMessage .bottomMessageSubmit {
  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;
  margin-top: 0.17rem;
  padding: 0rem 0.22rem 0 0.26rem;
  width: 3.4rem;
  height: 0.48rem;
  min-width: 187px;
  min-height: 35px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  border-radius: 0.5rem;
  background-image: linear-gradient(90deg, #114BA9, #4FC4EA);
  cursor: pointer;
}
footer .bottomBg .bottom2 .bottomMessage .bottomMessageSubmit span {
  font-size: var(--font16);
}
footer .bottomBg .bottom2 .bottomMessage .bottomMessageSubmit i {
  font-size: var(--font20);
  font-weight: lighter;
  position: relative;
  transform: rotate(-45deg);
}
footer .bottomBg .bottom2 .right {
  width: 44.93%;
}
footer .bottomBg .bottom2 .right .bottomContact ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.36rem;
}
footer .bottomBg .bottom2 .right .bottomContact ul li {
  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.14rem;
}
footer .bottomBg .bottom2 .right .bottomContact ul li .icon {
  width: 0.44rem;
  height: 0.44rem;
}
footer .bottomBg .bottom2 .right .bottomContact ul li .text {
  flex: 1;
  white-space: normal;
}
footer .bottomBg .bottom2 .right .bottomContact ul li .text .title {
  font-size: var(--font16);
  color: #9DA1A6;
  text-transform: uppercase;
}
footer .bottomBg .bottom2 .right .bottomContact ul li .text p,
footer .bottomBg .bottom2 .right .bottomContact ul li .text a {
  font-size: var(--font18);
  font-weight: bold;
  color: #ffffff;
  line-height: 1.1111;
}
footer .bottomBg .bottom2 .right .bottomShare {
  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: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
footer .bottomBg .bottom2 .right .bottomShare ul {
  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.16rem;
}
footer .bottomBg .bottom2 .right .bottomShare ul li .icon {
  width: 0.37rem;
  height: 0.37rem;
  min-width: 28px;
  min-height: 28px;
}
footer .bottomBg .bottom2 .right .bottomShare ul li .icon img {
  width: 100%;
  height: 100%;
}
footer .bottomBg .bottom3 {
  margin-top: 0.44rem;
  font-size: var(--font16);
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
footer .bottomBg .bottom3 p {
  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;
  flex-wrap: wrap;
}
footer .bottomBg .bottom3 a {
  font-size: var(--font16);
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width:990px) {
  footer .bottomBg .bottom1 .bottomNav {
    display: none;
  }
  footer .bottomBg .bottom1 .bottomSearch {
    width: 100%;
    text-align: center;
  }
  footer .bottomBg .bottom2 {
    flex-direction: column;
    flex-wrap: wrap;
    border-bottom: none;
    padding-bottom: 0rem;
  }
  footer .bottomBg .bottom2 .bottomMessage {
    width: 100%;
    gap: 0.1rem 0;
  }
  footer .bottomBg .bottom2 .bottomMessage .bottomMessageInput textarea {
    border-radius: 0.5rem;
    padding: 8px 12px;
  }
  footer .bottomBg .bottom2 .bottomMessage .bottomMessageInput.code img {
    right: 9px;
  }
  footer .bottomBg .bottom2 .bottomMessage .bottomMessageSubmit span {
    font-size: 12px;
  }
  footer .bottomBg .bottom2 .right .bottomContact {
    display: none;
  }
  footer .bottomBg .bottom2 .right .bottomShare {
    margin-top: 30px;
  }
  footer .bottomBg .bottom3 p,
  footer .bottomBg .bottom3 a {
    font-size: 12px;
  }
}
.cookie-bar {
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  transition: bottom 0.7s, opacity 0.5s, height 0.4s ease-in-out;
  background-color: #fff;
}
.cookie-bar .cookie-bar-msg-warp {
  width: 100%;
  height: 120px;
  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;
  position: relative;
}
.cookie-bar .cookie-bar-msg-warp .cookie-bar-msg-desc {
  margin-top: 0.08rem;
}
.cookie-bar .cookie-bar-manage,
.cookie-bar .cookie-bar-setting-check-result {
  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: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  gap: 0.2rem;
}
.cookie-bar .cookie-bar-manage a,
.cookie-bar .cookie-bar-setting-check-result a {
  font-size: var(--font14);
  text-align: center;
  background-color: #fff;
  color: #000;
  border: 1px solid #2189ff;
  border-radius: 0.5rem;
  padding: 0.1rem 0.24rem 0.11rem 0.24rem;
  cursor: pointer;
}
.cookie-bar .cookie-bar-manage a.cookie-bar-manage-agree,
.cookie-bar .cookie-bar-setting-check-result a.cookie-bar-manage-agree,
.cookie-bar .cookie-bar-manage a.cookie-bar-manage-setting-save,
.cookie-bar .cookie-bar-setting-check-result a.cookie-bar-manage-setting-save {
  background-color: #2189ff;
  color: #fff;
}
.cookie-bar .cookie-bar-close .cookie-bar-close-btn,
.cookie-bar .cookie-bar-setting-close-btn {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  width: 0.32rem;
  height: 0.32rem;
  padding: 0.05rem;
  border: none;
  background-color: #fff;
  font-size: 0;
  cursor: pointer;
}
.cookie-bar .cookie-bar-close .cookie-bar-close-btn .icon,
.cookie-bar .cookie-bar-setting-close-btn .icon {
  width: 100%;
  height: 100%;
}
.cookie-bar .w1440 {
  position: relative;
}
.cookie-bar .cookie-bar-setting-container {
  width: 50vw;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: height 0.4s ease-in-out;
  background-color: #fff;
  border-radius: 0.1rem 0.1rem 0 0;
}
.cookie-bar .cookie-bar-setting-container.active {
  height: 4rem;
}
.cookie-bar .cookie-bar-setting-container .cookie-bar-setting-container-box {
  padding: 0.2rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.cookie-bar .cookie-bar-setting-container .cookie-bar-setting-container-box .cookie-bar-setting-items {
  overflow-y: auto;
}
.cookie-bar .cookie-bar-setting-container .cookie-bar-setting-container-box .cookie-bar-setting-items .cookie-bar-setting-one:not(:first-child) {
  margin-top: 0.25rem;
}
.cookie-bar .cookie-bar-setting-container .cookie-bar-setting-container-box .cookie-bar-setting-items .cookie-bar-setting-one-desc {
  margin-top: 0.05rem;
}
.cookie-bar .cookie-bar-setting-container .cookie-bar-setting-container-box .cookie-bar-setting-check-result {
  margin-top: 0.15rem;
}
@media (max-width:990px) {
  .cookie-bar .cookie-bar-msg-warp {
    height: auto;
    flex-direction: column;
    padding: 15px 0;
  }
  .cookie-bar .cookie-bar-manage {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 15px;
  }
  .cookie-bar .cookie-bar-manage a {
    flex: 1;
  }
}
/* -------------------------------------------------------------------  语言选择 */
.language_box {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.language_box .icon {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.language_box .icon i {
  color: var(--color1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: var(--font20);
}
.language_box .icon img {
  filter: var(--fiter);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.language_box .language_flag {
  width: max-content;
  height: auto;
  position: absolute;
  top: calc(100% + 10px);
  background: #FFFFFF;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.1rem;
  padding: 10px;
  border-radius: var(--border-radius10);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.267);
  border-radius: 10px;
}
.language_box .language_flag::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #FFFFFF transparent;
  position: absolute;
  bottom: 100%;
}
.language_box .language_flag a {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.language_box .language_flag a img {
  width: 0.3rem;
  min-width: 25px;
  height: auto;
  object-fit: cover;
}
.language_box .language_flag a span {
  font-size: var(--font16);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.language_box .language_flag a:hover span {
  color: var(--active_color);
}
.language_box:hover .language_flag {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.search_box {
  cursor: pointer;
  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;
}
.search_box .icon {
  width: 0.36rem;
  height: 0.36rem;
  min-width: 25px;
  min-height: 25px;
  cursor: pointer;
  background: var(--color3);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  backdrop-filter: blur(12px);
  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;
}
.search_box .icon i {
  color: var(--color4);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: var(--font18);
}
.search_box .icon img {
  filter: var(--fiter);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search_box .search {
  position: absolute;
  right: 20px;
  padding-right: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateX(20px);
}
.search_box .search input {
  width: 240px;
  font-size: var(--font14);
  border-radius: 100px;
  overflow: hidden;
  height: 40px;
  padding: 10px 20px;
  border: 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.search_box:hover .search {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.search_wap {
  width: 30px;
  height: 50px;
  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;
}
.search_wap i {
  font-size: var(--font28);
}
/* -------------------------------------------------------------------  搜索框 */
.search_for {
  width: 100%;
  height: 1.8238rem;
  position: fixed;
  top: 0;
  z-index: 99;
  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;
  gap: 0.2rem;
  background: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0.1rem 0 0.5rem 0;
}
.search_for .search_in {
  width: 100%;
  max-width: 1080px;
  height: auto;
  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;
  gap: 0.3rem;
  border-bottom: 2px solid #595959;
  padding: 0.45rem 0;
}
.search_for .search_in .icon {
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search_for .search_in .icon i {
  font-size: var(--font24);
}
.search_for .search_in .input {
  flex: 1;
  width: fit-content;
  height: auto;
}
.search_for .search_in .input input {
  width: auto;
  height: auto;
  min-height: 38px;
  border: 0;
  font-size: var(--font18);
  color: #333;
}
.search_for .search_in .close_box {
  width: fit-content;
  height: auto;
  flex-shrink: 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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search_for .search_in .close_box i {
  font-size: var(--font20);
}
.search_for.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
/* -------------------------------------------------------------------  cookies */
.cookies_box {
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  padding: 0.6rem 0;
  background: #FFFFFF;
}
.cookies_box .center_box {
  width: 100%;
  height: 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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cookies_box .center_box .word {
  width: fit-content;
  max-width: 60%;
}
.cookies_box .center_box .word .t1 {
  font-weight: 700;
}
.cookies_box .center_box .word .t2 {
  margin-top: 0.1rem;
  line-height: 1.5;
}
.cookies_box .center_box .word .t2 a {
  display: inline-block;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
}
.cookies_box .center_box .word .t2 a:hover {
  color: var(--active_color);
}
.cookies_box .center_box .icon {
  width: fit-content;
  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;
  gap: 0.15rem;
}
.cookies_box .center_box .icon .btn {
  min-width: 1.8rem;
  width: auto;
  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;
  height: 0.5rem;
  min-height: 40px;
  font-size: var(--font16);
  border-radius: 100px;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
.cookies_box .center_box .icon .btn:first-child {
  background: var(--active_color);
  color: var(--color_fff);
  border-color: var(--active_color);
}
/* -------------------------------------------------------------------  手机端视频点击播放 */
.videoWap {
  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;
  position: relative;
  z-index: 1;
}
.videoWap::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  background: #ffffff33;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 100px;
  backdrop-filter: blur(10px);
}
.videoWap::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #ffffff;
  z-index: 2;
  transform: translateX(2px) scale(0.8);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.videoWap.active::after {
  opacity: 0;
}
.videoWap.active::before {
  opacity: 0;
}
.popup_video {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background: #000000c0;
  backdrop-filter: blur(10px);
  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.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  transform: translateY(100%);
}
.popup_video .images {
  width: auto;
  height: auto;
  max-width: 80%;
  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: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.popup_video .images .video {
  width: fit-content;
  height: auto;
  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;
}
.popup_video .images .video iframe {
  width: 100%;
  height: auto;
  min-height: 80vh;
}
.popup_video .images .video video {
  max-width: 90%;
  max-height: 90vh;
  width: auto;
  height: auto;
}
.popup_video .icon {
  width: 0.5rem;
  height: 0.5rem;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup_video .icon i {
  width: 0;
  height: 0;
  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: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup_video .icon i::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 0.2rem;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(45deg);
}
.popup_video .icon i::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 0.2rem;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-45deg);
}
.popup_video .icon:hover {
  background: var(--active_color);
}
.popup_video .icon:hover i {
  transform: rotate(360deg);
}
.popup_video .icon:hover i::after {
  background: #FFF;
}
.popup_video .icon:hover i::before {
  background: #FFF;
}
.popup_video.active {
  transform: translateY(0);
}
@media (max-width:990px) {
  .popup_video .images {
    max-width: 90%;
  }
  .popup_video .icon {
    top: 0;
    right: 0;
    transform: translateY(-110%);
  }
}
.popup_iframe {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background: #ffffff;
  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.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  transform: translateY(100%);
}
.popup_iframe .images {
  width: auto;
  height: auto;
  max-width: 80%;
  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: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.popup_iframe .images .video {
  width: fit-content;
  height: auto;
  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;
}
.popup_iframe .images .video iframe {
  width: 80vw;
  height: 50vh;
  min-height: 80vh;
}
.popup_iframe .icon {
  width: 0.5rem;
  height: 0.5rem;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup_iframe .icon i {
  width: 0;
  height: 0;
  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: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup_iframe .icon i::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 0.2rem;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(45deg);
}
.popup_iframe .icon i::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 0.2rem;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-45deg);
}
.popup_iframe .icon:hover {
  background: var(--active_color);
}
.popup_iframe .icon:hover i {
  transform: rotate(360deg);
}
.popup_iframe .icon:hover i::after {
  background: #FFF;
}
.popup_iframe .icon:hover i::before {
  background: #FFF;
}
.popup_iframe.active {
  transform: translateY(0);
}
@media (max-width:990px) {
  .popup_iframe .images {
    max-width: 90%;
  }
  .popup_iframe .icon {
    top: 0;
    right: 0;
    transform: translateY(-110%);
  }
}
/* ------------------------------------------------------------------- 图片弹窗 */
.popup_img {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background: #000000b0;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup_img .images {
  max-width: 80%;
  min-width: 50%;
  max-height: 80vh;
  width: auto;
  height: 100%;
  position: relative;
  z-index: 1;
}
.popup_img .images .img {
  width: 100%;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.popup_img .images .img img {
  width: auto;
  height: auto;
}
.popup_img .images .icon {
  width: 0.5rem;
  height: 0.5rem;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateX(50%) translateY(-50%);
}
.popup_img .images .icon i {
  width: 0;
  height: 0;
  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: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup_img .images .icon i::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(45deg);
}
.popup_img .images .icon i::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-45deg);
}
.popup_img .images .icon:hover {
  background: var(--active_color);
}
.popup_img .images .icon:hover i {
  transform: rotate(360deg);
}
.popup_img .images .icon:hover i::after {
  background: #FFF;
}
.popup_img .images .icon:hover i::before {
  background: #FFF;
}
.popup_img.active {
  opacity: 1;
  visibility: visible;
}
/* ------------------------------------------------------------------- 文本弹窗 */
.popup_text {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: #0000005e;
  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;
  padding: 20px;
  backdrop-filter: blur(10px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  --tetx_width: 900px;
  --text_height: auto;
  --paddingX: 40px;
  --paddingY: 40px;
  --color: #929292;
}
.popup_text .title {
  color: #000000;
  text-align: center;
}
.popup_text .title .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
  font-weight: 300;
}
.popup_text .text_box {
  max-width: var(--tetx_width);
  max-height: var(--text_height);
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-radius: 0.2rem;
  padding: var(--paddingX) var(--paddingY);
  position: relative;
  z-index: 1;
}
.popup_text .text_box .layui-form {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 0.5rem;
}
.popup_text .text_box .layui-form .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  --color_b: #666666;
}
.popup_text .text_box .layui-form .item input,
.popup_text .text_box .layui-form .item textarea {
  width: 100%;
  background: none;
  border: 0;
  min-height: 56px;
  padding-left: 23px;
  font-size: var(--font16);
  color: var(--color);
  background: #00000011;
  border-radius: 10px;
  color: #000000;
  box-shadow: unset !important;
}
.popup_text .text_box .layui-form .item input:hover,
.popup_text .text_box .layui-form .item textarea:hover {
  border: unset !important;
}
.popup_text .text_box .layui-form .item input:focus,
.popup_text .text_box .layui-form .item textarea:focus {
  border: unset !important;
}
.popup_text .text_box .layui-form .item input::-webkit-input-placeholder,
.popup_text .text_box .layui-form .item textarea::-webkit-input-placeholder {
  color: var(--color);
  opacity: 1;
}
.popup_text .text_box .layui-form .item input:-moz-placeholder,
.popup_text .text_box .layui-form .item textarea:-moz-placeholder {
  color: var(--color);
  opacity: 1;
}
.popup_text .text_box .layui-form .item input::-moz-placeholder,
.popup_text .text_box .layui-form .item textarea::-moz-placeholder {
  color: var(--color);
  opacity: 1;
}
.popup_text .text_box .layui-form .item input:-ms-input-placeholder,
.popup_text .text_box .layui-form .item textarea:-ms-input-placeholder {
  color: var(--color);
  opacity: 1;
}
.popup_text .text_box .layui-form .item textarea {
  min-height: 110px;
  padding-top: 20px;
}
.popup_text .text_box .layui-form .btn_box {
  width: 2rem;
  height: 0.55rem;
  flex-shrink: 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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  background: #ffffff11;
  background: var(--active_color);
  margin-top: 0.1rem;
}
.popup_text .text_box .layui-form .grid3 {
  grid-column: span 2;
}
.popup_text .text_box .layui-form .layui-form-radio {
  line-height: 1;
}
.popup_text .text_box .layui-form .layraBox {
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.popup_text .text_box .layui-form .layraBox span,
.popup_text .text_box .layui-form .layraBox a {
  display: inline !important;
}
.popup_text .text_box .layui-form .layraBox span {
  color: #666666;
}
.popup_text .text_box .layui-form .layraBox a {
  color: #666666;
  text-decoration: underline;
}
.popup_text .text_box .layui-form .layraBox .layui-form-radio:hover > *,
.popup_text .text_box .layui-form .layraBox .layui-form-radioed,
.popup_text .text_box .layui-form .layraBox .layui-form-radioed > i {
  color: var(--active_color);
}
.popup_text .text_box .layui-form .layraBox .layui-form-radio > * {
  display: flex;
  transform: translateY(2.2px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.05rem;
}
.popup_text .text_box .layui-form .layraBox .layui-form-radio > i {
  transform: translateY(1px);
  display: block;
}
.popup_text .text_box .layui-form .layraBox .layui-form-radio {
  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;
}
.popup_text .text_box .icon_colse {
  width: 0.5rem;
  height: 0.5rem;
  background: var(--active_color);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(50%) translateY(-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;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup_text .text_box .icon_colse i {
  width: 0;
  height: 0;
  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: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup_text .text_box .icon_colse i::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(45deg);
}
.popup_text .text_box .icon_colse i::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-45deg);
}
.popup_text .text_box .icon_colse:hover i {
  transform: rotate(360deg);
}
.popup_text.active {
  opacity: 1;
  visibility: visible;
}
/* ------------------------------------------------------------------- 客服挂件 */
.kefu_box.sidebar {
  width: auto;
  height: auto;
  position: fixed;
  top: 50%;
  right: 0rem;
  transform: translateY(-50%);
  z-index: 99;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  box-shadow: 0px 0.08rem 0.16rem 0px rgba(0, 6, 25, 0.15);
  background: url(../images/sidebarBg.jpg) no-repeat top;
  background-size: cover;
}
.kefu_box.sidebar .item_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.kefu_box.sidebar .item_box .item {
  border-bottom: 0.01rem solid #404049;
}
.kefu_box.sidebar .item_box .item a {
  width: 0.7rem;
  height: 0.63rem;
  min-width: 55px;
  min-height: 55px;
  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;
  position: relative;
}
.kefu_box.sidebar .item_box .item a img {
  width: 0.4rem;
  height: 0.4rem;
  min-width: 35px;
  min-height: 35px;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.kefu_box.sidebar .item_box .item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #114BA9, #4FC4EA);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.kefu_box.sidebar .item_box .item:last-child {
  border-bottom: none;
  background: linear-gradient(90deg, #114BA9, #4FC4EA);
}
.kefu_box.sidebar .item_box .item:hover a::after {
  opacity: 1;
  visibility: visible;
}
.kefu_box.sidebar .btn {
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -27.5px;
  width: 25px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  background: linear-gradient(90deg, #114BA9, #4FC4EA);
  border-radius: 5px 0px 0px 5px;
  cursor: pointer;
}
.kefu_box.sidebar .btn::before {
  display: block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.kefu_box.sidebar .btn.show::before {
  transform: rotate(180deg);
}
.kefu_box.sidebar.active {
  right: -55px;
}
/* ------------------------------------------------------------------- 鼠标跟随 */
.lh-cursor {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  margin: -10px 0 0 -10px;
  z-index: 1200;
  mix-blend-mode: difference;
}
.lh-cursor i {
  width: 100%;
  height: 100%;
  background: #ff0000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s ease;
  user-select: none;
  pointer-events: none;
}
/* ------------------------------------------------------------------- layui 分页 */
.layui-laypage {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.08rem;
  -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;
}
.layui-laypage a,
.layui-laypage span {
  padding: 0;
  margin: 0;
  width: 0.48rem;
  height: 0.48rem;
  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;
  overflow: hidden;
  cursor: pointer;
  border: none;
  font-size: var(--font14);
}
.layui-laypage a {
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.layui-laypage a:hover {
  background: var(--active_color);
  color: #ffffff;
}
.layui-laypage .layui-laypage-em {
  background: none !important;
  opacity: 0;
}
.layui-laypage .layui-laypage-curr {
  background: var(--active_color);
  font-weight: bold;
  font-size: var(--font17);
}
.layui-laypage .layui-laypage-spr {
  height: 28px;
  border: 1px solid #eee;
}
/* ------------------------------------------------------------------- layui input */
.layui_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem 0.4rem;
}
.layui_box .layui_item {
  width: 100%;
  height: auto;
  --height: 0.5rem;
  --padding: 0.15rem;
  --radius: 0.1rem;
}
.layui_box .layui_item .layui_word {
  width: 100%;
  height: auto;
  font-size: var(--font18);
  color: #707070;
}
.layui_box .layui_item .layui_input {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.layui_box .layui_item .layui_input .layui-input {
  width: 100%;
  height: var(--height);
  min-height: 40px;
  padding: 0 var(--padding);
  border-radius: var(--radius);
}
.layui_box .layui_item .layui_input .layui-textarea {
  width: 100%;
  height: auto;
  padding: var(--padding);
  border-radius: var(--radius);
}
.layui_box .layui_item.layui_itemGrid {
  grid-column: span 2;
}
.layui_box .layui_item .layui-input:focus,
.layui_box .layui_item .layui-textarea:focus {
  box-shadow: none !important;
}
.layui_box .layui_item .layui-form-select dl {
  top: 100%;
}
@media (max-width:990px) {
  .layui_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .layui_box .layui_item.layui_itemGrid {
    grid-column: unset;
  }
}
.iMove {
  transform: scale(1.5);
}
/* ------------------------------------------------------------------- 隐私政策 */
.ins_privacyCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.ins_privacyCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_privacyCon1 .center_box .top_box {
  width: 100%;
  height: auto;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dfdfdf;
}
.ins_privacyCon1 .center_box .top_box .t2 {
  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;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 0.2rem;
  margin-top: 0.2rem;
  color: #999999;
}
.ins_privacyCon1 .center_box .content {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  font-size: var(--font18);
  color: #666666;
  line-height: 1.8;
  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;
  gap: 0.15rem;
}
.ins_privacyCon1 .center_box .content h1 {
  font-size: var(--font20);
  margin-top: 0.25rem;
}
.ins_privacyCon1 .center_box .content h2 {
  font-size: var(--font18);
  font-weight: 500;
}
.ins_privacyCon1 .center_box .content table tr td {
  border: 1px solid #dfdfdf;
  padding: 0.05rem 0.1rem;
}
@media (max-width:990px) {
  .ins_privacyCon1 .center_box .top_box .t2 .one i {
    display: none;
  }
}
/* ------------------------------------------------------------------- 感谢页面 */
.ins_thanksCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_thanksCon1 .center_box {
  width: 100%;
  height: 100vh;
  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-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 1rem 0;
}
.ins_thanksCon1 .center_box .svgBox {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 0.15rem solid #dd1717;
  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;
  padding: 0.5rem;
}
.ins_thanksCon1 .center_box .word {
  font-size: var(--font50);
  margin-top: 0.6rem;
  text-align: center;
}
.ins_thanksCon1 .center_box .moreInfo {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  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;
}
.ins_thanksCon1 .center_box .moreInfo .one {
  width: fit-content;
  height: 0.6rem;
  min-height: 40px;
  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;
  gap: 0.1rem;
  padding: 0 0.5rem;
  background: #dd1717;
  font-size: var(--font24);
  color: #FFFFFF;
  border-radius: 0.08rem;
}
.ins_thanksCon1 .center_box .moreInfo .one .svg {
  width: 0.3rem;
  height: 0.3rem;
}
/* ------------------------------------------------------------------- 搜索结果页 */
.searchResult {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 1rem 0;
}
.searchResult .center_box {
  width: 100%;
  height: auto;
}
.searchResult .center_box .inputBox {
  width: 42%;
  height: 0.66rem;
  min-height: 40px;
  margin: 0 auto;
  border: 1px solid #e0e0e0;
  border-radius: 0.08rem;
  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;
}
.searchResult .center_box .inputBox input {
  width: 100%;
  height: 100%;
  background: none;
  border: 0;
  padding-left: 0.2rem;
  color: #333;
  font-size: var(--font16);
}
.searchResult .center_box .inputBox button {
  flex-shrink: 0;
  width: 0.66rem;
  height: 0.66rem;
  min-width: 40px;
  min-height: 40px;
  background: none;
  border: 0;
  cursor: pointer;
}
.searchResult .center_box .inputBox button i {
  font-size: var(--font22);
}
.searchResult .center_box .content {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  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;
}
.searchResult .center_box .content .name {
  width: 100%;
  height: auto;
  font-size: var(--font20);
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #0000001A;
  color: #333333;
}
.searchResult .center_box .content .left_box {
  width: 18%;
  min-height: 60vh;
  height: 100%;
  position: sticky;
  top: calc(var(--header-height) + 0.3rem);
}
.searchResult .center_box .content .left_box .list {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  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;
  gap: 0.2rem;
}
.searchResult .center_box .content .left_box .list .one {
  width: 100%;
  height: auto;
  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.15rem;
  color: #666666;
  cursor: pointer;
}
.searchResult .center_box .content .left_box .list .one i {
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 0.03rem;
  border: 1px solid #cccccc;
  font-size: 12px;
  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;
}
.searchResult .center_box .content .left_box .list .one.active i {
  border-color: var(--active_color);
  background: var(--active_color);
}
.searchResult .center_box .content .right_box {
  width: 78%;
}
.searchResult .center_box .content .right_box .item_box {
  width: 100%;
  height: auto;
  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;
  gap: 0.2rem;
  margin-top: 0.3rem;
}
.searchResult .center_box .content .right_box .item_box .item {
  width: 100%;
  min-height: 3rem;
  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;
  background: #f5f5f5;
}
.searchResult .center_box .content .right_box .item_box .item .img {
  width: 21.5%;
  flex-shrink: 0;
}
.searchResult .center_box .content .right_box .item_box .item .img .pb {
  padding-bottom: 105%;
}
.searchResult .center_box .content .right_box .item_box .item .img .pb .ab {
  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;
}
.searchResult .center_box .content .right_box .item_box .item .img .pb .ab img {
  max-width: 80%;
  max-height: 80%;
}
.searchResult .center_box .content .right_box .item_box .item .word_box {
  width: 100%;
  padding: 0.5rem 0.4rem;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 0.6rem;
}
.searchResult .center_box .content .right_box .item_box .item .word_box .word {
  width: 100%;
  height: auto;
}
.searchResult .center_box .content .right_box .item_box .item .word_box .word .t2 {
  color: #666666;
  margin-top: 0.1rem;
}
.searchResult .center_box .content .right_box .item_box .item .word_box .icon {
  font-size: var(--font16);
  color: #999999;
}
.searchResult .center_box .content .right_box .ins_more {
  margin-top: 0.6rem;
}
@media (max-width:990px) {
  .searchResult .center_box {
    padding: 0 10px;
  }
  .searchResult .center_box .inputBox {
    width: 100%;
  }
  .searchResult .center_box .content {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.6rem;
  }
  .searchResult .center_box .content .left_box {
    width: 100%;
    height: auto;
    min-height: auto;
    position: relative;
    z-index: 1;
    top: unset;
  }
  .searchResult .center_box .content .right_box {
    width: 100%;
    height: auto;
  }
  .searchResult .center_box .content .right_box .item_box {
    width: 100%;
    height: auto;
  }
  .searchResult .center_box .content .right_box .item_box .item {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .searchResult .center_box .content .right_box .item_box .item .img {
    width: 100%;
    height: auto;
  }
  .searchResult .center_box .content .right_box .item_box .item .img .pb {
    padding-bottom: 50%;
  }
}
/* ------------------------------------------------------------------- 筛选 */
.select_popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #FFFFFF;
  color: #333333;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateX(100%);
}
.select_popup .center_box {
  width: 100%;
  height: auto;
}
.select_popup .center_box .input_box {
  width: 100%;
  height: auto;
  background: #e5e5e560;
  padding: 0.3rem 0.4rem;
  padding-bottom: 0;
}
.select_popup .center_box .input_box .seWord {
  width: 100%;
  height: 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;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.3rem;
}
.select_popup .center_box .input_box .seWord i {
  font-size: var(--font40);
  cursor: pointer;
}
.select_popup .center_box .input_box .input {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  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;
}
.select_popup .center_box .input_box .input input {
  width: 100%;
  height: 0.6rem;
  min-height: 40px;
  background: none;
  border: 0;
  font-size: var(--font20);
}
.select_popup .center_box .input_box .input button {
  width: 0.6rem;
  height: 0.6rem;
  min-width: 40px;
  min-height: 40px;
  flex-shrink: 0;
  background: none;
  border: 0;
}
.select_popup .center_box .list_box {
  width: 100%;
  height: calc(100vh - 3.8rem);
  position: relative;
  z-index: 3;
  margin-top: 0.4rem;
  padding: 0.4rem;
  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;
  gap: 0.8rem;
  overflow: auto;
}
.select_popup .center_box .list_box .list {
  width: 100%;
  height: auto;
}
.select_popup .center_box .list_box .list .icon {
  font-size: var(--font32);
}
.select_popup .center_box .list_box .list .word {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
  margin-top: 0.2rem;
}
.select_popup .center_box .list_box .list .word .one {
  width: 100%;
  height: auto;
  background: #e5e5e560;
  border: 0;
  height: 0.6rem;
  min-height: 40px;
  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: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.select_popup .center_box .list_box .list .word .one i {
  position: absolute;
  right: 0.2rem;
  font-size: var(--font14);
  opacity: 0;
}
.select_popup .center_box .list_box .list .word .one.active {
  border: 1px solid var(--active_color);
  background: #ff99001c;
}
.select_popup .center_box .list_box .list .word .one.active i {
  opacity: 1;
  color: #3a3a3a;
}
.select_popup .center_box .list_box .list .word .one.on {
  border: 1px solid #0000001e;
  color: #999999;
}
.select_popup .center_box .btnRemove {
  width: 100%;
  height: auto;
  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;
  gap: 0.5rem;
  margin-top: 0.2rem;
}
.select_popup .center_box .btnRemove .one {
  width: fit-content;
  height: 0.6rem;
  min-height: 40px;
  padding: 0 0.7rem;
  border: 0;
  background: #000000;
  color: #FFF;
  font-size: var(--font20);
  border-radius: 0.08rem;
}
.select_popup .center_box .btnRemove .one.borBg {
  background: none;
  border: 1px solid #000000;
  color: #000;
}
.select_popup.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.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: 1;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  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-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.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;
}
/**
 * animated.css
 * https://www.jq22.com/yanshi819#google_vignette
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes sli_after {
  0% {
    --whnum: 100%;
  }
  to {
    --whnum: 0%;
  }
}
@keyframes sli_after {
  0% {
    --whnum: 100%;
  }
  to {
    --whnum: 0%;
  }
}
.sli_after {
  -webkit-animation-name: sli_after;
  animation-name: sli_after;
}
/* ----------------------------------------------- fadeInDown */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/* ----------------------------------------------- fadeInUp */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/* ----------------------------------------------- fadeInLeft */
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
/* ----------------------------------------------- fadeInRight */
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.wapSearch {
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 1;
  top: 0.5rem;
  background: #FFFFFF;
  padding: 1rem 0.2rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wapSearch .top {
  width: 100%;
  height: 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;
  gap: 0.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.wapSearch .top .input {
  width: 100%;
  height: auto;
  border: 1px solid #0000001A;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.2rem;
}
.wapSearch .top .input .btn {
  width: 0.6rem;
  height: 0.6rem;
  background: none;
  border: 0;
  flex-shrink: 0;
}
.wapSearch .top .input input {
  width: 100%;
  height: 0.6rem;
  border: 0;
}
.wapSearch .top .close_icon {
  flex-shrink: 0;
}
.wapSearch .bot {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.wapSearch .bot .title {
  font-size: var(--font24);
  font-weight: 600;
  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;
}
.wapSearch .bot .title .btn {
  color: var(--active_color);
  font-size: var(--font14);
  background: unset;
  border: unset;
}
.wapSearch .bot .list {
  width: 100%;
  height: auto;
  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.4rem;
  font-size: var(--font18);
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.wapSearch .bot .list .one {
  margin-top: 0.3rem;
  color: #666666;
}
.wapSearch.active {
  opacity: 1;
  visibility: visible;
}
