@charset "utf-8";

body {
  /* 填写默认字体 */
  font-family: "Poppins", "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
  color: #1e1d28;
  min-height: initial !important;
}

@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont/iconfont.woff2?t=1681287520508') format('woff2'), url('../fonts/iconfont/iconfont.woff?t=1681287520508') format('woff'), url('../fonts/iconfont/iconfont.ttf?t=1681287520508') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/roboto/Roboto-Bold.woff2') format('woff2'), url('../fonts/roboto/Roboto-Bold.woff') format('woff'), url('../fonts/roboto/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/roboto/Roboto-Medium.woff2') format('woff2'), url('../fonts/roboto/Roboto-Medium.woff') format('woff'), url('../fonts/roboto/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/roboto/Roboto-Light.woff2') format('woff2'), url('../fonts/roboto/Roboto-Light.woff') format('woff'), url('../fonts/roboto/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: local('Roboto Regular'), local('Roboto-Regular'), url('../fonts/roboto/Roboto-Regular.woff2') format('woff2'), url('../fonts/roboto/Roboto-Regular.woff') format('woff'), url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: local('Poppins Medium'), local('Poppins-Medium'), url('../fonts/poppins/Poppins-Medium.woff2') format('woff2'), url('../fonts/poppins/Poppins-Medium.woff') format('woff'), url('../fonts/poppins/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: local('Poppins Light'), local('Poppins-Light'), url('../fonts/poppins/Poppins-Light.woff2') format('woff2'), url('../fonts/poppins/Poppins-Light.woff') format('woff'), url('../fonts/poppins/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: local('Poppins Regular'), local('Poppins-Regular'), url('../fonts/poppins/Poppins-Regular.woff2') format('woff2'), url('../fonts/poppins/Poppins-Regular.woff') format('woff'), url('../fonts/poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: local('Poppins Bold'), local('Poppins-Bold'), url('../fonts/poppins/Poppins-Bold.woff2') format('woff2'), url('../fonts/poppins/Poppins-Bold.woff') format('woff'), url('../fonts/poppins/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* 谷歌翻译后防止与sticky产生冲突 */
.iconfonts {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grahccale;
}

/* slick 懒加载图片去边框 */
.slick-loading {
  opacity: 0;
}

/* 去除翻译插件边框 */
.goog-te-gadget-simple {
  border: none !important;
}

/* h1隐藏 */
.fszero {
  display: none;
}

/* 去除input记忆填充底色 */
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #333 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

/* ph去除载入效果 */
@media screen and (max-width: 1200px) {
  .wow {
    animation: none;
  }
}

:root {
  font-size: 10px;
  --main-color: #3fa9f5;
  --flex-margin: -15px;
  --flex-padding: 15px;
  --padding100: 100px;
}

/* 翻译插件展位 */
.google-translate {
  min-width: 108px;
}

.fancybox-content {
  height: 800px !important;
}

.c_pcbtn {
  display: none;
}

.header {
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  --height: 80px;
}

.translated-ltr .header,
.translated-rtl .header {
  top: 40px;
}

.header-logo {
  width: 198px;
  display: block;
  line-height: var(--height);
}

.header-logo img {
  width: 100%;
}

/* hover */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 0px 24px;
}

.header .right {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1200px) {
  .hd_list {
    display: flex;
    align-items: center;
  }

  .hd_item {
    position: relative;
    z-index: 1;
    margin-right: 40px;
  }

  .hd_item:last-child {
    margin-right: 0;
  }

  .hd_link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--height);
    color: #333;
    font-size: 16px;
  }

  .hd_link .iconfont {
    font-size: 12px;
    color: #333;
    margin-left: 10px;
  }

  .hc_second {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    background-color: #ebebeb;
    border-radius: 8px;
    padding: 0px 0px;
    transition: all 0.5s;
    opacity: 0;
    pointer-events: none;
  }

  .hd_item:hover .hc_second {
    opacity: 1;
    pointer-events: all;
  }

  .hd_item:last-child .hc_second_link {
    border-bottom: none;
  }

  .hc_second_link {
    padding: 16px 10px;
    display: block;
    color: #444;
    border-bottom: 1px solid #d9d9d9;
  }

  .hc_second_link:hover {
    transform: translateX(4px);
  }
}

.header-controls {
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.header-language {
  position: relative;
}

.header-language .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 125px;
  border-radius: 42px;
  padding: 10px 15px;
  border: 1px solid #000;
  cursor: pointer;
}

.header-language .btns p {
  font-size: 16px;
  color: #333;
}

.header-language .btns span {
  font-size: 12px;
  color: #333;
  margin-left: 10px;
}

.header-language .list {
  position: absolute;
  width: 100%;
  background-color: #ebebeb;
  border-radius: 8px;
  padding: 6px 0;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
}

.header-language .list .links {
  font-size: 16px;
  color: #444;
  display: block;
  text-align: center;
  padding: 10px 0;
}

.header-language:hover .list {
  opacity: 1;
  pointer-events: all;
}

.header-pair {
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 125px;
  border-radius: 42px;
  padding: 10px 15px;
  border: 1px solid #06140F;
  background-color: #FFE155;
  color: #444;
  transition: all 0.5s;
}

.header-pair:hover {
  color: #fff;
  background-color: #06140F;
}

.home-banner {
  position: relative;
  z-index: 1;
  background-color: #5C5C5C;
}

.home-banner .title {
  text-align: center;
  font-size: 75px;
  color: #fff;
  line-height: 1.2;
  font-family: "Roboto";
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 70px;
}

.home-banner-content {
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home-banner-content .tits {
  text-align: center;
  font-size: 40px;
  color: #fff;
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 35px;
}

.home-banner-content .list .btns {
  margin-left: auto;
  margin-right: auto;
  width: 276px;
  height: 66px;
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  letter-spacing: 2px;
  font-size: 24px;
  margin-bottom: 20px;
}

.home-banner-content .list .btns:hover {
  color: #fff;
  background-color: #3fa9f5;
}

.home-banner-content .list .btns:last-child {
  margin-bottom: 0;
}

.home-banner-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}

