@charset "utf-8";

/* CSS Document */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 100%;
    outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0px;
}

body {
    font: 16px/1.8 "syhtN";
    margin: 0 auto;
    color: #666;
    background-color: #fff;
    overflow: hidden
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}
html::-webkit-scrollbar {
    width: 8px;
    background: none;
}

html::-webkit-scrollbar-thumb {
    width: 8px;
    background: #e63039;
}

html::-webkit-scrollbar-corner {
    background: none;
}

html::-webkit-scrollbar:horizontal {
    height: 9px;
}



@media screen and (min-width: 322px) {
    html {
        font-size: 16.7777px;
    }
}

@media screen and (min-width: 760px) {
    html {
        font-size: 39.5833px;
    }
}

@media screen and (min-width: 1024px) {
    html {
        font-size: 53.3333px;
    }
}

@media screen and (min-width: 1280px) {
    html {
        font-size: 66.6666px;
    }
}

@media screen and (min-width: 1440px) {
    html {
        font-size: 75px;
    }
}

@media screen and (min-width: 1680px) {
    html {
        font-size: 85.7778px;
    }
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width: 2560px) {
    html {
        font-size: 138.02px;
    }
}

@media screen and (min-width: 3200px) {
    html {
        font-size: 166.6666px;
    }
}

@media screen and (min-width: 3840px) {
    html {
        font-size: 200px;
    }
}

@font-face {
    font-family: 'syhtB';
    src: url(../font/SOURCEHANSANSCN-BOLD.OTF);
}

@font-face {
    font-family: 'syhtN';
    src: url(../font/SOURCEHANSANSCN-NORMAL.OTF);
}
ul,
ol,
li {
    list-style: outside none none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #e63039;
}

img {
    border: none;
    max-width: 100%;
}
ul{
	zoom: 1;
}
ul:after{
	display: block;
	content: '';
	clear: both;
}

.clear:after{
    content: "";
    clear: both;
    display: block;
}

.w89{
	width: 89.48%;
	margin: 0 auto;
}
.w81{
	width: 81.25%;
	margin: 0 auto;
}


