/**
* Template Name: Flexor
* Updated: May 30 2023 with Bootstrap v5.3.0
* Template URL: https://bootstrapmade.com/flexor-free-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


/*--------------------------------------------------------------
# modify 0817 agaw Section From "Eterna" 
--------------------------------------------------------------*/

/* 免费使用、了解更多按钮的a标签不出现下划线 */
a:has(.swdt-button-1) {
  text-decoration: none;
}

a:has(.swdt-button-2) {
  text-decoration: none;
}

#agaw {
  width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
  padding: 200px 0 100px 0;
  background: url(/assets/images/agaw/agaw-bg.png);
  background-size: 100% 100%;
}

#agaw .carousel-item {
  width: 100%;
}

#agaw p {
  animation-delay: 0.4s;
  margin-top: 10px;
  /* clamp() 函数接受三个参数：最小值、首选值和最大值。但永远不会小于最小值或大于最大值。 */
  font-size: clamp(1.4rem, 1.4rem, 1.4rem);
  /* 换行 */
  overflow-wrap: break-word;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
}

#agaw .agaw-content-1 {
  animation-delay: 0.4s;
  margin-top: 10px;
  font-size: clamp(1.4rem, 1.4rem, 1.4rem);
  overflow-wrap: break-word;
  font-weight: 500;
  text-align: left;
  line-height: 36px;
  display: inline;
}

#agaw .agaw-img-1 {
  margin: -70px 0 -35px 0;
}

@media (max-width: 768px) {
  #agaw .agaw-img-1 {
    margin: -35px 0 -25px 0;  
  }
}

/* 图形天下 是您展现创意思维和探索数据奥秘的 一站式应用平台 */
#agaw p span {
  color: rgba(0, 168, 255, 1);
  font-size: clamp(1.4rem, 1.4rem, 1.4rem);
  white-space: nowrap;
  font-weight: 500;
  text-align: left;
  line-height: 30px;
}

#agaw .agaw-title {
  color: rgba(0, 168, 255, 1);
  font-size: clamp(1.4rem, 1.4rem, 1.4rem);
  white-space: nowrap;
  font-weight: 500;
  text-align: left;
  display: inline;
}

#agaw .carousel-inner {
  height: 480px;
}

#agaw .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#agaw .carousel-inner .carousel-item,
#agaw .carousel-inner .active.carousel-item-start,
#agaw .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#agaw .carousel-inner .active,
#agaw .carousel-inner .carousel-item-next.carousel-item-start,
#agaw .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#agaw .carousel-inner .carousel-item-next,
#agaw .carousel-inner .carousel-item-prev,
#agaw .carousel-inner .active.carousel-item-start,
#agaw .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#agaw .carousel-control-prev,
#agaw .carousel-control-next {
  width: 10%;
}

#agaw .carousel-control-next-icon,
#agaw .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
  /*modify 0825修改 < 上一个、下一个符号的颜色 color: #ffff; padding-top:100px; */
  color: #545454;
  padding-top: 100px;
}

#agaw .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-left: 15%;
}

#agaw .agawClickItems {
  text-align: left;
}

#agaw .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  /*modify 0825 调整...按钮颜色 background: #ffff;margin-bottom:80px;margin-bottom:120px;  */
  background: rgba(0, 168, 255, 1);
  overflow: hidden;
  border: 0;
  width: 38px;
  height: 7px;
  border-radius: 50px;
  opacity: 0.2;
}

#agaw .carousel-indicators li.active {
  opacity: 1;
}

#agaw .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  animation-delay: 0.8s;
  border: 2px solid #304e80;
  background: #304e80;
}

#agaw .btn-get-started:hover {
  background: transparent;
  color: #304e80;
  text-decoration: none;
}

@media (max-height: 768px),
(max-width: 1200px) {
  #agaw {
    margin-bottom: 60px;
  }

  #agaw .carousel-container {
    padding-bottom: 0;
  }

  #agaw .carousel-indicators li {
    margin-bottom: 0;
  }
}

.agaw-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
}

.wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
}

.wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
}

.wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

/* 25年+ 精英团队 */
#agaw .agaw-content-title {
  color: rgba(75, 120, 164, 1);
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 36px;
}

/* 25年+ 背景色 */
#agaw .agaw-content-title-bg {
  background-color: rgba(184, 222, 254, 1);
  border-radius: 6px;
  width: 78px;
  height: 14px;
  margin-top: -20px;
}