.home-banner-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}

.mod-title {
  padding-bottom: 25px;
  position: relative;
  z-index: 1;
}

.mod-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 5.6px;
  background-color: #3fa9f5;
  border-radius: 5px;
}

.mod-title .tits {
  color: #3fa9f5;
  font-family: "Poppins";
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}

.mod-title p {
  text-align: center;
  margin-top: 20px;
  font-size: 24px;
  color: #000;
  font-weight: 300;
}

.home-sy {
  padding: var(--padding100) 0;
}

.home-sy-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 22px 22px;
  margin-top: 30px;
}

.home-sy-list a {
  display: block;
  padding: 20px 45px 18px;
  background-color: #F7F5EE;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 22px;
  color: #000;
  line-height: 1.2;
  font-weight: 300;
}

.home-sy-list a:hover {
  color: #fff;
  background-color: #3fa9f5;
}

.more-btns.big .more {
  width: 380px;
}

.more-btns {
  text-align: center;
  margin-top: 40px;
}

.more-btns .more {
  width: 208px;
  height: 64px;
  border-radius: 20px;
  background-color: #3fa9f5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.5);
}

.more-btns .more:hover {
  transform: translateY(4px);
}

.home-service {
  padding: var(--padding100) 0;
  background-color: #F7F5EE;
}

.home-service .list {
  display: flex;
  justify-content: space-between;
  margin: 50px -15px 0;
}

.home-service .item {
  padding: 0 15px;
  width: 33.333333%;
}

.home-service .img_box {
  padding-top: 93.90243%;
  border-radius: 20px;
}

.home-service .content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.home-service .conts {
  margin-top: 20px;
  border-radius: 20px;
  background-color: #fff;
  padding: 35px 30px;
  flex-grow: 1;
  text-align: center;
}

.home-service .conts .tits {
  font-size: 30px;
  color: #000;
  font-weight: 500;
  letter-spacing: 2px;
}

.home-service .conts p {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  margin-top: 15px;
  line-height: 1.6;
  font-weight: 300;
}

p {
  letter-spacing: 1px;
}

.home-team {
  padding: var(--padding100) 0;
  background-color: #F5F5F5;
}

.home-team-slick {
  margin: 45px var(--flex-margin) 0;
}

.home-team-slick .slick-track {
  display: flex;
  flex-wrap: wrap;
}

.home-team-slick .slick-track .slick-slide {
  height: auto;
}

.home-team-slick .slick-track .slick-slide>div {
  height: 100%;
}

.home-team-slick .slick-track .home-team-item {
  height: 100%;
}

.home-team-item {
  padding: 0 var(--flex-padding);
}

.home-team-conts {
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 30px;
}

.home-team-conts .info {
  text-align: center;
}

.home-team-conts img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.home-team-conts .names {
  margin-top: 15px;
  font-size: 22px;
  font-weight: 500;
  color: #000;
}

.home-team-conts .evaluate {
  margin-top: 15px;
}

.home-team-conts .evaluate .xing span {
  color: #FFB900;
  font-size: 16px;
}

.home-team-conts .evaluate p {
  font-size: 14px;
  color: #000;
  margin-top: 6px;
}

.home-team-conts .job {
  margin-top: 25px;
  font-size: 16px;
  color: #777;
  font-weight: 600;
  letter-spacing: 1px;
}

.home-team-conts .details {
  margin-top: 10px;
}

.home-team-conts .details p {
  font-size: 16px;
  color: #777;
  line-height: 1.5;
}

.home-team-conts .mores {
  width: 168px;
  height: 54px;
  border-radius: 20px;
  background-color: #3fa9f5;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.5);
  padding: 18px 40px 15px;
  color: #fff;
  font-size: 22px;
  letter-spacing: 3px;
  text-align: center;
  margin-top: 40px;
}

.home-awards {
  padding-bottom: var(--padding100);
  background-color: #F5F5F5;
}

.home-awards .title {
  text-align: center;
  color: #3fa9f5;
  font-family: "Poppins";
  font-size: 50px;
  font-weight: 700;
  margin-top: 35px;
}

.home-awards-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px var(--flex-margin) -30px;
}

.home-awards-item {
  width: 50%;
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}

.home-awards-content {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.home-awards-content img {
  width: 28%;
  display: inline-block;
}

.home-media {
  padding-bottom: var(--padding100);
  background-color: #F5F5F5;
}

.home-media-list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -40px -30px;
}

.home-media-list li {
  padding: 0 10px;
  margin-bottom: 30px;
  width: 20%;
}

.home-media-list .content {
  display: block;
}

.home-media-list .img_box {
  padding-top: 70%;
}

.home-eva {
  padding: var(--padding100) 0;
  background-color: #F6F4ED;
}

.home-eva-slick {
  margin: 40px var(--flex-margin);
}

.home-eva-slick .slick-track {
  display: flex;
  flex-wrap: wrap;
}

.home-eva-slick .slick-slide {
  height: initial !important;
}

.home-eva-slick .slick-slide>div {
  height: 100%;
}

.home-eva-slick .slick-track .home-eva-item {
  height: 100%;
}

.home-eva-item {
  padding: 0 var(--flex-padding);
}

