
/* 下划线动画（父元素要加上position: relative;） */
/* 左入 */
.btn-animate__underline-from-left::before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  z-index: 1;
  height: 4px;
  background-color: #90cf5b;
  transition: right 0.3s ease-out;
}

.btn-animate__underline-from-left:hover::before {
  right: 0;
}

/* 右入 */
.btn-animate__underline-from-right::before {
  content: "";
  position: absolute;
  left: 100%;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 4px;
  background-color: #90cf5b;
  transition: left 0.3s ease-out;
}

.btn-animate__underline-from-right:hover::before {
  left: 0;
}

/* 中间 */
.btn-animate__underline-from-center::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  z-index: 1;
  height: 4px;
  background-color: #90cf5b;
  transition: 0.3s ease-out;
}

.btn-animate__underline-from-center:hover::before {
  left: 0;
  right: 0;
}

/* 边框合围 1 */
.btn-animate__surround:hover{
  border-radius: 0px !important;
}
.btn-animate__surround::before,
.btn-animate__surround::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: var(--public-color);
  transition: all 0.3s ease;
}

.btn-animate__surround::before {
  height: 0%;
  width: 2px;
}

.btn-animate__surround::after {
  width: 0%;
  height: 2px;
}

.btn-animate__surround:hover {
  background: transparent;
}

.btn-animate__surround:hover::before {
  height: 100%;
}

.btn-animate__surround:hover::after {
  width: 100%;
}

.btn-animate__surround>a {
  display: block;
}

.btn-animate__surround>a:hover {
  color: var(--public-color) !important;
}

.btn-animate__surround>a:hover::before {
  height: 100%;
}

.btn-animate__surround>a:hover::after {
  width: 100%;
}

.btn-animate__surround>a::before,
.btn-animate__surround>a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--public-color);
  transition: all 0.3s ease;
}

.btn-animate__surround>a:before {
  width: 2px;
  height: 0%;
}

.btn-animate__surround>a:after {
  width: 0%;
  height: 2px;
}

/* 边框合围 2 */
.btn-animate__surround_white:hover{
  border-radius: 0px !important;
}
.btn-animate__surround_white::before,
.btn-animate__surround_white::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  transition: all 0.3s ease;
}

.btn-animate__surround_white::before {
  height: 0%;
  width: 2px;
}

.btn-animate__surround_white::after {
  width: 0%;
  height: 2px;
}

.btn-animate__surround_white:hover {
  background: transparent;
}

.btn-animate__surround_white:hover::before {
  height: 100%;
}

.btn-animate__surround_white:hover::after {
  width: 100%;
}

.btn-animate__surround_white>a {
  display: block;
}

.btn-animate__surround_white>a:hover {
  color: #fff !important;
}

.btn-animate__surround_white>a:hover::before {
  height: 100%;
}

.btn-animate__surround_white>a:hover::after {
  width: 100%;
}

.btn-animate__surround_white>a::before,
.btn-animate__surround_white>a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: all 0.3s ease;
}

.btn-animate__surround_white>a:before {
  width: 2px;
  height: 0%;
}

.btn-animate__surround_white>a:after {
  width: 0%;
  height: 2px;
}

/* .clearfix{*zoom:1;} */
.clearfix::after{
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}


