/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #222222;
}

a {
  color: #1C75FF;
  ;
  text-decoration: none;
}

a:hover {
  color: #1C75FF;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1200px !important;
      padding: 0 !important;
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #1c75ff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

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

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

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

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 24px;
  bottom: 60px;
  z-index: 996;
  width: 44px;
  height: 44px;
  transition: all 0.4s;
  background-image: linear-gradient(180deg, #F2F4F7 0%, #FEFEFE 100%);
  border: 1px solid #FFFFFF;
  box-shadow: 4px 4px 20px 0 rgb(55 99 170 / 20%);
  border-radius: 8px;
}

.free-use,.sale-service {
  width: 44px;
  bottom: 260px;
  visibility: visible;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 16px;
  background: #1C75FF;
  border: 1px solid #FFFFFF;
  box-shadow: 4px 4px 20px 0 rgb(55 99 170 / 20%);
  border-radius: 8px;
  height: 124px;
  display: flex;
  padding: 0 15px;
  flex-direction: column;
  position: fixed;
  right: 24px;
  z-index: 996;
  transition: all 0.4s;
}
.free-use svg,.sale-service svg {
  width: 32px;
  height: 32px;
  margin-bottom: 6px;
}
.free-use:hover {
  color: #ffffff;
  background: #5c92ff;
}
.service-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 640px;
  height: 324px;
  background: #FFFFFF;
  border-radius: 8px;
  display: none;
  opacity: 0;
  z-index: 999;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out 0s;
}
.model-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
  display: none;
  background: rgba(61,72,93,0.40);
}
.left-service-box {
  position: fixed;
  bottom: 120px;
  right: 78px;
  opacity: 0;
  width: 280px;
  height: 321px;
  background-image: linear-gradient(180deg, #F2F4F7 0%, #FEFEFE 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 4px 4px 20px 0 rgb(55 99 170 / 20%);
  border-radius: 16px;
  display: flex;
  z-index: 999;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 32px 0;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
}
.left-service-box p {
  font-size: 18px;
  color: #16181A;
  font-weight: 600;
  margin-bottom: 24px;
}
.left-service-box span {
  font-size: 14px;
  color: #3D485D;
  font-weight: 600;
}
.left-service-box img {
  width: 160px;
  height: 160px;
  margin-bottom: 16px;
}
.service-box .close-icon-bottom {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.service-box img {
  width: 160px;
  height: 160px;
  margin: 0 40px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  box-shadow: 4px 4px 20px 0 rgb(55 99 170 / 20%);
  border-radius: 6.4px;
}
.service-box p {
  text-align: center;
  font-size: 14px;
  color: #3D485D;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 0;
}
.back-to-top svg {
  width: 32px;
  height: 32px;
}
.sale-service {
  bottom: 120px;
  color: #16181A;
  background-image: linear-gradient(180deg, #F2F4F7 0%, #FEFEFE 100%);
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 64px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.9);
}

#header.header-transparent {
  background: #ffffff;
}

#header.header-scrolled {
  background: #FFFFFF;
  box-shadow: 0 4px 20px 0 rgba(55, 99, 170, 0.20);
}

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

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
}

#header .logo .jindi {
  width: 142px;
  height: 32px;
  margin-right: 18px;
}

#header .logo .youlin {
  width: 124px;
  height: 29px;
}

#header .logo .qiwei {
  width: 128px;
}

#header .logo .line {
  display: inline-block;
  width: 1px;
  height: 16px;
  margin: 0 24px;
  background: rgba(28, 117, 255, 0.50);
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 54px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  margin-left: 32px;
}

.navbar .qiwei-login {
  /* padding: 6px 16px !important; */
  /* background: #1C75FF; */
  /* border-radius: 4px; */
  /* color: #ffffff !important; */
  margin-left: 96px;
}
/* .navbar .qiwei-login:hover {
  color: #ffffff;
  font-weight: normal;
  background: #5c92ff;
} */
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 14px;
  /* font-family: "Poppins", sans-serif; */
  color: #16181A;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