.home-eva-conts {
  background-color: #fff;
  border-radius: 26px;
  padding: 25px 25px 35px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-eva-conts>p {
  color: #555;
  font-family: "Poppins", Sans-serif;
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-align: center;
}

.home-eva-conts .xing {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.home-eva-conts .xing span {
  font-size: 22px;
  color: #FAC641;
  margin: 0 3px;
}

.home-eva-conts .userinfo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}

.home-eva-conts .userinfo img {
  width: 83px;
  height: 83px;
  border-radius: 50%;
  margin-right: 20px;
  flex-shrink: 0;
}

.home-eva-conts .userinfo .info .name {
  font-size: 18px;
  color: #000;
}

.home-eva-conts .userinfo .info .add {
  margin-top: 10px;
  font-size: 14px;
  color: #444;
}

.home-faq {
  padding: 0 0 var(--padding100);
}

.home-faq .flex {
  display: flex;
  justify-content: space-between;
}

.home-faq .mod-title::after {
  left: 0;
  transform: none;
}

.home-faq .right {
  width: 72.2222222%;
}

.home-faq .right .more {
  background-color: #3fa9f5;
  width: 124px;
  height: 46px;
  border-radius: 20px;
  padding: 15px 30px;
  display: block;
  font-size: 16px;
  color: #fff;
}

.home-faq .right .more:hover {
  transform: translateY(2px);
}

.home-faq-group {
  margin-bottom: 40px;
}

.home-faq-group .tits {
  color: #3fa9f5;
  font-family: "Poppins", Sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.home-faq-group .list {
  margin-top: 12px;
}

.home-faq-group .item {
  margin-bottom: 10px;
}

.home-faq-group .item.active .hds i::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.home-faq-group .hds {
  display: flex;
  border-bottom: #d3d3d3 1px solid;
  padding: 10px 0;
  cursor: pointer;
}

.home-faq-group .hds i {
  width: 22px;
  height: 22px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  border: 2px solid #333333;
  transform: translateY(1px);
  margin-right: 14px;
  flex-shrink: 0;
}

.home-faq-group .hds i::after {
  width: 11px;
  height: 2px;
}

.home-faq-group .hds i::before {
  width: 2px;
  height: 11px;
}

.home-faq-group .hds i::after,
.home-faq-group .hds i::before {
  content: "";
  background-color: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}

.home-faq-group .hds p {
  font-size: 18px;
  color: #555;
  font-weight: bold;
  line-height: 1.5;
}

.home-faq-group .bds {
  padding: 18px 20px 5px;
  display: none;
}

.home-faq-group .bds p {
  font-size: 16px;
  color: #777;
  line-height: 1.65;
}

.footer {
  background-color: #F7F5EE;
  --x: 40px;
}

.footer-top {
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: var(--x);
  padding-right: var(--x);
  border-bottom: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-top .footer-logo {
  width: 295px;
  display: block;
}

.footer-top .footer-logo img {
  width: 100%;
}

.footer-top .subscribe {
  display: flex;
}

.footer-top .subscribe input {
  background-color: #b3b3b3;
  border-width: 0;
  border-radius: 10px;
  height: 42px;
  width: 260px;
  padding: 0 16px;
  color: #fff;
  font-size: 15px;
}

.footer-top .subscribe input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #DCDCDC;
}

.footer-top .subscribe input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #DCDCDC;
}

.footer-top .subscribe input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #DCDCDC;
}

.footer-top .subscribe input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #DCDCDC;
}

.footer-top .subscribe button {
  width: 140px;
  background-color: #3fa9f5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 42px;
  color: #fff;
  font-size: 16px;
  margin-left: 10px;
}

.footer-center {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: var(--x);
  padding-right: var(--x);
  border-bottom: 1px solid #333;
}

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

.footer-center .flex .left {
  width: 30%;
}

.footer-center .flex .left p {
  font-size: 14px;
  color: #000;
  line-height: 1.55;
  font-weight: 500;
}

.footer-center .flex .right {
  justify-content: flex-end;
  display: flex;
  width: 66.66666666%;
}

.footer-center>p {
  margin-top: 40px;
  font-size: 14px;
  color: #000;
  line-height: 1.55;
  font-weight: 500;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

.footer-nav-item {
  position: relative;
  z-index: 1;
  margin-right: 40px;
  margin-bottom: 20px;
}

.footer-nav-item:last-child {
  margin-right: 0;
}

.footer-nav-link {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.footer-nav-link span {
  font-size: 12px;
  margin-left: 6px;
  transform: translateY(-3px);
}

.footer-nav-item:hover .footer-second {
  opacity: 1;
  pointer-events: all;
}

.footer-second {
  position: absolute;
  width: 140px;
  background-color: #e4e4e4;
  border-radius: 8px;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 5px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}

.footer-second::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 100%;
  left: 0;
  height: 5px;
}

.footer-second-item {
  border-bottom: 1px solid #999;
}

.footer-second-item:last-child {
  border: none;
}

.footer-second-link {
  display: block;
  padding: 12px 10px;
  color: #333;
  font-size: 14px;
}

.footer-second-link:hover {
  transform: translateX(6px);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: var(--x);
  padding-right: var(--x);
}

.footer-bottom .left .title {
  font-size: 40px;
  color: #000;
  font-weight: 500;
}

.footer-bottom .left .adds {
  font-size: 18px;
  margin-top: 18px;
  color: #000;
}

.footer-bottom .left .info {
  margin-top: 24px;
}

.footer-bottom .left .info p,
.footer-bottom .left .info a {
  color: #000;
  font-size: 14px;
  letter-spacing: 0;
}

.footer-bottom .left .info a:hover {
  text-decoration: underline;
}

.footer-bottom .left .info p {
  margin-bottom: 10px;
}

.footer-bottom .left .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.footer-bottom .left .list li {
  margin-right: 20px;
}

.footer-bottom .left .list li:last-child {
  margin-right: 0;
}

.footer-bottom .left .list a {
  color: #000;
  font-size: 14px;
  letter-spacing: 0;
}

.footer-bottom .left .list a:hover {
  text-decoration: underline;
}

.footer-bottom .right .title {
  color: #5ab6f8;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.footer-bottom .right .list {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer-bottom .right li {
  margin-right: 25px;
}

.footer-bottom .right li:last-child {
  margin-right: 0;
}

.footer-bottom .right .iconfont {
  font-size: 26px;
  color: #5ab6f8;
}

.footer-bottom .right li:hover .iconfont {
  transform: scale(1.1);
}

.footer-root {
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 24px;
  letter-spacing: 0;
}

.page_banner {
  position: relative;
  z-index: 1;
}

.page_banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

.page_banner .page_banner_content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}

