.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
[v-cloak] {
  display: none;
}
body,
html {
  font-size: 14px;
  line-height: 20px;
  background: #FFFFFF;
}
.ai-page {
  min-width: 1400px;
}
.ai-page * {
  box-sizing: border-box;
}
.ai-page .banner-module {
  background: url("../images/aiIntelligence/banner-bg.jpg") no-repeat center;
  height: 420px;
  overflow: hidden;
  background-size: cover;
  position: relative;
}
.ai-page .banner-module .page-wrap {
  position: relative;
  height: inherit;
  box-sizing: border-box;
}
.ai-page .banner-module .jump-btn {
  display: inline-block;
  height: 54px;
  line-height: 54px;
  background: #F26622;
  border-radius: 4px;
  position: absolute;
  bottom: 66px;
  z-index: 2;
  left: 0;
  text-align: center;
  padding: 0 32px;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  cursor: pointer;
}
.ai-page .banner-module .jump-btn:hover:after {
  transform: translateX(5px);
}
.ai-page .banner-module .jump-btn:after {
  content: '';
  display: inline-block;
  background: url("../images/automotiveIndustry/arrow-icon.png") no-repeat center;
  width: 23px;
  height: 15px;
  background-size: cover;
  margin-left: 19px;
  transition: all 0.3s linear;
}
.ai-page .section-item {
  padding: 56px 0;
  overflow: hidden;
}
.ai-page .section-item.deep {
  background: linear-gradient(0deg, #F3F3F3 47%, #FFFFFF 100%);
}
.ai-page .section-item.client {
  overflow-x: hidden;
}
.ai-page .section-item.precept {
  background: url("../images/aiIntelligence/precept-bg.png") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 980px;
  background-size: cover;
}
.ai-page .section-item.params {
  background: url("../images/aiIntelligence/params-bg.png") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 900px;
  background-size: cover;
}
.ai-page .section-item .common-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 45px;
  color: #333333;
  text-align: center;
  margin-bottom: 14px;
}
.ai-page .section-item .title-des {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  margin-bottom: 36px;
}
.ai-page .section-item .sub-el {
  margin-bottom: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.ai-page .section-item .sub-el .tag {
  color: #01AE01;
  display: inline-block;
  border-bottom: 4px solid #01AE01;
}
.ai-page .section-item .view-advantage {
  display: flex;
  gap: 16px;
  flex-direction: row;
  flex-wrap: wrap;
}
.ai-page .section-item .view-advantage .view-el {
  width: 692px;
  min-width: 692px;
  height: 280px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 78px 40px 36px 40px;
  display: flex;
  justify-content: space-between;
}
.ai-page .section-item .view-advantage .view-el:hover {
  box-shadow: 0px 4px 14px 0px rgba(220, 220, 220, 0.6);
  border: 1px solid #01AE01;
}
.ai-page .section-item .view-advantage .view-el:hover .view-icon:after {
  opacity: 1;
  visibility: visible;
}
.ai-page .section-item .view-advantage .view-el .view-icon {
  width: 110px;
  height: 125px;
  position: relative;
}
.ai-page .section-item .view-advantage .view-el .view-icon:after {
  display: block;
  content: '';
  background: url("../images/automotiveIndustry/shadow-icon.png") no-repeat center;
  width: 84px;
  height: 18px;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.ai-page .section-item .view-advantage .view-el .view-txt .txt-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 18px;
  color: #333333;
}
.ai-page .section-item .view-advantage .view-el .view-txt .txt {
  max-width: 400px;
  font-size: 14px;
  color: #666666;
}
.ai-page .section-item .view-advantage .view-special {
  display: flex;
  gap: 16px 10px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.ai-page .section-item .view-advantage .view-special span {
  height: 32px;
  line-height: 32px;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid transparent;
}
.ai-page .section-item .view-advantage .view-special span.tag1 {
  border-color: #01AE01;
  color: #01AE01;
  background: rgba(1, 174, 1, 0.1);
}
.ai-page .section-item .view-advantage .view-special span.tag2 {
  border-color: #F26622;
  color: #F26622;
  background: rgba(242, 102, 34, 0.1);
}
.ai-page .section-item .view-advantage .view-special span.tag3 {
  border-color: #B78B3B;
  color: #B78B3B;
  background: rgba(183, 139, 59, 0.1);
}
.ai-page .table-remit {
  margin-top: 60px;
}
.ai-page .table-remit .table-val {
  position: relative;
}
.ai-page .table-remit .table-content {
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-radius: 8px;
  overflow: hidden;
}
.ai-page .table-remit table {
  width: 100%;
  border-collapse: collapse;
}
.ai-page .table-remit table tr:nth-child(odd) {
  background: #f5f5f5;
}
.ai-page .table-remit table tr:last-of-type td {
  border-bottom: unset;
}
.ai-page .table-remit table th {
  height: 80px;
  text-align: center;
  background: #f5f5f5;
  border-bottom: 1px solid rgba(191, 191, 191, 0.4);
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  padding: 27px;
}
.ai-page .table-remit table td {
  height: 70px;
  color: #666666;
  text-align: center;
  padding: 24px;
  border-bottom: 1px solid rgba(191, 191, 191, 0.4);
}
.ai-page .table-remit .vs-rather {
  position: absolute;
  top: -29px;
  right: 0;
  display: flex;
}
.ai-page .table-remit .vs-rather .vs-item {
  background: url("../images/aiIntelligence/vs-bg1.png") no-repeat center;
  width: 386px;
  height: 576px;
  padding: 28px 0 46px;
}
.ai-page .table-remit .vs-rather .vs-item:after {
  background: url("../images/aiIntelligence/vs-icon.png") no-repeat center;
  width: 161px;
  height: 161px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: -74px auto 0;
}
.ai-page .table-remit .vs-rather .vs-item:nth-child(2) {
  background: url("../images/aiIntelligence/vs-bg2.png") no-repeat center;
}
.ai-page .table-remit .vs-rather .vs-item h3 {
  height: 80px;
  font-weight: bold;
  margin-bottom: 1px;
  border-bottom: transparent;
  font-size: 18px;
  line-height: 26px;
  padding: 0 50px;
  color: #333333;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ai-page .table-remit .vs-rather .vs-item p {
  height: 70px;
  padding: 10px 75px 10px 60px;
  color: #666666;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.ai-page .table-remit .bt-des {
  margin-top: 50px;
  background: #FAFCFE;
  border-radius: 4px;
  border: 1px solid;
  border-image: linear-gradient(0deg, #01AE01, #FFFFFF) 10 10;
}
.ai-page .table-remit .bt-des .bt-tp {
  height: 44px;
  line-height: 44px;
  background: linear-gradient(90deg, #FAFCFE 0%, #01AE01 50%, #F6F8FB 100%);
  font-weight: bold;
  color: #FBFCFD;
  text-align: center;
}
.ai-page .table-remit .bt-des .bt-tp:before {
  background: url("../images/aiIntelligence/bt-des-icon.png") no-repeat center;
  width: 30px;
  height: 30px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.ai-page .table-remit .bt-des dl {
  padding: 14px 76px;
  text-align: center;
}
.ai-page .table-remit .bt-des dl dt {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 6px;
}
.ai-page .table-remit .bt-des dl dd {
  color: #666666;
}
.ai-page .equipment-box {
  background-size: cover;
}
.ai-page .equipment-box .equipment-nav {
  border-bottom: 1px solid #DBDBDB;
}
.ai-page .equipment-box .equipment-nav .navs-tab {
  display: flex;
  justify-content: center;
}
.ai-page .equipment-box .equipment-nav .navs-tab .navs-wrap {
  display: flex;
  justify-content: center;
  gap: 0 290px;
  position: relative;
}
.ai-page .equipment-box .equipment-nav .navs-tab .line-el {
  display: block;
  content: '';
  height: 4px;
  background: #01AE01;
  border-radius: 3px 3px 0 0;
  position: absolute;
  width: 80px;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  transition: all 0.2s;
}
.ai-page .equipment-box .equipment-nav .navs-tab .tab-el {
  color: #333333;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  cursor: pointer;
}
.ai-page .equipment-box .equipment-nav .navs-tab .tab-el.active {
  font-weight: bold;
}
.ai-page .equipment-box .equipment-params {
  display: flex;
  gap: 10px;
  margin-top: 36px;
}
.ai-page .equipment-box .equipment-params .params-item {
  background-repeat: no-repeat;
  background-position: center;
  height: 496px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.ai-page .equipment-box .equipment-params .params-item img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.ai-page .equipment-box .equipment-params .params-item:hover img {
  transform: scale(1.05);
}
.ai-page .equipment-box .equipment-params .params-item:hover .bt-list {
  transform: translateY(0);
}
.ai-page .equipment-box .equipment-params .params-item .bt-list {
  position: absolute;
  left: 18px;
  bottom: 26px;
  color: #FFFFFF;
  transform: translateY(165px);
  transition: all 0.3s ease-in-out;
}
.ai-page .equipment-box .equipment-params .params-item .bt-list span {
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  padding: 0 18px;
  display: inline-block;
}
.ai-page .equipment-box .equipment-params .params-item .bt-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
}
.ai-page .equipment-box .equipment-params .params-item .bt-title:after {
  width: 14px;
  height: 3px;
  background: rgba(255, 255, 255, 0.4);
  content: '';
  display: block;
  border-radius: 2px;
  margin-top: 6px;
}
.ai-page .equipment-box .equipment-params .params-item .mill-title {
  margin-bottom: 8px;
}
.ai-page .equipment-box .equipment-params .params-item .tag1 {
  background: rgba(1, 174, 1, 0.4);
  border: 1px solid rgba(1, 174, 1, 0.5);
  margin-bottom: 18px;
}
.ai-page .equipment-box .equipment-params .params-item .tag2 {
  border: 1px solid rgba(242, 102, 34, 0.5);
  background: rgba(242, 102, 34, 0.4);
}
.ai-page .equipment-box .equipment-params:first-of-type .params-item {
  width: 342px;
}
.ai-page .equipment-box .equipment-params:nth-of-type(2) .params-item {
  width: 272px;
}
.ai-page .equipment-box .equipment-params:last-of-type .params-item {
  width: 460px;
}
.ai-page .equipment-box .params-des {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  text-align: center;
  margin-top: 44px;
}
.ai-page .equipment-box .params-des:before {
  width: 4px;
  height: 4px;
  background: #000000;
  border-radius: 50%;
  content: '';
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}
.ai-page .client-view {
  display: flex;
  flex-direction: column;
}
.ai-page .client-view .view-client-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
.ai-page .client-view .view-client-row:first-child {
  margin-bottom: 20px;
}
.ai-page .client-view .client-el {
  background: #F3F3F3;
  box-shadow: 0px 11px 18px 0px rgba(243, 243, 243, 0.14);
  border-radius: 8px;
  padding: 20px;
  width: 440px;
  flex-shrink: 0;
}
.ai-page .client-view .client-el .client-des {
  margin-bottom: 20px;
}
.ai-page .client-view .client-el .avatar-row {
  display: flex;
  align-items: center;
}
.ai-page .client-view .client-el .avatar-row .avatar-icon {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 100%;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
}
.ai-page .client-view .client-el .avatar-row .avatar-info .a-name {
  font-weight: bold;
  font-size: 14px;
  color: #333333;
}
.ai-page .client-view .client-el .avatar-row .avatar-info .a-des {
  font-size: 13px;
  color: #999999;
}
.ai-page .automotive-apply {
  height: 300px;
  text-align: center;
  overflow: hidden;
  background: url("../images/aiIntelligence/apply-bg.png") no-repeat center;
  color: #333333;
}
.ai-page .automotive-apply .title {
  font-weight: bold;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 10px;
  margin-top: 70px;
}
.ai-page .automotive-apply .txt {
  font-size: 14px;
  margin-bottom: 30px;
}
.ai-page .automotive-apply .apply-btn {
  display: inline-block;
  height: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  padding: 0 46px;
  color: #FFFFFF;
  background: #F26622;
}
.ai-page .automotive-apply .apply-btn:hover {
  box-shadow: 0 10px 15px 0 rgba(0, 70, 54, 0.16);
}
.ai-page .automotive-apply .apply-btn:before {
  display: inline-block;
  content: '';
  background: url("../images/automotiveIndustry/msg-icon.png") no-repeat center;
  width: 18px;
  height: 16px;
  background-size: cover;
  margin-right: 6px;
  vertical-align: middle;
}
.warm-prompt-pop:after {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  content: '';
  display: block;
}
.warm-prompt-pop .warm-content {
  width: 450px;
  height: 170px;
  background: #FFFFFF;
  border-radius: 2px;
  padding: 20px 32px;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  margin: -90px auto 0;
  z-index: 6;
}
.warm-prompt-pop .warm-content .title {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
}
.warm-prompt-pop .warm-content .close-btn {
  background: url("../images/automotiveIndustry/close-btn-icon.png") no-repeat center;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 32px;
  top: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.warm-prompt-pop .warm-content .close-btn:hover {
  transform: rotate(90deg);
}
.warm-prompt-pop .warm-content .tips-des {
  word-break: break-all;
  color: #333333;
  padding-left: 24px;
  position: relative;
}
.warm-prompt-pop .warm-content .tips-des:before {
  background: url("../images/automotiveIndustry/tips-icon.svg") no-repeat center;
  width: 20px;
  height: 20px;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}
.warm-prompt-pop .warm-content .tips-des .tag {
  display: inline-block;
  word-break: break-all;
  color: #01AE01;
}
.warm-prompt-pop .warm-content .the-btn .btn {
  padding: 7px 24px;
  border: 1px solid rgba(153, 153, 153, 0.5);
  color: #999999;
  display: inline-block;
  border-radius: 2px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 32px;
  bottom: 20px;
}
.warm-prompt-pop .warm-content .the-btn .btn:hover {
  background: #F5F6F5;
}