/* .navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #1C75FF;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
} */

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #1C75FF;
  font-weight: 600;
}

.navbar .dropdown ul {
  width: 96px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: auto;
  margin-left: 0;
}

.navbar .dropdown ul a {
  padding: 10px 0;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  color: #16181A;
  justify-content: center;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #1C75FF;
  ;
}

.navbar .dropdown ul a.active {
  color: #1C75FF;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 52px;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #1C75FF;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  .navbar a:hover:before, .navbar li:hover>a:before, .navbar .active:before {
    width: 60px
  }

  #header .logo .jindi {
    display: none;
  }

  .navbar .qiwei-login {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 117, 255, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li>a:before {
  left: 20px;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #1C75FF;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #1C75FF;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul,
.navbar-mobile .dropdown .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li,
.navbar-mobile .dropdown .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a,
.navbar-mobile .dropdown .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i,
.navbar-mobile .dropdown .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a,
.navbar-mobile .dropdown .dropdown ul a:hover,
.navbar-mobile .dropdown .dropdown ul .active:hover,
.navbar-mobile .dropdown .dropdown ul li:hover>a {
  color: #1C75FF;
  ;
}

.navbar-mobile .dropdown>.dropdown-active,
.navbar-mobile .dropdown .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Banner Section
--------------------------------------------------------------*/
#banner {
  padding: 0;
  /* width: 100%;
  background-image: linear-gradient(90deg, #1593FF 0%, #005BEA 100%);
  position: relative;
  padding: 112px 0 82px 0; */
}

.intro {
  height: 556px;
  margin-top: 64px;
  position: relative;
  color: #ffffff;
}
.intro .swiper-pagination {
  bottom: 50px;
}
.intro .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: rgba(255,255,255,0.40);
  border-radius: 7px;
  opacity: 1;
  transition: 0.3s;
}
.intro .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.intro .intro-item {
  padding-top: 64px;
}
.intro .carousel-item-a {
  position: relative;
  height: 556px;
}
.intro .carousel-item-a.bg-image {
  background-attachment: scroll;
}
.intro .intro-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
}
.intro .intro-body {
  padding-left: 1rem;
}

#banner h1 {
  margin: 0 0 20px 0;
  line-height: 90px;
  font-size: 64px;
  color: #FFFFFF;
}

#banner h1 span {
  color: #fff;
  border-bottom: 4px solid #1C75FF;
  ;
}

#banner h2 {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 32px;
}

#banner .animated {
  width: 100%;
  max-width: 616px;
  /* animation: up-down 2s ease-in-out infinite alternate-reverse both; */
}

@media (min-width: 1024px) {
  #banner {
    background-attachment: fixed;
  }
}

@media (max-width: 1024px) {
  .navbar .qiwei-login {
    margin-left: 78px;
  }
  .ecosystem .container .scene .scene-icon {
    display: none;
  }
  .section-bg .container .content .content-left .tip {
    max-width: 280px;
  }
}

@media (max-width: 991px) {
  /* #banner {
    padding-top: 80px;
  } */

  #banner .animated {
    -webkit-animation: none;
    animation: none;
  }

  #banner .banner-img {
    text-align: center;
  }

  #banner .banner-img img {
    max-width: 60%;
  }

  #banner h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  #banner h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  #banner .banner-img img {
    width: 80%;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}
/*--------------------------------------------------------------
# AboutBanner Section
--------------------------------------------------------------*/
#about-banner {
  width: 100%;
  height: 300px;
  background: url('../img/关于我们头部banner.png') no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 112px 0 0 0;
  padding: 86px 0 0 0;
  background-attachment: unset !important;
  margin-top: 64px;
}

#about-banner h1 {
  margin: 0 0 24px 0;
  line-height: 67px;
  font-size: 48px;
  color: #FFFFFF;
}

#about-banner h1 span {
  color: #fff;
  border-bottom: 4px solid #1C75FF;
  ;
}