.page_banner .title {
  color: #fff;
  font-family: "Poppins", Sans-serif;
  font-size: 75px;
  font-weight: 700;
  text-align: center;
}

.page_banner p {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-top: 20px;
}

.about-info {
  padding: var(--padding100) 0;
}

.about-info .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.about-info .left {
  width: 50%;
}

.about-info .left .img_box {
  padding-top: 66.1038961%;
}

.about-info .right {
  width: 47%;
  padding-top: 10px;
}

.about-info .right p {
  font-size: 21px;
}

.about-info .right .more-btns {
  text-align: left;
}

.about-history {
  display: flex;
  flex-wrap: wrap;
  margin: 70px var(--flex-margin) -30px;
}

.about-history .item {
  width: 20%;
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}

.about-history .content {
  border: 1px solid #dfddd5;
  background-color: #F7F5EE;
  border-radius: 20px;
  text-align: center;
  height: 100%;
  padding: 30px 20px;
}

.about-history .iconfont {
  font-size: 44px;
  color: #000000;
}

.about-history .year {
  font-size: 38px;
  line-height: 1.2;
  color: #000;
  font-weight: bold;
  margin-top: 30px;
}

.about-history p {
  font-size: 20px;
  line-height: 1.5;
  color: #555;
  margin-top: 5px;
}

.home-team-sbox {
  position: relative;
}

.home-team-sbox .carter_arrow {
  width: calc(100% + 48px);
  z-index: 2;
}

.about-team.home-team {
  background-color: #F7F5EE;
}

.home-media.about-media {
  background-color: #fff;
  padding-top: var(--padding100);
}

.home-media.about-media .home-media-list {
  flex-wrap: wrap;
}

.home-media.about-media .home-media-list li {
  width: 25%;
}

.home-awards.about-awards {
  background-color: #fff;
}

.home-now {
  padding: var(--padding100) 0;
}

.home-now .title {
  text-align: center;
  color: #3fa9f5;
  font-size: 50px;
  font-weight: 700;
}

.business-server {
  padding-top: var(--padding100);
}

.business-server .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}

.business-server .flex .left {
  width: 49%;
}

.business-server .flex .left .img_box {
  padding-top: 92.8571428%;
  border-radius: 0 150px;
  box-shadow: 22px -22px 0px 0px #3fa9f5;
}

.business-server .flex .right {
  width: 47%;
}

.business-server .flex .right .title {
  text-align: center;
  color: #000;
  font-size: 32px;
  font-weight: 700;
}

.business-server .flex .right p {
  font-size: 21px;
  font-weight: 500;
  color: #444;
  line-height: 2.2;
  text-align: center;
  margin-top: 18px;
}

.business-server .other {
  display: flex;
  margin-top: 50px;
}

.business-server .other .left,
.business-server .other .right {
  width: 50%;
}

.business-server .other .left {
  background-color: #3fa9f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 25px;
}

.business-server .other .left .title {
  font-size: 58px;
  color: #fff;
  font-weight: 500;
}

.business-server .other .left p {
  font-size: 21px;
  color: #fff;
  line-height: 2.2;
  margin-top: 30px;
}

.business-server .other .right .img_box {
  height: 100%;
  padding-top: 80.7291666%;
}

.business-server .other .right .img_box img {
  object-fit: cover;
}

.business-info {
  padding: var(--padding100) 0;
}

.business-info .list {
  margin: 55px var(--flex-margin) -30px;
  display: flex;
  flex-wrap: wrap;
}

.business-info .item {
  width: 33.3333%;
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}

.business-info .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.business-info .content img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
}

.business-info .content .tits {
  text-align: center;
  font-size: 32px;
  color: #000;
  margin-top: 35px;
}

.business-info .content p {
  text-align: center;
  font-size: 20px;
  color: #444;
  line-height: 2.6;
  margin-top: 20px;
}

.business-left {
  background-color: #3fa9f5;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.business-left .title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.business-left .list {
  margin-top: 35px;
}

.business-left .item:last-child {
  margin-bottom: 0;
}

.business-left .item {
  display: flex;
  margin-bottom: 28px;
}

.business-left .item .iconfont {
  color: #fff;
  font-size: 26px;
}

.business-left .item p {
  font-size: 22px;
  color: #fff;
  line-height: 1.4;
  padding-left: 12px;
}

.business-demo {
  display: flex;
}

.business-demo .left,
.business-demo .right {
  width: 50%;
}

.business-demo .right {
  position: relative;
  z-index: 1;
}

.business-demo .right .img_box {
  padding-top: 78.94736842%;
  height: 100%;
}

.business-demo .right .img_box img {
  object-fit: cover;
}

.business-demo .right .img_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 2;
  background-color: #3fa9f5;
  opacity: 0.5;
}

.business-demo .right .content {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 10;
  text-align: center;
  position: absolute;
}

