/* 动画 */

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp
}
@keyframes backInUp {
  0% {
      opacity: .7;
      transform: translateY(200px) scale(.9);
  }
  80% {
      opacity: .7;
      transform: translateY(0) scale(.9);
  }
  to {
      opacity: 1;
      transform: scale(1)
  }
}

@keyframes fadeIn {
  0% {
      opacity: 0
  }
  to {
      opacity: 1
  }
}
.animate__fadeIn {
  animation-name: fadeIn
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateZ(0)
  }
}

.animate__fadeInUp {
  animation-name: fadeInUp
}


/* 响应栅格布局 */
.col-container,
.col-container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
  min-width: 960px;
  transition: width 0.5s cubic-bezier(1, -0.02, 0, 1.04);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.col-container-fluid {
  min-width: 0;
  width: 100%;
}

.row {
  min-height: 1px;
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
}

.row:before,
.row:after {
  content: '';
  display: table;
  clear: both;
}

.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.col-xs-1 {
  width: 8.33333333%;
  float: left;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-2 {
  width: 16.66666667%;
  float: left;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-3 {
  width: 25%;
  float: left;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-4 {
  width: 33.33333333%;
  float: left;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-5 {
  width: 41.66666667%;
  float: left;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-6 {
  width: 50%;
  float: left;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-7 {
  width: 58.33333333%;
  float: left;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-8 {
  width: 66.66666667%;
  float: left;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-9 {
  width: 75%;
  float: left;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-10 {
  width: 83.33333333%;
  float: left;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-11 {
  width: 91.66666667%;
  float: left;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-12 {
  width: 100%;
  float: left;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-12 {
  left: 100%;
}

@media (max-width: 768px) {
  .col-container {
    min-width: 0;
  }
}

@media (min-width: 768px) {
  .col-container {
    width: 750px;
    min-width: 0;
  }
}

@media (min-width: 992px) {
  .col-container {
    width: 970px;
    min-width: 0;
  }
}

@media (min-width: 1200px) {
  .col-container {
    width: 1170px;
    min-width: 0;
  }
}

@media (min-width: 768px) {
  .col-sm-1 {
    width: 8.33333333%;
    float: left;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-2 {
    width: 16.66666667%;
    float: left;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-3 {
    width: 25%;
    float: left;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-4 {
    width: 33.33333333%;
    float: left;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-5 {
    width: 41.66666667%;
    float: left;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-6 {
    width: 50%;
    float: left;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-7 {
    width: 58.33333333%;
    float: left;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-8 {
    width: 66.66666667%;
    float: left;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-9 {
    width: 75%;
    float: left;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-10 {
    width: 83.33333333%;
    float: left;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-11 {
    width: 91.66666667%;
    float: left;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-12 {
    width: 100%;
    float: left;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-12 {
    left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1 {
    width: 8.33333333%;
    float: left;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-2 {
    width: 16.66666667%;
    float: left;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-3 {
    width: 25%;
    float: left;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-4 {
    width: 33.33333333%;
    float: left;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-5 {
    width: 41.66666667%;
    float: left;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-6 {
    width: 50%;
    float: left;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-7 {
    width: 58.33333333%;
    float: left;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-8 {
    width: 66.66666667%;
    float: left;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-9 {
    width: 75%;
    float: left;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-10 {
    width: 83.33333333%;
    float: left;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-11 {
    width: 91.66666667%;
    float: left;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-12 {
    width: 100%;
    float: left;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-12 {
    left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1 {
    width: 8.33333333%;
    float: left;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-2 {
    width: 16.66666667%;
    float: left;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-3 {
    width: 25%;
    float: left;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-4 {
    width: 33.33333333%;
    float: left;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-5 {
    width: 41.66666667%;
    float: left;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-6 {
    width: 50%;
    float: left;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-7 {
    width: 58.33333333%;
    float: left;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-8 {
    width: 66.66666667%;
    float: left;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-9 {
    width: 75%;
    float: left;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-10 {
    width: 83.33333333%;
    float: left;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-11 {
    width: 91.66666667%;
    float: left;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-12 {
    width: 100%;
    float: left;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-12 {
    left: 100%;
  }
}
/* 基础样式 */
body {
  font-family: SourceHanSansCN-Regular, Microsoft YaHei;
  margin: 0;
}
a,
div,
input,
textarea {
  box-sizing: border-box;
}
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
  color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.box {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
}

.transition {
  transition: all 0.3s;
}

.btn-hover {
  cursor: pointer;
  transition: opacity 0.2s;
}

.btn-hover:hover {
  opacity: 0.8;
}

.btn-hover-up {
  cursor: pointer;
  transition: all 0.3s;
}

.btn-hover-up:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.ellipsis3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.container {
  padding: 80px 0 80px 0;
}

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

.img {
  border-radius: 10px;
}

.common-banner {
  padding: 92px 0;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.common-banner-white {
  color: #fff;
}

.common-banner-title {
  padding: 0 8px;
  font-size: 36px;
  font-weight: bold;
}

.common-banner-title span {
  color: #6692ec;
}

.common-banner-sub {
  margin-top: 20px;
  padding: 0 8px;
  line-height: 28px;
}

.common-banner-btn {
  margin-top: 47px;
  display: inline-block;
  width: 180px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #6692ec;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.2s;
}
.common-banner-btn:hover {
  opacity: 0.8;
}

/* 导航栏 */
.ts-header {
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(29, 41, 57, 0.08);
}
.ts-header.ts-header-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.ts-header-white.ts-header .nav .nav-wrap .nav-item {
  color: white;
}
.ts-header-black .nav .nav-wrap .nav-item {
  color: #000 !important;
}
.ts-header-transparent {
  transition: background-color 0.3s;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
}
.ts-header-transparent.scrolled {
  background-color: rgba(255, 255, 255, 1); /* 滚动后不透明背景色 */
  box-shadow: 0 2px 8px rgba(29, 41, 57, 0.08);
}

.ts-header.isTop {
  box-shadow: 0 2px 8px rgba(29, 41, 57, 0.08);
}

.ts-header .nav {
  height: 80px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.ts-header .nav .logo {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.ts-header .nav .logo-img {
  width: 160px;
  height: 40px;
  background: url(./../img/logo.png) no-repeat center;
  background-size: contain;
  margin-right: 10px;
}

.ts-header .nav .nav-wrap {
  display: flex;
  align-items: center;
}

.ts-header .nav .nav-wrap .nav-item {
  color: #000;
  padding: 0 16px;
  margin: 0 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  font-weight: 400;
  transition: opacity 0.2s;
}

.ts-header .nav .nav-wrap .nav-item-container {
  display: flex;
}

.ts-header .nav .nav-wrap .nav-item.active {
  font-weight: 800;
}
.ts-header .nav .nav-wrap .nav-item:hover {
  opacity: 0.8;
}

.ts-header .nav .nav-wrap .login {
  width: 100px;
  height: 34px;
  margin-left: 22px;
  line-height: 34px;
  background: #000000;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s;
}

.ts-header .nav .nav-wrap .login:hover {
  opacity: 0.8;
}
/* 导航栏 => 手机布局 */
.nav-mobile {
  display: none;
  position: fixed;
  top: 60px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  background: rgba(249, 249, 249, 0.98);
  height: calc(100vh - 60px);
  box-shadow: inset 2px 0px 10px rgba(0,0,0,0.2);
}
.nav-mobile-icon {
  display: none;
  width: 18px;
  height: 16px;
  margin-left: 18px;
  cursor: pointer;
}

.nav-mobile-icon em {
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.85);
  margin-top: 4px;
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ts-header-white .nav-mobile-icon em {
  background: #fff;
}
.ts-header-white .nav-mobile-icon.open em:first-child,
.ts-header-white .nav-mobile-icon.open em:nth-child(3) {
  background: rgba(0, 0, 0, 0.85);
}

.nav-mobile-icon em:first-child {
  margin-top: 0;
}

.nav-mobile-icon.open em:first-child {
  transform: translateY(6px) rotate(45deg);
}

.nav-mobile-icon.open em:nth-child(2) {
  opacity: 0;
}

.nav-mobile-icon.open em:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.nav-mobile-wrapper {
  padding-top: 14px;
}

.nav-mobile-item {
  position: relative;
  display: block;
  color: #000;
  padding: 8px 40px;
  margin: 0 5px;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  transition: op 0.2s;
  height: 44px;
  transform: translateY(30px);
  overflow: hidden;
  transition: opacity .15s ease-out,transform .3s ease-out,-webkit-transform .3s ease-out;
  opacity: 0;
}
.nav-mobile-item:after {
  overflow: hidden;
  content: '';
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 0;
  background-color: rgba(0,0,0,0.05);
  height: 1px;
}
.nav-mobile-item.show {
  opacity: 1;
  transform: translateY(0);
}

.nav-mobile-item.active {
  font-weight: 800;
}
.nav-mobile-item:hover {
  opacity: 0.8;
}

.nav-mobile-icon .iconfont {
  font-size: 26px;
}

@media (max-width: 992px) {
  .ts-header .nav .logo {
    font-size: 18px;
  }

  .ts-header .nav .logo-img {
    width: 110px;
    height: 34px;
    margin-right: 0;
  }

  .ts-header .nav .nav-wrap .login {
    margin-left: 0;
  }
}

@media (max-width: 820px) {
  .ts-header .nav {
    height: 60px;
    min-width: 320px;
  }

  .ts-header .nav .nav-wrap .nav-item-container {
    display: none;
  }

  .nav-mobile-icon {
    display: block;
  }
}

@media (max-width: 350px) {
  .ts-header .nav {
    padding: 0 10px;
  }
  .ts-header .nav .logo {
    font-size: 18px;
  }
}
/* 底部栏 */
.ts-footer {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 31px 0 48px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.ts-footer-logo {
  /* width: 77px; */
}

.ts-footer-nav {
  display: flex;
  justify-content: flex-end;
}

.ts-footer-nav-item {
  color: #000;
  padding: 0 16px;
  margin-left: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  font-weight: 400;
  transition: opacity 0.2s;
}

.ts-footer-nav-item-container {
  display: flex;
}

.ts-footer-nav-item.active {
  font-weight: 800;
}
.ts-footer-nav-item:hover {
  opacity: 0.8;
}

.ts-footer-nav-item:last-child {
  margin-right: -16px;
}
@media (max-width: 992px) {
  /* 底部栏 */
  .ts-footer-logo {
    display: block;
    margin: 0 auto 20px;
  }
  .ts-footer-nav {
    justify-content: center;
  }
  .ts-footer-nav-item {
    margin-left: 0;
  }
  .copyright-list {
    text-align: center !important;
  }
}
@media (max-width: 450px) {
  .ts-footer-nav {
    justify-content: space-evenly;
  }
  .ts-footer-nav-item {
    padding: 0;
  }
}
/* 版权 */
.copyright {
  margin-top: 20px;
}

.copyright-list {
  font-size: 14px;
}

.copyright-list-right {
  text-align: right;
}

.copyright-list-item {
  display: block;
  color: rgba(77, 76, 76, 0.6);
  margin-bottom: 10px;
}
/* 回到顶部 */
.backtop-container {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 50px;
  z-index: 100;
}

.backtop-list {
  margin-bottom: 50px;
  height: 100px;
}

.backtop-item {
  width: 50px;
  height: 50px;
  position: relative;
  color: #686872;
  transition: all 0.2s;
  z-index: 10;
}

.backtop-item + .backtop-item {
  border-top: 1px solid #ecefef;
}
.backtop-item .iconfont {
  font-weight: bold;
}

.backtop-item:hover .backtop-item-content .iconfont {
  background-color: #fff;
  color: #6692ec;
}

.backtop-item:hover .backtop-item-hoveron {
  display: block;
}

.backtop-item-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-color: #fff;
}

.backtop-item-content {
  text-align: center;
}

.backtop-item-content .iconfont {
  color: #b3b3b8;
  font-size: 26px;
}

.backtop-item-hoveron {
  display: none;
  position: absolute;
  top: 0;
  right: 50px;
  background: #fff;
  white-space: nowrap;
  border-right: 1px solid #ecefef;
  padding-bottom: 4px;
  text-align: center;
  color: #999;
  font-size: 14px;
}

.backtop-item-hoveron img {
  width: 115px;
  height: 115px;
}

@media screen and (max-width: 768px) {
  .backtop-btn {
    width: 40px;
    height: 40px;
  }

  .backtop-btn .iconfont {
    font-size: 28px;
  }

  .backtop-container {
    bottom: 40px;
    right: 16px !important;
  }

  .backtop-list {
    margin-bottom: 40px;
  }

  .backtop-item {
    width: 40px;
    height: 40px;
  }

  .backtop-item-content {
    font-size: 26px;
  }

  .backtop-item-content .iconfont {
    font-size: 20px;
    line-height: 40px;
  }

  .backtop-item-hoveron {
    right: 40px;
  }
}
/* 轮播 */
.index-banner {
  height: 800px;
  overflow: hidden;
}

.index-banner-main {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
}

.index-banner-en {
  width: 671px;
  height: 158px;
  margin-bottom: -40px;
  margin-left: 0;
  background: url(./../img/banner/index-banner-1-en.png) center no-repeat;
  background-size: contain;
  margin-bottom: -34px;
  margin-left: -16px;
}

.index-banner-sub {
  margin-top: 59px;
  font-size: 30px;
}

.index-banner-title {
  font-size: 56px;
  line-height: 70px;
  font-weight: bold;
  font-family: 'Microsoft YaHei';
}

.index-banner-btn {
  display: block;
  cursor: pointer;
  margin-top: 59px;
  width: 212px;
  height: 53px;
  border-radius: 12px;
  transition: opacity 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6692ec;
}
.index-banner-btn-arrow {
  width: 51px;
  height: 18px;
  background: url(./../img/arrow-long.png) no-repeat center;
  background-size: cover;
}
.index-banner-btn:hover {
  opacity: 0.8;
}
.index-banner-btn .iconfont {
  color: #fff;
  font-size: 36px;
}
.index-banner .slide-inner {
  background-size: contain;
}
.move-element {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.2s;
}

.index-banner-1-icon-1-container {
  position: absolute;
  top: 60%;
  right: 35%;
  width: 496px;
  height: 251px;
}
.index-banner-1-icon-1 {
  width: 100%;
  height: 100%;
}
.index-banner-1-icon-2-container {
  position: absolute;
  top: 35%;
  right: 0%;
  width: 374px;
  height: 222px;
}
.index-banner-1-icon-2 {
  width: 100%;
  height: 100%;
}
@media (max-width: 1120px) {
  .index-banner-1-icon-1-container {
    top: 74%;
  }
}
@media (max-width: 992px) {
  .index-banner-1-icon-1-container {
    top: 64%;
    right: 15%;
    width: 300px;
    height: 140px;
  }
  .index-banner-1-icon-2-container {
    top: 35%;
    right: 0;
    width: 250px;
    height: 150px;
  }
}

.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* 首页布局 */
.index-page {
  position: relative;
  padding: 0 40px;
}
/* 首页 banner */
.index-banner-1 .slide-inner {
  z-index: -1;
  background-position: right;
}
/* 首页 => 第一个 功能介绍 */
.function {
  margin-top: 226px;
}
.function-title {
  position: relative;
  font-size: 40px;
  font-weight: bold;
}
.function-globe {
  position: absolute;
  left: -220px;
  top: -200px;
  z-index: -1;
  width: 392px;
  height: 404px;
  background: url(./../img/globe.png) center no-repeat;
  background-size: cover;
  opacity: 0.75;
}

.function-sub {
  margin-top: 23px;
  font-size: 22px;
  line-height: 26px;
}

.function-card {
  background: #ffffff;
  box-shadow: 0 32px 79px 0 rgba(106, 142, 201, 0.15);
  border-radius: 16px;
  padding: 74px 36px 57px;
  transition: transform 0.2s;
}
.function-card:hover {
  transform: translateY(-4px);
}

.function-card-1 {
  margin-top: 135px;
}

.function-card-2 {
  margin-top: 66px;
}

.function-card-4 {
  margin-top: -77px;
}

.function-card-icon {
  margin-bottom: 50px;
}

.function-card-icon img {
  width: 47px;
  height: 47px;
}

.function-card-title {
  font-size: 20px;
  font-weight: 600;
}

.function-card-content {
  margin-top: 29px;
  font-size: 16px;
  color: #525968;
  line-height: 27px;
}
/* 首页 => 第二个 让业务执行的更顺利？ */
.index-need-page {
  overflow: hidden;
}
.index-need-globe {
  position: absolute;
  right: -160px;
  top: 20px;
  z-index: -1;
  background: url(./../img/globe.png) center no-repeat;
  background-size: cover;
  opacity: 0.75;
  width: 350px;
  height: 350px;
}
.index-need {
  margin-top: 192px;
  margin-bottom: 211px;
}

.index-need-main {
  padding-top: 125px;
  text-align: center;
}
.index-need-img {
  display: inline-block;
  max-width: 586px;
  width: 100%;
  overflow: hidden;
}
.index-need-img img {
  display: block;
  width: 100%;
  margin: 0 auto;
  transition: transform 0.8s;
}
.index-need-img img:hover {
  width: 100%;
  transform: scale(1.05);
}
.index-need-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
}

.index-need-title-2 {
  margin-top: 57px;
}

.index-need-sub {
  margin-top: 10px;
  font-size: 28px;
}
.index-need-btn {
  margin: 50px auto 0;
  width: 180px;
  height: 48px;
  line-height: 48px;
  background: #6692ec;
  border-radius: 4px;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  transition: opacity 0.2s;
}
.index-need-btn:hover {
  opacity: 0.8;
}
/* 首页 => 第三个 多个功能 */
.multiple-function {
  background: #121e40;
  color: #fff;
}

.multiple-function .box {
  position: relative;
}

.multiple-function-title {
  max-width: 562px;
  font-size: 40px;
  font-weight: bold;
  line-height: 54px;
}

.multiple-function-sub {
  margin-top: 44px;
  width: 358px;
  font-size: 24px;
  line-height: 33px;
}

.multiple-function-link {
  position: absolute;
  bottom: 77px;
  left: 0;
  width: 180px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  transition: all 0.2s;
}
.multiple-function-link:hover {
  background: #101a33;
  opacity: 0.8;
}

.multiple-function-main {
  margin-top: 150px;
}

.multiple-function-item {
  margin-bottom: 77px;
}

.multiple-function-item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-bottom: 33px;
  background: rgba(0, 0, 0, 0);
  border: 3px dotted rgba(255, 255, 255, 0.3);
  border-radius: 0px 0px 24px 0px;
  transition: border-color 0.2s;
}
.multiple-function-item:hover .multiple-function-item-icon {
  border-color:  rgba(255, 255, 255, 0.8);
}
.multiple-function-item-icon img {
  width: 40px;
  height: 40px;
}

.multiple-function-item-title {
  font-size: 20px;
  font-weight: 600;
}

.multiple-function-item-content {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.9;
  max-width: 229px;
}
/* 轮播选项卡 */
.banner-tabs {
  height: 600px;
  text-align: center;
}
.banner-tabs-container {
  width: 100%;
  z-index: 2;
  position: absolute;
  left: 50%;
  bottom: 102px;
  transform: translateX(-50%);
}

.banner-tabs-main {
  padding-top: 272px;
}

.banner-tabs-title {
  font-size: 56px;
  color: #fff;
  text-shadow: 5px 8px 29px #b5bdc0;
}

.banner-tabs-title span {
  color: #6692ec;
}

.banner-tabs-btn {
  width: 220px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: opacity 0.2s;
}
.banner-tabs-btn:not(.active):hover {
  opacity: 0.8;
}
.banner-tabs-btn.active::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  background: #6692ec;
  z-index: -1;
}

.banner-tabs-btn-container {
  padding-top: 114px;
  display: flex;
  justify-content: center;
}

.banner-tabs-btn-box {
  display: flex;
  padding: 6px 7px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid #ffffff;
  border-radius: 30px;
}
/* 卡片hover */
.card-hover {
  cursor: pointer;
  transition: all .2s linear;
}
.card-hover:hover {
  box-shadow: 0 15px 30px rgba(0,0,0,.03);
}
.card-hover-img {
  transition: transform .8s;
}
.card-hover:hover .card-hover-img {
  transform: scale(1.05);
}
/* 通用 > 免费体验 */
.common-free {
  position: relative;
  padding: 180px 8px 143px;
  margin-bottom: 143px;
}
.common-free .row {
  margin-left: 0px;
  margin-right: 0px;
}
.common-free-img {
  position: relative;
  z-index: 1;
}
.common-free-globe {
  position: absolute;
  z-index: -1;
  bottom: -152px;
  left: -170px;
  width: 380px;
  height: 458px;
  background: url(./../img/free/free-globe.png) center no-repeat;
}
.common-free-img img {
  width: 100%;
}
/* 通用 > 免费体验 > 卡片 */
.common-free-main {
  padding: 0 24px;
}
.common-free-card {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 386px;
  text-align: center;
  padding: 67px 0 76px;
  background: #fff;
  box-shadow: 0px 32px 79px 0px rgba(106, 142, 201, 0.15);
  border-radius: 16px;
}
.common-free-card-title {
  font-size: 30px;
  font-weight: bold;
}
.common-free-card-sub {
  font-size: 18px;
}
.common-free-card-qrcode {
  margin-top: 28px;
  width: 158px;
  height: 158px;
}
.common-free-card-qrcode-tips {
  margin-top: 33px;
  font-size: 18px;
  font-weight: 400;
}
.common-free-card-icon {
  display: flex;
  margin-top: 29px;
  justify-content: center;
}
.common-free-card-icon-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 14.5px;
  border-radius: 50%;
  color: #fff;
  background-position: center;
  background-size: cover;
}
.common-free-card-icon-item-wx {
  background-image: url(./../img/icon/free-icon-wx.png);
}
.common-free-card-icon-item-miniapp {
  background-image: url(./../img/icon/free-icon-miniapp.png);
}
.common-free-card-icon-item-phone {
  background-image: url(./../img/icon/free-icon-phone.png);
}
.common-free-card-icon-item-pc {
  background-image: url(./../img/icon/free-icon-pc.png);
}
/* 动画按钮 => 点击获取免费体验 */
.freebtn-container {
  padding: 105px 0;
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  pointer-events: none;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-tap-highlight-color: transparent;
}
.freebtn {
  position: relative;
  pointer-events: initial;
  width: 380px;
  height: 88px;
  cursor: pointer;
}
.freebtn-box {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f2f2f2;
  border-radius: 44px;
  animation: freebtnAnimOutBox 0.8s 1;
  z-index: 0;
}
.freebtn-anim.show .freebtn-box {
  width: 380px;
  height: 88px;
  animation: freebtnAnimInBox 0.8s 1;
}
.freebtn.show {
}
.freebtn-anim {
  position: sticky;
  top: 100px;
  left: 0;
  bottom: 30px;
  position: sticky;
}
.freebtn-anim.show {
}
.freebtn-text {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  display: none;
  opacity: 0;
  align-items: center;
  height: 100%;
  padding-left: 24px;
  padding-right: 82px;
  justify-content: center;
  animation: freebtnAnimOutText 0.8s 1;
  word-break: keep-all;
}
.freebtn-anim.show .freebtn-text {
  display: flex;
  opacity: 1;
  animation: freebtnAnimInText 0.8s 1;
  transition: opacity 0.2s;
}
.freebtn-anim.show .freebtn-text:hover {
  opacity: 0.6;
}
.freebtn-arrow {
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  right: 226px;
  background: #3f65ca url(./../img/free/freebtn-arrow.png) center no-repeat;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 0;
  animation: freebtnAnimOutArrow 0.8s 1;
}

.freebtn-anim.show .freebtn-arrow {
  width: 60px;
  height: 60px;
  right: 14px;
  animation: freebtnAnimInArrow 0.8s 1;
}
@keyframes freebtnAnimInBox {
  0% {
    width: 0;
    height: 0;
  }
  70% {
    width: 88px;
    height: 88px;
  }
  100% {
    width: 380px;
    height: 88px;
  }
}
@keyframes freebtnAnimOutBox {
  0% {
    width: 380px;
    height: 88px;
  }
  50% {
    width: 88px;
    height: 88px;
  }
  100% {
    width: 0;
    height: 0;
  }
}
@keyframes freebtnAnimInArrow {
  0% {
    width: 0;
    height: 0;
    right: 190px;
  }
  50% {
    right: 140px;
    width: 100px;
    height: 100px;
  }
  75% {
    right: 160px;
    width: 60px;
    height: 60px;
  }
  100% {
    width: 60px;
    height: 60px;
    right: 14px;
  }
}
@keyframes freebtnAnimOutArrow {
  0% {
    width: 60px;
    height: 60px;
    right: 14px;
  }
  50% {
    width: 60px;
    height: 60px;
    right: 160px;
  }
  100% {
    width: 0;
    height: 0;
    right: 190px;
  }
}
@keyframes freebtnAnimInText {
  0% {
    opacity: 0;
    display: none;
  }
  99% {
    display: none;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
    display: flex;
  }
}
@keyframes freebtnAnimOutText {
  0% {
    opacity: 1;
    display: flex;
  }
  1% {
    opacity: 0;
    display: none;
  }
}
/* 浏览器低版本提示 S */
.ie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 130px;
  background: #e4e1dc;
  box-sizing: border-box;
}
.ie-hd {
  text-align: center;
}
.ie-title-1 {
  font-size: 20px;
  color: #b01111;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.ie-title-2 {
  display: inline-block;
  width: 410px;
  background-color: #b01111;
  color: white;
  text-align: center;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  border-radius: 5px;
}
.ie-bd {
  width: 980px;
  margin: 60px auto 0;
}
.ie-item {
  float: left;
  width: 200px;
  text-align: center;
}
.ie-item-img {
  width: 103px;
  height: 103px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
}
.ie-item-img img {
  width: 100%;
}
.ie-item-title {
  margin-top: 14px;
  font-size: 18px;
}
.ie-tips {
  width: 200px;
  float: left;
}
/* 浏览器低版本提示 E */

/* 面包屑 */
.breadcrumb {
  display: inline-flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.26);
  font-size: 14px;
}
.breadcrumb-item {
  cursor: pointer;
}
.breadcrumb-item.active {
  display: inline-block;
  padding: 0 4px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 24px;
  vertical-align: middle;
  cursor: auto;
}
.breadcrumb-item.none {
  cursor: auto;
}
.breadcrumb-separator {
  display: inline-block;
  margin: 0 4px;
  color: rgba(0, 0, 0, 0.26);
  line-height: 24px;
  vertical-align: middle;
}
.breadcrumb-separator .iconfont {
  font-size: 12px;
  vertical-align: middle;
}
/* message S */
.message {
  display: none;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 16px;
  position: fixed;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
  pointer-events: auto;
  background-color: #fff;
  border-radius: 4px;
  font-size: 14px;    
  padding: 12px 16px;
  border: 1px solid #e5e6eb;
  min-width: 200px;
  line-height: 1;
}

.message .iconfont {
  font-size: 20px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
.message .icon-message-success {
  color: #02b52a;
}
/* message E */
/* modal S */
.modal {
  position: relative;
  top: 100px;
  display: inline-block;
  width: 520px;
  margin: 0 auto;
  white-space: initial;
  text-align: left;
  background-color: #f7f9fb;
  border-radius: 8px;
  margin-bottom: 80px;
}
.modal-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.modal-mack {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(29 33 41 / 60%);
}
.modal-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  text-align: center;
  padding: 0 10px;
}
.modal-title {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
}
.modal-close {
  margin-left: -12px;
  font-size: 12px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-close .iconfont {
  font-size: 22px;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 0 0 0 20px;
}
.modal-body {
  position: relative;
  padding: 0 20px 24px;
  overflow: auto;
  font-size: 14px;
}
.modal-footer {
  flex-shrink: 0;
  width: 100%;
  padding: 16px 20px;
  text-align: right;
  border-top: 1px solid #e5e6eb;
}
.modal-btn {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
  transition: all ..8s cubic-bezier(0, 0, 1, 1);
  height: 32px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid transparent;
  margin-left: 12px;
  transition: opacity 0.2s;
  
}
.modal-btn:hover {
  opacity: 0.8;
}
.modal-btn-colse {
  color: #4e5969;
  background-color: #f2f3f5;
}
.modal-btn-confirm {
  color: #fff;
  background: #6692ec;
}
.mack-enter-active {
  transition: all 0.3s;
}
.mack-leave-active {
  transition: all 0.3s;
}
.mack-leave {
  opacity: 1;
}
.mack-enter,
.mack-leave-active {
  opacity: 0;
}
.show-enter-active {
  transition: all 0.3s;
}
.show-leave-active {
  transition: all 0.3s;
}
.show-enter,
.show-leave-active {
  transform: scale(0.1);
  opacity: 0;
}

/* modal E */
/* 联系留言 S */
.contactform {
  padding: 0 36px 44px;
}
.contactform-error {
  min-height: 20px;
  color: rgb(245, 63, 63);
  font-size: 12px;
  line-height: 20px;
}
.contactform-title {
  font-size: 40px;
  font-weight: 600;
}
.contactform-content {
  font-size: 16px;
  line-height: 20px;
  padding: 11px 0 22px;
}
.contactform .content {
  padding: 11px 0 22px;
}
.contactform-qrcode {
  width: 108px;
  height: 108px;
}
.contactform-form-item__two .row {
  margin: 0 -8px;
}
.contactform-form-item__two .row .col-md-6 {
  padding: 0 8px;
}
.contactform-form input,
.contactform-form textarea {
  background: #ffffff;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #dddddd;
  font-size: 18px;
  padding: 12px 23px;
  outline: none;
  cursor: inherit;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.contactform-form input:focus,
.contactform-form textarea:focus {
  border-color: #6692ec;
}
.contactform-form input::-webkit-input-placeholder,
.contactform-form textarea::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.2);
}
.contactform-info {
  border-radius: 8px;
}
.contactform-info-item {
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  height: 68px;
}
.contactform-info-item + .contactform-info-item {
  margin-top: 16px;
}
.contactform-info-one {
  padding: 0 18px;
  height: 136px;
}
.contactform-info-one .row {
  display: flex;
  align-items: center;
  width: 100%;
}
.contactform-info-one .col-md-4 {
  width: 108px;
}
.contactform-info-one .contactform-info-small {
  margin-top: 8px;
}
.contactform-info-center {
  padding-left: 14px;
}
.contactform-info-title {
  font-size: 20px;
  font-weight: 600;
  color: #222;
}
.contactform-info-small {
  font-size: 14px;
  color: rgba(34, 34, 34, 0.7);
}
.contactform-info-label {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  line-height: 22px;
}
.contactform-info-label span {
  display: inline-block;
  margin-left: 4px;
  font-weight: 400;
  cursor: pointer;
}
.contactform-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 190px;
  height: 54px;
  background: #6692ec;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
.contactform-submit:hover {
  opacity: 0.8;
}

/* 联系留言 E */
/* 移动端布局 */
/* @screen-sm-min: 768px;
@screen-md-min: 992px;
@screen-lg-min: 1350px; */
@media (max-width: 1350px) {
  div.container-mobile {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 992px) {
  /* 通用 */
  .container {
    padding: 40px 0;
  }
  /* 免费体验 */
  .common-free {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 100px;
  }
  .common-free-card {
    padding: 40px 0;
  }
  .common-free .freebtn {
    margin-top: 60px;
  }
  .common-free-card-title {
    font-size: 28px;
  }
  .common-free-main {
    padding: 0;
  }
  .freebtn {
    transform: scale(0.65);
  }
  .freebtn-container {
    padding: 60px 0;
  }
  .common-banner-title {
    font-size: 28px;
  }
  .common-banner-btn {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    width: 160px;
  }
  /* 弹出框 */
  .modal {
    position: relative;
    top: 20px;
  }
  /* 联系留言 */
  .contactform {
    padding: 0;
  }
  .contactform-title {
    font-size: 24px;
  }
  .contactform-content {
    font-size: 14px;
  }
  .contactform-info-one {
    padding-right: 0;
  }
  .contactform-form {
    input,
    textarea {
      font-size: 16px;
      padding: 10px 12px;
    }
  }
  .contactform-submit {
    margin-top: 14px;
    margin-bottom: 30px;
    width: 144px;
    height: 44px;
    font-size: 16px;
  }
  /* 首页 */
  .index-page {
    padding: 0 20px;
  }
  /* 首页 -> 轮播图 */
  .index-banner {
    height: 400px !important;
  }
  .index-banner-1 .slide-inner {
    background-position-x: right;
  }
  .index-banner-en {
    width: 300px;
    height: 80px;
    margin-bottom: -24px;
  }
  .index-banner-title {
    font-size: 30px;
    line-height: 40px;
  }
  .index-banner-sub {
    margin-top: 20px;
    font-size: 20px;
  }
  .index-banner-btn {
    margin-top: 20px;
    width: 100px;
    height: 34px;
  }
  .index-banner-btn-arrow {
    width: 30px;
    height: 9px;
  }
  /* 首页 -> 单功能介绍 */
  .function {
    margin-top: 40px;
  }
  .function-card {
    margin-top: 20px !important;
    padding: 36px;
    min-height: 280px;
  }
  .function-title {
    font-size: 28px;
  }
  .function-sub {
    margin-top: 10px;
    font-size: 18px;
  }
  .function-card-icon {
    margin-bottom: 10px;
  }
  .function-card-content {
    margin-top: 10px;
  }
  /* 首页 -> 需求介绍 */
  .index-need {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .index-need .text-right.col-md-5 {
    text-align: center;
  }
  .index-need-main {
    padding-top: 20px;
  }
  .index-need-title {
    font-size: 28px;
  }
  .index-need-title-2 {
    margin-top: 28px;
  }
  .index-need-sub {
    font-size: 18px;
  }
  /* 首页 -> 多个功能介绍 */
  .multiple-function {
    padding: 60px 40px 80px;
  }
  .multiple-function-title {
    width: 100%;
    font-size: 28px;
    line-height: 34px;
  }
  .multiple-function-sub {
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
  }
  .multiple-function-main {
    margin-top: 60px;
  }
  .multiple-function-item {
    margin-bottom: 40px;
  }
  .multiple-function-item-icon {
    margin-bottom: 20px;
    width: 50px;
    height: 50px;
  }
  .multiple-function-item-icon img {
    width: 30px;
    height: 30px;
  }
  .multiple-function-link {
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    width: 160px;
  }
  .multiple-function-item-content {
    font-size: 16px;
  }
  /* 选项卡banner */
  .banner-tabs {
    height: 400px !important;
  }
  .banner-tabs-title {
    font-size: 34px;
  }
  .banner-tabs-btn-container {
    padding-top: 40px;
  }
  .banner-tabs-btn {
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    position: relative;
  }
  .banner-tabs-btn.active::after {
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-radius: 24px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    background: #6692ec;
    z-index: -1;
  }
}
@media (max-width: 768px) {
  .contactform-submit {
    width: 100%;
  }
  .function-card {
    min-height: auto;
  }
}
@media (max-width: 600px) {
  .index-banner .slide-inner {
    background-position: 120px;
  }
}
@media (max-width: 540px) {
  .index-banner-1-icon-1-container {
    top: 78%;
    right: -30px;
  }
  .index-banner-1-icon-2-container {
    top: 55%;
    right: -30px;
  }
}