[v-cloak] {
  display: none;
}
body,
html {
  font-size: 14px;
  line-height: 20px;
  min-width: 1400px;
  overflow-x: hidden;
}
.energy-page * {
  box-sizing: border-box;
}
.energy-page .common-title {
  text-align: center;
  margin-bottom: 40px;
}
.energy-page .common-title .mill-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  color: #333333;
  margin-bottom: 18px;
}
.energy-page .common-title .mill-des {
  font-size: 16px;
  color: #666666;
}
.energy-page .banner-module {
  background: url("../images/newEnergy/banner-bg.jpg") no-repeat center;
  overflow: hidden;
  width: 100%;
  min-width: 1400px;
  height: 420px;
  background-size: cover;
  position: relative;
}
.energy-page .banner-module .page-wrap {
  position: relative;
  height: inherit;
  padding-top: 60px;
  box-sizing: border-box;
}
.energy-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;
}
.energy-page .banner-module .jump-btn:hover:after {
  transform: translateX(5px);
}
.energy-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;
}
.energy-page .challenge-module {
  padding: 60px 0;
  background: rgba(243, 243, 243, 0.8);
}
.energy-page .challenge-module .make-remit {
  display: flex;
  gap: 16px;
}
.energy-page .challenge-module .make-item {
  background: url("../images/newEnergy/make-bg.jpg") no-repeat center;
  width: 692px;
  height: 400px;
  border-radius: 8px;
  padding: 52px 52px 36px 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.energy-page .challenge-module .make-item:first-of-type dl {
  margin-bottom: 40px;
}
.energy-page .challenge-module .make-item:first-of-type dl:last-of-type {
  margin-bottom: unset;
}
.energy-page .challenge-module .make-item:nth-of-type(2) dl {
  margin-bottom: 20px;
}
.energy-page .challenge-module .make-item:nth-of-type(2) dl:last-of-type {
  margin-bottom: unset;
}
.energy-page .challenge-module .make-item:hover .make-icon img {
  transform: translateY(-5px);
}
.energy-page .challenge-module .make-item:hover .make-icon:after {
  display: block;
}
.energy-page .challenge-module .make-item.active {
  background: url("../images/newEnergy/make-bg-active.jpg") no-repeat center;
}
.energy-page .challenge-module .make-item .make-title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-bottom: 34px;
}
.energy-page .challenge-module .make-item dl dt {
  font-weight: bold;
  margin-bottom: 4px;
}
.energy-page .challenge-module .make-item dl dt:before {
  width: 4px;
  height: 4px;
  background: #01AE01;
  content: '';
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}
.energy-page .challenge-module .make-item dl dd {
  color: #666666;
}
.energy-page .challenge-module .make-item .make-icon {
  position: absolute;
  right: 100px;
  top: 54px;
}
.energy-page .challenge-module .make-item .make-icon:after {
  background: url("../images/newEnergy/make-line-icon.png") no-repeat center;
  width: 132px;
  height: 37px;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -37px;
  display: none;
  transition: all 0.3s ease-in-out;
}
.energy-page .challenge-module .make-item .make-icon img {
  transition: all 0.3s ease-in-out;
}
.energy-page .precept-module {
  background: url("../images/newEnergy/precept-bg.jpg") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 699px;
  background-size: cover;
  padding: 32px 0 60px;
}
.energy-page .precept-module .precept-remit {
  display: flex;
  gap: 16px;
}
.energy-page .precept-module .precept-remit .precept-item {
  width: 338px;
  height: 480px;
  padding: 26px 54px 26px 32px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.energy-page .precept-module .precept-remit .precept-item.active ul li:before {
  background: url("../images/newEnergy/check-active-icon.png") no-repeat center;
}
.energy-page .precept-module .precept-remit .precept-item:first-of-type {
  background: url("../images/newEnergy/pre-pic1.png") no-repeat center;
}
.energy-page .precept-module .precept-remit .precept-item:first-of-type.active {
  background: url("../images/newEnergy/pre-active-pic1.png") no-repeat center;
}
.energy-page .precept-module .precept-remit .precept-item:nth-of-type(2) {
  background: url("../images/newEnergy/pre-pic2.png") no-repeat center;
}
.energy-page .precept-module .precept-remit .precept-item:nth-of-type(2).active {
  background: url("../images/newEnergy/pre-active-pic2.png") no-repeat center;
}
.energy-page .precept-module .precept-remit .precept-item:nth-of-type(3) {
  background: url("../images/newEnergy/pre-pic3.png") no-repeat center;
}
.energy-page .precept-module .precept-remit .precept-item:nth-of-type(3).active {
  background: url("../images/newEnergy/pre-active-pic3.png") no-repeat center;
}
.energy-page .precept-module .precept-remit .precept-item:nth-of-type(4) {
  background: url("../images/newEnergy/pre-pic4.png") no-repeat center;
}
.energy-page .precept-module .precept-remit .precept-item:nth-of-type(4).active {
  background: url("../images/newEnergy/pre-active-pic4.png") no-repeat center;
}
.energy-page .precept-module .precept-remit .precept-item:hover ul li:before {
  background: url("../images/newEnergy/check-active-icon.png") no-repeat center;
}
.energy-page .precept-module .precept-remit .precept-item .pre-icon {
  margin-bottom: 30px;
}
.energy-page .precept-module .precept-remit .precept-item dl {
  margin-bottom: 32px;
}
.energy-page .precept-module .precept-remit .precept-item dl dt {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-bottom: 8px;
}
.energy-page .precept-module .precept-remit .precept-item dl dd {
  color: #666666;
}
.energy-page .precept-module .precept-remit .precept-item ul li {
  min-height: 34px;
  color: #666666;
  line-height: 17px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 34px;
}
.energy-page .precept-module .precept-remit .precept-item ul li:last-of-type {
  margin-bottom: unset;
}
.energy-page .precept-module .precept-remit .precept-item ul li:before {
  background: url("../images/newEnergy/check-icon.png") no-repeat center;
  width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.energy-page .product-module {
  background: rgba(243, 243, 243, 0.4);
  padding: 60px 0;
}
.energy-page .product-module .equipment-nav {
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 40px;
}
.energy-page .product-module .equipment-nav .navs-tab {
  display: flex;
  justify-content: center;
}
.energy-page .product-module .equipment-nav .navs-tab .navs-wrap {
  display: flex;
  justify-content: center;
  gap: 0 210px;
  position: relative;
}
.energy-page .product-module .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;
}
.energy-page .product-module .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;
}
.energy-page .product-module .equipment-nav .navs-tab .tab-el.active {
  font-weight: bold;
}
.energy-page .product-module .view-sys {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  font-size: 0;
}
.energy-page .product-module .view-sys .sys-el {
  display: inline-block;
  width: 180px;
  height: 500px;
  border-radius: 8px;
  position: relative;
  margin-left: 16px;
  overflow: hidden;
  transition: width 0.3s ease;
}
.energy-page .product-module .view-sys .sys-el img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.energy-page .product-module .view-sys .sys-el:first-child {
  margin-left: 0;
}
.energy-page .product-module .view-sys .sys-el.active {
  width: 616px;
}
.energy-page .product-module .view-sys .sys-el.active .mask-info {
  opacity: 1;
  visibility: visible;
}
.energy-page .product-module .view-sys .sys-el.active .title {
  transform: translateX(-100%);
  transition-delay: 0s;
}
.energy-page .product-module .view-sys .sys-el.active .des {
  transform: translateX(-100%);
  transition-delay: 0s;
}
.energy-page .product-module .view-sys .sys-el .title {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  color: #FFFFFF;
  text-align: center;
  padding: 36px 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  transform: translateX(0);
  transition: all 0.3s 0.31s linear;
}
.energy-page .product-module .view-sys .sys-el .des {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  padding: 16px;
  font-weight: bold;
  font-size: 14px;
  transform: translateX(0);
  transition: all 0.3s 0.31s linear;
  color: rgba(255, 255, 255, 0.5);
}
.energy-page .product-module .view-sys .sys-el .mask-info {
  background: linear-gradient(0deg, #000000 0%, rgba(0, 17, 0, 0) 100%);
  border-radius: 8px;
  width: 584px;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  margin: auto;
  padding: 24px;
  z-index: 2;
  border: 1px solid #01AE01;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.energy-page .product-module .view-sys .sys-el .mask-info:before {
  display: block;
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(16px);
  z-index: -1;
  border-radius: 8px;
  transition: none;
}
.energy-page .product-module .view-sys .sys-el .mask-title {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 20px;
}
.energy-page .product-module .view-sys .sys-el .params-row {
  display: flex;
  align-items: center;
  color: #FEFEFE;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 22px;
}
.energy-page .product-module .view-sys .sys-el .params-row span {
  margin-left: 8px;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  text-align: center;
  padding: 0 22px;
  font-weight: bold;
  font-size: 14px;
  color: #FEFEFE;
  border-radius: 14px;
}
.energy-page .product-module .view-sys .sys-el .params-row .tag1 {
  background: #01AE01;
}
.energy-page .product-module .view-sys .sys-el .params-row .tag2 {
  background: #F26622;
}
.energy-page .product-module .view-sys .sys-el .params-row .tag3 {
  background: #B78B3B;
}
.energy-page .product-module .view-sys .sys-el .params-des {
  font-size: 14px;
  color: #FFFFFF;
}
.energy-page .product-module .table-box {
  background: rgba(235, 235, 235, 0.54);
  border-radius: 8px;
  padding: 16px;
}
.energy-page .product-module .table-box .table-val {
  box-shadow: 1px 0 14px 0 rgba(0, 30, 0, 0.01);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.energy-page .product-module .table-box .table-val .ling-bg {
  width: 1px;
  height: 100%;
  display: block;
  background: linear-gradient(0deg, #FEFFFF 0%, #603900 50%, #FEFFFF 100%);
  border-radius: 1px;
  opacity: 0.12;
  position: absolute;
  top: 0;
}
.energy-page .product-module .table-box .table-val .ling-bg:first-of-type {
  left: 25%;
}
.energy-page .product-module .table-box .table-val .ling-bg:nth-of-type(2) {
  left: 50%;
}
.energy-page .product-module .table-box table {
  width: 100%;
  border-collapse: collapse;
}
.energy-page .product-module .table-box table thead tr {
  box-shadow: 1px 0 14px 0 rgba(0, 30, 0, 0.01);
  background: rgba(254, 255, 255, 0.5);
}
.energy-page .product-module .table-box table thead th {
  width: 25%;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  padding: 20px;
  text-align: left;
}
.energy-page .product-module .table-box table thead th:first-of-type {
  padding-left: 87px;
}
.energy-page .product-module .table-box table thead th:nth-of-type(2) {
  padding-left: 76px;
}
.energy-page .product-module .table-box table thead th:nth-of-type(3) {
  padding-left: 80px;
}
.energy-page .product-module .table-box table thead th:nth-of-type(4) {
  text-align: center;
  color: #603900;
}
.energy-page .product-module .table-box table tbody {
  box-shadow: 1px 0 14px 0 rgba(0, 30, 0, 0.01);
  position: relative;
}
.energy-page .product-module .table-box table tbody:after {
  background: url("../images/newEnergy/table-bt-bg.png") no-repeat center;
  width: 342px;
  height: 520px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.energy-page .product-module .table-box table tbody tr {
  background: #FFFFFF;
  position: relative;
}
.energy-page .product-module .table-box table tbody tr:after {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #FEFFFF 0%, #603900 50%, #FEFFFF 100%);
  opacity: 0.12;
  border-radius: 1px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.energy-page .product-module .table-box table tbody td {
  min-height: 90px;
  position: relative;
  z-index: 2;
}
.energy-page .product-module .table-box table tbody td:first-of-type {
  padding: 20px 87px;
}
.energy-page .product-module .table-box table tbody td:nth-of-type(2) {
  padding: 20px 30px 15px 52px;
}
.energy-page .product-module .table-box table tbody td:nth-of-type(2) dd:before {
  background: url("../images/newEnergy/check-icon2.png") no-repeat center;
  width: 14px;
  height: 10px;
  content: '';
  display: inline-block;
  margin-right: 10px;
}
.energy-page .product-module .table-box table tbody td:nth-of-type(3) {
  padding: 20px 30px 15px 58px;
}
.energy-page .product-module .table-box table tbody td:nth-of-type(3) dd:before {
  background: url("../images/newEnergy/check-icon2.png") no-repeat center;
  width: 14px;
  height: 10px;
  content: '';
  display: inline-block;
  margin-right: 10px;
}
.energy-page .product-module .table-box table tbody td:nth-of-type(4) {
  padding: 20px 80px 15px 95px;
}
.energy-page .product-module .table-box table tbody td:nth-of-type(4) dd {
  color: #603900;
}
.energy-page .product-module .table-box table tbody dd {
  color: #666666;
}
.energy-page .product-module .table-tips {
  font-size: 16px;
  color: #666666;
  margin-top: 20px;
  text-align: center;
}
.energy-page .product-module .table-tips:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #01AE01;
  content: '';
  display: inline-block;
  margin-right: 10px;
}
.energy-page .product-module .example-product {
  display: flex;
  width: 1290px;
  align-items: center;
  margin: 0 auto;
}
.energy-page .product-module .example-product .example-l {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.energy-page .product-module .example-product .example-el {
  width: 340px;
  height: 60px;
  border-radius: 1px;
  font-size: 18px;
  color: #333333;
  padding-left: 20px;
  line-height: 60px;
  transition: all 0.3s;
  cursor: pointer;
}
.energy-page .product-module .example-product .example-el:hover {
  background: linear-gradient(90deg, rgba(1, 174, 1, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}
.energy-page .product-module .example-product .example-el.active {
  font-weight: bold;
  background: linear-gradient(90deg, rgba(1, 174, 1, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}
.energy-page .product-module .example-product .example-r {
  height: 510px;
  display: flex;
}
.energy-page .product-module .example-product .view-pic {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: all 550ms ease-out;
  will-change: opacity, transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
  display: flex;
  justify-content: center;
  isolation: isolate;
}
.energy-page .product-module .example-product .view-pic.animate-fade-up-center {
  opacity: 1;
  transform: translateY(0);
}
.energy-page .product-module .example-product .info-view {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: all 550ms ease-out;
  will-change: opacity, transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
  padding-top: 64px;
}
.energy-page .product-module .example-product .info-view.animate-fade-up-center {
  opacity: 1;
  transform: translateY(0);
}
.energy-page .product-module .example-product .info-view .info-el {
  width: 472px;
  min-height: 276px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 1px 8px 0px rgba(14, 22, 25, 0.18);
  border-radius: 8px;
  padding: 30px;
}
.energy-page .product-module .example-product .info-view .title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}
.energy-page .product-module .example-product .info-view .sub-t {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.energy-page .product-module .example-product .info-view .i-params {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.energy-page .product-module .example-product .info-view .i-params span {
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  padding: 0 13px;
  font-size: 13px;
  background: #FFFFFF;
  border: 1px solid transparent;
}
.energy-page .product-module .example-product .info-view .i-params span.tag1 {
  color: #01AE01;
  border-color: #01AE01;
}
.energy-page .product-module .example-product .info-view .i-params span.tag2 {
  color: #F26622;
  border-color: #F26622;
}
.energy-page .product-module .example-product .info-view .i-params span.tag3 {
  color: #B78B3B;
  border-color: #B78B3B;
}
.energy-page .product-module .example-product .info-view .c-cost {
  margin-bottom: 20px;
  line-height: 22px;
}
.energy-page .product-module .example-product .info-view .c-cost:nth-last-of-type(1) {
  margin-bottom: 0;
}
.energy-page .product-module .example-product .info-view .c-cost .c-title {
  font-size: 14px;
  font-weight: bold;
}
.energy-page .product-module .example-product .info-view .c-cost .c-des {
  color: #666666;
}
.energy-page .product-module .inventory-box {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.energy-page .product-module .inventory-box .inventory-el {
  position: relative;
  height: 210px;
  width: 456px;
}
.energy-page .product-module .inventory-box .inventory-el .inventory-mask {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
}
.energy-page .product-module .inventory-box .inventory-el .inventory-mask .mask-name {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-bottom: 20px;
}
.energy-page .product-module .inventory-box .inventory-el .inventory-mask .mask-name:before {
  display: inline-block;
  content: '';
  width: 4px;
  height: 4px;
  background: #01AE01;
  border-radius: 50%;
  margin-right: 12px;
  vertical-align: middle;
}
.energy-page .product-module .inventory-box .inventory-el .inventory-mask .t-name {
  font-size: 18px;
  font-weight: bold;
}
.energy-page .product-module .inventory-box .inventory-el .inventory-mask .t-des {
  margin-bottom: 20px;
}
.energy-page .product-module .inventory-box .inventory-el .inventory-mask .t-params {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.energy-page .product-module .inventory-box .inventory-el .inventory-mask .t-params span {
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  padding: 0 13px;
  font-size: 13px;
  background: #FFFFFF;
  border: 1px solid transparent;
}
.energy-page .product-module .inventory-box .inventory-el .inventory-mask .t-params span.tag1 {
  color: #01AE01;
  border-color: #01AE01;
}
.energy-page .product-module .inventory-box .inventory-el .inventory-mask .t-params span.tag2 {
  color: #F26622;
  border-color: #F26622;
}
.energy-page .product-module .inventory-box .inventory-el .inventory-mask .t-params span.tag3 {
  color: #B78B3B;
  border-color: #B78B3B;
}
.energy-page .product-module .inventory-box .inventory-el:hover .pic1 {
  opacity: 1;
  visibility: visible;
}
.energy-page .product-module .inventory-box .inventory-el:hover .pic2 {
  opacity: 0;
  visibility: hidden;
}
.energy-page .product-module .inventory-box .inventory-el img {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 1;
}
.energy-page .product-module .inventory-box .pic1 {
  opacity: 0;
  visibility: hidden;
}
.energy-page .feedback-module {
  padding: 60px 0;
  overflow: hidden;
}
.energy-page .feedback-module .client-view {
  display: flex;
  flex-direction: column;
}
.energy-page .feedback-module .client-view .view-client-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
.energy-page .feedback-module .client-view .view-client-row:first-child {
  margin-bottom: 20px;
}
.energy-page .feedback-module .client-view .client-el {
  background: #F3F3F3;
  box-shadow: 0 18px 4px 0 rgba(243, 243, 243, 0.24);
  border-radius: 8px;
  padding: 20px;
  width: 440px;
  min-width: 440px;
  flex-shrink: 0;
  box-sizing: border-box;
}
.energy-page .feedback-module .client-view .client-el .client-des {
  min-height: 34px;
  margin-bottom: 24px;
  color: #666666;
}
.energy-page .feedback-module .client-view .client-el .avatar-row {
  display: flex;
  align-items: center;
}
.energy-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;
}
.energy-page .feedback-module .client-view .client-el .avatar-row .avatar-info .a-name {
  font-weight: bold;
  color: #333333;
}
.energy-page .feedback-module .client-view .client-el .avatar-row .avatar-info .a-des {
  font-size: 13px;
  color: #999999;
}
.energy-page .automotive-apply {
  text-align: center;
  overflow: hidden;
  background: url("../images/newEnergy/apply-bg.jpg") no-repeat center;
  height: 300px;
  color: #333333;
}
.energy-page .automotive-apply .title {
  font-weight: bold;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 10px;
  margin-top: 70px;
}
.energy-page .automotive-apply .txt {
  font-size: 16px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  gap: 32px;
}
.energy-page .automotive-apply .txt dd {
  display: flex;
  align-items: center;
}
.energy-page .automotive-apply .txt dd:before {
  background: url("../images/newEnergy/check-icon1.png") no-repeat center;
  width: 18px;
  height: 16px;
  content: '';
  display: block;
  margin-right: 8px;
}
.energy-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;
}
.energy-page .automotive-apply .apply-btn:hover {
  box-shadow: 0 10px 15px 0 rgba(0, 70, 54, 0.16);
}
.energy-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=newEnergy.css.map */