#about-banner h2 {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 32px;
  font-weight: normal;
}

#about-banner .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #1C75FF;
  ;
}

#about-banner .btn-get-started:hover {
  background: #17b57d;
}

@media (min-width: 1024px) {
  #about-banner {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  #about-banner {
    padding-top: 80px;
  }

  #about-banner .animated {
    -webkit-animation: none;
    animation: none;
  }

  #about-banner .about-banner-img {
    text-align: center;
  }

  #about-banner .about-banner-img img {
    max-width: 50%;
  }

  #about-banner h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  #about-banner h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  #about-banner .about-banner-img img {
    width: 80%;
  }
}

.about .left-content {
  padding-right: 70px;
}

.about .left-content p {
  font-size: 16px;
  color: #16181A;
  letter-spacing: 0;
  line-height: 28px;
}

.about .jituan {
  width: 400px;
  padding: 31px 71px;
  margin-bottom: 50px;
  background-image: linear-gradient(180deg, #F2F4F7 0%, #FEFEFE 100%);
  border: 2px solid #FFFFFF;
  box-shadow: -4px -4px 16px 0 #FFFFFF, 4px 4px 16px 0 rgba(55,99,170,0.10);
  border-radius: 16px;
}

.about .jituan img {
  width: 258px;
}

.about .shuke {
  width: 400px;
  padding: 31px 60px;
  margin-bottom: 50px;
  background-image: linear-gradient(180deg, #F2F4F7 0%, #FEFEFE 100%);
  border: 2px solid #FFFFFF;
  box-shadow: -4px -4px 16px 0 #FFFFFF, 4px 4px 16px 0 rgba(55,99,170,0.10);
  border-radius: 16px;
}

.about .shuke img {
  width: 286px;
}

.about .line {
  width: 100%;
  height: 1px;
  margin: 96px 0;
  background: #EBECF5;;
}

.privacy-policy {
  padding: 72px 0 104px;
}

.privacy-policy h1 {
  text-align: center;
  font-size: 40px;
  color: #16181A;
  font-weight: 600;
  margin-bottom: 46px;
  line-height: 56px;
}

.privacy-policy .container .text {
  margin-bottom: 30px;
}

.privacy-policy .container .text:last-child {
  margin-bottom: 0;
}

.privacy-policy .round-corner {
  border: 1px solid #EBECF5;
  border-radius: 10px;
  width: 100%;
  margin: 24px auto;
}

.privacy-policy .round-corner div {
  border-bottom: 1px solid #EBECF5;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 50px;
}

.privacy-policy .round-corner div span {
  width: 18%;
  font-size: 14px;
  color: #3D485D;
}

.privacy-policy .round-corner div:first-child span {
  font-weight: 600;
}

.privacy-policy .round-corner div:last-child {
  border-bottom: none;
}

.privacy-policy .container .text p {
  font-size: 14px;
  color: #16181A;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
}

.privacy-policy .container .text table td {
  border: 1px solid #EBECF5;
}

.privacy-policy .container .text table tr:first-child td:first-child {
  border-top-left-radius: 10px;
}

.privacy-policy .container .text table tr:first-child td:last-child {
  border-top-right-radius: 10px;
}

.privacy-policy .container .text table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.privacy-policy .container .text table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #ffffff;
}

.section-title {
  text-align: center;
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #1C75FF;
  ;
  margin: 4px 10px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #fafaff;
  min-height: 40px;
  margin-top: 80px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 64px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

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

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

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

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 72px 0 144px;
}

.about h1 {
  text-align: center;
  font-size: 40px;
  color: #16181A;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 64px;
}

.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #010483;
  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 #7ceec6;
  border-radius: 50px;
  transition: 0.5s;
}

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

.about .icon-box:hover .icon {
  background: #1C75FF;
  ;
  border-color: #1C75FF;
  ;
}

.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: #1C75FF;
  ;
}

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

.about .play-btn {
  width: 384px;
  height: 747px;
  display: block;
}

