
/* 清除内外边距 */
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":"#0b2b61","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 {
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.content {
  width: 73%;
  margin: 0 auto;
}
/*COMMON_BLK_END*/
/**/
.about {
  padding: 6rem 0 2.6rem;
}
.about dl dt {
  width: 44%;
  line-height: 0;
  float: right;
  overflow: hidden;
  position: relative;
}
.about dl dt img {
  display: block;
  width: 100%;
}
.about dl dt em {
  display: block;
  width: 5.2rem;
  height: 5.2rem;
  position: absolute;
  top: calc(50% - 2.6rem);
  left: calc(50% - 2.6rem);
  z-index: 3;
  background-image: url('../image/yinz_video.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 5.2rem 5.2rem;
}
.about dl dd {
  width: 48.6%;
  float: left;
  padding-top: 0.7rem;
}
.about dl dd h5 {
  font-size: 2.1rem;
  color: #0b2b61;
  height: 5.5rem;
  line-height: 2.3rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  position: relative;
}
.about dl dd h5:before {
  content: "";
  width: 2rem;
  height: 0.15rem;
  background: #d6d6d6;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about dl dd h5 a {
  color: #0b2b61;
}
.about dl dd h5 i {
  display: block;
  font-size: 1.1rem;
  font-weight: normal;
}
.about dl dd p {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.5rem;
}
.about dl dd span {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 0;
  margin-top: 1.5rem;
}
.about dl dd span img {
  width: 2.25rem;
  height: 2.25rem;
}
.about dl dt img,
.cpys_m dl dt img,
.news_dl dt img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.about dl dt img:hover,
.cpys_m dl dt img:hover,
.news_dl dt img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/**/
.digital {
  padding-bottom: 6rem;
}
.ibrand-num {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ibrand-num li {
  width: 24.14%;
  height: 6.5rem;
  background: #f5f5f5;
  position: relative;
  padding: 1.1rem 2.5% 0;
  box-sizing: border-box;
  font-size: 0.9rem;
  color: #0b2b61;
}
.ibrand-num li b {
  font-size: 2.6rem;
  line-height: 2.6rem;
}
.ibrand-num li em {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  top: 1.8rem;
  right: 1.6rem;
}
.ibrand-num li em img {
  width: 2.5rem;
  height: 2.5rem;
}
.ibrand-num li span {
  display: block;
  color: #666;
  line-height: 1.2rem;
  padding-top: 0.3rem;
  width: 100%;
  clear: both;
}
.ibrand-num li:hover {
  background: #0b2b61;
  color: #fff;
}
.ibrand-num li:hover span {
  color: #fff;
}
.ibrand-num li:hover em img {
  animation: flipInY 0.5s;
}
/**/
.pro_tit {
  width: 100%;
  height: 4.4rem;
  font-size: 2.1rem;
  color: #0b2b61;
  line-height: 2.2rem;
  text-align: center;
}
.pro_tit a {
  color: #0b2b61;
}
.pro_tit span {
  display: block;
  font-size: 1.1rem;
  line-height: 1.2rem;
  padding-top: 0.5rem;
  font-weight: normal;
}
.pro01 {
  padding: 6rem 0 0;
  width: 100%;
  height: 35.8rem;
  overflow: hidden;
  background-image: url('../image/cp_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 41.8rem;
}
.pro01 .pro_tit a {
  color: #fff;
}
.pro01_list {
  margin-top: 2.5rem;
}
.pro01_list .pro01_dl {
  width: 24.21%;
  height: 22.2rem;
  float: left;
  position: relative;
  margin-left: 1%;
  overflow: hidden;
}
.pro01_list .pro01_dl:before {
  content: "";
  width: 100%;
  height: 0;
  background: rgba(213, 14, 14, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pro01_list .pro01_dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.pro01_list .pro01_dl dd {
  width: 76.4%;
  position: absolute;
  top: 1.6rem;
  left: 11.8%;
  z-index: 5;
}
.pro01_list .pro01_dl dd h5 {
  font-size: 1.2rem;
  color: #333;
  height: 1.8rem;
  line-height: 1.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 1.3rem;
}
.pro01_list .pro01_dl dd h5:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: calc(50% - 0.35rem);
  left: 0;
  border: #d50e0e 0.1rem solid;
  border-radius: 50%;
}
.pro01_list .pro01_dl dd .pro_desc01 {
  padding-top: 0.6rem;
  font-size: 0.8rem;
  color: #999;
  line-height: 1.5rem;
  height: 4.5rem;
}
.pro01_list .pro01_dl dd .pro_desc02 {
  display: none;
  padding-top: 0.6rem;
  font-size: 0.8rem;
  color: #999;
  line-height: 1.5rem;
  height: 9rem;
  overflow: hidden;
}
.pro01_list .pro01_dl dd span {
  display: block;
  font-size: 1.4rem;
  color: rgba(51, 51, 51, 0.2);
  line-height: 2rem;
  padding-top: 0.6rem;
}
.pro01_list .pro01_dl dd em {
  display: none;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 0;
  margin-top: 1.5rem;
}
.pro01_list .pro01_dl dd em img {
  width: 2.25rem;
  height: 2.25rem;
}
.pro01_list .pro01_dl:first-child {
  margin-left: 0;
}
.pro01_list .pro01_dl.cur:before {
  height: 100%;
}
.pro01_list .pro01_dl.cur dd h5 {
  color: #fff;
}
.pro01_list .pro01_dl.cur dd h5:before {
  border-color: #fff;
}
.pro01_list .pro01_dl.cur dd .pro_desc01 {
  display: none;
}
.pro01_list .pro01_dl.cur dd .pro_desc02 {
  display: block;
  color: rgba(255, 255, 255, 0.7);
}
.pro01_list .pro01_dl.cur dd span {
  color: rgba(255, 255, 255, 0.3);
}
.pro01_list .pro01_dl.cur dd em {
  display: block;
}
.pro02_dl:before,
.honor_pic:before {
  content: '';
  cursor: pointer;
  position: absolute;
  left: -110%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
}
.pro02_dl:hover:before,
.honor_pic:hover:before {
  left: 110%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
/**/
.pro02 {
  background: #f5f5f5;
  padding: 6rem 0;
}
.pro02_list {
  margin-top: 2.5rem;
}
.pro02_list .pro02_dl {
  width: 31.7%;
  height: 27.7rem;
  float: left;
  margin-left: 2.4%;
  overflow: hidden;
  background: #fff;
  border: #fff 1px solid;
  padding-top: 3rem;
  box-sizing: border-box;
  position: relative;
}
.pro02_list .pro02_dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.pro02_list .pro02_dl dt img{
    display: block;
    width: 100%;
}
.pro02_list .pro02_dl dd {
  width: 84%;
  height: 4.3rem;
  padding-top: 1.1rem;
  border-top: #e5e5e5 1px solid;
  position: absolute;
  bottom: 0;
  left: 8%;
  text-align: center;
}
.pro02_list .pro02_dl dd h5 {
  font-size: 1.1rem;
  color: #333;
  font-weight: normal;
  height: 1.6rem;
  line-height: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro02_list .pro02_dl dd span {
  display: block;
  font-size: 0.8rem;
  color: #999;
  line-height: 1.4rem;
}
.pro02_list .pro02_dl:first-child {
  margin-left: 0;
}
.pro02_list .pro02_dl.cur {
  border-color: #d50e0e;
}
/*产品优势*/
.cpys {
  padding: 6.5rem 0;
  z-index: 1;
  position: relative;
}
.cpys:before {
  content: "";
  width: 100%;
  height: 25.4rem;
  background: #f5f5f5;
  position: absolute;
  bottom: 6.5rem;
  left: 0;
  z-index: -1;
}
.cpys_tit {
  font-size: 2.1rem;
  color: #0b2b61;
  height: 5rem;
  line-height: 2.2rem;
  overflow: hidden;
  position: absolute;
  top: 6.5rem;
  left: 0;
}
.cpys_tit i {
  display: block;
  font-size: 1.1rem;
  font-weight: normal;
}
.cpys_nav {
  width: 100%;
  padding-top: 3rem;
  height: 3.3rem;
  overflow: hidden;
}
.cpys_nav ul li {
  float: left;
  width: 20%;
  height: 3.3rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 0.9rem;
  color: #657083;
  text-align: center;
  line-height: 3rem;
}
.cpys_nav ul li:before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #dde0e6;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.cpys_nav ul li:after {
  content: "";
  width: 0;
  height: 0.1rem;
  background: #0b2b61;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
.cpys_nav ul li.on {
  color: #0b2b61;
  font-weight: bold;
}
.cpys_nav ul li.on:after {
  width: 100%;
}
.cpys_m dl {
  width: 90%;
  margin: 0 auto;
}
.cpys_m dl dt {
  width: 61.4%;
  float: right;
  line-height: 0;
  overflow: hidden;
}
.cpys_m dl dt img {
  display: block;
  width: 100%;
}
.cpys_m dl dd {
  width: 31%;
  float: left;
  padding: 9.5rem 0 0;
}
.cpys_m dl dd h5 {
  font-size: 1.4rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2.2rem;
}
.cpys_m dl dd p {
  font-size: 0.8rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.5rem;
  height: 6rem;
  padding-top: 1rem;
}
.cpys_m dl dd em {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 0;
  margin-top: 3rem;
}
.cpys_m dl dd em img {
  width: 2.25rem;
  height: 2.25rem;
}
/**/
.guide {
  width: 100%;
  height: 29.5rem;
  padding-top: 8rem;
  background-image: url('../image/ab_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 37.5rem;
  overflow: hidden;
}
.guide h5 {
  font-size: 2.1rem;
  color: #fff;
  line-height: 3.5rem;
  height: 3.5rem;
}
.guide p {
  font-size: 0.8rem;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.5rem;
  height: 6rem;
  padding-top: 0.8rem;
  width: 41%;
}
.guide ul {
  width: 41%;
  padding-top: 3.5rem;
}
.guide ul li {
  height: 1.6rem;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 0.8rem;
}
.guide ul li em {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 0;
  margin-right: 1rem;
}
.guide ul li em img {
  width: 1.5rem;
  height: 1.5rem;
}
/*新闻*/
.news {
  padding: 6rem 0;
}
.news_tit ul {
  width: 23%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.news_tit ul li a {
  font-size: 0.9rem;
  color: #999;
  display: block;
  float: left;
  position: relative;
  z-index: 4;
  text-decoration: none;
  height: 1.8rem;
  line-height: 1.8rem;
}
.news_tit ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #0b2b61;
  content: '';
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
.news_tit ul li.on a {
  color: #0b2b61;
  font-weight: bold;
}
.news_tit ul li.on a:after {
  height: 1px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.news_m {
  width: 100%;
  margin-top: 2rem;
}
.news_m .news_dl {
  display: block;
  width: 31.7%;
  height: 31rem;
  background: #f5f5f5;
  float: left;
  margin-right: 2.4%;
}
.news_m .news_dl dt {
  width: 100%;
  height: 16.6rem;
  line-height: 0;
  overflow: hidden;
}
.news_m .news_dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news_m .news_dl dd {
  padding: 1.5rem 0 0;
  width: 83%;
  margin: 0 auto;
}
.news_m h3 {
  font-size: 0.9rem;
  color: #333333;
  line-height: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_m .case_btn {
  display: block;
  line-height: 1.5rem;
  font-size: 0.8rem;
  color: #d30000;
  padding-top: 1rem;
}
.news_m .news_dl dd:hover h3,
.news_m ul li:hover h3 {
  color: #0b2b61;
}
.news_m p {
  font-size: 0.8rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.5rem;
  height: 6rem;
  padding-top: 0.5rem;
}
.news_m ul {
  width: 31.7%;
  height: 31rem;
  background: #f5f5f5;
  float: right;
}
.news_m ul li {
  width: 84%;
  margin: 0 auto;
}
.news_m ul li a {
  display: block;
  padding: 1.4rem 0 0;
  width: 100%;
  height: 8.5rem;
  border-bottom: #ddd 1px solid;
}
.news_m ul li p {
  -webkit-line-clamp: 2;
  height: 3rem;
}
.news_m ul li b {
  display: block;
  font-size: 1.2rem;
  color: #333333;
  line-height: 2rem;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  padding-top: 0.5rem;
}
.news_m ul li:last-child a {
  border-bottom: none;
}
/*优势*/
.super {
  padding-bottom: 1rem;
  position: relative;
}
.sup {
  width: 57.3%;
  margin: 2.5rem auto 0;
}
.sup dl {
  width: 100%;
  height: 30.9rem;
  position: relative;
}
.sup dl:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.sup dl dt {
  width: 100%;
  height: 30.9rem;
  line-height: 0;
  overflow: hidden;
}
.sup dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sup dl dd {
  width: 44%;
  height: 12.2rem;
  padding: 1.2rem 5% 0;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  box-sizing: border-box;
}
.sup dl dd h5 {
  font-size: 1.5rem;
  color: #333333;
  height: 2.2rem;
  line-height: 2rem;
  position: relative;
  display: inline-block;
}
.sup dl dd h5:before {
  content: "";
  width: 100%;
  height: 0.15rem;
  background: #d30000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sup dl dd p {
  font-size: 0.8rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.5rem;
  height: 6rem;
  padding-top: 0.8rem;
}
.sup dl.swiper-slide-active:before {
  display: none;
}
.sup .swiper-container {
  overflow: initial;
}
.sup .sup_list .swiper-slide {
  height: 30.9rem;
}
.sup_lico,
.sup_rico {
  width: 1.4rem;
  height: 2.5rem;
  line-height: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 14rem;
}
.sup_lico {
  left: -10rem;
}
.sup_rico {
  right: -10rem;
}
.sup_lico img,
.sup_rico img {
  width: 1.4rem;
  height: 2.5rem;
}
/*友情链接*/
.f_link {
  height: 4.2rem;
  overflow: hidden;
  margin: -4.2rem 0 0 58%;
  width: 42%;
  position: relative;
  z-index: 2;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.f_link b {
  font-weight: normal;
}
.f_link p {
  width: 80%;
  overflow: hidden;
}
.f_link p a {
  color: rgba(255, 255, 255, 0.4);
  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: 1760px) {
  html {
    font-size: 18.33px;
  }
}
@media screen and (min-width: 1800px) {
  html {
    font-size: 18.75px;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 20px;
  }
}
/**/
@-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);
  }
}
