@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-size:16px;
    font: 16px/1.8 ;
    margin: 0 auto;
    color: #1d1d1d;
    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: #d72229;
}

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);
}

@font-face {
    font-family: 'pmzd';
    src: url(../font/PangMenZhengDao.ttf);
}

ul,
ol,
li {
    list-style: outside none none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #d72229;
}

img {
    border: none;
    max-width: 100%;
}

ul {
    zoom: 1;
}

ul:after {
    display: block;
    content: '';
    clear: both;
}

.clear:after {
    content: "";
    clear: both;
    display: block;
}

.w1440 {
    /*width: 75%;*/
 width: 1170px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

/* top */
.header {
    width: 100%;
    padding: 0 1rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition-duration: 0.3s;
}

.header.on {
    background: #fff;
    box-shadow: 0 0 2px 1px #e1e1e1;
}

.header-fl {
    display: flex;
}

.h-logo {
    width: 2.2rem;
}

.h-logo img {
    display: block;
    width: 100%;
}

.h-gpdm {
    font-size: 0.2rem;
    color: #e30000;
    line-height: 1.4;
    font-family: 'syhtB';
    margin-left: 0.1rem;
    margin-top: 0.12rem;
}

.header-fr {
    display: flex;
    align-items: center;
}

.header-menu ul {
    display: flex;
}

.header-menu ul li {
    font-size: 0.2rem;
    color: #fff;
    line-height: 1rem;
    margin-right: 0.5rem;
    position: relative;
}

.header-menu ul li>a {
    color: #fff;
    position: relative;
    z-index: 20;
}

.header-menu ul li.active>a {
    color: #e30000 !important;
}

.header.on .header-menu ul li>a {
    color: #333;
}

.header.on .header-menu ul li:hover>a {
    color: #e30000;
}

.header-menu ul li>a:before {
    display: block;
    content: '';
    width: 0%;
    height: 0.04rem;
    background: #e30000;
    position: absolute;
    bottom: -0.42rem;
    left: 50%;
    transition-duration: 0.3s;
}

.header-menu ul li:hover>a:before {
    width: 100%;
    left: 0%;
}

.header-menu ul li.active>a:before {
    width: 100%;
    left: 0%;
}

.header-menu ul li:last-child {
    margin-right: 0;
}

.header-menu ul li:hover>a {
    color: #e30000;
}

.header-menu ul li dl {
    width: 1.4rem;
    padding: 0.1rem 0.1rem 0;
    background: #fff;
    border-bottom-left-radius: 0.08rem;
    border-bottom-right-radius: 0.08rem;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -0.7rem;
    transition-duration: 0.5s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
}

.header-menu ul li:hover dl {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.header-menu ul li dl dd {
    font-size: 0.16rem;
    font-family: 'syhtN';
    text-align: center;
    line-height: 0.5rem;
    border-bottom: 1px dashed #d9d7d7;
    border-radius: 0.08rem;
    transition-duration: 0.5s;
}

.header-menu ul li dl dd:last-child {
    border-bottom: none;
}

.header-menu ul li dl dd a {
    display: block;
    color: #333333;
    transition-duration: 0.5s;
}

.header-menu ul li dl dd:hover {
    background: #e30000;
}

.header-menu ul li dl dd:hover a {
    color: #fff;
}

.sp_menu {
    position: initial !important;
}

.sp_menu_down {
    width: 100%;
    background: #fff;
    border-top: 1px solid #f2f2f2;
    position: absolute;
    top: 100%;
    left: 0;
    transition-duration: 0.5s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
}

.header-menu ul li:hover .sp_menu_down {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.sp_menu_down_content {
    padding: 0.4rem 0;
    display: flex;
    justify-content: center;
}

.sp_menu_down_contentBox {}

.sp_menu_down_list {
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
}

.sp_menu_down_list:last-child {
    margin-bottom: 0;
}

.sp_menu_down_list h4 {
    font-size: 0.2rem;
    color: #e61111;
    font-weight: bold;
    line-height: 1.4;
    padding-right: 0.3rem;
    margin-right: 0.3rem;
    position: relative;
}

.sp_menu_down_list h4:after {
    display: block;
    content: '';
    width: 1px;
    height: 0.16rem;
    background: #888888;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sp_menu_down_a {
    display: flex;
}

.sp_menu_down_a a {
    font-size: 0.2rem;
    color: #333333;
    line-height: 1.4;
    margin-right: 1rem;
}

.sp_menu_down_a a:hover {
    color: #e30000;
}

/*.sp_menu_down_a a:nth-child(4n) {
    margin-right: 0;
}*/

.sp_menu_down_a a:last-child {
    margin-right: 0;
}

.header-language {
    margin: 0 0.25rem;
    display: flex;
    align-items: center;
}

.header-language>img {
    display: block;
    width: 0.2812rem;
}

.header-search {
    width: 1rem;
    height: 0.36rem;
    background: #e30000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition-duration: 0.3s;
}

.header-search:hover {
    margin-top: -5px;
    box-shadow: 0 2px 2px 1px #333;
}

.header-search span {
    font-size: 0.14rem;
    color: #fff;
    padding-right: 0.26rem;
    position: relative;
}

.header-search span:after {
    display: block;
    content: '';
    width: 0.2rem;
    height: 0.19rem;
    background: url(https://zyxbbs.com/images/search.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* 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: 20px;
    right: 20px;
    font-size: 30px;
}

.claseDialogBtn {
    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: #d72229;
    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-content {
    width: 100%;
    padding: 0.5rem 0;
    background: url(https://zyxbbs.com/images/f-bg.jpg) no-repeat center center;
    background-size: cover;
}

.footer-content .w1440 {
    display: flex;
    justify-content: space-between;
}

.footer-content-fl img {
    display: block;
    width: 2.631rem;
    margin-bottom: 0.2rem;
}

.footer-shfw {
    margin-bottom: 0.15rem;
}

.footer-shfw p {
    font-size: 0.2rem;
    color: #ffffff;
    line-height: 1.4;
}

.footer-shfw h4 {
    font-size: 0.24rem;
    font-family: 'syhtB';
    color: #ffffff;
    line-height: 1.4;
}

.footer-ywlx ul {
    display: flex;
}

.footer-ywlx ul li:nth-child(1) {
    margin-right: 0.3rem;
}

.footer-ywlx ul li p {
    font-size: 0.17rem;
    color: #ffffff;
    line-height: 1.4;
    white-space: nowrap;
}

.footer-ywlx ul li h4 {
    font-size: 0.2rem;
    font-family: 'syhtB';
    color: #ffffff;
    line-height: 1.4;
    white-space: nowrap;
}

.footer-content-fr {
    display: flex;
}

.footer-content-fr dl {
    margin-right: 0.6rem;
}

.footer-content-fr dl:last-child {
    margin-right: 0;
}

.footer-content-fr dl dt {
    font-size: 0.18rem;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 0.15rem;
    white-space: nowrap;
}

.footer-content-fr dl dt a {
    color: #fff;
}

.footer-content-fr dl dd {
    font-size: 0.16rem;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 0.08rem;
    opacity: 0.5;
    white-space: nowrap;
}

.footer-content-fr dl dd a {
    color: #fff;
}

.footer-content-fr dl dd:hover {
    opacity: 1;
}

.footer-beian {
    padding: 0.1rem 0;
    background: #272727;
}

.footer-beian .w1440 {
    display: flex;
    justify-content: space-between;
}

.footer-beian p {
    font-size: 0.16rem;
    color: #fff;
    line-height: 1.4;
    opacity: 0.5;
}

.footer-beian p a {
    color: #fff;
    margin-left: 0.02rem;
}

.footer-beian ul {
    display: flex;
}

.footer-beian ul li {
    padding: 0 0.1rem;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.16rem;
    color: #fff;
    line-height: 1.4;
    opacity: 0.5;
	position: relative;
	cursor: pointer;
}
.footer-beian ul li p{
	 position: absolute;
	            top: -1.2rem;
	            opacity: 0;
				left:0rem;
				transition-duration: .5s;
}
.footer-beian ul li:hover p{top:-1.1rem; opacity: 1;}
.footer-beian ul li:last-child {
    border-right: none;
}

.footer-beian ul li a {
    color: #fff;
}

.footer-beian ul li:hover {
    opacity: 1;
}



/* 底部 */


/*手机端导航*/
.mobile-header {
    display: none;
    width: 100%;
    height: 55px;
    background: #fff;
    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: 51%;
    margin-top: 10px;
    margin-left: 2%;
}

.mobile-inner-header-icon {
    color: #ffffff;
    background: #c01717;
    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;
    margin-top: 10px;
    margin-right: 70px;
}

.mobile-search img {
    display: block;
    width: 100%;
}

.mobile-panel {
    position: fixed;
    width: 300px;
    height: 100vh;
    background: #c01717;
    right: -300px;
    top: 0;
    z-index: 10;
    padding-top: 80px;
    overflow-y: scroll;
}

.mobile-menu {
    width: 100%;
}

.mobile-menu ul li {
    padding: 6px 10%;
    font-size: 18px;
    line-height: 2;
    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;
}

.mobile-menu ul li dl dd {
    font-size: 17px;
    line-height: 36px;
}

.other-web {
    position: absolute;
    top: 7px;
    left: 0;
    text-align: center;
}

.other-web img {
    width: 180px;
    margin-top: 20px;
    margin-left: 25px;
}

.other-web-info {
    display: inline-block;
}

.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;
}


#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: 20px;
    right: 20px;
    font-size: 30px;
}

.claseDialogBtn {
    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: #0081d5;
    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;
}


/* 弹窗 */



@media only screen and (max-width: 1450px) {
	.h-gpdm{ font-size:0.24rem;    margin-top: 0.06rem;}
	.header-menu ul li{ font-size:0.22rem;margin-right: 0.3rem;}
	.header-menu ul li dl dd{ font-size:0.19rem}
	.header-search span,.footer-content-fr dl dd{ font-size:0.2rem}
	.footer-shfw p,.footer-ywlx ul li p,.footer-shfw p{ font-size:0.24rem}
	.footer-content-fr dl dt,.footer-ywlx ul li h4{font-size:0.22rem;}
	.footer-content-fr dl{ margin-right:0.4rem}
	.w1440 {
	    width: 85%;
	    margin: 0 auto;
	}
	}

@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: 820px) {
    html {
        font-size: 13.3333vw !important;
    }

    .mobile-header {
        display: block;
    }

    .header {
        display: none;
    }

    .w1498 {
        width: 92%;
    }

    .footer {
        background: url(https://zyxbbs.com/images/footer-bg.png) no-repeat center center;
        background-size: auto 120%;
        margin-top: 0;
    }

    .footer-link h3 {
        width: 100%;
        font-size: 18px;
        margin-bottom: 5px;
    }

    .footer-link h3:before {
        width: 14px;
        height: 16px;
        margin-top: -8px;
    }

    .footer-link ul {
        width: 100%;
    }

    .footer-link ul li {
        font-size: 16px;
        margin-right: 30px;
    }

    .footer-content {
        display: block;
    }

    .footer-content-fl {
        width: 100%;
    }

    .footer-logo {
        margin: 0 auto;
    }

    .footer-ewm {
        padding-left: 0;
        text-align: center;
        margin-top: 10px;
    }

    .footer-ewm ul {
        display: inline-flex;
    }

    .footer-ewm ul li {
        width: 72px;
    }

    .footer-ewm ul li span {
        font-size: 14px;
    }

    .footer-content-fr {
        width: 100%;
        padding-left: 0;
        padding-top: 0.3rem;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.22);
    }

    .footer-mapLink {
        padding-bottom: 5px;
    }

    .footer-mapLink h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .footer-mapLink img {
        width: 11px;
        margin-top: 3px;
    }

    .footer-lxwm h3 {
        font-size: 16px;
    }

    .footer-lxwm p {
        font-size: 16px;
    }

    .footer-beian {
        padding: 10px 0;
    }

    .footer-beian p {
        font-size: 14px;
    }

    .footer-beian p:nth-child(2) {
        float: left;
    }

    .w1440 {
        width: 90%;
        margin: 0 auto;
    }

    .home-about-info-box a {

        width: 90px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
    }

    .footer-content .w1440 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer-content-fl img {
        width: 200px;
    }

    .footer-shfw p {
        font-size: 18px;
        line-height: 28px;
    }

    .footer-shfw h4,
    .footer-ywlx ul li h4 {
        font-size: 16px;
        line-height: 26px;
    }

    .footer-ywlx ul li p {
        font-size: 16px;
        line-height: 26px;
    }

    .footer-content-fr {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-content-fr dl {
        width: 25%;
        margin-right: 0;
    }

    .footer-content-fr dl dd {
        display: none;
    }

    .footer-content-fr dl dt {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .footer-beian .w1440 {
        flex-wrap: wrap;
    }

    .footer-beian ul li {
        padding: 0 10px;
        font-size: 15px;
        line-height: 30px;
    }
}

@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
    }
}