::selection {
    background-color: #000;
    color: #fff;

}

::-moz-selection {
    background-color: #000;
    color: #fff;
}

a,
button,
input {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    outline: none;
}

ul,
li,
dl,
ol {
    list-style: none;
}

ul {
    padding-left: 0;
}



/*=======header==============*/
@font-face {
    font-family: "Android_Italic";
    src: url('/static/font/Android_Italic.ttf');
    font-weight: normal;
    font-style: normal;
}

.header {
    position: relative;
    z-index: 16;
    height: 80px;
}

.menu-wrapper {
    width: 100%;
    z-index: 9999;
    transition: all 0.8s;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}

.menu-wrapper .navbar-default {
    background: #FFFFFF !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.menu-wrapper .navbar {
    margin-bottom: 0;
    border: none !important;
}

.menu-wrapper .navbar-brand {
    padding: 28px 0;
    color: #417bd1;
    font-family: "Android_Italic";
    font-size: 36px;
    line-height: 1.5;
}

.menu-wrapper .navbar-brand.blue-logo {
    display: none;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #417bd1;
}

.navbar-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    height: 100%;
}

.menu-wrapper .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.menu-wrapper.affix {
    width: 100%;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    position: fixed;
    z-index: 9999;
    border-bottom: 1px solid #e0e0e0;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

.menu-wrapper.affix .dropdown-menu {
    margin-top: 0;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.menu-wrapper.affix .header .nav li a:hover,
.menu-wrapper.affix .header .nav li a:focus {
    background: transparent !important;
    color: #fff;
}

.navbar-default,
#custom .menu-wrapper.affix .header,
#custom .menu-wrapper.affix .navbar-default {
    transition: .4s;
}

.navbar-nav>li>.dropdown-menu:after,
.navbar-nav>li>.dropdown-menu:before {
    display: none;
}

.navbar-default .navbar-nav>li>a {
    color: #333;
    font-size: 14px;
    padding: 0 22px;
    height: 80px;
    line-height: 80px;
}

.navbar-default .navbar-nav>li.current>a,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #ff8c3e;
}

.header .nav li.dropdown:hover {
    border: none;
}

.header .nav li.dropdown b {
    font-size: 18px;
    vertical-align: middle;
    margin-left: 2px;
    color: #7e7e7e;
}

/* .navbar-default .navbar-nav > li.dropdown > a:focus b,
.navbar-default .navbar-nav > li.dropdown > a:hover b {
    color: #fff;
} */

/*****二级菜单******/
.header .nav li.dropdown .dropdown-menu {
    left: 50%;
    background: #ffffff;
    width: 1200px;
    margin: 0 auto 0 -600px;
    border: none;
    border-radius: 0;
}

.header .nav li.dropdown:hover .dropdown-menu {
    display: block;
}

.header .nav li.dropdown .dropdown-menu .dropdown_item {
    float: left;
    padding-left: 20px;
    /*padding-right: 50px;*/
    /*min-height: 125px;*/
    /*border-left: 1px solid #dedede;*/
}

.header .nav li.dropdown .dropdown-menu .dropdown_item a {
    display: block;
    /*padding-bottom: 15px;*/
    color: #e4e1e0;
    width: 250px;
    height: 80px;
    background-color: #535353;
    /*border: 1px solid #e4e1e0;*/
    margin-bottom: 9px;
    text-align: left;
    line-height: 20px;
    font-size: 16px;
    font-family: 微软雅黑;
    padding-left: 25px;
    float: left;
    margin-right: 9px;
    padding-top: 10px;
}

.header .nav li.dropdown .dropdown-menu .dropdown_item .hot {

    background: #535353 url("../images/index/new/hot.png") no-repeat 163px 10px;
}

.header .nav li.dropdown .dropdown-menu .dropdown_item a span {
    display: block;
    font-size: 12px;
    color: #b2b2b2;
    padding-top: 2px;
    overflow: hidden;
    width: auto;
    height: 46px;

}


.header .nav li.dropdown .dropdown-menu .dropdown_item a:last-child {
    padding-bottom: 0;
}

.header .nav li.dropdown .dropdown-menu .dropdown_item a:focus,
.header .nav li.dropdown .dropdown-menu .dropdown_item a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #168afc;
}

.header .nav li.dropdown .dropdown-menu .dropdown_item a:hover span {
    color: #fff;
    text-decoration: none;
    background-color: #168afc
}

