@charset "utf-8";

/* CSS Document */
body {
    font-family: "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
    overflow-x: hidden;
    color: #333;
    /* background: #16165e; */
}

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 {
    border: none;
    max-width: 100%;
}

a {
    color: #0d0d0d;
    text-decoration: none;
}


ul,
li {
    list-style: none;
}

.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}

table {
    width: 100%;
    text-align: center;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
}

* {
    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;
}

/* start */
.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.header {
    background: url(../images/header.png) no-repeat top center;
    background-size: auto;
    text-align: center;
    height: 1112px;
    padding-top: 6%;
}

.body {
    background: url(../images/body.png) no-repeat top center;
    max-width: 1920px;
    margin: 0 auto;
}

.con_box {
    background-color: #0099ff;
    border-radius: 20px;
    border: 2px solid #000;
    padding: 2%;
}

.con_tit {
    text-align: center;
}

.header_list {
    display: flex;
    align-items: center;
    justify-content: center;

}

.header_list li:nth-child(2) {
    margin: 0 6%;
}

.con_time {
    margin: 2% 0 4% 0;
}

.con1_box {
    display: flex;
    flex-direction: column;
}

.con_center {
    background: url(../images/con_center.png) repeat-y;
    background-size:contain;
    padding: 2% 4%;
    margin-top: -1%;
}

/* con1 */
.con1_top {
    position: relative;
    margin-top: -0.4%;
}

.con1_tit {
    background: url(../images/con1_tit_bg_03.png) no-repeat top center;
    background-size: contain;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: 3px;
}

.con1_tit p {
    font-size: 30px;
    font-family: "FZLanTingHeiS-EB-GB";
    color: rgb(0, 0, 0);
    text-align: center;
    margin: 0 3%;
}

.con1_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.con1_list li {
    width: 240px;
    line-height: 78px;
    text-align: center;
    background: url(../images/con1_btn_ac.png) no-repeat;
    background-size: contain;
    cursor: pointer;
}

.con1_list li p {
    font-size: 34px;
    color: #fff;
}

.con1_list .co1_ac {
    background: url(../images/con1_btn.png) no-repeat;
    background-size: contain;
}

.con1_card {
    margin-top: 4%;
}

.con1_card .con1_item {
    display: none;
}

.con1_card .card_show {
    display: block;
}

.con1_card .con1_item .swiper-slide .con1_itemTop {

    background: url(../images/con1_card_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 2%;
}

.con1_card .con1_item .swiper-slide .con1_itemTop p {
    border-radius: 12px;
    background-color: rgb(255, 0, 85);
    box-shadow: inset 2.121px 2.121px 8px 0px rgba(213, 11, 78, 0.8);
    padding: 2% 4%;
    margin-top: 4%;
    font-size: 21px;
    color: #fff;
    text-align: left;
    overflow: hidden; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    

}

.con1_card .swiper-pagination {
    position: relative;
}

.con1_card .swiper-pagination-bullet {
    background-color: #7a6e72;
    width: 16px;
    border-radius: 4px;
    margin: 0 2px;
}

.con1_card .swiper-pagination-bullet-active {
    background-color: #e70e5c;
    padding: 0;
    width: 8px;
    border-radius: 100%;
}

.con1_itemPrs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4%;
    padding: 0 2%;
}

.con1_itemPrs p {
    width: 40%;
    text-align: center;
    font-size: 26px;
    font-family: "FZLanTingHeiS-H-GB";
    color: rgb(255, 26, 103);
}

.swiper-slide {
    position: relative;
}

/* con2 */
.con2_list {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 5.6%;
    margin-top: 1%;
}

.con2_list li {
    width: 493px;
    line-height: 82px;
    background: url(../images/con2_btn.png) no-repeat;
    background-size: contain;
    text-align: center;
    border-radius: 20px 0 0 0;
    cursor: pointer;
}

.con2_list li p {
    font-size: 30px;
    font-family: "FZLanTingHeiS-EB-GB";
    color: rgb(0, 0, 0);

}

.con2_list .con2_list_ac p {
    font-size: 40px;
    color: #fff;
}

.con2_list li.con2_list_ac {
    background: url(../images/con2_btn_ac.png) no-repeat;
    background-size: contain;
    line-height: 102px;
    margin-top: 24px;
}

.con2_list li {
    background: url(../images/con2_btn.png) no-repeat;
    margin-left: -4%;
    margin-top: 5px;
}
.con2_list li:last-child.con2_list_ac{
    border-radius: 0;
    margin-left: -8%;
    border-radius: 0 0 0 30%;
}
.con2_list li:first-child{
    position: relative;
}
.con2_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2%;
}