.business-demo .right .content .tits {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

.business-demo .right .content .more {
  width: 248px;
  height: 62px;
  border-radius: 20px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #444;
  font-size: 22px;
  margin-top: 30px;
}

.business-demo .right .content .more:hover {
  background-color: var(--main-color);
  color: #fff;
}

.business-eap {
  padding-top: var(--padding100);
}

.business-eap .business-demo {
  flex-direction: row-reverse;
}

.business-eap .business-demo .right .img_box::after {
  display: none;
}

.business-eap .business-demo .left .tits {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}

.business-eap .business-demo .left .text {
  font-size: 22px;
  color: #fff;
  line-height: 1.45;
  margin-top: 30px;
}

.business-eap .business-demo .left .more {
  width: 248px;
  height: 62px;
  border-radius: 20px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #444;
  font-size: 22px;
  margin-top: 30px;
}

.business-eap .business-demo .left .more:hover {
  background-color: var(--main-color);
  color: #fff;
}

.business-eap .business-demo:nth-child(even) {
  flex-direction: row;
}

.faq-main {
  padding: var(--padding100) 0;
}

.faq-main .content {
  margin-top: 30px;
}

.faq-group {
  margin-bottom: 40px;
}

.faq-group .title {
  font-size: 30px;
  color: #000;
  line-height: 1.3;
}

.faq-list {
  margin-top: 15px;
}

.faq-list .item.active {
  background-color: #F7F5EE;
}

.faq-list .item.active .hds {
  cursor: pointer;
}

.faq-list .item.active .hds p {
  font-weight: bold;
}

.faq-list .item.active .hds .icons .close-icon {
  opacity: 1;
}

.faq-list .item.active .hds .icons .open-icon {
  opacity: 0;
}

.faq-list .item {
  border: 1px solid #dedede;
  background-color: #FFFEF9;
  transition: all 0.5s;
}

.faq-list .item .hds {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
}

.faq-list .item .hds p {
  font-size: 20px;
  color: #333;
  line-height: 1.5;
}

.faq-list .item .hds .icons {
  position: relative;
  z-index: 1;
  transform: translateX(-10px);
}

.faq-list .item .hds .icons .open-icon,
.faq-list .item .hds .icons .close-icon {
  position: absolute;
  left: 50%;
  top: 50%;
}

.faq-list .item .hds .icons .open-icon {
  font-size: 22px;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.faq-list .item .hds .icons .close-icon {
  transform: translate(-50%, -50%);
  font-size: 16px;
  opacity: 0;
}

.faq-list .item .bds {
  padding: 0px 24px 10px;
  display: none;
}

.faq-list .item .bds p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

.faq-group:last-child {
  margin-bottom: 0;
}

.faq-pair {
  background-color: #3fa9f5;
  padding: 50px 0;
}

.faq-pair .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-pair .left {
  width: 35%;
}

.faq-pair .left p {
  color: #fff;
  font-family: "Poppins", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.82;
}

.faq-pair .right {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.faq-pair .right img {
  width: 400px;
  margin-right: 40px;
}

.faq-pair .right .more-btns {
  margin-top: 0;
}

.faq-pair .right .more-btns .more {
  background-color: #fff;
  color: #3fa9f5;
}

.faq-pair .right .more-btns .more:hover {
  background-color: #3fa9f5;
  color: #fff;
}

.news-slick {
  background-color: #F7F5EE;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.news-slick .prev,
.news-slick .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 24px;
  color: #666;
}

.news-slick .prev:hover,
.news-slick .next:hover {
  color: var(--main-color);
}

.news-slick .prev {
  left: 20px;
}

.news-slick .next {
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
}

.news-slist {
  margin: 0 var(--flex-margin);
}

.news-sitem {
  padding: 0 var(--flex-padding);
}

.news-scontent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-scontent .left {
  width: 64.1843971%;
}

.news-scontent .left p {
  font-size: 46px;
  color: #333;
}

.news-scontent .left .more-btns {
  text-align: left;
  margin-top: 25px;
}

.news-scontent .right {
  width: 27.659574%;
}

.news-scontent .right .img_box {
  padding-top: 88.46153846%;
  border-radius: 0 150px;
}

.news-scontent .right .img_box img {
  object-fit: cover;
}

.news-main {
  padding: 60px 0;
}

.news-main .flex {
  display: flex;
  justify-content: space-between;
}

.news-main .flex .left {
  width: 68.5%;
}

.news-main .flex .right {
  width: 29.5138888%;
}

.news-hot {
  margin-bottom: 60px;
}

.news-hot-list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px var(--flex-margin) -30px;
}

.news-hot-list .item {
  width: 33.33333%;
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}

.news-hot-list .link {
  display: block;
  background-color: #F7F5EE;
  border-radius: 30px;
  border: #dfddd5 1px solid;
  padding: 20px 22px 30px;
  height: 100%;
}

.news-hot-list .link .img_box {
  padding-top: 100%;
  border-radius: 18px;
}

.news-hot-list .link .tits {
  font-size: 20px;
  color: #444;
  line-height: 1.75;
  margin-top: 12px;
}

.news-hot-list .link .iconfont {
  font-size: 26px;
  color: #444;
  margin-top: 20px;
}

.news-hot-list .link:hover .iconfont {
  transform: translateX(6px);
}

.news-title {
  color: #3fa9f5;
  font-family: "Roboto", Sans-serif;
  font-size: 50px;
  font-weight: 700;
  padding-bottom: 18px;
  position: relative;
  z-index: 1;
}

.news-title::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 4px;
  left: 0;
  bottom: 0;
  border-radius: 3px;
  background-color: var(--main-color);
}

.news-title {
  margin-bottom: 30px;
}

.news-group:last-child {
  margin-bottom: 0;
}

.news-group {
  margin-bottom: 45px;
}

.news-group .tits {
  font-size: 26px;
  color: #222;
  font-weight: 300;
  margin-bottom: 20px;
}

.news-group .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px -20px;
}

.news-group .item {
  padding: 0 10px;
  margin-bottom: 20px;
  width: 50%;
}

.news-group .link {
  border: 1px solid #F7F5EE;
  border-radius: 20px;
  background-color: #F7F5EE;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.news-group .link .lefts {
  width: 200px;
  flex-shrink: 0;
}

.news-group .link .lefts .img_box {
  padding-top: 80%;
  border-radius: 20px;
}

.news-group .link .lefts .img_box img {
  object-fit: cover;
}

.news-group .link .rights {
  padding-left: 16px;
}

.news-group .link .rights .tit {
  color: #000;
  font-family: "Poppins", Sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3em;
}

