@charset "utf-8";
/*单行省略号*/
/*多行省略号*/
/**清除浮动**/
/**fit img**/
/*主色调*/
/*移动左右间隙*/
br {
  content: "";
  display: block;
  height: 10px;
}

/*单行省略号*/
/*多行省略号*/
/**清除浮动**/
/**fit img**/
/*主色调*/
/*移动左右间隙*/
br {
  content: "";
  display: block;
  height: 10px;
}

.tab-nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.tab-nav ul {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.tab-nav li {
  width: 25%;
  float: left;
  height: 64px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 64px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}

.tab-nav li ~ li {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.tab-nav li::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(127deg, #009FEA 0%, #00E1B3 100%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
  color: #fff;
}

.tab-nav li.on::after, .tab-nav li:hover::after {
  opacity: 1;
}

.tab-nav.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
}

.system {
  padding: 80px 0 90px;
}

.system .data-img {
  position: relative;
  margin-top: 75px;
}

.system .data-img img {
  display: block;
  width: 100%;
  pointer-events: none;
}

.tab-page .tab-nav li {
  width: 16.666666%;
}

.page-item .banner {
  height: 580px;
  position: relative;
  background-color: #ddd;
  background-size: cover;
  background-position: center;
}

.data-table {
  background: linear-gradient(145deg, #009FEA 0%, #00E1B3 100%);
  padding: 80px 0;
}

.data-table table {
  width: 100%;
  text-align: center;
  border-spacing: 0;
  table-layout: fixed;
}

.data-table th, .data-table td {
  padding: 32px 0;
}

.data-table tr ~ tr td {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/*# sourceMappingURL=maps/product.css.map */