.con2_left {
    width: 276px;
    height: 479px;
    background: url(../images/con2_left.png) no-repeat;
    padding: 2% 1%;
}

.con2_right {
    width: 813px;
    height: 479px;
    background: url(../images/con2_right.png) no-repeat;
    padding: 2% 1%;
}

.con2_tit {
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 15px;
    background-color: rgb(255, 210, 1);
    box-shadow: inset 0.314px -5.992px 3px 0px rgba(255, 121, 1, 0.004);
    border-radius: 20px;
    font-size: 24px;
    color: #ff216c;
    padding: 4% 0;
    text-align: center;
    margin-bottom: 4%;
}

.con2_img {
    text-align: center;
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 0px 0px rgba(255, 0, 87, 0.9);
    padding: 1%;
}
.con2_img img{
    height: 200px;
}
.con2_img a img{
    height: auto;
}

.con2_text {
    margin-top: 6%;
    border-radius: 12px;
    background-color: rgb(255, 228, 137);
    box-shadow: inset 2.121px 2.121px 8px 0px rgba(255, 168, 0, 0.8);
    padding: 4% 2%;
}

.con2_text h4 {
    font-size: 21px;
    color: #000;
    font-weight: normal;
    overflow: hidden;
text-overflow: ellipsis; 
white-space: nowrap;  


}

.con2_text p {
    font-size: 21px;
    color: #ff1c68;
}

.con2_right_bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.con2_right_item {
    width: 32%;
}

.con2_right .con2_tit {
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 15px;
    background-color: rgb(255, 26, 103);
    box-shadow: inset 0.314px -5.992px 3px 0px rgba(216, 6, 77, 0.8);
    padding: 1.4% 0;
    margin-bottom: 1%;
    color: #fff;
}

.con2_bot {
    height: 475px;
    background: url(../images/con2_bot.png) no-repeat;
    background-size: contain;
    padding: 2%;
    margin-top: 4%;
}

.con2_bot_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.con2_bot_list .con2_right_item {
    width: 23%;
}

.con2_bot .con2_tit {
    padding: 1% 0;
    margin-bottom: 2%;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 15px;
    background-color: rgb(92, 161, 255);
    box-shadow: inset 0.314px -5.992px 3px 0px rgba(76, 94, 231, 0.8);
    color: #fff;
}

.con2_lj {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0% 4%;
    margin: -12% 0;
    position: relative;
}

.con2_right .con2_lj {
    margin: -4% 0;
}

.con2_bot .con2_lj {
    margin: -4% 0 -2% 0;
    padding: 0 2%;
}

.con2_cffl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 4%;
}

.con2_cffl li {
    position: relative;
    text-align: center;
    margin-bottom: 2%;
}

.con2_cffl .con2_cffl_top {
    width: 269px;
    height: 373px;
    background: url(../images/con2_cffl_bg.png) no-repeat;
    background-size: contain;
    text-align: center;
    padding: 4%;
}
.con2_cffl .con2_cffl_top img{
    padding: 2%;
    background-color: #fff;
    border-radius: 20px;
    height: 200px;
}
.con2_cffl_jb {
    position: absolute;
    right: 0;
    top: 0;
}

.con2_cffl_text {
    border-radius: 12px;
    background-color: rgb(255, 0, 85);
    box-shadow: inset 2.121px 2.121px 8px 0px rgba(213, 11, 78, 0.9);
    padding: 4% 2%;
    margin-top: 4%;
}

.con2_cffl_text p {
    font-size: 20px;
    color: #fff;
    text-align: left;
    margin-bottom: 2%;
    overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2; 
-webkit-box-orient: vertical;

}

.con2_cffl_text h3 {
    font-size: 20px;
    color: #ffea00;
    text-align: left;
}

.con2 .con2_item {
    display: none;
}

.con2 .card_show {
    display: block;
}

.con2 ul li a {
    margin-top: 4%;
    display: block;
}

/* con3 */
.con3_day ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.con3_day .con3_time li {
    width: 15.6%;
    margin-right: 2%;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 15px;
    background-image: -moz-linear-gradient(-117deg, rgb(255, 204, 31) 0%, rgb(255, 96, 0) 100%);
    background-image: -webkit-linear-gradient(-117deg, rgb(255, 204, 31) 0%, rgb(255, 96, 0) 100%);
    background-image: -ms-linear-gradient(-117deg, rgb(255, 204, 31) 0%, rgb(255, 96, 0) 100%);
    box-shadow: 0.157px 2.996px 0px 0px rgba(255, 197, 0, 0.8), inset -3.18px -5.088px 0px 0px rgba(255, 228, 0, 0.8);
    padding: 1% 0;
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin-right: 1%;
    margin-bottom: 2%;
    cursor: pointer;
}

