.carousel-indicators {
  user-select: none;
}

#banner .carousel-item img {
  width: 100%;
}

#banner .carousel-indicators>* {
  border: none;
  width: 0.6rem;
  margin: 0 0.25rem;
  height: 0.6rem !important;
  transition: all 0.3s ease;
  background-color: #ffffff;
}

#banner .carousel-indicators>.active {
  width: 3rem;
  background-color: #ff6600;
}

.nav-bar {
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 6rem;
  margin-top: 10px;
  color: #ffffff;
  position: absolute;
}

.nav-list {
  margin: 0;
  height: 100%;
  margin-left: 3.5rem;
  font-size: 1.6rem;
  list-style: none;
}

.nav-list-item {
  width: 6.2rem;
  height: 100%;
  margin: 0 2rem;
  white-space: nowrap;
  position: relative;
  text-align: center;
}

.nav-list-item-active a,
.nav-list-item-active span {
  color: #ff6600 !important;
}

.nav-bar a,
.nav-bar a:hover,
.nav-bar a:active,
.nav-bar a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-item-active-bar {
  width: 0;
  bottom: 0;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  transition: all 0.2s ease;
  background-color: #ff6600;
}

.nav-list-item:hover .nav-item-active-bar,
.nav-list-item-active .nav-item-active-bar {
  width: 100%;
}

.nav-price {
  height: 100%;
  text-align: right;
}

.banner-content {
  /* padding-top: 47%; */
  left: 0;
  z-index: 1;
  width: 100%;
  /* height: 100%; */
  /* position: absolute; */
}

.banner-content {
  background: url(../img/banner1.png);
  background-size: 100%;
}

.banner-content-line {
  width: 6rem;
  height: 0.4rem;
  margin: 0 auto;
  border-radius: 2px;
  background-color: #ff6600;
}

.banner-content-text {
  color: #ffffff;
  font-size: 1.6rem;
  margin-top: 4rem;
  text-align: center;
}

.banner-button-container {
  margin-top: 10rem;
}

.banner-button-primary {
  color: #ffffff;
  padding: 1.5rem 6rem;
  background: #ff6600;
  border-radius: 0.4rem;
}

.banner-button-plain {
  color: #ff6600;
  padding: 1.5rem 6rem;
  border-radius: 0.4rem;
  border: 1px solid #ff6600;
}

.product-container {
  background-color: #f7f8fb;
}

.tabs-container {
  margin-top: 8rem;
}

.tabs-head {
  justify-content: space-around;
}

.tabs-head>div {
  width: 6.667%;
}

.tabs-head>div.tabs-head-item {
  width: 12%;
}

.tabs-head-item {
  cursor: pointer;
  padding-bottom: 2.7rem;
}

.tabs-head-item-img {
  max-width: 6rem;
  max-height: 6rem;
  border-radius: 5px;
}

.tabs-head-item-name {
  color: #3e3e3e;
  text-align: center;
  margin-top: 1.9rem;
}

.line {
  height: 1px;
  background-color: #d9d9d9;
}

.hor-line {
  z-index: 1;
  height: 1px;
  width: 100%;
  top: 46%;
  position: absolute;
  background-color: #d9d9d9;
}

.tabs-line {
  z-index: 2;
  position: relative;
}

.active-bar-container {
  height: 5px;
  z-index: 3;
  /* position: relative; */
  justify-content: space-around;
}

.active-bar-container>div {
  width: 10%;
}

.tabs-active-bar {
  /* left: 0; */
  height: 100%;
  border-radius: 2px;
  transition: all 0.2s ease;
  /* position: absolute !important; */
  background-color: #ff6600;
  transform: translateX(-400%);
}

.tabs-content {
  overflow: hidden;
}

.tabs-content-container {
  transition: all 0.2s ease;
}

.tabs-content .row {
  width: 100%;
  margin: 0;
}

/* .tabs-content .row>.col-sm-pull-6 {
  height: 100%;
} */

.solution-img {
  height: 100%;
  text-align: center;
}

.solution-img img {
  max-width: 100%;
  max-height: 100%;
}

.solution-text {
  margin-top: 3rem;
}