.news-group .link .rights .iconfont {
  font-size: 28px;
  color: #444;
  margin-top: 16px;
}

.news-group .link:hover .rights .iconfont {
  transform: translateX(6px);
}

.news-class-more {
  width: 125px;
  height: 47px;
  border-radius: 20px;
  background-color: #3fa9f5;
  border: 1px solid #3fa9f5;
  font-size: 16px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.news-class-more:hover {
  background-color: #fff;
  color: #3fa9f5;
}

.news-search {
  display: flex;
  border: 1px solid #3fa9f5;
  border-radius: 5px;
}

.news-search button {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-search button span {
  font-size: 24px;
  color: #666;
}

.news-search button:hover span {
  color: var(--main-color);
  transform: scale(1.1);
}

.news-search input {
  width: calc(100% - 42px);
  padding: 0 14px;
  color: #333;
  font-size: 16px;
}

.news-hotclass {
  padding: 35px 18px 0;
}

.news-hotclass .tits {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.news-hotclass .list {
  margin-top: 15px;
}

.news-hotclass .item {
  margin-bottom: 10px;
}

.news-hotclass .item:last-child {
  margin-bottom: 0;
}

.news-hotclass .link {
  font-size: 22px;
  color: #000;
  font-weight: 300;
  line-height: 1.4;
}

.news-hotclass .link:hover {
  text-decoration: underline;
}

.news-evas {
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  overflow: hidden;
  padding-top: 10px;
  margin-top: 15px;
}

.news-evas-item {
  padding: 0 var(--flex-padding);
}

.news-jumb {
  margin-top: 30px;
}

.news-jumb img {
  width: 100%;
  border-radius: 20px;
}

.news-jumb .start {
  width: 100%;
  height: 62px;
  border-radius: 20px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 22px;
  margin-top: 15px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-sub {
  padding: 60px 20px;
  background-color: var(--main-color);
}

.news-sub .title {
  text-align: center;
  color: #fff;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 600;
}

.news-sub-form {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.news-sub-form input {
  width: 320px;
  height: 42px;
  padding: 0 15px;
  color: #333;
  background-color: #fff;
  border-radius: 10px;
  font-size: 15px;
}

.news-sub-form button {
  width: 158px;
  height: 42px;
  border-radius: 42px;
  border: 1px solid #fff;
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  transition: all 0.5s;
}

.news-sub-form button:hover {
  background-color: #fff;
  color: var(--main-color);
}

/* 分页 */
.mod_page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  --item-interval: 4px;
  --item-font: 15px;
  --ietm-color: #222;
  --item-wh: 42px;
  --item-bg: #e6e6e6;
  --icon-font: 17px;
}

.mod_page_item {
  margin: 0 var(--item-interval);
}

.mod_page .prev,
.mod_page .next {
  margin: 0 var(--item-interval) !important;
}

.mod_page_item a {
  color: var(--ietm-color);
  transition: all 0.36s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: var(--item-wh);
  height: var(--item-wh);
  font-size: var(--item-font);
  background-color: var(--item-bg);
}

.mod_page .prev a,
.mod_page .next a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--item-wh);
}

.mod_page .prev span {
  transform: rotate(180deg);
}

.mod_page .next span {
  transform: rotate(0deg);
}

.mod_page .prev span,
.mod_page .next span {
  font-size: var(--icon-font);
}

/* 高亮 */
.mod_page_item.active a {
  background-color: var(--main-color);
  color: #fff;
}

.mod_page_item:not(.prev, .next) a {
  padding-top: 4px;
}

/* hover */
@media screen and (min-width: 1200px) {
  .mod_page_item a:hover {
    background-color: var(--main-color);
  }

  .mod_page_item:not(.prev, .next) a:hover {
    color: #fff;
  }

  .mod_page_item.prev a:hover span,
  .mod_page_item.next a:hover span {
    color: #fff;
  }
}

/* 分页-end */
.newsdeta-left {
  border-right: 1px solid #DFDDD5;
}

.news-main .flex .newsdeta-left {
  width: 70%;
}

.news-main .flex .newsdeta-right {
  width: 28%;
}

.newsdeta-right {
  padding: 25px 25px 25px 0;
}

.newsdeta-title {
  padding: 50px 30px;
  font-size: 50px;
  color: #fff;
  background-color: var(--main-color);
  text-align: center;
  font-weight: 700;
  letter-spacing: 2px;
}

.newsdeta-left .imgs {
  padding: 30px 30px;
}

.newsdeta-left .imgs img {
  width: 100%;
  border-radius: 20px;
}

.news-match {
  margin-left: 10px;
  margin-right: 10px;
  background-color: #F7F5EE;
  border: 1px solid #e2d7af;
  padding: 40px 30px;
  text-align: center;
  border-radius: 12px;
}

.news-match .tits {
  color: #3fa9f5;
  font-family: "Roboto", Sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4em;
}

.news-match .btns {
  display: inline-flex;
  font-size: 22px;
  color: #fff;
  padding: 18px 20px;
  border-radius: 20px;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  margin-top: 20px;
  font-weight: 300;
}

.news-match .btns:hover {
  background-color: #fff;
  color: var(--main-color);
}

.news-edit {
  padding: 30px 30px;
}

.news-edit h1,
.news-edit h2,
.news-edit h3,
.news-edit h4,
.news-edit h5 {
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
  line-height: 1.3;
}

.news-edit p {
  font-size: 20px;
  margin-bottom: 1.3em;
  line-height: 1.75;
}

.news-edit p:last-child {
  margin-bottom: 0;
}

.process .home-awards {
  padding-top: var(--padding100);
  background-color: #fff;
}

.process-box {
  background-color: #F7F5EE;
  padding: 60px 25px;
  border-radius: 20px;
}

.process-main .list {
  margin-top: 35px;
}

.process-main .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}

.process-main .item:last-child {
  margin-bottom: 0;
}

.process-main .left {
  width: 354px;
}

.process-main .left .img_box {
  padding-top: 93.902439%;
  border-radius: 20px;
  box-shadow: 5px 5px 0px 0px #3fa9f5;
}

.process-main .right {
  width: calc(100% - 354px - 30px);
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
}

.process-main .right .tits {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.34;
}

.process-main .right .text {
  margin-top: 25px;
}

.process-main .right .text p {
  font-size: 20px;
  line-height: 1.7;
  color: #444;
  font-size: 300;
}

.process .process-box {
  background-color: #F7F5EE;
}

.process .home-team {
  background-color: #fff;
  padding-bottom: 0 !important;
}

.pricing-main {
  padding: var(--padding100) 0;
}

.pricing-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.pricing-nav .item {
  margin: 0 15px;
  background: #f3f3f3;
  transition: all 0.3s cubic-bezier(0, 0.49, 0.27, 0.99);
  border: 1px solid #ddd;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 50px;
  color: #000;
  font-size: 22px;
  cursor: pointer;
}

.pricing-nav .item:hover {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.pricing-nav .item.active {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.pricing-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-content .content.w500 {
  width: 500px;
}

.pricing-content .content.w400 {
  width: 400px;
}

.pricing-content .content.small {
  background-color: #F7F5EE;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.5);
  padding: 40px 30px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pricing-content .content.small .tits {
  font-size: 50px;
  color: var(--main-color);
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
  letter-spacing: 3px;
}

.pricing-content .content.small .price-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #333;
  font-weight: 500;
  margin-top: 15px;
  letter-spacing: 2px;
}

.pricing-content .content.small .price-text span {
  font-size: 64px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0px;
}

.pricing-content .content.small .btns {
  width: 128px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 24px;
  margin-top: 15px;
}

.pricing-content .content.small .text {
  text-align: center;
  font-size: 26px;
  line-height: 1.54;
  margin-top: 18px;
  color: #333;
}

.pricing-content .content.big {
  background-color: #3fa9f5;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.5);
  padding: 55px 30px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pricing-content .content.big .tits {
  font-size: 64px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
  letter-spacing: 3px;
}

.pricing-content .content.big .price-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  margin-top: 15px;
  letter-spacing: 2px;
}

.pricing-content .content.big .price-text span {
  font-size: 64px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0px;
}

.pricing-content .content.big .btns {
  width: 128px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #fff;
  color: var(--main-color);
  font-size: 24px;
  margin-top: 15px;
}

.pricing-content .content.big .text {
  text-align: center;
  font-size: 26px;
  line-height: 1.54;
  margin-top: 18px;
  color: #fff;
}

.pricing-item {
  padding: 50px 0;
}

.pricing-list .slick-slide.slick-current .pricing-content {
  transform: scale(1);
  opacity: 1;
}

.pricing-list .slick-slide .pricing-content {
  transition: all 0.7s;
  transform: scale(0.7);
  opacity: 0;
}

.pricing-faq {
  padding: var(--padding100) 0;
}

.pricing-faq .faq-list {
  margin-top: 25px;
}

.pricing-faq .faq-list .item {
  background-color: #fff !important;
  border-left: none;
  border-top: none;
  border-right: none;
}

.pricing-faq .faq-list .item .hds p {
  font-weight: 500;
}

.therapist-pair {
  background-color: #EFE0C9;
  padding: 30px 0;
}

.therapist-pair .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.therapist-pair .flex .title p {
  font-size: 32px;
  color: #000;
  line-height: 1.85;
}

.therapist-pair .flex .btns {
  width: 55%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 16px;
  color: #000;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 300;
}

.therapist-pair .flex .btns:hover {
  color: #fff;
  background-color: var(--main-color);
}

.therapist-main {
  padding: 30px 0 60px;
  background-color: #F5F5F5;
}

.therapist-main .flex {
  display: flex;
  flex-wrap: wrap;
}

.therapist-main .left {
  width: 340px;
}

.therapist-main .right {
  width: calc(100% - 340px);
  padding-left: 30px;
}

.therapist-screen {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 20px 18px;
}

.therapist-screen .tit {
  font-size: 22px;
  color: #000;
  line-height: 1.65;
  font-weight: 500;
  margin-bottom: 8px;
}

.therapist-screen .names {
  width: 100%;
  height: 48px;
  padding: 0 10px;
  font-size: 16px;
  color: #444;
  background-color: #F5F5F5;
}

.therapist-screen .group {
  margin-bottom: 28px;
}

.therapist-screen label {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  cursor: pointer;
}

.therapist-screen label span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 2px solid #ccc;
  flex-shrink: 0;
  transition: all 0.5s;
  margin-right: 6px;
  padding: 2px;
  background-clip: content-box;
}

.therapist-screen label p {
  font-size: 16px;
  transform: translateY(1px);
}

.therapist-screen label input:checked+span {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.therapist-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--flex-margin) -30px;
}

.therapist-item {
  width: 25%;
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}

.therapist-link {
  background-color: #fff;
  height: 100%;
  padding: 26px 20px;
  border-radius: 20px;
  text-align: center;
  display: block;
}

.therapist-link img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  transition: all 0.5s;
}