/* 25年+ |图片 */
#agaw .agaw-content-title-img {
  padding-left: 10px;
  margin-top: -15px;
  max-width: 100%;
  height: auto;
}

/* 25年+ 背景色 */
#agaw .agaw-content-title-2 {
  font-size: 20px;
  color: rgba(51, 51, 51, 1);
  font-weight: 500;
}

/* 国内首批平台级研发团队 */
#agaw .agaw-content-text {
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  margin-top: 15px;
  font-weight: 100;
  line-height: 20px;
}

/* 思维导图 */
#agaw .agaw-text-title {
  overflow-wrap: break-word;
  color: rgba(0, 168, 255, 1);
  font-size: clamp(40px, 5vw, 72px); /* 动态反向缩放 */
  font-weight: 900;
  text-align: left;
  white-space: nowrap;
  line-height: 80px;
}

/* 激发思维跃动的 */
#agaw .agaw-span-1 {
  color: rgba(51, 51, 51, 1);
  text-align: left;
  line-height: 100px;
  /* 1rem=16px */
  font-size: 2.7vw;
  /* font-size: 3.125rem; */
  /* 不换行 */
  white-space: nowrap;
}

@media (max-width: 768px) {
  #agaw .agaw-span-1 {
    color: rgba(51, 51, 51, 1);
    text-align: left;
    line-height: 100px;
    /* 1rem=16px font-size: 50px; */
    font-size: 3.125rem;
    /* 不换行 */
    white-space: nowrap;
  }
}

#agaw .agaw-span-2 {
  /* color: rgba(111, 153, 193, 1); */
  color: rgba(0, 168, 255, 1);
  /* font-size: 50px; */
  font-weight: 700;
  text-align: left;
  line-height: 100px;
  font-size: 2.7vw;
  /* 不换行 */
  white-space: nowrap;
}

@media (max-width: 768px) {
  #agaw .agaw-span-2 {
    color: rgba(0, 168, 255, 1);
    font-weight: 700;
    text-align: left;
    line-height: 100px;
    /* 1rem=16px font-size: 50px; */
    font-size: 3.125rem;
    /* 不换行 */
    white-space: nowrap;
  }
}

#agaw .agaw-span-3 {
  color: rgba(51, 51, 51, 1);
  font-size: clamp(1.4rem, 1.4rem, 1.4rem);
  /* 不换行 */
  white-space: nowrap;
  font-weight: 500;
  text-align: left;
  line-height: 70px;
}

/*  免费使用按钮*/
.agaw-button-1 {
  box-shadow: 0px 10px 30px 0px rgba(0, 62, 204, 0.2);
  background-image: linear-gradient(90deg,
      rgba(69, 188, 250, 1) 0,
      rgba(69, 188, 250, 1) 0,
      rgba(0, 150, 255, 1) 100%,
      rgba(0, 150, 255, 1) 100%);
  border-radius: 10px;
  height: 70px;
  width: 200px;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 70px;
  text-decoration: none;
}

.agaw-button-1:hover {
  color: rgba(255, 255, 255, 1);
  background: rgba(21, 124, 246, 1);
}

/* 了解更多按钮 */
.agaw-button-2 {
  box-shadow: 0px 10px 30px 0px rgba(0, 42, 136, 0.2);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  width: 200px;
  height: 70px;
  /* border: 1px solid rgba(238, 238, 238, 1); */
  text-align: center;
  line-height: 70px;
  display: inline-block;
  text-decoration: none;
  margin-left: 20px;
  font-size: 24px;
  color: rgba(111, 153, 193, 1);
}

.agaw-button-2:hover {
  color: rgba(255, 255, 255, 1);
  background: rgba(21, 124, 246, 1);
}

/*  探索图形天下系列应用：免费使用按钮*/
.agaw-button-6 {
  box-shadow: 0px 10px 30px 0px rgba(0, 62, 204, 0.2);
  background-image: linear-gradient(90deg,
      rgba(69, 188, 250, 1) 0,
      rgba(69, 188, 250, 1) 0,
      rgba(0, 150, 255, 1) 100%,
      rgba(0, 150, 255, 1) 100%);
  border-radius: 10px;
  height: 60px;
  width: 200px;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
  margin-right: 20px;
  margin-top: 20px;
}

.agaw-button-6:hover {
  color: rgba(255, 255, 255, 1);
  background: rgba(21, 124, 246, 1);
}

