/* 清除内外边距 */
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,button, input, select, textarea {font: 14px/22px '思源黑体',"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB",Arial,sans-serif; color: #666;}

* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; color:#910800;}

/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}

/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

/*字体大小*/
.clear{clear: both;height: 0;}
.blk-main .clearlist{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}


/*表单弹框*/
.nsw-modal {
	width: 100%;
	height: 100%;
	background: rgba(225, 225, 225, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.modal-dialog {
	position: fixed;
	color: #000000;
	top: 150px;
	width: 400px;
	border-radius: 3px;
	min-height: 155px;
	overflow: hidden;
	z-index: 99998;
	margin-left: -200px;
	left: 50%;
}

.modal-dialog .css-icon {
	background-image: url("../images/modal-icons.png");
}

.modal-dialog .modal-head {
	height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	background: #F6EFEF;
	font-size: 14px;
}

.modal-dialog .modal-head .modal-logo {
	width: 15px;
	height: 15px;
	background-position: 1px 0px;
	margin: 8px 5px 0 0;
	float: left;
}

.modal-dialog .modal-head .close {
	float: right;
	width: 15px;
	height: 15px;
	background-position: -14px 0px;
	margin-top: 8px;
}

.modal-dialog .modal-body {
	width: 100%;
	min-height: 125px;
	background: #ffffff;
}

.modal-dialog .modal-body .modal-body-left {
	width: 140px;
	float: left;
}

.modal-dialog .modal-body .modal-body-left .icon {
	width: 64px;
	height: 64px;
	margin: 30px 0 0 48px;
}

.modal-dialog .modal-body .modal-body-left .success-message {
	background-position: 0px -14px;
}

.modal-dialog .modal-body .modal-body-left .warming-message {
	background-position: 0px -78px;
}

.modal-dialog .modal-body .modal-body-right {
	width: 260px;
	float: right;
	padding-top: 20px;
}

.modal-dialog .modal-body .modal-body-right .close-btn {
	color: #000;
	text-align: center;
	width: 90px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: #818079;
}

.modal-dialog .modal-body .modal-body-right p {
	line-height: 30px;}


/**/
body{min-width: 1200px;max-width: 2220px;margin: 0 auto;width: 100%;}
.content{ width:1200px; margin:0 auto;}

/**/
.guide{height: 770px;padding-top: 138px;background: url(../images/yinz_bg.jpg) no-repeat center 0;overflow: hidden;}
.gui_con{height: 620px;position: relative;z-index: 1;}
.gui_l{width: 100%;padding: 1px 0 0 0px;}
.gui_l h5{font-size: 44px;color: #333;height: 50px;line-height: 50px;overflow: hidden;text-align: center;font-weight:400;}
.gui_l p{font-size: 22px;color: #666;line-height: 36px;padding: 58px 0 0;height: 182px;overflow: hidden;font-weight:300;text-align: center;}
.gui_l p i{display: block;}
.gui_l ul{padding: 40px 0 0;}
.gui_l ul li{width: 180px;height: 150px; padding: 35px 0 0; background: #f1f1f1;float: left;position: relative;margin-right: 13px;-webkit-transition:transform .3s;transition:transform .3s;}
.gui_l ul li span{text-align:center; width: 150px;margin: 0 auto; font-size: 18px;color: #666;line-height: 30px;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:4; overflow: hidden; text-overflow: ellipsis; }
.gui_l ul li b{color: #28b0a4;}
.gui_l ul li:hover{-webkit-transform:translate(0,-10px);transform:translate(0,-10px);}
.ball-scale-multiple {cursor: pointer;position: absolute;bottom: -15px;left: calc(50% - 15px);
  z-index: 10;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px); }
  .ball-scale-multiple > div:nth-child(2) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; }
  .ball-scale-multiple > div:nth-child(3) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s; }
  .ball-scale-multiple > div {
    background-color: #28b0a4;
	border: #fff 3px solid;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
            animation: ball-scale-multiple 1s 0s linear infinite; }
.gui_r{width: 290px;height: 520px;line-height: 0;overflow: hidden;margin-right: 125px;}
.gui_r img{width: 290px;height: 520px;}
.gui_r img,.news_r img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.gui_r img:hover,.news_r img:hover
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}

/*基地*/
.base_con{height: 824px;padding-top: 81px;background: url(../images/base_bg.jpg) no-repeat center 0;overflow: hidden;}
.base_l{width: 500px;padding: 60px 0 0;}
.base_l em{width: 460px;height: 180px;display: block;line-height: 0;overflow: hidden;}
.base_l em img{width: 460px;height: 180px;}
.base_l h5{line-height: 50px;height: 100px;overflow: hidden;padding: 30px 0 0;}
.base_l h5 a{font-size: 42px;color: #333;font-weight: normal;}
.base_l h5 i{display: block;}
.base_l span{display: block;font-size: 18px;color: #333;height: 30px;line-height: 30px;overflow: hidden;padding: 20px 0 170px;}
.base_btn{display: block;width: 122px;text-align: center;height: 35px;line-height: 35px;background: #28b0a4;overflow: hidden;font-size: 15px;color: #fff;}
.base_btn:hover{animation:shake .9s linear;-webkit-animation:shake .9s linear;color: #fff;}
.base_r{width: 406px;}
.base01{width: 406px;height: 149px;padding-top: 40px;position: relative;overflow: hidden;}
.base_dl01{width: 356px;padding: 0 0 0 50px;}
.base_dl01 dt{font-size: 22px;color: #333;height: 36px;line-height: 36px;overflow: hidden;}
.base_dl01 dd{font-size: 15px;color: #666;}
.base_dl01 dd p{line-height: 26px;position: relative;padding-left: 15px;}
.base_dl01 dd p i{display: block;}
.base_dl01 dd p:before{content: "";width: 5px;height: 5px;background: #dcdcdc;position: absolute;top: 10px;left: 0;border-radius: 50%;}
.base_dl02{width: 406px;height: 92px;position: absolute;top: -100px;left: 0;z-index: 1;padding: 8px 0 0;-webkit-transition:all .5s;transition:all .5s;}
.base_dl02:before{content: "";width: 365px;height: 100px;background: #eee;position: absolute;top: 0;right: 0;z-index: -1;}
.base_dl02:after{content: "";width: 5px;height: 5px;background: #fff;position: absolute;top: calc(50% - 8px);left: 0;border-radius: 50%;border: #28b0a4 5px solid;}
.base_dl02 dt{width: 103px;height: 83px;float: left;line-height: 0;overflow: hidden;margin: 0 0 0 51px;position: relative;}
.base_dl02 dt img{width: 103px;height: 83px;}
.base_dl02 dt em{width: 103px;height: 83px;display: block;position: absolute;top: 0;left: 0;background: url(../images/video_ico.png) no-repeat center;background-size: 30px 30px;cursor: pointer;}
.base_dl02 dd{width: 230px;float: right;}
.base_dl02 dd h5{font-size: 18px;color: #333;height: 32px;line-height: 32px;overflow: hidden;}
.base_dl02 dd p{font-size: 15px;color: #666;line-height: 24px;}
.base01:hover .base_dl02,.base01.cur .base_dl02{top: 40px;}

/*平台*/
.platform{height: 774px;padding-top: 134px;background: url(../images/platform_bg.jpg) no-repeat center 0;overflow: hidden;}
.plat_tit{font-size: 42px;color: #fff;font-weight: normal;height: 135px;line-height: 55px;position: relative;width: 550px;}
.plat_tit:before,.team_tit:before{content: "";width: 30px;height: 5px;background: #28b0a4;position: absolute;bottom: 0;left: 0;-webkit-transition:all .5s;transition:all .5s;}
.plat_tit span{display: block;font-size: 18px;}
.plat_tit:hover:before,.team_tit:hover:before{width: 50px;}
.plat_m{padding: 45px 0 0;width: 800px;}
.platform dl{width: 320px;height: 100px;float: left;margin-bottom: 30px;background: #fff;margin-right: 30px;border-radius: 15px;padding: 30px 0 0 40px;}
.platform dl dt{width: 72px;height: 72px;line-height: 0;float: left; transition: all 0.3s ease-in-out 0s;}
.platform dl dt img{width: 72px;height: 72px;}
.platform dl:hover dt{ transform: rotateY(180deg);}
.platform dl dd{padding: 0 0 0 15px;width: 200px;float: left;}
.platform dl dd h5{height: 36px;line-height: 36px;overflow: hidden;font-size: 24px;color: #333;padding-top:15px;}
.platform dl dd p{font-size: 15px;color: #666;line-height: 30px;height: 30px;overflow: hidden;}
.platform dl {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.platform dl:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #28b0a4;
  height: 6px;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.platform dl:hover:before, .platform dl.cur:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.platform dl:hover, .platform dl.cur{box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);}

/*流程*/
.process{height: 736px;padding-top: 152px;background: url(../images/process_bg.jpg) no-repeat center 0;overflow: hidden;}
.process_l{width: 600px;}
.process_tit{font-size: 42px;color: #333;font-weight: normal;height: 218px;line-height: 50px;}
.process_tit span{display: block;}
.process_tit i{display: block;font-size: 18px;padding: 15px 0 0;}
.process_l ul{width: 600px;height: 412px;margin-left: -50px;background: url(../images/process_k05.png) no-repeat 185px 42px;}
.process_l ul li{text-align: center;float: left;position: relative;height: 206px;width: 200px;}
.process_l ul li img{width: 94px;height: 94px;}
.process_l ul li em,.process_l ul li b{display: block;width: 94px;height: 94px;line-height: 0;}
.process_l ul li b{margin: 0 auto;
-webkit-transition: -webkit-transform 0.5s ease-out;
-moz-transition: -moz-transform 0.5s ease-out;
-o-transition: -o-transform 0.5s ease-out;
-ms-transition: -ms-transform 0.5s ease-out;}
.process_l ul li:hover b {
-webkit-transform: rotateZ(360deg);
-moz-transform: rotateZ(360deg);
-o-transform: rotateZ(360deg);
-ms-transform: rotateZ(360deg);
transform: rotateZ(360deg);
}
.process_l ul li em{position: absolute;top: 0;left: calc(50% - 47px);}
.process_l ul li span{display: block;font-size: 16px;color: #333;line-height: 22px;padding: 15px 0 0;}
.process_l ul li i{display: block;font-size: 14px;color: #bcbcbc; font-family:Arial, Helvetica, sans-serif;text-transform:capitalize;}
.process_r{width: 600px;height: 570px;}
.process_r ul li{width: 300px;height: 285px;float: left;position: relative;line-height: 0;}
.process_r ul li img{width: 300px;height: 285px;}
.process_r ul li b{display: block;font-size: 24px;color: #fff;width: 100%;text-align: center;position: absolute;top: 125px;left: 0;line-height: 30px;}
.process_r ul li i{display: block;font-weight: normal;font-size: 14px; font-family:Arial, Helvetica, sans-serif;text-transform: uppercase;}
.process_r ul li b {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.process_r ul li:hover b {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/**/
.four{width: 100%;position: relative;height: 54rem;}
.four_pic{width: 100%;height: 54rem;line-height: 0;position: absolute;top: 0;left: 0;z-index:1;}
.four_pic img{display: block;width: 100%;height: 100%;}
.four_tit{font-size: 42px;color: #fff;font-weight: normal;height: 100px;line-height: 50px;width: 100%;text-align: center;position: absolute;top: 110px;left: 0;z-index: 5;}
.four_tit a{font-size: 42px;color: #fff;}
.four_tit span{display: block;font-size: 18px;}
.four dl{width: 25%;height: 36.6rem;padding-top: 17.4rem;float: left;position: relative;z-index: 3;overflow:hidden;}
.four dl:before{content: "";width: 0;height: 100%;background: rgba(0,71,130,0.8);position: absolute;top: 0;left: 0;-webkit-transition:all .5s;transition:all .5s;z-index: -1;}
.four dl:after{content: "";width: 1px;height: 100%;background: rgba(255,255,255,0.2);position: absolute;top: 0;right: 0;}
.four dl dt{width: 2.25rem;height: 2.25rem;line-height: 0;margin: 0 auto;}
.four dl dt img{width: 2.25rem;height: 2.25rem;}
.four dl dd{width: 76%;margin: 0 auto;text-align: center;padding: 2rem 0 0;}
.four dl dd h5{font-size: 1.3rem;color: #fff;height: 2.5rem;line-height: 2.5rem;overflow: hidden;}
.four dl dd p{font-size: 0.8rem;color: #fff;line-height: 1.4rem;padding: 0.8rem 0 0;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3; overflow: hidden; text-overflow: ellipsis; }
.four dl dd i{ font-family: "DINOT";font-size: 1.5rem;color: #fff;font-weight: bold;height: 2rem;line-height: 2rem;width: 100%;text-align: center;position: absolute;bottom: 2.5rem;left: 0;}
.four dl:hover:before,.four dl.cur:before{width: 100%;}


.four ul,.four_cp{width: 75%;height: 13.5rem;padding-top: 1rem;position: absolute;bottom: -15rem;left: 12.5%;-webkit-transition:all .5s;transition:all .5s;}
.four ul:before,.four_cp:before{content: "";width: 84%;height: 1px;position: absolute;bottom: 0;left: 8%;border-bottom: rgba(238,238,238,0.2) 1px dashed;}
.four ul:after,.four_cp:after{content: "";width: 84%;height: 1px;position: absolute;top: 0;left: 8%;border-bottom: rgba(238,238,238,0.2) 1px dashed;}
.four ul li{width: 49.33%;float: left;text-align: center;height: 6.6rem;-webkit-transition:transform .3s;transition:transform .3s;}
.four ul li em{display: block;width: 3.3rem;line-height: 3.3rem;line-height: 0;border-radius: 50%;margin: 0 auto;}
.four ul li img,.four_cp img{border-radius: 50%;display: block;width: 100%;}
.four ul li span,.four_cp span{display: block;font-size: 0.7rem;color: #fff;line-height: 1.2rem;height: 2.5rem;padding-top: 0.5rem;}
.four ul li b{display: block;font-weight: normal;}
.four ul li:hover,.four_cp02 a:hover{-webkit-transform:translate(0,-5px);transform:translate(0,-5px);}
.four dl:hover ul,.four dl:hover .four_cp,.four dl.cur ul,.four dl.cur .four_cp{bottom: 5rem;}

.four_cp a{width: 100%;display: block;text-align: center;-webkit-transition:transform .3s;transition:transform .3s;padding-top: 2.1rem;-webkit-transition:transform .3s;transition:transform .3s;}
.four_cp em{display: block;width: 4.1rem;line-height: 4.1rem;line-height: 0;border-radius: 50%;margin: 0 auto;}
.four_cp span{line-height: 2rem;height: 2rem;}

.four_cp02 a{width:50%;float:left;}
.four_cp02 a:first-child{width:60%;}
.four_cp02 a:nth-child(2){width:40%;}

/*研发团队*/
.team{height: 620px;padding-top: 183px;background: url(../images/team_bg.jpg) no-repeat center 0;overflow: hidden;}
.team_l{width: 500px;}
.team_tit{font-size: 42px;color: #333;font-weight: normal;height: 195px;position: relative;}
.team_tit em{width: 450px;height: 82px;display: block;line-height: 0;}
.team_tit em img{width: 450px;height: 82px;}
.team_tit i{display: block;height: 60px;line-height: 60px;padding: 10px 0 0;}
.team_desc{font-size: 15px;color: #666;line-height: 30px;padding: 30px 0 70px;}

/*广告条*/
.ban01{height: 900px;background: url(../images/ban01.jpg) no-repeat center 0;overflow: hidden;}
.ban01_r{font-size: 24px;color: #fff;width: 420px;text-align: center;padding: 85px 0 0;line-height: 60px;}
.ban01_r b{display: block;font-size: 42px;}
.ban01_r .base_btn{margin: 15px auto 0;}

/**/
.news{padding: 130px 0;}
.news_tit{height: 130px;}
.news_tit h5{float: left;line-height: 44px;}
.news_tit h5 a{font-size: 42px;color: #333;font-weight: normal;}
.news_tit h5 a:hover{color: #28b0a4;}
.news_tit h5 span{display: block;font-size: 18px;text-transform: uppercase; font-family:Arial, Helvetica, sans-serif;}
.news_tit ul{float: right;}
.news_tit ul li{float: left;margin-left: 40px;position: relative;height: 75px;line-height: 75px;overflow: hidden;}
.news_tit ul li a{font-size: 18px;color: #333;font-weight: bold;padding-left: 20px;}
.news_tit ul li:hover:after,.news_tit ul li.cur:after{content: "";width: 5px;height: 5px;background: #fff;position: absolute;top: calc(50% - 5px);left: 0;border-radius: 50%;border: #28b0a4 3px solid;}
.news_tit ul li:hover a,.news_tit ul li.cur a{color: #28b0a4;font-weight: bold;}

.news01{width: 867px;height: 333px;}
.news_l{width: 231px;height: 333px;background: #f5f5f5;}
.news_l ul li{width: 231px;height: 111px;position: relative; overflow:hidden;}
.news_l ul li:before{content: "";width: 100%;height: 1px;background: #dadada;position: absolute;bottom: 0;left: 0;}
.news_l ul li:after{content: "";width: 0;height: 2px;background: #28b0a4;position: absolute;bottom: 0;left: 0;-webkit-transition:all .5s;transition:all .5s;z-index: 1;}
.news_l ul li:last-child:before{background: none;}
.news_l ul li:first-child a{padding-top: 4px;}
.news_l ul li a{display: block;font-size: 13px;color: #333;line-height: 26px;padding: 4px 0 0 30px;width: 168px;}
.news_l ul li:hover:after,.news_l ul li.on:after{width: 100%;}
.news_l ul li:hover a,.news_l ul li.on a{background: url(../images/news_ico01.png) no-repeat right 65px;}
.news_r{width: 636px;height: 333px;line-height: 0;overflow: hidden;}
.news_r a{display: block;}
.news_r img{width: 636px;height: 333px;}

.news02{width: 333px;height: 333px;background: #f5f5f5;}
.news02 dl dt{width: 270px;margin: 0 auto;padding: 25px 0 0;height: 141px;}
.news02 dl dt a{display: block;color: #333;}
.news02 dl dt h5{font-size: 15px;height: 46px;line-height: 22px;white-space:pre-wrap; overflow:hidden; text-overflow:ellipsis;font-weight: normal;}
.news02 dl dt p{padding-top: 5px;font-size: 14px;color: #666;line-height: 26px;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3;  overflow: hidden; text-overflow: ellipsis; }
.news02 dl dt a:hover,.news_list a:hover{color: #28b0a4;}
.news02 dl dd{width: 333px;height: 187px;position: relative;line-height: 0;overflow: hidden;}
.news02 dl dd img{width: 333px;height: 187px;}
.news02 dl dd em{width: 333px;height: 187px;display: block;position: absolute;top: 0;left: 0;background:rgba(0,0,0,0.5) url(../images/video_ico.png) no-repeat center;cursor: pointer;}

.news03{width: 1138px;height: 230px;border: #d9d9d9 1px dashed;padding: 20px 30px 0;margin-top: 50px;}
.news03_m{width: 1138px;overflow: hidden;}
.news_list{width: 580px;}
.news_list a{display: block;width: 500px;height: 110px;color: #333;}
.news03 dl dt{font-size: 15px;height: 30px;line-height: 30px;position: relative;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;padding-left: 15px;}
.news03 dl dt:before{content: "";width: 5px;height: 5px;background: #28b0a4;position: absolute;top: calc(50% - 2px);left: 0;border-radius: 50%;}
.news03 dl dd{font-size: 14px;color: #999;line-height: 26px;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2;  overflow: hidden; text-overflow: ellipsis; padding:5px 0 0 15px;}

/*友情链接*/
.f_link{height: 64px;line-height: 64px;overflow: hidden;margin: -64px 0 0 490px;width: 710px;position: relative;z-index: 2;}
.f_link b{display: block;float: left;font-size: 14px;color: rgba(255,255,255,0.5);width: 80px;font-weight: normal;}
.f_link p{font-size: 14px;color: rgba(255,255,255,0.5);float: left;width: 630px;}
.f_link p a{font-size: 14px;color: rgba(255,255,255,0.5); padding:0 10px 0 0;}
.f_link p a:hover{color: #fff;}


/**/
@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }

  5% {
    opacity: 1; }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }

  5% {
    opacity: 1; }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

/**/
@-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);
  }
}