#homePage {
  background-color: #f2f2f2;
}
.hover {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.hover:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-box-shadow: 0 2px 4px #ccc;
          box-shadow: 0 2px 4px #ccc;
}
.big-brand {
  font-size: 38px;
  font-family: Noto Sans S Chinese-Bold, Noto Sans S Chinese;
  font-weight: bold;
  color: #333333;
}
.floor-brand-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 12px;
}
.floor-brand-box .brand {
  font-size: 23px;
  font-family: Noto Sans S Chinese-Bold, Noto Sans S Chinese;
  font-weight: bold;
  color: #333333;
}
.floor-brand-box .more {
  font-size: 15px;
  font-family: Noto Sans S Chinese-Regular, Noto Sans S Chinese;
  font-weight: 400;
  color: #666666;
}
.header {
  background-color: #49a22a;
  height: 75px;
}
.header .logo-box {
  height: 75px;
  line-height: 75px;
  font-size: 38px;
  font-family: Noto Sans S Chinese-Bold, Noto Sans S Chinese;
  font-weight: bold;
  color: #fff;
}
.header .logo-box .logo {
  width: 146px;
}
.nav-list .nav-item a {
  font-size: 15px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  line-height: 75px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 0.3s ease-in;
  transition: border-color 0.3s ease-in;
}
.nav-list .nav-item a:hover {
  border-color: #fff;
}
.menu-box {
  line-height: 75px;
  height: 75px;
}
.menu-box .menu {
  width: 34px;
  cursor: pointer;
}
.mobile-menu-box {
  position: fixed;
  top: 75px;
  height: calc(100% - 75px);
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  z-index: 99;
  width: 100%;
}
.mobile-menu-box .mobile-menu {
  background-color: #fff;
  width: 200px;
  height: 100%;
  -webkit-box-shadow: 0 2px 4px #999;
          box-shadow: 0 2px 4px #999;
}
.mobile-menu-box .mobile-menu .menu-item:first-child {
  padding-top: 20px;
}
.mobile-menu-box .mobile-menu .menu-item a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  color: #555;
  display: block;
  font-size: 16px;
  text-decoration: none;
}
.mobile-menu-box .mobile-menu .menu-item a:hover {
  background-color: #f4f5f6;
  color: #49a22a;
}
.banner-box {
  position: relative;
}
.banner-box .category-box {
  height: 400px;
  background-color: #282b34;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 23px 50px;
}
.banner-box .category-box p {
  margin-bottom: 20px;
}
.banner-box .category-box a {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
  white-space: nowrap;
}
.banner-box .flex-c.flex-v.hei-100 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
}
.banner-box .banner {
  width: 100%;
  min-height: 450px;
  background: url(../static/fourteenth/banner.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-box .swiper {
  position: relative;
}
.banner-box .swiper .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  z-index: 9999;
}
.banner-box .brand {
  font-size: 54px;
  font-family: PingFang SC-Heavy, PingFang SC;
  font-weight: 800;
  color: #ffffff;
  line-height: 63px;
  position: relative;
  text-align: right;
  letter-spacing: 11px;
}
.banner-box .sub {
  font-size: 27px;
  font-family: PingFang SC-Medium, PingFang SC;
  color: #ffffff;
  line-height: 32px;
  text-align: right;
  letter-spacing: 5px;
  margin-top: 15px;
}
.banner-box .btn-box .login-btn {
  width: 172px;
  height: 39px;
  opacity: 1;
  border: 2px solid #ffffff;
  color: #fff;
  margin-top: 50px;
  cursor: pointer;
  letter-spacing: 2px;
}
.banner-box .btn-box .register-btn {
  width: 150px;
  height: 42px;
  border-radius: 26px 26px 26px 26px;
  opacity: 1;
  border: 2px solid #ffffff;
  font-size: 23px;
  font-family: PingFang SC-Heavy, PingFang SC;
  font-weight: 800;
  color: #ffffff;
  margin-left: 15px;
  margin-top: 50px;
  cursor: pointer;
}
.top-box {
  position: relative;
  top: -50px;
  z-index: 11111;
}
.top-box .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 40px;
  background-color: #fff;
}
.top-box .item .num {
  font-size: 53px;
  font-family: DIN-Bold, DIN;
  font-weight: bold;
  color: #666666;
}
.top-box .item .sub {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.top-box .item:hover {
  background-color: #49a22a;
}
.top-box .item:hover .num,
.top-box .item:hover .sub {
  color: #fff;
}
.goodAt-box .item {
  text-align: center;
  margin-top: 45px;
  width: 20%;
  cursor: pointer;
}
.goodAt-box .item .icon {
  width: 60px;
  margin: 0 auto;
  max-width: 140px;
}
.goodAt-box .item .text {
  font-size: 18px;
  font-family: Noto Sans S Chinese-Regular, Noto Sans S Chinese;
  font-weight: 400;
  color: #666666;
  margin-top: 10px;
  white-space: nowrap;
  text-align: center;
}
.goodAt-box .item:hover .icon {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}
.goodAt-box .item:hover .text {
  color: #1a6bfc;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-box {
  background-color: #49a22a;
}
.footer-box .footer-top {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0 40px;
}
.footer-box .footer-top .qrcode {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.footer-box .footer-top .qrcode-text {
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
  line-height: 14px;
  margin-top: 12px;
}
.footer-box .footer-top .title {
  margin-left: 10px;
}
.footer-box .footer-top .title:first {
  margin-left: 0;
}
.footer-box .footer-top .title span {
  font-size: 15px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #fff;
  line-height: 18px;
  padding-bottom: 4px;
  border-bottom: 2px solid #fff;
  margin-bottom: 30px;
  white-space: nowrap;
}
.footer-box .footer-top .title .sub {
  margin-top: 12px;
}
.footer-box .footer-top .title .sub a {
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
}
.footer-box .footer-btm {
  height: 45px;
  background-color: #49a22a;
}
.footer-box .footer-btm span {
  font-size: 11px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
}
.floor-box .floor-list-box .floor-img {
  width: calc(20% - 20px);
  height: 400px;
  background: url(https://img0.baidu.com/it/u=181549473, 3151623702&fm=253&fmt=auto&app=138&f=JPEG?w=597&h=500) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.floor-box .floor-list-box .floor-img::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(159, 203, 48, 0.5);
}
.floor-box .floor-list-box .category-box {
  width: 20%;
  background-color: #cccccc;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 20px;
}
.floor-box .floor-list-box .category-box .category-content {
  width: 80%;
  margin: 0 auto;
}
.floor-box .floor-list-box .category-box .category-content .category-item {
  font-size: 11px;
  font-family: Noto Sans S Chinese-Regular, Noto Sans S Chinese;
  font-weight: 400;
  color: #666666;
  height: 28px;
  background-color: #fff;
  margin-top: 7px;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  cursor: pointer;
  text-align: center;
  line-height: 28px;
}
.floor-box .floor-list-box .category-box .category-content .category-item:hover {
  color: #49a22a;
}
.floor-box .floor-list-box .category-box .category-content .category-item:first-child {
  margin-top: 0;
}
.floor-box .floor-list-box .category-box .category-content .semi.category-item {
  width: 48%;
}
.floor-box .floor-list-box .category-box .category-content .semi.category-item:first-child {
  margin-top: 7px;
}
.floor-box .floor-list-box .floor-list {
  width: 60%;
  display: grid;
  grid-template-columns: 33% 34% 33%;
}
.floor-box .floor-list-box .floor-list .floor-item {
  margin-bottom: 20px;
}
.floor-box .floor-list-box .floor-list .floor-item .item {
  border: 1px solid #ccc;
  margin-left: 15px;
}
.floor-box .floor-list-box .floor-list .floor-item .item .item-title {
  height: 60px;
  font-size: 15px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  background-color: #fff;
}
.job-box .block {
  height: 353px;
  background: #393c43;
}
.job-box .container {
  position: relative;
  top: -280px;
}
.job-box .item {
  background-color: #fff;
  margin-bottom: 40px;
}
.job-box .item .img-box {
  position: relative;
}
.job-box .item .img-box .badge {
  position: absolute;
  width: 75px;
  height: 38px;
  background: #ffb300;
  border-radius: 0px 0px 23px 0px;
  font-size: 16px;
  top: 0;
  left: 0;
}
.job-box .item .content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  background-color: #fff;
}
.job-box .item .content .title {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.job-box .item .content .btn {
  width: 165px;
  height: 38px;
  background-color: #9fcb30;
  margin: 20px auto 0;
  color: #fff;
}
.extra-box {
  position: relative;
  top: -220px;
}
.online-box {
  margin-bottom: 125px;
}
.online-box .item {
  margin-top: 30px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border: 1px solid #ccc;
}
.online-box .item:hover {
  -webkit-box-shadow: 0 2px 4px #ccc;
          box-shadow: 0 2px 4px #ccc;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.online-box .item:hover .icon {
  -webkit-filter: drop-shadow(2px 4px 6px #555555);
          filter: drop-shadow(2px 4px 6px #555555);
}
.online-box .item .img-box {
  position: relative;
}
.online-box .item .img-box .icon {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.online-box .item .content {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 18px;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.online-box .item .content .free {
  font-size: 18px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #ed771c;
}
.recom-box {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 70px;
  padding-top: 60px;
}
.recom-box .brand {
  font-size: 23px;
  font-family: Noto Sans S Chinese-Bold, Noto Sans S Chinese;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.recom-box .item {
  position: relative;
  margin-bottom: 30px;
}
.recom-box .item .content {
  position: absolute;
  width: 100%;
  height: 120px;
  left: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}
.recom-box .item .content .name {
  font-size: 15px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 18px;
}
.recom-box .item .content .sub {
  font-size: 11px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
.business-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 70px;
  padding-bottom: 120px;
}
.business-box .brand {
  font-size: 45px;
  font-family: Noto Sans S Chinese-Bold, Noto Sans S Chinese;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.business-box .brand-sub {
  font-size: 23px;
  font-family: Noto Sans S Chinese-Regular, Noto Sans S Chinese;
  font-weight: 400;
  color: #666666;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 46px;
}
.business-box .item {
  background-color: #fff;
  height: 353px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}
.business-box .item .name {
  font-size: 18px;
  font-family: Noto Sans S Chinese-Bold, Noto Sans S Chinese;
  font-weight: bold;
  color: #49a22a;
  text-align: center;
  white-space: nowrap;
  margin-top: 10px;
}
.business-box .item .sub {
  font-size: 14px;
  font-family: Noto Sans S Chinese-Regular, Noto Sans S Chinese;
  font-weight: 400;
  color: #999999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
}
.business-box .icon {
  text-align: center;
}
.business-box .icon img {
  width: 100px;
}
@media (max-width: 992px) {
  .container.fluid-sm {
    width: 100%;
  }
  .container.fluid-sm .row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .category-box.sm-flex {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .category-box.sm-flex p {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .category-box.sm-flex a {
    font-size: 16px;
  }
  .top-box .item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    background-color: #fff;
  }
  .top-box .item .num {
    font-size: 40px;
  }
  .floor-box .floor-list-box .floor-list {
    width: 100%;
    display: block;
    margin: 0;
  }
  .floor-box .floor-list-box .floor-list .item {
    margin-left: 0 !important;
  }
  .floor-box .floor-list-box .category-box {
    width: 100%;
  }
  .job-box .block {
    height: 353px;
    display: none;
  }
  .job-box .container {
    top: 0;
  }
  .job-box .item .img-box {
    position: relative;
  }
  .job-box .item .img-box img {
    width: 100%;
  }
  .job-box .item .img-box .badge {
    position: absolute;
    width: 75px;
    height: 38px;
    background: #ffb300;
    border-radius: 0px 0px 23px 0px;
    font-size: 16px;
    top: 0;
    left: 0;
  }
  .extra-box {
    position: relative;
    top: 0;
  }
  .goodAt-box .item {
    margin-top: 45px;
  }
  .goodAt-box .item .text {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 3px;
  }
  .business-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    height: auto;
    margin-bottom: 20px;
  }
  .business-box .item .name,
  .business-box .item .sub {
    padding: 0 20px;
    text-align: left;
  }
  .business-box .item .sub {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  #homePage .banner-box .brand,
  #homePage .banner-box .sub {
    text-align: center;
  }
  #homePage .banner-box .sub {
    font-size: 20px;
    letter-spacing: 0;
  }
  .top-box .item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #eee;
  }
  .top-box .item .num {
    font-size: 40px;
  }
  .goodAt-box .flex-b {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .goodAt-box .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .goodAt-box .item {
    width: 90%px;
    height: 60px;
  }
  .goodAt-box .item .icon {
    width: 40px;
  }
  .goodAt-box .item .text {
    font-size: 13px;
    letter-spacing: 0;
  }
  .about-box .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .train-box .item .img-responsive {
    width: 100%;
  }
  .double-box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 84px;
    padding-bottom: 100px;
    background-color: #49a22a;
  }
  .double-box .business-box,
  .double-box .func-box {
    position: relative;
  }
  .double-box .block {
    width: 70%;
    height: 400px;
    background-color: #ee513e;
  }
  .double-box .content {
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    width: 95%;
    top: 45px;
    height: 310px;
    display: block;
  }
  .double-box .content .brand {
    font-size: 28px;
    font-family: Noto Sans S Chinese-Bold, Noto Sans S Chinese;
    font-weight: bold;
    color: #ee513e;
  }
  .double-box .content .title {
    font-size: 20px;
    font-family: Noto Sans S Chinese-Bold, Noto Sans S Chinese;
    font-weight: bold;
    color: #666666;
    margin-top: 20px;
  }
  .double-box .content .sub {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 2;
  }
  .double-box .content .btn {
    width: 165px;
    height: 38px;
    background: #9fcb30;
    font-size: 15px;
    font-family: Noto Sans S Chinese-Medium, Noto Sans S Chinese;
    font-weight: 500;
    color: #ffffff;
    margin-left: 0;
    margin-top: 40px;
  }
  .double-box .func-box .block {
    height: 980px;
  }
  .double-box .func-box .content2 {
    height: auto;
    padding: 25px 0;
  }
  .double-box .func-box .content2 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 2px 8px #ccc;
            box-shadow: 0 2px 8px #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 8px 16px;
  }
  .double-box .func-box .content2 .item .icon {
    margin: 0;
    margin-right: 30px;
    width: 70px;
    height: 70px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .double-box .func-box .content2 .item .icon img {
    width: 40px;
  }
  .double-box .func-box .content2 .item .name,
  .double-box .func-box .content2 .item .sub {
    text-align: left;
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/*# sourceMappingURL=fourteenth.css.map */