.agaw-button-5 {
  box-shadow: 0px 10px 30px 0px rgba(255, 140, 140, 0.2);
  background-image: linear-gradient(90deg,
      rgb(249, 170, 170) 0,
      rgba(255, 131, 131, 1) 0,
      rgba(255, 113, 113, 1) 100%,
      rgba(255, 94, 94, 1) 100%);
  border-radius: 10px;
  height: 60px;
  width: 200px;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
  margin-top: 20px;
}

.agaw-button-5:hover {
  color: rgba(255, 255, 255, 1);
  background: rgb(251, 78, 78);
}

.product-promotion-img{
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f4f2f2;
  margin-bottom: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
  font-size: 16px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #635551;
  content: "/";
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  margin-top: 100px;
  padding: 0 0 30px 0;
  position: relative;
  z-index: 3;
}

.why-us .content {
  padding: 40px;
  background: #304e80;
  border-radius: 8px;
  color: #fff;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #2b579a;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
  background: #409339;
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #fff;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
  color: #fff;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h4 {
  font-size: 18px;
  color: #7f6d68;
  margin-bottom: 15px;
}

.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #554945;
  margin-bottom: 15px;
}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #ffcbba;
  border-radius: 50px;
  transition: 0.5s;
  background: #fff;
}

.about .icon-box .icon i {
  color: #2b579a;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #2b579a;
  border-color: #2b579a;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #2b579a;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 16px;
}