.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;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(63, 67, 253, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #3f43fd;
  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;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

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

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

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

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

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features{
  padding: 72px 0 60px;
  background: url('../img/背景1.png') no-repeat center center;
  background-size: cover;
}

@media (min-width: 1200px) {
  .features .container {
    max-width: 1200px !important;
  }
}

.features .section-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.features .section-title .qiweilogo {
  width: 188px;
}

.features .section-title .guanbi {
  width: 28px;
  height: 28px;
  margin: 0 72px;
}

.features .section-title .youlinlogo {
  width: 188px;
  height: 48px;
}

.features .icon-box {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 18px 0 18px 49px;
  background: #f5f5ff;
  transition: all ease-in-out 0.3s;
  transition-duration: 0.3s !important;
  background-image: linear-gradient(180deg, #F2F4F7 0%, #FEFEFE 100%);
  border: 2px solid #FFFFFF;
  box-shadow: -8px -8px 20px 0 rgb(255 255 255 / 60%), 8px 8px 20px 0 rgb(55 99 170 / 10%);
  border-radius: 8px;
}

.features .icon-box:hover {
  margin-top: -14px;
}

.features .icon-box img {
  width: 48px;
  margin-right: 16px;
}

.features .icon-box h3 {
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
}

.features .icon-box h3 a {
  color: #16181A;
  transition: ease-in-out 0.3s;
}

.features .icon-box h3 a:hover {
  color: #16181A;
}

.features .icon-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
}

.features .icon-button {
  /* font-size: 14px;
  color: #1C75FF; */
  width: 191px;
  /* height: 32px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #1c75ff;
  border-radius: 4px;
  cursor: pointer; */
}

/* .features .icon-button:hover {
  border: 1px solid #5c92ff;
  color: #5c92ff;
} */

.features .icon-button .svg-icon {
  width: 19px;
  height: 16px;
  margin-right: 4px;
  margin-bottom: 2px;
}
/*--------------------------------------------------------------
# Ecosystem
--------------------------------------------------------------*/
.ecosystem {
  background: #ffffff;
  padding: 80px 0 104px;
}

.ecosystem .container {
  text-align: center;
  background: url('../img/背景2.png') no-repeat;
  background-size: 100% 100%;
  max-width: 1360px !important;
}

.ecosystem h1 {
  font-size: 40px;
  color: #16181A;
  line-height: 56px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 64px;
}

.ecosystem .container .scene-top {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.ecosystem .container .scene-bottom {
  position: relative;
  margin: 48px auto 0;
  width: 164px;
}    

.ecosystem .container .scene-bottom span {
  position: absolute;
  top: 25px;
  left: 47px;
  font-size: 14px;
  color: #3D485D;
}

.ecosystem .container .scene {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ecosystem .container .scene .scene-icon {
  width: 56px;
}

.ecosystem .container .scene .scene-left {
  max-width: 340px;
}

.ecosystem .container .scene .scene-center {
  max-width: 400px;
}

.ecosystem .container img {
  display: inline-block;
  width: 100%;
}

/*--------------------------------------------------------------
# Headline
--------------------------------------------------------------*/
.headline {
  position: relative;
  padding: 0;
  background-image: linear-gradient(90deg, #E0F1FF 0%, #E0E8FF 100%);
}

.headline .bg1 {
  position: absolute;
  width: 216px;
  top: 0;
  right: 165px;
}

.headline .bg2 {
  position: absolute;
  width: 240px;
  bottom: 0;
  left: 15%;
}

.headline .container {
  height: 168px;
  line-height: 168px;
  text-align: center;
}

.headline .container .svg-icon {
  max-width: 874px;
  width: 100%;
}

/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.details .content+.content {
  margin-top: 100px;
}

.details .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #010483;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Honor
--------------------------------------------------------------*/
.honor {
  position: relative;
  background: #1C75FF;
}

.honor .bg1 {
  position: absolute;
  width: 188px;
  top: 192px;
  left: 60%;
}

.honor .bg2 {
  position: absolute;
  left: 0;
  width: 164px;
  top: 329px;
}

.honor .bg3 {
  position: absolute;
  width: 477px;
  top: 417px;
  left: 10%;
}

.honor .bg4 {
  position: absolute;
  width: 565px;
  right: 0;
  top: 447px;
}

.honor h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 56px;
  margin-bottom: 56px;
}

.honor .section-title .title-detail {
  font-size: 18px;
  color: #FFFFFF;
  padding: 7px 24px;
  background: rgba(255,255,255,0.29);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.honor .section-title .mt-8 {
  margin-top: 80px;
}

.honor .section-title .title-detail span {
  margin: 0 8px;
}

.honor .section-title .title-detail .svg-icon {
  width: 8px;
  height: 8px;
}

.honor .section-title .title-detail .svg-right {
  transform: rotate(180deg);
}

.honor .box {
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
  transition-duration: 0.3s !important
}

.honor .box:hover {
  margin-top: -20px;
}

.honor .box img {
  width: 100%;
}

.honor .btn-wrap {
  margin-top: 96px;
  text-align: center;
}

.honor .btn-buy {
  background: #1C75FF;
  ;
  display: inline-block;
  padding: 11px 83px;
  border-radius: 8px;
  color: #ffffff;
  border: 1px solid #FFFFFF;
  transition: none;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.honor .btn-buy:hover {
  color: #1c75ff;
  background: #ffffff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #0B1D2F;
  padding: 0 0 48px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 64px 0 44px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #010246;
  color: #fff;
  border-top: 4px solid #1C75FF;
  ;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #1C75FF;
  ;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 24px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1C75FF;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 11px 0;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.80);
}

#footer .footer-top .footer-links ul .qrcode-text {
  padding-top: 5px;
}

#footer .footer-top .footer-links ul li img {
  width: 100px;
  height: 100px;
  display: block;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.80);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #1C75FF;
}

#footer .copyright {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.60);
  text-align: center;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}