.header .nav li.dropdown .dropdown-menu .dropdown_item p {
    font-size: 12px;
}

.header .nav li.dropdown .dropdown-menu .dropdown_image {
    float: right;
    width: 220px;
    height: 125px;
    overflow: hidden;
}

/*底部*/
/*.mb20 {*/
/*margin-bottom: 20px;*/
/*}*/

footer {
    /*padding: 60px 0;*/
    color: #ccc;
    background-color: #323232;

    padding: 0px;
    margin: 0px;
}

.footer .title {
    margin-bottom: 30px;
}

.footer .title h4 {
    color: #fff;
    font-weight: bold;
}

.footer .title span {
    color: #296ebb;
}

.footer .widget {
    margin: 0 9% auto;
}

.footer .widget p {
    font-size: 12px;
    line-height: 2;
}

.contact_widget_wrapper {
    display: none;
}

.contact_widget_wrapper .mask {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.con_relative {
    position: relative;

}

.contact_widget_top_bg {
    border-radius: 9px 9px 0 0;
    background-color: #0994FF;
    width: 100%;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.contact_widget_top_img {
    width: 120px;
    height: 120px;
    position: absolute;
    right:  0;
    top: 0;
}

.contact_widget {
    width: 450px;
    height: 480px;
    background-color: #fff;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -283px;
    z-index: 10001;
    /*border:1px solid #296ebb;*/
    padding: 20px 30px 0;

}

.contact_widget p {
    font-size: 17px;
    margin: 20px 0px;
    padding: 0px 15px;
}

.contact_widget .colse_popu {
    position: absolute;
    top: 0%;
    right: -8%;
    cursor: pointer;
    opacity: .5;
}

.contact_widget .form-control {
    background-color: transparent;
    border-color: #ddd;
    border-radius: 4px;
    outline: none;
    resize: none;
    box-shadow: none;
}

.contact_widget .form_iphon {
    width: 61%;
}

.contact_widget .GH_yz {
    width: 136px;
    margin-left: 10px;
    background-color: transparent;
    border: 1px solid #296ebb;
    border-radius: 4px;
    outline: none;
    color: #296ebb;
}

.contact_widget .GH_yz:focus {
    outline: 0;
    box-shadow: none;
}

.contact_widget .GH_yz:hover {
    opacity: 0.7;
}

.GH_img_yz {
    width: 136px;
    height: 35px;
    margin-left: 10px;
    display: inline-block;
}

.GH_img_yz img {
    width: 136px;
    height: 35px;
}

.contact_widget .form-control:focus,
.contact_widget .form-control:hover {
    border-color: #296ebb;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #296ebb;
}

.contact_widget .footerSend {
    background: #0994FF;
    border-color: #0994FF;
    color: #fff;
    border-radius: 4px;
    width: 100%;
}

.select_ui {
    position: relative;
    margin-bottom: 20px;
}

.select-arrow {
    position: absolute;
    right: 10px;
    top: 10px;
}

.select_ui select {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari 和 Chrome */
}

.footerSend {
    display: block;
    margin: 0 auto;
    height: 35px;
    width: 200px;
    /*background-color: #1b1b1b*/
    background-color: transparent;
    border: 1px solid #4f4f4f;
    margin-top: 20px;
}

.footerSend:hover {
    opacity: 0.8;
}

.contact_details {
    /*width:117%;*/
}

.contact_details li {
    /*margin-bottom: 15px;*/
    /*border-bottom: 1px solid #4f4f4f;*/

}

.contact_details .footer_address {
    display: flex;
    margin: 20px 0px 4px auto;
    vertical-align: middle;
    padding: 0px;
    text-align: center;

}

.contact_details .footer_iphon {
    margin-top: 20px;
    padding-left: 77px;
}

.contact_details .footer-e {
    padding-left: 77px;
}

.contact_details .footer_dt {
    margin: 0px;
}

.contact_details .footer_address i {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}

.contact_details .footer_address p {
    line-height: 20px;
}


.contact_details li:last-child {
    border-bottom: none;
}

.contact_details li>div {
    line-height: 2;
}

/*版权*/
.copyrights {
    padding: 6px 0;
    color: #ccc;
    font-size: 12px;
    line-height: 1px;
    background-color: #333;
    border-top: 1px solid rgba(112, 112, 112, 0.7);
}

.footer-wx li {
    float: left;
    padding-right: 30px;
    margin-top: 20px;
    font-size: 16px;

}

.footer-wx li a {
    color: #ccc;
}

.footer-wx li a:hover {
    color: #eee;
}

/*.copyrights .social_tools li a{*/
/*color: #fff;*/

/*}*/

/*.copyrights .social_tools li:last-child {*/
/*margin-right: 0;*/
/*}*/

/*.copyrights .social_tools li a {*/
/*color: #ccc;*/
/*font-size: 14px;*/
/*}*/

.copyrights .social_tools li a:hover {
    color: #eee;
}

.footer-wx .social_tools li.weixin_code {
    position: relative;
}

.footer-wx .social_tools li.weixin_code span {
    display: none;
    position: absolute;

    left: 50%;
    margin-left: -80px;
    bottom: 47px;
}

.footer-wx .social_tools li.weixin_code span img {
    border: 1px solid #858585;
}


.footer-wx .social_tools li.weixin_code:hover span {
    display: block;
}

/*客服中心*/
#floatDivBoxs {
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -170px;
    width: 130px;
    z-index: 999;
}

#floatDivBoxs .floatDtt {
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #296ebb;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.floatShadow {
    padding: 0 14px;
    background-color: #fff;
    border-style: solid;
    border-color: #dedede;
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 5px 5px;
}

