@charset "utf-8";
/* 清除内外边距 */
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("../images/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":"#c8161d","sub1color":"#000000"},
{"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: 83.33%;
  margin: 0 auto;
}
/*COMMON_BLK_END*/
/**/
.yinz dl dt img,
.product ul li img,
.casem dl dt img,
.about p img,
.ab_m em img {
  display: block;
  width: 100%;
}
.product ul li img,
.casem dl dt img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.product ul li:hover img,
.casem dl:hover dt img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.yinz {
  padding: 6rem 0;
}
.yinz .yinz_dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.yinz .yinz_dl dd {
  width: 100%;
  height: 13.5rem;
}
.yinz .yinz_dl dd em {
  display: block;
  line-height: 0;
  width: 28.1rem;
  float: left;
}
.yinz .yinz_dl dd em img {
  width: 28.1rem;
  height: 13.5rem;
}
.yinz .yinz_dl dd .yinz_desc {
  width: 55%;
  float: right;
}
.yinz .yinz_dl dd h3 {
  font-size: 2.6rem;
  color: #000000;
  line-height: 3.2rem;
  margin-bottom: 0.5rem;
}
.yinz .yinz_dl dd p {
  font-size: 0.9rem;
  color: #282828;
  line-height: 1.4rem;
  padding-top: 0.5rem;
}
.yinz_list {
  margin-top: 2rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.yinz_list dl {
  width: 32.5%;
  height: 9.6rem;
  border: 1px solid #aeaeae;
  border-radius: 1rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 3% 0 2.5%;
}
.yinz_list dl dt {
  width: 3.7rem;
  height: 3.3rem;
  line-height: 0;
  overflow: hidden;
}
.yinz_list dl dt img {
  width: 3.7rem;
  height: 6.6rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.yinz_list dl dd {
  text-align: right;
  font-size: 1.1rem;
  color: #000;
  line-height: 1.5rem;
  margin-top: -0.5rem;
}
.yinz_list dl dd b {
  display: block;
  font-family: "DINOT";
  font-size: 3rem;
  color: #efeff0;
  line-height: 3rem;
  margin-bottom: 1rem;
}
.yinz_list dl dd i {
  display: block;
  font-size: 0.6rem;
  text-transform: uppercase;
}
.yinz_list dl.cur {
  border-color: #c8161d;
}
.yinz_list dl.cur dt img {
  margin-top: -3.3rem;
}
.yinz_list dl.cur dd {
  color: #c8161d;
}
.yinz_list dl.cur dd b {
  color: #f9dede;
}
.yinz_video {
  display: block;
  background-image: url('../images/yinz_video.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 8.5rem 8.5rem;
  width: 8.5rem;
  height: 8.5rem;
  position: absolute;
  top: 10rem;
  left: calc(50% - 4.2rem);
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
}
.yinz_video:before {
  content: '';
  width: 8.5rem;
  height: 8.5rem;
  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;
}
.yinz_video:after {
  content: '';
  width: 8.5rem;
  height: 8.5rem;
  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;
}
/*产品中心*/
.product {
  background-image: url('../images/cp_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 121.2rem;
  width: 100%;
  height: 116.5rem;
  padding-top: 4.7rem;
}
.pro_tit {
  width: 100%;
  height: 7.1rem;
}
.pro_tit h2 {
  width: 25%;
  float: left;
  line-height: 2.8rem;
}
.pro_tit h2 a {
  display: block;
  font-size: 2.7rem;
  color: #fff;
}
.pro_tit h2 i {
  display: block;
  font-size: 1.2rem;
  line-height: 1.3rem;
  padding-top: 1rem;
}
.pro_tit ul {
  width: 41.25%;
  float: right;
  padding-top: 1.5rem;
}
.pro_tit ul li {
  width: 33.33%;
  float: left;
}
.pro_tit ul li a {
  display: block;
  width: 100%;
  text-align: center;
  height: 2.6rem;
  line-height: 2.5rem;
  font-size: 1.2rem;
  color: #fff;
  border: 0.1rem solid rgba(225, 225, 225, 0);
  border-radius: 3rem;
}
.pro_tit ul li.cur a {
  border-color: #fff;
}
.pro_tit span {
  display: block;
  float: right;
  padding-top: 1.5rem;
  height: 2.8rem;
  line-height: 2.6rem;
  margin-left: 1.5rem;
}
.pro_tit span a {
  font-size: 1.2rem;
  color: #fff;
}
.pro01 {
  width: 100%;
  background: #fff;
  border-radius: 3rem 3rem 0 0;
  box-sizing: border-box;
  padding: 3rem 3.5% 3.5rem;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
}
.pro01 h3 {
  line-height: 3rem;
  height: 3rem;
  width: 100%;
}
.pro01 h3 a {
  font-size: 1.8rem;
  color: #000000;
}
.pro01 h3 a:hover {
  color: #c8161d;
}
.pro01 h3 em {
  display: block;
  width: 2.7rem;
  float: right;
  padding-top: 1rem;
  line-height: 0;
}
.pro01 h3 em img {
  width: 2.7rem;
  height: 1rem;
}
.pro01 p {
  width: 75%;
  font-size: 0.9rem;
  color: #5c5c5c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5rem;
  height: 3rem;
  padding-top: 1rem;
}
.pro01 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 2.5rem;
}
.pro01 ul li {
  width: 24.7%;
}
.pro01 ul li em {
  display: block;
  width: 100%;
  line-height: 0;
  border: #b4b4b4 1px solid;
  box-sizing: border-box;
  overflow: hidden;
}
.pro01 ul li span {
  display: block;
  font-size: 1rem;
  color: #000;
  line-height: 2rem;
  padding-top: 0.5rem;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*优势*/
.sup_tit {
  font-size: 3.7rem;
  color: #fff;
  line-height: 4.5rem;
  position: absolute;
  top: 6.8rem;
  left: 8.3%;
  z-index: 3;
}
.sup_tit span {
  display: block;
}
.sup_tit i {
  color: #c8161d;
}
.sup_nav {
  width: 100%;
  height: 9rem;
  background: #c8161d;
}
.sup_nav ul li {
  position: relative;
  z-index: 5;
  width: 25%;
  float: left;
  height: 9rem;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.6rem;
  text-align: center;
  padding-top: 2.5rem;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sup_nav ul li:before {
  content: "";
  width: 1px;
  height: 4.2rem;
  position: absolute;
  bottom: 2.2rem;
  left: 0;
  background: rgba(225, 225, 225, 0.3);
}
.sup_nav ul li i {
  display: block;
}
.sup_nav ul li em {
  display: none;
  width: 3.3rem;
  height: 3.3rem;
  padding: 0.5rem;
  line-height: 0;
  overflow: hidden;
  border: #fff 0.1rem solid;
  border-radius: 50%;
  background: rgba(225, 225, 225, 0.2);
  z-index: 1;
  position: absolute;
  top: 0;
  left: calc(50% - 2.3rem);
}
.sup_nav ul li em:before {
  content: "";
  width: 3.3rem;
  height: 3.3rem;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: -1;
  border-radius: 50%;
  background: #fff;
}
.sup_nav ul li em img {
  width: 3.3rem;
  height: 3.3rem;
}
.sup_nav ul li.on {
  padding-top: 3.3rem;
}
.sup_nav ul li.on:after {
  content: "";
  width: 100%;
  height: 10rem;
  position: absolute;
  top: -10rem;
  left: 0;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(200, 22, 29, 0) 60%, rgba(200, 22, 29, 0.5) 100%);
}
.sup_nav ul li.on em {
  display: block;
  top: -2.3rem;
}
.sup_nav ul li:first-child:before {
  display: none;
}
.sup_m dl {
  width: 100%;
  position: relative;
}
.sup_m dl dt {
  width: 100%;
  height: 41.6rem;
  line-height: 0;
  overflow: hidden;
}
.sup_m dl dt img {
  display: block;
  width: 100%;
  height: 100%;
}
.sup_m dl dd {
  width: 50%;
  position: absolute;
  top: 18.5rem;
  left: 8.3%;
  z-index: 1;
}
.sup_m dl dd p {
  font-size: 0.9rem;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.8rem;
  height: 5.4rem;
}
.sup_m dl dd span {
  display: block;
  width: 20%;
  height: 3rem;
  line-height: 3rem;
  overflow: hidden;
  position: relative;
  background: #fff;
  border-radius: 2rem 2rem 0 2rem;
  padding-left: 2rem;
  box-sizing: border-box;
  margin-top: 4rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sup_m dl dd span:before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: #c8161d;
  position: absolute;
  top: calc(50% - 0.3rem);
  right: 2rem;
  border-radius: 50%;
}
.sup_m dl dd span a {
  display: block;
  font-size: 1rem;
  color: #c8161d;
}
.sup_m dl dd span:hover {
  border-radius: 2rem;
}
/*案例*/
.case {
  padding: 6rem 0 6.5rem;
}
.case_tit {
  width: 100%;
  height: 8.5rem;
}
.case_tit h2 {
  width: 31.25%;
  float: left;
  line-height: 2.8rem;
}
.case_tit h2 a {
  display: block;
  font-size: 2.6rem;
  color: #000;
}
.case_tit h2 i {
  display: block;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.3rem;
  padding-top: 1rem;
}
.case_tit ul {
  width: 60%;
  float: right;
  display: flex;
  justify-content: space-between;
}
.case_tit ul li {
  height: 5rem;
  position: relative;
  padding: 1rem 1.5rem 0 1rem;
}
.case_tit ul li:before {
  content: "";
  width: 1px;
  height: 4.5rem;
  position: absolute;
  top: 0.6rem;
  left: 0;
  background: #ccc;
}
.case_tit ul li a {
  display: block;
  width: 100%;
  height: 5rem;
  line-height: 1.2rem;
  font-size: 0.9rem;
  color: #000000;
}
.case_tit ul li em {
  display: block;
  width: 1.8rem;
  height: 1.5rem;
  line-height: 0;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
.case_tit ul li em img {
  width: 1.8rem;
  height: 3rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.case_tit ul li.cur a {
  color: #c8161d;
}
.case_tit ul li.cur em img {
  margin-top: -1.5rem;
}
.casem .case_dl {
  display: block;
  position: relative;
  width: 24.2%;
  float: left;
  margin-left: 1%;
}
.casem .case_dl:first-child {
  margin-left: 0;
}
.casem .case_dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  border-radius: 1.2rem;
}
.casem .case_dl dd {
  position: absolute;
  bottom: 0;
  left: 8%;
  z-index: 5;
  width: 84%;
  height: 10.5rem;
  font-size: 1.7rem;
  color: #fff;
  font-weight: bold;
  line-height: 2rem;
}
.casem .case_dl dd em {
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  line-height: 0;
  overflow: hidden;
  margin-bottom: 0.8rem;
}
.casem .case_dl dd em img {
  width: 2.7rem;
  height: 2.7rem;
}
.casem .case_dl dd i {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
}
/*新闻*/
.news {
  padding: 5rem 0;
  background: #f6f6f6;
}
.news_nav {
  width: 20%;
  padding-top: 0.5rem;
}
.news_nav h2 {
  line-height: 2.8rem;
}
.news_nav h2 a {
  display: block;
  font-size: 2.6rem;
  color: #000;
}
.news_nav h2 span {
  display: block;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5rem;
  padding-top: 0.8rem;
}
.news_nav h2 i {
  display: block;
}
.news_nav ul {
  padding: 3.5rem 0 0;
}
.news_nav ul li {
  height: 4rem;
}
.news_nav ul li a {
  font-size: 1rem;
  color: #333;
  height: 2rem;
  line-height: 2rem;
  display: inline-block;
  font-weight: bold;
}
.news_nav ul li:hover a,
.news_nav ul li.on a {
  color: #c8161d;
  border-bottom: #c8161d 0.2rem solid;
}
.news_nav .news_more {
  width: 75%;
  height: 3.2rem;
  background: #c8161d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
  color: #fff;
  padding: 0 12%;
  box-sizing: border-box;
  border-radius: 0.5rem;
  margin-top: 2.5rem;
}
.news_nav .news_more em {
  width: 3.5rem;
  height: 1.5rem;
  line-height: 0;
  overflow: hidden;
}
.news_nav .news_more em img {
  width: 3.5rem;
  height: 1.5rem;
}
.news_nav .news_more:hover {
  animation: shake 0.8s linear;
  -webkit-animation: shake 0.8s linear;
}
.news_m {
  width: 80%;
}
.news_m .news_dl {
  display: block;
  width: 46%;
  height: 12rem;
  float: left;
  background: #fff;
  position: relative;
  margin-left: 4%;
  margin-bottom: 1.5rem;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.05);
}
.news_m .news_dl dt {
  width: 100%;
  height: 12rem;
  line-height: 0;
  overflow: hidden;
  transform: scale(0);
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.news_m .news_dl dt:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
.news_m .news_dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news_m .news_dl dd {
  padding: 2.5rem 0 0;
  width: 100%;
}
.news_m .news_dl dd span {
  display: block;
  width: 20.8%;
  font-size: 0.8rem;
  color: #333;
  height: 4.5rem;
  line-height: 1.2rem;
  position: absolute;
  top: 2.5rem;
  left: 9%;
  z-index: 10;
}
.news_m .news_dl dd span:before {
  content: "";
  width: 3.2rem;
  height: 0.1rem;
  background: #dcdcdc;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news_m .news_dl dd span i {
  display: block;
  font-size: 1.5rem;
  line-height: 2rem;
}
.news_m .news_dl dd .news_desc {
  width: 60%;
  float: left;
  margin-left: 30%;
}
.news_m .news_dl dd h3 {
  font-size: 0.8rem;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.3rem;
  height: 2.6rem;
}
.news_m .news_dl dd p {
  font-size: 0.7rem;
  color: #909090;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.3rem;
  height: 3.9rem;
  padding-top: 0.8rem;
}
.news_m .news_dl:hover dt {
  transform: scale(1);
}
.news_m .news_dl:hover dd span {
  color: #fff;
}
/*关于我们*/
.about p {
  width: 100%;
  line-height: 0;
}
.about p img,
.ab_m em img {
  display: block;
  width: 100%;
}
.ab_m {
  display: block;
  width: 45.8%;
  position: absolute;
  left: 27.1%;
  top: 2.2rem;
}
.ab_m b {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.5rem;
  position: absolute;
}
.ab_m b:nth-child(1) {
  top: 15rem;
  left: 0;
}
.ab_m b:nth-child(2) {
  top: 15rem;
  right: 0;
}
.ab_m b:nth-child(3) {
  bottom: 0.5rem;
  left: 44%;
}
.ab_m h5 {
  width: 17rem;
  height: 16.7rem;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: calc(50% - 8.5rem);
  top: 9rem;
}
.ab_m h5 img {
  width: 17rem;
  height: 16.7rem;
}
.ab_m em {
  display: block;
  width: 74%;
  margin: 0 auto;
  line-height: 0;
}
/*友情链接*/
.f_link {
  height: 5rem;
  line-height: 5rem;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  margin: -5rem 0 0 55%;
  width: 45%;
  position: relative;
  z-index: 2;
}
.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.7);
  padding: 0 0.5rem 0 0;
}
.f_link p a:hover {
  color: #ffffff;
}
/**/
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);
  }
}