.therapist-link .name {
  font-size: 22px;
  color: #262626;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 20px;
}

.therapist-link .xing {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}

.therapist-link .xing span {
  font-size: 20px;
  color: #FFB900;
  margin: 0 2px;
}

.therapist-link .pic {
  font-size: 14px;
  color: #000;
  margin-top: 10px;
}

.therapist-link .text {
  margin-top: 20px;
}

.therapist-link .text p {
  font-size: 16px;
  color: #777;
  line-height: 1.7;
}

.therapist-link .more {
  width: 90%;
  height: 48px;
  border-radius: 20px;
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s;
}

.therapist-link:hover .more {
  color: var(--main-color);
  background-color: #fff;
}

.therapist-link:hover img {
  transform: scale(1.1);
}

.thdeta-info {
  padding: 50px 0;
}

.thdeta-info .title {
  color: #3fa9f5;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.thdeta-info .flex {
  display: flex;
  justify-content: space-between;
}

.thdeta-info .left {
  width: 60%;
  display: flex;
  align-items: flex-start;
}

.thdeta-info .left img {
  width: 250px;
  height: 250px;
  flex-shrink: 0;
  border-radius: 50%;
  margin-right: 40px;
}

.thdeta-info .left .content {
  padding-top: 20px;
}

.thdeta-info .left .content p {
  font-size: 20px;
  line-height: 1.65;
  color: #000;
  margin-bottom: 6px;
  letter-spacing: 0;
}

