.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.isFlex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.capabilities-page * {
  box-sizing: border-box;
}
.capabilities-page .banner-module {
  background: url("../images-lib-www/capabilities-new/banner-des.webp") no-repeat center;
  width: 100%;
  min-width: 1200px;
  height: 394px;
  background-size: cover;
  padding-top: 118px;
}
.capabilities-page .banner-module .banner-title {
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 20px;
  max-width: 600px;
}
.capabilities-page .banner-module .banner-des {
  color: #ffffff;
  line-height: 24px;
  font-size: 16px;
  max-width: 600px;
}
.capabilities-page .table-module {
  background: #F9FAFF;
  padding: 40px 0 96px;
}
.capabilities-page .table-module .table-area {
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  padding: 30px 30px 50px;
  background: #fff;
}
.capabilities-page .table-module .table-area .menu-row {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid #EAEAEA;
}
.capabilities-page .table-module .table-area .menu-row .menu-tab {
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  display: inline-block;
  padding: 0 40px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin-left: 16px;
  color: #333333;
  background: #eaeef1;
  transition: all 0.3s ease-in-out;
}
.capabilities-page .table-module .table-area .menu-row .menu-tab:first-of-type {
  margin-left: unset;
}
.capabilities-page .table-module .table-area .menu-row .menu-tab.active {
  color: #ffffff;
  background: #009fd3;
}
.capabilities-page .table-module .table-area .menu-row .menu-tab.active:hover {
  background: #0089b6;
}
.capabilities-page .table-module .table-area .menu-row .menu-tab:hover {
  background: #d2dce3;
}
.capabilities-page .table-module .table-area .table-item {
  padding-top: 30px;
}
.capabilities-page .table-module .table-area .table-title {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 14px;
}
.capabilities-page .table-module .table-area .table-referral {
  color: #666666;
  border-radius: 6px;
  overflow: hidden;
}
.capabilities-page .table-module .table-area .table-referral tbody tr:nth-child(odd) td {
  background-color: #f4f7fa;
}
.capabilities-page .table-module .table-area .table-striped {
  font-size: 12px;
  border: 1px solid #eceef0;
  border-collapse: separate;
  border-left: 0;
  border-spacing: 0;
  border-radius: 6px;
  overflow: hidden;
}
.capabilities-page .table-module .table-area .table-striped th {
  color: #333333;
  background: #c3ced7;
  border-left: 1px solid #eceef0;
  border-top: 1px solid #d3dae3;
  border-bottom: 1px solid #eceef0;
  padding: 8px;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
}
.capabilities-page .table-module .table-area .table-striped th:last-of-type {
  border-right: 1px solid #eceef0;
}
.capabilities-page .table-module .table-area .table-striped td {
  border-top: 1px solid #eceef0;
  line-height: 20px;
  padding: 8px 6px;
  text-align: left;
  vertical-align: top;
  border-left: 1px solid #eceef0;
}
/*# sourceMappingURL=capabilities.css.map */