.solution-text-title {
  color: #3e3e3e;
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 10px;
}

.solution-text-desc {
  color: #666666;
}

.solution-button-group {
  margin-top: 4rem;
  font-size: 16px;
}

.solution-button-group>.solution-button {
  margin-right: 1.9rem;
}

.solution-button {
  color: #ff6600;
  border-radius: 30px !important;
  padding: 1.1rem 2.2rem;
  border: 1px solid #ff6600;
  background-color: #ffffff;
  transition: all 0.4s ease !important;
  /* box-shadow: 0 0 4px 0 rgba(255, 102, 0, 0.4) !important; */
}

.solution-button:hover {
  color: #ffffff;
  background-color: #ff6600;
}

.solution-button a,
.solution-button a:hover {
  text-decoration: none;
  color: inherit !important;
}

.product-container .container {
  padding-top: 6.7rem;
  padding-bottom: 6rem;
}

.company-info {
  /* padding-top: 6rem; */
  /* padding-bottom: 5rem; */
  height: 420px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  background: url(../img/28.png) #000000;
  background-position: center;
  background-repeat: no-repeat;
}

.company-info .container {
  max-width: 100%;
}

.company-area {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.8rem;
  height: 1.8rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #f7f6f9;
}

.company-info .row {
  margin: 0;
  margin-top: 6rem;
  text-align: center;
}

.company-info .row>div {
  margin-top: 1rem;
}

.company-item-val {
  text-align: left;
  font-size: 3rem;
  color: #29e3ff;
}

.company-itme-name {
  color: #f7f6f9;
  font-size: 1.6rem;
}

.tabs-title-backup {
  display: none;
  margin: 15px 0;
  font-size: 1.8rem;
}

.screen {
  padding: 10rem 0;
  background-color: #ffffff;
}

.screen-item {
  margin-top: 30px;
}

.screen-item-img-wrapper {
  margin: 0 auto;
  overflow: hidden;
  /* max-width: 260px;
  max-height: 360px; */
  position: relative;
  border-radius: 4px;
}

.screen-item-img-wrapper img {
  width: 100%;
}

.screen-img-banner {
  top: 50%;
  width: 100%;
  padding: 20px 0;
  color: #ffffff;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  background: rgba(23, 60, 131, 0.6);
}

.dynamic-container {
  margin-top: 6.5rem;
}

.card {
  /* width: 100%; */
  max-width: 350px;
  margin: 0 auto;
  flex-shrink: 1;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #f1f1f1;
  transition: all 0.2s ease;
  /* box-shadow: 0px 6px 2px 0px rgba(0, 0, 0, 0.1); */
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
}

.card-text {
  height: 300px;
  padding: 40px 30px 0 30px;
  box-sizing: border-box;
}

.card-text-title {
  font-size: 24px;
  color: #4a4a4a;
  line-height: 36px;
  height: 72px;
  max-height: 108px;
  overflow: hidden;
}

.card-text-time {
  color: #999999;
  margin-top: 20px;
}

.card-text-content {
  margin-top: 30px;
  color: #8a8a8a;
  line-height: 24px;
}

.card-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.card-img img {
  max-width: none;
  max-height: none;
  width: 100%;
}

.card-container {
  justify-content: space-between;
}

.update-head {
  color: #333;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.update-news {
  font-size: 1.4rem;
  color: #666666;
}

.update-news-item {
  max-width: 100%;
  margin-top: 2rem;
  line-height: 2rem;
  max-height: 2rem;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
}

.update-news-item::before {
  content: "●";
  margin-right: 1rem;
  vertical-align: top;
}

.update-news a {
  text-decoration: none;
  color: inherit !important;
}

.dynamic {
  padding-bottom: 8rem;
}

.partner {
  padding-top: 9.5rem;
  background-color: #f7f6f9;
  /* background-color: #ffffff; */
}

.partner-container {
  margin-top: 4rem;
  padding-bottom: 12.6rem;

  background-color: #f7f8fb;
}

.they-logo {
  margin-top: 30px;
  text-align: center;
  background-color: #ffffff;
}

.they-logo img {
  max-width: 100%;
}

.swipe-container {
  flex-grow: 1;
  overflow: hidden;
}