/* Portfolio Section
--------------------------------*/
.section-bg {
  padding: 0;
}
.section-bg .container {
  max-width: 100% !important;
  background: #F9FBFF;
}
.section-bg .container .content {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 100px auto;
}
.section-bg .header-bg {
  padding-top: 80px;
  width: 100%;
  background-image: url('../img/背景3-体验版.png');
  background-size: 100% 100%;
}
.section-bg .header-bg2 {
  background-image: url('../img/背景3-体验版.png');
}
.section-bg .header-bg3 {
  background-image: url('../img/背景3-体验版.png');
}
.section-bg .header-bg .section-title {
  font-size: 40px;
  color: #384866;
  line-height: 56px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 24px;
}
.section-bg .header-bg .tips {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px;
}
.section-bg .header-bg .tips span {
  font-size: 14px;
  color: #3D485D;
  background-image: linear-gradient(180deg, #F2F4F7 0%, #FEFEFE 100%);
  border: 1px solid rgba(255,255,255,0.50);
  box-shadow: -8px -8px 20px 0 #ffffff, 8px 8px 20px 0 rgb(55 99 170 / 10%);
  border-radius: 4px;
  padding: 5px 23px;
  margin: 0 12px;
  display: flex;
  align-items: center;
}
.section-bg .header-bg .tips span svg {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.section-bg .container .content .content-left .tip {
  position: relative;
  max-width: 382px;
  padding: 20px 32px;
  background: #FFFFFF;
  border: 2px solid #F2F6FA;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 24px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.section-bg .container .content .content-left .tip:hover {
  cursor: pointer;
  border: 2px solid #ffffff;
  box-shadow: 4px 4px 20px 0 rgb(55 99 170 / 16%);
}
.section-bg .container .content .content-left .tip img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  display: none;
}
.section-bg .container .content .content-left .tip.active img {
  display: block;
}
.section-bg .container .content .content-left .tip:hover {
  max-width: 462px;
  width: 100%;
}
/* .section-bg .container .content .content-left .tip:hover p {
  white-space: normal;
  overflow: initial;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 22px;
} */
.section-bg .container .content .content-left .tip.active {
  max-width: 462px;
  width: 100%;
  background-image: linear-gradient(90deg, #546C99 0%, #384866 100%);
  border: 1px solid #FFFFFF;
  box-shadow: 4px 4px 20px 0 rgba(56,72,102,0.30);
  border-radius: 16px;
  margin-left: 10px;
  margin-bottom: 38px;
}
#basemodel .container .content .content-left .tip.active {
  background-image: linear-gradient(90deg, #1C75FF 0%, #1C60FF 100%);
  box-shadow: 4px 4px 20px 0 rgba(55,99,170,0.40);
}
#majormodel .container .content .content-left .tip.active {
  background-image: linear-gradient(90deg, #D8A582 0%, #B37147 100%);
  box-shadow: 4px 4px 20px 0 rgba(179,113,71,0.40);
}
.section-bg .container .content .content-left .tip span {
  font-size: 20px;
  color: #16181A;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 8px;
}
.section-bg .container .content .content-left .tip.active span {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 12px;
  line-height: 31px;
}
.section-bg .container .content .content-left .tip p {
  font-size: 14px;
  line-height: 20px;
  color: #3D485D;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.section-bg .container .content .content-left .tip.active p {
  white-space: normal;
  overflow: initial;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 22px;
}
.section-bg .container .content .content-left .tip.active p:last-child {
  margin-bottom: 0;
}
.section-bg .container .content .content-right {
  display: flex;
  align-items: center;
  padding-bottom: 60px;
  position: relative;
}
.section-bg .container .content .content-right img {
  max-width: 626px;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
}
.section-bg .container .content .content-right img.active {
  display: block;
  opacity: 1;
}
.section-bg #portfolio-flters {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.section-bg #portfolio-flters li {
  cursor: pointer;
  margin: 0 30px;
  padding: 19px 0;
  display: inline-block;
  font-size: 16px;
  color: #16181A;
  /* transition: all 0.3s ease-in-out; */
}
.section-bg #portfolio-flters li:hover {
  color: #384866;
}
 .section-bg #portfolio-flters li.filter-active {
  font-size: 18px;
  color: #384866;
  font-weight: 600;
  border-bottom: 3px solid #384866;
}
/* base */
.section-bg #base-flters {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.section-bg #base-flters li {
  cursor: pointer;
  margin: 0 30px;
  padding: 19px 0;
  display: inline-block;
  font-size: 16px;
  color: #16181A;
  /* transition: all 0.3s ease-in-out; */
}
.section-bg #base-flters li:hover {
  color: #1C75FF;
}
.section-bg #base-flters li.filter-active {
  font-size: 18px;
  color: #1C75FF;
  font-weight: 600;
  border-bottom: 3px solid #1C75FF;
}
/* major */
.section-bg #major-flters {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.section-bg #major-flters li {
  cursor: pointer;
  margin: 0 30px;
  padding: 19px 0;
  display: inline-block;
  font-size: 16px;
  color: #16181A;
  /* transition: all 0.3s ease-in-out; */
}
.section-bg #major-flters li:hover {
  color: #B37147;
}
.section-bg #major-flters li.filter-active {
  font-size: 18px;
  color: #B37147;
  font-weight: 600;
  border-bottom: 3px solid #B37147;
}
.section-bg .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.section-bg .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}
.section-bg .portfolio-item {
  position: relative !important;
  overflow: hidden;
}
.section-bg .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}
.section-bg .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}
.section-bg .portfolio-item figure .link-preview, .section-bg .portfolio-item figure .link-details {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}
.section-bg .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}
.section-bg .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}
.section-bg .portfolio-item .portfolio-info h4 a {
  color: #333;
}
.section-bg .portfolio-item .portfolio-info h4 a:hover {
  color: #18d26e;
}
.section-bg .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.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 #18d26e;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #18d26e;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(51, 51, 51, 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;
}