.j_t_1{display: flex;align-items: center;}
.j_t_1::after{content: "\f061";font-family: 'Cmsfont';font-weight: bold;font-size: 24px;color: #00f5b3;padding-left: 18px;transition: padding-left .6s;}
.j_t_1:hover::after{padding-left: 0px;}


.a a.f-s{transition: all 0.6s;color: #4081e1;font-size: 20px;line-height: 32px;font-weight: 500;background-color: #fff;border: 1px solid transparent;border-radius: 8px;padding: 8px 27px;}
.a a.f-s:hover{border: 1px solid #fff;background-color: var(--public-color);color: #fcfffc;}



a.f-s-1{font-size: 36px;line-height: 43px;font-weight: bold;transition: all 0.6s;}
a.f-s-1 span{display: inline-block;transition: padding-left 0.6s;padding-left: 30px;font-size: 36px;font-weight: bold;}
a.f-s-1:hover{color: var(--public-color);}
a.f-s-1:hover span{padding-left: 40px;}


.a a.b-k{background-color: #ffffff;border-radius: 23px;font-weight: bold;font-size: 16px;border: 2px solid transparent;color: var(--public-color);padding: 15px 60px;display: flex;align-items: center;transition: ease-in-out .6s;}
.a a.b-k span{display: inline-block;padding-left: 15px;font-size: 20px;}
.a a.b-k:hover{background-color: transparent;border: 2px solid #fff;color: #fff;}

.a a.b-k-1{background-color: transparent;border: 2px solid #fff;color: #fff;border-radius: 23px;font-weight: bold;font-size: 13px;padding: 10px 60px;display: flex;align-items: center;transition: ease-in-out .6s;}
.a a.b-k-1 span{display: inline-block;padding-left: 15px;font-size: 13px;}
.a a.b-k-1:hover{background-color: #ffffff;border: 2px solid transparent;color: var(--public-color);}

.a{display: inline-block;}
.a a.b-k-2{background-color: transparent;border: 2px solid var(--public-color);color: var(--public-color);border-radius: 23px;font-weight: bold;font-size:13px;padding: 10px 60px;display: flex;align-items: center;transition: ease-in-out .6s;}
.a a.b-k-2 span{display: inline-block;padding-left: 15px;font-size: 13px;}
.a a.b-k-2:hover{background-color: var(--public-color);border: 2px solid transparent;color: #fff;}

.all-inline:after{
  content: "";
  width: 98%;
  height: 6px;
  background-color: rgba(77,164,90,.2);
  position: absolute;
  margin: auto;
  left: 1%;
  bottom: -1px;z-index: -1;
}

.all-inline-1:after{
  content: "";
  width: 98%;
  height: 6px;
  background-color: rgba(255,255,255,.2);
  position: absolute;
  margin: auto;
  left: 1%;
  bottom: 12px;
  z-index: -1;
}


.all-h2{
  font: bold 40px/49px 'Poppins';
}

a{display: inline-block;}


@font-face {
font-family: "Metropolis-Light";
src: url("../../style/fonts/cms-font/Metropolis-Light.otf");
}
@font-face {
  font-family: "Metropolis-Regular";
  src: url("../../style/fonts/cms-font/Metropolis-Regular.otf");
}
@font-face {
  font-family: "Metropolis-SemiBold";
  src: url("../../style/fonts/cms-font/Metropolis-SemiBold.otf");
}
@font-face {
  font-family: "Metropolis-Bold";
  src: url("../../style/fonts/cms-font/Metropolis-Bold.otf");
}
@font-face {
  font-family: "Metropolis-Medium";
  src: url("../../style/fonts/cms-font/Metropolis-Medium.otf");
}

/*more*/
.more span{position: relative;}
.more .more-icon{padding-left: 15px;font-size: 14px;font-weight: bold;}
.more{
  width: 281px;
  height: 43px;
  font-weight: bold;
  background: var(--public-color);
  position: relative;
  /* padding: 5px 15px; */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  color: #fff;
  transition: color 0.3s 0.1s ease-out;
  text-align: center;
  border: 3px solid var(--public-color);
}
.more::before{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: '';
  display: block;
  width: 20em;
  height: 20em;
  /* left: -5em; */
  text-align: center;
  transition: box-shadow 0.5s ease-out;
  z-index: 0;
}
.more:hover, .active.more{
  color: var(--public-color);
  border: 3px solid var(--public-color);
}
.more:hover::before, .active.more::before{
  box-shadow: inset 0 0 0 10em #fff;
}



/*more-1*/
.more-1 {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.more-1 {
  --primary-color: #fff;
  --hovered-color: #fff;
  position: relative;
  display: flex;
  /* font-weight: 600; */
  font-size: 20px;
  gap: 0.5rem;
  align-items: center;
}

.more-1 p {
  margin: 0;
  position: relative;
  font-size: 20px;
  color: var(--primary-color);
}

.more-1::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: -7px;
  background: var(--hovered-color);
  height: 2px;
  transition: 0.3s ease-out;
} 
.more-1:hover::after {
  width: 0;
}

/* .more-1:hover p::before {
  width: 0;
} */

.more-1:hover span {
  transform: translateX(4px);
}

.more-1 span {
  color: var(--primary-color);
  transition: 0.2s;
  position: relative;
  width: 15px;
  transition-delay: 0.2s;
}



/* .box-sty{
  width: 100%;
  height: auto;
  float: left;
  transition: .5s linear;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 15px;
  text-align: center;
  margin: 0 5px;
  background: transparent;
  text-transform: uppercase;
  font-weight: 900;
} */








.box-sty{    width: 100%;
  height: auto;position: relative;overflow: hidden;display: block;transition: .5s linear;float: left;background: transparent;}
.box-sty:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  box-sizing: border-box;
  transform: translateX(100%);
  z-index: 1;
}
.box-sty:after {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 1px;
border-top: 1px solid transparent;
border-right: 1px solid transparent;
box-sizing: border-box;
transform: translateX(-100%);
z-index: 1;
}
/* .box-sty:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
} */
.box-sty:hover:before {
border-color: var(--public-color);
height: 100%;
transform: translateX(0);
transition: .3s transform linear, .3s height linear .3s;
}
.box-sty:hover:after {
  border-color: var(--public-color);
  height: 100%;
  transform: translateX(0);
  transition: .3s transform linear, .3s height linear .5s;
}

.more-3 {
  position: relative;
  /* width: 100%;
  height: 100%; */
  background-color: #fff;
  /* display: flex;
  flex-direction: column;
  justify-content: flex-end; */
  /* padding: 12px;
  gap: 12px;
  border-radius: 15px; */
  cursor: pointer;
  /* color: #000000; */
}

.more-3::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 0px;
  margin: auto;
  /* width: 100%; */
  /* height: 100%; */
  border-radius: 15px;
  background-color: var(--public-color);
  z-index: -10;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.more-3::after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background-color:var(--public-color);
  transform: translate3d(0, 0, 0) scale(0.95);
  /* filter: blur(40px); */
}

.more-3:hover::after {
  filter: blur(50px);
}

.more-3:hover::before {
  transform: rotate(-180deg) ;
}

.more-3:hover {
  transform: scale(1);
}

/* From Uiverse.io by mrhyddenn */ 


.btn-sty {
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 6px 6px 12px #c5c5c5,
      -6px -6px 12px #ffffff;
  /* width: 100%; */
  color: var(--public-color);
  border: solid 4px var(--public-color);
  padding: 0 70px;
  height: 64px;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all .6s;
  font-weight: 600;
}

.btn-sty::before {
  content: "";
  width: 0;
  height: 100%;
  background-color: var(--public-color);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: .5s ease;
  display: block;
}
.btn-sty:hover::before{width: 100%;}
.btn-sty:hover{color: #fff;}



/*字体*/
.Poppins-Thin {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
}

.Poppins-Extralight {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
}

.Poppins-Light {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
}

.Poppins-Regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.Poppins-Medium {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}

.Poppins-SemiBold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

.Poppins-Bold {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}

.Poppins-Extrabold {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: normal;
}

.Poppins-Black {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: normal;
}

.Poppins-Thin-Italic {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: italic;
}

.Poppins-Extralight-Italic {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: italic;
}

.Poppins-Light-Italic {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: italic;
}

.Poppins-Regular-Italic {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: italic;
}

.Poppins-Medium-Italic {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: italic;
}

.Poppins-Semibold-Italic {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: italic;
}

.Poppins-Bold-Italic {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: italic;
}

.Poppins-Extrabold-Italic {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
}

.Poppins-Black-Italic {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: italic;
}


.card-1 {
  display: block;
  position: relative;
  /* max-width: 300px;
  max-height: 320px; */
  background-color: #f2f8f9;
  /* border-radius: 10px; */
  /* padding: 2em 1.2em; */
  /* margin: 12px; */
  text-decoration: none;
  z-index: 0;
  /* overflow: hidden; */
  /* background: linear-gradient(to bottom, #c3e6ec, #a7d1d9); */
}

.card-1>img {
  position: absolute;
  z-index: -1;
  bottom: 0px;
  left: 0px;
  height: 0px;
  width: 0px;
  /* transform-origin: 50% 50%; */
  transition: all 0.35s ease-out;
}

.card-1:hover>img {
  /* transform: scale(55); */
  width: 100%;
  height: 100%;
}



/* From Uiverse.io by Pradeepsaranbishnoi */ 
.cardBox {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 30px;
  height: 280px;
}

.card-1 {
  position: absolute;
  width: 98%;
  height: 95%;
  border-radius: 30px;
  z-index: 5;
  /* display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center; */
  background-color: #fff;
  overflow: hidden;
  padding: 0px;
  /* box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.5) 0px 18px 36px -18px inset; */
}


.cardBox:hover::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 40%;
  background: #40E0D0;
  background: -webkit-linear-gradient(to right, #FF0080, #FF8C00, #40E0D0);
  background: linear-gradient(to right, #FF0080, #FF8C00, #40E0D0);
  transform-origin: center;
  animation: glowing_401 5s linear infinite;
}

@keyframes glowing_401 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.video_icon{position:absolute;bottom:30px;right:30px;transform: translate(-50%, -50%);width:50px;height:50px;line-height:66px;text-align:center;}
.video_icon .play{    transition: all .6s;
    width: 46px;
    height: 46px;
    background-color: var(--public-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding-left: 5px;}
.video_icon .play,
.video_icon .play:before,
.video_icon .play:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -ms-border-radius: 50%;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    -webkit-animation: play 3s infinite;
    animation: play 3s infinite;
}

.video_icon .play:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video_icon .play:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes play {
    70% {
        box-shadow: 0 0 0 20px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

@keyframes play {
    70% {
        box-shadow: 0 0 0 20px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}


/* .hs-btn1,.hs-btn2{
  width: 25px;height: 25px;border-radius: 50%;border: 1px solid rgb(14,45,83,.1);position: absolute;top: 0%;
}
.hs-btn1,.hs-btn2 { */
  /* animation: circleChange 2s 1s ease-out infinite; */
  /* animation-name: circleChange;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.hs-btn1 {
  animation-delay: 1s;
}
.hs-btn2 {
  animation-delay: 2s;
}
@keyframes circleChange{
  0%{transform: scale(1);opacity: 0.95;}
  25%{transform: scale(2);opacity: 0.75;}
  50%{transform: scale(3);opacity: 0.5;}
  75%{transform: scale(2);opacity: 0.25;}
  100%{transform: scale(5);opacity: 0.05;}
} */

/* From Uiverse.io by niat786 */ 
.more-4 {
border: none;
color: #fff;
background-color:var(--public-color);
border-radius: 8px;
background-size: 100% auto;
font-family: inherit;
font-size: 18px;
padding: 0.6em 35px;
}

.more-4:hover {
background-position: right center;
background-size: 200% auto;
-webkit-animation: pulse 2s infinite;
animation: pulse512 1.5s infinite;
color: #fff;
background-color: rgba(1, 19, 145, .4);
}

@keyframes pulse512 {
0% {
 box-shadow: 0 0 0 0 #05bada66;
}

70% {
 box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
}

100% {
 box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
}
}


.more-5 {
font-family: inherit;
display: inline-block;
line-height: inherit;
position: relative;
cursor: pointer;
overflow: hidden;
padding-left: 35px;
padding-right: 35px;
padding-top: 15px;
padding-bottom: 18px;
transition: color 0.5s;
z-index: 1;
font-size: 18px;
border-radius: 50px;
font-weight: 400;
color: #fff;
display: inline-block;
justify-content: center;
text-align: center;
align-items: center;
background-color:var(--public-color);
}

.more-5:before {
content: "";
position: absolute;
z-index: -1;
background: #171717;
height: 140px;
width: 360px;
border-radius: 50%;
}

.more-5:hover {
color: #fff;
}

.more-5:before {
top: 100%;
left: 100%;
transition: all 0.7s;
}

.more-5:hover:before {
top: -30px;
left: -30px;
}

.more-5:active:before {
background: #e7b722;
transition: background 0s;
}

/*btn 先横在全*/
/* From Uiverse.io by adamgiebl */ 
.more-6 {
position: relative;
display: inline-flex;
align-items: center;
height: 48px;
padding: 0 40px;
font-weight: 400;
font-size: 16px;
line-height: 24px;
text-align: center;
text-decoration: none;
color: #fff;
background: var(--public-color);
transition: ease-out 0.5s;
/* border-radius: 24px; */
border: 2px solid var(--public-color);
box-shadow: inset 0 0 0 0 #f0f2f5;
}

.more-6:hover {
color: var(--public-color);
background-color: #f0f2f5;
border: 2px solid #f0f2f5;
box-shadow: inset 0 -100px 0 0 #f0f2f5;
}

.more-6:active {
transform: scale(1);
}


.more-6-1 {
position: relative;
display: inline-flex;
align-items: center;
height: 48px;
padding: 0 40px;
font-weight: 400;
font-size: 16px;
line-height: 24px;
text-align: center;
text-decoration: none;
color:#3e3e3e;
background: #f0f2f5;
transition: ease-out 0.5s;
border-radius: 24px;
border: 2px solid #f0f2f5;
box-shadow: inset 0 0 0 0 var(--public-color);
}

.more-6-1:hover {
color: #f0f2f5 !important;
background-color: var(--public-color);
border: 2px solid var(--public-color);
box-shadow: inset 0 -100px 0 0 var(--public-color);
}

.more-6-1:active {
transform: scale(1);
}




