.swipe-item-wrapper {
  width: 280px;
  width: 275px;
  flex-shrink: 0;
  padding: 0 20px;
  box-sizing: border-box;
  justify-content: center;
}

.swipe-item {
  height: 210px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  align-items: center;
  box-shadow: 0px 3px 20px 0px rgba(0, 22, 69, 0.12);
  flex-direction: column;
}

.swipe-item-text {
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  position: absolute;
  background-color: #ffffff;
}

.swipe-item-img {
  width: 100%;
}

.swipe-item img {
  /* max-width: 100%; */
  max-width: none !important;
  height: 100%;
}

.swipe-item>div:first-child {
  text-align: center;
  height: 100%;
}

#swipe-wrapper {
  transition: all 0.2s ease;
}

.arrow {
  cursor: pointer;
}

.cerf-container {
  background-color: #f7f6f9;
  padding-bottom: 11rem;
}

.trail {
  padding-top: 6rem;
  padding-bottom: 3rem;
  color: #ffffff;
  text-align: center;
  background: url(../img/bg2.png) no-repeat;
  background-size: 100%;
}

.trail p {
  font-size: 3rem;
  margin-bottom: 4rem;
}

.trail-button {
  color: #ffffff;
  font-size: 20px;
  padding: 1rem 3rem;
  transition: all 0.1s ease;
  border-radius: 30px !important;
  background: #ff6600;
}

.trail-button:hover {
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
}

.kefu {
  right: 0;
  top: 10%;
  z-index: 999;
  position: fixed;
  /* transform: translateY(-50%); */
}

/* .kefu:hover .kefu-left {
  display: flex;
} */

div.kefu-left {
  /* width: 24rem; */
  padding: 20px 40px;
  /* display: none; */
  /* height: 18.6rem; */
  border-radius: 0.4rem;
  transition: all 0.5s ease;
  background-color: #ffffff;
  box-shadow: 0rem 0.3rem 1.2rem 0rem rgba(6, 43, 128, 0.1);
}

.kefu-right {
  width: 6rem;
  /* overflow: hidden; */
  background-color: #ffffff;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  box-shadow: 0rem 0.3rem 1.2rem 0rem rgba(6, 43, 128, 0.1);
}

.line-ff6 {
  width: 2rem;
  height: 0.4rem;
  border-radius: 0.4rem;
  background-color: #ff6600;
}

.kefu-right img {
  max-width: 100%;
  width: 28px;
}

.erweima_box {
  position: relative;
}

.erweima_box:hover .erweima {
  transform: translateX(calc(-100% - 40px)) scale(1);

}

.erweima {
  transition: all 300ms cubic-bezier(0.45, 1.45, 0.8, 1) !important;
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px;
  background-color: #fff;
  transform-origin: top right;
  transform: translateX(calc(-100% - 40px)) scale(0);
  width: 200px;
  border: 1.5px solid #ff6600;
}

.erweima img {
  width: 200px;
}

.erweima::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20px;
  z-index: -1;
  right: -9px;
  background-color: #ffffff;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  border-top: 1.5px solid #ff6600;
  border-right: 1.5px solid #ff6600;
}

.qq {
  /* color: #fff; */
  padding: 1rem 0;
  line-height: 20px;
  /* background-color: #ff6600; */
}

.border-line {
  height: 1px;
  background: #e2e2e2;
  opacity: 0.42;
}

.kefu-phone {
  padding: 1.5rem 0;
  color: #3e3e3e;
  cursor: pointer;
}

.kefu-right a {
  color: inherit !important;
  text-decoration: none !important;
}

div .top {
  width: 6rem;
  display: none;
  cursor: pointer;
  overflow: hidden;
  margin-top: 2rem;
  padding: 2rem 0 1.5rem 0;
  background-color: #ffffff;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  box-shadow: 0rem 0.3rem 1.2rem 0rem rgba(6, 43, 128, 0.1);
}

.hover-bg {
  top: 0;
  z-index: 90;
  width: 100%;
  position: fixed;
  padding-top: 80px;
  transition: all 0.2s ease;
  background-color: rgba(5, 16, 40, 0.9);
}

.hover-product-container {
  height: 270px;
}

