[v-cloak] {
  display: none;
}
body,
html {
  font-size: 14px;
  line-height: 20px;
  min-width: 1400px;
  overflow-x: hidden;
}
.control-page * {
  box-sizing: border-box;
}
.control-page .common-title {
  text-align: center;
  margin-bottom: 50px;
}
.control-page .common-title .mill-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  color: #333333;
  margin-bottom: 18px;
}
.control-page .common-title .mill-des {
  font-size: 16px;
  color: #666666;
}
.control-page .banner-module {
  background: url("../images/industrialControl/banner-bg.jpg") no-repeat center;
  overflow: hidden;
  width: 100%;
  min-width: 1400px;
  height: 420px;
  background-size: cover;
  position: relative;
}
.control-page .banner-module .page-wrap {
  position: relative;
  height: inherit;
  padding-top: 60px;
  box-sizing: border-box;
}
.control-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;
}
.control-page .banner-module .jump-btn:hover:after {
  transform: translateX(5px);
}
.control-page .banner-module .jump-btn:after {
  content: '';
  display: inline-block;
  background: url("../images/industrialControl/arrow-icon.png") no-repeat center;
  width: 23px;
  height: 15px;
  background-size: cover;
  margin-left: 50px;
  transition: all 0.3s linear;
}
.control-page .explain-module {
  padding: 70px 0;
}
.control-page .explain-module .explain-box {
  display: flex;
  gap: 16px;
}
.control-page .explain-module .el-item {
  width: 364px;
  height: 240px;
  padding: 40px 32px 22px;
  background: linear-gradient(180deg, #F3F3F3 0%, #FCFCFC 100%);
  box-shadow: 1px 0 20px 0 rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  border: 2px solid #FFFFFF;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.control-page .explain-module .el-item.active {
  background: url("../images/industrialControl/el-bg.png") no-repeat center;
  width: 640px;
}
.control-page .explain-module .el-item.active .el-tac {
  display: none;
}
.control-page .explain-module .el-item.active .el-unfold {
  display: block;
}
.control-page .explain-module .el-tac .el-title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-bottom: 14px;
}
.control-page .explain-module .el-tac .el-des {
  color: #666666;
}
.control-page .explain-module .el-tac .el-icon {
  position: absolute;
  right: 32px;
  bottom: 12px;
}
.control-page .explain-module .el-unfold {
  width: 500px;
  display: none;
}
.control-page .explain-module .el-unfold .fold-title {
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 14px;
}
.control-page .explain-module .el-unfold .fold-des {
  color: #FFFFFF;
  margin-bottom: 28px;
}
.control-page .explain-module .el-unfold dl {
  display: flex;
  gap: 10px;
}
.control-page .explain-module .el-unfold dd {
  height: 28px;
  line-height: 28px;
  background: #FFFFFF;
  border-radius: 14px;
  display: inline-block;
  padding: 0 16px;
  font-weight: bold;
}
.control-page .explain-module .el-unfold dd.tag1 {
  color: #01AE01;
}
.control-page .explain-module .el-unfold dd.tag2 {
  color: #F26622;
}
.control-page .explain-module .el-unfold dd.tag3 {
  color: #B78B3B;
}
.control-page .reliable-module {
  background: url("../images/industrialControl/reliable-bg.jpg") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 710px;
  background-size: cover;
  padding: 70px 0 50px;
}
.control-page .reliable-module .reliable-box {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.control-page .reliable-module .rel-item {
  background: url("../images/industrialControl/reliable-icon-bg.png") no-repeat center;
  width: 456px;
  height: 220px;
  padding: 30px 82px 22px;
  border-radius: 8px;
  text-align: center;
}
.control-page .reliable-module .rel-item:hover {
  background: #FFFFFF;
}
.control-page .reliable-module .rel-item:hover .rel-icon {
  transform: translateY(-5px);
}
.control-page .reliable-module .rel-item .rel-icon {
  transition: all 0.3s ease-in-out;
}
.control-page .reliable-module .rel-item .rel-title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-top: 16px;
  margin-bottom: 6px;
}
.control-page .reliable-module .rel-item .rel-des {
  color: #666666;
}
.control-page .course-module {
  padding: 70px 0;
}
.control-page .course-module .menu-tab {
  height: 60px;
  border: 1px solid rgba(233, 233, 240, 0.4);
  background: rgba(215, 215, 215, 0.14);
  border-radius: 8px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 38px;
}
.control-page .course-module .menu-tab .tab {
  width: 694px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  color: #333333;
}
.control-page .course-module .menu-tab .tab.active {
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px rgba(0, 17, 0, 0.04);
  font-weight: bold;
  font-size: 18px;
  color: #01AE01;
}
.control-page .course-module .present-item {
  background: rgba(235, 235, 235, 0.54);
  border-radius: 8px;
  padding: 16px;
}
.control-page .course-module .present-item .val-title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 30px;
}
.control-page .course-module .present-item .val-title:before {
  background: url("../images/industrialControl/line-icon.png") no-repeat center;
  width: 287px;
  height: 7px;
  transform: rotate(180deg);
  content: '';
  display: inline-block;
  margin-right: 26px;
  vertical-align: middle;
}
.control-page .course-module .present-item .val-title:after {
  background: url("../images/industrialControl/line-icon.png") no-repeat center;
  width: 287px;
  height: 7px;
  content: '';
  display: inline-block;
  margin-left: 26px;
  vertical-align: middle;
}
.control-page .course-module .table-val {
  background: #FEFFFF;
  border-radius: 8px;
}
.control-page .course-module .table-val table {
  width: 100%;
  border-collapse: collapse;
  position: relative;
}
.control-page .course-module .table-val table:after {
  background: url("../images/industrialControl/table-val-bg.png") no-repeat center;
  width: 338px;
  height: 544px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.control-page .course-module .table-val table tr {
  position: relative;
}
.control-page .course-module .table-val table tr:after {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #FEFFFF 0%, #603900 50%, #FEFFFF 100%);
  opacity: 0.12;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.control-page .course-module .table-val table tr:last-child:after {
  background: none;
}
.control-page .course-module .table-val table th {
  width: 25%;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  padding: 23px;
}
.control-page .course-module .table-val table td {
  color: #666666;
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.control-page .course-module .pre-list {
  height: 450px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.control-page .course-module .pre-list img {
  transition: all 0.3s ease-in-out;
}
.control-page .course-module .pre-list:hover img {
  transform: scale(1.05);
}
.control-page .course-module .pre-list dl {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 32px;
  z-index: 1;
  color: #FFFFFF;
}
.control-page .course-module .pre-list dl dt {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.control-page .course-module .page-row {
  margin-top: 10px;
  display: flex;
  gap: 11px;
}
.control-page .course-module .page-row li {
  min-width: 186px;
  height: 148px;
  margin: unset;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  position: relative;
  cursor: pointer;
  opacity: 1;
}
.control-page .course-module .page-row li.swiper-pagination-bullet-active {
  border: 1px solid #01AE01;
  background: none;
  width: auto;
}
.control-page .course-module .page-row li.swiper-pagination-bullet-active .page-title {
  color: #FFFFFF;
}
.control-page .course-module .page-row li img {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.control-page .course-module .page-row li:hover img {
  transform: scale(1.05);
}
.control-page .course-module .page-row li:hover .page-title {
  color: #FFFFFF;
}
.control-page .course-module .page-row .page-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  font-weight: bold;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease-in-out;
}
.control-page .feedback-module {
  background: #f7f7f7;
  padding: 70px 0;
  overflow: hidden;
}
.control-page .feedback-module .client-view {
  display: flex;
  flex-direction: column;
}
.control-page .feedback-module .client-view .view-client-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
.control-page .feedback-module .client-view .view-client-row:first-child {
  margin-bottom: 20px;
}
.control-page .feedback-module .client-view .client-el {
  background: #FFFFFF;
  box-shadow: 0px 11px 18px 0px rgba(243, 243, 243, 0.14);
  border-radius: 8px;
  padding: 20px;
  width: 440px;
  min-width: 440px;
  flex-shrink: 0;
  box-sizing: border-box;
}
.control-page .feedback-module .client-view .client-el .tag-row {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.control-page .feedback-module .client-view .client-el .tag-row dd {
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 14px;
  display: inline-block;
  padding: 0 16px;
}
.control-page .feedback-module .client-view .client-el .tag-row .tag1 {
  background: rgba(1, 174, 1, 0.08);
  color: #01AE01;
}
.control-page .feedback-module .client-view .client-el .tag-row .tag2 {
  background: rgba(242, 102, 34, 0.08);
  color: #F26622;
}
.control-page .feedback-module .client-view .client-el .client-des {
  height: 40px;
  margin-bottom: 20px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.control-page .feedback-module .client-view .client-el .avatar-row {
  display: flex;
  align-items: center;
}
.control-page .feedback-module .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;
}
.control-page .feedback-module .client-view .client-el .avatar-row .avatar-info .a-name {
  font-weight: bold;
  color: #333333;
}
.control-page .feedback-module .client-view .client-el .avatar-row .avatar-info .a-des {
  font-size: 13px;
  color: #999999;
}
.control-page .automotive-apply {
  text-align: center;
  overflow: hidden;
  background: url("../images/industrialControl/apply-bg.jpg") no-repeat center;
  height: 300px;
  color: #333333;
}
.control-page .automotive-apply .title {
  font-weight: bold;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 10px;
  margin-top: 70px;
}
.control-page .automotive-apply .txt {
  font-size: 16px;
  margin-bottom: 30px;
}
.control-page .automotive-apply .apply-btn {
  display: inline-block;
  height: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  padding: 0 24px;
  color: #FFFFFF;
  background: #F26622;
}
.control-page .automotive-apply .apply-btn:hover {
  box-shadow: 0 10px 15px 0 rgba(0, 70, 54, 0.16);
}
.control-page .automotive-apply .apply-btn:before {
  display: inline-block;
  content: '';
  background: url("../images/industrialControl/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;
}
/*# sourceMappingURL=industrialControl.css.map */