@charset "utf-8";
@font-face{
    font-family:"hanyi55";
    src:url(../fonts/hanyi-55.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face{
    font-family:"hanyi65";
    src:url(../fonts/hanyi-65.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face{
    font-family:"hanyi75";
    src:url(../fonts/hanyi-75.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face{
    font-family:"MarrSans-Medium-Trial";
    src:url(../fonts/MarrSans-Medium-Trial.otf);
    font-style: normal;
    font-weight: bold;
}
@font-face{
    font-family:"MarrSans-Semibold-Trial";
    src:url(../fonts/MarrSans-Semibold-Trial.otf);
    font-style: normal;
    font-weight: bold;
}
.fonts1{font-family:"hanyi55";}
.fonts2{font-family:"hanyi65";}
.fonts3{font-family:"hanyi75";}
.fonts4{font-family:"MarrSans-Medium-Trial";}
.fonts5{font-family:"MarrSans-Semibold-Trial";}
.font14{font-size: 14px;}
.font16{font-size: 16px;}
.font18{font-size: 18px;}
.font20{font-size: 20px;}
.font22{font-size: 22px;}
.font24{font-size: 24px;}
.font26{font-size: 26px;}
.font28{font-size: 28px;}
.font30{font-size: 30px;}
.font32{font-size: 32px;}
.font34{font-size: 34px;}
.font36{font-size: 36px;}
.font38{font-size: 38px;}
.font40{font-size: 40px;}
.font48{font-size: 48px;}
.font60{font-size: 60px;}
.font65{font-size: 65px;}
html {font-size: 100px;}
:root{
    --theme-color: #ffa029;
    --product-size: 53.385vw;
}
body {
    font-family: 'hanyi55', sans-serif;
    color: #111111;
    position: relative;
    background-color: #dddad9;
    line-height: 1.5;
    font-weight: 500;
    font-size: 16px;
}
a{text-decoration: none;outline: none;color: #111;}
a:hover{text-decoration: none;color: var(--theme-color);}
.dtable{display:table;width: 100%;height:100%;}
.dtable .dtcell{display:table-cell;vertical-align:middle;}
.block{display:block;}
.color-white{color: #fff;}
.img-hover{overflow: hidden;}
.img-hover img{
    width: 100%;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}
.img-hover:hover img{-webkit-transform: scale(1.05);transform: scale(1.05);}
ul.ul{margin: 0;padding: 0;}
ul.ul li{list-style: none;padding: 0;margin: 0;}


.head-white{background: #fff;}
.head-wrap{position: fixed;z-index: 99;width: 100%;transition: all 0.3s ease;top: 0;}
.head-wrap.down{top: -150px}
.head-nav-down{position: absolute;top: 100%;left: 0;width: 100%;z-index: -1;}
.mob-nav-ti{display: none;}
.head-nav-down ul.ul {text-align: center;padding:0 0 15px;}
.head-nav-down ul.ul li{padding: 0 30px;line-height: 30px;}
.head-mob{display: none;}
/* .head-main{padding: 15px 0;} */
.head-t1 {margin-right: 0.4rem;}
.head-t1 .logo img{width: 159px;}
.head-t2 ul.ul li{
    padding: 0.3rem 30px 0;
}
.head-t2 ul.ul li a{
    display: block;
    line-height: 80px;
    position: relative;
    font-size: 18px;
    color: #fff;
}
.head-t2 ul.ul li.active a,.head-t2 ul.ul li a:hover{color: var(--theme-color)!important;}
.head-t2 ul.ul li.isdown a:hover,.head-t2 ul.ul li.hover a{color: #fff!important;}
.head-t2 ul.ul li i.ico-d{
    width: 11px;
    height: 11px;
    background: url(../images/icon_d.png);
    margin-left: 5px;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -5px;

}
.head-wrap.head-white .head-t2 ul.ul li a{
    color: #333;
}
.head-wrap.head-white .head-t2 ul.ul li i.ico-d{
    background-image: url(../images/icon_d2.png);
}
.head-t2 ul.ul li.hover i.ico-d{
    background-image: url(../images/icon_d.png)!important;
}
/* .head-t2 ul.ul li.active a:after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #970030;
    content: '';
} */
.head-ico{margin: 0.3rem 0 0 20px;}
.head-ico .ico_wx{
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-image: url(../images/icon_search.png);
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center;
}
.head-ico .ico_qu{
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-image: url(../images/icon_quesen.png);
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center;
}
/* .head-ico .ico_wx:hover{background-color: #970030;} */
.head-ico .tooltip-inner{max-width: 250px;padding: 3px;background-color: #970030;}
.tooltip.bottom .tooltip-arrow{border-bottom-color: #970030;}
.head-ico .tooltip-inner div+div{margin-left: 3px;}
.head-ico .tooltip-inner div p{margin-bottom: 0;padding-top: 3px;}


.foucs{
    position: relative;
    color: #fff;
}
.foucs img{min-height: 400px;width: 100%;object-fit: cover;}
.foucs-txt{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding:0 1.8rem;
}
.foucs-txt .p2{color: #dddad9;}
.foucs-txt .item{color: #fff;background-size: 0;margin-top: 0.1rem;position: relative;padding: 0 0.3rem;}
.foucs-txt .item .ico{
    width:.61rem;
    height: 0.61rem;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: auto 100%;
    -webkit-mask-size: auto 100%;
    background-color: #dddad9;
    margin: 0 auto;
}
.foucs-txt .item+.item:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 60px;
    background: #fff;
    content: '';
}

.inner-nav{
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #c3c3c3;
}
.inner-nav ul.ul li{
    display: inline-block;
    width: auto;
    height: 1rem;
    line-height: 1rem;
    padding-right: 0.4rem;
    position: relative;
}
.inner-nav ul.ul li+li{padding-left: 0.4rem;}
.inner-nav ul.ul li+li:after{
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 0.5rem;
    content: '';
    margin-top: -0.25rem;
    background: #c3c3c3;
}
.inner-nav ul.ul li a{color: #75767a;}
.inner-nav ul.ul li.on a{color: #000;}
.inner-navigation{
    line-height: 52px;
    margin-bottom: 40px;
    font-size: 14px;
    color: #666;
}
.inner-navigation a{color: #666;}
.inner-navigation .current{color: #000;}
.inner-title{text-align: center;}
.inner-title h1{margin: 0;color: #000;}
.inner-title h4{margin: 10px 0 0;color: #888;}

.getCase{
    display: flex;
    position: relative;
    z-index: 2;
}
.getCase a{
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 25px;
    border-radius: 25px;
    position: relative;
}
.getCase a::before {
    content: '';
    width: 100%;
    height: 45px;
    border-radius: 8px;
    background: var(--theme-color);
    transition: all 0.4s;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
    pointer-events: none;
}
.getCase a:hover::before {
    width: 45px;
    border-radius: 25px;
}
.getCase a i {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    transition: all 0.4s;
    overflow: hidden;
}
.getCase a:hover i {
    transform: translateX(9px);
}
.getCase a i svg ,.getCase a i span{
    display: block;
    width:100%;
    height: 100%;
    animation: arrowRun 5s infinite;
    background: url(../images/icon_jt.png) no-repeat center / 16px;
}
@keyframes arrowRun {
  0% {
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  7% {
    transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  7.1% {
    transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  14% {
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
}

.banner{
    position: relative;
    transition: all 0.3s ease;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}
.icon-mouse i{
    display: block;
    width: 0.5rem;
    height: 0.72rem;
    background: url(../images/icon_mouse.png) no-repeat center / cover;
    cursor: pointer;
    margin: 0 auto;
}
.banner-txt{
    padding-bottom: 0.7rem;
}
.button-s1 a{
    display: inline-block;
    line-height: 44px;
    width: 2rem;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.3s ease;
}
.button-s1 a:hover{
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
.banner-class .c{
    line-height: 0.6rem;
    padding: 0 0.4rem;
    background: rgba(244, 242, 242, 0.97);
    border-radius: 0.6rem;
}
.banner-class .c a{color: #333;}
.banner-class .c a+a:before{content: ' / ';}
.video-content .video-box{border: 8px solid rgba(117, 117, 121, 0.52);border-radius: 15px;overflow: hidden;position: relative;}
.video-content video{
    width: 100%;
    vertical-align: top;
    height: calc((100vw - 1.6rem - 20px)*0.4185);
    height: calc((100vw - 1.6rem - 20px)*0.5625);
    object-fit: cover;
}
.video-button{
    position: absolute;
    left: 0.6rem;
    bottom: 0.3rem;
    z-index: 3;
    cursor: pointer;
}
.video-button svg{
    height: 30px;
    width: 30px;
    stroke: none;
    fill: none;
    background:var(--theme-color);
    border-radius: 50%;
}

/* prouduct360 */
.rotate-page{position: relative;width: var(--product-size);margin: 0 auto;}
.pro-pic{
    width: var(--product-size);
    height: var(--product-size);
    margin-left: auto;
    margin-right: auto;
    cursor: none;
}
.modalP{
    position: absolute;
    top: 0;
    width:100%;
    height: 100%;
    z-index: 9;
    
}
.mouse-icon{
    width: 0.93rem;
    height: 0.63rem;
    position: absolute;
    z-index: 19;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-transition: transform .3s,opacity .3s;transition: transform .3s,opacity .3s;
}
.rotate-page .unshow-mouse{opacity: 0;transform: translate(-50%,-50%) scale(0);}
.rotate-page .show-mouse{}

.product-360{
    height: var(--product-size);
    background: url(../images/pro_bg.jpg) no-repeat center / cover;
    position: relative;
}
/* .product-360 .swiper-container{
    width: var(--product-size);
} */
.product-360 .title{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.title-s1 .ti .icon-smlogo{
    display: inline-block;
    width: 96px;
    height: 41px;
    background: url(../images/icon_smlogo.png) no-repeat center / 0;
    margin-bottom: 6px;
    margin-right: 10px;
}
.title-s1 .ti .icon-smlogo i{
    background: var(--theme-color);
    display: block;
    width: 96px;
    height: 41px;
    mask-image:url(../images/icon_smlogo.png);
    -webkit-mask-image:url(../images/icon_smlogo.png);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}
.index-list{
    --card-width: calc((100vw - 1.6rem)/2);
    --card-gap: 20px;
}
.index-list .item{
    width: calc(50% - var(--card-gap));
    position: relative;
    margin-bottom: calc(var(--card-gap)*2);
}
.index-list .item-1{
    float: left;
    height: calc(var(--card-width)*0.91315);
}
.index-list .item-2{
    float: right;
    height: calc(var(--card-width)*0.60465);
}
.index-list .item-4{
    float: left;
    height: calc(var(--card-width)*0.60465);
}
.index-list .item-3{
    float: right;
    height: calc(var(--card-width)*0.91315);
}
.index-list .item .item-pic{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}
.index-list .item .txt{
    position: absolute;
    top: 0.4rem;
    left: 0.4rem;
    color: #fff;
}
.index-list .item .txt .smlogo{
    width: 61px;
    height: 61px;
    transform: translateY(-10px);
    margin-right: 10px;
}
.index-news-list .box{
    display: block;
    position: relative;
    margin-top: 9vw;
    transition: all 0.3s ease;
    border-radius: 8px;
}
.index-news-list .box .txt{
    position: absolute;
    padding: 0.28rem;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 400px;
}
.index-news-list .box img{width: 100%;}
.index-news-list .swiper-slide-active .box{margin-top: 0;}


.swiper-button{
    width: 1.7rem;
    height: 0.62rem;
    border-radius: 0.62rem;
    border: 1px solid var(--theme-color);
    position: relative;
    overflow: hidden;
}
.swiper-button .prev,.swiper-button .next{
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3;
    cursor: pointer;
}
.swiper-button .prev{
    left: 0;
}
.swiper-button .next{
    right: 0;
    transform: rotate(180deg);
}
.swiper-button .prev,.swiper-button.on .next{background-image: url(../images/icon_prevsm.png);}
.swiper-button .next,.swiper-button .prev:hover{background-image: url(../images/icon_prevsm2.png);}
.swiper-button .bg{
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    border-radius: 0.62rem;
    background:var(--theme-color);
    transition: 0.3s all;
}
.swiper-button.on .bg{right: 50%;}
.more-s1 a{
    display: inline-block;
    line-height: 44px;
    width: 2rem;
    color: #45474c;
    background: var(--theme-color);
    border-radius: 5px;
}
.section-index-song .box{
    display: block;
    color: #111;
    background: #fff;
    padding: 0.4rem 0.4rem 0.5rem;
    border-radius: 8px;
}
.section-index-song .box .p{
    line-height: 26px;
    height: 78px;
    margin-bottom: 0.5rem;
    margin-top: 0.4rem;
}
.section-index-song .box .cp{color: #666;}
.partner-story .partner-story-main{
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    background: url(../images/par_his_bg.png) no-repeat left top / 1.78rem auto;
}

.foot-wrap .foot-top .getCase a{
    height: 1.2rem;
    width: 1.2rem;
    border-radius: 50%;
    margin: 0 auto;
    color: #111;
}
.foot-wrap .foot-top .getCase a:before{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.foot-wrap .foot-top .getCase a i{transform: translate(2px,-15px);}
.foot-wrap .foot-top .getCase a>span{transform: translateX(11px);}
.foot-main{
    background: #f3f2f1;
    border-radius: 10px;
}
.foot-w2{border-left: 1px solid #dddad9;width: 5.5rem;}
.foot-w1{padding-left: 0.8rem;}
.foot-main-top{border-bottom: 1px solid #dddad9;}
.foot-main-top .foot-w1{padding-top: 0.8rem;}
.foot-main-top .foot-w2{padding-top: 0.7rem;padding-bottom: 0.4rem;}
.foot-main-top .getCase a::before{background: #757579;}
.foot-main-top .getCase a{color: #fff;}
.foot-main-top .getCase a i span{background-image: url(../images/icon_jt2.png);}
.foot-main-top .getCase a:hover{color: var(--theme-color);}
.foot-main-top .getCase a:hover:before{background: var(--theme-color);}
.foot-main-content .foot-w2{padding:0.3rem 0.2rem}
.foot-main-content .foot-w2 img{width: 4.29rem;}
.foot-icons {padding-right: 0.8rem;}
.foot-icons a{
    display: inline-block;
    width: 0.51rem;
    height: 0.51rem;
    background-size: cover;
    border-radius: 0.51rem;
    border: 1px solid #45474c;
    margin-left: 8px;
}
.foot-icons a.icon-in{background-image: url(../images/icon_foot1.png);}
.foot-icons a.icon-wb{background-image: url(../images/icon_foot2.png);}
.foot-icons a.icon-tw{background-image: url(../images/icon_foot3.png);}
.foot-icons a.icon-em{background-image: url(../images/icon_foot4.png);}


.product-show .box{
    position: absolute;
    left: 0;
    bottom: 1.5rem;
    width: 100%;
    z-index: 2;
    color: #fff;
}
.product-show .big-imgs video,.product-show .big-imgs img{
    width: 100%;
    height: 45vw;
    object-fit: cover;
}
.product-show .big-imgs .play{
    width: 30px;
    height: 30px;
    position: relative;
    margin-right: 2rem;
}
.product-show .big-imgs .video-button{left: 0;}
.small-imgs{
    padding: .6rem 2.8rem;
    position: relative;
}
.product-show .small-imgs img{width: 100%;border-radius:8px;cursor: pointer;}
.product-show .small-imgs .shaw{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 155, 47, 0.58);
    border-radius:8px;
    color: #fff;
    pointer-events: none;
    opacity: 0;
}
.product-show .small-imgs .swiper-slide-thumb-active .shaw{opacity: 1;}
.ps-icon-prev,.ps-icon-next{
    width: 0.39rem;
    height: 0.41rem;
    background: url(../images/icon_prev.png) no-repeat center / cover;
    position: absolute;
    top: 50%;
    margin-top: -0.2rem;
}
.ps-icon-prev{left: 2rem;}
.ps-icon-next{
    right: 2rem;
    transform: rotate(180deg);
}
.ps-icon-prev:hover,.ps-icon-next:hover{background-image: url(../images/icon_prev2.png);}
.product-list-full .item{position: relative;margin-bottom: 10px;}
.product-list-full .item img{width: 100%;}
.product-list-full .item .box{
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    width: 100%;
}
.product-list-full .item .con{background-size: 0;}
.product-list-full .item .ico{
    width: 0.61rem;
    height: 0.61rem;
    background-size: cover;
    margin-right: 10px;
}
.color57b{color: #76757b;}
.product-tx{
    background: linear-gradient(to bottom, #f2f0f0,#dddad9);
}
.product-tx-list{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    aspect-ratio: 1760 / 630;
    gap: 10px;
}
.product-tx-list .item{
    width: calc(((1/6.5)*100%) - 10px);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition:all 0.8s cubic-bezier(0.05,0.61,0.41,0.95);
}
.product-tx-list .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-tx-list .item.active{
    width: calc((1 - ((var(--tx-list-size) - 1)/6.5))*100%);
}
.product-tx-list .item .pic1,.product-tx-list .item .pic2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.product-tx-list .item .pic2,.product-tx-list .item.active .pic1{
    opacity: 0;
}
.product-tx-list .item.active .pic2{opacity: 1;color: #fff;}

.product-tx-list .item .txt{
    position: absolute;
    bottom: 0.7rem;
    left: 0;
    width: 100%;
    z-index: 3;
}
.product-tx-list .item .txt1{padding:0 0.26rem;}
.product-tx-list .item .txt2{padding:0 0.3rem;}
.product-tx-list .icon-plus{
    position:absolute;
    bottom: .2rem;
    right: .2rem;
    z-index: 4;
    width: 14px;
    height: 14px;
}
.product-tx-list .icon-plus:after{
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    content: '';
}
.product-tx-list .icon-plus:before{
    position: absolute;
    top: 0;
    left:6px;
    height: 100%;
    width: 2px;
    background: #000;
    content: '';
}
.product-tx-list .item.active .icon-plus:before{opacity: 0;}
.product-tx-list .item.active .icon-plus:after{background: #fff;}
.product-class-dm{
    background: #f4f2f2;
}
.product-class-dm .left{width: 6.5rem;}
.product-class-dm .right{width: calc(100% - 6.5rem);}
.dm-swiper-main .item {margin-bottom: 30px;}
.dm-swiper-main .item .lx{
    width: 2.1rem;
    height: 1.5rem;
    border: 1px solid #dddad9;
    border-radius: 8px;
    padding-left: 0.3rem;
    margin-right: 20px;
    transition: all 0.3s ease;
}
.dm-swiper-main .item .lx:hover{background-color: var(--theme-color);}

.dm-swiper-main .rx-swp{
    padding: 0 30px;
    height: 1.5rem;
    position: relative;
    border: 1px solid #dddad9;
    border-radius: 8px;
    width: calc(100% - 2.1rem - 20px);
}
.dm-swiper-main .rx-swp .jt{
    position: absolute;
    width: 9px;
    height: 20px;
    background: url(../images/icon_jtl.jpg) no-repeat center / cover;
    top: 50%;
    right: 100%;
    margin-top: -10px;
}
.dm-swiper-main .rx-swp .con{
    height: calc(1.5rem - 2px);
}
.dm-swiper-main .rx-swp .con img{
    height: 100%;
    margin-right: 8px;
}
.dm-swiper-main .rx-swp .con .ti{max-width: 1.5rem;}
.dm-swiper-main .item .box .prev{
    width: 0;
    height: 0;
    border-width: 6px 8px 6px 0;
    border-style: solid;
    border-color:transparent #999 transparent transparent;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -6px;
}
.dm-swiper-main .item .box .next{
    width: 0;
    height: 0;
    border-width: 6px 0 6px 8px;
    border-style: solid;
    border-color:transparent  transparent transparent #999;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
}
.product-cs .product-cs-title{
    height: calc((262/1920)*100vw);
    background: url(../images/pro_bg2.jpg) no-repeat center / cover;
    color: #fff;
    padding-top: calc((66/1920)*100vw);
}
.product-cs .product-cs-main{
    position: relative;
    z-index: 3;
    transform: translateY(-50%);
}
.product-side{
    position: fixed;
    top: 45%;
    right: 0.5rem;
    width: 1rem;
    text-align: center;
    z-index: 997;
    background: #f4f2f2;
    border-radius: 8px;
    padding: 10px 0;
}
.product-side img{width: 0.7rem;}
.product-side ul li{
    border-bottom: 1px solid #ddd;
    line-height: 0.5rem;
}
.partner-tuoy{height: 200vh;}
.partner-tuoy-box{
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    width: 100%;
}
.partner-tuoy-box .content{height: 100%;position: relative;z-index: 3;color: #dddad9;transform: scale(0);transition: all 0.3s ease;}
.partner-tuoy.on .partner-tuoy-box .content{transform: scale(1);}
.partner-tuoy.white .partner-tuoy-box .content{color: #fff;}
.partner-tuoy-box .bgc{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    border-radius:0;
    background: #000;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* .partner-tuoy-box .bgc:after{
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    border-radius: 48vh;
    box-shadow: 0 0 0 300px #dddad9;
    content: '';
} */
.partner-tuoy-box .bg{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .45);
    transform: scale(0.3);
    border-radius: 48vh;
    box-shadow: 0 0 0 300vw #dddad9;
}
/* .partner-tuoy-box .bg{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1);
    background-image: url(../images/pro_shaw2.png);
} */
ul.partner-nums-ul li{
    padding-bottom: 0.7rem;
}
ul.partner-nums-ul li .num{width: 1.7rem;}
ul.partner-inlist-ul{
        display: flex;
    flex-wrap: wrap;
}
ul.partner-inlist-ul li{
    width: 14.285%;
    position: relative;
    margin: 0 -1px -1px 0;
}
ul.partner-inlist-ul li:before {
    content: '';
    width: 100%;
    padding-top: 60.317%;
    display: block;
}
ul.partner-inlist-ul li a{
        width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #c0c0c0;
    overflow: hidden;
}
ul.partner-inlist-ul li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.8s;
}
ul.partner-inlist-ul li a:hover img{transform: scale(1.05);}
.partner-inlist .con{position: relative;}
.title-abs{
    position: absolute;
    top: 0;
    left: 0;
}
.partner-insong.section-index-song .box{background: transparent;border: 1px solid #c0c0c0;border-radius: 5px;}
.swiper-pagein .swiper-pagination-bullet{
    width: 46px;
    height: 2px;
    background: #c0c0c0;
    opacity: 1;
    border-radius: 0;
    margin: 0 5px;
}
.swiper-pagein .swiper-pagination-bullet-active{background: var(--theme-color);}
.partner-section-full{
    width: 100%;
    height: calc((772/1920)*100vw);
    color: #fff;
}
.partner-jzg .list .row{margin-right: -0.25rem;margin-left: -0.25rem;}
.partner-jzg .list .row>div{padding-right: 0.25rem;padding-left: 0.25rem;}
.partner-jzg .list .box{
    border: 1px solid #c0c0c0;
    border-radius: 8px;
    height: calc((100vw - 2rem)/4);
    padding: 0.6rem;
    position: relative;
    margin-bottom: 0.5rem;
}
.partner-jzg .list .box .ico{
    position: absolute;
    top: 0.7rem;
    right: 0.7rem;
}

.partner-story .partner-story-main .p_index{
    text-align: right;
    color: #999;
    line-height: 30px;
    position: relative;
    max-width: 90%;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    font-family: arial;
}
.partner-story .partner-story-main .p_index:after{
    position: absolute;
    right: 35px;
    top: 50%;
    left: 0;
    height: 1px;
    background: #999;
    content: '';
}
.partner-story .pic{
    --story-pic: calc(((100vw - 1.6rem)*0.583 - 1.2rem)* 500 / 930);
    height: var(--story-pic);
    overflow: hidden;
    position: relative;
    background-size: cover;
}
.partner-story .pic .shaw{
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--story-pic);
    box-shadow: 0 0 0 300vw #dddad9;
    transform: scale(0.3);
    transition: all 0.3s ease;
}
.partner-story .pic.on .shaw{
    transform: scale(1);
}

.news-list{
    --newsWidth: calc((var(--window-with) - 2.65rem)/4);
    flex-wrap: wrap;
    gap: 0.35rem;
}
.news-list .item{width: var(--newsWidth);margin-bottom: 0.65rem;}
.news-list .item .box{border: 1px solid #b9b6b5;border-radius: 10px;overflow: hidden;}
.news-list .item .box .txt{padding: 0.3rem}
.news-list .item.item-li .txt .tit{
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.1rem;
}
.news-list .item.item-li .txt .p{
    line-height: 24px;
    height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-list .item .img a:hover img{transform: scale(1.05);}
.news-list .item .date{color: #75767a;margin-bottom:0.1rem;}
.news-list .item .more{margin-top: 0.7rem;}
.news-list .item .more a{
    display: inline-block;
    line-height: 38px;
    padding-right: 24px;
    position: relative;
    background-image: url(../images/ico_r3.png);
    background-size: 0;
}
.news-list .item .more a:before{
    display: block;
    width: 16px;
    height: 16px;
    background: #75767a;
    position: absolute;
    right: 0;
    top: 11px;
    mask-image: url(../images/ico_r3.png);
    -webkit-mask-image: url(../images/ico_r3.png);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100%;
    -webkit-mask-size: 100%;
    content: '';
}
.news-list .item .more a:hover:before{background-color: var(--theme-color);}
.news-list .item.item-hot .more{
    margin-top: 0.8rem;
    width: 120px;
    text-align: center;
    border-radius: 38px;
    border: 1px solid var(--theme-color);
}
.news-list .item.item-hot .more:hover{
    background:var(--theme-color);
}
.news-list .item.item-hot .more a:hover{color: #fff;}
.news-list .item.item-hot .more a:hover:before{background-color: #fff;}
.news-list .item.item-hot .box .tit{margin-bottom: 0.3rem;}
.news-list .item .box .img{border-radius: 8px;overflow: hidden;}
.news-list .item.item-hot{width: 100%;}
.news-list .item.item-hot .box .txt{width: calc((var(--window-with) - 1.6rem)*0.284);padding: 0;}
.news-list .item.item-hot .box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    aspect-ratio: 1760 / 630;
    gap: 1rem;
    border-width: 0;
}
.news-list .item .box .img a,.news-list .item .box .img a img{
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.img-right .img{order: 2;}
.img-right .txt{order: 1;}

.news-tmes{margin-bottom: 2rem;}
ul.inTabs li{display: inline-block;}
ul.inTabs li a{
    display: block;
    width: 1.3rem;
    min-width: 100px;
    line-height:38px;
    background-color: #f4f2f2;color: #000;
    transition: all 0.3s;
    border: 1px solid #cbcbcb;
    text-align: center;
    border-radius: 40px;
}
ul.inTabs li.active a{background-color: var(--theme-color);background-color: var(--theme-color);}
.news-input{
    height: 46px;
    position: relative;
}
.news-input input.tx{
    border-radius: 46px;
    border: 1px solid #cbcbcb;
    height: 44px;
    background: transparent;
    vertical-align: top;
    width: 6rem;
    outline: 0;
    transition: all 0.3s ease;
}
.news-input input.sub{
    width: 44px;
    height: 44px;
    background: url(../images/icon_search2.png) no-repeat center / 0.3rem;
    position: absolute;
    right: 0.2rem;
    top: 0;
    z-index: 3;
    border-width: 0;
    outline: 0;
}
.news-input input.tx:focus{
    border-color: var(--theme-color);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(255,160,41,0.8), 0 0 8px rgba(255,160,41,0.6);
    box-shadow: inset 0 1px 1px rgba(255,160,41,0.8), 0 0 8px rgba(255,160,41,0.6)
}

.news-detail .d-span span{
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    color: #75767a;
    padding-left: 25px;
    margin: 0 10px;
}
.news-detail .d-span span.l{background: url(../images/ico_time.png) no-repeat  2px center /17px;}
.news-detail .d-span span.ll{background: url(../images/ico_eye.png) no-repeat left center  / 21px;}

.text img{max-width: 100%;}

.color-theme{color: var(--theme-color);}
.float-slide{
    position: fixed;
    right: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 996;
}
.float-slide ul li{margin-bottom: 5px;}
.float-slide ul li a{
    display: block;
    width: 0.56rem;
    height: 0.56rem;
    background-size: 0.25rem;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #dddad9;
    background-color: #f4f2f2;
    border-radius: 5px;
}
.float-slide ul li a:hover{border-color: var(--theme-color);background-color: #dddad9;}
.float-slide ul li.fl1 a{background-image: url(../images/icon_float_01.png);}
.float-slide ul li.fl2 a{background-image: url(../images/icon_float_02.png);}
.float-slide ul li.fl3 a{background-image: url(../images/icon_float_03.png);}
.float-slide ul li.fl4 a{background-image: url(../images/icon_float_04.png);}
.float-slide ul li.fl1 a:hover{background-image: url(../images/icon_floata_01.png);}
.float-slide ul li.fl2 a:hover{background-image: url(../images/icon_floata_02.png);}
.float-slide ul li.fl3 a:hover{background-image: url(../images/icon_floata_03.png);}
.float-slide ul li.fl4 a:hover{background-image: url(../images/icon_floata_04.png);}

.main-body{background: url(../images/foot_bg.jpg) no-repeat bottom 2rem left / 100% auto;}
.border-bottom{border-bottom: 1px solid #cbcbcb;}
.pages ul{list-style: none;padding: 0;text-align: center;}
.pages ul li a{vertical-align: top;color: #75767a;}
.pages ul li{
    list-style: none;
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    line-height: calc(0.6rem - 2px);
    background: linear-gradient(to right,#dddad9,#e9e6e6);
    border-radius: 8px;
    border: 1px solid #b8b8b8;
    margin: 0 1px;
}
.pages ul li.active{color: var(--theme-color);border-color: var(--theme-color);}
.pages ul li.active a{color: var(--theme-color);}
.pages ul li.first a,.pages ul li.last a{
    display: inline-block;
    width: calc(0.6rem - 2px);
    height: calc(0.6rem - 2px);
    background: url(../images/ico_page_nn.png) no-repeat center / cover;
    vertical-align: middle;
}
.pages ul li.first a{
    transform: rotate(180deg);
}
.pages ul li.prev a,.pages ul li.next a{
    display: inline-block;
    width: calc(0.6rem - 2px);
    height: calc(0.6rem - 2px);
    background: url(../images/ico_r3.png) no-repeat center / 16px;
    vertical-align: top;
}
.pages ul li.prev a{
    transform: rotate(180deg);
}
.text{line-height: 1.7;text-align: justify;}
.width1400{max-width: 1400px;margin-right: auto;margin-left: auto;}
.myb-10{margin-bottom: 0.1rem;}
.myb-20{margin-bottom: 0.2rem;}
.myb-30{margin-bottom: 0.3rem;}
.marb35{margin-bottom: 35px;}
.mart35{margin-top: 35px;}
.myb-40{margin-bottom: 0.4rem;}
.myb-50{margin-bottom: 0.5rem;}
.myb-60{margin-bottom: 0.6rem;}
.padt35{padding-top: 35px;}
.pxt-60{padding-top: 0.6rem;}
.pxt-70{padding-top: 0.7rem;}
.pxt-80{padding-top: 0.8rem;}
.pxt-110{padding-top: 1.1rem;}
.pxb-60{padding-bottom: 0.6rem;}
.pxb-70{padding-bottom: 0.7rem;}
.pxb-80{padding-bottom: 0.8rem;}
.pxb-90{padding-bottom: 0.9rem;}

.mxl-20{margin-left:20px;}
.myt-30{margin-top: 0.3rem;}
.myt-40{margin-top: 0.4rem;}
.myt-100{margin-top: 1rem;}
.myt-130{margin-top: 1.3rem;}
.pxt-20{padding-top: 20px;}
.pxt-40{padding-top: 0.4rem;}
.pxt-30{padding-top: 0.3rem;}
.pxb-30{padding-bottom: 0.3rem;}
.pxt-90{padding-top: 0.9rem;}
.myb-80{margin-bottom: 0.8rem;}
.pxl-30{padding-left: 0.3rem;}
.pxr-30{padding-right: 0.3rem;}

.container{width: 100%;padding-right: .8rem;padding-left: .8rem;max-width: 1920px;margin-right: auto;margin-left: auto;}
.border-top{border-top: 1px solid #ccc;}

@media (min-width: 1025px) {
}
@media (min-width: 1201px) {
    .head-nav-down .item{
        display: none;
        margin-left: -15px;
        margin-right: -15px;
    }
    .head-nav-down ul.ul li{
        padding: 0 0 10px;
    }
    .head-nav-down ul.ul li a{
        color: #fff;
        display: inline-block;
        line-height: 28px;
        border-radius: 28px;
        padding: 0 17px;
    }
    .head-nav-down .item[data-nav="skill"] ul.ul li a{padding: 0 1px;min-width:90%;}
    .head-nav-down ul.ul li.active a,.head-nav-down ul.ul li a:hover{
        color: var(--theme-color);
        background: #fff;
    }

    .head-nav-down{opacity: 0;}
    .head-nav-down.open:after{
        position: absolute;
        top: -80px;
        left: -30px;
        right: -30px;
        border-radius: var(--border-radius,100px);
        min-height: 350px;
        bottom: 0;
        background: var(--theme-color);
        content: '';
        z-index: -1;
        opacity: 0.6;
        box-shadow: 0 0 0 12px rgba(255, 160, 41, 0.1);
    }
    .head-nav-down.open:before{
        position: absolute;
        top: -104px;
        left: -54px;
        right: -54px;
        bottom: -24px;
        min-height: 398px;
        border-radius: var(--border-radius,100px);
        border: 1px solid var(--theme-color);
        opacity: 0.15;
        content: '';
        z-index: -2;
        pointer-events: none;
    }
    .mob-vis{display: none;}

    .foot-nav{position: relative;}
    .foot-nav-item .t{margin-bottom: 0.1rem;line-height: 50px;}
    .foot-nav-item .group{
        position: absolute;
        left: 1.45rem;
        top: 0;
        width: 4rem;
        display: none;
    }
    .foot-nav-item.on .t a{color: var(--theme-color);}
    .foot-nav-item.on .group{display: block;}
    .foot-nav-item .lev-2{line-height: 50px;border-bottom: 1px solid #dddad9;}


    .partner-story .partner-story-main .row{margin-right: -0.6rem;margin-left: -0.6rem;}
    .partner-story .partner-story-main .row>div{padding-right: 0.6rem;padding-left: 0.6rem;}
}
@media (min-width: 1580px) {
    
}



@media (max-width: 1500px){
    :root{font-size: 75px;}

    .foot-wrap .foot-top .getCase a{width: 2rem;height: 2rem;padding: 0;justify-content: center;}
    .foot-nav-item .group{left: 2rem;width: 2.5rem;}

    .font65{font-size: 58px;}
    .font60{font-size: 48px;}
    .font48{font-size: 38px;}
    .font38{font-size: 32px;}
    .font30{font-size: 24px;}
    .font28{font-size: 22px;}
    .font26,.font24{font-size: 20px;}
    .font22{font-size: 18px;}
    .font20,.font18{font-size: 16px;}
    .index-list .item .txt .smlogo{width: 51px;height: 51px;}
    .index-list{--card-gap: 10px;}
    .float-slide ul li a{width: 1rem;height: 1rem;background-size: 0.5rem;}
    .foot-icons a{width: 0.8rem;height: 0.8rem;}
    .foucs-txt .item .ico,.product-list-full .item .ico{width: 1rem;height: 1rem;}
    .icp{font-size: 14px;}
    .product-side{width: 1.5rem;}
    .product-side ul li{line-height: 30px;font-size: 14px;}
    ul.partner-nums-ul li .num{width: 2rem;}
    .partner-jzg .list .box .ico img{width: 2rem;}
}
@media (max-width: 1450px){
    :root{font-size: 50px;}
    .head-t2 ul.ul li{padding-right: 0.3rem;padding-left: 0.4rem;}
    .foot-w2{width: 7rem;}
    .foot-main-content .foot-w1{padding-bottom: 0.5rem;}
    .foot-nav-item .group{left: 2.5rem;width: 2.5rem;}
}
@media (max-width: 1200px) {

    ul.inTabs li a{min-width: 80px;}
    .news-form{width: 100%;margin-top:30px;}
    .news-input input.tx{width: 100%;}
    .news-tmes{margin-bottom: 1rem;}
    .mob-vis{display: block;}
    .head-main,.head-nav-down{display: none;}
    .head-mob,.mob-nav-ti{display: block;padding-top: 15px;padding-bottom: 15px;}

    .btn-menu {
        position: relative;
        margin-left: 10px;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }
    .btn-menu>span{
        position: absolute;
        top: 50%;
        left: 6px;
        width: 18px;
        height: 2px;
        background-color: #fff;
        transition: 0.3s;
    }
    .btn-menu>span:first-of-type {
        margin-top: -7px;
    }
    .btn-menu>span:nth-of-type(2) {
        margin-top: -1px;
    }
    .btn-menu>span:nth-of-type(3) {
        margin-top: 5px;
    }
    .btn-menu.on>span:first-of-type {
        margin-top: -1px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .btn-menu.on>span:nth-of-type(2) {
        visibility: hidden;
        opacity: 0;
    }
    .btn-menu.on>span:last-of-type {
        margin-top: -1px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .head-white .btn-menu>span{background-color: #000;}

    .head-wrap{position: fixed;top: 0;left: 0;width: 100%;z-index: 999;}
    .head-mob-t1 .logo-mob img{height: 30px;}
    .head-nav-down{background: #fff;padding: 0 0;border-bottom: 1px solid #eee;height: calc(100vh - 50px);}
    .mob-nav-ti{position: relative;font-size: 18px;padding: 10px 20px;border-top: 1px solid #eee;}
    .mob-nav-ti:after{
        display: block;
        width: 14px;
        height: 14px;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -7px;
        background: url(../images/ico_r2.png) no-repeat right center / 14px;
        transition: all 0.3s;
        content: '';
    }
    .mob-nav-ti.no-ico:after{display: none;}
    .mob-nav-ti.on:after{transform: rotate(90deg);}
    .head-nav-down ul.ul{text-align: left;display: none;background: #f9f9f9;padding: 15px 0;}
    .head-nav-down ul.ul li{padding: 0 15px;opacity: .8;}

    .foot-nav-item .t{font-size: 18px;margin-bottom: 15px;}
    .foot-nav-item{padding: 15px 0 0 0;border-bottom:1px solid #ddd;}
    .foot-nav-item .group{padding-bottom: 15px;display: none;}
    .foot-nav-item .lev-2 {
        line-height: 26px;
        margin-bottom: 10px;
    }
    .footMenu{
        width: 34px;
        height: 34px;
        background: url(../images/ico_r2.png) no-repeat center center / 14px;
        transition: all 0.3s;
    }
    .footMenu.hover{transform: rotate(90deg);}
}

@media(max-width: 1024px){
    .font65{font-size: 32px;}
    .font38{font-size: 24px;}
    .font28{font-size: 20px;}
    .font26, .font24{font-size: 18px;}
    .font18{font-size: 14px;}
    .banner{background-size: cover;}
    .float-slide ul li a{
        width: 0.56rem;
        height: 0.56rem;
        background-size: 0.25rem;
    }
    .banner-class .c{font-size: 14px;}
    .banner-txt{height: 80vh!important;}
    .button-s1 a{width: 3rem;line-height: 40px;font-size: 16px;}
    .video-content video{height: 50vw;}
    .video-content .video-box{border-width: 5px;}
    .title-s1 .ti .icon-smlogo{
        width: 60px;
        height: calc((60/96) * 41px);
    }
    .title-s1 .ti .icon-smlogo i{width: 100%;height: 100%;mask-size: 100%;-webkit-mask-size: 100%;}
    .index-list {
        --card-width: calc((100vw - 1.6rem));
    }
    .index-list .item{width: 100%;height: calc(var(--card-width)*0.8);}
    .index-news-list .box .txt .ti{font-size: 12px;}
    .index-news-list .box{margin-top: 0.3rem!important;}
    .section-index-song .box .cp .fonts4{font-size: 12px;margin-left: 0;}
}
@media (max-width: 768px){
    html{font-size: 20px;}
    .banner .swiper{height: auto!important;}
    .ban-btns{display: none;}
    .ban-txt .p2{font-size: 30px;}
    .font16{font-size: 14px;}
    .font60{font-size: 30px;}
    .font48{font-size: 28px;}
    .font38{font-size: 22px;}
    .font36{font-size: 20px;}
    .font28,.font30{font-size: 18px;}
    .ban-txt .p3,.font22{font-size: 16px;}
    .font20{font-size: 14px;}
    .public-title h1{font-size: 24px;margin-bottom: 10px;}
    .public-title h4{font-size: 14px;line-height: 1.5;}
    
    .foot-main-top .foot-w1{padding: 0.4rem;}
    .foot-w2{width: 100%;border-left-width: 0;}
    .foot-main-top .foot-w2{padding-top: 0;}
    .foot-main-content .foot-w1{padding-left: 0.4rem;padding-right: 0.4rem;}
    .float-slide{right: 0;}
    .foot-icons{margin-top: 0.4rem;text-align: center;padding-right: 0;}

    .video-content .video-box{position: relative;}
    .icp{text-align: center;}
    .section-index-song .box .cp {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }
    .foucs-txt{padding-right: 10px;padding-left: 10px;}
    .product-side{right: 0;}
    .product-show .big-imgs video, .product-show .big-imgs img{height: 70vw;}
    .small-imgs{padding-right: 20px;padding-left: 20px;}
    .product-show .ps-icon-prev,.product-show .ps-icon-next{display: none;}
    .product-show .big-imgs .play{margin-right: 0;}
    .product-show .box{bottom: 1rem;}
    .product-tx-list{aspect-ratio: 1000 / 600;gap: 0;}
    .product-tx-list .item .pic1{opacity: 0!important;}
    .product-tx-list .item .pic2{opacity: 1!important;}
    .product-tx-list .item .pic2{color: #fff;}
    .product-tx-list .icon-plus{display: none;}
    .product-class-dm .right{width: 100%;}
    .dm-swiper-main .item .lx{width: 1.5rem;margin-right: 10px;}
    .dm-swiper-main .rx-swp .con{
            -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }
    .dm-swiper-main .rx-swp .con .ub-f1{display: none;}
    .dm-swiper-main .rx-swp{padding: 0 20px;}
    .dm-swiper-main .item{margin-bottom: 15px;}
    .product-cs .product-cs-title{height: 80px;}
    .more-s1 a{width: 3rem;}
    .partner-tuoy-box .content{padding: 0 20px;}
    .partner-tuoy-box .content .font48{margin-bottom: 10px;}
    .partner-tuoy-box .content .font24{margin-bottom: 30px;}
    ul.partner-nums-ul {margin-top: 30px;}
    ul.partner-nums-ul li .mxl-20{margin-left: 0;}
    ul.partner-nums-ul li .num{width: 1.5rem;}
    .title-abs{position: relative;margin-bottom: 20px;}
    ul.partner-inlist-ul li{width: 33.333%;display: none;}
    ul.partner-inlist-ul li.in{display: block;}
    .partner-section-full{height: 60vw;padding: 0 20px;}
    .partner-section-full .font48{margin-bottom: 15px;}
    .myt-130{margin-top: 0.8rem;}
    .pxt-110{padding-top: 0.9rem;}
    .myt-100{margin-top: 0.8rem;}
    .partner-jzg .list .box{height: 70vw;padding: 20px;}
    .partner-jzg .list .box .ico{right: 10px;top: 10px}
    .partner-jzg .list .box .ico img{width: 1rem;}
    .partner-story .partner-story-main{padding: 0;}
    .partner-story .pic{--story-pic: 40vw;}
    #storySwp{margin-top: 10px;}
    .head-nav-down .mob-vis{padding-top: 20vh;}
    .news-list .item{margin-bottom: 5px;}
    .news-list .item.item-hot .box{
            -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        flex-direction: column;
    }
    .news-list .item.item-hot .box{aspect-ratio: auto;}
    .news-list .item.item-hot .box .txt,.news-list .item{width: 100%;}
    .img-right .img{order: 0;}
    .news-list .item.item-hot .box{gap:15px;}
    .news-list .item.item-hot .box .tit{font-size: 16px;margin-bottom: 10px;}
    .news-list .item.item-hot .box .p{
        display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    }
    .news-list .item .more{margin-top: 15px;}
    .news-list .item.item-hot .more{margin-top: 20px;}
    .news-list .item.item-li .txt .tit{line-height: inherit;height: auto;margin-bottom: 10px;font-size: 16px;}
    .news-list .item.item-hot .box .p{line-height: 24px;}
    .pages{margin: 40px auto;}


    


    .head-mob{padding: 10px 0;}
    .container{padding-right:20px;padding-left: 20px;}

    .ub-mob-ver{
        -webkit-box-orient:vertical;
        -webkit-flex-direction:column;
        -moz-box-orient:vertical;
        flex-direction:column;
    }
    .ub-mob{
        display:-webkit-box !important;
        display:-moz-box !important;
        display:-ms-flexbox !important;
        display:-webkit-flex !important;
        display:flex !important;
    }
    .ub-mob-ac{
        -webkit-box-align:center;
        -webkit-align-items:center;
        -moz-align-items:center;
        align-items:center;
    }
    .ub-mob-pc,.index-products-btns,.index-news-btns{
        -webkit-box-pack:center;
        -webkit-justify-content:center;
        -moz-justify-content:center;
        justify-content:center;
    }

    .row{margin-right: -5px;margin-left: -5px;}
    .row>div{padding-right: 5px;padding-left: 5px;}
    /* .font18{font-size: 16px;}
    .font20{font-size: 16px;}
    .font24,.font22{font-size: 18px;}
    .font28{font-size: 20px;}
    .font30{font-size: 18px;}
    .font34{font-size: 20px;}
    .font36{font-size: 22px;}
    .font40{font-size: 24px;}
    .font48{font-size: 28px;} */
    body{font-size: 14px;}
}

.tran{
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.ub{
	display:-webkit-box !important;
	display:-moz-box !important;
	display:-ms-flexbox !important;
	display:-webkit-flex !important;
	display:flex !important;
}
.ub-ver{
	-webkit-box-orient:vertical;
	-webkit-flex-direction:column;
	-moz-box-orient:vertical;
	flex-direction:column;
}
.ub-ac{
	-webkit-box-align:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	align-items:center;
}
.ub-ae{
	-webkit-box-align:end;
	-webkit-align-items:flex-end;
	-moz-align-items:flex-end;
	align-items:flex-end;
}
.ub-ab{
	-webkit-box-align:baseline;
	-webkit-align-items:baseline;
	-moz-align-items:baseline;
	align-items:baseline;
}
.ub-as{
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	-moz-align-items:stretch;
	align-items:stretch;
}
.ub-pc{
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
}
.ub-pe{
	-webkit-box-pack:end;
	-webkit-justify-content:flex-end;
	-moz-justify-content:flex-end;
	justify-content:flex-end;
}
.ub-pj{
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
}
.ub-f1{
	-webkit-box-flex:1;
	-webkit-flex:1;
	-moz-box-flex:1;
	flex:1;
}
.ub-f2{
    -webkit-box-flex:2;
    -webkit-flex:2;
    -moz-box-flex:2;
    flex:2;
}
.ub-f3{
    -webkit-box-flex:3;
    -webkit-flex:3;
    -moz-box-flex:3;
    flex:3;
}
.ut-s {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap !important;
    outline: 0 !important
}
.ut-s1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ut-s2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ut-s3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ut-s4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ut-s5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ut-s6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.animate-shakeY{
    animation-name: animate-shakeY;
    animation-duration:2s;
    animation-iteration-count: infinite;
}
@keyframes animate-shakeY{
    50%{
        transform: translateY(15px);
    }
    100%{
        transform: translateY(0px);
    }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes toRightFromRight{
    79%{-webkit-transform:translate(-102%)}
    80%{-webkit-transform:translate(102%)}
    81%{opacity:1}
}
@-moz-keyframes toRightFromRight{
    79%{-moz-transform:translate(-102%)}
    80%{-moz-transform:translate(102%)}
    81%{opacity:1}
}
@keyframes toRightFromRight{
    79%{transform:translate(-102%)}
    80%{transform:translate(102%)}
    81%{opacity:1}
}
.toRightFromRight {
  -webkit-animation-name: toRightFromRight;
  animation-name: toRightFromRight;
}
@-webkit-keyframes toRightFromLeft{
    79%{-webkit-transform:translate(102%)}
    80%{-webkit-transform:translate(-102%)}
    81%{opacity:1}
}
@-moz-keyframes toRightFromLeft{
    79%{-moz-transform:translate(110%)}
    80%{-moz-transform:translate(-102%)}
    81%{opacity:1}
}
@keyframes toRightFromLeft{
    79%{transform:translate(102%)}
    80%{transform:translate(-110%)}
    81%{opacity:1}
}
.toRightFromRight {
  -webkit-animation-name: toRightFromLeft;
  animation-name: toRightFromLeft;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

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

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

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

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

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

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

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

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

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

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

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

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

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

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

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownm {
  -webkit-animation-name: fadeInDownm;
  animation-name: fadeInDownm;
}

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

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

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

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

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

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

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

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

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

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

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

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

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

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

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

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

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

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

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

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

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

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

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

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

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

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

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

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

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

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

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

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

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

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

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

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

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

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

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

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

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

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

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

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

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

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

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

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes maskUp{
    0%{-webkit-transform:translateY(100%)}
    100%{-webkit-transform:translateY(-100%)}
}
@keyframes maskUp{
    0%{transform:translateY(100%)}
    100%{transform:translateY(-100%)}
}
@-webkit-keyframes maskUpIn{
    0%{-webkit-transform:translateY(100%)}
    100%{-webkit-transform:translateY(0)}
}
@keyframes maskUpIn{
    0%{transform:translateY(100%)}
    100%{transform:translateY(0)}
}
@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}
@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}
.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}
