/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "utf-8";
/* usually */
@font-face {
  font-family: "Univers Next"; /* Project id 4152331 */
  src: url('../font/universnext_n4.4a48456b2aa8cb8990a7d6b6607281eacb472319.woff2') format('woff2')
}

@font-face {
  font-family: "Univers Next2"; /* Project id 4152331 */
  src: url('../font/universnext_n7.3462d95b858fed24557ac90a55bff181301f9fb4.woff2') format('woff')
}

:root {
  --text-color:28 28 28
}
.bb {border-bottom: 1px solid rgb(222 223 235);}
body {color: rgb(28, 28, 28);font: normal 400 0.8125rem / 1.65 "Univers Next", sans-serif;letter-spacing: 0.1em;}
/* html,body {background-color: #FCFBFB;} */
body,div,h1,h2,h3,h4,h5,h6,hr,p,span,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,a,:after,:before{margin:0;padding:0;box-sizing: border-box;}
ul,ol,li{list-style:none;}
a{text-decoration: none;color: rgb(28, 28, 28);}
.auto{margin-left:auto;margin-right:auto;}
.l{float:left;}.r{float:right;}.tc{text-align: center;}.ti2{text-indent: 2em;}
.db{display:block;}.dn{display:none;}.dib{display: inline-block;}
.ovh{overflow:hidden;}.rel{position:relative;}.abs{position:absolute;}
.fix:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-flex:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-web:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-phone:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.img-responsive{max-width: 100%; height: auto; display: block;}
.ellipsis{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: block; white-space: nowrap;}
.ellipsis1{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: inline-block; white-space: nowrap;}
img {border:none;display: inline-block;height: auto;max-width: 100%;}
.swiper-slide {user-select: none;}

/*margin*/
.m0{margin: 0px;}
.m1{margin: 1px;}.ml1{margin-left: 1px;}.mt1{margin-top: 1px;}.mr1{margin-right: 1px;}.mb1{margin-bottom: 1px;}
.m2{margin: 2px;}.ml2{margin-left: 2px;}.mt2{margin-top: 2px;}.mr2{margin-right: 2px;}.mb2{margin-bottom: 2px;}
.m5{margin: 5px;}.ml5{margin-left: 5px;}.mt5{margin-top: 5px;}.mr5{margin-right: 5px;}.mb5{margin-bottom: 5px;}
.m10{margin: 10px;}.ml10{margin-left: 10px;}.mt10{margin-top: 10px;}.mr10{margin-right: 10px;}.mb10{margin-bottom: 10px;}
.m15{margin: 15px;}.ml15{margin-left: 15px;}.mt15{margin-top: 15px;}.mr15{margin-right: 15px;}.mb15{margin-bottom: 15px;}
.m20{margin: 20px;}.ml20{margin-left: 20px;}.mt20{margin-top: 20px;}.mr20{margin-right: 20px;}.mb20{margin-bottom: 20px;}
.mr25 {margin-right: 25px;}
/*padding*/
.p0{padding: 0px;}
.p1{padding: 1px;}.pl1{padding-left: 1px;}.pt1{padding-top: 1px;}.pr1{padding-right: 1px;}.pb1{padding-bottom: 1px;}
.p2{padding: 2px;}.pl2{padding-left: 2px;}.pt2{padding-top: 2px;}.pr2{padding-right: 2px;}.pb2{padding-bottom: 2px;}
.p5{padding: 5px;}.pl5{padding-left: 5px;}.pt5{padding-top: 5px;}.pr5{padding-right: 5px;}.pb5{padding-bottom: 5px;}
.p10{padding: 10px;}.pl10{padding-left: 10px;}.pt10{padding-top: 10px;}.pr10{padding-right: 10px;}.pb10{padding-bottom: 10px;}
.p15{padding: 15px;}.pl15{padding-left: 15px;}.pt15{padding-top: 15px;}.pr15{padding-right: 15px;}.pb15{padding-bottom: 15px;}
.p20{padding: 20px;}.pl20{padding-left: 20px;}.pt20{padding-top: 20px;}.pr20{padding-right: 20px;}.pb20{padding-bottom: 20px;}
.mt30 {margin-top: 30px;}
.mb25 {margin-bottom: 25px;}
.heigh100 {height: 100%;}


.pages {
  text-align: center;
  padding: 50px 0;
}

.pages li {
  display: inline-flex;
  font-size: 14px;
  /* margin-right: 0.5%; */
  color: #999999;
  border: 1px solid #cccccc;
  background-color: #fff;
}

.pages li a {
  height:30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #999999;
  padding: 0 12px;
}
.pages li:hover {
  text-decoration: underline;
}

.pages li span {
  height:30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #999999;
  padding: 0 12px;
}

.pages .iconfont {font-size: 14px;}

.pages-select {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/arrow-down-fill.png) no-repeat 96% center;
  border:1px solid #dadada;
  outline: none;
  font-size: 14px;
  border-radius: 4px;
  padding: 5px;
  padding-right: 16px;
}

.pages li.thisclass {
  background:#d53337;
  border-color: #d53337;
  color: #fff;
}
.pages li.thisclass a {
  color: #fff;
}

