@charset "utf-8";

html,
body,
div,
span,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
video {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    font-size: 100%;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    /* background: #f0f0f0; */
    color: #333;
    font-size: 16px;
    /* line-height: 28px; */
    font-family: "Neutraface", "Lucida Grande", Tahoma, Arial, Sans-Serif;
    overflow-x: hidden
}

/*html.mac body{font-family:"PingFang SC",Microsoft YaHei,Helvetica,Arial,sans-serif;}*/
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

article,
hgroup,
menu,
nav,
section,
aside,
details,
figcaption,
figure,
footer,
header {
    display: block;
}

nav ul,
ul,
li {
    list-style: none;
}

blockquote {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: none;
}

a {
    color: #333;
    vertical-align: baseline;
    text-decoration: none;
    font-size: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0;
    padding: 0;
}

a,
input {
    outline: none;
}

a:hover,
a:focus {
    color: #ff5400;
    text-decoration: none;
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
}

ins {
    color: #323841;
    background-color: #ff9;
    text-decoration: none;
}

mark {
    color: #323841;
    background-color: #ff9;
    font-weight: bold;
    font-style: italic;
}

*::selection {
    background: #ff5400;
    color: #ffffff;
    text-shadow: none
}

*::-moz-selection {
    background: #ff5400;
    color: #ffffff;
    text-shadow: none
}

@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-L.otf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*----------- container -----------*/
.container {
    width: 1200px;
    word-wrap: break-word;
    margin: 0 auto;
    max-width: 1200px;
}

.flex {
    display: flex;
    align-items: center;
}

.megacharity_head {
    width: 100%;
    display: flex;
    top: 0;
    left: 0;
    z-index: 50;
    box-shadow: 0 5px 4px rgba(0, 0, 0, .15);
    border-top: 5px solid rgb(255 84 0 / 80%);
    -webkit-transition: .8s;
    transition: .8s;
    padding: 10px 0;
}

.megacharity_head.sticky_head {
    height: 80px;
}

.brand {
    width: 20%;
}

.brand>a {
    display: inline-block;
    line-height: 1;
}

.brand img.logoImg {
    width: 100%;
}

