/* 其他行业应用 */
/* 头部区域 */
#other {
  overflow: hidden;
}
#other .header {
  position: relative;
  width: 100%;
  height: 579px;
  background: #012645;
}
#other .header .other_bg_img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 579px;
}
#other .header-content {
  width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#other .header h1 {
  font-size: 40px;
  color: #fff;
  line-height: 56px;
  letter-spacing: 20px;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 40px;
}
#other .header .desc {
  width: 712px;
  font-size: 16px;
  color: #92adc5;
  line-height: 32px;
  text-align: left;
  display: inline-block;
}
#other .header .other-img {
  width: 544px;
  height: 406px;
}
/* 中间区域，一个标签页包含4个模块 */
#other section.content {
  background: #192034;
  position: relative;
}
#other section.content .polygon-bg {
  position: absolute;
  opacity: 0.11;
}
#other section.content .polygon-bg-left-bottom {
  width: 300px;
  left: 1.82%;
  bottom: 129px;
}
#other section.content .polygon-bg-right-top {
  width: 185px;
  top: 93px;
  right: 7.56%;
}
#other .apply-wrapper {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
  position: relative;
}
/* 标签页*/

#other .tabs-bar {
  position: absolute;
  top: -30px;
}
#other .tabs-nav-wrap {
  white-space: nowrap;
  overflow: hidden;
}
#other .tabs-nav {
  width: 100%;
  display: inline-block;
  font-size: 0;
  position: relative;
}
#other .tabs-nav::before,
#other .tabs-nav::after {
  display: table;
  content: ' ';
}
#other .tabs-ink-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 2px;
  background-color: #1890ff;
  transform-origin: 0 0;
  transform: translate3d(0px, 0px, 0px);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#other .tabs-nav .tabs-tab {
  width: 300px;
  height: 100px;
  line-height: 100px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  color: #474747;
  font-size: 18px;
  cursor: pointer;
  background: #fff;
  position: relative;
}
#other .tabs-nav .tabs-tab:not(:last-child)::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 56px;
  background: #d2d2d2;
  right: 0;
  top: 22px;
}
#other .tabs-nav .tabs-tab-active {
  background-color: #e9faf9;
  color: #1890ff;
  font-weight: 900;
}
#other .tabs-nav .tabs-tab:hover {
  color: #40a9ff;
}
/* 标签页对应的内容区：tab-panel */
#other .tabs-content {
  padding-top: 100px;
}
#other .tabs-content > div:not(:first-child) {
  display: none;
}
/* 简介：标题+描述+图片 */
#other .tabs-content .summary {
  display: flex;
  margin-bottom: 54px;
}
#other .tabs-content .summary .title {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
  background: linear-gradient(90deg, #00a4d5 0%, #2cd3c6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#other .tabs-content .summary .title::after {
  content: '';
  display: block;
  margin-top: 20px;
  margin-bottom: 24px;
  width: 132px;
  height: 4px;
  background: linear-gradient(90deg, #00a4d5 0%, #2cd3c6 100%);
}
#other .tabs-content .summary .desc {
  font-size: 16px;
  color: #fff;
  line-height: 40px;
}
#other .tabs-content .summary img {
  width: 581px;
  height: 243px;
  margin-left: 14px;
}
/* 详情：业务痛点+解决方案+方案价值 */
#other .tabs-content .details {
  display: flex;
  flex-direction: column;
}
#other .tabs-content .details .row {
  display: flex;
}
#other .tabs-content .details .row:not(:last-child) {
  margin-bottom: 24px;
}
#other .tabs-content .details .row > div {
  display: flex;
  flex-direction: column;
}
#other .tabs-content .details .row > div:first-child {
  flex: 1;
}
#other .tabs-content .details .row > div:last-child {
  width: 581px;
}
#other .tabs-content .details .row .sub-title {
  margin-bottom: 24px;
  line-height: 24px;
  display: flex;
  align-items: center;
}
#other .tabs-content .details .row .sub-title h2 {
  font-size: 18px;
  color: #fff;
  margin-right: 25px;
}
#other .tabs-content .details .row .desc {
  font-size: 14px;
  line-height: 48px;
  color: #fff;
}
#other .tabs-content .details .row .highlight {
  font-size: 24px;
  font-weight: 700;
  color: #23c9c9;
  margin-left: 3px;
}
#other .business-pain-points .sub-title .arrow {
  width: 493px;
  height: 1px;
  /* border: 1px dashed #27cec7; */
  /* 使用 background 背景的渐变属性，来替代 border 方案 */
  /* 可以通过背景图加 linear-gradient 属性模拟自定义的虚线边框 */
  background-image: linear-gradient(
    to right,
    #27cec7 0%,
    #27cec7 50%,
    transparent 50%
  );
  background-size: 4px 1px;
  background-repeat: repeat-x;
  position: relative;
}
#other .business-pain-points .sub-title .arrow::after {
  content: '';
  border: 6px solid #27cec7;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-width: 10px;
  border-right-width: 10px;
  position: absolute;
  right: -20px;
  top: -6px;
}
/* 业务痛点 */
#other .business-pain-points ul {
  display: flex;
  flex-direction: column;
}
#other .business-pain-points li {
  flex: 1;
  margin-right: 80px;
  font-size: 14px;
  color: #d1ddff;
  line-height: 32px;
  margin-bottom: 24px;
  display: flex;
}
#other .business-pain-points li .dot {
  display: inline-block;
  margin-right: 9px;
  width: 8px;
  height: 8px;
  background: linear-gradient(90deg, #00a4d5 0%, #2cd3c6 100%);
}
#other .business-pain-points li .dot-wrapper + span {
  text-align: justify;
}
/* 解决方案 */
#other .solution-content {
  display: flex;
  justify-content: space-between;
}
#other .solution-content ul > li {
  width: 244px;
  padding-left: 35px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  background: linear-gradient(
    90deg,
    rgba(0, 164, 213, 0.28) 0%,
    rgba(44, 211, 198, 0.28) 100%
  );
}
#other .solution-content ul > li:first-child {
  height: 67px;
  margin-top: 0;
}
#other .solution-content ul > li:last-child {
  margin-bottom: 0;
}
#other .solution-content ul > li > span {
  align-self: flex-start;
  color: #d1ddff;
  background: linear-gradient(90deg, #00a4d5 0%, #2cd3c6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* 智能高端设备：解决方案 */
#equipment .solution-content ul > li:last-child {
  margin-top: 14px;
}
#equipment .solution-content img {
  width: 322px;
  height: 345px;
}
/* 智能化工：解决方案 */
#chemical .solution-content img {
  width: 315px;
  height: 348px;
}
/* 智能轨交：解决方案 */
#railroad .solution-content ul > li {
  width: 272px;
  padding-left: 35px;
}
#railroad .solution-content ul > li:first-child {
  background: transparent;
  padding: 0 4px;
  height: 40px;
}
#railroad .solution-content ul > li:last-child {
  height: 69px;
}
/* 智能烟草：业务痛点 */
#tobacco .business-pain-points li {
  margin-right: 53px;
}
/* 智能烟草：：解决方案 */
#tobacco .solution-content ul > li {
  width: 286px;
  padding-left: 33px;
}
#tobacco .solution-content ul > li:first-child {
  height: 40px;
}
#tobacco .solution-content ul > li:not(:first-child) {
  height: 68px;
}