.floatShadow h5 {
    margin: 0;
    text-align: center;
    line-height: 40px;
    color: #777;
    font-size: 13px;
    font-weight: bold;
}

#floatDivBoxs .floatDqq {
    padding-left: 0;
}

#floatDivBoxs .floatDqq li {
    position: relative;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #dedede;
    background-color: #f7f7f7;
    border-radius: 3px;
    margin-bottom: 10px;
}

#floatDivBoxs .floatDqq li img {
    position: absolute;
    top: -1px;
    left: 4px;
}

#floatDivBoxs .floatDqq li a {
    color: #333;
}

#floatDivBoxs .floatDqq li a:hover,
#floatDivBoxs .floatDqq li a:focus {
    text-decoration: none;
}

#floatDivBoxs .floatDtel {
    font-size: 13px;
    text-align: center;
}

#floatDivBoxs .floatDtel b {
    display: block;
    color: #777;
}

#floatDivBoxs .floatDtel p {
    color: #296ebb;
}

#rightArrow {
    width: 46px;
    height: 184px;
    position: fixed;
    top: 50%;
    right: 130px;
    margin-top: -111px;
    z-index: 999;
}

/*
#rightArrow a.aliicon {
    width: 46px;
    height: 84px;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background-color: #ff8c3e;
    border-radius: 5px 0 0 0;
}

#rightArrow a.aliicon img {
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
    margin: 0 auto;
}*/

#rightArrow a:hover,
#rightArrow a:focus {
    text-decoration: none;
}

#rightArrow .qrcode_icon {
    position: relative;
    display: block;
    width: 46px;
    height: 46px;
    text-align: center;
    color: #fff;
    background-color: #296ebb;
    border-bottom: 1px solid #FFF;
    cursor: pointer;
}

#rightArrow .qrcode_icon:last-child {
    border-bottom: none;
}

#rightArrow .qrcode_icon .fa {
    font-size: 24px;
    line-height: 46px;
}

.qrcode_iconImg {
    display: none;
    position: absolute;
    right: 46px;
    top: 50%;
    margin-top: -60px;
    border: 1px solid #dedede;
}

#rightArrow .qrcode_icon:hover .qrcode_iconImg,
#rightArrow .qrcode_icon:hover .qrcode_phone {
    display: block;
}

.qrcode_phone {
    display: none;
    position: absolute;
    right: 46px;
    top: 50%;
    margin-top: -23px;
    height: 46px;
    width: 120px;
    line-height: 46px;
    color: #FFFFff;
    background-color: #296ebb;
}

/*
#rightArrow .arrow_icon {
    width: 46px;
    height: 46px;
    text-align: center;
    color: #ff8c3e;
    background-color: #f4f4f4;
    border-radius: 0 0 0 5px;
    cursor: pointer;
}

#rightArrow .arrow_icon .fa {
    line-height: 46px;
    font-size: 24px;
}*/

/*弹框*/
.reveal-modal .close-reveal-modal {
    font-size: 20px;
    position: absolute;
    top: 3px;
    right: 10px;
    color: #5c5c5c;
    cursor: pointer;
}

