@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;line-height: 1.7;}
.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;
    scroll-behavior: smooth;
}
body {
    font-family: 'hanyi55', sans-serif;
    color: #111111;
    position: relative;
    line-height: 1.5;
    font-weight: 500;
    font-size: 16px;
    background:#dddad9 url(../images/foot_bg.jpg) no-repeat bottom 2rem left / 100% auto;
}
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;}

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{height:30px;}
.head-t2 ul.ul li{
    padding: 0 30px;
}
.head-t2 ul.ul li a{
    display: block;
    line-height: 45px;
    position: relative;
    font-size: 16px;
    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 0 0 10px;transform: scale(0.8);}
.head-ico .ico_lang{
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-image: url(../images/icon_lang.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
}
.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 bottom;
}
.head-ico .ico_qu{
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-image: url(../images/icon_quesen.png);
    background-size: 25px;
    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;
}
.inner-video{width: 100%;height:56.25vw;object-fit: cover;}
.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;
  }
}

header .getCase a::before,header .getCase a{height:40px;padding:0 10px 0 15px;}
header .getCase a{transform:scale(0.8)}
header .getCase a:hover::before{width:40px;}
header .getCase a:hover i{transform:translateX(4px);}

.banner{
    position: relative;
    transition: all 0.3s ease;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}