.pages li.noborder {border: none;background-color: transparent;padding: 0;}
.pages li .turn-input {color: #666666;padding: 8px 12px 7px;background-color: #fff;width: 48px;}

input[type="text"],input[type="password"],input[type="number"],textarea,button,input[type="email"],input[type="date"] {
  border: none;
  outline: none;
  background-color: transparent;
}
input.el-input-date,input.el-input-date1{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}

input.el-input-date::-webkit-calendar-picker-indicator,input.el-input-date1::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  padding-left: 100%;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.just-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.just-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.no {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.banner {position: relative;}

.banner-i {
  width: 100%;
  display: block;
}


.normal-table {width: 100%;border-collapse: collapse;}
.normal-select {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
}

.swiper-normal-button.swiper-button-disabled {
  pointer-events: all;
  opacity: 1;
  
}
.swiper-normal-button {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 6px 0px rgba(0, 42, 139, .5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: none;
}

.swiper-normal-button::after {font-size: 24px;color: #002a8b;}
.mobile-img {display: none;}
.showmenu.head-mid {
  left: 0;
}
.menu {
  display: none;
  cursor: pointer;
}

.hide-pc {display: none;}


.normal-place ::-webkit-input-placeholder{
  font-size: 14px;
  color: #999999;
  font-family: "Univers Next", sans-serif;
  color: rgb(37, 44, 122);
  opacity: 0.6;
}

.normal-place :-moz-placeholder{
  font-size: 14px;
  color: #999999;
  font-family: "Univers Next", sans-serif;
  color: rgb(37, 44, 122);
  opacity: 0.6;
}

.normal-place :-ms-input-placeholder{
  font-size: 14px;
  color: #999999;
  font-family: "Univers Next", sans-serif;
  color: rgb(37, 44, 122);
  opacity: 0.6;
}

.normal-place1 ::-webkit-input-placeholder{
  font-size: 14px;
  color: #fff;
  font-family: "Univers Next", sans-serif;
  opacity: 0.6;
}

.normal-place1 :-moz-placeholder{
  font-size: 14px;
  color: #fff;
  font-family: "Univers Next", sans-serif;
  opacity: 0.6;
}

.normal-place1 :-ms-input-placeholder{
  font-size: 14px;
  color: #fff;
  font-family: "Univers Next", sans-serif;
  opacity: 0.6;
}


img[class*=avatar] {border-radius: 50%;}
.hover-a a:hover {color: #d30708;}
.hover-tit a:hover [class*=tit] {color: #d30708;}
._h-img {transition: transform 8s cubic-bezier(.25,.46,.45,.94);}
.hover-img a:hover ._h-img {transform: scale(1.2);}
.bold {font-weight: 600;}
.tl {text-align: left;}
[class*=btn] {cursor: pointer;}
.col-red {color: #FF0000;}
input.upload-file {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  font-size:0
}
@-webkit-keyframes circleMove {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes circleMove {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.lg_sfdh {
  animation: play_btn 0.5s infinite alternate;
}

@keyframes play_btn{
  0%{transform:scale(1.0)}
  100%{transform:scale(1.1)}
}

@keyframes hideIndex{
  0% {
    padding-top: 20px;
    opacity: 0;
  }
  100% {
      padding-top: 0;
      opacity: 1;
  }
}


@media (min-width:992px) {
  
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
     -webkit-transition-delay: 99999s;
     -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

.center-box {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.responsive-y {overflow-y: auto;}
.responsive-x {overflow-x: auto;}

.responsive-y::-webkit-scrollbar {/*滚动条整体样式*/
  width: 4px;
  height: 0; 
}
.responsive-y::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  border-radius: 3px;
  background: #1c79e1;
}

.banner-list-img {
  height: clamp(25rem, 100vw, 36rem);
  object-fit: cover;
}

.banner-list-img1 {
  height: clamp(37.5rem, 100vw, 50.5rem);
  object-fit: cover;
}

.video-play-icon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 0;
  margin-right: 170px;
  top: 50%;
  transform: translate(0,-50%);
}


.head-sticky {position: sticky;position: -webkit-sticky;
  width: 100%;z-index: 99;top: 0;background-color: #fff;box-shadow: 0 -1px rgb(28 28 28 / 0.15) inset;}
.head-fixed {position: fixed;width: 100%;z-index: 99;top: 0;}

.head-fixed .lan {background-color: #fff;}
.head-fixed .drop-out-tab a,.head-fixed .drop-out-tab {color: #fff;}
.white-theme,.header:hover {
  background-color: #fff;
}
.white-theme .drop-out-tab a,.white-theme .drop-out-tab,.header:hover .drop-out-tab a,.header:hover .drop-out-tab {
  color: rgb(28, 28, 28);
}
.header__logo {
  grid-area: logo;
  justify-self: start;
  position: relative;
}

.header__logo-image {
  width: 80px;
  height: 80px;
  display: block;
}

.header {
    grid:"logo primary-nav secondary-nav" / auto minmax(0, 1fr) auto;
    justify-content: center;
    align-items: center;
    column-gap: 1.25rem;
    row-gap: 1.2rem;
    padding-inline-start: 3rem;
    padding-inline-end: 3rem;
    transition: background .2s, color .2s, border .2s, box-shadow .2s, transform .15s ease-in-out;
    display: grid;
}

@media screen and (min-width: 700px) {
  .header {
    column-gap: 2.5rem;
  }
}

.head-left {
  grid-area: logo;
  justify-self: start;
  position: relative;
}
.head-mid {grid-area: primary-nav;}
.nav-ul {
  flex-wrap: wrap;
  align-items: center;
  column-gap: 2.5rem;
  display: flex;
}

.head-right {
  grid-area: secondary-nav;
}

.nav-ul>li {
  text-transform: uppercase;
  position: relative;
  padding: 3rem 0;
  line-height: 1.7;
  font-size: calc(0.75rem * 1);
}

.nav-ul>li:before {
  content: "";
  transform-origin: left;
  background: rgb(28 28 28);
  width: 100%;
  height: 2px;
  transition: transform .2s ease-in-out;
  position: absolute;
  inset-block-end: 0;
  transform: scaleX(0);
  bottom: 0;
}

.nav-ul>li:hover::before {
  transform: scaleX(1);
}

.drop-content {
  display: none;
  position: absolute;
  width: max-content;
  min-width: 12.5rem;
  max-width: 17.5rem;
  bottom: 0;
  transform: translate(0,100%);
}

.drop-ul {
  box-shadow: 2px 2px 6px rgb(28 28 28 / .05);
  width: max-content;
  padding-block: 1.125rem;
  background-color: #fff;
  border: 1px solid rgb(222, 223, 235);
}

.drop-ul>li {position: relative; padding: .375rem 1.5625rem;line-height: 1.8;}

.drop-content .drop-content {
  top: 0;
  right: 0;
  transform: translate(100%,0);
}

.drop-tab{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.drop-tab:hover {
  color: rgb(28 28 28 / .65);
}

@media (min-width:992px) {
  .nav-ul>li:hover>.drop-content {
    display: block;
    animation: hideIndex .3s ease-in;
  }

  .drop-ul>li:hover>.drop-content {
    display: block;
    animation: hideIndex .3s ease-in;
  }
}


.lan {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #162a41;
  cursor: pointer;
  position: relative;
  transition: box-shadow .15s ease-in-out;
  border-radius: 50%;
}

.lan svg {
  width: 20px;
  height: 20px;
}

.lan svg path {
  fill: #7d888c;
  stroke: unset;
}

.lan.active svg path {
  fill: #f2f2f2;
}

.lan:hover {
  background-color: #ffffff80;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
  color: #162a41;
  border-color: #dbe2eb;
}

.lan-content {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0,100%);
  padding-top: 8px;
  display: none;
}

.lan-box {
  padding: 16px;
  min-width: 240px;
  background-color: #fff;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
  width: max-content;
}

.lan-item + .lan-item {margin-top: 16px;}

.lan-content.active {
  display: block;
  animation: fadeInTopTC .3s ease-out;
}

.drop-out-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.icon-plus {
  --animated-plus-size: .625rem;
  width: var(--animated-plus-size);
  height: var(--animated-plus-size);
  display: block;
  position: relative;
  padding: 5px;
  box-sizing: content-box;
}

.icon-plus::before,.icon-plus::after {
  content: "";
  position: absolute;
  width: var(--animated-plus-size);
  height: 1px;
  background-color: currentColor;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: transform .3s ease;
}

.icon-plus::after {
  transform: translate(-50%,-50%) rotate(90deg);
}

.icon_plus.rotate::after {
  transform: translate(-50%,-50%) rotate(0);
}

.container {
  --distance-to-bleed: max(3rem, 50% - 100% / 2);
    margin-inline-start: max(3rem, 50% - 100% / 2);
    margin-inline-end: max(3rem, 50% - 100% / 2);
}

.blog-detail-box {
  max-width: 71.875rem;
  padding: 1.5rem 3.125rem 0;
  margin-inline-start: max(3rem, 50% - 71.875rem / 2 - 3.125rem);
  margin-inline-end:max(3rem, 50% - 71.875rem / 2 - 3.125rem);
  padding-block-start: 2.5rem;
}

.traval-desc {color: #252c7a;}

.container-sm {max-width: 61.25rem;}
.container--lg {
  max-width: 78.75rem;
}

.video-ul>li {
  width: calc(33.33% - 20px);
  margin-left: 30px;
  margin-top: 30px;
  
}
.video-ul>li>a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.video-ul>li:nth-of-type(3n+1) {
  margin-left: 0;
}

.normal-section {
  padding: 4rem 0;
}

.normal-tit {
  font-size: max(0.6875rem, clamp(1.375rem, 1.146341463414634rem + 0.975609756097561vw, 2rem) * 1);
  line-height: 1.3;
  color: #252c7a;
  text-transform: uppercase;
  font-family: "Univers Next2";
  letter-spacing: 0.18em;
}

.normal-desc {
  color: #252c7a;
  margin-top: 1.25rem;
  letter-spacing: 0;
  font-size: 14px;
}

.index-video-tit {
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 28px;
  font-family: "Univers Next2";
  color: #252c7a;
}

.title-video {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 1.3em;
  color: #252c7a;
  font-weight: 600;
  text-align: center;
  font-family: "Univers Next2";
}


.index-inner-video {
  max-width: 75%;
}


@media (min-width:999px) {
  .index-inner-video {
    padding-top:42.185%;
  }
}
@media (max-width:999px) {
  .index-inner-video {
    aspect-ratio: 16 / 9;
  }
}
.play-img svg {
  width: 5rem;
  height: 5rem;
}
.video-img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.video-group {padding-top: 50%;position: relative;}
.blog_ul>li {
  width: 30.15%;
  margin-left: 4.75%;
  color: #252c7a;
  margin-top: 3rem;
}
.blog_ul>li a {color: #252c7a;}
.blog_ul>li:nth-of-type(3n+1) {
  margin-left: 0;
}

.blog_tit {font-size: max(0.6875rem, clamp(1rem, 0.9542682926829268rem + 0.1951219512195122vw, 1.125rem) * 1);margin-top: 1.25rem;letter-spacing: 0.18rem;text-transform: uppercase;}
.banner-list-max-width {max-width: 820px;margin-left: auto;margin-right: auto;}
.banner-list-max-width1 {max-width: 720px;margin-left: auto;margin-right: auto;}
.banner-list-word {position: absolute;top: 50%;transform: translate(0,-50%);width: 100%;text-align: center;text-align: center;z-index: 9;}
.banner-list-tit {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  font-family: "Univers Next2";
}
.team-ul {max-width: 1250px;margin-left: auto;margin-right: auto;}
.team-ul>li {
  width: 20%;
  padding: 2rem 1.5rem;
}

.shop-ul>li {
  width: calc(20% - 1.5rem);
  margin-left: 1.875rem;
}


.shop-ul>li:nth-of-type(5n+1) {
  margin-left: 0;
}

.shop-mask {position: absolute;bottom: 0;padding: 3rem;width: 100%;left: 0;text-align: center;}
@keyframes fadeInTopTC{
  0% {
      padding-top: 16px;
  }
  100% {
    padding-top: 8px;
  }
}

.lan-tit {
  margin-bottom: 8px;
  color: #262320;
  font-size: 16px;
  font-weight: 600;
}

.lan-select {
  display: flex;
  border-radius: 4px;
  border: 1px solid #e9eef2;
  cursor: pointer;
  user-select: none;
  padding: 4px 16px;
  min-height: 40px;
  min-width: 100%;
  align-items: center;
  justify-content: space-between;
  background: url(../img/icon-arro-down.png) no-repeat calc(100% - 10px) center;
  background-size: auto 20px;
}

.lan-img {
  width: 24px;
  border-radius: 6px;
  vertical-align: middle;
}

.lan-select svg {
  width: 14px;
}

.lan-select:hover {
  border-color: #e9eef2;
  color: #262320;
  background-color: #e9eef2;
}

.lan-select-list {
  position: absolute;
  bottom: -8px;
  transform: translate(0,100%);
  width: 100%;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: none;
  z-index: 1;
  overflow-y: auto;
  max-height: 250px;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.lan-list-item {
  display: flex;
  align-items: center;
  padding: 7px 16px;
  min-height: 40px;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}

.lan-list-item:hover,.lan-list-item.on {
  color: #262320;
  background-color: #e9eef2;
}
.lan-list-item:hover .lan-select-left,.lan-list-item.on .lan-select-left{
  font-weight: 600;
}

.location {
  margin-top: 18px;
  text-align: center;
}

.apply-btn {
  width: 100%;
  height: 40px;
  padding: 4px 24px;
  color: #fff;
  background: #0d0d0d;
  box-shadow: none;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  touch-action: manipulation;
  background-image: none;
  margin-top: 16px;
  cursor: pointer;
}

.apply-btn:hover {
  color: #e9eef2;
  background: #000;
}
.normal-btn {
  --initial-gradient: linear-gradient(rgb(37 44 122), rgb(37 44 122));
  --hover-gradient: linear-gradient(transparent, transparent);
  --initial-background-position: right;
  --hover-background-position: left;
  -webkit-appearance: none;
  appearance: none;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  text-shadow: none;
  text-align: center;
  cursor: pointer;
  color: rgb(255 255 255);
  border: 1px solid rgb(37 44 122);
  border-radius: 0.0rem;
  background-color: #0000;
  background-image: var(--initial-gradient), var(--hover-gradient);
  background-size: 100% 100%, 0 100%;
  background-position: right;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  column-gap: 1.125rem;
  padding: .65rem 1.75rem;
  transition: background-size .45s cubic-bezier(.785,.135,.15,.86), background-position .45s step-end, color .45s cubic-bezier(.785,.135,.15,.86), border .45s cubic-bezier(.785,.135,.15,.86);
  display: inline-flex;
  position: relative;
  border-radius: 100px;
}

.banner-list-btn {
  --initial-gradient: linear-gradient(#fff, #fff);
  color: #000;
  border-color: #fff;
}

.normal-btn:hover {
  
  color: rgb(37 44 122);
  background-position: left;
  background-size: 0 100%, 100% 100%;
}

.banner-list-btn:hover {
  color: #fff;
  background-position: left;
  background-size: 0 100%, 100% 100%;
}

.normal-btn-mt {margin-top: 2rem;}

.footer {
  background: rgb(255 255 255 / 1.0);
  padding-block-start: 4rem;
  padding-block-end: min(4rem, 3rem);
  color: rgb(28 28 28 / .65);
  font-size: 14px;
}
.footer a {color: rgb(28 28 28 / .65);}
.footer-link {
  display: block;
}
.footer-link + .footer-link {margin-top: 0.625rem;}
.footer-links {margin-top: 1.25rem;}
.footer-tit {
  font-weight: 600;
}

.footer-link:hover {
  color: rgb(var(--text-color));
}
.footer-ul>li {flex: 1;}
.underline {text-decoration: underline;}
.mask {
  background: rgb(0 0 0 / 0.4);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  transition: ease-in-out .2s;
  width: 100%;
  height: 100%;
  display: none;
}

.banner-swiper {
  height: calc(100vh - 80px);
}

.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-js .vjs-big-play-button {display: none!important;}

.video-box {padding-top: 56.25%;}
.mask-inner{
  position: absolute;
  width: calc(100% - 20px);
  max-width: 1000px;
  max-height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: #fff;
  z-index: 999;
  border-radius: 20px;
  transition: ease-in-out .2s;
  overflow-y: auto;
}
.play-img-hover {
  transition:all 0.3s ease;
  cursor: pointer;
}
.play-img-hover:hover {
  transform: scale(1.2);
}
.video-js .vjs-tech {
  object-fit: cover;
}

.video-js {
  width: 100%;
  height: 100%;
  background-color: transparent!important;
  position: absolute;
  left: 0;
  top: 0;
}
.shop-detail-price {
  font-size: max(0.6875rem, clamp(1rem, 0.9542682926829268rem + 0.1951219512195122vw, 1.125rem) * 1);
  line-height: 1.6;
  color: rgb(37 44 122 / .65);
  margin: 0.5rem 0;
}

.fast-delivery-btn {
  font-size: 0.75rem;
  padding: .375rem .5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #252C7A;
  border: 1px solid #252C7A;
}


.fast-delivery {margin: 1rem 0;}
.product-details {color: #252C7A;margin: 1rem 0;}
.shop-detail-group {padding-bottom: calc(1rem - 0.5rem);border-bottom: 1px solid rgba(222 223 235);}
.shop-detail-right {width: 32.77%;}
.shop-detail-tit {font-size: max(0.6875rem, clamp(1.125rem, 1.0335365853658536rem + 0.3902439024390244vw, 1.375rem) * 1);line-height: 1.5;color: rgb(37 44 122);}
.video-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #fff;
  z-index: 2;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-close .iconfont {line-height: normal;}
.service-box {
  max-width: 56.25rem;
  margin-block-start: 4rem;
  margin-block-end: 4rem;
  margin-left: auto;
  margin-right: auto;
}
.mySwiper {height: 404px;}
.mySwiper2-box {width: calc(100% - 55px - 5rem);}
.mySwiper .swiper-slide {
  width: 55px;
  height: 55px;
  border: 1px solid transparent;
  cursor: pointer;
}
.shop-detail-left {width: 60.25%;}
.may-like-swiper {margin-top: 3rem;}
.service-tit {font-size: max(0.6875rem, clamp(1.25rem, 1.0670731707317074rem + 0.7804878048780488vw, 1.75rem) * 1);text-align: center;color: #252c7a;text-transform: uppercase;letter-spacing: 0.18rem;font-weight: 600;font-family: 'Univers Next2';}
.traval-tit {font-size: 60px;text-transform: uppercase;letter-spacing: 0.18rem;font-weight: 600;font-family: 'Univers Next2';text-align: center;color: #252c7a;}
.travel-desc {color: #252c7a;text-align: center;max-width: 42.5rem;margin-left: auto;margin-right: auto;}
.service-show  {
  color: #252c7a;
  margin-top: 3rem;
  letter-spacing: 0;
}
.travl-bright,.travl-bleft {
  width: 44.80%;
}

.travl-swiper-tit {
  font-size: 40px;
  color: #252c7a;
  font-weight: 700;
  margin-top: 2rem;
}
.travel-swiper  {
 
  margin-left: 0;
  margin-right: 0;
}
.tarval-brgroup {
  max-width: 34rem;
}
.travl-swiper-desc,.travl-swiper-grid {
  color: #252c7a;
  font-size: 16px;
  line-height: 30px;
  margin-top: 2rem;
}

.travl-bright .travel-pagination {position: static;width: auto;}
.travl-bright .travel-pagination .swiper-pagination-bullet {
  width: 28px;
  height: 8px;
  background: #5CB6EA;
  border-radius: 4px;
  opacity: 0.25;
}

.travel-pagination-mt {margin-top: 2rem;}

.travl-bright .travel-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 2.5rem;
}
.travl-bright .travel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}


.watch-more {
  display: inline-block;
  color: var( --color-foreground);
  font-size: 14px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-radius: 50%;
  transition: all 0.3s linear;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple 1s linear infinite;
}

.first-box {height: 830px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  object-fit: cover;
  object-position: center;
  background-attachment: unset;}

  .support-mask {
    position: relative;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-mask-image: url(../img/load2.svg);
    mask-image: url(../img/load2.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    background-color: #def0fb;
    
  }
  .big-num {
    color: #252c7a;
    position: absolute;
    font-weight: 700;
    font-size: 140px;
    line-height: 0;
    top: 35%;
    left: 20px;
    letter-spacing: 0;
    opacity: .05;
    transition: 300ms;
    font-family: Arial, Helvetica, sans-serif;
  }
  .big-num:hover {
    opacity: .15;
    transition: 300ms;
  }

  .support-ul>li {
    width: 33.33%;
    padding: 2.5rem;
    position: relative;
  }
  .support-uright {
    padding: 0 20px;
    width: calc(100% - 120px);
  }
  .support-urtit {
    font-size: 25px;
    line-height: 1;
    margin: 0 0 22px;
    color: #252c7a;
    font-weight: 600;
    font-family: "Univers Next2";
  }
  .support-udesc {
    color: #252c7a;
    margin: 0;
    font-size: 16px;
    line-height: 30px;
  }
  
  .support-box {
    padding-top: 108px;
    padding-bottom: 100px;
  }
  .first-mask {
    position: relative;
    transition: var(--duration-default);
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-mask-image: url(../img/load.svg);
    mask-image: url(../img/load.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    background: var(--gradient-base-accent-1);
  }

.watch-more svg, .watch-more {
  width: 170px;
  height: 170px;
}

.first-vice-tit {
  color: white;
 font-size: 30px;
 font-family: "Univers Next2";
}

.first-tit {
  color: white;
  font-size: 60px;
  max-width: 600px;
  margin: 0 0 5rem;
  font-weight: 700;
  text-transform: none;
  line-height: 1;
  letter-spacing: normal;
 font-family: "Univers Next2";
}

@keyframes ripple {
  0% {
    box-shadow: 
      0 0 0 0 rgba(255, 255, 255 , 0.05), 
      0 0 0 10px rgba(255, 255, 255 , 0.05), 
      0 0 0 30px rgba(255, 255, 255 , 0.05), 
      0 0 0 50px rgba(255, 255, 255 , 0.05);
  }
  100% {
    box-shadow: 
      0 0 0 10px rgba(255, 255, 255 , 0.05), 
      0 0 0 30px rgba(255, 255, 255 , 0.05), 
      0 0 0 50px rgba(255, 255, 255 , 0.05), 
      0 0 0 80px rgba(255, 255, 255 , 0);
  }
}

.first-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: transparent;
  background-image: linear-gradient(90deg, #000, #0000);
  opacity: .8;
  transition: background .3s, border-radius .3s, opacity .3s;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.main-title {
  color: white;
  font-size: 25px;
  font-weight: 700;
}

.description {
  color: white;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}
.neole-vice-tit {
  font-size: 30px;
  color: #252c7a;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: 'Univers Next2';
  font-weight: 600;
}
.neole-box {padding: 4rem 0;}
.masked-element {
  -webkit-mask-image: url('../img/Testimonial-mask-image-01.png'); /* Safari */
  mask-image: url('../img/Testimonial-mask-image-01.png'); /* 标准语法 */
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.normal-section-bj {
  background-image: url(../img/asset_75.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.normal-section-bj2 {
  background-image: url(../img/asset_71.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.travl-swiper-img {width: 170px;height: 170px;}
.travl-swiper-img-group {
  -webkit-mask-image: url('../img/Testimonial-mask-image.webp'); /* Safari */
  mask-image: url('../img/Testimonial-mask-image.webp'); /* 标准语法 */
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.title-wrapper-with-link {
  text-align: center;
  max-width: 60rem;
}

.why .number-counter-value {
  font-size: 5.6rem;
  font-family: 'Univers Next2';
  margin-left: 30px;
  color: #252c7a;
  letter-spacing: 0;
}

.page-width {
  max-width: 100rem;
  margin: 0 auto;
}
.number-counter-block.column-alignment-left {
  text-align: left;
  margin-left: 0;
  padding: 20px;
}



.number-counter-section {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.why .number-counter-title {
  font-family: 'Univers Next2';
  font-weight: 600;
  margin-top: 50px;
  margin: 50px 0 2rem;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.34;
  color: #252c7a;
  letter-spacing: 0;
}
img.support-block-card__image {
  position: absolute;
  width: 100px;
  height: auto;
  z-index: -1;
}

.why .title {
  font-size: 60px;
  max-width: 600px;
  margin: 0 auto 2rem;
  font-weight: 700;
  text-transform: none;
  color: #252c7a;
  line-height: 1;
  letter-spacing: normal;
  font-family: 'Univers Next2';
}

.why .icon-title {
  margin: 0px auto;
  width: 280px;
  height: auto;
  object-fit: contain;
}

.animated_logo {
  width: 280px;
  height: auto;
}

.banner-vice-tit {
  font-size: 30px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Bebas Neue", sans-serif;;
  text-transform: uppercase;
  letter-spacing: 0.18rem;
}

.banner-tit {
  font-size: 60px;
  font-weight: 700;
  text-transform: none;
  line-height: 1;
  letter-spacing: normal;
  font-family: "Univers Next2";
}
.banner-word-max {
  max-width: 780px;
  position: relative;
  
}


.banner-btn-mt {margin-top: 2rem;}
.banner-word {position: absolute;top: 50%;transform: translate(0,-50%);width: 100%;z-index: 99;}
.traval-bott {margin-top: 3rem;}
.vjs-poster {background-size: cover!important;background-color: transparent!important;}
.service-show p {margin-top: 1rem;}
.service-show p:first-child {margin-top: 0;}
.contact-box {max-width: 42.5rem;margin-left: auto;margin-right: auto;width: 100%;}
.el-input-width {width: 48.82%;}
.contact-input-box {border: 1px solid rgb(222, 223, 235);}
.contact-val {height: 45px;width: 100%;flex: 1;padding:0 0.65rem;}
.contact-text {height: 115px;padding: 0.65rem;}
.contact-form {margin-top: 3rem;}
.contact-row {margin-top: 1rem;}
.contact-btn {height: 45px;width: 100%;}
.contact-input-box:has(.contact-val:focus) {border-color: #252c7a;}

.blog-time {font-size: calc(0.75rem* 1);color: rgb(37 44 122 / .65);letter-spacing: 0.18em;}
.blog-tit {font-size: max(0.6875rem, clamp(1.375rem, 1.146341463414634rem + 0.975609756097561vw, 2rem) * 1);color: rgb(37 44 122 / 1);margin-top: 1.125rem;line-height: 1.3em;text-transform: uppercase;}

.media-item {display: inline-flex;flex: 1;max-width: 25%;height: 44px;border: 1px solid rgb(222 223 235);justify-content: center;align-items: center;}
.media-item + .media-item {border-left: none;}
.media-box {margin-top: 4rem;}
.media-item:hover {
  background-color: rgb(var(--hoverbg));
}

.media-item:hover svg {
  color: #fff;
}

.recommand-ul>li {
  width: 48%;
  margin-top: 3rem;
}

.recommand-ul>li a {color: #252c7a;}

.recommand-tit {font-size: max(0.6875rem, clamp(1rem, 0.9542682926829268rem + 0.1951219512195122vw, 1.125rem) * 1);margin-top: 1.25em;text-transform: uppercase;letter-spacing: 0.18em;line-height: 1.6;}
.recommand-desc,.recommand-read {margin-top: 1em;}
.recommand-read {position: relative;display: inline-block;}
.recommand-read::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #252c7a;
  bottom: 0;
  left: 0;
  transform: scaleX(1);
  transform-origin: left;
  transition: all .3s ease;
}
.recommand-read:hover::after {
  transform: scaleX(0);
}

.travel-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
}
.banner-list-btn-mt {margin-top: 2rem;}
.enroll-btn + .enroll-btn {margin-left: 1.25rem;}
.panner-warning {margin-top: 1.25rem;line-height: 1.7em;text-align: center;}
.enroll-btn-group {margin-top: 2rem;}
.customers-panel {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.slider-content {
  height: auto;
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-bottom: 60px;
}
.slider-wrapper[data-direction="right"]{
  direction: rtl;
}
.shop-top {display: flex;justify-content: center;align-items: center;}
.slider-wrapper .item {
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 33.33%;
}

.slider-wrapper .image {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(0.95);
  border-radius: 24px;
}

.travel-vice-tit {
  font-size: 30px;
  color: #252C7A;
  margin-bottom: 0.5rem;
  text-align: center;
  text-transform: uppercase;
}

.slider-wrapper {
  display: flex;
  /* justify-content: space-between; */
  gap: 0;
  width: 100%;
  cursor: grab;
  will-change: transform;
}

.slider-content::after,.slider-content::before {
  position: absolute;
  background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100%;
  width: 15%;
  z-index: 2;
  pointer-events: none;
  left: -1px;
}

.slider-content::after {
  right: -1px;
  left: auto;
  top: 0;
  transform: rotateZ(180deg);
}

.text-holder {
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
  text-align: center;
}


.text-holder h2 {
  font-size: 70px;
  line-height: 1.2;
  margin-top: 60px;
  margin-bottom: 10px;
  color: #252c7a;
  font-family: "Univers Next2";
}

.picwall>li {
  display: flex;
  align-items: center;
}
.picwall>li:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.picwall>li:nth-of-type(2n)  .pic-right-group {
  margin-inline-start: auto;
}

.picwall1>li {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.picwall1>li:nth-of-type(2n) {
  flex-direction: row;
}

.picwall1>li:nth-of-type(2n+1)  .pic-right-group {
  margin-inline-start: auto;
}

.pic-left {width: 50%;}
.pic-right {width: 50%;}
.pic-right-group {
  box-sizing: content-box;
  max-width: 430px;
  margin-block: 1.5rem;
  padding-inline-end: 3rem;
  padding-inline-start: 6rem;
}
.picwall2>li:nth-of-type(2n) .pic-right-group {
  max-width: 780px;
}
.pic-img {display: block;width: 100%;}
.pic-tit {font-family: "Univers Next2";font-size: max(0.6875rem, clamp(1.375rem, 1.146341463414634rem + 0.975609756097561vw, 2rem) * 1);color: #252c7a;text-transform: uppercase;line-height: 1.3;letter-spacing: 0.18em;}
.pic-desc {color: #252c7a;font-size: 14px;margin-top: 1.25rem;}
.pic-price {margin-top: 1.25rem;}


.pic-btn-mt {margin-top: 2rem;}
.marquee {height: 170px;position: relative;width: 100%;display: grid;place-items: center;overflow: hidden;margin-bottom: 24px;}


.banner::before,.banner-swiper .swiper-slide::before {
  content: "";
  background: linear-gradient(180deg, rgba(54, 54, 54, 0), rgba(4, 4, 4, 0.65) 100%);
  border-radius: inherit;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner-swiper .swiper-slide::after {
  content: "";
  background-color: #000;
  border-radius: inherit;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner-swiper .swiper-pagination {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  width: auto;
  left: unset;
  top: unset;
  display: flex;
  align-items: center;
  letter-spacing: 0;
  line-height: normal;
}



.swiper-banner-pagination .swiper-pagination-bullet {
  background-color: #999;
  border: 1px solid #999;
  position: relative;
}
.swiper-banner-pagination svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-90deg);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s;
  stroke: #fff;
  stroke-dasharray: 21;
  stroke-dashoffset: 21;
}

.swiper-banner-pagination .swiper-pagination-bullet-active svg{
  --stroke-dashoffset:0;
  opacity: 1;
  visibility: visible;
  animation: circle 6s ease infinite;
}

@keyframes circle {
  0% {
    stroke-dashoffset: 21;
  }
  100% {
    stroke-dashoffset: var(--stroke-dashoffset);
  }
}

.swiper-banner-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
}

.marquee::before, .marquee::after {
  position: absolute;
  background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100%;
  width: 15%;
  z-index: 2;
  pointer-events: none;
  left: 0;
}

.marquee::after {
  right: -1px;
  left: auto;
  top: 0;
  transform: rotateZ(180deg);
}

.marquee .item{
  flex: 0 0 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marquee .image {
  width: 200px;
  height: 170px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(0.7);
}

.marquee-wrapper {
  display: flex;
  animation: scroll linear infinite;
  -webkit-animation: scroll linear infinite;
  justify-content: space-between;
  gap: 0;
}

.neole-tit {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
  color: #5cb6ea;
  line-height: 0.9;
  font-family: 'Univers Next2';
}
.neole-tit strong {
  color: #252c7a;
}

.neole-desc {
  color: #252c7a;
  font-size: 16px;
  line-height: 30px;
  margin-top: 1.25rem;
}

.neole-left {
  width: 36.19%;
}
.neole-left1 {
  width: 29.72%;
}
.neole-right {
  width: 60.36%;
}

.neole-right1 {
  width: 66.90%;
}

.mySwiper .swiper-slide.swiper-slide-thumb-active {border-color: #252C7A;}
.v-stack {
  align-items: flex-start;
  text-align: left;
  justify-content: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 60px 0;
  max-width: calc(480px + 6vw);
  padding-left: 6vw;
}

.neole-swiper .swiper-slide {
  border-radius: 300px;
  overflow: hidden;
  position: relative;
}
.swiper-main-pagination {position: static;margin: .5rem 0;}
.swiper-main-pagination .swiper-pagination-bullet {
  background-color: rgb(37, 44, 122);
  opacity: 0.4;
}

.swiper-main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
@media (min-width:999px) {
  .mySwiper {position: sticky;top: 10rem;z-index: 10;}
  .neole-swiper .swiper-slide {
    padding-top: calc(155.55% * 0.30);
  }
}
@media (max-width:999px) {
  .neole-swiper .swiper-slide {
    aspect-ratio: 9 / 14;
  }
}

.neo-mask {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #5cb6ea;
  opacity: 0.6;
  z-index: 0;
  transition: all 0.5s ease 0s;
  left: 0;
  top: 0;
  transform: translate(0,-100%);
}

.neo-mask1 {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  transition: all 0.5s ease 0s;
  left: 0;
  top: 0;
  transform: translate(0,68px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  padding-bottom: 36px;
  z-index: 1;
}

.neole-swiper .neole-button {
  --circle-button-size: 2.75rem;
  width: var(--circle-button-size);
  height: var(--circle-button-size);
  background: rgb(255 255 255);
  color: rgb(28 28 28);
  border-radius: 999px;
  box-shadow: 0 .125rem .625rem rgb(28 28 28 / .15);
  opacity: 0;
  transform: translateY(-10px);
  transition: all .3s ease;
}
.neole-swiper .neole-button::after {
  color: rgb(28 28 28);
  font-size: 0.75rem;
}
.neole-swiper .neole-button.swiper-button-disabled {
  display: none;
}

.neole-swiper:hover .neole-button {
  opacity: 1;
  transform: translateY(0);
}


.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding-top: 120px;
  padding-bottom: 320px;
}

.content .title {
  font-size: 60px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #252c7a;
  line-height: 1;
  margin: 0;
  text-align: center;
  font-family: "Univers Next2";
}

.content .text {
  font-size: 16px;
  line-height: 30px;
  max-width: 560px;
  width: calc(100% - 80px);
  margin: 0 auto;
  text-align: center;
  color: #252c7a;
}

.content .subtitle {
  font-size: 30px;
  height: 56px;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 12px 48px;
  color: #252c7a;
  font-family: "Bebas Neue", sans-serif;
  background-color: #5CB6EA;
  letter-spacing: 3px;
  line-height: 1;
  z-index: 1;
}

.content .image {
  width: 680px;
  height: 680px;
  position: absolute;
  top: 420px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
  animation: circleMove 50s ease infinite;
}

.why {
  max-width: 100rem;
  margin: 0 auto;
}

.foreground-image {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
} 

.circle-box {
  width: calc(100% - 0px);
  height: auto;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.content .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  width: 44%;
  height: 0;
  padding-bottom: 44%;
  background-color: #252C7A;
}


.neo-links {color: #fff;transition: all .3s ease;text-transform: uppercase;padding: .65rem 1.75rem;}
.neo-links:hover {color: #252C7A;}
.neole-swiper .swiper-slide:hover .neo-mask {
  transform: translate(0,0);
}
.neole-swiper .swiper-slide:hover .neo-mask1 {
  transform: translate(0,0);
}
.neo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.marquee-wrapper[data-direction="right"] {
      animation-direction: reverse;
      -webkit-animation-direction: reverse;
}

.marquee-wrapper:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}

.page-wall-ul>li {
  width: 11.11%;
  padding-top: 11.11%;
  position: relative;
}
.page-wall-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}


.main-mt {height: 50vh;background-color: rgba(0, 0, 0, 0.1);}
.support-uleft .sv-img {
  width: 80px;
  height: 80px;
}
.page-wall-mask {
  width: 100%;
  height: 100%;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/instagram-mask-image.webp);
  mask-image: url(../img/instagram-mask-image.webp);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.normal-inner {position: absolute;width: 100%;height: 100%;left: 0;top: 0;}
.index-bj-tit {
  font-size: 60px;
  max-width: 600px;
  margin: 0 0 2rem;
  font-weight: 700;
  text-transform: none;
  color: #fff;
  line-height: 1;
  letter-spacing: normal;
  font-family: "Univers Next2";
  text-align: center;
  
}
.index-bj {
  padding: 6rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index-bj::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #252C7A;
  opacity: 0.6;
  top: 0;
  bottom: auto;
  z-index: 0;
}

  .index-form-box {
    -webkit-appearance: none;
    appearance: none;
    padding: 0 0.8em;
    background: rgb(transparent);
    color:#fff;
    text-align: start;
    border-width: 1px;
    width: 100%;
    transition: border-color .1s ease-in-out;
    border: 1px solid #fff;
    width: 287px;
    max-width: 100%;
    margin-right: 1rem;
  }

  .index-form-val {height: 45.5px;width: 100%;flex: 1;color: #fff;}
.page-wall {padding-top: 36px;}
@keyframes scroll {
  0% {
    transform:translateX(0px);
  }
  100% {
    transform:translateX(calc(-200px * var(--count)))
  }
}

.arrow-down-img {width: 15px;height: 15px;}
.gear-top {box-shadow: 0 -1px rgb(28 28 28 / 0.15) inset;}
@media (min-width:1920px) {
  
}


@media (min-width:999px) {
  
}
@media (min-width:1920px) {
  
}

.gear-select {
  width: max-content;
  padding-inline: 2.875rem;
  padding-block: 1.125rem;
  color: #999;
  border-left: 1px solid rgb(28 28 28 / 0.15);
  cursor: pointer;
}

.gear-drop {
  border: 1px solid rgb(28 28 28 / 0.15);
  box-shadow: 2px 2px 6px rgb(28 28 28 / 0.15);
  width: max-content;
  max-width: 18.75rem;
  max-height: min(60vh, 25rem);
  position: absolute;
  bottom: 0;transform: translate(0,100%);
  right: 0;
  min-width: 182px;
  display: none;
  z-index: 10;
}

.gear-menu-left {width: 240px;}
.gear-drop-ul>li {
  color: rgb(28 28 28 / .65);
  margin-top: 0.75rem;
  cursor: pointer;
}

.gear-menu-img {display: block;}
.gear-drop-ul>li:hover {
  color: rgb(28 28 28 / 1);
}
.gear-menu-drop {
  padding: 1.25rem 0;
  text-transform: uppercase;
}
.gear-menu-ul>li + li {border-top: 1px solid rgb(28 28 28 / 0.15);}
.gear-menu-ul>li:first-child .gear-menu-drop {padding-top: 0;}
.gear-menu-drop-ul {
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgb(28 28 28 / 0.15);
  display: none;
}

.gear-menu-right {
  width: calc(100% - 3.125rem - 240px);
}
.sale-out {position: absolute;top: 0;left: 0;background-color: rgb(239 239 239);font-size: .6875rem;padding: .0625rem .3125rem;width: auto;}
.gear-menu-drop-ul>li{opacity: .65;color: #252c7a;margin-top: 0.625rem;}
.gear-menu-drop-ul>li a {color: #252c7a;}
.gear-menu-tit {font-size: calc(0.75rem * 1);margin-top: 0.25rem;color: #252c7a;}
.gear-menu-desc {color: rgb(37 44 122 / .65)}
.gear-menu-links:hover .normal-img {display: none;}
.gear-menu-links:hover .show-img {display: block;}
.gear-menu-bott {margin-top: 1.25rem;}
.gear-menu-rul>li {
  width: calc(25% - 3.75rem);
  margin-left: 5rem;
}
.gear-menu-rul>li:nth-of-type(4n+1) {
  margin-left: 0;
}
.may-like-tit {text-align: center;color: #252c7a;}
.gear-menu-box {margin-top: 3rem;}
.gear-menu-bflag {font-size: .625rem;color: #252c7a;}
.gear-drop-inner {padding: 1.25rem;padding-right: 2.5rem;background-color: #fff;}
.mt25 {margin-top: 25px;}
.tr {text-align: right;}
.hide-pc {display: none;}
.webkit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1; 
}
.line2 {
  -webkit-line-clamp: 2;
}
.line3 {
  -webkit-line-clamp: 3;
}
.line4 {
  -webkit-line-clamp: 4;
}
.line5 {
  -webkit-line-clamp: 5;
}
.line6 {
  -webkit-line-clamp: 6;
}
.block {display: block;width: 100%;}
.col-000 {
  color: #000;
}
.col-333 {
  color: #333;
}
.col-666 {
  color: #666;
}
.col-999 {
  color: #999;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.col-fff {
  color: #fff;
}
.bgfff {
  background-color: #fff;
}
.theme {color: #252c7a;}

.show-img {display: none;}
