﻿@charset "utf-8";
/*初始样式*/
body{ color:#333; font-size:14px;font-family: "Microsoft Yahei";} /*网站字体颜色*/
body,ul,ol,li,div,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,img,span,input{margin:0;padding:0;list-style:none;}
a { color:#333; text-decoration:none;font-family: "Microsoft Yahei";}  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
/*a:hover { text-decoration:underline;}*/
img{border:none;}
.vam { vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:-1.5px;font-family: "Microsoft Yahei"; }
h1,h2,h3,h4,h5,h6{ font-family:"Microsoft Yahei";}

.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
i,em{ font-style:normal;}
.clearfix:after{content:"";height:0;clear:both;display:block;visibility:hidden;}
.clearfix{zoom:1;}
/* -- 页面整体布局 -- */
.content{ width:1200px; margin:0 auto;font-family: "Microsoft Yahei";}

.pic{overflow: hidden;font-size: 0;}
.pic img{-webkit-transition:-webkit-transform 0.5s;-moz-transition:-moz-transform 0.5s;-o-transition:-o-transform 0.5s;transition:transform 0.5s;}
.pic img:hover{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);}
.guang{position: relative;overflow: hidden;}
.guang:before {
    content: '';
    cursor: pointer;
    position: absolute;
    left: -120%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    transform: skewx(-25deg);
}
.guang:hover:before {
    left: 120%;
    -moz-transition: 1.2s;
    -o-transition: 1.2s;
    -webkit-transition: 1.2s;
    transition: 1.2s;
}


.tit{font-weight: normal;text-align: center;}
.tit b{display: flex;justify-content: center;align-items: center;font-size: 55px;color: #282828;line-height: 55px;gap: 40px;}
.tit b::before{display: block;width: 163px;height: 6px;content: "";background: url(/images/tit-line1.png) no-repeat;}
.tit b::after{display: block;width: 163px;height: 6px;content: "";background: url(/images/tit-line2.png) no-repeat;}
.tit span{display: block;font-size: 24px;color: #6A6A6A;line-height: 24px;margin-top: 20px;}


/*banner*/
.banner{position: relative;}
.banner li{width: 100%;}
.banner li img{display: block;width: 100%;}
.ban_pg{position: absolute;bottom: 20px;height: 6px;z-index: 10;width: 100%;text-align: center;}
.ban_pg i{display: inline-block;width: 12px;height: 6px;background: #fff;border-radius: 6px;margin: 0 5px;vertical-align: top;box-sizing: border-box;}
.ban_pg i.on{width: 34px;background: #CB241E;}
.banner .prev{position: absolute;font-size: 0;left: 40px;top: 50%;transform: translateY(-50%);z-index: 10;padding: 6px;background: rgba(102,102,102,0.6);border-radius: 50%;cursor: pointer;transition: all 0.3s;}
.banner .next{position: absolute;font-size: 0;right: 40px;top: 50%;transform: translateY(-50%);z-index: 10;padding: 6px;background: rgba(102,102,102,0.6);border-radius: 50%;cursor: pointer;transition: all 0.3s;}
.banner .prev:hover,.banner .next:hover{background: #CB241E;}


/* yinzi */
.yinzi{padding: 140px 0;}
.yz-con{display: flex;justify-content: space-between;}
.yz-left h2{font-size: 48px;color: #000;line-height: 60px;}
.yz-left h2 em{display: block;color: #CB241E;}
.yz-ewm{display: flex;gap: 18px;margin: 40px 0 95px;}
.yz-ewm p{border: 1px solid #ccc;border-radius: 10px;overflow: hidden;padding: 2px;}
.yz-ewm p img{display: block;width: 200px;height: 200px;}
.yz-btn{display: flex;gap: 28px;}
.yz-btn a{display: flex;gap: 8px;align-items: center;font-size: 20px;color: #706D68;font-weight: bold;}
.yz-btn a:nth-child(1){color: #000;}
.yz-line{width: 1px;height: 545px;background: #ccc;opacity: 0.5;}
.yz-right{width: 935px;}
.yz-desc{font-size: 18px;color: #706D68;line-height: 30px;margin-bottom: 38px;}
.yz-sp{display: block;height: 384px;border-radius: 20px;overflow: hidden;}
.yz-sp video{width: 100%;height: 100%;object-fit: cover;}



@media screen and (max-width:1700px){
  .yz-left h2{font-size: 36px;}
  .yz-ewm p img{width: 150px;height: 150px;}
  .yz-btn a{font-size: 18px;}
  .yz-right{width: 720px;}
  .yz-desc{font-size: 15px;}
}



/* pro */
.pro-top{height: 667px;background: url(/images/pro-bg.jpg) no-repeat center 0;padding: 105px 0 0;box-sizing: border-box;}
.pro-top h2{margin-bottom: 60px;}
.pro-top h2 b,.pro-top h2 span{color: #fff;}
.pro-top h2 b::before{background: url(/images/tit-line3.png) no-repeat;}
.pro-top h2 b::after{background: url(/images/tit-line4.png) no-repeat;}
.pro-ctg{display: flex;gap: 30px;}
.pro-ctg dl{width: calc((100% - 30px) / 2);height: 354px;position: relative;}
.pro-ctg dt{border-radius: 20px;overflow: hidden;}
.pro-ctg dt img{display: block;width: 100%;height: 354px;object-fit: cover;}
.pro-ctg dd{position: absolute;left: 45px;top: 40px;}
.pro-ctg dd h3{font-size: 30px;color: #000;line-height: 30px;padding-left: 18px;border-left: 5px solid #CB241E;}
.pro-ctg dd h3 a{color: #000;}
.pro-ctg dl.on::after{position: absolute;width: 41px;height: 16px;content: "";background: url(/images/pro-san.png) no-repeat;left: 50%;bottom: -16px;margin-left: -20px;}
.pro-erji{display: flex;flex-wrap: wrap;gap: 12px;width: 380px;margin-top: 67px;}
.pro-erji a{width: 182px;height: 72px;border: 1px solid #999;border-radius: 10px;box-sizing: border-box;text-align: center;font-weight: bold;display: flex;flex-direction: column;justify-content: center;}
.pro-erji a span{display: block;font-size: 18px;color: #000;line-height: 18px;}
.pro-erji a i{display: block;font-size: 12px;color: #000;line-height: 12px;padding-top: 10px;}
.pro-erji a em{display: block;font-size: 14px;color: #000;line-height: 30px;font-weight: normal;}
.pro-erji2{width: 490px;}
.pro-erji2 a{height: 155px;width: 125px;padding: 35px 0 15px;box-sizing: border-box;justify-content: flex-start;}
.pro-erji2 a i{margin-top: auto;padding-top: 0;}
.pro-erji a:hover{background: #fff;border-color: #fff;}
.pro-erji a:hover i{color: #CB241E;}


.pro-bd ul{display: flex;gap: 1px;}
.pro-bd li{flex: 1;background: #F7F7F7;padding: 70px 0;text-align: center;position: relative;}
.pro-bd li img{display: block;width: 100%;transition: all 0.5s;}
.pro-bd li h4{display: block;font-size: 1.56vw;color: #000;line-height: 1.56vw;font-weight: normal;margin-top: 50px;}
.pro-bd li h4 a{color: #000;}
.pro-bd li .more{display: flex;justify-content: space-between;font-size: .73vw;color: #CB241E;width: 7.81vw;height: 2.6vw;line-height: 2.6vw;border: 1px solid #CB241E;border-radius: 1.3vw;margin: 28px auto 0;padding: 0 1.25vw;box-sizing: border-box;transition: all 0.3s;}
.pro-bd li.on{flex: 1.8;background: #fff;display: flex;justify-content: center;align-items: center;box-shadow: 0 0 20px rgba(203, 36, 30, 0.2);z-index: 10;}
.pro-bd li.on .pro-pic{width: 70%;}
.pro-bd li.on h4{position: absolute;left: 2.6vw;top: 3.65vw;font-size: 1.98vw;line-height: 1.98vw;font-weight: bold;margin-top: 0;}
.pro-bd li.on .more{position: absolute;left: 2.6vw;bottom: 3.65vw;background: #CB241E;color: #fff;}
.pro-bd li .pro-pic:hover img{transform: scale(1.05);}
.pro-bd{padding: 0 0 20px !important;}


@media screen and (max-width:1700px){
  .pro-ctg dd{left: 25px;}
}


.promore{padding: 80px 0 100px;overflow: hidden;}
.promore h2{margin-bottom: 45px;}
.pro-list{position: relative;}  
.pro-list li{float: left;width: calc((100% - 120px) / 4);margin-right: 40px;}
.pro-list li i{display: block;overflow: hidden;border: 1px solid #E4E4E4;}
.pro-list li i img{display: block;width: 100%;transition: all 0.5s;}
.pro-list li i:hover img{transform: scale(1.05);}
.pro-list li span{display: flex;height: 4.69vw;justify-content: space-between;align-items: center;border: 1px solid #E4E4E4;padding: 0 25px;font-size: 1.25vw;color: #000;line-height: 24px;background: #F7F7F7;margin-top: -1px;}
.pro-list li span em{font-size: .73vw;color: #CB241E;font-weight: bold;}
.pro-list li:hover{box-shadow: 0 0 10px rgba(203, 36, 30, 0.2);}
.pro-list li:hover span{background: #fff;}
.pro-list .prev{position: absolute;width: 70px;height: 70px;background: url(/images/pro-prev1.png) no-repeat center;left: -100px;top: 50%;margin-top: -35px;border: 1px solid #CB241E;box-sizing: border-box;border-radius: 8px;transition: all 0.3s;}
.pro-list .next{position: absolute;width: 70px;height: 70px;background: url(/images/pro-next1.png) no-repeat center;right: -100px;top: 50%;margin-top: -35px;border: 1px solid #CB241E;box-sizing: border-box;border-radius: 8px;transition: all 0.3s;}
.pro-list .prev:hover{background: url(/images/pro-prev2.png) no-repeat center #CB241E;}
.pro-list .next:hover{background: url(/images/pro-next2.png) no-repeat center #CB241E;}
.pro-list .tempWrap{width: 100% !important;}
.pro-list ul{padding: 10px 0 !important;}


@media screen and (max-width:1700px){
  .pro-list .prev{width: 50px;height: 50px;left: -70px;margin-top: -25px;}
  .pro-list .next{width: 50px;height: 50px;right: -70px;margin-top: -25px;}
}


/* fea */
.fea{padding: 100px 0;background: #F7F7F7;}
.fea h2{margin-bottom: 70px;}
.fea ul{display: flex;gap: 40px;}
.fea li{flex: 1;}
.fea li i{display: flex;height: 10.42vw;justify-content: center;align-items: center;position: relative;}
.fea li i img:nth-child(1){display: block;width: 6.15vw;height: 6.15vw;border-radius: 50%;box-shadow: 0 0 20px rgba(27, 27, 27, 0.08);}
.fea li i img:nth-child(2){position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(0);transition: all 0.8s;width: 100%;height: 10.42vw;}
.fea li h3{font-size: 24px;color: #282828;line-height: 30px;text-align: center;margin: 35px 0 20px;}
.fea li p{font-size: 14px;color: #666;line-height: 24px;text-align: center;}
.fea li.line{flex: 0 0 1px;height: 400px;background: #ccc;}
.fea li:hover i img:nth-child(2){transform: translate(-50%,-50%) scale(1);}
.fea li:hover h3{color: #CB241E;}


@media screen and (max-width:1700px){
  .fea li.line{height: 350px;}
}



/* case */
.case{padding: 100px 0;overflow: hidden;}
.case h2{margin-bottom: 60px;}
.case-list{position: relative;}
.case-list li{float: left;width: calc((100% - 120px) / 4);margin-right: 40px;border-radius: 12px;overflow: hidden;position: relative;background: #000;}
.case-list li img{display: block;width: 100%;opacity: 0.5;}
.case-list li h3{position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 100%;}
.case-list li h3 span{display: block;font-size: 30px;color: #fff;line-height: 30px;text-align: center;}
.case-list li h3 i{display: block;margin: 30px auto 0;width: 62px;height: 62px;background: url(/images/case-bo.png) no-repeat center;}
.case-list li .video-wrap {  
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 5;
  background: #000;
}
.case-list .prev{position: absolute;width: 70px;height: 70px;background: url(/images/pro-prev1.png) no-repeat center;left: -100px;top: 50%;margin-top: -35px;border: 1px solid #CB241E;box-sizing: border-box;border-radius: 8px;transition: all 0.3s;}
.case-list .next{position: absolute;width: 70px;height: 70px;background: url(/images/pro-next1.png) no-repeat center;right: -100px;top: 50%;margin-top: -35px;border: 1px solid #CB241E;box-sizing: border-box;border-radius: 8px;transition: all 0.3s;}
.case-list .prev:hover{background: url(/images/pro-prev2.png) no-repeat center #CB241E;}
.case-list .next:hover{background: url(/images/pro-next2.png) no-repeat center #CB241E;}
.case-list .tempWrap{width: 100% !important;}


@media screen and (max-width:1700px){
  .case-list .prev{width: 50px;height: 50px;left: -70px;margin-top: -25px;}
  .case-list .next{width: 50px;height: 50px;right: -70px;margin-top: -25px;}
}




/* dingz */
.dingz{padding: 155px 0 60px;background: url(/images/dz-bg.jpg) no-repeat center 0;}
.dingz h2{margin-bottom: 150px;}
.dingz h2 b,.dingz h2 span{color: #fff;}
.dingz ul{display: flex;gap: 20px;}
.dingz li{width: calc((100% - 40px) / 3);height: 500px;text-align: center;background: #fff;box-shadow: 0 0 20px rgba(203, 36, 30, 0.2);transition: all 0.5s;}
.dingz li i{display: block;height: 62px;overflow: hidden;margin: 65px 0 50px;}
.dingz li i img{display: block;margin: 0 auto;transition: all 0.5s;}
.dingz li h3{font-size: 28px;color: #2A2A2A;line-height: 28px;padding-bottom: 48px;position: relative;transition: all 0.3s;}
.dingz li h3::after{position: absolute;left: 50%;width: 56px;height: 3px;background: #CB241E;bottom: 0;margin-left: -28px;content: "";transition: all 0.3s;}
.dingz li p{font-size: 16px;color: #2A2A2A;line-height: 30px;padding: 0 3.65vw;margin-top: 38px;transition: all 0.3s;}
.dingz li:hover{background: #CB241E;transform: translateY(-30px);}
.dingz li:hover i img{transform: translateY(-100%);}
.dingz li:hover h3{color: #fff;}
.dingz li:hover h3::after{background: #fff;}
.dingz li:hover p{color: #fff;}


@media screen and (max-width:1700px){
  .dingz li p{font-size: 14px;padding: 0 2.5vw;}
}



/* yous */
.yous{padding: 60px 0 0;}
.yous h2{margin-bottom: 60px;}
.ys-con{display: flex;}
.ys-left{width: 29%;}
.ys-left ul{height: 100%;display: flex;flex-direction: column;gap: 1px;}
.ys-left li{flex: 1;background: #CB241E;display: flex;justify-content: center;align-items: center;gap: 12px;}
.ys-left li i{display: block;height: 40px;overflow: hidden;}
.ys-left li i img{display: block;transition: all 0.5s;}
.ys-left li span{font-size: 1.56vw;color: #fff;line-height: 30px;}
.ys-left li.on{background: url(/images/ys-k.png) no-repeat;background-size: 100% 100%;}
.ys-left li.on i img{transform: translateY(-100%);}
.ys-left li.on span{color: #000;font-weight: bold;}


.ys-right{width: 71%;position: relative;}
.ys-bd dl{position: relative;}
.ys-bd dt img{display: block;width: 100%;}
.ys-bd dd{position: absolute;left: 0;bottom: 0;width: 100%;height: 25%;background: rgba(0,0,0,0.67);display: flex;align-items: center;padding: 0 12.5vw 0 4.69vw;box-sizing: border-box;}
.ys-bd dd h3{font-size: 1.56vw;color: #fff;line-height: 2.19vw;padding-right: 3.65vw;border-right: 1px solid #fff;margin-right: 25px;}
.ys-bd dd .ys-desc{font-size: .94vw;color: #fff;line-height: 1.46vw;}
.ys-right .prev{position: absolute;width: 3.65vw;height: 3.65vw;background: url(/images/pro-prev1.png) no-repeat center #fff;right: 8.5rem;bottom: 3.13vw;border: 1px solid #CB241E;box-sizing: border-box;border-radius: 8px;transition: all 0.3s;}
.ys-right .next{position: absolute;width: 3.65vw;height: 3.65vw;background: url(/images/pro-next1.png) no-repeat center #fff;right: 4.17vw;bottom: 3.13vw;border: 1px solid #CB241E;box-sizing: border-box;border-radius: 8px;transition: all 0.3s;}
.ys-right .prev:hover{background: url(/images/pro-prev2.png) no-repeat center #CB241E;}
.ys-right .next:hover{background: url(/images/pro-next2.png) no-repeat center #CB241E;}



/*news*/
.news{padding: 100px 0;}
.news h2{margin-bottom: 60px;}
.news-tj{display: flex;justify-content: space-between;gap: 20px;}
.news-tj dt{width: 927px;border-radius: 15px;overflow: hidden;position: relative;}
.news-tj dt img{display: block;width: 100%;height: 440px;object-fit: cover;}
.news-tj dt span{position: absolute;left: 0;bottom: 0;width: 100%;height: 80px;background: rgba(0,0,0,0.5);padding: 0 30px;box-sizing: border-box;display: flex;justify-content: space-between;align-items: center;font-size: 22px;color: #fff;}
.news-tj dt span i{font-size: 16px;}
.news-tj dd{width: 653px;background: #F7F7F7;border-radius: 15px;padding: 50px 45px 0;box-sizing: border-box;}
.news-tj dd i{display: block;font-size: 16px;color: #000;line-height: 16px;}
.news-tj dd h4 a{display: block;font-size: 22px;color: #000;line-height: 30px;font-weight: normal;margin: 15px 0 65px;}
.news-tj dd p{font-size: 16px;color: #000;line-height: 28px;}
.news-tj dd .more{display: flex;justify-content: space-between;align-items: center;font-size: .73vw;color: #CB241E;width: 7.81vw;height: 2.6vw;line-height: 2.6vw;border: 1px solid #CB241E;border-radius: 1.3vw;margin: 55px 0 0;padding: 0 1.25vw;box-sizing: border-box;transition: all 0.3s;}
.news-tj dd .more:hover{background: #CB241E;color: #fff;}
.news ul{display: flex;gap: 20px;margin-top: 20px;}
.news li{width: calc((100% - 40px) / 3);height: 238px;background: #F7F7F7;border-radius: 10px;padding: 30px 30px 0;box-sizing: border-box;transition: all 0.3s;}
.news li i{display: block;font-size: 16px;color: #000;line-height: 16px;}
.news li h4 a{display: block;font-size: 22px;color: #000;line-height: 30px;font-weight: normal;margin: 18px 0 25px;}
.news li .more{display: flex;justify-content: space-between;align-items: center;font-size: .73vw;color: #CB241E;width: 7.81vw;height: 2.6vw;line-height: 2.6vw;border: 1px solid #CB241E;border-radius: 1.3vw;padding: 0 1.25vw;box-sizing: border-box;transition: all 0.3s;}
.news li:hover{box-shadow: 0 0 20px rgba(203, 36, 30, 0.2);background: #fff;}
.news li:hover .more{background: #CB241E;color: #fff;}


@media screen and (max-width:1700px){
  .news-tj dd h4 a{font-size: 18px;}
  .news-tj dd p{font-size: 15px;}
  .news li h4 a{font-size: 18px;}
}




/*abt*/
.abt{padding: 110px 0 40px;background: url(/images/abt-bg.jpg) no-repeat center 0 #f7f7f7;}
.abt h2{text-align: center;font-size: 0;}
.abt h3{font-size: 42px;color: #fff;line-height: 42px;text-align: center;position: relative;margin: 75px 0 0;}
.abt h3::after{content: '';display: block;width: 50px;height: 4px;background: #fff;position: absolute;left:50%;bottom: 0;margin-left: -25px;}
.abt h3 i{display: block;font-size: 18px;line-height: 18px;font-weight: normal;padding: 20px 0 30px;}
.abt .abt-desc{font-size: 18px;color: #F7F7F7;line-height: 34px;text-align: center;padding: 0 8.33vw;margin-top: 20px;}
.qyfc{margin-top: 70px;padding: 40px;background: #fff;position: relative;}
.qyfc li{float: left;width: calc((100% - 75px) / 4);margin-right: 25px;}
.qyfc li img{display: block;width: 100%;transition: all 0.5s;}
.qyfc li:hover img{transform: scale(1.05);}
.qyfc .prev{position: absolute;width: 3.65vw;height: 3.65vw;background: url(/images/pro-prev1.png) no-repeat center #fff;left: -5vw;top: 6.77vw;border: 1px solid #CB241E;box-sizing: border-box;border-radius: 8px;transition: all 0.3s;}
.qyfc .next{position: absolute;width: 3.65vw;height: 3.65vw;background: url(/images/pro-next1.png) no-repeat center #fff;right: -5vw;top: 6.77vw;border: 1px solid #CB241E;box-sizing: border-box;border-radius: 8px;transition: all 0.3s;}
.qyfc .prev:hover{background: url(/images/pro-prev2.png) no-repeat center #CB241E;}
.qyfc .next:hover{background: url(/images/pro-next2.png) no-repeat center #CB241E;}



@media screen and (max-width:1700px){
  
}





























html {font-size: 10px;-webkit-text-size-adjust: none;}
@media screen and (min-width: 1200px) {html {font-size: 12.5px;}}
@media screen and (min-width: 1280px) {html {font-size: 13.33px;}}
@media screen and (min-width: 1366px) {html {font-size: 14.22px;}}
@media screen and (min-width: 1440px) {html {font-size: 15px;}}
@media screen and (min-width: 1600px) {html {font-size: 16.66px;}}
@media screen and (min-width: 1920px) {html {font-size: 20px;}}


/**/
@-webkit-keyframes shake {
    from,
    to {
      -webkit-transform: translate3d(0, 0, 0);
    }
    20%,
    60% {
      -webkit-transform: translate3d(-10px, 0, 0);
    }
    40%,
    80% {
      -webkit-transform: translate3d(10px, 0, 0);
    }
  }
  @keyframes shake {
    from,
    to {
      transform: translate3d(0, 0, 0);
    }
    20%,
    60% {
      transform: translate3d(-10px, 0, 0);
    }
    40%,
    80% {
      transform: translate3d(10px, 0, 0);
    }
  }
  /*图标抖动*/
  @-webkit-keyframes hvr-buzz-out {
    10% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    20% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    30% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    40% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    50% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    60% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    70% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    80% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    90% {
      -webkit-transform: translateX(1px) rotate(0);
      transform: translateX(1px) rotate(0);
    }
    100% {
      -webkit-transform: translateX(-1px) rotate(0);
      transform: translateX(-1px) rotate(0);
    }
  }
  @keyframes hvr-buzz-out {
    10% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    20% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    30% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    40% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    50% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    60% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    70% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    80% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    90% {
      -webkit-transform: translateX(1px) rotate(0);
      transform: translateX(1px) rotate(0);
    }
    100% {
      -webkit-transform: translateX(-1px) rotate(0);
      transform: translateX(-1px) rotate(0);
    }
  }
  