.hover-product-item {
  height: 100%;
  color: #ffffff;
}

.hover-product-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.hover-product-name {
  color: #ffffff !important;
  text-decoration: none !important;
  margin-top: 2rem;
}

.hover-product-button {
  text-align: center;
  margin-top: 3.4rem;
}

.hover-product-button-download {
  color: #8a8a8a;
  font-size: 1.4rem;
  border-radius: 15px;
  display: inline-block;
  padding: 0.4rem 1.2rem;
  transition: all 0.2s ease;
  border: 1px solid #8a8a8a;
}

.hover-product-button-download:hover {
  color: #ff6600;
  border-color: #ff6600;
}

.hover-product-container {
  display: block;
  width: 100%;
}

.foot-mb {
  color: #fff;
  padding: 4rem 0;
  text-align: center;
  background-color: #172d5e;
}

/* 侧边导航 */

.left-side-menu {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  position: fixed;
  left: -100%;
  transition: all 0.2s ease;
  background-color: #051028;
}

.left-side-top {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #2d3a55;
}

.menu-container {
  text-align: left;
  padding-left: 6rem;
  margin-top: 50px;
  overflow-y: auto;
  height: calc(100% - 50px);
}

.menu-item {
  color: #b6b6b6;
  font-size: 1.6rem;
  padding: 1.9rem 0;
  border-top: 1px solid #2d3a55;
}

.menu-item a {
  color: inherit !important;
  text-decoration: none !important;
}

.sub-menu-item {
  padding: 1.5rem 0;
}

/* .hover-product-item:first-child {
  display: none;
}

.sub-menu-item:first-child {
  display: none;
} */

.sub-menu-item:first-child {
  padding-top: 3rem;
}

.sub-menu-item-name {
  display: flex;
  align-items: center;
}

.foot .container>div:last-child .flex {
  width: fit-content;
  width: -moz-fit-content;
}

.solution-button-first {
  color: #ffffff !important;
  /* box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1); */
  background-color: #ff6600 !important;
}

.solution-button-first:hover {
  background-color: #ff802b !important;
}

.ad {
  height: 180px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ad-img {
  top: 50%;
  left: 50%;
  width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
}

[v-cloak] {
  display: none;
}

.nav-bar-pc {
  position: fixed !important;
  width: 100%;
}

.card-text-title {
  transition: color 0.1s ease;
}

.card:hover .card-text .card-text-title {
  color: #ff6600;
}

.ad>img {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  max-height: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

/* .ad {
  height: auto !important;
} */

.tabs-head-item-name {
  font-size: 16px;
}

.button-main {
  color: #ffffff;
  border-radius: 20px;
  background-color: #ff6600;
}

.button-main:hover {
  color: #ff6600;
  background-color: #ff802b;
}

.solution-title {
  font-size: 30px;
  color: #35373d;
  margin-top: 65px;
  /* font-weight: 800; */
}

.left-arrow-img,
.right-arrow-img {
  width: 10px;
  height: 18px;
}

.left-arrow-img {
  background-image: url(/img/point_left_red.png);
}

.left-arrow-img.disable {
  background-image: url(/img/point_left_gray.png);
}

.right-arrow-img.disable {
  background-image: url(/img/point_right_gray.png);
}

.right-arrow-img {
  background-image: url(/img/point_right_red.png);
}

.qq-show {
  display: none;
}

.kefu-phone-float {
  color: #333;
  cursor: default;
  font-size: 28px;
  transition: all 0.3s ease;
}

.kefu-phone-float:hover {
  color: #ff6600;
}

.kefu-right div {
  transition: all 0.1s ease;
}

.kefu-right div:hover {
  color: #ff6600;
}

.company-info .row>div {
  display: flex;
  /* justify-content: center; */
}

.company-item-name {
  text-align: left;
  font-size: 16px;
  margin-top: 10px;
}

.carousel-inner>.item>img {
  width: 100%;
}

.login-mask {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
}

.first-show .kefu-left {
  text-align: center;
}

.first-show .line-ff6 {
  margin: 1rem auto 3rem !important;
}

@media (min-width: 1260px) {
  .container {
    width: 1250px !important;
  }
}