@charset "utf-8";

/* CSS Document */
body {
    font-family: "FZLanTingHeiS-H-GB", "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif, ;
    overflow-x: hidden;
    color: #000;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
select,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

img {
    display: block;
    border: none;
    max-width: 100%;
}

a {
    color: #0d0d0d;
    text-decoration: none;
}


ul,
li {
    list-style: none;
}

* {
    box-sizing: border-box;
}

/* 通用头部 */
.ht_top {
    width: 100%;
    background: #fafafa url(https://www.huatu.com/z/topfooter/images/nav_bg.gif) repeat-x 0 0;
    line-height: 41px;
    overflow: hidden;
}

.Width {
    width: 80%;
    background: red;
    margin: 0 auto;
}

.ht_top .zt_top {
    width: 1070px;
    height: 41px;
    margin: 0 auto;
}

.ht_top h1 {
    float: left;
}

.ht_top h1 a {
    float: left;
    width: 131px;
    height: 40px;
    overflow: hidden;
    text-indent: -100em;
    background: url(http://www.huatu.com/z/topfooter/images/logo.gif) no-repeat;
    font-size: 12px;

}

.ht_top .topnav {
    float: right;
    color: #0d0d0d;
    font-size: 12px;
}

.ht_top .topnav a {
    padding: 0 8px;
}

.ht_top .topnav a:hover {
    color: #e4393c;
    text-decoration: underline;
}




/* 通用底部 */

.footer {
    clear: both;
    position: relative;
    padding: 30px 0 0 0;
    text-align: center;
    padding-bottom: 10%;
    background: #ff9d00;
    border-top: 1px solid #ffdd23;
}

.footer p {
    position: relative;
    z-index: 2;
    color: #000;
    font-size: 16px;
    line-height: 30px;
}

.footer p span {
    padding: 0 5px;
}

.footer p a {
    color: #000;
}

/* start */
.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.banner {
    background: url(../images/baner_bg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 2%;
    padding-bottom: 4%;
}

.banner_slg {
    position: relative;
}

.banner_icon {
    position: absolute;
    left: 34%;
    top: -5%;
}

.banner_jz {
    position: absolute;
    right: 0%;
    top: -9%;
}

.logo {
    margin-bottom: 2%;
}

.banner_slg p {
    font-size: 36px;
    font-family: "HONORSansCN";
    color: rgb(255, 255, 255);
    letter-spacing: 4px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -4%;
}

.con_box {
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    border-radius: 8px;
    background-color: rgb(255, 221, 93);
    padding: 1% 1%;
}

.con_bg {
    background: #fff;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    border-radius: 8px;
    padding: 2% 4%;
}

/* con1 */
.con1 {
    background: url(../images/bg1.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom:6%;
}
.con1_left{
    width: 40%;
    height: 296px;
    background: url(../images/con1_left.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 47px;
}

.con1_right{
    width: 41%;
    height: 296px;
    background: url(../images/con1_right.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 47px;
    padding-left: 2%;
    position: relative;
}
.con1_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con1_left ul li{
    display: flex;
    align-items: center;
    height: 80px;
    line-height: 80px;
    padding-left: 4%;
}
.con1_left ul li p{
    font-size: 22px;
    margin-left: 2%;
}
.con1_right ul {
    padding-top: 4%;
    position: relative;
    z-index: 9;
}
.con1_right ul li {
    margin-bottom: 4%;
}
.con1_right ul li p{
    display: inline-block;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: 2.828px 2.828px 0px 0px rgba(0, 0, 0, 0.8);
    padding: 3% 2%;
    border-radius: 30px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.con1_right ul li p i{
    font-style: normal;
    color: #ff5f00;
}
.con1_right img{
    position: absolute;
    right: 0;
    top: 4%;
}
.con1_text{
    background: #131313;
    margin-top: 2%;
    border-radius: 8px;
    padding: 1% 0;
}
.con1_text p{
    color: #fff;
    font-size: 30px;
    text-align: center;
    letter-spacing: 4px;
}
.con1_text p i{
    font-size: 42px;
    color: #fedc5e;
    font-style: normal;
    font-weight: bold;
}
.con1_btnBox{
    background-color: #fff;
    padding: 1%;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    width: 30%;
    border-radius: 50px;
    margin: 0 auto;
    margin-bottom: -7%;
    margin-top: 4%;
}
.con1_center{
    position: relative;

}
.con1_centerT{
    position: absolute;
    left: 0;
    right: 0;
    top: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8%;
}
.con1_centerT p{
    writing-mode: vertical-rl; /* 从右到左 */
    text-orientation: upright;
    font-size: 30px;
}
.con1_centerT ul{
    margin-top: 4%;
    margin-left: 2%;
}
.con1_centerT ul li:nth-child(2){
    margin: 50px 0;
}
.con1_btn {
    display: block;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    background-image: -moz-linear-gradient( -90deg, rgb(255,162,44) 0%, rgb(255,75,0) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,162,44) 0%, rgb(255,75,0) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(255,162,44) 0%, rgb(255,75,0) 100%);
    font-size: 42px;
    letter-spacing: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
  }
  
/* con2 */
.con23_bg {
    background: url(../images/bg2.png) no-repeat;
    background-size: 100% 100%;
    padding: 2% 0;
}

.con2_text {
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    background-color: rgb(11, 105, 255);
    text-align: center;
    width: 70%;
    margin: 4% auto;
    font-size: 32px;
    color: #fff;
    border-radius: 30px;
    padding: 0.8% 0;
    position: relative;
}

.con2_text:after {
    content: '';
    display: block;
    width: 14%;
    height: 2px;
    background: #000;
    position: absolute;
    left: -14%;
    top: 42%;
}

.con2_text::before {
    content: '';
    display: block;
    width: 14%;
    height: 2px;
    background: #000;
    position: absolute;
    right: -14%;
    top: 42%;
}

.con2_photo {
    margin: 0 auto;
    /* border: 1px solid #000; */
}

.con2_bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2% 0;
}
.con2_botB{
    margin-left: 2%;
}
.con2_botB p {
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    border-radius: 8px;
    background-color: rgb(255, 250, 216);
    text-align: center;
    padding: 3.4% 4%;
    font-size: 20px;
    font-weight: bold;
}
/* con3 */
.con3_text {
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    border-radius: 8px;
    background-color: rgb(255, 107, 16);
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 2% 0;
}
.con3_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 4%;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    border-radius: 8px;
    background-color: rgb(255, 250, 216);
    padding: 2%;
}

.con3_box ul{
    flex: 1;
    margin-left: 2%;
}
.con3_box ul li {
    display: flex;
    align-items: baseline;
    font-size: 24px;
    color: #000;
    margin-bottom: 2%;
}
.con3_box ul li span {
    display: block;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    background-color: rgb(255, 174, 22);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 1%;
}
.con3 .con_box{
    background-color: rgb(255, 177, 31);
}
/* con4 */
.con45_bg{
    background: url(../images/bg3.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 2%;
}
.con4_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.con4_left{
  border-width: 1px;
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-radius: 8px;
  background-color: rgb(255, 250, 216);
  padding-bottom: 4%;
  width:49% ;
}
.con4_leftT{
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    border-radius: 8px;
    background-color: rgb(0, 190, 120);
    padding: 4%;
    position: relative;
    margin-bottom: 8%;
}
.con4_leftT p{
    font-size: 26px;
    color: #fff;
    text-align: center;
    margin-bottom: 4%;
}
.con4_leftT span{
    display: block;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    border-radius: 8px;
    background-color: rgb(202, 255, 219);
    padding: 3% 0%;
    text-align: center;
    font-size: 20px;
}
.con4_leftT .con4_sj{
    position: absolute;
    left: 46%;
    bottom: -13%;
}
.con4_ul ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2%;
}
.con4_ul ul li{
    width: 48%;
}
.con4_ul ul li img{
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    border-radius: 10px;
}
.con4_right{
    background: url(../images/con4_right.png) no-repeat;
    background-size: 100% 100%;
    width: 49%;
    text-align: center;
    padding: 2% 0;
}
.con4_right img{
    margin: 4% auto;
}
.con4_right h3{
    font-size: 26px;
    color: #fff;
}
.con4_right p{
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.con4_right p i{
    color: #fa292a;
    font-size: 26px;
    font-style: normal;
}
.con4_right p b{
    color: #fa292a;
    font-size: 28px;
    font-weight: 800;
}
.con4 .con_box{
    background-color: rgb(255, 177, 31);
}

/* con5 */
.con5{
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 2%;
    z-index: 99;
}
.con5_box{
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    padding: 1%;
}
.con5_bg{
    background: #ff9d00;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.con5_center{
    width: 60%;
    margin: 1% 0;
}
.con5_center h1{
    color: #fff;
    font-size:28px;
    margin-bottom: 2%;
}
.con5_left{
    margin-top: -2.2%;
}
.con5_center ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con5_center ul li{
    width: 48%;
    display: flex;
    align-items: center;
    position: relative;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    background-color: rgb(243, 255, 187);
    border-radius: 30px;
    padding-left: 2%;
}
.con5_btn{
    display: block;
    width: 14%;
    margin: -8% 0;
}
.con5_center ul li span{
    display: block;
    background-color: #000;
    border-radius: 30px;
    padding: 2% 0;
    font-size: 20px;
    color: #ffef70;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    width: 40%;
    text-align: center;
    position: absolute;
    right: 0;
}
.con5_center ul li i{
    display: block;
    width: 8px;
    height: 8px;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    border-radius: 50%;
    background-color: rgb(11, 205, 133);
    margin: 0 2%;
}
.con5_center ul li p{
    font-size: 19px;
    color: #000;
    margin: 1% 0;
}


/* right_fx */
.right_fx {
    background-color: rgb(255, 154, 0);
    position: fixed;
    right: 2%;
    top: 20%;
    z-index: 999;
    border: 4px solid #fff;
    border-radius:90px ;
    padding: 2% 1%;
    text-align: center;
}
.zx_icon{
    margin: 0 auto;
}
.right_fx  a {
    display: block;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    border-radius: 17px;
    background-color: rgb(230, 255, 99);
    padding: 4% 12%;
    margin-top: 8%;
    font-size: 20px;
    font-weight: bold;
}

.right_fx p{
    font-size: 20px;
    color: #fff;
    margin-top: 4%;
}

.tc{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
}
.tc_box {
    margin-top: 18%;
    border-width: 1px;
    border-color: rgb(1, 1, 1);
    border-style: solid;
    border-style: solid;
    border-width: 3px;
    border-color: rgb(255, 255, 255);
    border-radius: 8px;
    background-color: rgb(255, 120, 0);
    padding: 1%;
    position: relative;
}
.tc_bg {
    border-width: 1px;
    border-color: rgb(1, 1, 1);
    border-style: solid;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.8);
    padding: 6% 2% 0 2%;
    position: relative;
}
.tc_bg ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tc_bg ul li{
    width: 12%;
    border-width: 1px;
    border-color: rgb(1, 1, 1);
    border-style: solid;
    background-color: rgb(255, 215, 86);
    margin-bottom: 2%;
    border-radius: 30px;
    padding: 1% 0;
    text-align: center;
}
.fx_ufo{
    position: absolute;
    left: -5%;
    top: -14%;
}
.fx_jz{
    position: absolute;
    left: 41%;
    top: -20%;
    z-index: 9;
}
.fx_hua{
    position: absolute;
    right: -2%;
    top: -10%;
    z-index: 9;
}
.tc_bg ul li a{
    color: #000;
    font-size: 24px;
}
.close{
    position: absolute;
    right: 0%;
    top: -20%;
    cursor: pointer;
}
/* end */
@media screen and (max-width:1300px) {}

@media screen and (max-width:1200px) {
    .Width {
        width: 100%;
    }

    .container {
        width: 94%;
    }
    .logo{
        width: 20%;
    }
    .banner_jz{
        width: 20%;
    }
    .banner_icon{
        width: 20%;
    }
    .right_fx img,.right_fx p{
        display: none;
    }
    .con1_right,.con1_left{
        height: 100%;
    }
    .right_fx a {
        display: block;
        border:none ;
       background-color: transparent;
        padding: 14%;
        margin-top: 0%;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
    }
    .con1_left ul li p,
    .con1_right ul li p{
        font-size: 18px;
    }
    .banner_slg p{
        font-size: 16px;
        bottom: 3%;
    }
    .con1_box{
        flex-wrap: wrap;
    }
    .con1_left,.con1_right{
        width: 100%;
    }
    .con1_center{
        display: none;
    }
    .con1_text p{
        font-size: 18px;
    }
    .con1_text p i {
        font-size: 24px;
    }
    .con1_btn{
        font-size: 20px;
    }
    .con1_btn img{
        width: 30%;
    }
    .con1_btnBox{
        width: 46%;
    }

    .con2_text {
        width: 80%;
        font-size: 16px;
        padding: 1% 2%;
    }
    .con2_botB{
        margin-left: 0;
        width: 90%;
        margin: 4% auto;
    }
    .con2_botB p{
        font-size: 16px;
    }
    .con3_text{
        font-size: 16px;
        padding: 0 2%;
    }
    .con3_box ul {
        margin: 4% 0;
    }
    .con3_box ul li{
        font-size: 18px;
    }
    .con4_left,.con4_right{
        width: 100%;
    }
    .con4_leftT p,
    .con4_right p{
        font-size: 18px;
    }
    .con4_leftT .con4_sj {
        bottom: -18%;
    }
    .con5_bg img{
        width: 30%;
    }
    .con5_btn img{
        margin: 0 auto;
        width: 40%;
    }

    .con5_center h1{
        font-size: 18px;
    }
    .con5_center{
        width: 100%;
        margin: 4% 0;
        margin-bottom: 0;
    }
    .con5_center ul li p,
    .con5_center ul li span{
        font-size: 12px;
    }
    .con5_btn{
        margin: 0 auto;
        margin-bottom: 2%;
        width: 50%;
    }
    .con2_bot{
        flex-wrap: wrap;
    }
    .fx_ufo{
        width: 16%;
        position: absolute;
        left: -5%;
        top: -6%;
    }
    .fx_jz{
        width: 20%;
        top: -10%;
    }
    .fx_hua{
        width: 12%;
        top: -6%;
    }
    .tc_bg ul li a{
        font-size: 16px;
    }
    .tc_bg ul li {
        width: 21%;
    }
    .tc_box{
        margin-top: 50%;
    }
    .right_fx{
        padding: 0;
    }


    .con5_left{
        display: none;
    }
    .footer{
        padding-bottom: 50%;
    }
}
.pulsate-bck {
	-webkit-animation: pulsate-bck 1.4s ease-in-out infinite both;
	        animation: pulsate-bck 1.4s ease-in-out infinite both;
}
@-webkit-keyframes pulsate-bck {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes pulsate-bck {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  





.shake-bottom {
	-webkit-animation: shake-bottom 3.6s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
	        animation: shake-bottom 3.6s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}
@-webkit-keyframes shake-bottom {
    0%,
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
    }
    10% {
      -webkit-transform: rotate(2deg);
              transform: rotate(2deg);
    }
    20%,
    40%,
    60% {
      -webkit-transform: rotate(-4deg);
              transform: rotate(-4deg);
    }
    30%,
    50%,
    70% {
      -webkit-transform: rotate(4deg);
              transform: rotate(4deg);
    }
    80% {
      -webkit-transform: rotate(-2deg);
              transform: rotate(-2deg);
    }
    90% {
      -webkit-transform: rotate(2deg);
              transform: rotate(2deg);
    }
  }
  @keyframes shake-bottom {
    0%,
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
    }
    10% {
      -webkit-transform: rotate(2deg);
              transform: rotate(2deg);
    }
    20%,
    40%,
    60% {
      -webkit-transform: rotate(-4deg);
              transform: rotate(-4deg);
    }
    30%,
    50%,
    70% {
      -webkit-transform: rotate(4deg);
              transform: rotate(4deg);
    }
    80% {
      -webkit-transform: rotate(-2deg);
              transform: rotate(-2deg);
    }
    90% {
      -webkit-transform: rotate(2deg);
              transform: rotate(2deg);
    }
  }
  .heartbeat {
	-webkit-animation: heartbeat 2s ease-in-out infinite both;
	        animation: heartbeat 2s ease-in-out infinite both;
}
@-webkit-keyframes heartbeat {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    10% {
      -webkit-transform: scale(0.91);
              transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    17% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    33% {
      -webkit-transform: scale(0.87);
              transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    45% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  @keyframes heartbeat {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    10% {
      -webkit-transform: scale(0.91);
              transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    17% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    33% {
      -webkit-transform: scale(0.87);
              transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    45% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  .tracking-in-contract {
	-webkit-animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1s both;
	        animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1s both;
}
@-webkit-keyframes tracking-in-contract {
    0% {
      letter-spacing: 1em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      letter-spacing: normal;
      opacity: 1;
    }
  }
  @keyframes tracking-in-contract {
    0% {
      letter-spacing: 1em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      letter-spacing: normal;
      opacity: 1;
    }
  }

  .jello-horizontal {
	-webkit-animation: jello-horizontal 0.9s infinite both;
	        animation: jello-horizontal 0.9s infinite both;
}
@-webkit-keyframes jello-horizontal {
    0% {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
    }
    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
              transform: scale3d(1.25, 0.75, 1);
    }
    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
              transform: scale3d(0.75, 1.25, 1);
    }
    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
              transform: scale3d(1.15, 0.85, 1);
    }
    65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
              transform: scale3d(0.95, 1.05, 1);
    }
    75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
              transform: scale3d(1.05, 0.95, 1);
    }
    100% {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
    }
  }
  @keyframes jello-horizontal {
    0% {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
    }
    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
              transform: scale3d(1.25, 0.75, 1);
    }
    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
              transform: scale3d(0.75, 1.25, 1);
    }
    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
              transform: scale3d(1.15, 0.85, 1);
    }
    65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
              transform: scale3d(0.95, 1.05, 1);
    }
    75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
              transform: scale3d(1.05, 0.95, 1);
    }
    100% {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
    }
  }
  .jello-vertical {
	-webkit-animation: jello-vertical 0.9s infinite both;
	        animation: jello-vertical 0.9s infinite both;
}
@-webkit-keyframes jello-vertical {
    0% {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
    }
    30% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
              transform: scale3d(0.75, 1.25, 1);
    }
    40% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
              transform: scale3d(1.25, 0.75, 1);
    }
    50% {
      -webkit-transform: scale3d(0.85, 1.15, 1);
              transform: scale3d(0.85, 1.15, 1);
    }
    65% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
              transform: scale3d(1.05, 0.95, 1);
    }
    75% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
              transform: scale3d(0.95, 1.05, 1);
    }
    100% {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
    }
  }
  @keyframes jello-vertical {
    0% {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
    }
    30% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
              transform: scale3d(0.75, 1.25, 1);
    }
    40% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
              transform: scale3d(1.25, 0.75, 1);
    }
    50% {
      -webkit-transform: scale3d(0.85, 1.15, 1);
              transform: scale3d(0.85, 1.15, 1);
    }
    65% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
              transform: scale3d(1.05, 0.95, 1);
    }
    75% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
              transform: scale3d(0.95, 1.05, 1);
    }
    100% {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
    }
  }
  .jello-diagonal-1 {
	-webkit-animation: jello-diagonal-1 0.8s infinite both;
	        animation: jello-diagonal-1 0.8s infinite both;
}
@-webkit-keyframes jello-diagonal-1 {
    0% {
      -webkit-transform: skew(0deg 0deg);
              transform: skew(0deg 0deg);
    }
    30% {
      -webkit-transform: skew(25deg 25deg);
              transform: skew(25deg 25deg);
    }
    40% {
      -webkit-transform: skew(-15deg, -15deg);
              transform: skew(-15deg, -15deg);
    }
    50% {
      -webkit-transform: skew(15deg, 15deg);
              transform: skew(15deg, 15deg);
    }
    65% {
      -webkit-transform: skew(-5deg, -5deg);
              transform: skew(-5deg, -5deg);
    }
    75% {
      -webkit-transform: skew(5deg, 5deg);
              transform: skew(5deg, 5deg);
    }
    100% {
      -webkit-transform: skew(0deg 0deg);
              transform: skew(0deg 0deg);
    }
  }
  @keyframes jello-diagonal-1 {
    0% {
      -webkit-transform: skew(0deg 0deg);
              transform: skew(0deg 0deg);
    }
    30% {
      -webkit-transform: skew(25deg 25deg);
              transform: skew(25deg 25deg);
    }
    40% {
      -webkit-transform: skew(-15deg, -15deg);
              transform: skew(-15deg, -15deg);
    }
    50% {
      -webkit-transform: skew(15deg, 15deg);
              transform: skew(15deg, 15deg);
    }
    65% {
      -webkit-transform: skew(-5deg, -5deg);
              transform: skew(-5deg, -5deg);
    }
    75% {
      -webkit-transform: skew(5deg, 5deg);
              transform: skew(5deg, 5deg);
    }
    100% {
      -webkit-transform: skew(0deg 0deg);
              transform: skew(0deg 0deg);
    }
  }
  