﻿
/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
}
input,
textarea {
  border: 2 none;
  box-shadow: none;
  outline: none;
}
/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  font: 14px/22px "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  color: #666;
}
* h1,
* h2,
* h3,
* h4,
* h5,
* h6 {
  margin: 0px;
}
/*覆盖bootstrape对标题加的默认外边距*/
address,
cite,
dfn,
em,
i,
var {
  font-style: normal;
}
/* 斜体扶正 */
/* 重置列表元素 */
ul,
ol,
li {
  list-style: none;
}
/* 重置文本格式元素 */
a {
  text-decoration: none;
  color: #666;
  word-wrap: break-word;
}
/*英文换行*/
a:hover {
  text-decoration: none;
  color: #910800;
}
/* 重置表单元素 */
legend {
  color: #000;
}
/* for ie6 */
fieldset,
img {
  border: none;
}
/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 使表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
  overflow-y: scroll;
}
/*设置浮动*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
/*字体大小*/
.clear {
  clear: both;
  height: 0;
}
.blk-main .clearlist {
  clear: both;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100% ;
  float: none;
}
/*表单弹框*/
.nsw-modal {
  width: 100%;
  height: 100%;
  background: rgba(225, 225, 225, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.modal-dialog {
  position: fixed;
  color: #000000;
  top: 150px;
  width: 400px;
  border-radius: 3px;
  min-height: 155px;
  overflow: hidden;
  z-index: 99998;
  margin-left: -200px;
  left: 50%;
}
.modal-dialog .css-icon {
  background-image: url("../image/modal-icons.png");
}
.modal-dialog .modal-head {
  height: 30px;
  line-height: 30px;
  padding: 0px 20px;
  background: #F6EFEF;
  font-size: 14px;
}
.modal-dialog .modal-head .modal-logo {
  width: 15px;
  height: 15px;
  background-position: 1px 0px;
  margin: 8px 5px 0 0;
  float: left;
}
.modal-dialog .modal-head .close {
  float: right;
  width: 15px;
  height: 15px;
  background-position: -14px 0px;
  margin-top: 8px;
}
.modal-dialog .modal-body {
  width: 100%;
  min-height: 125px;
  background: #ffffff;
}
.modal-dialog .modal-body .modal-body-left {
  width: 140px;
  float: left;
}
.modal-dialog .modal-body .modal-body-left .icon {
  width: 64px;
  height: 64px;
  margin: 30px 0 0 48px;
}
.modal-dialog .modal-body .modal-body-left .success-message {
  background-position: 0px -14px;
}
.modal-dialog .modal-body .modal-body-left .warming-message {
  background-position: 0px -78px;
}
.modal-dialog .modal-body .modal-body-right {
  width: 260px;
  float: right;
  padding-top: 20px;
}
.modal-dialog .modal-body .modal-body-right .close-btn {
  color: #000;
  text-align: center;
  width: 90px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  background: #818079;
}
.modal-dialog .modal-body .modal-body-right p {
  line-height: 30px;
}
/*COMMON_BLK_START*/
/*AVAIBLE_VI
[
{"vicolor":"#ed1c24","sub1color":"#333333"},
{"vicolor":"#00B32D","sub1color":"#59B370"},
{"vicolor":"#FC3BFF","sub1color":"#FF9875"},
{"vicolor":"#914E00","sub1color":"#B8824D"}
]
AVAIBLE_VI*/
.ovh {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.content {
  width: 83.33%;
  margin: 0 auto;
}
/*COMMON_BLK_END*/
/**/
.pro_m dl dt img,
.pro_list ul li img,
.case dl dt img,
.hz ul li img,
.yinz dl dt img,
.super dl dt img,
.honor_pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro_m dl dt img,
.case dl dt img,
.pro_list ul li img,
.super dl dt img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.pro_m dl dt:hover img,
.case dl dt img:hover,
.pro_list ul li:hover img,
.super dl dt:hover img,
.news_l dl dt:hover img,
.news_m ul li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/*产品中心*/
.pro_tit {
  height: 5rem;
  text-align: center;
  font-size: 2.5rem;
  color: #333333;
  line-height: 2.5rem;
  overflow: hidden;
}
.pro_tit a {
  color: #333333;
  display: block;
}
.pro_tit i {
  /* color: #ed1c24; */
}
.pro_tit span {
  display: block;
  font-size: 1rem;
  line-height: 1.1rem;
  padding-top: 0.9rem;
  font-weight: normal;
}
.product {
  padding: 50px 0 0;
}
.pro_nav ul {
  width: 60%;
  margin: 2.5rem auto 0;
  height: 5.3rem;
  display: flex;
  justify-content: space-between;
}
.pro_nav ul li {
  position: relative;
  height: 5.3rem;
}
.pro_nav ul li:before {
  content: "";
  width: 0;
  height: 0.1rem;
  position: absolute;
  left: 0;
  top: 0;
  background: #ed1c24;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pro_nav ul li a {
  display: block;
  font-size: 1rem;
  color: #666;
  line-height: 1.2rem;
}
.pro_nav ul li em {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  line-height: 0;
  margin: 1rem auto 0.4rem;
  overflow: hidden;
}
.pro_nav ul li em img {
  width: 1.5rem;
  height: 3rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pro_nav ul li.on a {
  color: #ed1c24;
}
.pro_nav ul li.on em img {
  margin-top: -1.5rem;
}
.pro_nav ul li.on:before {
  width: 100%;
}
.pro_m {
  width: 100%;
}
.pro_m dl {
  width: 100%;
  background: #f5f5f5;
  display: inline-block;
}
.pro_m dl dt {
  width: 50%;
  float: left;
  line-height: 0;
  overflow: hidden;
  position: relative;
  border: #eee 1px solid;
box-sizing:border-box;
}
.pro_m dl dd {
  width: 43%;
  float: left;
  padding: 2rem 0 0 5%;
}
.pro_m dl dd h5 {
  line-height: 2.5rem;
  overflow: hidden;
}
.pro_m dl dd h5 a {
  font-size: 1.8rem;
  color: #333;
  display: block;
}
.pro_desc {
  font-size: 0.8rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.5rem;
  height: 3rem;
  padding-top: 0.5rem;
}
.pro_con {
  font-size: 0.8rem;
  color: #666;
  width: 100%;
  margin-top: 1rem;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 1.3rem 0 1rem;
  line-height: 1.5rem;
}
.pro_con b {
  display: block;
  font-size: 1.1rem;
  color: #333;
  line-height: 1.8rem;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}
.pro_con b:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0.5rem;
  border-left: 0.4rem solid #333;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
}
.pro_con i {
  color: #ed1c24;
  display: block;
  font-weight: bold;
}
.pro_more {
  margin-top: 1.5rem;
  width: 50%;
}
.pro_more a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.3rem;
  width: 43.5%;
  background: #ed1c24;
  border-radius: 3rem;
  font-size: 0.8rem;
  color: #fff;
  float: left;
  margin-right: 6.5%;
}
.pro_more a:first-child {
  background: #063061;
}
.pro_more em {
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0;
  overflow: hidden;
  margin: 0 0.4rem;
}
.pro_more em img {
  width: 0.8rem;
  height: 0.8rem;
}
.pro_more a:hover,
.honor span a:hover {
  animation: shake 0.9s linear;
  -webkit-animation: shake 0.9s linear;
}
.pro_video {
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  background-image: url('../image/cp_video.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 5.6rem 5.6rem;
  position: absolute;
  top: calc(50% - 2.8rem);
  left: calc(50% - 2.8rem);
}
.pro_video:before {
  content: '';
  width: 5.6rem;
  height: 5.6rem;
  position: absolute;
  -webkit-box-shadow: inset #fff 0 0 40px;
  box-shadow: inset #fff 0 0 40px;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0;
  animation: warn2 2s ease-out 0.1s infinite;
}
.pro_video:after {
  content: '';
  width: 5.6rem;
  height: 5.6rem;
  position: absolute;
  -webkit-box-shadow: inset #fff 0 0 40px;
  box-shadow: inset #fff 0 0 40px;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0;
  animation: warn 2s ease-out 1.1s infinite;
}
.video-pic .video-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 5;
  background: #000;
}
/*案例*/
.case {
  padding: 50px 0 0;
  width: 100%;

  background: #f5f5f5;
}
.case .pro_nav ul {
  margin: 2rem auto 0;
  width: 86%;
  max-width: 72rem;
  justify-content: space-between;
  gap: 2rem;
}
.case .pro_nav ul li {
  flex: 0 0 auto;
}
.case_dl {
  display: block;
  float: left;
  width: 15.33%;
  margin-right: 0.8%;
  position: relative;

  margin-bottom: 1rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.case_dl:after {
  content: "";
  width: 0;
  height: 0.1rem;
  background: #ed1c24;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
.case_dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.case_dl dd {
  width: 88%;
  padding: 0.8rem 0 1rem;
  margin: 0 auto;
}
.case_dl dd h5 {
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.5rem;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case_dl dd p {
  font-size: 0.7rem;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.3rem;
  height: 2.6rem;
  padding-top: 0.2rem;
}
.case_dl:nth-child(6n) {
  margin-right: 0;
}
.case_dl.cur {
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
}
.case_dl.cur:after {
  width: 100%;
}
/*引子*/
.yinz {
  background-image: url('../image/yinz_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 52.3rem;
  width: 100%;
  height: 46.3rem;
  padding-top: 5px;
  overflow: hidden;
}
.yinz dl {
  width: 100%;
  position: relative;
}
.yinz dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  position: relative;
  border-radius: 10rem 10rem 0 0;
}
.yinz dl dt:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.7) 100%);
}
.yinz dl dd {
  width: 92.6%;
  position: absolute;
  bottom: 1.5rem;
  left: 3.7%;
  display: flex;
  justify-content: space-between;
}
.yinz dl dd p {
  display: flex;
  align-items: center;
  width: 45.5%;
}
.yinz dl dd em {
  width: 4.3rem;
  height: 4.3rem;
  border-radius: 0.8rem;
  background: #ed1c24;
  margin-right: 1rem;
}
.yinz dl dd em img {
  width: 4.3rem;
  height: 4.3rem;
}
.yinz dl dd span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.2rem;
}
.yinz dl dd b {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  color: #fff;
}
.yinz_l {
  width: 67%;
}
.yinz_l h5 {
  font-size: 2.5rem;
  color: #333333;
  line-height: 3.5rem;
  overflow: hidden;
}
.yinz_l h5 i {
  /* color: #ed1c24; */
}
.yinz_l h6 {
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.8rem;
  color: #333333;
  padding-top: 1rem;
}
.yinz_l p {
  font-size: 0.8rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5rem;
  height: 3rem;
  padding-top: 0.3rem;
}
.yinz_l span {
  display: block;
  line-height: 1.5rem;
  width: 5rem;
  padding-top: 0.5rem;
}
.yinz_l span a {
  display: block;
  font-size: 0.8rem;
  color: #ed1c24;
}
.yinz_l span a:hover {
  font-weight: bold;
}
.digital {
  width: 24%;
  height: 13.7rem;
  overflow: hidden;
}
.digital ul li {
  color: #063061;
  font-size: 0.9rem;
  height: 6.7rem;
  line-height: 3rem;
  float: left;
  width: 57%;
}
.digital ul li:nth-child(2n) {
  width: 43%;
}
.digital ul li b {
  font-size: 3.6rem;
  font-style: italic;
}
.digital ul li span {
  display: block;
  width: 100%;
  color: #999;
  line-height: 1.2rem;
  clear: both;
  margin-top: -0.5rem;
}
/**/

/* ========== yinz 全新布局 v2 - 参考图2 ========== */
.yinz {
  background-image: url('../image/yinz_bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  min-height: 680px;
  height: auto;
  padding: 3rem 0 4rem;
  overflow: hidden;
  position: relative;
}
.yinz-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: calc(100% - clamp(40px, 6vw, 128px));
  max-width: none;
  padding: 0 !important;
  margin: 0 auto !important;
  gap: 0;
}

/* ====== 左侧区域 ====== */
.yinz-left {
  width: 40%;
  min-width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 3rem 2rem 0;
  position: relative;
  z-index: 2;
}
.yinz-left h5 {
  font-size: 2.8rem !important;
  color: #1a1a1a !important;
  line-height: 1.25;
  font-weight: 700 !important;
  margin-bottom: 0.6rem;
  letter-spacing: 1px;
}
.yinz-left h5 i {
  color: #1a1a1a !important;
  font-style: normal;
}
.yinz-left h6 {
  font-size: 1.4rem !important;
  font-weight: normal !important;
  line-height: 1.5;
  color: #444 !important;
  margin-bottom: 1.2rem;
}
.yinz-left p {
  font-size: 0.9rem !important;
  color: #666 !important;
  line-height: 1.8 !important;
  max-width: 95%;
  margin-bottom: 0 !important;
  display: block;
  height: auto !important;
  -webkit-line-clamp: none !important;
  overflow: visible !important;
}
/* 橙色短横线 - 用p的::after实现 */
.yinz-left p::after {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  background: #e99a22;
  margin-top: 2.2rem;
  margin-bottom: 2rem;
  border-radius: 2px;
}

/* ====== 数据区域 - 胶囊标签样式 ====== */
.yinz-left .ibrand-num {
  display: grid;
  grid-template-columns: repeat(2, minmax(135px, 1fr));
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 1.35rem 2rem;
  max-width: 430px;
}
.yinz-left .ibrand-num li {
  display: grid;
  grid-template-columns: max-content auto;
  align-items: end;
  column-gap: 0.35rem;
  row-gap: 0.35rem;
  text-align: left;
  margin-right: 0;
  position: relative;
  padding: 0;
  border-right: none;
  min-width: 0;
}
.yinz-left .ibrand-num li:not(:last-child):after {
  content: none !important;
}
/* 数字部分 - 大字号深蓝倾斜加粗 */
.yinz-left .ibrand-num li b {
  grid-column: 1;
  font-size: 2.65rem;
  font-style: italic;
  font-weight: 700;
  color: #003b70;
  line-height: 1;
  display: block;
  letter-spacing: 0;
}
.yinz-left .ibrand-num li small {
  grid-column: 2;
  font-size: 1rem;
  color: #003b70;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 0.25rem;
  margin-left: 0;
}
/* 胶囊标签 */
.yinz-left .ibrand-num li span {
  grid-column: 1 / -1;
  justify-self: start;
  display: inline-block;
  padding: 4px 16px;
  border: 1px solid #ddd;
  border-radius: 20px;
  background: rgba(255,255,255,0.85);
  font-size: 0.72rem;
  color: #777;
  margin-top: 0;
  white-space: nowrap;
}

/* ====== 右侧区域 ====== */
.yinz-right {
  width: 60%;
  min-width: 60%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 1.5rem 0 0;
}

/* 视频容器 - 大图为主体 */
.yinz-video {
  width: 90%;
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 0;
  align-self: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  /* 多层科技感边框 */
  border: 8px solid rgba(30,30,30,0.9);
  box-shadow:
    0 0 0 2px #aaa,
    0 0 0 8px #eee,
    0 0 0 10px #aaa,
    0 12px 40px rgba(0,0,0,0.25);
  border-radius: 10px;
  background: #e8eaed;
  line-height: 0;
}
.yinz-video img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.yinz-video .video-wrap video {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  display: block;
}

/* 播放按钮 - 居中放大 */
.yinz-video .pro_video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4.5rem;
  height: 4.5rem;
  z-index: 5;
  cursor: pointer;
  background-image: url('../image/cp_video.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 4.5rem 4.5rem;
  border-radius: 50%;
}
.yinz-video .pro_video::before {
  content: '';
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  top: 0; left: 0;
  box-shadow: inset #fff 0 0 35px;
  border-radius: 50%;
  opacity: 0;
  animation: warn2 2s ease-out 0.1s infinite;
}
.yinz-video .pro_video::after {
  content: '';
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  top: 0; left: 0;
  box-shadow: inset #fff 0 0 35px;
  border-radius: 50%;
  opacity: 0;
  animation: warn 2s ease-out 1.1s infinite;
}

/* ====== 底部卡片 - 绝对定位叠加在视频底部 ====== */
.yinz-cards {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 28px;
  z-index: 6;
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  pointer-events: none;
}
.yinz-card {
  width: 48%;
  display: flex;
  align-items: center;
  background: transparent;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 0;
  pointer-events: auto;
}
/* 橙色图标方块 */
.yinz-card em {
  width: 3.8rem;
  height: 3.8rem;
  min-width: 3.8rem;
  border-radius: 8px;
  background: linear-gradient(135deg, #ed1c24, #ff5b5b);
  margin-right: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.yinz-card em img {
  width: 2rem;
  height: 2rem;
  filter: brightness(0) invert(1);
}
/* 卡片文字 - 白色 */
.yinz-card .card-text b {
  font-size: 1.2rem;
  color: #ffffff;
  display: block;
  font-weight: bold;
  margin-bottom: 1.2rem;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.yinz-card .card-text span {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.88);
  line-height: 1.55;
  display: block;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

/* super 新布局 - 左白右蓝全屏分栏 */
.super-new {
  background: #fff !important;
  background-image: none !important;
  padding: 0 !important;
  height: auto;
  min-height: 40rem;
  overflow: hidden;
}
.super-new .content {
  display: flex;
  width: calc(100% - clamp(40px, 6vw, 128px));
  max-width: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
}
.super-left {
  width: 45%;
  min-height: 40rem;
  background: #fff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 5rem 3rem 3rem 1rem !important;
  display: flex;
  flex-direction: column;
  position: relative;
}
.super-left h5 {
  font-size: 2.6rem;
  color: #063061;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.8rem;
  padding-left: 0 !important;
}
.super-left h5::before {
  content: none !important;
}
.super-left h5::after {
  content: "";
  display: block;
  width: 4rem;
  height: 4px;
  background: linear-gradient(90deg, #ed1c24, #ff5b5b);
  border-radius: 2px;
  margin-top: 0.8rem;
  margin-bottom: 2rem;
}
.super-card {
  display: block;
  background: #fff;
  border-radius: 0.8rem;
  padding: 1.6rem 1.4rem;
  margin-bottom: 1.5rem;
  border: 1px solid #e8ecf0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  transition: all 0.25s ease;
}
.super-card:last-child {
  margin-bottom: 0;
}
.super-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  border-color: #ed1c24;
}
.super-card .card-icon {
  display: none !important;
}
.super-card .card-body b {
  font-size: 1.15rem;
  color: #333333;
  display: block;
  line-height: 1.35;
  margin-bottom: 0.5rem;
}
.super-card .card-body i {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.45;
  font-style: normal;
  display: block;
}
.super-card .card-body p {
  font-size: 0.82rem;
  color: #666666;
  line-height: 1.55rem;
  padding-top: 0.45rem;
}
.super-right {
  width: 55%;
  min-height: 36rem;
  background: linear-gradient(135deg, #063061 0%, #0a4a8a 50%, #073a70 100%);
  border-radius: 0 !important;
  overflow: visible !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  border: none !important;
  padding: 2.5rem;
}
/* ====== 研发与技术优势 - 视频区域（重构独立样式） ====== */
.tech-video {
  width: 80%;
  max-width: 820px;
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 0;
  align-self: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  /* 深色多层科技感边框 */
  border: 8px solid rgba(30, 30, 30, 0.9);
  box-shadow:
    0 0 0 2px #aaa,
    0 0 0 8px #eee,
    0 0 0 10px #aaa,
    0 12px 40px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background: #e8eaed;
  line-height: 0;
  cursor: pointer;
}

/* 封面图 */
.tech-video__poster {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* 视频播放层（点击后填充） */
.tech-video__wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 5;
  background: #000;
}
.tech-video__wrap video {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  display: block;
}

/* 播放按钮 - 橙色圆形 + 白色三角 */
.tech-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.5rem;
  height: 5.5rem;
  background: rgba(237, 108, 0, 0.92);
  border-radius: 50%;
  cursor: pointer;
  z-index: 6;
  box-shadow: 0 4px 20px rgba(237, 108, 0, 0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.tech-video:hover .tech-video__play {
  transform: translate(-50%, -50%) scale(1.08);
  box-shadow: 0 6px 28px rgba(237, 108, 0, 0.6);
}
/* 白色播放三角 */
.tech-video__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 1.1rem solid transparent;
  border-bottom: 1.1rem solid transparent;
  border-left: 1.75rem solid #fff;
  margin-left: 3px;
}


.product .pro_nav ul {
  width: min(68%, 980px);
  height: auto;
  margin: 2.4rem auto 1.4rem;
  align-items: flex-start;
}
.product .pro_nav ul li {
  width: 9.5rem;
  min-height: 4.8rem;
  height: auto;
  text-align: center;
  flex: 0 0 9.5rem;
}
.product .pro_nav ul li:before {
  left: 50%;
  transform: translateX(-50%);
}
.product .pro_nav ul li.on:before {
  width: 1.8rem;
}
.product .pro_nav ul li a {
  min-height: 4.6rem;
  line-height: 1.35rem;
  white-space: normal;
}
.product .pro_nav ul li em {
  margin: 0.9rem auto 0.45rem;
}
.product .pro_m dl {
  overflow: hidden;
}
.product .pro_m dl dt {
  width: 50% !important;
  height: clamp(280px, 22vw, 400px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.product .pro_m dl dt a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .pro_m dl dt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.product .pro_m dl dt:not(.vr-iframe-box) img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  
}
.product .pro_m dl dt:not(.vr-iframe-box):hover img {
  transform: scale(1.04);
}
.product .pro_m dl dd {
  width: 50%;
  height: clamp(280px, 22vw, 400px);
  padding: 2.6rem 4.5% 2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.product .pro_m dl dd h5,
.product .pro_m dl dd .pro_desc {
  flex: 0 0 auto;
}
.product .pro_m dl dd .pro_con {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.product .pro_more {
  width: 100%;
  max-width: 360px;
  overflow: hidden;
  flex: 0 0 auto;
}
.pro02 {
  padding: 4.8rem 0 6.5rem;
}
.pro02 .pro_tit {
  height: 4rem;
  margin-bottom: 1.6rem;
}
.pro02 .pro_tit span {
  padding-top: 0.6rem;
  font-size: 0.7rem;
  color: #999;
  text-transform: uppercase;
  font-weight: bold;
}
.pro02 ul li:before {
  content: "";
  width: 1px;
  height: 15.5rem;
  position: absolute;
  left: -1.5rem;
  top: 0;
  background: #e5e5e5;
}
.pro02 ul li em {
  display: block;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.pro02 ul li span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.6rem;
  padding-top: 0.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro02 ul li:hover span {
  color: #ed1c24;
}
.pro02_dot {
  width: 100%;
  height: 2rem;
  margin-top: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro02_dot p {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  cursor: pointer;
  line-height: 0;
  margin: 0 1.2rem;
}
.pro02_dot img {
  width: 2rem;
  height: 2rem;
}
.pro02_dot .swiper-pagination {
  position: relative;
}
.pro02_dot .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.pro02_dot .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  background: #b2c3d3;
  margin: 0 0.25rem;
  opacity: 1;
}
.pro02_dot .swiper-pagination-bullet-active {
  background: #063061;
}
/*优势*/
.super {
  background-image: url('../image/ys_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 40.8rem;
  width: 100%;
  height: 40.8rem;
  overflow: hidden;
}
.super dl {
  width: 100%;
  position: relative;
  height: 40.8rem;
}
.super dl dt {
  width: 67%;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  bottom: 4rem;
  right: -6rem;
  border: 0.2rem solid #fff;
  border-radius: 2rem;
}
.super dl dt .sbor{}
.super dl dt .sbor img{
    background: #063061;
    padding: 1%;
    border-radius: 2rem;
    width: 98%;
}
.super dl dt .sbor video{border-radius: 2rem;}
.super dl dd {
  width: 35%;
  float: left;
  padding-top: 5px;
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
}
.super dl dd h5 {
  font-size: 2.5rem;
  color: #fff;
  height: 4.3rem;
  line-height: 5rem;
  margin-bottom: 2.3rem;
  overflow: hidden;
}
.super dl dd .sup_desc {
  border-top: rgba(255, 255, 255, 0.2) 1px solid;
  padding: 2rem 0 1.5rem;
}
.super dl dd p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5rem;
  padding-top: 0.7rem;
}
.super dl dd span {
  display: flex;
  align-items: center;
  line-height: 1.2rem;
}
.super dl dd em {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 0.3rem;
  background: #ed1c24;
  margin-right: 1rem;
}
.super dl dd em img {
  width: 3.1rem;
  height: 3.1rem;
}
.super dl dd b {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.5rem;
}
.super dl dd i {
  display: block;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.3);
  font-weight: normal;
  text-transform: uppercase;
}
/*资质荣誉*/
.honor {
  background-image: url('../image/honor_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 45.5rem;
  width: 100%;
  height: 39.3rem;
  padding-top: 50px;
  overflow: hidden;
  position: relative;
}
.honor h3 {
  width: 15rem;
  margin: 0 auto;
  text-align: center;
  font-size: 2.5rem;
  color: #333333;
  line-height: 3.3rem;
  overflow: hidden;
  background-image: url('../image/honor_tbg.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 15rem 3.3rem;
}
.honor h3 a {
  color: #333333;
  display: block;
}



.honor span {
  width: 8%;
  margin: 1.2rem auto 0;
  display: block;
}
.honor span a {
  width: 100%;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3rem;
  background: #ed1c24;
  font-size: 0.8rem;
  color: #fff;
}
.honor span em {
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0;
  overflow: hidden;
  margin-left: 0.5rem;
}
.honor span em img {
  width: 0.8rem;
  height: 0.8rem;
}
.honor_desc {
  width: 68.5%;
  margin: 0 auto;
  text-align: center;
  font-size: 0.9rem;
  color: #333333;
  line-height: 1.6rem;
  padding-top: 0.8rem;
}
.honor_pic {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
.honor:before {
  content: '';
  cursor: pointer;
  position: absolute;
  left: -120%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
  z-index: 2;
}
.honor:hover:before {
  left: 120%;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
/*服务支持*/
.fuw {
  background-image: url('../image/fuw_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 40rem;
  width: 100%;
  height: auto;
  padding-top: 50px;
  overflow: hidden;
}
.fuw dl {
  width: 25%;
  padding: 2rem 0 2.3rem;
  background: rgba(255, 255, 255, 0.9);
  float: left;
  margin-top: 2.5rem;
  position: relative;
}
.fuw dl:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #ccc;
}
.fuw dl dt {
  width: 3.7rem;
  height: 3.7rem;
  line-height: 0;
  overflow: hidden;
  margin: 0 auto;
  background: #00396d;
  border-radius: 50%;
}
.fuw dl dt img {
  width: 3.7rem;
  height: 7.4rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fuw dl dd {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding-top: 0.8rem;
}
.fuw dl dd h3 {
  font-size: 1.2rem;
  color: #333;
  line-height: 2rem;
  overflow: hidden;
}
.fuw dl dd p {
  font-size: 0.8rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4rem;
  height: 2.8rem;
  padding-top: 0.6rem;
}
.fuw dl.no-before:before {
  display: none;
}
.fuw dl.cur {
  background: #ed1c24;
}
.fuw dl.cur dt {
  background: #fff;
}
.fuw dl.cur dt img {
  margin-top: -3.7rem;
}
.fuw dl.cur dd h3,
.fuw dl.cur dd p {
  color: #fff;
}
.fuw_tit {
  height: 7.5rem;
  text-align: center;
  font-size: 2.5rem;
  color: #fff;
  line-height: 2.5rem;
  overflow: hidden;
}
.fuw_tit a {
  color: #333333;
  display: block;
}
.fuw_tit span {
  display: block;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6rem;
  padding-top: 1rem;
  font-weight: normal;
}
.fuw_tit em {
  display: block;
}
.fuw_tit i {
  /* color: #ed1c24; */
}
/*合作伙伴*/
.hz {
  padding: 50px 0 5rem;
}
.hz .fuw_tit {
  margin-bottom: 2.5rem;
}
.hz .fuw_tit span {
  color: #333333;
}
.hz ul li {
  width: 100%;
  line-height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}
.hz ul li a {
  display: block;
  width: 99%;
  border: #e5e5e5 1px solid;
  box-sizing: border-box;
}
.hz ul li:hover a {
  border-color: #ed1c24;
}
/*新闻资讯*/

/* ══════════════════════════════════════════════════════════════
   KN-NEWS: 凯能新闻 — 公司动态 + 锅炉百科 (redesigned 2026-07-10)
   ══════════════════════════════════════════════════════════════ */
.kn-news-section {
  width: 83.33%;
  margin: 72px auto 0;
  padding: 0 0 72px;
  box-sizing: border-box;
}
.kn-sec-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 28px;
  border-bottom: 1px solid #E5EAF0;
}
.kn-sec-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.kn-sec-bar {
  display: block;
  width: 3px;
  height: 24px;
  background: #F36A10;
  border-radius: 2px;
  flex-shrink: 0;
}
.kn-sec-title {
  font-size: 28px;
  font-weight: 600;
  color: #073B70;
  margin: 0;
  line-height: 1.2;
}
.kn-sec-more {
  font-size: 14px;
  color: #6B7280;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.25s;
}
.kn-sec-more:hover {
  color: #F36A10;
}

/* ═══ 公司动态: 2-column large cards ═══ */
.kn-news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 72px;
}
.kn-news-card {
  display: flex;
  border: 1px solid #E5EAF0;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.3s;
  overflow: hidden;
}
.kn-news-card:hover {
  border-color: #B0C4DE;
}
.kn-news-card:hover .kn-news-card-img img {
  transform: scale(1.03);
}
.kn-news-card:hover .kn-news-card-title {
  color: #F36A10;
}
.kn-news-card:hover .kn-news-card-link {
  color: #F36A10;
}
.kn-news-card-img {
  width: 38%;
  min-width: 220px;
  overflow: hidden;
  background: #F7F9FB;
  flex-shrink: 0;
}
.kn-news-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.kn-news-card-body {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-width: 0;
}
.kn-news-card-date {
  font-size: 13px;
  color: #9AA1AA;
}
.kn-news-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #17263C;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s;
}
.kn-news-card-desc {
  font-size: 14px;
  color: #6B7280;
  line-height: 1.8;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.kn-news-card-link {
  font-size: 14px;
  color: #F36A10;
  transition: color 0.25s;
}

/* ═══ 锅炉百科: 2-column horizontal compact cards ═══ */
.kn-bk-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.kn-bk-card {
  display: flex;
  border: 1px solid #E5EAF0;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.3s;
  overflow: hidden;
}
.kn-bk-card:hover {
  border-color: #B0C4DE;
}
.kn-bk-card:hover .kn-bk-card-img img {
  transform: scale(1.03);
}
.kn-bk-card:hover .kn-bk-card-title {
  color: #F36A10;
}
.kn-bk-card:hover .kn-bk-card-link {
  color: #F36A10;
}
.kn-bk-card-img {
  width: 38%;
  min-width: 220px;
  flex-shrink: 0;
  overflow: hidden;
  background: #F7F9FB;
}
.kn-bk-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
  display: block;
}
.kn-bk-card-body {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  justify-content: center;
}
.kn-bk-card-date {
  font-size: 13px;
  color: #9AA1AA;
}
.kn-bk-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #17263C;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s;
}
.kn-bk-card-desc {
  font-size: 14px;
  color: #6B7280;
  line-height: 1.8;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.kn-bk-card-link {
  font-size: 14px;
  color: #F36A10;
  transition: color 0.25s;
}

/* ═══ Responsive ═══ */
@media (max-width: 1200px) {
  .kn-news-section {
    margin-top: 56px;
    padding: 0 24px;
  }
  .kn-news-grid {
    gap: 24px;
    margin-bottom: 56px;
  }
  .kn-bk-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .kn-news-section {
    margin-top: 40px;
  }
  .kn-sec-title {
    font-size: 22px;
  }
  .kn-news-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
  .kn-news-card-title {
    font-size: 18px;
  }
  .kn-news-card-desc {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
  .kn-bk-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .kn-bk-card {
    flex-direction: column;
  }
  .kn-bk-card-img {
    width: 100%;
    min-width: 0;
    aspect-ratio: 16 / 9;
  }
  .kn-bk-card-body {
    padding: 16px;
    gap: 6px;
  }
  .kn-bk-card-title {
    font-size: 16px;
  }
  .kn-bk-card-desc {
    font-size: 13px;
    -webkit-line-clamp: 2;
  }
}

/*关于我们*/
.about {
  background-image: url('../image/ab_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 37.9rem;
  width: 100%;
  height: 33.7rem;
  padding-top: 4.2rem;
  overflow: hidden;
}
.about h2 {
  width: 50rem;
  height: 9rem;
  line-height: 0;
  margin: 0 auto;
}
.about h2 img {
  width: 50rem;
  height: 9rem;
}
.about h3 {
  width: 38%;
  margin: 0 auto;
  text-align: center;
  line-height: 2rem;
  overflow: hidden;
  position: relative;
}
.about h3:before {
  content: "";
  width: 8rem;
  height: 1px;
  position: absolute;
  top: 1.1rem;
  left: 17%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
}
.about h3:after {
  content: "";
  width: 8rem;
  height: 1px;
  position: absolute;
  top: 1.1rem;
  right: 17%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}
.about h3 a {
  display: block;
  font-size: 1.4rem;
  color: #fff;
}
.about h3 i {
  display: block;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  font-weight: normal;
}
/*友情链接*/
.f_link {
  background-image: url('../image/link_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 4.8rem;
  height: 4.8rem;
  line-height: 4.8rem;
  overflow: hidden;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}
.f_link b {
  display: block;
  float: left;
  font-weight: normal;
}
.f_link p {
  float: left;
}
.f_link p a {
  color: rgba(255, 255, 255, 0.5);
  padding: 0 0.5rem 0 0;
}
.f_link p a:hover {
  color: rgba(255, 255, 255, 0.8);
}
/**/
html {
  font-size: 12px;
  -webkit-text-size-adjust: none;
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 12.5px;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 13.33333px;
  }
}
@media screen and (min-width: 1366px) {
  html {
    font-size: 14.22916px;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 16.66666px;
  }
}
@media screen and (min-width: 1800px) {
  html {
    font-size: 18.75px;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 20px;
  }
}
/**/
@keyframes warn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes warn2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  5% {
    opacity: 8;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
/**/
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
  }
  20%,
  60% {
    -webkit-transform: translate3d(-10px, 0, 0);
  }
  40%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  20%,
  60% {
    transform: translate3d(-10px, 0, 0);
  }
  40%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
/*图标抖动*/
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