/* top */
.header{
	width: 100%;
	/*border-bottom: 1px solid rgba(255,255,255,0.5);*/
	background: linear-gradient(to bottom,rgba(0,0,0,0.77),rgba(0,0,0,0));
	background: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.77),rgba(0,0,0,0));
	background: -moz-linear-gradient(to bottom,rgba(0,0,0,0.77),rgba(0,0,0,0));
	background: -o-linear-gradient(to bottom,rgba(0,0,0,0.77),rgba(0,0,0,0));
	background: -ms-linear-gradient(to bottom,rgba(0,0,0,0.77),rgba(0,0,0,0));
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	transition-duration: 0.3s;
}
.header:after{
	display: block;
	content: '';
	width: 100%;
	height: 0.01rem;
	background: rgba(255,255,255,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.header.fixed{
	/*background: rgba(0,0,0,0.3);*/
	background: #fff;
}
.header .w89{
	zoom: 1;
}
.header .w89:after{
	display: block;
	content: '';
	clear: both;
}
.header-logo{
	float: left;
	width: 1.5465rem;
	margin-top: 0.3rem;
}
.header-logo img{
	width: 100%;
}
.logo-w{
	display: block;
}
.logo-b{
	display: none;
}
.fixed .logo-w{
	display: none;
}
.fixed .logo-b{
	display: block;
}
.header-menu{
	float: left;
	margin-left: 0.5rem;
}
.header-menu ul{
	display: flex;
}
.header-menu ul li{
	font-size: 0.2rem;
	color: #fff;
	line-height: 1.26rem;
	margin-right: 0.34rem;
	white-space: nowrap;
}
.header-menu ul li:last-child{
	margin-right: 0;
}
.header-menu ul li a{
	color: #fff;
}
.fixed .header-menu ul li a{
	color: #333;
}
.down-nav{
	display: none;
	width: 100%;
	position: absolute;
	top: 1.25rem;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
}
.down-bg{
	border-top: 1px solid #e1e1e1;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 1.25rem;
	left: 0;
	z-index: 5;
	transition-duration: 0.3s;
}
.max{
	z-index: 20 !important;
}
.max .down-nav{
	opacity: 1 !important;
	visibility: visible !important;
	z-index: 30 !important;
}
.max .down-bg{
	z-index: 25 !important;
}
.addH{
	height: 0.74rem !important;
}
.addM{
	height: 1.94rem !important;
}
.fixed .down-nav{
	/*background: #fff;*/
}
.fixed .down-bg{
	background: #fff;
}

/*.header-menu ul li:hover .down-nav{
	height: 0.66rem;
}
.header-menu ul li:hover .down-bg{
	height: 0.66rem;
}*/
.down-nav dl{
	display: flex;
}
.down-nav dl dd{
	font-size: 0.16rem;
	color: #fff;
	line-height: 0.66rem;
	padding-bottom: 0.05rem;
	margin-right: 0.4rem;
	position: relative;
}
.down-nav dl dd:after{
	display: block;
	content: '';
	width: 0%;
	height: 0.02rem;
	background: #fff;
	left: 0;
	bottom: 0;
	transition-duration: 0.5s;
}
.fixed .down-nav dl dd:after{
	background: #333;
}
.down-nav dl dd:hover:after{
	width: 100%;
}
.down-nav dl dd:last-child{
	margin-right: 0;
}
.down-nav dl dd a{
	padding-left: 0.2rem;
	line-height: 0.4rem;
	position: relative;
}
.down-nav dl dd a:before{
	display: block;
	content: '';
	width: 0.14rem;
	height: 0.09rem;
	background: url(../images/yy-icon.png) no-repeat;
	background-size: 100% 100%;
	transform: rotateZ(270deg);
	position: absolute;
	left: 0;
	top: 0.04rem;
}
.fixed .down-nav dl dd a:before{
	background: url(../images/yy-icon-b.png) no-repeat;
	background-size: 100% 100%;
}
.header-menu ul li:nth-child(3) .down-nav dl dd:nth-child(1):hover .down-bg{
	height: 1rem;
}
.header-menu ul li:nth-child(3) .down-nav dl dd:nth-child(1):hover .down-nav{
	height: 1rem;
}
.three-menu{
	display: none;
	width: 100%;
	position: absolute;
	top: 100%;
}
.three-menu a{
	display: block;
	font-size: 0.14rem;
}
.three-menu a:hover{
	color: #d0111b !important;
}
.three-menu a:before{
	width: 0.1rem !important;
	height: 0.05rem !important;
	top: 0.17rem !important;
	left: 0.05rem !important;
}

.header-fr{
	float: right;
	display: flex;
	margin-top: 0.43rem;
}
.header-fr>div{
	margin-left: 0.25rem;
}
.header-fr>div:first-child{
	margin-left: 0;
}
.header-download{
	position: relative;
}
.header-download:after{
	display: block;
	content: '';
	width: 0.4rem;
	height: 0.4rem;
	background: url(../images/download.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}
.fixed .header-download:after{
	background: url(../images/download-b.png) no-repeat;
	background-size: 100% 100%;
}
.header-download a{
	position: relative;
	display: block;
	font-size: 0.18rem;
	color: #fff;
	padding-left: 0.45rem;
	line-height: 0.4rem;
	z-index: 10;
}
.fixed .header-download a{
	color: #333;
}
.header-search{
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #fff;
	cursor: pointer;
}
.header-search img{
	width: 100%;
}
.search-img-w{
	display: block;
}
.search-img-b{
	display: none;
}
.fixed .header-search{
	border: 1px solid #333;
}
.fixed .search-img-w{
	display: none !important;
}
.fixed .search-img-b{
	display: block !important;
}
.header-Language{
	width: 1.5rem;
	height: 0.4rem;
	border-radius: 0.4rem;
	border: 1px solid #fff;
	overflow: hidden;
	position: relative;
}
.fixed .header-Language{
	border: 1px solid #333;
}
.header-Language select{
	-webkit-appearance:none;
	appearance: none;
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	background: none;
	padding-left: 0.18rem;
	padding-right: 0.38rem;
	font-size: 0.18rem;
	color: #fff;
	line-height: 0.4rem;
	position: relative;
	z-index: 10;
	cursor: pointer;
}
.fixed .header-Language select{
	color: #333;
}
.header-Language select option{
	padding: 0.1rem 0;
	font-size: 0.16rem;
	color: #333;
}
.header-Language:after{
	display: block;
	content: '';
	width: 0.14rem;
	height: 0.09rem;
	background: url(../images/yy-icon.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0.15rem;
	top: 50%;
	margin-top: -0.045rem;
	z-index: 2;
}
.fixed .header-Language:after{
	background: url(../images/yy-icon-b.png) no-repeat;
	background-size: 100% 100%;
}
/* top */


/* 弹窗 */

#dialogBg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

#dialogBg1 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.animated {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#dialog {
    width: 7rem;
    padding: 0.7rem;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
}

#dialog1 {
    width: 65%;
    padding: 0.55rem;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 6px;
}

.dialogTop {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
}

.claseDialogBtn {
	font-size: 16px;
    color: #111;
}

.tc-ss {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.tc-ss ul .sk03 {
    width: 100%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    vertical-align: top;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 25px
}

.tc-ss ul .sk03 input {
    width: 100%;
    background: none;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border: none;
    outline: none;
}

.sk04 {
    height: 45px;
}

.sk04 input {
    border-radius: 0;
    background: #e63039;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    vertical-align: top;
    padding: 0;
    margin: 0;
    width: 30%;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
}


/* 弹窗 */


/* 底部 */
.footer{
	background: #000000;
}
.footer-content{
	padding: 0.75rem 0 0.5rem;
}
.footer-content .w81{
	zoom: 1;
}
.footer-content .w81:after{
	display: block;
	content: '';
	clear: both;
}
.footer-content-fl{
	float: left;
}
.footer-title{
	font-size: 0.48rem;
	color: #ffffff;
	line-height: 1.2;
	margin-bottom: 0.3rem;
}
.footer-menu ul{
	display: flex;
}
.footer-menu ul li{
	font-size: 0.22rem;
	color: #ffffff;
	line-height: 1.4;
	margin-right: 0.35rem;
}
.footer-menu ul li:last-child{
	margin-right: 0;
}
.footer-menu ul li a{
	color: #ffffff;
}
.footer-menu ul li:hover{
	font-weight: bold;
}
.footer-content-fr{
	float: right;
}
.footer-content-fr p{
	font-size: 0.2rem;
	color: #ffffff;
	line-height: 1.4;
	margin-bottom: 0.2rem;
}
.send-email{
	width: 3.9rem;
	height: 0.56rem;
	border-radius: 0.56rem;
	border: 1px solid #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 0.2rem;
}
.send-email input{
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 0.68rem;
	border: none;
	outline: none;
	background: none;
	font-size: 0.16rem;
	color: #fff;
	position: relative;
	z-index: 2;
}
.send-email>img{
	display: block;
	width: 0.24rem;
	position: absolute;
	left: 0.24rem;
	top: 50%;
	margin-top: -0.09rem;
	z-index: 10;
}
.submit-btn{
	width: 0.65rem;
	height: 100%;
	font-size: 0.2rem;
	color: #ffffff;
	text-align: center;
	line-height: 0.56rem;
	position: absolute;
	right: 0.2rem;
	top: 0;
	z-index: 10;
	cursor: pointer;
}
.other-pt ul{
	display: flex;
}
.other-pt ul li{
	width: 0.4rem;
	margin-right: 0.4rem;
	position: relative;
	cursor: pointer;
}
.other-pt ul li:last-child{
	margin-right: 0;
}
.other-pt ul li a img{
	display: block;
	width: 100%;
}
.ewm-img{
	width: 0.9rem;
	position: absolute;
	top: 110%;
	left: 50%;
	margin-left: -0.45rem;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-30px);
	transition-duration: 0.3s;
}
.other-pt ul li:hover .ewm-img{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.ewm-img img{
	display: block;
	width: 100%;
}
.footer-beian{
	border-top: 1px solid rgba(255,255,255,0.3);
	padding: 0.24rem 0;
}
.footer-beian .w81{
	zoom: 1;
}
.footer-beian .w81:after{
	display: block;
	content: '';
	clear: both;
}
.footer-beian p{
	float: left;
	font-size: 0.18rem;
	color: #ffffff;
	line-height: 1.4;
}
.footer-beian ul{
	float: right;
	display: flex;
}
.footer-beian ul li{
	margin-right: 0.3rem;
	font-size: 0.18rem;
	color: #ffffff;
	line-height: 1.4;
}
.footer-beian ul li:last-child{
	margin-right: 0;
}
.footer-beian ul li a{
	color: #fff;
}

/* 底部 */


/*手机端导航*/
.mobile-header{
	display: none;
	width: 100%;
	height: 55px;
	background: #000;
	position: fixed;
	top: 0;
	z-index: 999;
	zoom: 1;
	box-shadow: 0 0 8px 2px #CCCCCC;
}
.mobile-header:after{
	display: block;
	content: '';
	clear: both;
}
.mobile-logo{
	float: left;
	width: 98px;
	margin-top: 6px;
	margin-left: 3%;
}
.mobile-inner-header-icon{
	color: #ffffff;
	background: #d0111b;
	height: 55px;
	font-size: 25px;
	text-align: center;
	width: 55px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
}

.mobile-inner-header-icon span {
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 5px) / 2);
	width: 30px;
	height: 3px;
	background-color: #fff;
	transition-duration: 0.5s;
}
.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(10px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-10px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
	width: 20px;
}

.active_mobile span:nth-child(3) {
	opacity: 0;
}

.active_mobile span:nth-child(1) {
	transform: rotate(45deg);
	width: 30px;
}

.active_mobile span:nth-child(2) {
	transform: rotate(-45deg);
	width: 30px;
}

.mobile-search{
	float: right;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid #fff;
	margin-top: 10px;
	margin-right: 70px;
}
.mobile-search img{
	display: block;
	width: 100%;
}
.mobile-panel{
	position: fixed;
	width: 300px;
	height: 100vh;
	background: #d0111b;
	right: -300px;
	top: 0;
	z-index: 10;
	padding-top: 100px;
	overflow-y: scroll;
}
.mobile-menu{
	width: 100%;
}
.mobile-menu ul li{
	padding: 10px 10%;
	font-size: 18px;
	line-height: 1.6;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.mobile-menu ul li:first-child{
	border-top: 1px solid rgba(255,255,255,0.2);
}
.mobile-menu ul li a{
	color: #fff;
}
.mobile-menu ul li dl{
	display: none;
	padding-left: 20px;
	margin-top: 5px;
}
.mobile-menu ul li dl dd{
	font-size: 16px;
	line-height: 2;
}
.other-web{
	position: absolute;
	top: 7px;
	left: 0;
	text-align: center;
}
.other-web-info{
	display: inline-block;
	margin-left: 15px;
}
.webBtn-icon{
	width: 36px;
	margin: 0 auto;
}
.webBtn-icon img{
	display: block;
	width: 100%;
}
.other-web-info p{
	font-size: 14px;
	color: #fff;
	line-height: 45px;
}
.mobile-mask{
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.4);
	top: 0;
	left: 0;
	z-index: 8;
}


@media only screen and (max-width: 1450px) {
    
}

@media only screen and (max-width: 1366px) {
	
}
@media only screen and (max-width: 1088px) {
   
   html{
   	 font-size: 5.8666vw !important;
   }
}
@media only screen and (max-width: 1090px){
	.w1498{
    	width: 90%;
    }
}
@media only screen and (max-width: 769px){
	
}
@media only screen and (max-width: 540px) {
	html{
   	font-size: 13.3333vw !important;
   }
   .mobile-header{
   	display: block;
   }
   .header{
   	display: none;
   }
   .w81{
   	width: 92%;
   }
   .w89{
   	width: 92%;
   }
   .footer-content-fl{
   	width: 100%;
   }
   .footer-menu{
   	display: none;
   }
   .footer-title{
   	text-align: center;
   }
   .footer-content-fr{
   	width: 100%;
   }
   .footer-content-fr p{
   	font-size: 16px;
   	text-align: center;
   }
   .send-email{
   	width: 80%;
   	height: 36px;
   	border-radius: 36px;
   	margin: 0 auto;
   }
   .send-email>img{
   	width: 19px;
   	margin-top: -7px;
   }
   .send-email input{
   	font-size: 16px;
   	padding-left: 0.9rem;
   }
   .submit-btn{
   	width: 40px;
   	font-size: 16px;
   	line-height: 34px;
   }
   .other-pt{
   	margin-top: 20px;
   }
   .other-pt ul{
   	justify-content: center;
   }
   .other-pt ul li{
   	width: 30px;
   }
   .ewm-img{
   	width: 90px;
   	margin-left: -45px;
   	top: auto;
   	bottom: 110%;
   	z-index: 40;
   	transform: translateY(30px);
   }
   .footer-beian p{
   	width: 100%;
   	font-size: 16px;
   	text-align: center;
   }
   .footer-beian ul{
   	width: 100%;
   	justify-content: center;
   	margin-top: 10px;
   }
   .footer-beian ul li{
   	font-size: 16px;
   }
}

@keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-moz-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-o-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }
    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}

@-moz-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }
    
    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}

@-webkit-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }
    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}

@-o-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }
    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}