.reveal-modal .close-reveal-modal:hover,
.reveal-modal .close-reveal-modal:focus {
    text-decoration: none;
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, .3);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 740px;
    margin-left: -370px;
    margin-top: -275.5px;
    background-color: #fff;
    z-index: 101;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.revealMain {
    margin: 40px 20px 0;
    border-color: #dedede;
    border-style: solid;
    border-width: 1px 1px 0;
}

.revealTitle {
    font-family: "microsoft yahei";
    text-align: center;
    margin: -20px auto 0;
}

.revealMain h3 {
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    color: #427bd2;
    padding: 0 10px;
    background-color: #fff;
    width: 150px;
}

.revealMain h5 {
    margin-top: 0;
    font-size: 16px;
    color: #cccccc;
}

.revealCon {
    margin: 30px 30px 0;
    padding-bottom: 25px;
}

.revealForm {
    float: left;
    margin-right: 30px;
    width: 420px;
}

.revealForm .form-control {
    height: 36px;
    padding: 5px 7px;
    margin-bottom: 10px;
    line-height: 20px;
    color: #777;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
}


.revealForm .contactform_two .form-control {
    float: left;
    margin-left: 15px;
    width: 130px;
}

.revealForm .contactform_two .form-control:first-child {
    margin-left: 0;
}

.contactform_two .select_ui {
    position: relative;
    width: 130px;
    float: left;
    margin-left: 15px;
    margin-bottom: 10px;
}

.contactform_two .select_ui select {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    line-height: 20px;
    width: 130px;
    height: 36px;
    padding: 5px 7px;
    color: #777;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.contactform_two .select_ui .select-arrow {
    position: absolute;
    right: 7px;
    top: 8px;
    font-size: 20px;
}

.contactform_three textarea.form-control {
    height: 120px;
    resize: none;
}

.contactform_btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 168px;
    height: 40px;
    line-height: 40px;
    font-family: "microsoft yahei";
    font-size: 20px;
    background-color: #ff8c3e;
    color: #fff;
    border: none;
    text-align: center;
    border-radius: 5px;
}

.reveal_or {
    position: relative;
    float: left;
    width: 1px;
    height: 262px;
    background-color: #dedede;
}

.reveal_or span {
    position: absolute;
    top: 114px;
    left: -12px;
    font-family: "microsoft yahei";
    background-color: #fff;
    font-size: 24px;
    color: #ccc;
}

.revealCon_qq {
    float: left;
    width: 165px;
    margin-left: 20px;
    text-align: center;
}

.revealCon_qq .fa {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    background-color: #417ad3;
    border-radius: 50%;
}

.revealCon_qq p {
    margin-top: 30px;
    font-size: 24px;
    font-family: "microsoft yahei";
    color: #417ad3;
}

.revealCon_qq a {
    display: block;
    margin: 58px auto 0;
    width: 112px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    font-family: "microsoft yahei";
    background-color: #417ad3;
    border-radius: 5px;
}

.revealCon_qq a:hover,
.revealCon_qq a:focus,
.revealPs_up a:hover,
.revealPs_up a:focus {
    text-decoration: none;
}

.revealPs {
    padding: 20px 30px;
    background-color: #417ad3;
}

.revealPs_up input {
    float: left;
    width: 420px;
    height: 42px;
    padding: 6px 10px;
    font-size: 20px;
    line-height: 30px;
    font-family: "microsoft yahei";
    color: #777;
    border-radius: 5px;
    background-color: #fff;
    border: none;
}

.revealPs_up a {
    display: block;
    float: right;
    width: 240px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    font-family: "microsoft yahei";
    background-color: #ff8c3e;
    color: #fff;
    border-radius: 5px;
}

.revealPs span {
    margin-top: 20px;
    display: block;
    color: #fff;
    text-align: center;
}

@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 rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-moz-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-o-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceOutUp {
    20% {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -200px, 0);
        transform: translate3d(0, -200px, 0)
    }
}

@-webkit-keyframes bounceOutUp {
    20% {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -200px, 0);
        transform: translate3d(0, -200px, 0)
    }
}

@-moz-keyframes bounceOutUp {
    20% {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -200px, 0);
        transform: translate3d(0, -200px, 0)
    }
}

@-o-keyframes bounceOutUp {
    20% {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -200px, 0);
        transform: translate3d(0, -200px, 0)
    }
}