.about .video-box {
  background: url("../images/about/about-img.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#2b579a 50%, rgba(255, 88, 33, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 88, 33, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #2b579a;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2b579a;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2b579a;
}

.clients .swiper-slide img {
  opacity: 0.5;
  filter: grayscale(100%);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  height: 200px;
  position: relative;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #2b579a;
}

.services .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.services .title a {
  color: #343a40;
}

.services .icon-box:hover .icon {
  background: #fff;
  border: 2px solid #2b579a;
}

.services .icon-box:hover .icon i {
  color: #2b579a;
}

.services .icon-box:hover .title a {
  color: #2b579a;
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.values .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.values .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.values .card-title a {
  color: #473d3a;
}

.values .card-text {
  color: #4b4949;
}

.values .read-more a {
  color: #656262;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.values .read-more a:hover {
  text-decoration: underline;
}

.values .card:hover .card-body {
  background: #2b579a;
}

.values .card:hover .read-more a,
.values .card:hover .card-title,
.values .card:hover .card-title a,
.values .card:hover .card-text {
  color: #fff;
}

/*--------------------------------------------------------------
# Testimonials modify 9-18
--------------------------------------------------------------*/
.testimonials {
  /*padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;*/
  background: #f1f7fd;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f1f7fd;
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  /*text-align: center;
  color: #000;*/
  text-align: center;
}

.testimonials .testimonial-item video {
  /*text-align: center;
  color: #000;*/
  width: 600px;
  border-radius: 8px;
}

/* modify 9-18 */
.testimonials .testimonial-item .testimonial-img {
  width: 600px;
  border-radius: 10%;
  box-shadow: 10px 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #000;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #000;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #000;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2b579a;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px 12px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #313030;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #2b579a;
  background: #fff1ed;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

/* modify 9-18 */
.portfolio .portfolio-item {
  margin-bottom: 30px;
  box-shadow: 10px 2px 15px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(43, 87, 154, 0.9);
  border-radius: 10px;
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #fff;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #ffa587;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 20px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2b579a;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2b579a;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(71, 61, 58, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: left;
  border-radius: 8px;
  background-color: rgba(255, 255, 255);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 200px;
}

.team img {
  max-width: 100%;
  height: auto;
}

.team .member .member-img {
  overflow: hidden;
}

.team .member .member-img img{
  transition: all 0.8s ease-in-out;
}

.team .member .member-img img:hover{
  transform: scale(1.1);
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #473d3a;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a:hover {
  color: #2b579a;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  position: absolute;
  top: 60px;
  background-color: rgba(255, 255, 255);
  opacity: 0.95;
  margin-top: 60px;
  width: 100%;
  padding: 10px 20px;
}

.team .member .member-info h4 {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  line-height: 26px;
}

.team .member .member-info span {
  color: rgba(170, 170, 170, 1);
  font-size: 18px;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #656262;
}

.team .member:hover .social {
  opacity: 1;
}

.team .team-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 40px;
}

.team .user-tutorial {
  position: relative;
  display: inline-block;
  font-weight: bolder;
}

.team .view-all {
  color: rgba(51, 51, 51, 1);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition);
}

.team .view-all:hover {
  color: rgba(0, 168, 255, 1);
}

.team .experience {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: left;
  border-radius: 8px;
  background-color: rgba(255, 255, 255);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  height: auto;
}

.team .experience .experience-img {
  overflow: hidden;
}

.team .experience .experience-img img{
  transition: all 0.8s ease-in-out;
  overflow: hidden;
}

.team .experience .experience-img img:hover{
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #656262;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #2b579a;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #313030;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #2b579a;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #2b579a;
  display: inline-block;
  padding: 6px 35px 8px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  box-shadow: 0 3px 7px rgba(255, 88, 33, 0.4);
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #ff7e54;
}

.pricing .featured h3 {
  color: #fff;
  background: #2b579a;
  box-shadow: 0 3px 7px rgba(255, 88, 33, 0.4);
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #2b579a;
  color: #fff;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

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

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #ffb8a1;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #2b579a;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #313030;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px;
}

.contact .info-box i {
  font-size: 32px;
  color: #2b579a;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #ffded4;
  float: left;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #656262;
  font-weight: 700;
  margin: 10px 0 10px 68px;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin: 0 0 0 68px;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #2b579a;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #2b579a;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ff7e54;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #473d3a;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #2b579a;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #afa29e;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #656262;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #2b579a;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #ff6b3b;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #313030;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #473d3a;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #988782;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #554945;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #2b579a;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #473d3a;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(71, 61, 58, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #a4a2a2;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #313030;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #2b579a;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #473d3a;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #635551;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #ffa587;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #ffa587;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #473d3a;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #554945;
}

.blog .blog-pagination {
  color: #7f6d68;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #473d3a;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #2b579a;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #473d3a;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #2b579a;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #ff6735;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #473d3a;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #2b579a;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #989595;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #473d3a;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #2b579a;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #989595;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #8d7973;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #f4f2f2;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #2b579a;
  background: #2b579a;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #ddd7d6;
  font-size: 14px;
}

/*--------------------------------------------------------------
# 思维导图,激发思维跃动的新舞台
--------------------------------------------------------------*/
.swdt-img-1 {
  height: auto;
  vertical-align: middle;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 15px;
  padding: 10px;
  cursor: pointer;
}

.swdt-img-1:hover {
  background: #ccddf8;
}

.swdt-img-1-active {
  height: auto;
  vertical-align: middle;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 10px;
  cursor: pointer;
  background: #ccddf8;
}

.swdt-span-text-1 {
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 20px;
  text-align: center;
  line-height: 36px;
  margin: 18px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}

.swdt-img-2 {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.swdt-button-1 {
  box-shadow: 0px 10px 30px 0px rgba(0, 62, 204, 0.2);
  background-image: linear-gradient(90deg,
      rgba(69, 188, 250, 1) 0,
      rgba(69, 188, 250, 1) 0,
      rgba(0, 150, 255, 1) 100%,
      rgba(0, 150, 255, 1) 100%);
  border-radius: 10px;
  width: 189px;
  height: 70px;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 70px;
}

.swdt-button-1 a {
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
}

.swdt-button-2 {
  box-shadow: 0px 10px 30px 0px rgba(0, 42, 136, 0.2);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  width: 189px;
  height: 70px;
  border: 1px solid rgba(238, 238, 238, 1);
  text-align: center;
  line-height: 70px;
}

.swdt-label-23 {
  width: 33px;
  height: 33px;
}

.swdt-text-group-11 {
  width: 94px;
  height: 23px;
  overflow-wrap: break-word;
  color: rgba(111, 153, 193, 1);
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 24px;
  margin-top: 5px;
  text-decoration: none;
}

.swdt-button-2 a {
  text-decoration: none;
  color: rgba(111, 153, 193, 1);
}

.swdt-span-text-2 {
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 18px;
  text-align: center;
  line-height: 36px;
  margin-left: 15px;
  vertical-align: middle;
  display: inline-block;
}

/*--------------------------------------------------------------
# 海量知识，智慧共享，点亮社区 —— 共筑 资源宝库
--------------------------------------------------------------*/
.hlzs-button-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.hlzs-button-1 {
  box-shadow: 0px 10px 30px 0px rgba(0, 42, 136, 0.2);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  width: 302px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  margin: 0 15px;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
}

@media (max-width: 768px) {
  .hlzs-button-1 {
    box-shadow: 0px 10px 30px 0px rgba(0, 42, 136, 0.2);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    width: 190px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
  }
}

.hlzs-button-1:hover {
  background: #EDF4FF;
}

.hlzs-label-23 {
  width: 41px;
  height: 41px;
}

.hlzs-text-group-1 {
  color: rgba(111, 153, 193, 1);
  text-align: left;
  line-height: 74px;
  vertical-align: middle;
  display: inline-block;
}


/*--------------------------------------------------------------
# 共筑信任  —— 用户的声音是图形天下创新的源泉与动力
--------------------------------------------------------------*/
.gzxr-box {
  height: 157px;
  background: url(/assets/images/gzxr/2.png) -34px -25px no-repeat;
  width: 423px;
}

.gzxr-box img {
  float: left;
  vertical-align: middle;
}

.gzxr-text-wrapper-1 {
  padding: 35px 0 0 28px;
}

.gzxr-text-wrapper-span-1 {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 16px;
}

.gzxr-text-wrapper-2 {
  padding: 37px 0 11px 27px;
}

.gzxr-text-wrapper-span-2 {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin-top: 25px;
  margin-left: 30px;
}

.gzxr-img-wrapper-1 {
  position: absolute;
  left: 341px;
  top: 307px;
  width: 40px;
  height: 157px;
}

/*--------------------------------------------------------------
# 图形天下系列应用
--------------------------------------------------------------*/
.txtxxlyy-wrapper-1 {
  box-shadow: 0px 10px 35px 0px rgba(5, 152, 254, 0.18);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 12px;
  width: 491px;
  text-align: center;
}

@media (max-width: 768px) {
  .txtxxlyy-wrapper-1 {
    box-shadow: 0px 10px 35px 0px rgba(5, 152, 254, 0.18);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 12px;
    text-align: center;
    max-width: 100%;
  }
}


.txtxxlyy-wrapper-1 .wrpper-content {
  padding-top: 150px;
  font-size: 18px;
  text-align: left;
  padding-left: 30px;
}

.txtxxlyy-img {
  width: 272px;
  height: 90px;
  /*margin: 35px 0 0 63px;*/
  margin-top: 35px;
}

.txtxxlyy-content-1 {
  background-image: linear-gradient(90deg,
      rgba(69, 188, 250, 1) 0,
      rgba(69, 188, 250, 1) 0,
      rgba(0, 150, 255, 1) 100%,
      rgba(0, 150, 255, 1) 100%);
  border-radius: 10px;
  height: 51px;
  width: 171px;
  text-align: center;
  margin: 24px 60px 25px 60px;
  /* 显示购买会员 */
  /* margin: 44px 60px 35px 10px; */
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  line-height: 50px;
  font-size: 18px;
}

.txtxxlyy-content1 a {
  font-size: 18px;
  font-weight: 500;
}

.txtxxlyy-content-2 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  height: 51px;
  border: 1px solid rgba(247, 41, 40, 1);
  width: 171px;
  display: inline-block;
  color: rgba(246, 37, 37, 1);
  line-height: 50px;
}

.txtxxlyy-content2 a {

  font-size: 18px;
  font-weight: 500;
}

.txtxxlyy-img-2 {
  width: 368px;
  height: 91px;
  margin-top: 35px;
}

/*--------------------------------------------------------------
# 思维导图 ，激发思维跃动的 新舞台 
--------------------------------------------------------------*/
.swdt-img-content {
  padding-top: 20px;
  border-radius: 30px;
  background: url(/assets/images/swdt/8.jpg);
}

@media (max-width: 768px) {
  .swdt-img-content {
    padding-top: 20px;
    border-radius: 10px;
    background: url(/assets/images/swdt/8.jpg);
  }
}

.swdt-img-content-img {
  margin: 2.6vw 0 0 2.6vw;
}

@media (max-width: 768px) {
  .swdt-img-content-img {
    margin: 0;
  }
}

.templateScroller {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.template-cards-wrapper {
  display: flex;
  will-change: transform;
}

.template-cards-wrapper .template-card {
  width: 100px;
  height: 100px;
  margin: 0 10px;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  position: relative;
  flex-shrink: 0;
  background: #f3f5f9;
  overflow: hidden;
  cursor: pointer;
}

@media (min-width: 768px) {
  .template-cards-wrapper .template-card {
      width: 100px;
      height: 100px;
      margin: 0 15px;
  }
}

.template-cards-wrapper .template-card img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5px;
}

.template-cards-wrapper .template-card:hover {
  transform: scale(1.1);
  opacity: 1;
}