html {
  -webkit-text-size-adjust: none;
}
.l-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .l-container {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .l-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mb {
  display: none;
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background: url("../images/ifold.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.unfold.fold-icon {
  transform: rotateX(0);
}
@media (max-width: 978px) {
  .unfold.fold-icon {
    background-size: cover;
  }
  .unfold.fold-icon .pc {
    display: none !important;
  }
  .unfold.fold-icon .mb {
    display: block !important;
  }
  .unfold.fold-icon .fold-icon {
    display: block !important;
  }
}
.l-btn {
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  border: 1px solid #2cc6d0;
  color: #2cc6d0;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  border-radius: 4px;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.l-btn + .l-btn {
  margin-right: 0;
}
.l-btn:hover {
  color: #42dde6;
  border: 1px solid #42dde6;
}
.l-btn.red {
  color: #fff;
  border: 1px solid #e6251f;
  background: #e6251f;
}
.l-btn.red:hover {
  background: #ec4e42;
  border-color: #ec4e42;
}
.l-btn.green {
  color: #fff;
  border: 1px solid #2cc6d0;
  background: #2cc6d0;
}
.l-btn.green:hover {
  background: #42dde6;
}
.l-btn.gray {
  color: #666;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #666;
  border-color: #f3f7fd;
}
.l-btn.orange {
  color: #fff;
  border: 1px solid #f59a23;
  background: #f59a23;
}
.l-btn.orange:hover {
  border: 1px solid #ffa632;
  background: #ffa632;
}
@media (max-width: 978px) {
  .l-btn {
    float: none;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 28px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
  }
  .l-btn + .l-btn {
    margin-right: 0;
  }
}
.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.tab[data-direction="cross"] > .tab_btn > li {
  float: left;
  text-align: center;
}
.tab[data-direction="cross"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="cross"] > .tab_item > li {
  float: left;
}
.tab[data-direction="cross"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="cross"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="cross"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="cross"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="cross"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.tab[data-direction="vertical"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="vertical"] > .tab_item > li {
  float: left;
}
.tab[data-direction="vertical"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="vertical"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="vertical"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="vertical"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="vertical"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.l-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}
.l-title {
  padding-bottom: 30px;
  font-size: 0;
  text-align: left;
  display: flex;
  justify-content:space-around;
}
.l-section .l-title1 {
  padding-bottom: 30px;
  font-size: 0;
  text-align: left;
  /* display: flex; */
  justify-content:space-around;
}
.l-title h2 {
  font-size: 30px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 500;
}
.l-section .l-title1 h2 {
  font-size: 30px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 500;
}
.l-title p {
  font-size: 16px;
  color: #505050;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
  margin-top: 20px;
}
.l-section .l-title1 p {
  font-size: 16px;
  color: #505050;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
  margin-top: 20px;
}
.l-title .banner-bottom-down {
  padding-top: 20px;
}
.l-section .l-title1 .banner-bottom-down {
  padding-top: 20px;
}
.l-title .banner-bottom-down i {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.l-section .l-title1 .banner-bottom-down i {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.l-title .banner-bottom-down a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #32ced7;
  vertical-align: middle;
  text-decoration: underline;
  transition: all 0.3s;
}
.l-section .l-title1 .banner-bottom-down a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #32ced7;
  vertical-align: middle;
  text-decoration: underline;
  transition: all 0.3s;
}
.l-title .banner-bottom-down a:hover {
  color: #73dae4;
}
.l-section .l-title1 .banner-bottom-down a:hover {
  color: #73dae4;
}

@media (max-width: 978px) {
  .l-section {
    padding-top: 30px;
    padding-bottom: 36px;
  }
  .l-title {
    padding-bottom: 30px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 20px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
  }
  .l-title p {
    margin-top: 10px;
    font-size: 16px;
    color: #505050;
    letter-spacing: 0;
    text-align: justify;
    line-height: 28px;
    font-weight: 400;
  }
  .l-title1 {
    padding-bottom: 30px;
    font-size: 0;
  }
  .l-title1 h2 {
    font-size: 20px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
  }
  .l-title1 p {
    margin-top: 10px;
    font-size: 16px;
    color: #505050;
    letter-spacing: 0;
    text-align: justify;
    line-height: 28px;
    font-weight: 400;
  }
}
.xz_mb {
  display: none;
}
@media (max-width: 978px) {
  .xz_pc {
    display: none ;
  }
  .xz_mb {
    display: block;
  }
}
.banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 60px;
}
.banner .l-container {
  position: relative;
}
.banner .banner-main {
  line-height: 400px;
  height: 400px;
  text-align: center;
}
.banner .banner-main .banner-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
}
.banner .banner-main h1 {
  font-size: 40px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.banner .banner-main p {
  font-size: 20px;
  color: #505050;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}
.banner .banner-main .banner-info p{
  width: 100%;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.5;
    font-size: 20px;
  color: #505050;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 400;
  display: inline-block;
}
@media (max-width: 978px) {
  .banner {
    background: url(../images/banner-bg-mb.jpg) center no-repeat;
    background-size: cover;
    height: 210px;
  }
  .banner .l-container {
    position: relative;
    height: 100%;
  }
  .banner .banner-main {
    float: none;
    line-height: 0;
    height: auto;
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-top: 52px;
    margin-bottom: 0px;
  }
  .banner .banner-main .banner-info {
    display: inline-block;
    vertical-align: middle;
    line-height: 1rem;
    text-align: center;
  }
  .banner .banner-main h1 {
    font-size: 28px;
    color: #1a1a1a;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .banner .banner-main p {
    font-size: 16px;
    color: #505050;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
  }
}
.brand {
  padding-bottom: 0;
}
.brand .t-content {
  border-radius: 8px;
  z-index: 1;
  box-shadow: 0px 15px 40px 0px rgba(239, 240, 251, 0.7);
}
.brand .t-content .swiper-slide .card {
  border-radius: 12px;
  font-size: 0;
  overflow: hidden;
}
.brand .t-content .swiper-slide .card img {
  width: 100%;
}
.brand .t-content .swiper-brand-prev {
  display: block;
  width: 48px;
  height: 48px;
  background: url(../images/allow-left.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  left: -68px;
  top: 50%;
  margin-top: -24px;
  border-radius: 50%;
  box-shadow: 0px 9px 18px 0px rgba(14, 18, 90, 0.1);
}
.brand .t-content .swiper-brand-prev:hover {
  background: url(../images/allow-left-hover.svg) center center;
  background-size: 100% 100%;
}
.brand .t-content .swiper-brand-next {
  display: block;
  width: 48px;
  height: 48px;
  background: url(../images/allow-right.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  right: -68px;
  top: 50%;
  margin-top: -24px;
  border-radius: 50%;
  box-shadow: 0px 9px 18px 0px rgba(14, 18, 90, 0.1);
}
.brand .t-content .swiper-brand-next:hover {
  background: url(../images/allow-right-hover.svg) center center;
  background-size: 100% 100%;
}
.brand .t-content .swiper-pagination {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  max-width: 1180px;
}
.brand .t-content .swiper-pagination-bullet {
  opacity: 1;
  width: 6px;
  height: 6px;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  margin-right: 10px;
  transition: all 0.3s;
}
.brand .t-content .swiper-pagination-bullet-active {
  background: #2cc6d0;
}
@media (max-width: 978px) {
  .brand {
    background: #fff;
    padding-bottom: 0px;
    padding-top: 0;
    height: auto;
  }
  .brand .l-container {
    padding: 20px 20px 0;
  }
  .brand .t-content {
    position: relative;
    top: 0;
    box-shadow: none;
    border-radius: 4px;
    margin-bottom: 0px;
    overflow: hidden;
  }
  .brand .t-content .swiper-slide .card {
    transition: all 0.3s;
    border-radius: 8px;
  }
  .brand .t-content .swiper-brand-prev {
    display: none;
  }
  .brand .t-content .swiper-brand-next {
    display: none;
  }
  .brand .t-content .swiper-pagination {
    bottom: 10px;
  }
}
.book {
  background: #fafbff;
}
.book .l-body {
  font-size: 0;
}
.book .l-body img {
  width: 100%;
}
@media (max-width: 978px) {
  .book {
    background: #fafbff;
  }
  .book .l-body {
    font-size: 0;
  }
  .book .l-body img {
    width: 100%;
  }
}
.video .l-body .card {
  float: left;
  width: calc( ( 100% - 72px ) / 3 );
  margin-right: 36px;
}
.video .l-body .card:last-child {
  margin-right: 0;
}
.video .l-body .card .img-box {
  position: relative;
}
.video .l-body .card .img-box .video-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../images/video-btn.svg) center no-repeat;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s;
}
.video .l-body .card .img-box .video-btn:hover {
  background: url(../images/video-btn-h.svg) center no-repeat;
}
.video .l-body .card .img-box .video-close {
  width: 15px;
  height: 15px;
  position: absolute;
  background: url(../images/video-close.svg) center no-repeat;
  background-size: 100% 100%;
  right: 20px;
  top: 20px;
  z-index: 2;
  cursor: pointer;
  display: none;
}
.video .l-body .card .img-box .video-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-top: 0;
  overflow: hidden;
  z-index: 1;
}
.video .l-body .card .img-box video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.video .l-body .card .img-box img {
  width: 100%;
}
.video .l-body .card .info-box {
  margin-top: 20px;
}
.video .l-body .card .info-box h3 {
  font-size: 20px;
  color: #1a1a1a;
  letter-spacing: 0;
  text-align: justify;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 978px) {
  .video .l-title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .video .l-container {
    padding: 0;
  }
  .video .l-body {
    display: flex;
    overflow-x: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .video .l-body::-webkit-scrollbar {
    width: 0;
    display: none;
  }
  .video .l-body .card {
    display: inline-block;
    width: 315px;
    margin-right: 20px;
    flex-shrink: 0;
  }
  .video .l-body .card .info-box h3 {
    font-size: 16px;
    color: #1a1a1a;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
    font-weight: 500;
  }
}
.solution .l-body {
  display: flex;
  align-items: center;
  /*垂直居中*/
  justify-content: center;
  /*水平居中*/
  padding-top: 40px;
}
.solution .l-body .l-content-l {
  padding-right: 100px;
  width: calc( 100% - 540px);
}
.solution .l-body .l-content-l h3 {
  font-size: 24px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}
.solution .l-body .l-content-l p {
  font-size: 16px;
  color: #505050;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 30px;
}
.solution .l-body .l-content-l a {
  font-size: 16px;
  color: #2cc6d0;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
}
.solution .l-body .l-content-r {
  width: 540px;
}
.solution .l-body .l-content-r img {
  width: 100%;
}
.solution .l-body .l-content-r .img-box {
  background-size: 100% 100%;
  transition: all 0.3s;
}
.solution .l-body .img-box {
  position: relative;
}
.solution.solution-0 .l-content-l,
.solution.solution-04 .l-content-l,
.solution.solution-02 .l-content-l {
  padding-left: 100px;
  padding-right: 0;
}
.solution.solution-0,
.solution.solution-01 {
  padding-bottom: 0;
}
.solution.solution-01 .l-body,
.solution.solution-02 .l-body {
  padding-top: 0;
}
.solution.solution-04 {
  background: #fafbff;
}
.solution.solution-04 .l-body {
  padding-top: 10px;
}
.solution.solution-04 .l-body .l-content-l a {
  color: #fff;
  line-height: 48px;
  margin-top: 0;
}
.solution.solution-04 .l-body .l-content-l a i {
  background: url("../images/arrow-new-blue-h -copy.svg") center 3px no-repeat !important;
}
@media (max-width: 978px) {
  .solution .l-body {
    display: block;
    padding-top: 0;
  }
  .solution .l-body .l-content-l {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .solution .l-body .l-content-l > h3 {
    font-size: 18px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .solution .l-body .l-content-l p {
    font-size: 16px;
    color: #505050;
    letter-spacing: 0;
    text-align: justify;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .solution .l-body .l-content-l .mb {
    width: 100%;
    display: inline-block !important;
    margin-bottom: 20px;
  }
  .solution .l-body .l-content-l .mb img {
    width: 100%;
  }
  .solution .l-body .l-content-r {
    width: 100%;
  }
  .solution .l-body .l-content-r img {
    width: 100%;
    margin-bottom: 30px;
  }
  .solution.solution-0 {
    padding-bottom: 40px;
  }
  .solution.solution-01 {
    background: #fafbff;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .solution.solution-02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .solution.solution-04 .l-body .l-content-l a {
    line-height: 36px;
  }
}
.question {
  margin-bottom: 50px;
}
.question .l-body .info-box {
  border-bottom: 1px solid #dddddd;
}
.question .l-body .info-box:nth-child(4) {
  border: none;
}
.question .l-body .info-box h3 {
  font-size: 20px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 400;
  position: relative;
  padding-left: 34px;
  padding-top: 30px;
  padding-bottom: 30px;
  cursor: pointer;
}
.question .l-body .info-box h3 i:first-child {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 33px;
  background: url(../images/question-icon-01.svg) center no-repeat;
  background-size: 100% 100%;
}
.question .l-body .info-box h3 i:last-child {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  top: 33px;
  background: url(../images/question-icon-04.svg) center no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
}
.question .l-body .info-box p {
  font-size: 16px;
  color: #505050;
  letter-spacing: 0;
  text-align: justify;
  line-height: 28px;
  font-weight: 400;
  position: relative;
  margin-top: -10px;
  padding-left: 34px;
  padding-bottom: 30px;
  display: none;
}
.question .l-body .info-box p i:first-child {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 3px;
  background: url(../images/question-icon-02.svg) center no-repeat;
  background-size: 100% 100%;
}
.question .l-body .info-box.active h3 i:last-child {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  top: 33px;
  background: url(../images/question-icon-03.svg) center no-repeat;
  background-size: 100% 100%;
}
.question .l-body .ad-box {
  margin-top: 50px;
  font-size: 0;
}
.question .l-body .ad-box a {
  margin-right: 40px;
  display: inline-block;
  width: calc( ( 100% - 40px ) / 2 );
  position: relative;
}
.question .l-body .ad-box a:last-child {
  margin-right: 0;
}
.question .l-body .ad-box a img {
  width: 100%;
}
.question .l-body .ad-box a span {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 150px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}
.question .l-body .ad-box a span i {
  background: url("../images/arrow-new-blue-h -copy.svg") center 3px no-repeat !important;
}
@media (max-width: 978px) {
  .question {
    padding-bottom: 20px;
    margin-bottom: 0px;
  }
  .question .l-container {
    padding: 0;
  }
  .question .l-title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .question .l-body .info-box {
    border-bottom: 1px solid #dddddd;
  }
  .question .l-body .info-box:nth-child(3) {
    border-bottom: 1px solid #dddddd;
  }
  .question .l-body .info-box h3 {
    font-size: 16px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
  }
  .question .l-body .info-box h3 i:first-child {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 20px;
    top: 22px;
    background: url(../images/question-icon-01.svg) center no-repeat;
    background-size: 100% 100%;
  }
  .question .l-body .info-box h3 i:last-child {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 22px;
    background: url(../images/question-icon-04.svg) center no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s;
  }
  .question .l-body .info-box p {
    font-size: 16px;
    color: #505050;
    letter-spacing: 0;
    text-align: justify;
    line-height: 28px;
    font-weight: 400;
    position: relative;
    margin-top: 0px;
    padding-left: 50px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    display: none;
    background: #fafbff;
  }
  .question .l-body .info-box p i:first-child {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 20px;
    top: 23px;
    background: url(../images/question-icon-02.svg) center no-repeat;
    background-size: 100% 100%;
  }
  .question .l-body .info-box.active {
    border-bottom: 1px solid transparent;
  }
  .question .l-body .info-box.active h3 i:last-child {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 22px;
    background: url(../images/question-icon-03.svg) center no-repeat;
    background-size: 100% 100%;
  }
  .question .l-body .ad-box {
    font-size: 0;
    padding: 30px 20px 0;
    margin-top: 0;
  }
  .question .l-body .ad-box a {
    margin-right: 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
  }
  .question .l-body .ad-box a:last-child {
    margin-right: 0;
  }
  .question .l-body .ad-box a img {
    width: 100%;
  }
}
.arrow-right {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url("../images/arrow-new-blue-h.svg") center 3px no-repeat;
  margin-left: 0px;
  transition: all 0.3s;
}
a:hover .arrow-right {
  -webkit-animation: arrow 1s linear infinite;
  -moz-animation: arrow 1s linear infinite;
  animation: arrow 1s linear infinite;
}
@-webkit-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes arrow {
  /* Opera */
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