.nav-slider {
    flex: 1;
}
.navbar-nav{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.navbar-nav>li>a {
    font-size: 20px;
}
.navbar-nav>li {
    /* margin: 0 30px; */
}
.navbar-nav>li.active>a{
    color: #ff5400;
}

.navbar-nav .dropdown-menu {
    box-shadow: 0 0 10px #0000001a;
}
.swiper-pagination{
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    margin: 0 5px;
    border-radius: 50%;
    background: #666;
}
.banner{
    width: 100%;
    position: relative;
}
.banner img{
    width: 100%;
    display: flex;
    cursor: pointer;
}
.main{
    width: 100%;
}
.banner .swiper-pagination-bullet-active{
    background: #ff5400;
}

.about-bg{
    padding-top: 60px;
    width: 100%;
    background: #f8f9fa;
}
.index-about{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 70px 0;
}
.about-content{
    width: 46%;
}
.aobut-title{
    font-size: 35px;
    font-weight: 550;
    letter-spacing: 1px;
    color: #ff5400;
    margin-bottom: 15px;
}
.about-text{
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 50px;
    text-align: justify;
}
.about-text p{
    margin-bottom: 15px;
}
.about-text p:last-child{
    margin-bottom:0;
}

.index-blog{
    width: 100%;
    margin: 70px 0;
}
.index-title{
    text-align: center;
    font-size: 35px;
    color: #ff5400;
    font-weight: 550;
}
.index-title .index-title-h1{
    margin-bottom: 10px;
}
.index-title p{
    font-size: 18px;
    color: #333;
    font-weight: 500;
}
.blog-list{
    width:100%;
    margin-top: 10px;
    position: relative;
}
.blog-list .mySwiper{padding: 10px 0 40px;}
.blog-list .swiper-slide .blog-item{
    background: #ffffff;
    box-shadow: 0 0 10px #0000001a;
}
.blog-list .swiper-slide .blog-item-block{
    padding: 8px;
    cursor: pointer;
}
.blog-list .swiper-slide{
    background: #ffffff;
}
.blog-list .blog-item-img{
    overflow: hidden;
    width: 100%;
}
.blog-list .blog-item-img img{
    width: 100%;
    height: 170px;
    object-fit: cover;
    transition: all 0.3s;
}
.blog-list .blog-item-img:hover img{
    transform: scale(1.1);
    transition: all 0.3s;
}
.blog-list .blog-item-title{
    font-size: 18px;
    margin-bottom: 10px;
}
.blog-list .blog-item-description{
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
}
.blog-list .swiper-pagination{
    bottom: 0px;
}
.blog-list .swiper-pagination-bullet-active{
    background: #ff5400;
}
.more{
    border: 1px solid #ff5400;
    border-radius: 5px;
    padding: 8px 50px;
    display: inline-block;
    text-transform: capitalize;
    cursor: pointer;
}
.more a{
    font-size:20px;
    color: #f26f2e;
}
.more:hover a{
    color: #ff5400;
}
footer{
    width: 100%;
    background: #37383c;
    padding: 40px 0 0;
}
.foot{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.foot-logo-item{
    width: 50%;
}
.foot-item-nav{
    width: 20%;
}
.foot-item-contact{
    width: 25%;
}
.foot-about{
    color: #ffffff;
    margin-top: 10px;
}
.foot-bottom{
    background: #212429;
    padding: 12px 0;
    text-align: center;
    margin-top: 30px;
    color: #fff;
    font-size: 15px;
}
.foot-title{
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 15px;
}
.foot-item-nav a{
    color:#fff;
    font-size:16px
}
.foot-item-nav li{
    margin-bottom:5px;
}
.foot-item-nav li:hover a{
    color: #ff5400;
}
.foot-icon{
    display:flex;
    align-items: center;
}
.foot-icon span{
    width:40px;
    height:40px;
    background:#fff;
    display: flex;
    margin-right: 10px;
    border-radius:50%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.foot-icon span img{
    width:28px;height:28px;
}
.about-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
}
.about-item-block{
    padding: 10px 0 50px;
    /* background: #fafafa; */
    /* margin-top: 50px; */
}
.about-item{
    width: 50%;
    /* height: 400px; */
    display: flex;
    background: #fff;
    /*align-items: center;*/
}
.about-item-text{
    width: 60%;
    /* padding: 20px 0; */
    text-align: left;
    padding-top: 28px;
}
.about-item-title{
    text-align:center;
    font-size: 20px;
    margin-bottom: 6px;
    padding: 0 20px;
    color: #000;
}
.about-item-image{
    width: 40%;
    cursor: pointer;
    overflow:hidden;
    height: 100%;
}
.about-item-image img{
    display: flex;
    transition:all 0.3s;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.about-item-image:hover img{
    transform:scale(1.1);
    transition:all 0.3s;
}
.page-bg{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    background: #f8f9fa;
}
.page-form-bg{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
   
}

.article-top{
    text-align: center;
    font-size: 35px;
    color: #ff5400;
}
.article-main{
    width: 100%;
    /* margin-top: 30px; */
    
}
.index-article-main{
    width: 100%;
    /* margin-top: 30px; */
    text-align: justify;
}

.article-main-contact p ,.article-main p{
    margin-bottom: 15px;
}
.article-main-contact a{
    color: #ff5400;
}
.about-item-de{
    padding: 0 26px;
    font-size: 16px;
    line-height: 26px;
}
.archive-title{
    text-align: center;
    font-size: 35px;
    color: #ff5400;
}
.post-bg{
    width: 100%;
    margin-top: 30px;
}
.post-item{
    width:100%;
}
.post-item-dl{
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px #0000001a;
    display: flex;
    margin-bottom: 25px;
}
.post-item-dl .post-img{
    width: 35%;
    overflow: hidden;
}

.post-item .post-text{
    padding: 16px 20px;
    text-align: left;
    flex: 1;
}
.post-item .post-text h4{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 550;
}
.post-item-dl .post-item-p{
    font-size: 17px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 90px;
}
.post-item-dl .post_more{
    display:inline-block;
    background: #ff5400;
    border-radius: 3px; 
    padding:5px 20px;
    cursor:pointer;
}
.post-item-dl .post_more a{
    color: #fff;
    font-size:20px;
}
.post-item-dl .post_more:hover{
    opacity: .8;
    filter: alpha(opacity=80);
}
.pages-item{
    text-align: center;
    margin: 20px 0;
    font-size: 16px;
}

.post-item-dl:hover img{
    transition: all 0.3s;
    transform: scale(1.1);
}
.post-item-dl .post-img img{
    width: 100%;
    transition: all 0.3s;
}
.page-nav{
    font-size: 14px;
    display: none;
}
.page-archive-title{
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
}
.article-top{
    font-size: 14px;
    color: #333;
}
.article-mt span{
    margin: 0 2px;
}
.article-box{
    margin-bottom: 40px;
}
.article-tit{
    font-size: 30px;
    font-weight: 550;
    color: #ff5400;
    margin-bottom: 15px;
    text-align: center;
}
.article-main-form p{
    font-size: 18px;
}
.article-main-form{
    width: 900px;
    margin: 20px auto;
    margin: 30px auto;
}
.article-form{
    width: 100%;
    margin-top: 50px;
    display: flex;
}
.form-title{
    font-size: 18px;
    font-weight: 550;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.layui-form-span{
    color: #000;
    display: inline-block;
}
.layui-form-span i{
    font-size: 15px;
    color: #666;
    font-style: normal;
}
.layui-personal{
   
}
.layui-personal .layui-form-item{
}
.layui-textarea-block{
    margin-top: 10px;
}
.layui-personal .layui-form-item .layui-input-block{
    margin:0;
}
.layui-personal .layui-form-item input{
    background:#f7f8fa;
    border-radius: 3px;
}
.layui-personal h3{
    color: #000;
    
}
.layui-form-item .p-font{
    font-size: 14px;
    color: #666;
}
.form-item{
    width: 28%;
    margin-right: 80px;
    position: relative;
}
.form-item>ul{
    width:280px;
}
.form-item .position-nav-fixed{
    position:fixed;
    z-index: 999;
    top: 0;
}

.form-block{
    flex:1;
    line-height:30px;
}
.form-item li{
    background: #f5f6f8;
    margin-bottom:20px;
    /* display: flex; */
    /* align-items: center; */
    height: 35px;
    cursor:pointer;
    font-size: 18px;
    border-radius: 3px;
    position: relative;
    padding-left: 35px;
    line-height: 35px;
}
.form-item li.active::before, .form-item li.checked::before  ,.form-item li:hover::before{
    display: inline-block;
    content: '';
    height: 35px;
    width: 4px;
    background: #ff5400;
    border-top-left-radius: 3px;
    position: absolute;
    left: -4px;
    border-bottom-left-radius: 3px;
    top: 0;
}
.form-item li:nth-child(1){background:url(../images/personal.png) #f5f6f8 no-repeat 5px center ;}
.form-item li:nth-child(2){background:url(../images/financial.png) #f5f6f8 no-repeat 5px center ;}
.form-item li:nth-child(3){background:url(../images/academic.png) #f5f6f8 no-repeat 5px center ;}
.form-item li:nth-child(4){background:url(../images/required.png) #f5f6f8 no-repeat 5px center ;}
.form-item li:nth-child(5){background:url(../images/declaration.png) #f5f6f8 no-repeat 5px center ;}

.form-item li.checked:nth-child(1) ,.form-item li:nth-child(1):hover{background:url(../images/personal_h.png) #f5f6f8 no-repeat 5px center ;}
.form-item li.checked:nth-child(2) ,.form-item li:nth-child(2):hover{background:url(../images/financial_h.png) #f5f6f8 no-repeat 5px center ;}
.form-item li.checked:nth-child(3) ,.form-item li:nth-child(3):hover{background:url(../images/academic_h.png) #f5f6f8 no-repeat 5px center ;}
.form-item li.checked:nth-child(4) ,.form-item li:nth-child(4):hover{background:url(../images/required_h.png) #f5f6f8 no-repeat 5px center ;}
.form-item li.checked:nth-child(5) ,.form-item li:nth-child(5):hover{background:url(../images/declaration_h.png) #f5f6f8 no-repeat 5px center ;}


.form-item li.checked a{
    color: #ff5400;
    font-size: 18px;
}
.form-item li img{margin-right:4px;}
.form-submit {
    margin-top: 20px;
}
.form-block .layui-form-radio>i:hover,.form-block .layui-form-radioed>i{
    color: #ff5400
}
.form-submit .button{
    display: inline-block;
    height:38px;
    line-height: 38px;
    padding: 0 50px;
    background-color: #ff5400;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer
}

.form-submit .button:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff
}

.form-submit .button:active {
    opacity: 1;
    filter: alpha(opacity=100)
}
.layui-textarea-block .layui-textarea{
    background:#f7f8fa;
    border-radius: 3px;
    min-height: 120px;
}
.layui-form-other{
    line-height: 28px;
    margin: 6px 10px 0 0;
    padding-right: 10px;
    cursor: pointer;
    
    display: inline-block;
}
.layui-form-other .layui-input{
    display:inline-block;
    width: 180px;
}
.layui-form-other label{
    /* width: 50px; */
    display: inline-block;
}
.layui-input-study{
    display: flex;align-items: center;
}
.layui-file{
    margin-top: 20px;
}

.layui-form-item .layui-btn{
    background: #ff5400;
    border-radius: 3px;
    margin-left: 20px;
}
.layui-document{
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.layui-document-checkbox{
    display:flex;
}
.layui-document-text{
    text-align:justify;
}
.article-main-contact ol li ,.page-post-main ol li{
    list-style: decimal;
    
}
.article-main-contact li ,.page-post-main li{
    margin-bottom: 10px;
    line-height: 30px;
}
.article-main-contact ul li  ,.page-post-main ul li{
    list-style: circle;
}
.article-main-contact ul  ,.page-post-main ul{
    margin-left: 40px;
    margin-bottom: 15px;
}
.article-main-contact ol  ,.page-post-main ol{
    margin-left: 40px;
    margin-top: 15px;
}
.proof-file {
    margin-top: 5px;
}
.proof-file i{
    font-size: 14px;
    color: #666;
    display: inline-block;
    line-height: 22px;
    font-style: normal;
}
.financial-btn-block{
    margin-top: 20px;
    margin-left: 32px;
}
.lay-label{
    cursor: pointer;
}

.page-post-main{
    font-size: 16px;
    margin-top: 20px;
}
.page-post-main img{
    max-width: 100%;
}
.page-post-main p{
    margin-bottom: 15px;
}


.field-item{
    margin-left:30px;
}
.field-item dl{
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.field-item dl .layui-icon{
    font-size: 30px;
    cursor: pointer;
    margin-left: 30px;
}
.field-item dl:hover{
    color:#ff5400;
}
.field-item dl:hover .layui-icon{
    color:#ff5400;
}

.post-btn{text-align:center;margin-top:30px;}
.post-btn>a{
    background: #ff5400;
    border-radius: 3px;
    /* margin-left: 20px; */
    color:#fff;
    padding:6px 20px;
    font-size:20px;
}
.layui-input-number .layui-select-title{
    width: 250px;
}
.layui-form-item .red{
    color: red;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
}
.page-banner img{
    width: 100%;
}






/*CSS动画样式*/
.anim {
    visibility: hidden;
}

.animated {
    visibility: visible;
}

.PostShow .animated:nth-of-type(1) {
    animation-delay: 0.1s;
}

.PostShow .animated:nth-of-type(2) {
    animation-delay: 0.15s;
}

.PostShow .animated:nth-of-type(3) {
    animation-delay: 0.2s;
}

.PostShow .animated:nth-of-type(4) {
    animation-delay: 0.25s;
}

.PostShow .animated:nth-of-type(5) {
    animation-delay: 0.3s;
}

.PostShow .animated:nth-of-type(6) {
    animation-delay: 0.35s;
}

.PostShow .animated:nth-of-type(7) {
    animation-delay: 0.4s;
}

.PostShow .animated:nth-of-type(8) {
    animation-delay: 0.45s;
}

.PostShow .animated:nth-of-type(9) {
    animation-delay: 0.5s;
}

.PostShow .animated:nth-of-type(10) {
    animation-delay: 0.55s;
}

.PostShow .animated:nth-of-type(11) {
    animation-delay: 0.6s;
}

.PostShow .animated:nth-of-type(12) {
    animation-delay: 0.65s;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    animation-duration: .75s
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scaleX(1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scaleX(1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {

    0%,
    to {
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    0% {
        transform: none
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        transform: none
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {

    0%,
    11.1%,
    to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(-1turn);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

@-webkit-keyframes goTopapp {
    0% {
        -webkit-transform: scale(.8)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes goTopapp {
    0% {
        transform: scale(.8)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }

    30% {
        top: 10px;
        opacity: 1;
    }

    100% {
        top: 25px;
        opacity: 0;
    }
}

@keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }

    30% {
        top: 10px;
        opacity: 1;
    }

    100% {
        top: 25px;
        opacity: 0;
    }
}