.thdeta-info .right {
  width: 35%;
}

.thdeta-info .right .content {
  border-radius: 8px;
  box-shadow: 0 10px 30px 0 rgba(115, 125, 146, 0.11), 0 1px 2px 0 rgba(160, 170, 185, 0.6);
}

.thdeta-info .right .hds {
  padding: 18px 40px;
  font-size: 20px;
  line-height: 1.2;
  border-bottom: 1px solid #ececec;
}

.thdeta-info .right .list {
  padding: 40px;
}

.thdeta-info .right .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border: 1px solid #e5e7ee;
  border-radius: 10px;
  margin-bottom: 16px;
}

.thdeta-info .right .item p {
  font-weight: 600;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
}

.thdeta-info .right .item .price {
  text-align: center;
}

.thdeta-info .right .item .price p {
  font-size: 16px;
  color: #1ca00f;
}

.thdeta-info .right .item .price span {
  color: #7c85a3;
  font-size: 12px;
  display: inline-block;
  padding-top: 2px;
}

.thdeta-info .right .item:last-child {
  margin-bottom: 0;
}

.thdeta-deta {
  margin-bottom: 40px;
}

.thdeta-deta .content {
  padding: 50px 40px;
  background-color: #F7F5EE;
  border-radius: 20px;
}

.thdeta-deta .content .title {
  font-size: 38px;
  color: var(--main-color);
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  letter-spacing: 2px;
}

.thdeta-deta .content .title::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 5.6px;
  background-color: var(--main-color);
  left: 0;
  bottom: 0;
}

.thdeta-deta .content .edit {
  margin-top: 30px;
}

.thdeta-deta .content .edit p {
  font-size: 20px;
  color: #444;
  line-height: 1.75;
}

.thdeta-deta .content .edit p:last-child {
  margin-bottom: 0;
}

.thdeta-question {
  margin-bottom: 40px;
}

.thdeta-question .content {
  padding: 50px 40px;
  background-color: #F7F5EE;
  border-radius: 20px;
}

.thdeta-question .content .title {
  font-size: 38px;
  color: var(--main-color);
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  letter-spacing: 2px;
}

.thdeta-question .content .title::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 5.6px;
  background-color: var(--main-color);
  left: 0;
  bottom: 0;
}

.thdeta-question .content .list {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 18px 10px;
  margin-top: 30px;
}

.thdeta-question .content .list p {
  padding-left: 34px;
  position: relative;
  font-size: 20px;
  color: #000;
  line-height: 1.4;
}

.thdeta-question .content .list p::before {
  width: 24px;
  height: 24px;
  content: "";
  background: url(../img/icon.svg);
  background-size: 100% 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.business-eap-group {
  margin-top: 45px;
}

.therapist-screen {
  margin-bottom: 30px;
}

.custom-multiselect {
  position: relative;
  width: 100%;
  border: 2px solid #e0e6ed;
  border-radius: 8px;
  min-height: 46px;
  padding: 8px;
  cursor: pointer;
  background: white;
  transition: all 0.3s ease;
}

.custom-multiselect:hover {
  border-color: #a0aec0;
}

.custom-multiselect.active {
  border-color: #4299e1;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.2);
}

.selected-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.selected-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex: 1;
  min-height: 30px;
}

.tag {
  background: #4299e1;
  color: white;
  padding: 5px 10px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tag-remove {
  margin-left: 6px;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transition: background 0.2s;
}

.tag-remove:hover {
  background: rgba(255, 255, 255, 0.5);
}

.clear-all-btn {
  background: #e53e3e;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 12px;
  cursor: pointer;
  margin-left: 10px;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
}

.clear-all-btn.visible {
  opacity: 1;
  visibility: visible;
}

.clear-all-btn:hover {
  background: #c53030;
  transform: translateY(-1px);
}

.dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 2px solid #4299e1;
  border-top: none;
  border-radius: 0 0 8px 8px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.dropdown-options.show {
  display: block;
}

.option {
  padding: 12px 15px;
  cursor: pointer;
  transition: background 0.2s;
  border-bottom: 1px solid #f1f5f9;
}

.option:last-child {
  border-bottom: none;
}

.option:hover {
  background: #f7fafc;
}

.option.selected {
  background: #ebf8ff;
  color: #2b6cb0;
  font-weight: 500;
}

.placeholder {
  color: #a0aec0;
  font-style: italic;
  padding: 8px 0;
}

.instructions {
  margin-top: 15px;
  color: #718096;
  font-size: 14px;
  text-align: center;
}

.therapist-lslick {
  margin: 0 var(--flex-margin) 30px;
}

.therapist-lslick .item {
  padding: 0 var(--flex-padding);
}

.therapist-lslick .content {
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 23px 30px;
}

.therapist-lslick .content .text p {
  font-size: 20px;
  color: #000;
  line-height: 1.75;
}

.therapist-lslick .content .user {
  margin-top: 40px;
}

.therapist-lslick .content .user .name {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.therapist-lslick .content .user p {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}

.therapist-img img {
  margin-bottom: 20px;
  border-radius: 18px;
  width: 100%;
}