@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":"#01bccc","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;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.content {
  width: 83.33%;
  margin: 0 auto;
}
/*COMMON_BLK_END*/
/**/
.plan dl dt img,
.case dl dt img {
  display: block;
  width: 100%;
}
.yinz ul li img,
.case dl dt img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.yinz ul li:hover img,
.case dl dt:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.yinz_tit {
  height: 5.5rem;
  text-align: center;
  font-size: 2.6rem;
  color: #000000;
  line-height: 2.8rem;
  overflow: hidden;
}
.yinz_tit a {
  color: #000000;
  display: block;
}
.yinz_tit span {
  display: block;
  font-size: 1.3rem;
  line-height: 1.4rem;
  padding-top: 1rem;
  font-weight: normal;
}
.yinz {
  padding: 3.6rem 0 7rem;
  position: relative;
  background: #f7fdfe url('../images/yinz_bg.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 5.5rem;
}
.yinz ul {
  margin-top: 2rem;
}
.yinz ul li {
  width: 29%;
  float: left;
  line-height: 0;
  overflow: hidden;
  margin-left: 0.9%;
  border-radius: 1.5rem;
  text-align: center;
}
.yinz ul li img {
  display: block;
  width: 100%;
}
.yinz ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
/*.yinz ul li a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(1, 188, 204, 0.8) 100%);
  z-index: 1;
}*/
.yinz ul li em {
  width: 8.5rem;
  height: 8.5rem;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 4.2rem);
  left: calc(50% - 4.2rem);
  z-index: 2;
}
.yinz ul li em img {
  width: 8.5rem;
  height: 8.5rem;
}
.yinz ul li b {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  color: #fff;
  position: absolute;
  bottom: 1.2rem;
  left: 0;
  z-index: 2;
  line-height: 2.5rem;
}
.yinz ul li:nth-child(2) {
  width: 38.4%;
}
.yinz ul li:hover em img {
  transform: scale(1);
}
/*解决方案*/
.plan {
  padding: 4rem 0 5rem;
}
.plan_m {
  width: 93.75%;
  margin: 2rem auto 0;
}
.plan_m .plan_dl {
  display: block;
  width: 49.5%;
  float: left;
  margin-bottom: 1rem;
  margin-right: 1%;
  position: relative;
}
.plan_m .plan_dl:before{content: "";width: 100%;height: 100%;background: rgba(0,0,0,0.2);position: absolute;top: 0;left: 0;}
.plan_m .plan_dl dl {
  width: 100%;
}
.plan_m .plan_dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.plan_m .plan_dl dd h3 {
  font-size: 1.6rem;
  color: #fff;
  line-height: 2.2rem;
}
.plan_m .plan_dl dd i {
  display: block;
}
.plan_m .plan_dl dd em {
  line-height: 0;
  overflow: hidden;
}
.plan_m .plan_dl dd em img {
  width: 3.3rem;
  height: 5.4rem;
}
.plan_m .plan_dl dd b {
  display: block;
  width: 3.7rem;
  height: 2.6rem;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  top: 4rem;
  right: 0;
}
.plan_m .plan_dl dd b img {
  width: 3.7rem;
  height: 2.6rem;
}
.plan_m .plan_dl dd.plan_dd01 {
  width: 86%;
  position: absolute;
  bottom: 3rem;
  left: 7%;
}
.plan_m .plan_dl dd.plan_dd01 em {
  display: block;
  width: 3.3rem;
  height: 2.7rem;
  margin-bottom: 0.6rem;
}
.plan_m .plan_dl dd.plan_dd02 {
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  box-sizing: border-box;
  background: rgba(1, 197, 213, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.plan_m .plan_dl dd.plan_dd02 em {
  width: 5.7rem;
  height: 5.7rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin: 0 auto 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan_m .plan_dl dd.plan_dd02 em img {
  margin-top: -2.7rem;
}
.plan_m .plan_dl dd.plan_dd02 i {
  width: 3.3rem;
  height: 2.7rem;
  overflow: hidden;
}
.plan_m .plan_dl:hover:before,
.plan_m .plan_dl.cur:before{display:none;}

.plan_m .plan_dl:hover dd.plan_dd01,
.plan_m .plan_dl.cur dd.plan_dd01 {
  display: none;
}
.plan_m .plan_dl:hover dd.plan_dd02,
.plan_m .plan_dl.cur dd.plan_dd02 {
  transform: scale(1);
  text-align: center;
}
.plan_m .plan_dl:hover dd.plan_dd02 p,
.plan_m .plan_dl.cur dd.plan_dd02 p {
  width: 53%;
  margin: 0.7rem auto 0;
  font-size: 0.9rem;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4rem;
  height: 2.8rem;
}
.plan_m .plan_dl:nth-child(2n) {
  margin-right: 0;
}
/*优势*/
.super {
  padding-top: 3rem;
  position: relative;
  background-image: url('../images/ys_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 22.8rem;
}
.digital {
  height: 9rem;
  overflow: hidden;
  padding-top: 4.5rem;
}
.digital ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.digital ul li {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  height: 6rem;
  line-height: 3rem;
}
.digital ul li b,
.digital ul li i,
.digital ul li em {
  display: block;
  float: left;
}
.digital ul li b {
  font-size: 2.7rem;
}
.digital ul li i {
  font-size: 1.8rem;
  padding-left: 0.5rem;
}
.digital ul li em {
  font-size: 2.5rem;
}
.digital ul li span {
  display: block;
  width: 100%;
  padding-top: 1rem;
  font-size: 0.9rem;
  line-height: 1.2rem;
  clear: both;
  font-weight: normal;
}
.digital ul li:first-child b {
  padding-right: 0.5rem;
}
.sup_nav {
  width: 100%;
  height: 39.7rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.sup_nav dl {
  width: 20%;
  height: 39.7rem;
  float: left;
  position: relative;
  z-index: 1;
}
.sup_nav dl:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 0 0 5rem 0;
  background: rgba(1, 197, 213, 0.8);
}
.sup_nav dl dt {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.8rem;
  width: 100%;
  height: 12.3rem;
  padding-top: 4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background-image: url('../images/ys_ico06.png');
  background-repeat: no-repeat;
  background-position: center 10rem;
  background-size: 2.2rem 2.2rem;
}
.sup_nav dl dt:before {
  content: "";
  width: 0.8rem;
  height: 16.3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url('../images/ys_line.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 0.8rem 16.3rem;
}
.sup_nav dl dt i {
  display: block;
}
.sup_nav dl dd {
  width: 80%;
  padding-top: 10rem;
  margin: 0 auto;
  display: none;
}
.sup_nav dl dd h5 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2rem;
  width: 100%;
  height: 10.5rem;
  position: relative;
}
.sup_nav dl dd h5:before {
  content: "";
  width: 3rem;
  height: 0.15rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sup_nav dl dd h5 i {
  display: block;
}
.sup_nav dl dd h5 em {
  width: 3.5rem;
  height: 3.3rem;
  display: block;
  line-height: 0;
  overflow: hidden;
  margin-bottom: 1rem;
}
.sup_nav dl dd h5 em img {
  width: 3.5rem;
  height: 3.3rem;
}
.sup_nav dl dd p {
  font-size: 0.8rem;
  color: #fff;
  padding-top: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.3rem;
  height: 3.9rem;
}
.sup_nav dl dd span {
  display: block;
  padding-top: 2rem;
  width: 2.1rem;
  height: 2.1rem;
  line-height: 0;
  overflow: hidden;
}
.sup_nav dl dd span img {
  width: 2.1rem;
  height: 2.1rem;
}
.sup_nav dl.on:before {
  height: 100%;
}
.sup_nav dl.on dt {
  display: none;
}
.sup_nav dl.on dd {
  display: block;
}
.sup_nav dl:first-child dt:before {
  display: none;
}
.sup_m {
  width: 100%;
  margin-top: 1.5rem;
}
.sup_m p {
  width: 100%;
  height: 39.7rem;
  line-height: 0;
  overflow: hidden;
}
.sup_m p img {
  display: block;
  width: 100%;
  height: 100%;
}
/*案例*/
.case {
  background: #f7fdfe;
  padding: 4.5rem 0 5.5rem;
}
.case_nav {
  margin-top: 2rem;
  height: 4rem;
}
.case_nav ul {
  display: flex;
  justify-content: space-between;
}
.case_nav ul li {
  line-height: 2rem;
  position: relative;
}
.case_nav ul li:before {
  content: "";
  width: 2.4rem;
  height: 0.05rem;
  background: #868686;
  position: absolute;
  top: 50%;
  left: -4rem;
}
.case_nav ul li a {
  font-size: 1.2rem;
  color: #000000;
}
.case_nav ul li:hover a,
.case_nav ul li.cur a {
  color: #01bccc;
  font-weight: bold;
}
.case_nav ul li:first-child:before {
  display: none;
}
.casem {
  position: relative;
  width: 60.5%;
  margin: 0 auto;
}
.casem .swiper-container {
  overflow: initial;
}
.casem dl {
  position: relative;
}
.casem dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.casem dl dt a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.casem dl dt a: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%);
  z-index: 1;
}
.casem dl dd {
  width: 88%;
  height: 5rem;
  position: absolute;
  bottom: 0;
  left: 6%;
  z-index: 2;
}
.casem dl dd a {
  display: block;
  color: #fff;
}
.casem dl dd h5,
.casem dl dd p {
  font-size: 0.9rem;
  line-height: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
}
.casem dl dd em {
  display: block;
  width: 2.1rem;
  height: 2.1rem;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  top: 1rem;
  right: 0;
}
.casem dl dd em img {
  width: 2.1rem;
  height: 2.1rem;
}
.case_prev,
.case_next {
  width: 3.1rem;
  height: 2.4rem;
  line-height: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 14.5rem;
}
.case_prev {
  left: -3.4rem;
}
.case_next {
  right: -3.4rem;
}
.case_prev img,
.case_next img {
  width: 3.1rem;
  height: 2.4rem;
}
@media screen and (min-width:2400px){
.case_prev {
  left: -3.2rem;
}
.case_next {
  right: -3.2rem;
}
}
@media screen and (min-width:2752px){
	.case_prev {
  left: -3rem;
}
.case_next {
  right: -3rem;
}
}
@media screen and (min-width:3200px){
	.case_prev {
  left: 1rem;
}
.case_next {
  right: 1rem;
}
}

/**/
.news {
  padding: 3.5rem 0 6.5rem;
}
.news_nav {
  height: 6.5rem;
  overflow: hidden;
}
.news_nav h2 {
  height: 6.5rem;
  overflow: hidden;
  width: 28%;
  float: left;
}
.news_nav h2 a {
  font-size: 2.7rem;
  color: #000;
  line-height: 2.8rem;
  display: block;
}
.news_nav h2 span {
  display: block;
  font-size: 1.3rem;
  line-height: 1.4rem;
  font-weight: normal;
  padding-top: 1rem;
}
.news_nav ul {
  width: 50%;
  float: right;
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
}
.news_nav ul li a {
  font-size: 1.2rem;
  color: #282828;
  height: 2.4rem;
  display: flex;
  align-items: center;
}
.news_nav ul li em {
  width: 2.2rem;
  height: 2rem;
  line-height: 0;
  overflow: hidden;
  margin-right: 0.7rem;
}
.news_nav ul li em img {
  width: 2.2rem;
  height: 2rem;
}
.news_nav ul li:hover a {
  color: #01bccc;
}
.news_nav ul li:hover em {
  animation: flipInY 1s;
}
.news_dl {
  display: block;
  width: 32%;
  height: 15.2rem;
  float: left;
  position: relative;
  margin-right: 2%;
  margin-top: 2rem;
  background: #f9f9f9 url('../images/news_dot.png');
  background-repeat: no-repeat;
  background-position: 1.6rem 10.5rem;
  background-size: 4rem 2.7rem;
}
.news_dl dt {
  width: 100%;
  height: 15.2rem;
  line-height: 0;
  overflow: hidden;
  transform: scale(0);
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border: #01c5d5 0.15rem solid;
  box-sizing: border-box;
}
.news_dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news_dl dt em {
  background-image: url('../images/yinz_video.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 8.5rem 8.5rem;
  display: block;
  width: 8.5rem;
  height: 8.5rem;
  position: absolute;
  top: calc(50% - 4.2rem);
  left: calc(50% - 4.2rem);
}
.news_dl dd {
  padding: 2rem 0 0;
  width: 100%;
}
.news_dl dd span {
  display: block;
  width: 24%;
  float: left;
  font-size: 0.8rem;
  color: #000;
  height: 4.5rem;
  line-height: 1.2rem;
  text-align: right;
  margin-top: 0.3rem;
}
.news_dl dd span i {
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
}
.news_dl dd .news_desc {
  width: 60%;
  float: left;
  margin-left: 8%;
}
.news_dl dd h3 {
  font-size: 0.9rem;
  color: #000;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5rem;
  height: 3rem;
}
.news_dl dd p {
  font-size: 0.7rem;
  color: #9e9e9e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.2rem;
  height: 3.6rem;
  padding-top: 0.8rem;
}
.news_dl dd em {
  display: block;
  font-size: 0.8rem;
  color: #585858;
  text-transform: uppercase;
  line-height: 1.5rem;
  padding-top: 1.2rem;
  float: right;
}
.news_dl.cur dt {
  transform: scale(1);
}
.news_dl:nth-child(3n) {
  margin-right: 0;
}
/*关于*/
.about {
  width: 100%;
  height: 27.4rem;
  padding-top: 5rem;
  overflow: hidden;
  background-image: url('../images/ab_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 32.4rem;
}
.about ul {
  margin: 3.5rem auto 0;
  width: 40%;
  display: flex;
  justify-content: space-between;
}
.about ul li {
  width: 9rem;
  height: 9rem;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 9rem;
  color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
}
.about ul li em {
  display: block;
  width: 9rem;
  height: 9rem;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.about ul li em img {
  width: 9rem;
  height: 9rem;
}
.ab_tit {
  height: 8rem;
  text-align: center;
  font-size: 3.3rem;
  color: #fff;
  line-height: 3.4rem;
  overflow: hidden;
}
.ab_tit a {
  color: #fff;
  display: block;
}
.ab_tit span {
  display: block;
  font-size: 2rem;
  line-height: 2.1rem;
  padding-top: 1.5rem;
  font-weight: normal;
}
.about ul li img {
  -webkit-transition: -webkit-transform 0.5s ease-out;
  -moz-transition: -moz-transform 0.5s ease-out;
  -o-transition: -o-transform 0.5s ease-out;
  -ms-transition: -ms-transform 0.5s ease-out;
}
.about ul li:hover img {
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}
/*友情链接*/
.f_link {
  height: 5rem;
  line-height: 5rem;
  overflow: hidden;
  background: #212121;
}
.f_link b {
  display: block;
  float: left;
  width: 5.5%;
  font-size: 0.8rem;
  color: #fff;
}
.f_link p {
  float: left;
  width: 94%;
}
.f_link p a {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.6);
  padding: 0 10px 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;
  }
}
@media screen and (min-width:2144px){html{font-size:22.33333px}
}
@media screen and (min-width:2400px){html{font-size:25px}
}
@media screen and (min-width:2752px){html{font-size:28.66666px}
}
@media screen and (min-width:3200px){html{font-size:33.33333px}
}
@media screen and (min-width:3840px){html{font-size:40px}
}
/**/
@-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);
  }
}