.con3_js {
    border: 1px solid #fff;
    background: #ffd800;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2%;
    margin-top: 4%;
    position: relative;
}

/* .con3_jsL{
    margin-top: -4%;
} */
.con3_jsL {
    width: 782px;
    height: 309px;
    background: url(../images/con3_js_bg.png) no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4%;
}

.con3_code {
    background: #ff9e05;
    border-radius: 20px;
    padding: 1%;
    width: 25%;
}

.con3_code p {
    color: #fff;
    font-size: 24px;
    margin: 0% 4%;
}

.con3_code_text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2%;
}

.con3_code_text span {
    display: block;
    width: 22%;
    height: 10px;
    background-color: #ff7200;
    border-radius: 20px;
}

.con3_bot {
    margin-top: -1%;
}

.con3_jp li {
    width: 22%;
    text-align: center;
    margin-right: 4%;
}
.con3_jp li:last-child{
    margin-right: 0;
}

.con3_jp li span {
    background: #ff8502;
    padding: 2% 10%;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
}

.con3_jp li p {
    color: #000;
    font-size: 20px;
    margin-top: 4%;
}

.con3_js_tit {
    font-size: 32px;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

.con3_js_tit i {
    font-size: 22px;
    color: #000;
}

.con3_js_text h1 {
    color: #ff1a68;
    font-size: 32px;
    font-style: italic;
    margin: 2% 0;
}

.con3_js_textBot {
    display: flex;
    align-items: center;
}

.con3_js_textBot span {
    background: #ff1a68;
    padding: 2% 6%;
    font-size: 18px;
    color: #fff;
    border-radius: 6px;
    display: block;
    width: 26%;
}

.con3_js_textBot p {
    font-size: 18px;
    color: #000;
    margin-left: 4%;
    font-weight: bold;
}

.con3_js_textBot p::after {
    content: '';
    width: 70%;
    display: block;
    height: 4px;
    background: #ff88af;
    margin-top: 2%;
}

.con3_js_photo {
    margin-top: -13%;
}

.con3_day .con3_time .day_ac {
    background-image: -moz-linear-gradient(81deg, rgb(255, 57, 124) 0%, rgb(255, 26, 104) 47%, rgb(255, 94, 219) 100%);
    background-image: -webkit-linear-gradient(81deg, rgb(255, 57, 124) 0%, rgb(255, 26, 104) 47%, rgb(255, 94, 219) 100%);
    background-image: -ms-linear-gradient(81deg, rgb(255, 57, 124) 0%, rgb(255, 26, 104) 47%, rgb(255, 94, 219) 100%);
    box-shadow: 0.157px 2.996px 0px 0px rgba(255, 197, 0, 0.004), inset -3.18px -5.088px 0px 0px rgba(255, 228, 0, 0.004);
}

.con3_item {
    display: none;
}

.con3_box .card_show {
    display: block;
}

/* 其他 */
.con_tc {

    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.con_tc2 {

    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.hengfu {
    height: 128px;
    background: url(../images/hengfu_bg.png) no-repeat;
    background-size: contain;
    position: relative;
    text-align: right;
    margin: 1% 0;
}
.hengfu a{
    display: block;
}

.hengfu img {
    /* position: absolute;
    left: 0;
    right: 0;
    top: 0; */
    margin-top: -1%;
}

.txt {
    animation: banner_ani 2s linear infinite alternate;
    -webkit-animation: banner_ani 2s linear infinite alternate;
    -moz-animation: banner_ani 2s linear infinite alternate;
    -o-animation: banner_ani 2s linear infinite alternate;
    -ms-animation: banner_ani 2s linear infinite alternate;
}

@keyframes banner_ani {
    0% {
        transform: scale(1);
        opacity: .8;
    }

    50% {
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: .8;
    }
}

.back_top {
    position: fixed;
    bottom: 20px;
    right: 0%;
    cursor: pointer;
    z-index: 999;
    width: 8%;
}

.code_tc {
    position: fixed;
    top: 10%;
    right: 0%;
    cursor: pointer;
    z-index: 999;
    width: 10%;
}

.lihe_tc {
    position: fixed;
    top: 40%;
    right: 1%;
    cursor: pointer;
    z-index: 999;
    width: 10%;
}

.code_tc_box,
.lihe_tc_box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.code_tc_bg {
    padding: 1%;
    background: #ff9e05;
    border-radius: 10px;
    position: relative;
    width: 28%;
}

.close {
    position: absolute;
    right: -20%;
    top: -10%;
    cursor: pointer;
}

.conjb_box {
    position: absolute;
    right: 0;
    top: 0;
}

.conjb_box p {
    font-size: 20px;
    font-family: "FZLanTingHeiS-H-GB";
    color: rgb(255, 33, 108);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: rotate(52deg);
    width: 120%;
    margin-top: 34%;
}


/* end */


/* 通用底部 */

.footer {
    clear: both;
    position: relative;
    padding: 30px 0 30px 0;
    text-align: center;
    /* padding-bottom: 40px; */
    background: #f02048;
}

.footer p {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.footer p span {
    padding: 0 5px;
}

.footer p a {
    color: #fff;
}

.add_text {
    margin-top: 10%;
}

.con3 .add_bg {
    background-image: -moz-linear-gradient(0deg, #fd851b 0%, #fd861b 100%);
    background-image: -webkit-linear-gradient(0deg, #fd851b 0%, #fd861b 100%);
    background-image: -ms-linear-gradient(0deg, #fd851b 0%, #fd861b 100%);
    box-shadow: 1.5px 2.598px 8px 0px rgba(208, 158, 159, 0.83);
}

.csgk table td a,
.kdrz table td a {
    display: block;
    color: #fff;
    border-radius: 30px;
    padding: 4% 0;
    background-image: linear-gradient(to top, #ff2d2d, #ff7538);
    box-shadow: 0px 4px 0px 0px rgba(255, 138, 0, 0.8);
    font-size: 18px;
    margin: 2% auto;
}

.csgk table td a {
    width: 80%;
}

.kdrz table td a {
    width: 60%;
}

.jiaobo {
    position: absolute;
    right: 24%;
    top: -30%;
}

.jiaobo2 {
    position: absolute;
    right: 20%;
    top: -20%;
}

.swiper-container {
    text-align: center;
}

.con3_day .con3_time .add_ac {
    background-image: -webkit-linear-gradient(-117deg, rgb(157, 157, 157) 0%, rgb(157, 157, 157) 100%);
    background-color: rgb(157, 157, 157);
    box-shadow: 0.157px 2.996px 0px 0px rgba(255, 197, 0, 0.004), inset -3.18px -5.088px 0px 0px rgba(255, 228, 0, 0.4);
}

@media screen and (max-width:1400px) {
    .code_tc {
        width: 8%;
    }

    .back_top {
        width: 6%;
    }
    .lihe_tc{
        width: 12%;
    }
    .con2_list li.con2_list_ac{
        margin-top: 2%;
    }
    .con2_list li{
        margin-top: 0.4%;
    }

}

@media only all and (max-width: 1080px) {
    .Width {
        width: 99%;
    }

    .container {
        width: 100%;
    }

    .header {
        background: url(../images/header.png) no-repeat top center;
        background-size: cover;
        text-align: center;
        height: auto;
        padding-bottom: 16%;
    }

    .con1_tit img {
        width: 4%;
    }

    .con1_tit p {
        font-size: 18px;
    }

    .con1_list li {
        width: 100px;
        line-height: 30px;
    }

    .con1_list li p {
        font-size: 16px;
        color: #fff;
    }

    .hengfu img {
        margin-top: -1%;
        width: 12%;
    }
    .con2_list li{
        width: 50%;
    }

    .con2_list .con2_list_ac p,
    .con2_list li p {
        font-size: 16px;
    }
    .con2_cffl .con2_cffl_top img{
        height: 100px;
    }
    .con2_list li:first-child {
        background: #ff2a6e;
        line-height: 30px;
        border-radius: 10px;
        margin-top: 2%;
    }

    .con2_list li:last-child {
        background: rgba(255, 197, 0, 0.8);;
        line-height: 30px;
        border-radius: 10px;
        margin-top: 2%;
        margin-left: 0;
    }

    .con2_lj {
        display: none;
    }

    .con2_top,
    .con2_right_bot,
    .con2_bot_list,
    .con3_js {
        flex-wrap: wrap;
    }

    .con2_left {
        margin: 0 auto;
        height: auto;
    }

    .con2_right_item {
        width: 48%;
        margin-bottom: 4%;
    }

    .con2_right,
    .con2_bot {
        height: auto;
        background-size: 100% 100%;
    }

    .con2_text h4,
    .con2_text p {
        font-size: 16px;
    }

    .con2_tit {
        font-size: 16px;
    }

    .con2_bot_list .con2_right_item {
        width: 48%;
    }

    .con3_day .con3_time li {
        width: 19%;
        font-size: 16px;
        box-shadow: 0.157px 2.996px 0px 0px rgba(255, 197, 0, 0.8), inset -1.18px -2.088px 0px 0px rgba(255, 228, 0, 0.8);
    }

    .con3_js_tit,
    .con3_js_tit i,
    .con3_js_text h1 {
        font-size: 14px;
    }

    .con3_jsL {
        background-size: 100% 100%;
        flex-wrap: wrap;
        height: auto;
        padding: 8%;
    }

    .con3_js_text {
        width: 100%;
        margin-top: 4%;
    }

    .con3_js_photo {
        width: 50%;
        margin: 4% auto;
    }

    .con3_js_textBot span,
    .con3_code p,
    .con3_jp li span,
    .con3_jp li p {
        font-size: 16px;
    }

    .con3_code {
        width: 50%;
        margin: 4% auto;
    }

    .con3_jp li {
        width: 22%;
        margin-bottom: 6%;
    }

    .code_tc {
        width: 20%;
    }

    .back_top {
        width: 14%;
    }

    .con2_cffl {
        flex-wrap: wrap;
        margin-top: 2%;
    }

    .con2_cffl li {
        width: 48%;
    }

    .con2_cffl .con2_cffl_top {
        width: auto;
        height: auto;
        background-size: 100% 100%;
    }

    .con2_cffl_text h3,
    .con2_cffl_text p {
        font-size: 14px;
    }

    .con2_cffl_jb {
        width: 30%;
    }

    .hengfu {
        height: auto;
    }
    .con2_img img{
        height: 100px;
    }
    .con1_card .con1_item .swiper-slide .con1_itemTop p{
        font-size: 12px;
        height:40px;
    }
    .con1_card .con1_item .swiper-slide .con1_itemTop{
        padding: 8% 2%;
    }
    .con1_itemPrs p{
        width: 100%;
        font-size: 14px;
    }
    .lihe_tc{
        width: 20%;
    }
    .con2_list li:last-child.con2_list_ac{
        margin-left: 0;
        border-radius: 10px;
    }
    .conjb_box{
        width: 33%;
    }
    .conjb_box p{
        font-size: 14px;
    }
}

.vibrate-1 {
    -webkit-animation: vibrate-1 0.3s linear infinite both;
    animation: vibrate-1 0.3s linear infinite both;
}

@-webkit-keyframes vibrate-1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    20% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    40% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    60% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }

    80% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes vibrate-1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    20% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    40% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    60% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }

    80% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.shake-vertical {
    -webkit-animation: shake-vertical 4s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
    animation: shake-vertical 4s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}

@-webkit-keyframes shake-vertical {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    20%,
    40%,
    60% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    80% {
        -webkit-transform: translateY(6.4px);
        transform: translateY(6.4px);
    }

    90% {
        -webkit-transform: translateY(-6.4px);
        transform: translateY(-6.4px);
    }
}

@keyframes shake-vertical {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    20%,
    40%,
    60% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    80% {
        -webkit-transform: translateY(6.4px);
        transform: translateY(6.4px);
    }

    90% {
        -webkit-transform: translateY(-6.4px);
        transform: translateY(-6.4px);
    }
}

.scale-in-right {
    -webkit-animation: scale-in-right 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
    animation: scale-in-right 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
}

@-webkit-keyframes scale-in-right {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        opacity: 1;
    }
}

@keyframes scale-in-right {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        opacity: 1;
    }
}

.slit-in-vertical {
    -webkit-animation: slit-in-vertical 0.45s ease-out both;
    animation: slit-in-vertical 0.45s ease-out both;
}

@-webkit-keyframes slit-in-vertical {
    0% {
        -webkit-transform: translateZ(-800px) rotateY(90deg);
        transform: translateZ(-800px) rotateY(90deg);
        opacity: 0;
    }

    54% {
        -webkit-transform: translateZ(-160px) rotateY(87deg);
        transform: translateZ(-160px) rotateY(87deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0);
    }
}

@keyframes slit-in-vertical {
    0% {
        -webkit-transform: translateZ(-800px) rotateY(90deg);
        transform: translateZ(-800px) rotateY(90deg);
        opacity: 0;
    }

    54% {
        -webkit-transform: translateZ(-160px) rotateY(87deg);
        transform: translateZ(-160px) rotateY(87deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0);
    }
}

.jello-vertical {
    -webkit-animation: jello-horizontal 1.6s ease-in-out infinite both;
    animation: jello-horizontal 1.6s ease-in-out 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);
    }
}