@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":"#2f61c6","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;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.content {
  width: 87.5%;
  margin: 0 auto;
}
/*COMMON_BLK_END*/
.case dl dt img,
.sup_list dl dt img,
.g-ban01 dl dt img {
  display: block;
  width: 100%;
}
.case dl dt img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.case dl dt:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/**/
.guide {
  padding: 4.4rem 0 0;
  width: 100%;
  height: 43.6rem;
  overflow: hidden;
  background-image: url('../images/aizhipai_yinzbg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 48rem;
}
.gui_tit {
  margin: 0 auto;
  width: 47.6%;
  height: 4.5rem;
  line-height: 4.3rem;
  text-align: center;
  font-size: 4rem;
  color: #2f61c6;
  font-weight: 500;
  background-image: linear-gradient(to right, #8079fd, #1c25ad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gui_r {
  margin-top: 2.5rem;
  width: 49.5%;
  height: 29rem;
  background: #fff;
}
.gui_r ul {
  width: 88%;
  margin: 0 auto;
  padding-top: 2.5rem;
}
.gui_r ul li {
  width: 100%;
  height: 4.2rem;
  border-top: #ccc 1px solid;
  padding-top: 1.5rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.gui_r ul li h5 {
  font-size: 1.2rem;
  color: #333;
  width: 100%;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gui_r ul li em {
  width: 2rem;
  height: 2rem;
  line-height: 0;
  overflow: hidden;
}
.gui_r ul li em img {
  width: 2rem;
  height: 2rem;
}
.gui_r ul li p {
  display: none;
}
.gui_r ul li.on {
  height: 7rem;
}
.gui_r ul li.on h5 {
  color: #2f61c6;
}
.gui_r ul li.on p {
  font-size: 0.8rem;
  color: #4c68a0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.2rem;
  height: 2.4rem;
  padding-top: 0.5rem;
}
.gui_l {
  width: 50%;
  margin-top: 2.5rem;
}
.gui_l p {
  width: 100%;
  height: 29rem;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.gui_l p img {
  display: block;
  width: 100%;
  height: 100%;
}
.gui_l p: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);
}
.gui_l p:hover:before {
  left: 110%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
/*优势*/
.super {
  padding: 8rem 0 0;
  width: 100%;
  height: 39.5rem;
  overflow: hidden;
  background-image: url('../images/aizhipai_ysbg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 47.5rem;
}
.super .gui_tit {
  margin: 0 0 1.6rem;
  width: 36%;
  height: 9rem;
  line-height: 4.5rem;
  text-align: left;
}
.sup_desc {
  width: 45%;
  font-size: 0.8rem;
  color: #4c68a0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.2rem;
  height: 2.4rem;
}
.sup_btn {
  width: 12%;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5rem 0 2rem;
}
.sup_btn p {
  width: 3.2rem;
  height: 3.2rem;
  line-height: 0;
  cursor: pointer;
}
.sup_btn img {
  width: 3.2rem;
  height: 3.2rem;
}
.sup_btn .pageState {
  font-size: 0.9rem;
  color: #313bc6;
  font-weight: bold;
  overflow: hidden;
}
.sup_btn .pageState span {
  font-size: 1.4rem;
}
.sup_list dl {
  float: left;
  width: 32.6%;
  height: 11rem;
  position: relative;
  margin: 0.5rem;
  background-image: url('../images/aizhipai_ysk01.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 11rem;
  border-radius: 1rem;
}
.sup_list dl dt {
  width: 38.32%;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sup_list dl dd {
  padding: 1.5rem 0 0 1.5rem;
  width: 60%;
}
.sup_list dl dd h5 {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  color: #333;
  height: 3rem;
}
.sup_list dl dd i {
  width: 75%;
  line-height: 3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sup_list dl dd em {
  width: 3rem;
  height: 3rem;
  line-height: 0;
  padding-right: 0.8rem;
  overflow: hidden;
}
.sup_list dl dd em img {
  width: 3rem;
  height: 3rem;
}
.sup_list dl dd p {
  font-size: 0.7rem;
  color: #4c68a0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.2rem;
  height: 2.4rem;
  padding-top: 1rem;
}
.sup_list dl:hover {
  background-image: url("../images/aizhipai_ysk02.png");
  box-shadow: 0 3px 8px 3px rgba(0, 0, 0, 0.1);
}
/*案例*/
.case {
  padding: 4.5rem 0 5rem;
  background: #395dfa;
}
.case_tit {
  height: 4.5rem;
  line-height: 4.3rem;
  text-align: center;
  font-weight: 500;
}
.case_tit a {
  font-size: 4rem;
  color: #fff;
}
.casem {
  position: relative;
  margin-top: 3.6rem;
}
.casem .swiper-container {
  overflow: initial;
}
.casem .swiper-pagination {
  text-align: left;
}
.casem .swiper-container-horizontal > .swiper-pagination-bullets {
  width: 40%;
  bottom: 4.5rem;
  left: 4.5rem;
}
.casem .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  opacity: 1;
  background: #2e64fb;
  border-radius: 0.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.casem .swiper-pagination-bullet-active {
  width: 1.4rem;
}
.casem dl {
  width: 100%;
  height: 30rem;
  border-radius: 1rem;
  background: linear-gradient(to right, #f7f9ff 0%, #d7dffe 100%);
  padding: 1.5rem 1rem 0;
  box-sizing: border-box;
  position: relative;
  opacity: 0.3;
}
.casem dl dt {
  width: 50%;
  float: right;
  line-height: 0;
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
}
.yinz_r ul li {
  width: 100%;
  height: 27.4rem;
  line-height: 0;
  overflow: hidden;
}
.yinz_dot {
  width: 2rem;
  position: absolute;
  top: 12.2rem;
  right: 0;
  z-index: 20;
}
.yinz_dot ul li {
  height: 0.4rem;
  width: 0.4rem;
  border-radius: 50%;
  background: #fff;
  text-indent: -9999px;
  margin-bottom: 20px;
  cursor: pointer;
}
.yinz_dot ul li.on {
  background: #2f61c6;
}
.casem dl dd {
  width: 40%;
  float: left;
  padding: 3rem 0 0 3.8%;
}
.casem dl dd a {
  display: block;
}
.casem dl dd b {
  display: block;
  width: 34rem;
  height: 7.5rem;
  position: absolute;
  bottom: 0;
  left: 3.8%;
  overflow: hidden;
}
.casem dl dd b img {
  width: 34rem;
  height: 7.5rem;
}
.casem dl dd h5 {
  font-size: 2rem;
  color: #333;
  line-height: 2.5rem;
  height: 5rem;
  overflow: hidden;
}
.casem dl dd h5 i {
  color: #2f61c6;
}
.casem dl dd .sup_desc01 {
  width: 81%;
  height: 2.4rem;
  line-height: 2.3rem;
  margin-top: 2.5rem;
  background: #395dfa;
  border-radius: 3rem;
  display: inline-block;
}
.casem dl dd .sup_desc01 p {
  width: 56%;
  float: left;
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
}
.casem dl dd .sup_desc01 span {
  display: block;
  width: 44%;
  height: 2.4rem;
  float: right;
  margin-right: -1px;
  background: #e2eaff;
  border-radius: 3rem;
  font-size: 0.8rem;
  color: #333;
  font-weight: bold;
}
.casem dl dd .sup_desc01 i {
  display: block;
  width: 3.5rem;
  text-align: center;
  height: 2.4rem;
  float: left;
  color: #676a70;
  margin-right: 0.8rem;
  padding: 0 0.5rem 0 1rem;
  position: relative;
  font-weight: normal;
}
.casem dl dd .sup_desc01 i:before {
  content: '';
  width: 1px;
  height: 1rem;
  position: absolute;
  right: 0;
  top: calc(50% - 0.4rem);
  background: #404045;
}
.casem dl dd .sup_desc02 {
  font-size: 0.8rem;
  color: #333;
  line-height: 1.2rem;
  max-height: 6rem;
  overflow: hidden;
  margin-top: 1.5rem;
}
.casem dl.swiper-slide-active {
  opacity: 1;
}
.case_btn {
  display: block;
  border-radius: 50%;
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  top: 13.5rem;
  z-index: 5;
  line-height: 0;
  overflow: hidden;
  cursor: pointer;
}
.case_btn:hover {
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.case_btn img {
  width: 3.2rem;
  height: 3.2rem;
}
.case-prev {
  left: -1.5rem;
}
.case-next {
  right: -1.5rem;
}
/*PK*/
.g-pk {
  padding: 5.5rem 0 0;
  width: 100%;
  height: 42.5rem;
  overflow: hidden;
  background-image: url('../images/aizhipai_pkbg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 48rem;
}
.g-pk .gui_tit {
  width: 54%;
  background-image: linear-gradient(to right, #688ffc, #252dcc);
}
.pk_tit02 {
  font-size: 1.8rem;
  color: #252dcc;
  text-align: center;
  line-height: 2.6rem;
  margin: 0.5rem 0 2.5rem;
}
.pk_l {
  width: 12.74%;
  height: 27.6rem;
  background-image: url('../images/aizhipai_pklbg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 27.6rem;
  border-right: #fff 0.1rem solid;
  font-size: 1.2rem;
  color: #333;
}
.pk_l p {
  padding-left: 14%;
  width: 86%;
}
.pk_l p:nth-child(1) {
  height: 10.7rem;
  line-height: 7rem;
}
.pk_l p:nth-child(2) {
  height: 6rem;
  line-height: 6rem;
}
.pk_l p:nth-child(3),
.pk_l p:nth-child(4) {
  height: 4rem;
  line-height: 4rem;
}
.pk_c {
  width: 36.6%;
  height: 27.6rem;
  border-right: #fff 0.1rem solid;
}
.pk_c01,
.pk_r01 {
  width: 100%;
  height: 10.7rem;
  line-height: 0;
  overflow: hidden;
  position: relative;
  border-bottom: #fff 0.1rem solid;
}
.pk_c01 p,
.pk_r01 p {
  position: absolute;
  top: 2.5rem;
  left: 4rem;
  line-height: 2rem;
  font-size: 1.8rem;
  color: #000262;
}
.pk_c01 i,
.pk_r01 i {
  display: block;
  font-size: 1.2rem;
  color: #2f5afc;
}
.pk_c01 img,
.pk_r01 img {
  display: block;
  width: 100%;
  height: 100%;
}
.pk_c02,
.pk_r02 {
  width: 100%;
  height: 16.8rem;
  background-image: url('../images/aizhipai_pkbg01.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 16.8rem;
  overflow: hidden;
  padding: 1.5rem 0 0 3.5rem;
  box-sizing: border-box;
}
.pk_c02 p,
.pk_r02 p {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.5rem;
  background-image: url('../images/aizhipai_pkico01.png');
  background-repeat: no-repeat;
  background-position: 0 0.4rem;
  background-size: 1rem 0.8rem;
  padding-left: 1.8rem;
}
.pk_c02 p:nth-child(1),
.pk_r02 p:nth-child(1) {
  height: 5.5rem;
}
.pk_c02 p:nth-child(2),
.pk_r02 p:nth-child(2) {
  height: 4rem;
}
.pk_c02 i,
.pk_r02 i {
  display: block;
}
.pk_r {
  width: 50.4%;
  height: 27.6rem;
}
.pk_r .pk_r02 {
  background-image: url("../images/aizhipai_pkbg02.jpg");
}
.pk_r .pk_r02 p {
  background-image: url("../images/aizhipai_pkico02.png");
}
/*横幅*/
.g-ban01 {
  width: 100%;
}
.g-ban01 dl {
  width: 100%;
  position: relative;
}
.g-ban01 dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.g-ban01 dl dd {
  width: 87.5%;
  position: absolute;
  top: 5rem;
  left: 6.25%;
}
.g-ban01 dl dd .gui_tit {
  width: 39%;
  height: 9rem;
  line-height: 4.5rem;
  text-align: left;
  margin-top: -0.5rem;
}
.g-ban01 dl dd .ban01_desc {
  width: 59%;
}
.g-ban01 dl dd p {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.5rem;
}
.g-ban01 dl dd i {
  display: block;
}
.g-ban01 dl dd span {
  width: 19%;
  margin-top: 1rem;
  display: block;
}
.g-ban01 dl dd span a {
  display: block;
  font-size: 0.8rem;
  color: #fff;
  width: 100%;
  height: 3rem;
  text-align: center;
  line-height: 2.9rem;
  background: linear-gradient(to right, #5f81fd 0%, #0c43e5 100%);
  border-radius: 3rem;
}
.g-ban01 dl dd span a:hover {
  animation: shake 0.9s linear;
  -webkit-animation: shake 0.9s linear;
}
/**/
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}
}
/**/
@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);
  }
}