.banner-video{position: absolute;top: 0;left: 0;width: 100%;object-fit: cover;}
.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;
    position: relative;
    z-index: 9;
}
.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,.button-s1.on a{
    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);
    object-fit: cover;
}
.video-button{
    position: absolute;
    left: 0.6rem;
    bottom: 0.3rem;
    z-index: 3;
    cursor: pointer;
}
.video-button svg{
    height: 40px;
    width: 40px;
    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{} */
.indexProNav {position: relative;text-align: left;z-index: 9;padding-bottom: 10px;margin-top: 0.4rem;}
.indexProNav .swiper-pagination-bullet{display: block;width: 140px;height: 40px;line-height:40px;border-radius:40px;background-color: transparent;margin: 15px;font-size: 20px;opacity: 1;color: #000;position: relative;padding:0 15px;}
.indexProNav .swiper-pagination-bullet-active{color: black;background: var(--theme-color);}
/* .indexProNav .swiper-pagination-bullet-active:after{
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: var(--theme-color);
  content: '';
  z-index: 5;
} */
.indexProNav .swiper-pagination-bullet:before{
  width: 9px;
  height: 9px;
  background-color: black;
  border-radius: 6px;
  position: absolute;
  left: -19px;
  top: 50%;
  transform: translate(0,-50%);
  content: '';
  z-index: 9;
}
.indexProNav .swiper-pagination-bullet-active:before{background-color: var(--theme-color);}
.indexProNav:after,.indexProNav:before{
  position: absolute;
  width: 1px;
  height: 200vh;
  left:0;
  top: -50vh;
  content: '';
}
.indexProNav:after{background-image: linear-gradient(to bottom ,rgb(164,164,164) 80%,rgba(164,164,164,0.08));}
/* .indexProNav:before{background-image: linear-gradient(to right ,rgb(220,220,220) 80%,rgba(220,220,220,0.08));} */
.product-360-btns{position: absolute;bottom: 12%;left: 50%;transform: translateX(-50%);z-index: 8;}
.product-360-btns a{
  height: 44px;
  border: 2px solid #f3f2f1;
  border-radius: 44px;
  line-height:40px;
  min-width: 1.1rem;
  padding: 0 0.15rem;
  margin-top: 0.3rem;
  text-align: center;
  margin-right: 0.2rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.product-360-btns a:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background-color: #f3f2f1;
  content: '';
  z-index: -1;
}
.product-360-btns a:hover{border-color: #f3f2f1;}
.product-360-btns a:hover:after{
  transform: scaleX(1);
  transform-origin: left;
}
/* .product-360-btns a:hover{background-color: rgba(255, 255, 255 , 40%);color: black;border-color: transparent;}
.product-360-btns a.active:hover{background-color: rgba(255, 255, 255 ,60%);} */

.title-s1 .ti #pro_title,#pro_info{transition: all 0.3s;}

.product-360{
    height: var(--product-size);
    background: url(../images/pro_bg.jpg) no-repeat center / cover;
    position: relative;
    overflow: hidden;
}
/* .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);
    overflow: hidden;
}
.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-1,.index-list .item-3{height:calc(var(--card-width)*0.45);}
.index-list .item-2,.index-list .item-4{height:calc(var(--card-width)*0.35);}
.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%;aspect-ratio: 374/265;object-fit:cover;}
.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: #f4f2f2;
    padding: 0.4rem 0.48rem 0.5rem;
    border-radius: 8px;
}
.section-index-song .box .p{
    line-height: 28px;
    height: 84px;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
}
.section-index-song .box .cp{color: #666;font-size: 0.18rem;}
.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.4rem;padding-bottom: 0.2rem;}
.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{height:2.2rem;}
.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;
}
.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(-0.8rem);
}
.product-side{
    position: fixed;
    top: 45%;
    right: 0.5rem;
    width:1rem;
    border-radius: 0.94rem 0.94rem 0.1rem 0.1rem;
    text-align: center;
    z-index: 997;
    background: rgba(255, 255, 255, 0.3);
    padding:6px;
    box-shadow: 0 0 1px 5px rgba(255, 255, 255, 0.1);
    opacity: 0;
}
.product-cs-list{
  padding: 0.5rem 0 0.5rem 0.5rem;
  background-color: white;
  border-radius: 0.2rem;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 1rem;
}
.product-cs-list .box{display: flex;}
.product-cs-list .box .ico{margin-right: 0.1rem;margin-top: 5px;}
.product-cs-list .box .p1{color:#75757a;}
.product-side .gotop{width: 28px;height: 28px;background: url(../images/icon_pro_top.png) no-repeat center / cover;cursor: pointer;margin: 0 auto;}
.product-side img{width: 0.7rem;}
.product-side ul li{
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0.5rem;
    line-height: 0.5rem;
    margin-top: 6px;
}
.product-side ul li.on{background-color: rgba(255,160,41,0.6);}
.product-imain .pro-item.service-down{margin-left: 0;}
.product-imain .pro-item.service-down .list .box .icon{background-color:transparent;border:none;background-image: none;width: auto;padding-left: 0.5rem;}
.product-imain .pro-item.service-down .list .box:hover{background: var(--theme-color);color: white;border-color: var(--theme-color);}
.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); */
    border-radius:0.15rem;
    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;
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
/*.news-list .item{width: var(--newsWidth);margin-bottom: 0.65rem;}*/
.news-list .item{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%;grid-column:1/5;}
.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.item-hot .box .txt .p{
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.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;
}
.news-list .item-li .box .img a img{aspect-ratio:374/265}
.img-right .img{order: 2;}
.img-right .txt{order: 1;}

.news-tmes{margin-bottom: 1rem;}
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;
    position: relative;
    z-index: 5;
    overflow: hidden;
}
/* ul.inTabs li.active a{background-color: var(--theme-color);} */
ul.inTabs li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  border-radius: 25px;
  transform: scaleX(0);
  transform-origin: right;
  -webkit-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
ul.inTabs li:hover a::before,ul.inTabs li.active a::before {
  transform: scaleX(1);
  transform-origin: left;
}
.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;}

/* product-core */
.product-core-round .box{
  position: relative;
}
.product-core-round .box .img{
  border-radius: 29vw;
  background-color: black;
  overflow: hidden;
}
.product-core-round .box img{
  width: 100%;
  height: 29vw;
  opacity: 0.78;
  object-fit: cover;
}
.product-core-round .box .txt{position: absolute;top: 0;left: 0;width: 100%;height: 100%;color: white;padding:0 0.8rem;}
.news-hot-list{display: grid;grid-template-columns: repeat(4,1fr);gap: 0.36rem;}
.news-hot-list .item{border: 1px solid #b9b6b5;border-radius:10px;overflow: hidden;}
.news-hot-list .item .img{display: block;border-radius: 10px;}
.news-hot-list .item .tx{padding: 0.34rem 0.34rem 0.25rem;}
.news-hot-list .item .ti{line-height: 1.5;}
.more-r1 a{display: inline-block;padding-right: 24px;position: relative;}
.more-r1 a::before{
  display: block;
  width: 15px;
  height: 12px;
  background: url(../images/icon_prevsm2.png) no-repeat right center/15px;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.3s;
}
.more-r1 a:hover::before{
  right: -10px;
  background-image: url(../images/icon_prevsm.png);
}
.case-imain{--case_iw:calc((var(--window-with) - 1.6rem - 120px)/4);}
.case-ilist{display: grid;grid-template-columns: repeat(auto-fill, minmax(var(--case_iw), 1fr));gap: 40px;}
/* .case-ilist .item{width: var(--case_iw)} */
.case-ilist .item .img{position: relative;border-radius: 10px;}
.case-ilist .item .img>a{display: block;padding-top: 123.4%;position: relative;}
.case-ilist .item .img>a img{position: absolute;top:0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.case-ilist .item img{width: 100%;}
.case-ilist .item .more-r3 a{position: absolute;right: 20px;bottom: 30px;}
.case-ilist .item .tx{padding: 20px 28px 30px;}
.case-ilist .item .tx h4{font-size: 22px;}
.case-imain  .tp2{margin-right: 1.75rem;}
.case-det-tops{display: flex;max-width: 1400px;margin: 0 auto;gap: 1.3rem;}
.case-det-tops .tx .ti{border-bottom: 1px solid #aaa;padding-bottom: 0.15rem;margin-bottom: 0.15rem;}
.case-det-tops .imgs,.case-det-tops .tx{position: relative;width: 50%;}
.case-det-tops img{width: 100%;}
.case-det-tops .big-img,.case-det-tops .small-img{border-radius: 10px;overflow: hidden;}
.case-det-tops .small-img{
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 2.5rem;
  margin-right: 0.2rem;
}
.partner_swpinfo.swiper-pagination{position: relative;margin-top: 0.3rem;}
.dot-color-theme .swiper-pagination-bullet-active{background: var(--theme-color);}
.more-r3 a{display: inline-block;line-height: 54px;border-radius: 54px;background:#ff9b2f url(../images//ico_rr.png) no-repeat right 12px center / 20px;color: black;padding: 0 40px 0 15px;}
.case-det-video{position: relative;}
.case-det-video video{width: 100%;}
.case-det-video .play{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  border: 1px solid #ff9b2f;
  transform: translate(-50%,-50%);
  z-index: 9;
}
.case-det-video  .video-button{left: 0;bottom: 0;}
.case-det-video .play svg{width: 0.8rem;height: 0.8rem;vertical-align: top;background-color: transparent;}
.case-det-text .text{max-width: 1400px;margin: 0 auto;}
.pageInfo{border-top: 1px solid #aaa;padding:0.2rem 0;line-height: 2;}
.case-sound-main .sound-box{width: 70%}
/* .sound-list{margin-right: ;} */
/* .sound-list .grid-item,.grid-sizer{width:26.5vw;} */
.sound-list .grid-item,.grid-sizer{width:40%;}
.gutter-sizer{width:0.6rem;}
.sound-list .grid-item{
  border: 1px solid #c0c0c0;
  padding: 0.7rem 0.3rem;
  margin-bottom: 0.6rem;
  transition: all 0.3s;
  border-radius: 8px;
}
.sound-list .grid-item:hover{border-color: #f59f33;background-color: #e7e7e7;}
.sound-list .grid-item .ctx{margin-top: 0.2rem;line-height: 1.6;margin-bottom: 1.2rem;}
.sound-list .grid-item .btx{color: #75767a;}
/* service */
.service-tops{display: grid;grid-template-columns: repeat(2,1fr);gap: 30px;}
.s-avatar{padding-left: 20px;}
.s-avatar .s-item{width: 50px;height: 50px;border-radius: 50%;border: 2px solid #fff;overflow: hidden;margin-left: -20px;}
.s-avatar .s-item img{width: 100%;height: 100%;}
.service-tops .service-images,.service-tops .tx{position: relative;width: calc((var(--window-with) - 1.6rem - 30px)/2);}
.service-small-imgs{position: absolute;left: 100%;width: 100%;bottom: 0;padding-left: 30px;}
.service-small-imgs img{cursor: pointer;}
.icon-star{margin-right: 8px;}
.icon-star i{
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images//icon_star.png) no-repeat center /cover;
  margin-right: 2px;
}
.service-btns a{width: 150px;height: 44px;line-height: 40px;text-align: center;border-radius: 44px;border: 2px solid var(--theme-color);}
.service-btns a{color: var(--theme-color);margin-right: 10px;}
.service-btns a.on{background: var(--theme-color);color: black;}
.service-images img{width: 100%;}
.service-win{background: #eae8e8;}
.round-icon-box{
  height: 26.5vw;
  border-radius: 50%;
  background: #dddad9;
  padding-top: 0.75rem;
  transition: all 0.3s;
}
.round-icon-box .icon{
  position: relative;
  width: 1.25rem;
  height:1.25rem;
  margin:0 auto;
}
.round-icon-box .icon img{width: 100%;height: 100%;}
.round-icon-box .icon img.icon-hover{display: none;}
.round-icon-box .t{text-align: center;margin:-0.1rem 0 0.1rem;}
.round-icon-box .p{line-height: 2;padding: 0 0.3rem;}
.round-icon-box:hover{background: #75767a;color: white;}
.round-icon-box:hover .icon img.icon-int{display: none;}
.round-icon-box:hover .icon img.icon-hover{display: block;}
.swiper-page-line{margin: 0.6rem 0 0.2rem;text-align: center;}
.swiper-page-line .swiper-pagination-bullet{width: 0.5rem;height: 2px;background-color: #b3b2b3;opacity: 1;border-radius: 0;}
.swiper-page-line .swiper-pagination-bullet-active{background-color: var(--theme-color);}
.service-full-img{position: relative;}
.service-full-img img{width: 100%;}
.service-full-img .txt{position: absolute;top: 20%;left: 0;width: 100%;text-align: center;color: white;}
.service-process{
  background-color: #f4f2f2;
  position: relative;
}
.service-process .line{
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #5a5a5a;
}
.service-process .list{max-width: 1200px;margin:0 auto;}
.service-process .list .item{position: relative;margin-top: 0.8rem;color: #000;}
.service-process .list .item .num{
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.38rem;
  height: 0.66rem;
  line-height: 0.64rem;
  border: 1px solid #5a5a5a;
  border-radius: 0.38rem;
  text-align: center;
  background-color: #f4f2f2;
  transform: translateX(-50%);
  color: #75757a;
}
.service-process .list .item:hover .num{background-color: var(--theme-color);color: white;border-color: var(--theme-color);}
.service-process .list .item .box .txt,.service-process .list .item .empty{padding: 0 0.6rem;width: 50%;}
.service-process .list .item:nth-child(2n) .box .txt{order: 3;}
.service-process .list .item  .p{line-height: 1.5;margin-top: 0.1rem;}
.style-box-bor.section-index-song .box{background-color: transparent;border: 1px solid #c0c0c0;}
.form-contact{background-image:linear-gradient(#e8e5e5,#dddad9);margin-bottom: 1rem;}
.form-contact-box{max-width: 960px;margin:0 auto}
.form-contact-box .row{margin-right: -5px;margin-left: -5px;}
.form-contact-box .row>div{padding-right: 5px;padding-left: 5px;}
.form-contact-box .input-box{margin-bottom: 0.3rem;}
.form-contact-box .input-box label{font-weight: 500;display: block;margin-bottom: 0.15rem;}
.form-contact-box .input-box input,.form-contact-box .input-box select,.form-contact-box .input-box textarea{
  width: 100%;
  height: 0.58rem;
  border-radius: 10px;
  border: 1px solid #111;
  background-color: transparent;
  padding-left: 0.2rem;
}
.form-contact-box .input-box textarea{height: 2rem;line-height: 0.58rem;}
.input-sub{text-align: center;}
.input-sub input{
  width: 2rem;
  height: 0.6rem;
  background-color: var(--theme-color);
  border-radius: 0.6rem;
  color: #45474c;
  font-size: 0.21rem;
  border-width: 0;
}
.form-contact-box .input-box img.code{width: 1.2rem;height: 0.6rem;margin-left: 0.2rem;cursor: pointer;;}
.service-down{max-width: 1400px;margin: 0 auto;}
.down-form .box{width: 50%;position: relative;border: 1px solid #b8b8b8;border-radius: 0.58rem;margin-bottom: 0.15rem;}
.down-form .box input[type='text']{padding-left: 0.6rem;border: none;background: url(../images/icon_search3.png) no-repeat 0.15rem center / 0.3rem;height: 0.56rem;outline: none;}
.down-form .box input[type='submit']{
  position: absolute;
  top: 3px;
  right: 3px;
  width: 1.1rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  background: var(--theme-color);
  border: none;
  outline: none;
}
.down-form .tips a{margin-right: 5px;}
.service-down{--downH:1rem;}
.service-down .list .box{
  display: block;
  position: relative;
  background-image:linear-gradient(to right,#e9e6e6,#dddad9);
  z-index: 3;
  border-radius: var(--downH);
  overflow: hidden;
  color: black;
  margin-top: 0.8rem;
}
.service-down .list .box:before{
  position: absolute;
  top:0;
  left: 0;
  bottom: 0;
  width: 100%;
  border: 1px solid #b8b8b8;
  border-radius: var(--downH);
  content: '';
  z-index: -1;
}
.service-down .list .box .icon{
  background-image:linear-gradient(to right,#e9e6e6,#dddad9);
  border-radius: var(--downH);
  height: var(--downH);
  width: 1.44rem;
  border: 1px solid #b8b8b8;
  margin-right: 15px;
}
.service-down .list .box .icon .img-hover{display: none;}
.service-down .list .box:hover .icon .img-int{display: none;}
.service-down .list .box:hover .icon .img-hover{display: block;}
.service-down .list .box:hover .icon{background: var(--theme-color);border-color: var(--theme-color);}
.service3-top,.service4-main{background-image:linear-gradient(15deg,#f4f2f2,#dddad9);}
.service3-top .round-icon-box{border-radius: 10px!important;height: auto;padding: .3rem .9rem .5rem;}
.service3-top .round-icon-box .p{padding: 0;}
.service3-top-main,.max-width-1400{max-width: 1400px;margin:0 auto;}
.more-s4 .ico{width: 24px;height: 24px;display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  transition: all 0.4s;
  overflow: hidden;}
  .more-s4 .ico i {
    display: block;
    width: 100%;
    height: 100%;
    animation: arrowRun2 5s infinite;
    background: url(../images/icon_jt3.png) no-repeat center / 16px;
}
@keyframes arrowRun2 {
  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;
  }
}
.more-s4 a{border-bottom: 2px solid var(--theme-color);color: var(--theme-color);}
.service4-main .img{width: 52%;margin-right: 0.5rem;}
.service4-main .img img{width: 100%;}
.service4-main .ico img{width: 0.57rem;height: 0.57rem;}
.service4-main .ico-list{padding: 0 0.2rem;text-align: center;}
.service4-main .ico-list .t{margin: 0.2rem 0 0.1rem;}
.business-main{overflow: hidden;position: relative;height: 90vh;}
.business-main .circle-list{
  position: absolute;
  top: 2vh;
  right: -21.5vh;
  width: 86vh;
  height: 86vh;
  z-index: 3;
}
.business-main .circle-list .bo{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px solid #999;
  z-index: 1;
}
.business-main .circle-list .bg{
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100vw;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background-color: #dddad9;
  z-index: 2;
}
.business-main .circle-list .circle-list-box{position: relative;z-index: 5;width: 100%;height: 100%;}
.business-main .circle-list .circle-list-box .item{position: absolute;top: 0;left: 0;width: 100%;height: 100%;transition: all 0.3s;pointer-events: none;}
.business-main .circle-list .circle-list-box .item i{
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 9px;
  background-color: var(--theme-color);
  transform: translate(-50%,-50%);
  pointer-events:initial;
  z-index: 3;
}
.business-main .circle-list .img{
  width: 40vh;
  height: 40vh;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  transform: translate(-50%,-50%);
  left: 0;
  top: 50%;
}
.business-main .circle-list .img img{width: 100%;height: 100%;object-fit: cover;transition: all 0.3s;transform: scale(0);border-radius: 100%;}
.business-main.partner-story .partner-story-main{background: none;}
.business-swiper{background-image: linear-gradient(15deg,#e9e7e6,#e3e1e0);}
.business-360.product-360{background: none;--product-size:45vw;border-bottom: 1px solid #b2b1b2;}
.businessFull_prev{left: 20%;}
.businessFull_next{right: 20%;}
#businessFull .pro-pic,#businessFull .rotate-page{width: 100%;cursor:auto;}
.business-swp-video{width: 100%;height: 100%;object-fit: cover;}
.imgs-tranform{height: 40.5vw;position: relative;overflow: hidden;}
.imgs-tranform .imgs-boxs{
  position: absolute;
  bottom: 1.1rem;
  left: 30vw;
  width: 2.5rem;
  height: 3.45rem;
  height: 1.5rem;
}
.imgs-tranform .imgs-boxs .swiper-container{overflow: initial;display: none;}
.imgs-tranform .imgs-boxs .swiper-slide{
  width: 2.5rem;
  height: 3.45rem;
  height: 2rem;
}
.imgs-tranform .imgs-boxs .swiper-slide img,.imgs-tranform .pic{
  width: 2.5rem;
  height: 3.45rem;
  height: 1.5rem;
  object-fit: cover;
  object-position: top;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform,left,top,width,height, 1s ease;
  border-radius: 12px;
}

.imgs-tranform .imgs-boxs .swiper-slide-active img,.imgs-tranform .imgs-boxs .swiper-slide-active .pic{
  width: var(--imgsTranW);
  height: var(--imgsTranH);
  border-radius: 0;
}
.imgs-tranform .imgs-boxs .swiper-slide-active .pic{background-color: black;top: var(--imgsTranOft);left: var(--imgsTranOfl);}
.imgs-tranform .imgs-boxs .swiper-slide-active img{opacity: 0.6;}
.imgs-tranform .imgs-boxs .swiper-slide-prev .pic{
  width: var(--imgsTranW);
  height: var(--imgsTranH);
  top: var(--imgsTranOft);
  left: calc(var(--imgsTranOfl) + var(--smallW) + 30px);
  transform: scale(1.5);
  background-color: black;
}
.imgs-tranform .imgs-boxs .swiper-slide-prev img{
  width: var(--imgsTranW);
  height: var(--imgsTranH);
}
.imgs-tranform .shaw{
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(15deg,#e9e7e6,#e3e1e0);
  z-index: 9;
}
.imgs-tranform-btn{
  position: absolute;
  bottom: 0.3rem;
  left:calc(30vw + var(--smallW) + 30px);
  width: calc(var(--window-with) - 30vw - var(--smallW) - 30px - 0.8rem);
  z-index: 9;
}
.imgs-tranform-btn .swiper-button{height: 0.42rem;width: 1.2rem;margin-left: 0.5rem;}
.imgs-tranform-btn .grass{height: 2px;background-color: rgba(255, 255, 255, 0.4);position: relative;}
.imgs-tranform-btn .grass .grass-num{position: absolute;left: 0;bottom: 5px;font-family: arial;font-size: 17px;color: #fff;}
.imgs-tranform-btn .grass .grass-num #a1{color: var(--theme-color);}
.imgs-tranform-btn .grass-active{position: absolute;left: 0;bottom: 0;width: 30px;height: 2px;background: var(--theme-color);transition: all 0.3s;}
.imgs-class ul.ul li{line-height: 40px;border-radius: 40px;border: 1px solid #cbcbcb;background-color: #f4f2f2;padding: 0 0.3rem;margin-right: 10px;cursor: pointer;}
.imgs-class ul.ul li.active{background-color: var(--theme-color);border-color: var(--theme-color);}

.join-fuli,.join-rc-text{background-color: #f4f2f2;}
.join-fuli-list{position: relative;text-align: center;z-index: 5;padding-bottom: 0.3rem;}
.join-fuli-list:after{
  position: absolute;
  bottom: 0;
  left: 0;
  width:100%;
  height: 2.8rem;
  border-radius: 2.8rem;
  background-color: #dddad9;
  content: '';
  z-index: -1;
}
.join-fuli-list .ico{
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background-color: #75757a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  margin: 0 auto 0.3rem;
}
.join-fuli-list .ico:hover{background-color: var(--theme-color);}
.join-fuli-list .ico img{width: 1rem;height: 1rem;}
.join-fuli-list .tx .fonts2{margin-bottom: 0.1rem;}
.join-rc-text .text{position: relative;}
.join-rc-text .text .tx{
  width: 6rem;
  height: 2.8rem;
  border-radius: 2.7rem;
  border-radius: 0.15rem;
  background-color: var(--theme-color);
  padding: 0 0.3rem 0 0.4rem;
  position: absolute;
  right: 0;
  top: -0.3rem;
}
.join-xf-list{display: grid;grid-template-columns: repeat(4,1fr);}
.join-xf-list .item{
  padding-top: 1.5rem;
  height: 5.6rem;
  width: 3rem;
  position: relative;
  z-index: 6;
  text-align: center;
  padding-right: 0.5rem;
}
.join-xf-list .item .ico{width: 0.9rem;height: 0.9rem;margin: 0 auto;}
.join-xf-list .item .ico img{width: 100%;height: 100%;}
.join-xf-list .item .ico .icon-hover,.join-xf-list .item:hover .ico .icon-int{display: none;}
.join-xf-list .item:hover .ico .icon-hover{display: block;}
.join-xf-list .item .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f2f2;
  border-radius: 3rem;
  box-shadow: 0 0 15px 0 #ccc;
  z-index: -1;
  transform: rotate(45deg);
}
.join-xf-list .item .t{margin: 0.15rem 0;}
.join-xf-list{max-width: 1400px;margin: 0 auto;}
.join-xf-list .item:nth-child(2n) .bg{background:#e4e4e4;}
.join-xf-list .item:hover .bg{background-color: var(--theme-color)!important;}

/* contact */
.contact-imain{display: grid;grid-template-columns: repeat(3,1fr);}
.contact-imain .group:nth-child(2){padding: 0 0.4rem;border-left: 1px solid #c8c5c4;border-right: 1px solid #c8c5c4;}
.contact-imain .group:nth-child(3){padding: 0 0.4rem;}
.c-ewm-list{display: grid;grid-template-columns: repeat(3,1fr);gap: 10px;max-width: 400px;}
.c-ewm-list .item{display: flex;}
.c-ewm-list .item div{text-align: center;}
.c-ewm-list .item img{max-width: 111px;}
.contact-imain .group:nth-child(4){
  padding: 0.8rem 0.8rem 0 0;
  border-top: 1px solid #c8c5c4;
  margin-top: 0.4rem;
}
.contact-imain .group:nth-child(5){
  padding: 0.8rem 0 0 0.8rem;
  border-top: 1px solid #c8c5c4;
  border-left: 1px solid #c8c5c4;
  margin-top: 0.4rem;
  grid-column-start: 2;
  grid-column-end: 4;
}
.contact-imain .form-contact{background: transparent;}
.contact-imain .form-contact-box{margin-left: 0;}

.pro-fuwu-wrap .section-1{position: relative;overflow: hidden;z-index: 5;}
.pro-fuwu-wrap .section-1 .box .side{position: relative;}
.pro-fuwu-wrap .section-1 .box .side:after{
position: absolute;
top: -5rem;
left: 0;
height: 200vh;
width: 1px;
background-color: rgba(192 , 190,192, .5);
content: '';
z-index: -1;
}
/* dddad9 */
.pro-fuwu-wrap .section-1:after{background: #f4f2f2;position: absolute;top: 0;left: 0;width: 100%;height: 50%;content: '';z-index: -2;}
.pro-fuwu-wrap .section-1 .box .side ul.ul li{line-height: 1.8;margin-bottom: 0.4rem;position: relative;padding-left: 0.3rem;
  padding-right: 0.5rem;cursor: pointer;}
.pro-fuwu-wrap .section-1 .box .side ul.ul li i{
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  transform: translate(-50%,-50%);
}
.pro-fuwu-wrap .section-1 .box .side ul.ul li.on{color: var(--theme-color);}
.pro-fuwu-wrap .section-1 .box .side ul.ul li.on i{background: var(--theme-color);}
.pro-fuwu-wrap .section-1 .text-group{min-height: 7.8rem;}
.pro-fuwu-wrap .section-1 .text-group .item{display: none;}
.pro-fuwu-wrap .section-2{background-image: linear-gradient(to top,#dddad9,#f4f2f2);margin-bottom: 1rem;}
.proFw_swp .big-imgs .swiper-container{display: none;}
.proFw_swp .big-imgs img{max-width: 100%;}
.proFw_swp{display: grid;grid-template-columns: repeat(5,1fr);}
.proFw_swp .big-imgs,.proFw_swp .proFw_page{grid-column-start:1;grid-column-end: 4;}
.proFw_swp .rtxt,.proFw_swp .proFw_Nav{grid-column-start:4;grid-column-end: 6;}
.proFw_swp .rtxt .text{padding: 1.2rem;}
.proFw_swp .big-imgs{border: 1px solid #dddad9;border-bottom-width: 0;border-radius: 10px 10px 0 0;overflow: hidden;}
.proFw_page{background: #75757a;color: #fff;border-radius: 0 0 0 10px;padding: 0 0 0 1.2rem;}
.proFw_swp .proFw_Nav{background: var(--theme-color);color: white;position: relative;}
.proFw_page>.ub{height: 1.2rem;}
.proFw_page .ctx{padding-left: 0.3rem;}
.prev_white_dd,.next_white_dd{
  position: absolute;
  top: 50%;
  width: 0.3rem;
  height: 0.3rem;
  background: url(../images/ico_rr3.png) no-repeat center /cover;
  transform: translateY(-50%);
  z-index: 5;
}
.prev_white_dd{left: 10px;transform: translateY(-50%) rotate(180deg);}
.next_white_dd{right: 10px;}
.proFw_tab{padding: 0.36rem 0.5rem 0;text-align: center;}
/* .proFw_tab .item{margin: 0 0.3rem;} */
.proFw_tab .item span{display: inline-block;position: relative;z-index: 5;cursor: pointer;
  height:0.48rem;line-height: 0.48rem;padding: 0 0.1rem;color: white;}
  .proFw_tab .item.on span{color: var(--theme-color);}
  .proFw_tab .item span:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 25px;
    transform: scaleX(0);
    transform-origin: right;
    -webkit-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .proFw_tab .item.on span:after{
    transform: scaleX(1);
    transform-origin: left;
  }
/* .proFw_tab .item.on span:after{
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  top: 50%;
  background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.45));
  opacity: 0.8;
  content: '';
  z-index: -1;
} */
#proFw_rtxt{height: 5rem;}
.pageInfoFw{font-size: 18px;font-family: arial;font-weight: bold;}
.pageInfoFw #curFw{font-size: 48px;}
.pageInfoFw .sl{font-weight: 100;margin: 0 5px;opacity: 0.7;}
.proFw_swpinfo{width: 1rem;text-align: center;}
.proFw_swpinfo .swiper-pagination-bullet{background:white;margin: 0 3px;opacity: 1;}
.proFw_swpinfo .swiper-pagination-bullet-active{background: var(--theme-color);}
.wow {
  visibility: hidden;
  animation-name: none;
}
.fadeInUpimg{
  -webkit-animation-name: fadeInUpimg;
  animation-name: fadeInUpimg;
}
@keyframes fadeInUpimg {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: none;
  }
}
.pxb-40{padding-bottom: 0.4rem;}
.text img{max-width: 100%;}
#service3Text{line-height: 30px;height: 60px;overflow: hidden;}
.media-info{padding-right: 0.3rem;}
.media-info img{width: 32px;height: 32px;}
.media-info ul li{margin-right: 16px;position: relative;}
.media-info ul li .icon-ft{width: 0.51rem;height: 0.51rem;border-radius:50%;border: 1px solid #45474c;background-size: cover;}
.media-info ul li .icon-ft{width: 40px;height: 40px;}
.media-info ul li .icon-ft1{background-image: url(../images/icon_ft1.png);}
.media-info ul li .icon-ft2{background-image: url(../images/icon_ft2.png);}
.media-info ul li .icon-ft3{background-image: url(../images/icon_ft3.png);}
.media-info ul li .icon-ft4{background-image: url(../images/icon_ft4.png);}
.media-info .minip-hover {
  display: none;
  box-shadow: -4px 4px 0.4rem rgb(0 0 0 / 8%);
  width: 1.36rem;
  font-size: .14rem;
  text-align: center;
  padding: 0 0 0.08rem;
  position: absolute;
  background-color: #fff;
  bottom: 125%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 6px;
  z-index: 99;
}
.media-info .minip-hover img {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.08rem;
  margin-bottom: 0.04rem;
}
.media-info .minip-hover:after {
  content: "";
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.07rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.media-info .weixin-info:hover .show-minip-code {
  display: block;
}
.media-info .phone-hover {
  display: none;
  box-shadow: -4px 4px 0.4rem rgb(0 0 0 / 8%);
  min-width: 2.45rem;
  height: 0.61rem;
  font-family: noto-sans;
  font-size: .14rem;
  font-weight: 400;
  line-height: .2rem;
  letter-spacing: 0;
  color: rgba(0,0,0,.6);
  text-align: center;
  padding: 0.2rem;
  position: absolute;
  background-color: #fff;
  border-radius: 0.04rem;
  top: -0.8rem;
  left: -1.74rem;
}
.media-info .phone-hover:after {
  content: "";
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  background-color: #fff;
  position: absolute;
  left: 1.8rem;
  bottom: -0.07rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.media-info .phone-info:hover .show-phone {
  display: block;
}
.head-nav-imgs-box .head-nav-imgs-group{display: none;}
.down-list_1{border-top: 1px solid #b5b5b7;}
.down-list_1 .item{padding: 0.1rem 0.3rem;height: 1.46rem;border-radius: 1.46rem;transition: all 0.3s;}
.down-list_1 .item .line{
  width: 0;
  height: 0.45rem;
  border-left: 1px solid rgb(164,164,164);
  border-right: 1px solid rgb(220,220,220);
  margin: 0 0.4rem;
}
.down-list_1 .item .icon{width: 0.66rem;height: 0.66rem;background-color: rgba(255, 255, 255, 0.39);border: 1px solid #cfcfcf;border-radius: 0.1rem;}
.down-list_1 .item .icon img{width: 100%;height: 100%;}
.down-list_1 .item .icon_down{width: 0.3rem;height: 0.3rem;background: url(../images/icon_down.png) no-repeat center /cover;margin-right: 0.08rem;}
.down-list_1 .item:hover .icon_down{background-image: url(../images/icon_down_hover.png);}
.down-list_1 .item .p1{color: black;}
.down-list_1 .item .p2{color:#8a8a8a;margin-top: 0.05rem;}
.down-list_1 .item:hover{background: #fcf9f5;}
.down-list_2{display: grid;grid-template-columns: repeat(5,1fr);}
.down-list_2 .item{padding: 0.18rem;border-radius: 0.1rem;transition: all 0.3s;margin-bottom: 0.6rem;}
.down-list_2 .item:hover{background: white;}
.down-list_2 .item img{width: 100%;}
.down-list_2 .item .p1{margin-top: 0.3rem;color: black;height: 0.75rem;}
.down-list_2 .item .p2{color: #8a8a8a;}
.down-list_2 .item .icon_down,.down-list_3 .item .icon_down{width: 0.21rem;height: 0.21rem;background: url(../images/icon_down2.png) no-repeat center /cover;}
.down-list_2 .item:hover .icon_down,.down-list_3 .item:hover .icon_down{background-image: url(../images/icon_down2_hover.png);}
.down-list_3{display: grid;grid-template-columns: repeat(3,1fr);gap: 0.28rem;}
.down-list_3 .p2{color: #8a8a8a;margin: 5px 0 10px;}
.down-list_3 .p1{color: black;}
.down-list_3 .p1 span{padding-right: 0.3rem;}
.down-list_3 .item{margin-bottom: 0.5rem;}
.down-list_3 .item .video{position: relative;border-radius: 0.1rem;overflow: hidden;}
.down-list_3 .item .video video{width: 100%;}
.down-list_3 .item .video .video-button{left: auto;right: 0.3rem;bottom: 0.2rem;}
.down-list_3 .item .video-button svg{background-color: #979797;}
.down-list_3 .item:hover .video-button svg{background-color: var(--theme-color);}

.color-theme{color: var(--theme-color);}
.float-slide{
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 996;
}
.float-slide ul li{margin-bottom: 5px;position: relative;}
.float-slide ul li a{
    display: block;
    width: 0.56rem;
    height: 0.56rem;
    background-size: 0.26rem;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #dddad9;
    background-color: #f4f2f2;
    border-radius: 5px;
    position: relative;
}
.float-slide ul li:hover a{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.fl1 a{background-image: url(../images/icon_float_05.png);}
.float-slide ul li.fl2 a{background-image: url(../images/icon_float_06.png);}
.float-slide ul li.fl3 a{background-image: url(../images/icon_float_07.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_05.png);}
.float-slide ul li.fl2 a:hover{background-image: url(../images/icon_floata_06.png);}
.float-slide ul li.fl3 a:hover{background-image: url(../images/icon_floata_07.png);}
.float-slide ul li.fl4 a:hover{background-image: url(../images/icon_floata_04.png);}
.float-slide ul li .shaw-box{position: absolute;top: 0;right: 100%;margin-right: 20px;display: none;}
.float-slide ul li .shaw-box img{padding: 5px;background-color: white;}
.float-slide ul li .side-phone{background: white;box-shadow: -4px 4px 0.4rem rgba(0, 0, 0 , 8%);white-space: nowrap;line-height: 0.56rem;padding: 0 15px;border-radius: 5px;}
.float-slide ul li.fl1:hover a:after,.float-slide ul li.fl3:hover a:after{
  width: 18px;
  height: 18px;
  border: 1px solid var(--theme-color);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  content: '';
  background: #dddad9;
  z-index: 1;
}
.float-slide ul li.fl1:hover a:before,.float-slide ul li.fl3:hover a:before{
  width: 15px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  content: '';
  background: #dddad9;
  z-index: 2;
}
.float-slide ul li .side-ewm{text-align: center;}
.float-slide ul li:hover .shaw-box{display: block;}
/* .main-body{} */
.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) {
  .product-core-round .title{margin-right: .5rem;}
}
@media (min-width: 1201px) {
  .head-nav-down[data-cur="product"]{width: 100%!important;left: 0!important;}
    .head-nav-down .item{display: none;border-top: 1px solid #f4f2f2;background-color: white;}
    /* .head-nav-down ul.ul li{padding: 0 0 5px;} */
    .head-nav-down ul.ul li{padding-bottom:5px;}
    .head-nav-down ul.ul li a{
        color: black;
        display: flex;
        line-height: 40px;
        border-radius: 40px;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        min-width: 2rem;
        transition: all 0.4s;
    }
    .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: #f4f2f2;
    }

    /* .head-nav-down{opacity: 0;} */
    /* .head-nav-down{background: #fff;} */
    .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;
    }
    .head-nav-box .lf{background: #f4f2f2;padding: 0.35rem 0 0.35rem 0.8rem;width: 21%;}
    .head-nav-box .lf .p{line-height: 2;color:#75757a;margin-top: 0.15rem;}
    .head-nav-down ul.ul{padding: 0.2rem 0.4rem 0.2rem 0;border-right: 1px solid #f4f2f2;}
    .head-nav-down ul.ul li .ico-r{width: 20px;height: 20px;overflow: hidden;position: relative;}
    .head-nav-down ul.ul li .ico-r:after,.head-nav-down ul.ul li .ico-r:before{
      position: absolute;
      top: 0;
      width: 20px;
      height: 20px;
      transition: all 0.5s;
      content: '';
      background-position: center;
      background-repeat: no-repeat;
      background-size: 10px;
    }
    .head-nav-down ul.ul li .ico-r:after{
      left: -20px;
      background-image: url(../images/ico_r4a.png)
    }
    .head-nav-down ul.ul li .ico-r:before{
      left: 0;
      background-image: url(../images/ico_r4.png)
    }
    .head-nav-down ul.ul li.active .ico-r:after,.head-nav-down ul.ul li a:hover .ico-r:after,
    .head-nav-down ul.ul li.active .ico-r:before,.head-nav-down ul.ul li a:hover .ico-r:before{
      transform: translateX(20px);
    }
    /* .head-nav-down ul.ul li.active a .ico-r,.head-nav-down ul.ul li a:hover .ico-r{background-image: url(../images/ico_r4a.png);} */
    .head-nav-imgs{padding:0.35rem .35rem;display: grid;grid-template-columns: repeat(5,1fr);gap: .35rem;}
    .nav-item-img .img-hover{width: 100%;border-radius: 10px;margin-bottom: 10px;}
    .mob-vis{display: none;}

    .foot-nav{position: relative;min-width: 2rem;}
    .foot-nav-item .t{margin-bottom: 0.1rem;line-height: 40px;}
    .foot-nav-item .group{
        position: absolute;
        left: 2rem;
        top: 0;
        width: 4rem;
        max-width: 300px;
        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: 40px;border-bottom: 1px solid #dddad9;margin-bottom:.1rem;}


    .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;}
    .service-down{--downH:1.5rem;}
    .service-down .list .box .icon{width: 2rem;}
    .down-form .box input[type='text']{height: 52px;}
    .down-form .box input[type='submit']{height: 46px;}
}
@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;}
    .service-process .list .item .num{width: 30px;;height: 50px;line-height: 48px;}
    .form-contact-box .input-box input, .form-contact-box .input-box select,.form-contact-box .input-box img.code{height: 50px;}
    .form-contact-box .input-box img.code{width: 120px;}
    .input-sub input{height: 50px;font-size: 18px;}
    .service4-main .round-icon-box{height: 30vw;}
    .imgs-tranform-btn .swiper-button{height: 44px;width: 100px;}
    .imgs-tranform .imgs-boxs{bottom: 1.6rem;}
    .join-fuli-list:after{height: 3.8rem;}
    .join-rc-text .text .tx{height: auto;padding: 30px;min-width: 40%;}
    .join-xf-list{max-width: 1000px;}
    .join-xf-list .item{width: 4rem;height: 8rem;}
    .news-list{grid-template-columns:repeat(3,1fr);}
    .news-list .item.item-hot{grid-column:1/4;}
    
}
@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;width: 100%;}
    .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);}

    .case-imain{--case_iw:calc((var(--window-with) - 1.6rem - 60px)/3);}
    .case-ilist{gap: 30px;}
    .round-icon-box .p{font-size: 14px;line-height: 1.5;}
    .head-nav-imgs,.head-nav-box .lf{display: none;}
    .product-tx-list{gap: 0;}
}

@media(max-width: 1024px){
    .font65{font-size: 32px;}
    .font40{font-size: 24px;}
    .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: 40px;
        height: 40px;
        background-size: 20px;
    }
    .float-slide ul li.fl1:hover a:after, .float-slide ul li.fl3:hover a:after{width:10px;height:10px;}
    .float-slide ul li.fl1:hover a:before, .float-slide ul li.fl3:hover a:before{width:7px;height:26px;}
    .float-slide ul li .side-phone{line-height:40px;}
    .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;}
    .service4-main .round-icon-box{height: 40vw;}
}
@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: 20px;}
    .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 0;text-align:center;}
    .foot-w2{width: 100%;border-left-width: 0;}
    .foot-main-top .foot-w2{padding:0;text-align:center;margin-top:-5px;}
    .foot-main-content .foot-w1{padding-left: 0.4rem;padding-right: 0.4rem;padding-top:0.5rem;}
    .foot-main .getCase{justify-content:center;margin-bottom:10px;}
    .float-slide{right: 0;}
    .foot-icons{margin-top: 0.4rem;text-align: center;padding-right: 0;}
    .media-info ul li{margin-right:0;margin-left:12px;}

    .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;
        flex-direction: column;
        align-items: flex-end;
    }
    .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%;}
    .media-info{display: flex;
    justify-content: space-between;
    width: 100%;padding:0;}
    .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;font-size:20px;}
    .partner-section-full .font24{font-size:15px;}
    .myt-130{margin-top: 0.8rem;}
    .pxt-110{padding-top: 0.8rem;}
    .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-main .swiper-button{    position: absolute;
    bottom: 100%;
    right: 0;
    transform: translateY(30px);z-index:99;}
    .partner-story .pic{--story-pic: 40vw;}
    #storySwp{margin-top: 10px;}
    .head-nav-down .mob-vis{padding-top: 5vh;}
    .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;}

    .news-hot-list{grid-template-columns: repeat(2,1fr);}
    .product-core-round .box img{height: 45vw;}
    .product-core-round .box .txt{font-size: 20px;}

    .case-imain{--case_iw:calc((var(--window-with) - 55px)/ 2);}
    .case-ilist{gap: 15px;}
    .more-r3 a{line-height: 44px;border-radius: 44px;}
    .case-ilist .item .tx h4{font-size: 18px;}
    .case-sound-main .sound-box{width: 100%;margin-top: 30px;}
    .sound-list .grid-item, .grid-sizer{width: calc(100vw - 40px);}
    .gutter-sizer{width: 0;}
    .sound-list .grid-item{margin-bottom: 20px;}
    .case-det-tops{flex-direction:column;gap:0;}
    .case-det-tops .imgs, .case-det-tops .tx{width:100%;}
     .case-det-tops .tx{order:3;}

    /* .service-tops{grid-template-columns:repeat(1,1fr)} */
    .service-tops{display: block;}
    .service-tops .service-images, .service-tops .tx{width: 100%;}
    .service-small-imgs{position: relative;padding-left: 0;left: 0;margin: 15px 0;}
    .round-icon-box,.service4-main .round-icon-box{height: 90vw;padding-top: 0.5rem;}
    .service-full-img img{height: 50vw;object-fit: cover;}
    .service-full-img .txt{top: 15%;}
    .service-process .list .item:nth-child(2n+1) .box .txt{padding-left: 0;}
    .service-process .list .item:nth-child(2n) .box .txt{padding-right: 0;}
    .down-form{padding-bottom: 30px;}
    .service-down .myb-80,.service4-main .myb-80{margin-bottom: 10px;}
    .down-form .box{width: 100%;}
    .down-form .box input[type='text']{height: 44px;}
    .down-form .box input[type='submit']{height: 38px;}
    .service-down .list .box{margin-top: 20px;}
    .service-down {--downH: 50px;}
    .service-down .list .box .icon{width: 70px;}
    .service-down .list .box .icon img{width: 30px;height: 30px;}
    .service4-main .img{width: 100%;margin: 0 0 20px;}
    .service4-main .ico-list{padding: 0;}
    .business-360.product-360{--product-size:80vw}
    .index-news-list h4{font-size:14px;line-height:1.5;margin-top:6px;}
    .business-main{height:auto;padding-bottom:20px;}
    .service3-top .round-icon-box{padding:.3rem .3rem .5rem}
    .round-icon-box .p{-webkit-line-clamp:5;height:105px;}
    ul.inTabs li a{width:auto;padding:0 5px;}

    .imgs-tranform{height: 100vw;}
    .imgs-tranform .imgs-boxs,.imgs-tranform .imgs-boxs .swiper-slide img, .imgs-tranform .pic{width: 80px;height: 80px;}
    .imgs-tranform .imgs-boxs .swiper-slide-prev img {
      width: var(--imgsTranW);
      height: var(--imgsTranH);
  }
  .imgs-tranform .imgs-boxs .swiper-slide-active .pic {
    background-color: black;
    top: var(--imgsTranOft);
    left: var(--imgsTranOfl);
}
.imgs-tranform .imgs-boxs .swiper-slide-active img, .imgs-tranform .imgs-boxs .swiper-slide-active .pic {
  width: var(--imgsTranW);
  height: var(--imgsTranH);
}
.imgs-tranform-btn{left: 0;width: 100%;padding: 0 20px;}
.join-fuli-list .font18{font-size: 12px;margin-bottom: 20px;}
.join-fuli-list:after{opacity: 0;}
.join-xf-list .item{width: 100%;height: 7rem;}
.join-xf-list{grid-template-columns: repeat(1,1fr);}
.join-xf-list .item .bg{width: 50%;left: 25%;height: 80%;top: 10%;}
.join-xf-list .item .ico{width: 64px;height: 64px;}
.join-xf-list .item+.item{margin-top: -1.5rem;}
.contact-imain{grid-template-columns: repeat(1,1fr);}
.contact-imain .group:nth-child(5){
  grid-column-start: 1;
    grid-column-end: 2;
    border-width: 0;
    padding: 0;
}
.contact-imain .group:nth-child(2){border-width: 0;padding: 20px 0;}
.contact-imain .group:nth-child(3){padding: 0;}
.c-ewm-list .item img{width: 90px;}
.pro-fuwu-wrap .section-1 .text-group{min-height: 5rem;padding: 20px 0;}
.proFw_swp{display: block;}
.proFw_swp .rtxt .text{padding: 20px 0;}
.proFw_swp .rtxt{border-left: 1px solid #dddad9;border-right: 1px solid #dddad9;}
#proFw_rtxt{height: 3.5rem;}
.proFw_page{padding: 0 15px;border-radius: 0;}
.pageInfoFw{display: none;}
.proFw_page>.ub{height: auto;padding: 15px 0;}
.proFw_tab{padding: 20px 0;}

.product-cs-list{grid-template-columns: repeat(2,1fr);gap: 15px;}
.down-list_2{grid-template-columns: repeat(2,1fr);}
.down-list_3{grid-template-columns: repeat(1,1fr);}

.news-list{grid-template-columns:repeat(2,1fr);}
    .news-list .item.item-hot{grid-column:1/3;}
    .foot-nav{width: 100%;}

.media-info .minip-hover{width:2.36rem;}
.media-info .minip-hover img{width: 2.2rem;height: 2.2rem;}
.media-info .phone-hover{height:auto;line-height:.3rem;top:-1.3rem;z-index:99;}
.product-360{--product-size: 90vw;background-size:100% 100%;}
.indexProNav .swiper-pagination-bullet{height:32px;line-height:32px;font-size:14px;width:7em;margin-top:10px;margin-bottom:0;}
.product-360 .title{padding-top:0;}
.product-360-btns{bottom:5%;}
.product-360-btns a{height:40px;line-height:36px;}
.product-imain .product-360 .title{padding-top:15px;}
.mouse-icon{display:none;}
.proFw_swp .rtxt .text p,.proFw_swp .rtxt .text span{font-size:14px!important;}
.proFw_swp .rtxt .text .fonts3{font-size:18px!important;}

.section-index-song .box .p{line-height:22px;height:88px;-webkit-line-clamp:4;}

    

.media-info ul li .icon-ft{width:30px;height:30px;}
    .head-mob{padding: 2px 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;}
}
@media (max-width:414px) {
  .news-hot-list{grid-template-columns: repeat(1,1fr);}
  .case-imain{--case_iw:calc(var(--window-with) - 40px);}
  .case-ilist{gap: 0;}
  .case-ilist .item .tx{padding: 10px 0 30px;}
  .news-list{grid-template-columns:repeat(1,1fr);}
    .news-list .item.item-hot{grid-column:1/2;}
}

.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;
}
.img-hover{overflow: hidden;}
.img-hover img{
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.img-hover:hover img{-webkit-transform: scale(1.05)!important;transform: scale(1.05)!important;}

@-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: fadeInUp;
  animation-name: fadeInUp;
}

@-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}
