@charset utf-8;::selection {
    color: white;
    background: #c7001f
}

.alert {
    position: relative;
    padding: .2rem;
    margin-bottom: .3rem;
    border: 1px solid transparent;
    border-radius: 5px;
    width: 100%
}

footer .appBox a {
    display: block
}

footer .appBox {
    margin: 20px -46px
}

.mobil_table {
    margin-bottom: 50px
}

.mobil_table table {
    width: 100%
}

.mobil_table tr th {
    text-align: center;
    background: #515151;
    font-size: .17rem!important;
    border-bottom: 1px solid #757575;
    border-right: 1px solid #757575;
    font-weight: normal;
    padding: 10px 20px;
    font-family: Helvetica-Medium;
    color: white
}

.mobil_table tr th span {
    display: block!important;
    margin: 0!important
}

.mobil_table tr.imgs {
    background: none;
    text-align: left
}

.mobil_table tr.imgs img:last-child {
    max-width: 100%;
    margin: 0 0 15px;
    display: block
}

.mobil_table tr.imgs img {
    max-width: 100%
}

.mobil_table .logoabs {
    max-height: 32px;
    transform: translateY(28px);
    z-index: -1;
    position: relative
}

.mobil_table .last-logo {
    transform: translateY(25px);
    max-height: 21px
}

.mobil_table tr:first-child td .logoabs {
    max-height: 32px!important
}

.mobil_table tr.imgs td {
    background: none;
    border: 0!important;
    text-align: center!important;
    padding-top: 50px
}

.mobil_table tr td {
    border: 0;
    border-right: 1px solid white;
    background: #e9e9ed;
    text-align: center;
    font-size: .17rem!important;
    padding: 10px 20px;
    border-bottom: 1px solid white
}

.mobil_table tr td:first-child {
    text-align: left!important
}

@media (max-width: 600px) {
    .buttonGroupsnew {
        margin-top:.2rem;
        margin-bottom: .5rem
    }

    .mobil_table tr:first-child td {
        padding: 0
    }

    .mobil_table tr th.donanim {
        width: 60px
    }

    .mobil_table .logoabs {
        transform: translateY(30px);
        height: auto!important
    }

    .mobil_table tr.imgs img:last-child {
        height: auto!important
    }

    .mobil_table tr:first-child td img:last-child {
        height: auto!important
    }

    .mobil_table tr th,.mobil_table tr td {
        font-size: 12px!important
    }

    .mobil_table .last-logo {
        transform: translateY(20px);
        height: auto!important
    }
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7
}

.logo img {
    height: auto!important
}

.bd-example>.nav+.nav,.bd-example>.alert+.alert,.bd-example>.navbar+.navbar,.bd-example>.progress+.progress {
    margin-top: 1rem
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,select {
    font-family: HelveticaNeueLTPro-Roman
}

.JavaneseText {
    font-family: javatext
}

.ccm-toolbar .ui-resizable-handle,.ccm-panel-ready .ui-dialog {
    display: none!important
}

.ccm-toolbar .ui-widget-header,.ccm-panel-ready .ui-dialog-titlebar {
    display: none!important
}

html,body {
    width: 100%;
    overflow-x: hidden;
    position: relative
}

@media (min-width: 900px) {
    .pc_hide {
        display:none!important
    }
}

@keyframes hov {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.index {
    overflow: hidden
}

.loading {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999
}

.loading .loading_con {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.8rem;
    margin-top: -1.3rem;
    text-align: center;
    width: 1.6rem;
    height: 2.6rem
}

.loading .loading_con img {
    width: 1.6rem
}

.loading .loading_con span {
    width: 100%;
    display: block;
    margin-top: .6rem;
    font-size: .26rem
}

.music {
    width: .3rem;
    height: .3rem;
    position: fixed;
    left: .5rem;
    z-index: 9999;
    cursor: pointer;
    animation: rotateMusic 2s linear infinite;
    -webkit-animation: rotateMusic 2s linear infinite
}

.music audio {
    width: 0;
    height: 0
}

.music img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.music img.play {
    display: none
}

.music.on img.play {
    display: block
}

.music.on img.pause {
    display: none
}

@keyframes rotateMusic {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateMusic {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.submenubg a {
    color: white
}

section {
    padding-top: .72rem
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    padding: .25rem 0;
    background: white
}

.banner {
    position: relative;
    width: 100%;
    margin: 0
}

.index .banner .pic a {
    margin: 0 5px
}

.index .banner .pic .buttons {
    justify-content: center;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: .9rem;
    left: 0;
    z-index: 9;
    width: 100%;
    text-align: center
}

.index .banner .pic {
    width: 100%;
    height: 9.37rem;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden
}

.index .banner .pic img {
    width: 100%;
    height: 100%;
    transition: transform 3.5s;
    -webkit-transition: transform 3.5s;
    transform: scale(1.1);
    object-fit: cover
}

.index .banner .pic video {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.index .banner .txt {
    width: 4.78rem;
    position: absolute;
    left: 3.47rem;
    top: 2.20rem;
    z-index: 1;
    opacity: 0;
    left: -50%;
    transition: all .8s;
    -webkit-transition: all .8s
}

.index .banner .txt>img {
    width: 100%
}

.index .banner .swiper-slide {
    height: 9.37rem;
    width: 100%;
    position: relative;
    overflow: hidden
}

.index .banner .swiper-slide-active .pic img {
    transform: scale(1)
}

.index .banner .swiper-slide-active .txt {
    left: 3.47rem;
    opacity: 1
}

.index .banner .swiper-pagination {
    bottom: .4rem;
    left: 0;
    z-index: 9
}

.index .banner .swiper-pagination-bullet {
    background: #707070;
    width: .14rem;
    height: .14rem;
    margin: 0 .05rem;
    opacity: 1
}

.index .banner .swiper-pagination-bullet-active {
    background: #c50d27
}

.logoVar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1.46rem
}

.menuLast {
    width: 43%;
    text-align: left
}

.menuFirst {
    width: 43%;
    text-align: right
}

.menuFirst * {
    text-align: left
}

nav {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 1rem
}

nav .logo {
    width: 100%;
    height: auto;
    float: left
}

nav .menu .btn {
    font-family: Helvetica-Medium;
    color: #212121;
    padding: 0 .13rem;
    text-transform: uppercase;
    font-size: .18rem;
    position: relative;
    cursor: pointer;
    display: inline-block
}

nav .menu .btn>a,nav .menu .btn>span {
    color: #212121;
    position: relative;
    z-index: 1
}

nav .menu .btn+.btn {
    z-index: 1
}

nav.black .menu .btn {
    color: #333
}

nav.black .menu .btn>a {
    color: #333
}

nav .menu .subnav {
    width: 2.5rem;
    position: absolute;
    left: 50%;
    top: -.02rem;
    transform: translate(-50%,0);
    z-index: 1;
    color: #fff;
    font-size: .172rem;
    overflow: hidden;
    height: 0;
    transition: height 0s .8s ease-out;
    z-index: -1
}

nav .menu .subnav .subtn {
    transition: all .3s ease-out;
    background-color: rgba(34,34,34,.9)
}

nav .menu .subnav .subtn>a,nav .menu .subnav .subtn>span {
    display: block;
    padding: .23rem .26rem;
    color: #fff
}

nav .menu .subnav span {
    display: block;
    height: .3rem;
    transition: all .3s ease-out;
    background-color: rgba(34,34,34,.9)
}

nav .menu .subnav .btnbox {
    margin-top: .17rem;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px
}

nav .menu .subnav .subtn,.menu .subnav span {
}

nav .menu .btn:hover .subnav .subtn,.menu .btn:hover .subnav span {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

nav .menu .subnav:before {
    content: '';
    position: absolute;
    top: .23rem;
    left: 45%;
    width: 0;
    height: 0;
    border-width: .1rem;
    border-style: solid;
    opacity: 0;
    transition: opacity .4s;
    border-color: transparent;
    margin-bottom: -.01rem;
    border-bottom-width: .16rem;
    border-bottom-color: currentColor;
    color: rgba(34,34,34,.9);
    transition: left .4s
}

nav .menu .subnav.models {
    transition: transform .4s .4s,width .4s .2s
}

nav .menu .subnav.models.on.onTo {
    width: 14.6rem;
    transform: translateX(-1.6rem)
}

nav .menu .subnav.models.on.onTo:before {
    left: 1.5rem
}

nav .menu .subnav.models.on {
    width: 4.7rem;
    transform: translateX(-1.6rem)
}

nav .menu .subnav.models.on:before {
    left: 1.5rem
}

nav .menu .subnav.models .btnbox>span:last-child {
    height: 4.16rem
}

nav .menu .subnav.models .subtn>a,nav .menu .subnav.models .subtn>span {
    width: 1.7rem;
    white-space: nowrap;
    height: auto;
    background: transparent
}

nav .menu .subnav.models .subtn>.subtnbox {
    position: absolute;
    top: 0;
    left: 2.2rem;
    overflow: hidden;
    width: 0;
    height: 100%
}

nav .menu .subnav.models .subtn .subtnbox span {
    background: none
}

nav .menu .subnav.models .subtn .subtn_b>a {
    color: #fff;
    width: 1.96rem;
    display: block;
    padding: .23rem .28rem;
    transition: all .3s ease-out;
    position: relative
}

nav .menu .subnav.models .subtn .subtn_b>a>small {
    border: 1px solid #212121;
    background: white;
    color: #212121;
    border-radius: 20px;
    padding: .07rem .1rem;
    position: absolute;
    top: .17rem;
    right: .15rem
}

nav .carbox {
    position: absolute;
    top: 0;
    left: 2.5rem;
    overflow: hidden;
    width: 9.9rem;
    height: 6.5rem;
    background: url(/application/themes/mediaclick/assets/img/menu_models_carbg.jpg) no-repeat rgba(255,255,255,.9);
    background-position: 0 .28rem;
    background-size: 100% auto;
    display: none;
    transition: .4s ease-out
}

nav .subnav.models .carbox .img {
    width: 100%;
    height: 4.1rem;
    line-height: 4.1rem
}

nav .subnav.models .carbox img {
    width: 100%;
    vertical-align: bottom;
    height: auto
}

nav .menu .subnav.models .carbox .numbox {
    margin-top: 0;
    color: #101010;
    margin-top: .5rem;
    width: 6.36rem;
    margin-left: .3rem
}

nav .menu .subnav.models .carbox .numbox span {
    display: inline-block
}

nav .carbox a {
    color: #fff;
    width: 1.60rem;
    height: .43rem;
    line-height: .43rem;
    background-color: #c50d27;
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: 1.2rem;
    right: .65rem;
    overflow: hidden;
    transition: all .3s ease-out
}

nav .menu .subnav.models .carbox .numbox span.num {
    font-weight: bold
}

nav .menu .subnav.models .subtn .subtnbox {
    width: 12.42rem
}

nav .menu .btn:hover .subnav {
    height: auto;
    padding: .31rem 0
}

nav .carbox a:hover {
    box-shadow: 0 5px 10px rgba(0,0,0,.5),inset 0 0 5px rgba(0,0,0,.2)
}

header .search {
    position: absolute;
    right: .5rem;
    z-index: 10
}

header .search img {
    width: .4rem;
    height: auto
}

header .earth {
    position: absolute;
    right: 1.65rem;
    top: 0;
    cursor: pointer;
    z-index: 10;
    height: 100%
}

header .earth .icon {
    width: .32rem;
    margin-top: .24rem
}

header .earth .country {
    display: none;
    position: absolute;
    left: 50%;
    top: .76rem;
    width: 2rem;
    margin-left: -1rem;
    background: rgba(34,34,34,.9)
}

header .earth .country .list {
    max-height: 3.84rem;
    overflow: auto
}

header .earth .country a {
    display: flex;
    align-items: center;
    color: #fff;
    padding: .1rem .2rem;
    height: .28rem;
    font-size: .18rem
}

header .earth .country a:hover {
    background: #c50d27
}

header .earth .country a img {
    width: .4rem;
    flex-shrink: 0;
    margin-right: .1rem
}

header .earth .country:before {
    content: '';
    position: absolute;
    top: -.24rem;
    left: 45%;
    width: 0;
    height: 0;
    border-width: .1rem;
    border-style: solid;
    transition: opacity .4s;
    border-color: transparent;
    margin-bottom: -.01rem;
    border-bottom-width: .16rem;
    border-bottom-color: currentColor;
    color: rgba(34,34,34,.9)
}

header .earth .country .list::-webkit-scrollbar {
    width: .06rem;
    height: 1px
}

header .earth .country .list::-webkit-scrollbar-thumb {
    border-radius: .06rem;
    background: #fff
}

header .earth .country .list::-webkit-scrollbar-track {
    border-radius: .06rem;
    background: rgba(34,34,34,.9)
}

header .line {
    height: 1px;
    width: 100%;
    margin: 0 auto;
    background: #c8c8c8;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9
}

nav .menu .btn:hover .subnav:before {
    opacity: 1
}

nav .models {
    position: relative
}

nav .models .numbox {
    display: flex;
    margin-top: 1.33rem;
    justify-content: space-between
}

nav .models .numbox li {
    padding: 0 .18rem;
    font-size: .56rem;
    font-family: FuturaBT-Medium;
    white-space: nowrap
}

nav .models .numbox .uptitle {
    font-size: .24rem;
    vertical-align: top;
    font-weight: bold;
    font-family: HelveticaNeueLTPro-Roman
}

nav .models .numbox .downtitle {
    font-size: .17rem;
    color: #696969;
    text-transform: capitalize
}

.pagesDefault {
    margin-bottom: 1rem
}

.pagesDefault h3 {
    color: #333;
    font-size: .28rem;
    margin-bottom: .36rem
}

.pagesDefault h1,h2 {
    color: #333;
    font-size: .28rem;
    margin-bottom: .36rem
}

.pagesDefault p {
    font-size: .2rem;
    color: #333;
    line-height: .36rem;
    margin-bottom: .2rem
}

.pagesDefault ul {
    padding: 0 .3rem .3rem .3rem
}

.pagesDefault ul li {
    list-style-type: disc
}

.pagesDefault ul li::marker {
    color: #c7001f;
    font-size: 20px
}

.pagesDefault ul li p {
    margin: 0
}

.pagesDefault p b,.pagesDefault p strong {
    font-family: Helvetica-Medium;
    font-weight: initial
}

footer {
    padding: .56rem 3.6rem 0;
    background: #f4f4f4;
    border-top: 1px solid #e8e8e8
}

footer .ft_cont {
    display: flex;
    justify-content: space-between;
    margin-bottom: .55rem
}

footer .ft_menu {
    display: flex;
    justify-content: space-between;
    width: 85%
}

footer .ft_menu .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

footer .ft_menu .item:nth-child(1) .linktos,footer .ft_menu .item:nth-child(3) .linktos,footer .ft_menu .item:nth-child(4) .linktos {
    pointer-events: none
}

footer .ft_menu .item span,footer .ft_menu .item .first {
    font-size: .15rem;
    display: block;
    font-family: Helvetica-Medium;
    color: #212121;
    margin-bottom: .18rem
}

footer .ft_menu .item a.link {
    font-size: .12rem;
    color: #5e5e5e;
    line-height: .34rem;
    transition: all .3s;
    text-transform: uppercase
}

footer .ft_menu .item a.link:hover {
    color: #c50d27;
    transform: translateX(5px)
}

footer .ft_link {
    width: 1.3rem
}

footer .logo {
    width: 100%;
    height: auto
}

footer .fast_link {
    width: 120%;
    margin-left: -10%;
    display: flex;
    justify-content: space-between;
    margin-top: .35rem
}

footer .phoneText {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: .16rem;
    color: #7d7d7d;
    line-height: .5rem
}

footer .phoneText a {
    line-height: .5rem;
    font-size: .16rem;
    color: #7d7d7d
}

footer .fast_link img {
    width: .3rem;
    height: auto
}

footer .copyright {
    height: .8rem;
    line-height: .5rem;
    font-size: .16rem;
    color: #7d7d7d;
    text-align: center
}

footer .fMenu ul {
    display: flex;
    align-items: center;
    justify-content: center
}

footer .fMenu ul li {
    display: inline-block;
    margin: 0 7px
}

footer .fMenu ul li a {
    font-size: .16rem;
    color: #7d7d7d;
    line-height: .5rem;
    transition: all .3s
}

footer .fMenu ul li a:hover {
    color: #c50d27
}

.errorWrap .content {
    display: flex;
    padding-top: 1rem;
    padding-bottom: .68rem
}

.errorWrap .content img {
    width: 5.7rem;
    margin-left: .4rem;
    margin-right: .7rem
}

.errorWrap .content .text {
    display: flex;
    flex-direction: column;
    font-weight: bold
}

.errorWrap .content .text .code {
    font-size: 1.3rem
}

.errorWrap .content .text .hint {
    font-size: .38rem
}

.errorWrap .content .text .goToHome {
    margin-top: .3rem;
    width: 2rem;
    height: .47rem;
    font-size: .22rem;
    color: #fff;
    line-height: .44rem;
    text-align: center;
    background: #c50d27
}

.index .car_models_pc {
    position: relative;
    padding-bottom: 1.7rem;
    z-index: 2
}

.index .car_models_pc:after {
    content: '';
    display: block;
    width: 100%;
    height: 1.7rem;
    background: #f5f5f5;
    position: absolute;
    left: 0;
    bottom: 0
}

.index .car_models_pc .models_list {
    width: 60%;
    margin: .8rem auto 0;
    display: flex;
    align-items: flex-end;
    position: relative;
    justify-content: space-between;
    z-index: 1
}

.index .car_models_pc .car_item {
    overflow: hidden;
    cursor: pointer;
    display: block;
    width: 31.33%;
    height: 5.19rem;
    position: relative;
    z-index: 1
}

.index .car_models_pc .car_item:nth-child(1) {
    margin-bottom: -.62rem
}

.index .car_models_pc .car_item:nth-child(3) {
    margin-bottom: -.98rem
}

.index .car_models_pc .car_item:hover {
    z-index: 2
}

.index .car_models_pc .latest_txt {
    width: 3.84rem;
    position: absolute;
    right: -3.84rem;
    bottom: 0;
    height: auto
}

.index .car_models_pc .pic {
    width: 100%;
    height: auto
}

.index .car_models_pc .car_item:hover img {
    animation: hov .5s ease-in-out
}

.index .car_models_pc .more {
    font-size: .2rem;
    color: #fff;
    padding: .05rem;
    position: absolute;
    left: 50%;
    bottom: .1rem;
    transform: translateX(-50%);
    z-index: 2
}

.index .design {
    overflow: hidden;
    background-size: 100% auto;
    padding: .9rem 3.60rem;
    position: relative
}

.index .design .video_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden
}

.index .design .video_bg .video {
    width: 104%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: -1
}

.index .design .video_bg:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(/application/themes/mediaclick/assets/img/banner_bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: -1
}

.index .design .title {
    width: 3.63rem;
    margin-bottom: .60rem
}

.index .design .txt {
    width: 11.93rem
}

.index .design .txtwrap {
    width: 100%;
    font-size: .22rem;
    color: #fff;
    line-height: .34rem
}

.index .design .txtwrap p+p {
    display: none
}

.index .design .itembox {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.08rem;
    color: #fff;
    position: relative;
    z-index: 2
}

.index .design .itembox li {
    position: relative;
    width: 50%
}

.index .design .itembox li::after {
    content: '';
    display: block;
    background: #fff;
    width: .01rem;
    height: 1.04rem;
    position: absolute;
    left: 0;
    top: .56rem
}

.index .design .itembox li:first-child::after {
    display: none
}

.index .design .itembox li>a {
    color: #fff;
    display: block
}

.index .design .itembox .h5 {
    display: block;
    font-size: .3rem;
    margin-bottom: .3rem;
    transition: all .6s ease-in-out;
    transform-origin: 50% 50%
}

.index .design .itembox img {
    width: 1.75rem;
    transition: all .6s ease-in-out;
    transform-origin: 50% 50%;
    height: auto!important;
    max-height: 125px;
    object-fit: contain
}

.index .design .itembox .p {
    display: block;
    font-size: .24rem;
    margin-top: .6rem;
    transition: all .4s ease-in-out;
    transform-origin: 50% 50%
}

.index .design .itembox li:hover .h5 {
    transform: scale(1.05) translateY(-.15rem)
}

.index .design .itembox li:hover .p {
    transform: scale(1.05) translateY(-.1rem)
}

.index .design .itembox li:hover img {
    transform: scale(1.1) translateY(-.1rem)
}

.index .design .design_title {
    font-size: .5rem;
    font-weight: bold;
    color: #fff;
    border-left: 4px solid #c50d27;
    padding-left: 10px;
    margin-top: .4rem
}

.newsallbox {
    padding: 1rem 0 1.54rem 0
}

.index .news {
    display: flex;
    position: relative;
    justify-content: space-between
}

.index .news .newstxt {
    width: 6rem;
    margin-right: .40rem;
    margin-left: 0;
    flex-shrink: 0;
    padding-top: .5rem
}

.index .news .newstxt h5 {
    font-size: .3rem;
    color: #212121;
    line-height: .5rem;
    margin-bottom: .4rem;
    transform: translateY(-1rem);
    -webkit-transform: translateY(-1rem);
    opacity: 0;
    font-weight: bold;
    transition: all .5s .4s
}

.index .news .newstxt .time {
    font-size: .22rem;
    color: #4f4f4f;
    line-height: .46rem;
    border-bottom: .01rem solid #4f4f4f;
    transition: all .5s .42s;
    transform: translateY(1rem);
    -webkit-transform: translateY(1rem);
    opacity: 0
}

.index .news .newstxt p {
    font-size: .2rem;
    color: #212121;
    line-height: .46rem;
    margin-top: .3rem;
    transition: all .5s .43s;
    transform: translateY(1rem);
    -webkit-transform: translateY(1rem);
    opacity: 0;
    display: none;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.index .news .newstxt p:nth-child(4) {
    display: -webkit-box
}

.index .news .newstxt a {
    border: 2px solid #c50d27;
    color: #fff;
    background: #c50d27;
    width: 1.57rem;
    height: .48rem;
    display: inline-block;
    text-align: center;
    line-height: .48rem;
    font-size: .22rem;
    margin-top: .4rem;
    transition: all .5s .44s;
    transform: translateY(1rem);
    -webkit-transform: translateY(1rem);
    opacity: 0
}

.index .news .newstxt a:hover {
    background: #fff;
    color: #c50d27
}

.index .news .newstxt a span {
    display: inline-block;
    transform: rotate(0);
    transform-origin: 50% 50%
}

.index .news .newstxt .swiper-slide-active h5 {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}

.index .news .newstxt .swiper-slide-active .time {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}

.index .news .newstxt .swiper-slide-active p {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}

.index .news .newstxt .swiper-slide-active a {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}

.index .news .txtcon {
    display: flex;
    width: 100%
}

.index .news .title {
    width: 4.83rem;
    height: .83rem;
    position: absolute;
    left: 0;
    top: .7rem
}

.index .news .newspic {
    width: 9.04rem;
    height: 5.42rem;
    position: relative;
    margin-right: .42rem;
    flex-shrink: 0;
    -webkit-flex-shrink: 0
}

.index .news .newspic .img {
    width: 8.72rem;
    overflow: hidden;
    height: 5.04rem;
    position: absolute;
    z-index: 1;
    transition: opacity 1s,transform 1s;
    transform: translate(0.32rem,.38rem)
}

.index .news .newspic .img:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(33,33,33,.5);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    transition: all 1s
}

.index .news .newspic .img.on {
    transform: translate(0,0);
    z-index: 3;
    opacity: 1!important
}

.index .news .newspic .img.next {
    z-index: 2;
    opacity: 1
}

.index .news .newspic .img.on:after {
    opacity: 0
}

.index .news .newspic img {
    width: 100%;
    height: auto
}

.pagination_row {
    text-align: center!important;
    position: relative!important;
    z-index: 3!important;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: .65rem
}

.pagination_row span {
    opacity: 1;
    background: none;
    font-size: .2rem;
    color: #575757;
    transition: color .3s;
    width: .68rem;
    height: .3rem;
    line-height: .3rem;
    margin-bottom: .28rem;
    position: relative
}

.pagination_row span:before {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #c50d27;
    position: absolute;
    left: 0;
    top: 40%;
    transition: width .3s
}

.pagination_row span:after {
    content: '';
    display: block;
    width: .09rem;
    height: .09rem;
    background: #ababab;
    position: absolute;
    right: 0;
    top: 40%;
    transition: background .3s;
    margin-top: -.045rem;
    border-radius: 50%
}

.pagination_row span.swiper-pagination-bullet-active {
    color: #c50d27
}

.pagination_row span.swiper-pagination-bullet-active:before {
    width: .17rem
}

.pagination_row span.swiper-pagination-bullet-active:after {
    background: #c50d27
}

.whitebg header .line {
    background: #c8c8c8
}

.w1200 {
    padding: 0 3.6rem
}

.breadcrumb {
    padding: .54rem 3.6rem .6rem
}

.breadcrumb * {
    font-size: .2rem;
    color: #343434;
    text-transform: uppercase
}

.breadcrumb a {
    color: #343434
}

.breadcrumb a.current {
    color: #c7001f
}

.speech .content {
    padding-bottom: 1.5rem
}

.speech .content .pic {
    width: 100%
}

.speech .content .person {
    display: flex;
    flex-direction: column;
    margin-top: .74rem;
    margin-bottom: .55rem
}

.speech .content .person .name {
    margin-bottom: 0;
    font-size: .43rem;
    font-weight: bold;
    color: #c7001f;
    position: relative;
    line-height: .7rem
}

.speech .content .person .name.black {
    color: #333!important
}

.speech .content .person .name:after {
    content: '';
    display: block;
    width: .54rem;
    height: .05rem;
    background: #c7001f;
    position: absolute;
    left: 0;
    bottom: -.05rem
}

.speech .content .person .label1 {
    font-size: .2rem;
    color: #737373;
    margin-top: .26rem;
    margin-bottom: .15rem
}

.speech .content .person .label2 {
    font-size: .22rem;
    color: #333
}

.speech .content .para {
    padding-top: .6rem;
    padding-bottom: .24rem;
    position: relative
}

.speech .content .para:before {
    content: "";
    display: block;
    width: .67rem;
    height: .5rem;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/application/themes/mediaclick/assets/img/quot_icon_lf.png) no-repeat;
    background-size: 100% 100%
}

.speech .content .para:after {
    content: "";
    display: block;
    width: .67rem;
    height: .5rem;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(/application/themes/mediaclick/assets/img/quot_icon_rt.png) no-repeat;
    background-size: 100% 100%
}

.speech .content p {
    font-size: .2rem;
    color: #333;
    line-height: .4rem;
    margin-bottom: .32rem
}

.speech .content h2 {
    font-size: .3rem;
    color: #333;
    line-height: .4rem;
    margin-bottom: .32rem
}

.speech .content h1 {
    font-size: .4rem;
    color: #333;
    line-height: .4.6rem;
    margin-bottom: .32rem
}

.newspage .content {
    padding-bottom: 1.5rem
}

.newspage .content h3,.newspage .content h2,.newspage .content h1 {
    color: #333;
    font-size: .28rem;
    margin-bottom: .36rem
}

.newspage .content .date {
    font-size: .2rem;
    color: #a3a3a3;
    padding-bottom: .18rem
}

.newspage .content p {
    color: #333;
    font-size: .2rem;
    line-height: .4rem;
    margin-top: .32rem
}

.newspage .content img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.newspage .content>span {
    color: #a3a3a3;
    font-size: .2rem;
    line-height: .34rem;
    margin-top: .12rem;
    display: block
}

.newspage .content p span {
    font-size: .22rem!important;
    line-height: .4rem!important;
    font-family: HelveticaNeueLTPro-Roman!important
}

.newspage .content p:first-child {
    margin-top: 0
}

.newspage .content p:first-child span {
    margin-top: 0
}

.newspage .content ul,.newspage .content ol {
    padding: 0 0 0 .2rem
}

.newspage .content ul li,.newspage .content ol li {
    list-style-type: disc;
    color: #333;
    font-size: .2rem;
    line-height: .4rem;
    margin-top: .32rem
}

.readmore {
    transition: .3s;
    display: block;
    width: 1.57rem;
    height: .45rem;
    border: 2px solid #c50d27;
    background: #c50d27;
    color: #fff;
    font-size: .18rem;
    text-align: center;
    cursor: pointer;
    line-height: .45rem
}

.readmore:hover {
    background: #fff;
    color: #c50d27
}

.newswrap .content .newsswiper {
    width: 100%;
    position: relative;
    margin-bottom: .96rem
}

.newswrap .content .newsswiper .swiper-container {
    width: 100%
}

.newswrap .content .newsswiper .swiper-slide {
    display: flex
}

.newswrap .content .newsswiper .imgbox {
    width: 55.666%;
    flex-shrink: 0
}

.newswrap .content .newsswiper .imgbox img {
    width: 100%
}

.newswrap .content .newsswiper .newtext {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 44.334%;
    background: #eee;
    flex-shrink: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 .5rem 0 .4rem
}

.newswrap .content .newsswiper .newtext span {
    font-size: .2rem;
    color: #a3a3a3
}

.newswrap .content .newsswiper .newtext p {
    font-size: .28rem;
    color: #333;
    line-height: .38rem;
    margin-top: .15rem;
    margin-bottom: .2rem
}

.newswrap .newsswiper .swiper-pagination {
    width: 50%;
    bottom: .1rem;
    text-align: left;
    padding-left: .14rem
}

.newswrap .newsswiper .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: .08rem;
    height: .08rem;
    border-radius: 0;
    background-color: #eee;
    margin: 0 .06rem
}

.newswrap .newsswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #c7001f
}

.newswrap .content .newsswiper .controls {
    width: .49rem;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -.24rem;
    cursor: pointer
}

.newswrap .content .newsswiper .prev {
    left: 0
}

.newswrap .content .newsswiper .next {
    right: 0
}

.newswrap .content .newslist {
    margin-top: -.25rem
}

.newswrap .content .newslist li {
    list-style-type: none!important;
    display: flex;
    padding: .25rem .3rem;
    border-bottom: .02rem dashed #a1a1a1;
    position: relative
}

.newswrap .content .newslist .imgbox {
    width: 2.92rem;
    flex-shrink: 0;
    margin-right: .24rem
}

.newswrap .content .newslist .imgbox img {
    width: 100%
}

.newswrap .content .newslist .newstext {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: .14rem;
    padding-bottom: .1rem
}

.newswrap .content .newslist .newstext p {
    font-size: .24rem;
    color: #333;
    line-height: .38rem;
    margin-bottom: .2rem
}

.newswrap .content .newslist .newstext .botinfo {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.newswrap .content .newslist .newstext .botinfo span {
    font-size: .2rem;
    color: #a3a3a3
}

.line_title.left.newTitle {
    height: auto!important;
    line-height: .5rem!important;
    margin-bottom: .3rem
}

.line_title.left.newTitle:before {
    top: 0!important;
    height: 100%!important
}

.line_title {
    font-weight: bold;
    font-size: .38rem;
    font-weight: bold;
    color: #333;
    letter-spacing: 0;
    position: relative;
    height: .9rem;
    line-height: .9rem
}

.line_title.left {
    padding-left: .22rem
}

.line_title.left:before {
    content: '';
    display: block;
    width: .05rem;
    height: .54rem;
    background-color: #c7001f;
    position: absolute;
    left: 0;
    top: .18rem
}

.line_title.bottom:after {
    content: '';
    display: block;
    width: .62rem;
    height: .05rem;
    background-color: #c7001f;
    position: absolute;
    bottom: 0;
    left: 0
}

.videobox .play_btn {
    display: block;
    cursor: pointer;
    width: 1.03rem;
    height: 1.03rem;
    background: url(/application/themes/mediaclick/assets/img/play_video.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1
}

.videobox video {
    width: 100%;
    height: 100%;
    object-fit: fill
}

.videobox .video {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.introduction .content {
    padding-bottom: 1.5rem
}

.introduction .content .text {
    font-size: .2rem;
    color: #333;
    line-height: .36rem
}

.introduction .content .text p {
}

.introduction .overview {
    margin-top: -.18rem
}

.introduction .overview .videobox {
    margin-top: .5rem;
    width: 100%;
    height: 6.75rem;
    position: relative;
    overflow: hidden
}

.introduction .independent {
    background-color: #f3f4f4;
    margin-top: 1rem;
    padding-top: .8rem;
    padding-bottom: 1rem
}

.introduction .independent .text {
    margin-top: .1rem
}

.introduction .independent .paramsbox {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: .9rem
}

.introduction .independent .paramsbox .item {
    width: 25%;
    flex-shrink: 0;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.introduction .independent .paramsbox .item:after {
    content: '';
    background: #b9baba;
    width: 1px;
    height: 1.04rem;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.52rem
}

.introduction .independent .paramsbox .item:first-child {
    padding-right: .16rem
}

.introduction .independent .paramsbox .item:last-child {
    padding-left: .4rem
}

.introduction .independent .paramsbox .item:last-child:after {
    display: none
}

.introduction .independent .paramsbox strong {
    display: block;
    color: #c7001f;
    font-size: .4rem
}

.introduction .independent .paramsbox span {
    display: block;
    font-size: .2rem;
    line-height: .3rem;
    margin-top: .08rem
}

.introduction .team {
    margin-top: .9rem
}

.introduction .team .teamlist {
    padding-top: .65rem
}

.introduction .team .teamlist .swiper-slide {
    display: flex
}

.introduction .team .item {
    font-size: .18rem;
    line-height: .28rem;
    width: 15.5%;
    display: flex;
    flex-direction: column;
    margin-right: 1.4%
}

.introduction .team .item:nth-child(6n) {
    margin-right: 0
}

.introduction .team .country {
    white-space: nowrap;
    font-size: .16rem;
    color: #cf4251;
    padding-left: .16rem;
    position: relative;
    margin-bottom: .12rem
}

.introduction .team .country:before {
    content: '';
    display: block;
    width: .08rem;
    height: .13rem;
    background: url(/application/themes/mediaclick/assets/img/icon_angle1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: .02rem;
    top: 50%;
    margin-top: -.06rem
}

.introduction .team .per {
    width: 100%
}

.introduction .team .name {
    font-weight: bold;
    color: #333;
    margin-top: .12rem;
    margin-bottom: .04rem
}

.introduction .team .intr {
    color: #787878
}

.introduction .team .swiper-pagination {
    margin-top: .3rem;
    text-align: center;
    width: 100%;
    position: relative
}

.introduction .team .swiper-pagination-bullet {
    width: 1rem;
    height: 2px;
    background: #e7e7e7;
    border-radius: 0;
    margin: 0 .05rem;
    opacity: 1
}

.introduction .team .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #333
}

.introduction .development {
    margin-top: .62rem;
    background: #f3f4f4;
    padding-bottom: .88rem;
    padding-top: .4rem
}

.introduction .development .text_img {
    margin-top: .5rem;
    width: 100%
}

.introduction .development .img {
    width: 100%;
    margin-top: .3rem
}

.introduction .development .img .rt_p {
    width: 100%
}

.introduction .car_pic {
    margin-top: 1.3rem
}

.introduction .car_pic .pic {
    width: 100%
}

.introduction .foresight {
    margin-top: .4rem
}

.introduction .foresight .text {
    margin-top: .42rem
}

.introduction .foresight .text p+p {
    margin-top: .3rem
}

.motorshow .newslist {
    padding-bottom: .6rem
}

.motorshow .newslist li {
    display: flex;
    align-items: center;
    margin-bottom: .9rem
}

.motorshow .newslist .imgbox {
    width: 57.9%;
    flex-shrink: 0
}

.motorshow .newslist .imgbox .pic {
    width: 100%
}

.motorshow .newslist .det {
    height: 3.76rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    width: 43.75%;
    background: rgba(245,245,245,.85);
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.motorshow .newslist .det .date {
    font-size: .24rem;
    line-height: .6rem;
    position: relative;
    margin-bottom: .2rem
}

.motorshow .newslist .det .date:after {
    content: '';
    display: block;
    width: .48rem;
    height: .03rem;
    background: #c7001f;
    position: absolute;
    left: 0;
    bottom: 0
}

.motorshow .newslist .det a {
    color: #262626;
    font-weight: bold;
    font-size: .3rem;
    line-height: .5rem;
    cursor: pointer;
    transition: opacity .3s
}

.motorshow .newslist .det a:hover {
    opacity: .5
}

.motorshow .newslist li:nth-child(odd) .det {
    margin-left: -.2rem;
    padding-left: .62rem
}

.motorshow .newslist li:nth-child(even) .det {
    margin-right: -.2rem;
    padding-left: .42rem
}

.motorshow .banner img {
    width: 100%
}

.motorshow .liveshow {
    margin-top: -.18rem
}

.motorshow .liveshow .showSwi {
    position: relative;
    margin-top: .22rem
}

.motorshow .liveshow .swiper-slide {
    height: 5.85rem
}

.motorshow .liveshow .swiper-slide .videobox {
    width: 100%;
    height: 100%
}

.motorshow .liveshow .swiper-slide .imgbox {
    width: 100%;
    height: 100%
}

.motorshow .liveshow .swiper-slide .imgbox img {
    width: 100%;
    height: 100%
}

.motorshow .liveshow .swiper-pagination {
    position: relative;
    text-align: left;
    font-size: 0;
    margin-top: .32rem;
    margin-bottom: .4rem
}

.motorshow .liveshow .swiper-pagination-bullet {
    border-radius: 0;
    opacity: 1;
    width: 1.3rem;
    height: 2px;
    background: #e7e7e7;
    transition: all .3s;
    margin: 0 .03rem
}

.motorshow .liveshow .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2.5rem;
    background: #101010
}

.motorshow .liveshow .textbox {
    font-size: .2rem;
    line-height: .4rem
}

.motorshow .liveshow .textbox+.textbox {
    display: none
}

.motorshow .liveshow .textbox .date {
    color: #a3a3a3
}

.motorshow .liveshow .textbox .det {
    color: #1f1f1f
}

.motorshow .arrow_prev,.motorshow .arrow_next {
    width: .18rem;
    height: .34rem;
    background-repeat: no-repeat;
    padding: .2rem;
    background-size: .18rem .34rem;
    background-position: center center;
    cursor: pointer;
    transition: all .3s;
    position: absolute;
    top: 50%;
    margin-top: -.24rem;
    z-index: 1
}

.motorshow .arrow_prev {
    background-image: url(/application/themes/mediaclick/assets/img/motor_prev.png);
    left: -.75rem
}

.motorshow .arrow_next {
    background-image: url(/application/themes/mediaclick/assets/img/motor_next.png);
    right: -.75rem
}

.motorshow .arrow_prev:hover,.motorshow .arrow_next:hover {
    background-color: #e7e7e7
}

.motorshow .exhibition {
    margin-top: .9rem;
    background-color: #f3f4f4;
    padding-top: .42rem;
    padding-bottom: .72rem
}

.motorshow .exhibition .carSwi {
    margin-top: .38rem
}

.motorshow .exhibition .carSwi {
    position: relative;
    width: 100%
}

.motorshow .exhibition .swiper-container {
    width: 100%
}

.motorshow .exhibition .swiper-slide {
}

.motorshow .exhibition .imgbox {
    width: 100%;
    height: 1.5rem
}

.motorshow .exhibition .imgbox img {
    width: 100%
}

.motorshow .exhibition .carname {
    font-weight: bold;
    font-size: .24rem;
    color: #333;
    margin-top: .32rem;
    margin-bottom: .22rem;
    margin-left: .35rem
}

.motorshow .exhibition .details {
    display: flex;
    margin-left: .35rem;
    width: 58%;
    height: .5rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #333;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #333;
    font-size: .22rem;
    transition: all .32s ease-in-out
}

.motorshow .exhibition .details:hover {
    background: #c50d27;
    border: 0;
    color: #fff
}

.motorshow .exhibition .arrow_prev,.motorshow .exhibition .arrow_next {
    top: 20%
}

.motorshow .latestnews {
    margin-top: .98rem
}

.motorshow .latestnews .first_news {
    display: flex;
    justify-content: space-between;
    margin-top: .3rem
}

.motorshow .latestnews .first_news .imgbox {
    width: 52.83%
}

.motorshow .latestnews .first_news .imgbox img {
    width: 100%
}

.motorshow .latestnews .first_news .news_det {
    width: 44.583%;
    padding-top: .2rem
}

.motorshow .latestnews .first_news .news_det .date {
    font-size: .22rem;
    color: #a3a3a3
}

.motorshow .latestnews .first_news .news_det .tit {
    margin-top: .2rem;
    margin-bottom: .48rem;
    font-size: .34rem;
    color: #1f1f1f;
    line-height: .5rem
}

.motorshow .latestnews .first_news .news_det .more {
    font-size: .22rem;
    color: #1f1f1f;
    border: 1px solid #333;
    width: 1.6rem;
    height: .44rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .32s ease-in-out
}

.motorshow .latestnews .first_news .news_det .more:hover {
    background: #c50d27;
    border: 1px solid #c50d27;
    color: #fff
}

.motorshow .latestnews .news_list {
    padding-bottom: 1.5rem;
    padding-top: .42rem
}

.motorshow .latestnews .news_list li {
    padding-left: .28rem;
    height: .98rem;
    border-bottom: .02rem dashed #a1a1a1;
    line-height: .98rem;
    position: relative
}

.motorshow .latestnews .news_list li:before {
    content: '';
    display: block;
    width: .07rem;
    height: .07rem;
    background: #c7001f;
    position: absolute;
    left: .07rem;
    top: 50%;
    transform: translateY(-50%)
}

.motorshow .latestnews .news_list li a {
    font-size: .2rem;
    color: #262626;
    transition: color .3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 96%
}

.motorshow .latestnews .news_list li a:hover {
    color: #a1a1a1
}

.motorshow2019 .module_content {
    display: none
}

.motorshow2019 .content {
    padding-bottom: .8rem
}

.motorshow2019 .module {
    position: relative;
    margin-bottom: .66rem
}

.motorshow2019 .module:after {
    content: '';
    display: block;
    width: 12rem;
    height: 0;
    border-top: .03rem dotted #b2b2b2;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.motorshow2019 .event_title {
    display: flex;
    position: relative;
    padding-bottom: .55rem
}

.motorshow2019 .event_title .num {
    margin-right: .24rem;
    margin-top: .12rem;
    flex-shrink: 0;
    font-weight: bold;
    display: inline-block;
    width: .58rem;
    height: .58rem;
    background: #c7001f;
    text-align: center;
    line-height: .58rem;
    color: #fff;
    font-size: .36rem
}

.motorshow2019 .event_title p {
    font-size: .36rem;
    font-weight: bold;
    line-height: .62rem;
    width: 78.334%
}

.motorshow2019 .event_title p span {
    font-family: HelveticaNeueLTPro-Roman;
    display: block;
    font-size: .3rem
}

.motorshow2019 .event_title .icon {
    display: block;
    width: .65rem;
    height: .65rem;
    background: url(/application/themes/mediaclick/assets/img/motorshow_arrow.png) no-repeat;
    background-size: 100% 100%;
    margin-top: .12rem;
    margin-left: 1rem;
    cursor: pointer;
    flex-shrink: 0
}

.motorshow2019 .on .event_title .icon {
    transform: rotate(180deg)
}

.motorshow2019 .module_content .text {
    position: relative
}

.motorshow2019 .module_content .text p {
    font-size: .2rem;
    color: #333;
    line-height: .4rem;
    margin-bottom: .32rem
}

.motorshow2019 .module_content .text p:last-child {
    margin-bottom: 0
}

.motorshow2019 .gray {
    background: #f3f4f4
}

.motorshow2019 .flex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.motorshow2019 .imgtext img {
    width: 100%
}

.motorshow2019 .module_1 .imgtext.one {
    width: 5.86rem
}

.motorshow2019 .content section {
    padding-top: .65rem;
    padding-bottom: .42rem
}

.motorshow2019 .module_1 .imgtext {
    width: 40%;
    background: #fff;
    flex-shrink: 0;
    margin-bottom: .26rem
}

.motorshow2019 .module_1 .imgtext.gray {
    background: #f3f4f4
}

.motorshow2019 .module_1 .imgtext p {
    font-size: .18rem;
    line-height: .34rem;
    padding: .26rem .2rem .26rem .4rem;
    position: relative
}

.motorshow2019 .module_1 .imgtext p:before {
    content: '';
    display: block;
    width: .12rem;
    height: .1rem;
    background: url(/application/themes/mediaclick/assets/img/motorshow_angle.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: .13rem;
    top: .34rem
}

.motorshow2019 .module_1 .flex .text {
    width: 58%
}

.motorshow2019 .module_1 .title {
    font-size: .28rem;
    font-weight: bold;
    line-height: .38rem;
    padding-left: .22rem;
    position: relative;
    margin-bottom: .52rem
}

.motorshow2019 .module_1 .title:before {
    content: '';
    display: block;
    width: .05rem;
    background: #c7001f;
    height: .38rem;
    position: absolute;
    left: 0;
    top: 0
}

.motorshow2019 .module_2 {
    padding-bottom: 1rem
}

.motorshow2019 .module_2 .line:before {
    content: '';
    width: .54rem;
    height: .04rem;
    background: #c7001f;
    position: absolute;
    left: 0;
    top: -.22rem
}

.motorshow2019 .module_2 .flex {
    align-items: flex-start
}

.motorshow2019 .module_2 .flex>img {
    width: 32.833%
}

.motorshow2019 .module_2 .imgtext {
    width: 44.33%;
    margin-left: .24rem;
    flex-shrink: 0
}

.motorshow2019 .module_2 .imgtext h4 {
    font-size: .36rem;
    font-weight: bold;
    margin-bottom: .18rem
}

.motorshow2019 .graybg {
    position: relative
}

.motorshow2019 .graybg:after {
    content: '';
    width: 15rem;
    height: 100%;
    position: absolute;
    left: 0;
    background: #f4f5f5;
    z-index: -1;
    top: 0
}

.motorshow2019 .title_line {
    font-weight: bold;
    font-size: .28rem;
    padding-bottom: .22rem;
    position: relative;
    margin-bottom: .36rem
}

.motorshow2019 .title_line:after {
    content: "";
    width: .54rem;
    height: .04rem;
    background: #c7001f;
    position: absolute;
    bottom: 0;
    left: 0
}

.motorshow2019 .icon_title {
    font-size: .3rem;
    display: flex;
    align-items: center;
    margin-bottom: .45rem;
    font-weight: bold
}

.motorshow2019 .icon_title img {
    width: .49rem;
    margin-right: .1rem
}

.motorshow2019 .module_3 .flex {
    margin-bottom: .6rem
}

.motorshow2019 .module_3 .flex>img {
    width: 50%
}

.motorshow2019 .module_3 .flex .text {
    width: 48%
}

.motorshow2019 .module_3 .flex .text p {
    margin-bottom: 0;
    line-height: .36rem
}

.contact .content {
    padding-bottom: 2rem
}

.contact .about {
    margin-bottom: .3rem
}

.contact .about .types {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: .1rem
}

.contact .about .types .tab {
    min-width: 3rem;
    padding: 0 .12rem;
    height: .46rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .2rem;
    color: #a6a6a6;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #a6a6a6;
    white-space: nowrap;
    margin-right: .3rem;
    cursor: pointer
}

.contact .about .types .tab:hover {
    border: 1px solid #c7001f;
    background: #c7001f;
    color: #fff
}

.contact .form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: .1rem;
    justify-content: space-between
}

.contact .form .form_control {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    font-size: .18rem;
    border: 0;
    outline: 0
}

.contact .form .form_group {
    position: relative;
    width: 23%;
    border: 1px solid #a6a6a6;
    margin-bottom: .29rem
}

.contact .form .form-group {
    width: 100%;
    margin-top: .3rem
}

.contact .form .form-group .form-check {
    display: flex;
    padding: 0;
    margin-bottom: 10px;
    position: relative
}

.contact .form .form-group .form-check label {
    position: initial;
    pointer-events: initial;
    text-transform: inherit;
    cursor: pointer;
    width: auto;
    padding-left: 10px
}

.contact .form .form-group .form-check label a {
    color: #c7001f
}

.contact .form .form-group .form-check input {
    -webkit-appearance: none;
    min-width: 16px;
    width: 16px;
    height: 16px;
    position: relative;
    background: #fff!important;
    outline: 0!important;
    padding: 0!important;
    border: 1px solid #a6a6a6;
    cursor: pointer;
    border-radius: 0;
    margin: 0;
    box-shadow: initial!important
}

.contact .form .form-group .form-check input:before {
    transition: .4s;
    content: "";
    opacity: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(/application/themes/mediaclick/assets/img/check.png) center no-repeat;
    transform: translate(-50%,-50%)
}

.contact .form .form-group .form-check input:checked:before {
    transition: .3s;
    opacity: 1
}

.contact .form .form_group .form_control {
    background: none;
    position: relative;
    z-index: 1;
    padding: 0 .36rem 0 .22rem;
    height: .42rem;
    line-height: .42rem
}

.contact .form .form_group.seat {
    border: 1px solid transparent;
    height: 0;
    margin-bottom: 0;
    border-top-width: 0;
    border-bottom-width: 0
}

.contact .form .form_textarea {
    position: relative;
    width: 100%;
    border: 1px solid #a6a6a6;
    padding: .08rem .3rem
}

.contact .form .form_group select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none
}

.contact .form .form_textarea textarea {
    height: 2.55rem;
    resize: none;
    line-height: .36rem
}

.contact .form .form_textarea textarea::-webkit-input-placeholder {
    color: #a6a6a6
}

.contact .form .submit {
    font-size: .24rem;
    border: 0;
    outline: 0;
    color: #fff;
    background: #c7001f;
    width: 2.5rem;
    height: .62rem;
    cursor: pointer
}

.contact .form .form_group.mustwrite:before {
    content: '*';
    font-size: .18rem;
    display: block;
    color: #c7001f;
    width: .22rem;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%)
}

.contact .form .form_group.select:after {
    content: '';
    display: block;
    width: .16rem;
    height: .1rem;
    background: url(/application/themes/mediaclick/assets/img/select_down.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .18rem
}

.contact .form .form_textarea.mustwrite:before {
    content: '*';
    font-size: .18rem;
    display: block;
    color: #c7001f;
    width: .36rem;
    height: .42rem;
    line-height: .42rem;
    position: absolute;
    left: 0;
    top: .06rem;
    text-align: center
}

.contact .form .form_group.isShow {
    display: none
}

.contact .hint {
    margin-top: .2rem
}

.contact .hint p {
    font-size: .2rem;
    display: none
}

.contact .hint p.red {
    color: red
}

.contact .hint p.gray {
    color: #666
}

.contact .message_box {
    padding: .1rem .2rem;
    border-radius: .1rem;
    display: flex;
    align-items: center;
    position: fixed;
    left: 50%;
    top: 47%;
    color: #f56c6c;
    background-color: #fef0f0;
    border: 1px solid #fde2e2;
    z-index: 9999;
    transform: translate(-50%,-50%);
    transition: all .6s ease;
    opacity: 0
}

.contact .message_box.on {
    opacity: 1;
    top: 50%
}

.contact .message_box .icon {
    flex-shrink: 0;
    width: .38rem;
    height: .38rem;
    margin-right: .1rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(/application/themes/mediaclick/assets/img/alert_error.png)
}

.contact .message_box p {
    font-size: .2rem
}

.contact .message_box.success {
    color: #67c23a;
    background-color: #f0f9eb;
    border: 1px solid #e1f3d8
}

.contact .message_box.success .icon {
    background-image: url(/application/themes/mediaclick/assets/img/alert_succes.png)
}

.types .tab.on {
    border: 1px solid #c7001f!important;
    background: #c7001f;
    color: #fff!important
}

.types input {
    position: absolute;
    opacity: 0
}

.replypage header {
    position: relative;
    box-shadow: 5px 3px #eee
}

.replypage header nav {
    position: relative
}

.replypage footer {
    padding: 0;
    border: 0
}

.replypage .submit {
    display: block;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: #c7001f;
    font-size: .24rem;
    color: #fff;
    width: 2.5rem;
    height: .62rem
}

.replymsg .write_wrap {
    padding-top: .46rem;
    padding-bottom: 1.4rem;
    background: url(/application/themes/mediaclick/assets/img/replymsg_bg.jpg) no-repeat;
    background-size: 100%
}

.replymsg .write_wrap .title {
    font-size: .36rem;
    text-align: center;
    margin-bottom: .8rem;
    position: relative
}

.replymsg .write_wrap .title:after {
    content: '';
    display: block;
    width: .19rem;
    height: .1rem;
    background: url(/application/themes/mediaclick/assets/img/icon_angle.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    margin-left: -.095rem;
    bottom: -.13rem
}

.replymsg .write_wrap .module {
    margin-bottom: .5rem;
    padding-bottom: .56rem;
    border-bottom: 1px dashed #333
}

.replymsg .write_wrap .module:last-child {
    margin-bottom: 0;
    border: 0;
    padding-bottom: .38rem
}

.replymsg .write_wrap .module h4 {
    display: flex;
    align-items: center;
    margin-bottom: .38rem
}

.replymsg .write_wrap .module h4 img {
    width: .41rem;
    margin-right: .12rem
}

.replymsg .write_wrap .module h4 span {
    font-size: .28rem;
    font-weight: bold;
    color: #333
}

.replymsg .write_wrap .module .colmsg {
    font-size: .2rem;
    color: #333;
    margin-bottom: .18rem;
    line-height: .32rem;
    display: flex
}

.replymsg .write_wrap .module .colmsg .label {
    flex-shrink: 0;
    margin-right: .12rem;
    padding: 0 .08rem;
    background: #e3e3e3;
    display: inline-block;
    height: .32rem
}

.replymsg .write_wrap .module .textarea {
    resize: none;
    border: 1px solid #a6a6a6;
    width: 100%;
    height: 2.62rem;
    outline: 0;
    padding: .1rem .2rem;
    line-height: .4rem;
    font-size: .22rem
}

.replymsg .write_wrap .submit {
    margin: 0 auto
}

.replylogin .write_wrap {
    position: relative
}

.replylogin .login_bg {
    width: 100%
}

.replylogin .login_wrap {
    width: 50.5%;
    padding: 1rem .7rem 1.3rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: rgba(255,255,255,.8);
    box-shadow: 0 0 .3rem #dcd5d6
}

.replylogin .login_wrap p {
    font-size: .28rem;
    font-weight: bold;
    display: flex;
    align-items: center
}

.replylogin .login_wrap p img {
    width: .47rem;
    margin-right: .15rem
}

.replylogin .login_wrap .input_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .48rem
}

.replylogin .login_wrap .ipt_wrap {
    width: 5.45rem;
    position: relative
}

.replylogin .login_wrap .ipt_wrap:before {
    content: '';
    display: block;
    width: .25rem;
    height: .29rem;
    background: url(/application/themes/mediaclick/assets/img/icon_key.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: .16rem;
    top: .17rem
}

.replylogin .login_wrap .ipt_wrap .ipt {
    box-sizing: border-box;
    padding: 0 .2rem 0 .54rem;
    width: 100%;
    height: .62rem;
    border: 0;
    background: none;
    border: 1px solid #a6a6a6;
    outline: 0;
    font-size: .22rem;
    color: #333
}

.yearWrap {
    padding: 0 3.6rem
}

.honors .year_choose {
    width: 82.92%;
    margin: 0 auto;
    position: relative
}

.honors .year_choose:after {
    content: '';
    display: block;
    width: 100%;
    height: .03rem;
    background: url(/application/themes/mediaclick/assets/img/honors_dashed_bot.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0
}

.honors .swiper-container {
    width: 89%;
    padding-bottom: .1rem
}

.honors .swiper-slide {
    cursor: pointer;
    text-align: center;
    height: .56rem;
    line-height: .34rem;
    font-family: javatext;
    font-size: .2rem;
    color: #7c7c7c;
    background: url(/application/themes/mediaclick/assets/img/honors_dashed.png) no-repeat left bottom;
    background-size: 98.2857%
}

.honors .swiper-slide:last-child:after {
    content: '';
    display: block;
    width: .03rem;
    height: 100%;
    background: url(/application/themes/mediaclick/assets/img/honors_dashed_last.png) no-repeat right bottom;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 0
}

.honors .swiper-slide.swiper-slide-active {
    font-size: .24rem;
    color: #c50e28
}

.honors .eventList {
    display: flex;
    margin-top: .24rem;
    padding-bottom: .2rem;
    background: url(/application/themes/mediaclick/assets/img/honors_line.png) repeat-y center top;
    background-size: .03rem
}

.honors .eventList .left {
    width: 50%;
    padding-right: .62rem;
    padding-top: 2rem;
    text-align: right;
    box-sizing: border-box
}

.honors .eventList .right {
    width: 50%;
    padding-left: .62rem;
    box-sizing: border-box
}

.honors .eventItem {
    color: #333;
    font-size: .24rem;
    padding: .26rem 0 .18rem
}

.honors .eventItem .imgbox {
    display: inline-block;
    border: .08rem solid #eaeeef;
    border-radius: .08rem
}

.honors .eventItem .imgbox img {
    width: 2.84rem;
    border: 2px solid #fff
}

.honors .eventItem .date {
    color: #c7001f;
    display: block;
    position: relative;
    margin-top: .15rem;
    margin-bottom: .08rem;
    font-weight: bold
}

.honors .eventItem .date:after {
    content: '';
    display: block;
    width: .7rem;
    height: .24rem;
    background-image: url(/application/themes/mediaclick/assets/img/honors_dashed_right.png);
    background-size: 100% 100%;
    position: absolute;
    left: -.82rem;
    top: 50%;
    margin-top: -.12rem
}

.honors .eventItem .text {
    padding-left: .08rem
}

.honors .left .eventItem .text {
    padding-right: .08rem
}

.honors .eventItem .title {
    line-height: .36rem;
    font-weight: bold;
    margin-bottom: .12rem
}

.honors .eventItem .det {
    font-size: .18rem;
    line-height: .4rem
}

.honors .left .eventItem .date:after {
    background-image: url(/application/themes/mediaclick/assets/img/honors_dashed_left.png);
    right: -.83rem;
    left: auto
}

.honors .goTo {
    font-size: .2rem;
    width: 1.28rem;
    height: .4rem;
    color: #fff;
    background: #c50d27;
    text-align: center;
    line-height: .4rem;
    margin: .45rem auto .56rem;
    cursor: pointer
}

.honors .eventList+.eventList {
    display: none
}

.honors .year_choose .btn {
    width: .4rem;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -.2rem
}

.honors .year_choose .btn.prev {
    left: 0
}

.honors .year_choose .btn.next {
    right: 0
}

.honors .eventList .items {
    width: 100%
}

.honors .eventList .items .eventItem {
    display: flex;
    align-items: center;
    margin-bottom: -10vw
}

.honors .eventList .items .eventItem:last-child {
    margin-bottom: 0
}

.honors .eventList .items .eventItem:nth-child(odd) {
    flex-direction: row-reverse
}

.honors .eventList .items .eventItem:nth-child(odd) .all {
    padding-left: .62rem;
    text-align: left
}

.honors .eventList .items .eventItem .all {
    width: 50%;
    box-sizing: border-box
}

.honors .eventList .items .eventItem:nth-child(even) .all {
    text-align: right;
    padding-right: .62rem
}

.honors .eventList .items .eventItem:nth-child(even) .all .date:after {
    background-image: url(/application/themes/mediaclick/assets/img/honors_dashed_left.png);
    right: -.73rem;
    left: auto
}

.autopilot .videobox {
    position: relative;
    margin-bottom: .56rem;
    width: 100%
}

.autopilot .videobox video {
    position: initial!important;
    transform: initial!important
}

.autopilot .textbox {
    padding-bottom: 1.5rem
}

.autopilot .textbox .tit {
    font-size: .2rem;
    color: #c50d27;
    display: inline-block;
    padding: 0 .2rem;
    height: .46rem;
    line-height: .46rem;
    border: 2px solid #c50d27;
    border-radius: .04rem;
    font-weight: bold;
    margin-bottom: .38rem;
    text-transform: uppercase
}

.autopilot .textbox .det {
    font-size: .2rem;
    color: #343434;
    line-height: .3rem;
    padding-left: .15rem;
    position: relative
}

.autopilot .textbox .det:before {
    content: '';
    display: block;
    width: .05rem;
    height: .05rem;
    background: #999999;
    position: absolute;
    top: .125rem;
    left: 0
}

.autopilot .textbox .det+.det {
    margin-top: .1rem
}

.newenergy .videobox {
    position: relative;
    margin-bottom: .18rem;
    width: 100%
}

.newenergy .videobox video {
    position: initial!important;
    transform: initial!important
}

.newenergy .videoText {
    font-size: .28rem
}

.newenergy .imgtitle {
    display: flex;
    margin-top: .75rem
}

.newenergy .imgtitle img {
    width: 2.6rem;
    flex-shrink: 0
}

.newenergy .imgtitle .text {
    font-size: .38rem;
    display: flex;
    align-items: center;
    background: #f4f5f8;
    justify-content: center;
    width: 100%
}

.newenergy .content {
    padding-bottom: 1rem
}

.newenergy .bigTitle {
    margin-top: .2rem;
    font-size: .34rem;
    position: relative;
    padding-left: .22rem;
    height: 1.34rem;
    line-height: 1.34rem
}

.newenergy .bigTitle:before {
    content: '';
    display: block;
    width: .05rem;
    height: .54rem;
    background: #c7001f;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.27rem
}

.newenergy .smallTitle {
    margin-bottom: .18rem;
    margin-top: .4rem;
    font-size: .34rem;
    position: relative;
    padding-bottom: .3rem;
    line-height: .28rem
}

.newenergy .smallTitle .ic {
    width: .54rem;
    display: block;
    margin-bottom: .2rem
}

.newenergy .smallTitle:after {
    content: '';
    display: block;
    height: .05rem;
    width: .54rem;
    background: #c7001f;
    position: absolute;
    left: 0;
    bottom: 0
}

.newenergy .module .pic {
    width: 100%
}

.newenergy .module .botInfo {
    display: flex;
    flex-wrap: wrap
}

.newenergy .module .botInfo .col {
    width: 50%
}

.newenergy .module p {
    font-size: .2rem;
    line-height: .36rem;
    padding-right: .68rem
}

.newenergy .module .btn {
    cursor: pointer;
    z-index: 9;
    display: block;
    width: .3rem;
    height: .4rem;
    position: absolute;
    top: 50%;
    margin-top: -.2rem
}

.newenergy .module .btn.prev {
    left: .15rem
}

.newenergy .module .btn.next {
    right: .15rem
}

.worldwide .mapwrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem
}

.worldwide .mapwrap .map {
    width: 100%
}

.worldwide .mapwrap .map_pop {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.resultwrap .content {
    min-height: calc(100vh - 5.08rem);
    padding-top: .68rem;
    background-image: url(/application/themes/mediaclick/assets/img/search_bg.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat
}

.resultwrap .searchWrap {
    display: flex;
    align-items: center;
    justify-content: center
}

.resultwrap .searchWrap .iptWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54.75%
}

.resultwrap .searchWrap .iptWrap .ipt {
    width: 100%;
    font-size: .2rem;
    padding-left: .16rem;
    background: #fff;
    border: 1px solid #a6a6a6;
    border-right: none;
    height: .46rem;
    box-sizing: border-box
}

.resultwrap .searchWrap .iptWrap .search {
    flex-shrink: 0;
    background: url(/application/themes/mediaclick/assets/img/search_icon.jpg) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    outline: 0;
    border: 0;
    width: .46rem;
    height: .46rem
}

.resultwrap .resultTop {
    background: rgba(255,255,255,.4);
    padding-bottom: .5rem;
    padding-top: .5rem
}

.resultwrap .resultTit h4 {
    font-size: .36rem;
    text-align: center;
    position: relative;
    margin-bottom: .44rem
}

.resultwrap .resultTit h4:after {
    content: '';
    display: block;
    width: .19rem;
    height: .1rem;
    background: url(/application/themes/mediaclick/assets/img/icon_angle.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    margin-left: -.09rem;
    bottom: -.2rem
}

.resultwrap .resultHint {
    padding: .54rem 0 .3rem
}

.resultwrap .resultHint h5 {
    font-size: .36rem;
    margin-bottom: .25rem
}

.resultwrap .resultHint p {
    font-size: .2rem
}

.resultwrap .resultHint p span {
    color: #c7001f;
    font-weight: bold
}

.resultwrap .resultList li {
    padding: .54rem 0;
    border-bottom: 1px dashed #a1a1a1
}

.resultwrap .resultList li:first-child {
    border-top: 1px dashed #a1a1a1
}

.resultwrap .resultList .newstext {
    display: block;
    color: #333
}

.resultwrap .resultList .newstext .tit {
    font-size: .28rem;
    line-height: .38rem;
    font-weight: bold;
    position: relative;
    display: block;
    padding-left: .25rem;
    margin-bottom: .2rem
}

.resultwrap .resultList .newstext .tit:before {
    content: '';
    display: block;
    width: .05rem;
    height: .37rem;
    background: #C7001F;
    position: absolute;
    left: 0;
    top: 0
}

.resultwrap .resultList .newstext .det {
    font-size: .2rem;
    line-height: .38rem
}

.resultwrap .resultList .newstext span em {
    font-style: normal;
    color: #C7001F
}

@keyframes mapSlide {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,50%,0) scale(1.25);
        transform: translate3d(0,50%,0) scale(1.25)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.mapSlide {
    -webkit-animation-name: mapSlide;
    animation-name: mapSlide
}

.worldwide .mapwrap .pointbox {
    z-index: 9;
    cursor: pointer;
    color: #fff;
    width: .85rem;
    height: .76rem;
    position: absolute;
    transform: translateY(-100%);
    opacity: 0;
    animation: fadeInDown .4s forwards ease-in;
    -ms-animation: fadeInDown .4s forwards ease-in
}

.worldwide .mapwrap .pointbox .point {
    color: #fff;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .3s
}

.worldwide .mapwrap .pointbox .point span {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.worldwide .mapwrap .pointbox .point .ic_t {
    height: .68rem;
    top: 0;
    z-index: 2;
    background-image: url(/application/themes/mediaclick/assets/img/map_dot_top.png)
}

.worldwide .mapwrap .pointbox .point .ic_b {
    height: .41rem;
    bottom: 0;
    z-index: 1;
    background-image: url(/application/themes/mediaclick/assets/img/map_dot_bot.png)
}

.worldwide .mapwrap .pointbox.on .point .ic_t {
    animation: opacityChange 1s ease-in-out infinite
}

.worldwide .mapwrap .pointbox .name {
    transition: color .3s;
    font-size: .16rem;
    font-weight: bold;
    white-space: nowrap;
    position: absolute
}

.worldwide .mapwrap .pointbox:hover .name,.worldwide .mapwrap .pointbox.on .name {
    color: #fff
}

.worldwide .mapwrap .pointbox.left .name {
    right: 90%;
    top: 50%;
    transform: translateY(-50%)
}

.worldwide .mapwrap .pointbox.right .name {
    left: 90%;
    top: 50%;
    transform: translateY(-50%)
}

.worldwide .mapwrap .pointbox.leftbottom .name {
    right: 86%;
    bottom: -.14rem
}

.worldwide .mapwrap .pointbox.rightbottom .name {
    left: 70%;
    bottom: .05rem
}

.worldwide .mapwrap .pointbox.lefttop .name {
    right: 90%;
    top: 0
}

.worldwide .mapwrap .pointbox.righttop .name {
    left: 90%;
    top: 0
}

.worldwide .mapwrap .countryInfo {
    color: #fff;
    padding: .46rem .5rem .48rem;
    box-sizing: border-box;
    -ms-box-sizing: border;
    width: 3.3rem;
    background: url(/application/themes/mediaclick/assets/img/map/map_textwrap.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 1.92rem;
    top: .19rem
}

.worldwide .mapwrap .countryInfo:after {
    content: '';
    display: block;
    clear: both
}

.worldwide .mapwrap .countryInfo .name {
    display: flex;
    align-items: center;
    font-size: .18rem;
    font-weight: bold
}

.worldwide .mapwrap .countryInfo .name .ic {
    width: .24rem;
    flex-shrink: 0;
    box-shadow: 0 0 .1rem #4687a3;
    margin-right: .08rem
}

.worldwide .mapwrap .countryInfo .imgbox {
    display: block;
    width: 100%;
    margin: .1rem 0;
    box-shadow: 0 0 .8rem #427496
}

.worldwide .mapwrap .countryInfo .imgbox video {
    width: 100%;
    height: 100%;
    object-fit: fill
}

.worldwide .mapwrap .countryInfo .imgbox img {
    width: 100%;
    height: 100%
}

.worldwide .mapwrap .countryInfo .det {
    font-size: .16rem;
    font-weight: bold;
    line-height: .24rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2
}

.worldwide .mapwrap .countryInfo .link {
    margin-top: .09rem;
    font-size: .12rem;
    padding: .05rem;
    background: #25e7ec;
    color: #fff;
    border-radius: .04rem;
    float: right;
    text-align: center
}

.worldwide .line_title {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.worldwide .line_title .link {
    display: flex;
    align-items: center
}

.worldwide .line_title .link .linkwrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.4
}

.worldwide .line_title a {
    font-size: .2rem;
    color: #c7001f;
    text-decoration: underline
}

.worldwide .line_title .link img {
    width: .36rem;
    margin-left: .16rem
}

.worldwide .country .showSwi {
    position: relative;
    margin-top: .22rem;
    padding-bottom: .4rem
}

.worldwide .country .swiper-slide {
    height: 6.76rem
}

.worldwide .country .swiper-slide .videobox {
    width: 100%;
    height: 100%
}

.worldwide .country .swiper-slide .imgbox {
    width: 100%;
    height: 100%
}

.worldwide .country .swiper-slide .imgbox img {
    width: 100%;
    height: 100%
}

.worldwide .country .swiper-pagination {
    position: relative;
    text-align: left;
    font-size: 0;
    margin-top: .32rem;
    margin-bottom: .4rem
}

.worldwide .country .swiper-pagination-bullet {
    border-radius: 0;
    opacity: 1;
    width: 1.3rem;
    height: 2px;
    background: #e7e7e7;
    transition: all .3s;
    margin: 0 .03rem
}

.worldwide .country .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2.5rem;
    background: #101010
}

.worldwide .country .arrow_prev,.worldwide .country .arrow_next {
    width: .18rem;
    height: .34rem;
    background-repeat: no-repeat;
    padding: .2rem;
    background-size: .18rem .34rem;
    background-position: center center;
    cursor: pointer;
    transition: all .3s;
    position: absolute;
    top: 42%;
    margin-top: -.24rem;
    z-index: 1
}

.worldwide .country .arrow_prev {
    background-image: url(/application/themes/mediaclick/assets/img/motor_prev.png);
    left: -.75rem
}

.worldwide .country .arrow_next {
    background-image: url(/application/themes/mediaclick/assets/img/motor_next.png);
    right: -.75rem
}

.worldwide .country .arrow_prev:hover,.worldwide .country .arrow_next:hover {
    background-color: #e7e7e7
}

.tiggo8pro .color_cut #tiggo7pro,.tiggo8pro .color_cut #omoda {
    display: none
}

.tiggo8pro .interior_color {
    display: none
}

.tiggo7pro .color_cut #tiggo8pro,.tiggo7pro .color_cut #omoda {
    display: none
}

.ccm-toolbar-visible .ccm-page .music {
    top: .74rem!important
}

.worldwide .gallery .imgShowList {
    margin-top: .3rem
}

.worldwide .gallery .imgShowList .col {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: .18rem
}

.worldwide .gallery .imgShowList .col.two .imgbox {
    width: 49.167%
}

.worldwide .gallery .imgShowList .col.three .imgbox {
    width: 32.167%
}

.worldwide .gallery .imgShowList .imgbox img {
    width: 100%;
    height: 100%
}

.worldwide .gallery .imgShowList .col.three.noenough:after {
    content: '';
    display: block;
    height: 0;
    width: 32.167%
}

.worldwide .gallery .newGal {
    display: flex;
    flex-wrap: wrap;
    margin: .3rem -10px
}

.worldwide .gallery .newGal .col {
    max-width: calc(100% / 3 - 20px);
    padding: 10px;
    margin-bottom: 0
}

.worldwide .gallery {
    padding-bottom: 1rem
}

.worldwide .gallery .swiper-container {
    width: 100%;
    margin-top: .54rem
}

.worldwide .gallery .swiper-slide {
    display: flex
}

.worldwide .gallery .lf {
    width: 25%
}

.worldwide .gallery .ct {
    width: 50%
}

.worldwide .gallery .rt {
    width: 25%
}

.worldwide .gallery .imgbox {
    width: 100%;
    overflow: hidden
}

.worldwide .gallery .imgbox img {
    width: 100%;
    transition: all .5s ease-in-out
}

.worldwide .gallery .imgbox:hover img {
    transform: scale(1.1)
}

.worldwide .gallery .control {
    width: .58rem;
    height: .58rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -.29rem;
    z-index: 1
}

.worldwide .gallery .arrow_prev {
    background-image: url(/application/themes/mediaclick/assets/img/news_prev.png);
    left: 0
}

.worldwide .gallery .arrow_next {
    background-image: url(/application/themes/mediaclick/assets/img/news_next.png);
    right: 0
}

.pagewrap {
    position: relative;
    text-align: center;
    margin: 1rem 0 1.5rem
}

.pagewrap a,.pagewrap>span {
    display: inline-block;
    width: .21rem;
    margin: 0 .18rem;
    color: #a6a6a6;
    padding: 0 .03rem;
    line-height: .36rem;
    font-size: .22rem;
    vertical-align: middle
}

.pagewrap a.prev,.pagewrap a.next {
    width: .36rem;
    height: .36rem;
    box-sizing: border-box;
    text-align: center;
    line-height: .36rem;
    border: .01rem solid #a6a6a6;
    background-size: .1rem .18rem;
    background-repeat: no-repeat;
    background-position: center center
}

.pagewrap a.prev {
    background-image: url(/application/themes/mediaclick/assets/img/page_prev_on.png)
}

.pagewrap a.next {
    background-image: url(/application/themes/mediaclick/assets/img/page_next_on.png)
}

.pagewrap span.active,.pagewrap a:hover {
    color: #c50d27
}

.pagewrap a.prev:hover {
    background-image: url(/application/themes/mediaclick/assets/img/page_prev_off.png)
}

.pagewrap a.next:hover {
    background-image: url(/application/themes/mediaclick/assets/img/page_next_off.png)
}

.pagewrap span.label {
    width: auto;
    font-size: .2rem;
    margin-right: .13rem;
    margin-left: .6rem
}

.pagewrap input {
    display: inline-block;
    border: .01rem solid #a6a6a6;
    text-align: center;
    outline: 0;
    color: #a6a6a6;
    width: .44rem;
    height: .36rem;
    font-size: .22rem
}

.pagewrap .jump-btn {
    width: auto;
    font-size: .2rem
}

.pagewrap .arrow {
    display: inline-block;
    margin-left: .12rem;
    width: .08rem;
    height: .14rem;
    background: url(/application/themes/mediaclick/assets/img/page_next_off.png) no-repeat;
    background-size: 100% 100%
}

@media (max-width: 1200px) {
    .models .numbox li {
        font-size:.6rem
    }
}

.pointsNone {
    pointer-events: none
}

.dealersPage {
    margin-bottom: 1rem
}

.dealersPage .item {
    width: 100%;
    margin-bottom: .2rem
}

.dealersPage .item .titles {
    font-size: .28rem;
    font-weight: bold;
    color: #333;
    position: relative;
    line-height: .34rem;
    margin-bottom: .23rem
}

.dealersPage .item .titles span {
    display: inline-block;
    position: relative;
    padding-bottom: .13rem
}

.dealersPage .item .titles span::before {
    content: '';
    display: block;
    width: .54rem;
    height: .05rem;
    background: #c7001f;
    position: absolute;
    left: 0;
    bottom: -.05rem
}

.dealersPage .item iframe {
    width: 100%!important;
    max-height: 500px;
    height: 50vw!important
}

ol[type=A] {
    padding: 0 20px
}

ol[type=A] li::marker {
    font-size: 20px
}

ol[type=A] li {
    list-style-type: upper-alpha
}

p a,p a font {
    color: #c50d27
}

table {
    border-collapse: collapse;
    margin-bottom: .4rem
}

table td {
    padding: 10px 20px;
    border: 1px solid #333;
    line-height: .24rem!important;
    font-size: 12px!important
}

table td p {
    line-height: .21rem!important;
    font-size: 12px!important
}

table td p i {
    line-height: .21rem;
    font-size: 12px!important;
    display: block
}

table td p:last-child {
    margin-bottom: 0
}

.testDriverIcon {
    position: fixed;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
    margin-top: .5rem
}

.testDriverIcon a {
    transition: .2s;
    background: #c50d27;
    color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    text-align: center
}

.testDriverIcon a.closed {
    transform: translateX(-80px)
}

.testDriverIcon a:hover {
    transform: translateX(0)
}

.testDriverIcon img {
    width: 50px;
    margin-left: 20px
}

.noteBar {
    padding: .36rem 3.6rem;
    color: white;
    background: #c50d27;
    font-size: .18rem;
    text-align: center
}

.noteBar strong {
    font-weight: bold
}

.downloadList {
    margin-bottom: .3rem
}

.downloadList:last-child {
    margin-bottom: 0
}

.pdfListPage {
    padding: 0!important;
    margin: 0!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.pdfListPage h2 {
    font-size: .27rem;
    margin-bottom: .1rem;
    font-weight: bold;
    text-transform: uppercase
}

.pdfListPage .items {
    list-style-type: none!important;
    margin: 0 0 .15rem 0;
    width: 100%
}

.pdfListPage .items a {
    display: block;
    padding: .13rem .2rem;
    color: #666;
    font-size: .16rem;
    line-height: .25rem;
    background: url(/application/themes/mediaclick/assets/img/dw.png) #f5f5f9 no-repeat right .2rem center
}

.pdfListPage .items a:hover {
    opacity: .7
}

.ft_link.w_hide {
    display: none!important
}

.salesPage {
    margin-top: .3rem
}

.salesPage table:first-child img {
    height: 7vw
}

.salesPage hr {
    margin: .5rem 0;
    border-color: white;
    opacity: .3
}

.salesPage .model {
    font-family: Helvetica-Medium;
    font-size: .18rem;
    font-weight: normal;
    margin-bottom: .2rem
}

.salesPage .modelStrong {
    display: inline-block;
    margin: 0 auto;
    max-width: calc(100% / 3.1)
}

.salesPage strong {
    display: block
}

.salesPage img {
    max-width: 85%;
    display: block;
    margin: 0 auto;
    object-fit: contain
}

.salesPage table {
    border: 0;
    width: 100%
}

.salesPage .title td {
    font-size: .17rem!important
}

.salesPage tr td {
    border-color: white;
    background: #e9e9ed;
    font-size: .15rem!important;
    color: #000;
    padding: .12rem 0;
    text-align: center;
    min-width: 140px
}

.salesPage tr td a {
    color: #000
}

.salesPage span {
    display: none
}

.dealersPage {
    display: flex
}

.dealersPage img {
    width: 10px
}

.w-70 {
    width: 70%
}

.w-30 {
    width: 30%
}

.dealerList {
    background: #f7f7f7;
    height: 100%
}

.dealersPage .selectBox {
    position: relative;
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #e2e4e6
}

.dealersPage .selectBox span {
    padding: .2rem;
    border-radius: inherit;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: .14rem
}

.dealersPage .selectBox span i {
    font-style: normal;
    padding: 0 .2rem;
    border: 2px solid #e2e4e6;
    height: 46px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    background: white
}

.dealersPage .selectBox i:before {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    content: "";
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: #0c0c0b;
    border-width: 0 2px 2px 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s
}

.cityList {
    width: 100%;
    position: absolute;
    top: 70px;
    z-index: 1
}

.dealersPage .selectBox ul {
    border: 2px solid #e2e4e6;
    border-top: 0;
    border-radius: inherit;
    padding: 0;
    display: none;
    margin: 0 .2rem;
    background: white;
    max-height: 179px;
    overflow: auto
}

.dealersPage .selectBox ul li:first-child {
    display: block!important;
    padding: 0!important;
    position: sticky;
    top: 0
}

.dealersPage .selectBox ul li {
    list-style-type: none;
    cursor: pointer;
    padding: .1rem .2rem;
    border-bottom: 1px solid #e2e4e6;
    opacity: 1!important
}

.dealersPage .selectBox ul li:last-child {
    border: 0
}

.dealersPage .selectBox ul li:hover {
    background: #f7f7f7
}

.dealersPage .selectBox ul li input {
    width: calc(100% - .2rem);
    height: 35px;
    outline: 0;
    box-shadow: initial;
    background: #f7f7f7;
    border: 0;
    padding: 0 0 0 .2rem
}

.dealerList .list {
    height: 100%;
    overflow: auto;
    height: 437px
}

.dealerList .list .head {
    transition: .2s;
    width: 100%;
    border-bottom: 2px solid #e2e4e6
}

.dealerList .list .head.hide {
    display: none
}

.dealerList .list .head:last-child {
    border: 0
}

.dealerList .list .head:hover,.dealerList .list .head.active {
    background: white
}

.dealerList .list .head i {
    opacity: .7;
    display: block;
    font-style: normal;
    padding-top: .04rem
}

.dealerList .all span {
    font-size: .14rem;
    color: #212121;
    font-family: Helvetica-Medium
}

.dealerList .all {
    cursor: pointer;
    padding: .2rem
}

.sales_open {
    display: none;
    padding: .11rem 0 .1rem 0
}

.sales_open ul {
    display: block!important
}

.sales_open ul li {
    list-style-type: none;
    padding: .1rem 0;
    position: relative;
    padding-left: .6rem;
    font-size: .13rem;
    border-bottom: 1px solid #e2e4e6;
    line-height: .20rem
}

.sales_open ul li i {
    position: absolute;
    left: 0
}

.sales_open ul li .sNew {
    margin: .3rem 0 .04rem 0
}

.sales_open ul li strong {
    position: absolute;
    left: 0;
    display: block;
    font-family: Helvetica-Medium;
    color: #212121;
    font-weight: normal
}

.sales_open ul li a {
    color: #212121
}

.sales_open ul li:last-child {
    padding: 0;
    border: 0;
    margin-top: .1rem;
    margin-bottom: -.04rem
}

.sales_open ul li:last-child a {
    display: block;
    background: #c50d27;
    color: white;
    text-align: center;
    font-size: .13rem;
    padding: .1rem;
    font-family: Helvetica-Medium
}

.sales_open ul {
    padding: 0;
    margin: 0
}

.gm-style-mtc {
    display: none
}

.gm-style-iw-d .item {
    margin: 0;
    padding: .05rem 0
}

.gm-ui-hover-effect {
    outline: 0!important;
    top: 0!important;
    right: 0!important;
    background: #e2e4e6!important;
    width: 20px!important;
    height: 20px!important;
    padding: 0!important
}

.gm-ui-hover-effect>span {
    margin: 0!important;
    width: 20px!important;
    height: 20px!important
}

.gm-style .gm-style-iw {
    padding-right: .1rem!important
}

.gm-style-iw-d .item h2 {
    font-size: .14rem;
    color: #212121;
    font-family: Helvetica-Medium;
    margin-bottom: .05rem
}

.gm-style-iw-d .item span {
    font-size: .12rem;
    opacity: .7
}

.gm-style-iw-d .item span.saless {
    display: block;
    margin: 7px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
    border-top: 1px solid #eee;
    padding-top: 7px
}

.gm-style-iw-d .item span i {
    display: block;
    font-style: normal;
    margin-bottom: .03rem;
    font-family: Helvetica-Medium
}

.gm-style-iw-d .item span.saless2 {
    display: block
}

.gm-style-iw-d .item span.sTitle {
    margin: .1rem 0 .05rem 0;
    display: block;
    opacity: 1;
    font-size: .12rem;
    color: #212121;
    font-family: Helvetica-Medium
}

.clearFilt {
    margin-bottom: .09rem;
    padding: 0 .2rem
}

.clearFilt small {
    background: #c7001f;
    padding: .05rem .1rem;
    display: inline-block;
    color: white;
    cursor: pointer;
    font-size: .11rem;
    font-family: Helvetica-Medium;
    font-weight: normal
}

.manualyTitle {
    text-align: center;
    margin: 0 0 .34rem!important;
    font-size: .34rem!important;
    font-family: Helvetica-Medium;
    text-transform: uppercase
}

.manualyTitle1 {
    text-align: center;
    margin: 0 0 .1rem 0!important;
    font-size: .34rem!important;
    font-weight: bold;
    text-transform: uppercase
}

.text-center {
    text-align: center
}

.allCenter {
    margin-bottom: .1rem;
    display: inline-block;
    width: 100%
}

.optionsText {
    width: 100%
}

.optionsText small {
    display: inline-flex;
    align-items: center;
    font-family: Helvetica-Medium;
    font-size: .18rem;
    font-weight: normal;
    margin: .2rem 0;
    cursor: pointer
}

.optionsText small:after {
    content: "";
    background: url(/application/themes/mediaclick/assets/img/arrow-black.png) no-repeat;
    width: 12px;
    height: 12px;
    display: block;
    margin-left: .1rem
}

.optionsText table {
    width: 100%
}

.optionsText .cont {
    display: none
}

.optionsText table td {
    font-size: .17rem!important;
    padding: .15rem .2rem
}

.buttonGroups {
    display: flex;
    align-items: center;
    justify-content: center
}

.buttonGroups a {
    transition: .3s;
    border: 2px solid #c50d27;
    background: #c50d27;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: .25rem;
    font-size: .18rem;
    padding: .12rem .25rem;
    margin: 0 10px
}

.buttonGroups a:hover {
    background: #fff;
    color: #c50d27
}

.buttonGroups a.black {
    color: #333
}

.allButtonGroups {
    padding: .40rem 0
}

.gm-style-iw-d .item a {
    color: #212121;
    outline: 0;
    border: 0;
    display: block;
    margin-top: .05rem;
    font-size: .12rem
}

.tiggo7pro .change_E_I span:last-child {
    display: none
}

.sliderMore span {
    transition: .3s;
    padding: 0 30px;
    height: .48rem;
    background: #c50d27;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: .48rem;
    font-size: .22rem;
    opacity: 0
}

.sliderMore span:hover {
    background: #fff;
    color: #c50d27
}

.swiper-slide-active .sliderMore span {
    transform: scale(1);
    opacity: 1
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.socialBoxPage {
    border-top: 1px solid #e8e8e8;
    padding-top: .2rem
}

.socialBoxPage span {
    font-size: .2rem;
    color: #333;
    line-height: .36rem;
    margin-bottom: .1rem;
    display: block
}

.socialBoxPage i {
    font-style: normal;
    color: #c7001f
}

.socialBoxPage .fast_link img {
    width: .3rem;
    height: auto;
    display: inline-block;
    margin-right: 5px
}

.pdfListPage .allPDF {
    width: 100%;
    margin-top: .5rem
}

.pdfListPage .allPDF .rows {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.pdfListPage .allPDF .cols {
    padding: 0 15px;
    width: calc(100% / 3 - 30px)
}

.pdfListPage .allPDF .cols a {
    height: 6vw;
    border: 1px solid #f3f3f3;
    display: flex;
    align-items: center;
    font-size: .2rem
}

@media (max-width: 767px) {
    .pdfListPage .allPDF .items {
        margin:0 0 .3rem 0
    }

    .pdfListPage .allPDF .cols {
        width: calc(100% / 2 - 30px)
    }
}

.speech .content h3 {
    font-size: .23rem;
    line-height: .4rem;
    margin-bottom: .36rem;
    letter-spacing: .7px
}

.speech .content hr {
    margin: .5rem 0;
    border-color: #e8e8e8;
    border-style: solid
}

.campaingList p strong,.campaingList p b {
    color: #737373
}

.campaingList img {
    width: auto!important;
    height: auto!important;
    max-width: 100%;
    margin: 0
}

.campaingList .item {
    border-bottom: 1px solid #ddd;
    padding-bottom: .1rem;
    margin-bottom: .2rem
}

.campaingList .img {
    margin-bottom: .5rem
}

.campaingList .item:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.campaingList .person {
    margin-top: 0!important;
    margin-bottom: .5rem!important
}

.campaingList ul {
    list-style-type: disc;
    padding: 0 .2rem;
    margin-bottom: .36rem
}

.campaingList ul li {
    font-size: .2rem;
    color: #333;
    line-height: .4rem
}

.campaingList p em {
    display: block;
    color: #787878;
    font-size: .17rem;
    line-height: .32rem
}

.homeTextPopup {
    width: 55%;
    height: 100%
}

.homeTextPopup p {
    font-size: .2rem;
    color: #212121;
    line-height: .46rem;
    margin-top: .2rem
}

.homeTextPopup a {
    outline: 0
}

.homeTextPopup strong,.homeTextPopup b {
    font-family: HelveticaNeueLTPro-Roman;
    font-weight: bold;
    letter-spacing: .005rem
}

.homeTextPopup .fancybox-button {
    padding: 5px!important;
    top: 0!important;
    background: red;
    color: white!important;
    width: 3vw;
    height: 3vw;
    max-width: 40px;
    max-height: 40px
}

@media (max-width: 1023px) {
    .homeTextPopup p {
        font-size:.3rem;
        line-height: .5rem
    }

    .homeTextPopup .fancybox-button {
        width: 6vw;
        height: 6vw
    }

    .homeTextPopup {
        width: 100%
    }
}

.chList {
    padding: 0 .2rem;
    margin-top: -.15rem
}

.chList span {
    position: relative;
    padding: 0 30px 0 0!important;
    margin: 10px 0;
    text-transform: capitalize!important
}

.chList span img {
    margin-right: 5px
}

.chList span.active:before {
    opacity: 1!important
}

.chList span:after {
    content: "";
    width: 20px;
    height: 20px;
    background: white;
    min-width: 20px;
    border: 2px solid #e2e4e6;
    position: absolute;
    right: 0
}

.chList span:before {
    content: "✓";
    position: absolute;
    right: 0;
    width: 22px;
    height: 22px;
    color: #c7001f;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0
}

.iconList {
    display: inline-flex;
    align-items: center;
    margin: .06rem .05rem 0 0;
    font-size: .12rem
}

.iconList img {
    margin-right: .05rem
}

.sales_open ul li em,.gm-style-iw-d .item span em {
    font-style: normal
}

.campaingList table.tabless {
    width: 100%
}

.campaingList table.tabless tr:first-child {
    background: #b22825
}

.campaingList table.tabless tr:first-child td p,.campaingList table.tabless tr:first-child td {
    color: white
}

.campaingList table.tabless td {
    border-color: #d7d7db
}

.campaingList table.tabless td p {
    font-size: .2rem!important;
    line-height: .4rem!important;
    margin-bottom: 0!important
}

.campaingList table.tabless td {
    color: #333;
    font-size: .2rem!important;
    line-height: .4rem!important;
    margin-bottom: 0!important
}

@media (max-width: 900px) {
    .campaingList table.tabless td p {
        font-size:.32rem!important;
        line-height: .54rem!important
    }

    .campaingList table.tabless td {
        font-size: .32rem!important;
        line-height: .54rem!important
    }
}

.videoListing {
    margin: 0 auto;
    padding: 1rem 0;
    position: relative;
    background: #f4f4f4
}

.videoListing .all {
    padding: 0 1.3rem
}

.videoListing .video_title {
    font-size: .5rem;
    font-weight: bold;
    margin-bottom: .4rem;
    text-align: center
}

.videoListing .swiper-pagination {
    width: 100%;
    left: 0;
    bottom: 0
}

.videoListing .swiper-pagination-bullet {
    background: #707070;
    width: .14rem;
    height: .14rem;
    margin: 0 .05rem;
    opacity: 1
}

.videoListing .swiper-pagination-bullet-active {
    background: #c50d27
}

.customerList .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.5vw
}

.customerList .cols {
    width: calc(50% - 1vw);
    padding: 0 .5vw
}

@media (max-width: 500px) {
    .customerList .row {
        margin:0
    }

    .customerList .cols {
        width: calc(100%);
        padding: 0
    }

    .customerVideoBox .name h3,.customerList .cols h3,.customerList .cols h2 {
        font-size: 5vw!important;
        padding-top: .1rem
    }
}

@media (max-width: 767px) {
    .videoListing .all {
        padding:0
    }

    .videoListing .controls {
        width: 100%!important;
        padding: 0!important
    }

    .customerVideoBox .name {
        padding: .4rem!important;
        padding-bottom: 0!important
    }

    .customerVideoBox .content {
        padding-top: .12rem;
        font-size: .3rem!important;
        line-height: .4rem!important
    }
}

.customerList .item {
    margin-bottom: .5vw
}

.customerVideoBox {
    width: 100%;
    display: inline-block
}

.customerVideoBox .frame {
    transition: .3s;
    display: flex;
    align-items: center;
    max-height: 541px;
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding-bottom: 56.25%;
    height: 0;
    background: black
}

.customerVideoBox .item .icon {
    transition: .3s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    z-index: 1;
    pointer-events: none
}

.customerVideoBox .item .icon.remove {
    opacity: 0
}

.customerVideoBox .item .icon i {
    display: block;
    width: 1rem;
    height: 1rem;
    background: url(/application/themes/mediaclick/assets/img/play_video.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer
}

.customerVideoBox .item.passive picture {
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.customerVideoBox .item picture {
    transition: .3s;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -1px;
    opacity: 1;
    visibility: inherit;
    pointer-events: inherit
}

.customerVideoBox .item picture:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: black;
    opacity: .2
}

.customerVideoBox .item picture img {
    transition: .3s;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.customerVideoBox .item iframe {
    transition: .3s;
    overflow: hidden;
    width: 100%!important;
    height: 100%!important;
    display: none;
    border: 0
}

.customerVideoBox .item iframe.active {
    pointer-events: inherit;
    transition: .3s;
    opacity: 1;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}

.customerVideoBox .name h3 {
    color: #333;
    font-size: .28rem;
    font-weight: bold;
    margin-bottom: .1rem
}

.customerVideoBox .name {
    padding-top: .8vw
}

.customerVideoBox .content {
    font-size: .2rem;
    line-height: .30rem;
    color: #212121;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.videoListing .controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: calc(100% - 1rem);
    transform: translateY(-50%);
    left: 0;
    padding: 0 .5rem;
    z-index: 1;
    pointer-events: none
}

.videoListing .controls img {
    cursor: pointer;
    pointer-events: initial
}

.videoListing .controls img.swiper-button-disabled {
    pointer-events: none;
    cursor: no-drop;
    opacity: .4
}

.customerList .items {
    margin-bottom: .3rem
}

.customerList h2,.customerList h3 {
    font-weight: bold;
    margin-bottom: .1rem
}

.customerList p {
    line-height: .30rem
}

.videoBoxPage h1,.videoBoxPage h2 {
    font-weight: bold;
    margin-bottom: .1rem!important
}

.videoBoxPage iframe {
    width: 100%;
    height: auto!important;
    min-height: 34.9vw;
    margin-bottom: -.2rem;
    border: 0!important
}

.videoBoxPage .nameBar {
    text-align: center
}

.videoBoxPage .name {
    display: inline-block
}

.videoBoxPage .name:after {
    left: 50%!important;
    transform: translateX(-50%)
}

.swiper-slide[data-swiper-slide-index="6"] .sliderMore {
}

.swiper-slide[data-swiper-slide-index="6"] .sliderMore span {
}

.hiddenSelect {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.mTitles {
    font-size: .92rem;
    letter-spacing: -.03rem;
    opacity: .25;
    text-align: center;
    margin-bottom: .4rem;
    text-transform: uppercase
}

.videoListing .mTitles {
    font-size: .72rem
}

.mActive {
    margin: .2rem 0
}

.mzero {
    margin: 0!important
}

.dealerList .list .head.hide {
    opacity: 0;
    height: 0;
    border: 0!important;
    pointer-events: none
}

.dealerList .list .head.actives {
    opacity: 1
}

.dekupe {
    margin: 25px 0
}

@media (max-width: 992px) {
    .dekupe {
        height:25vw
    }
}

@media (max-width: 500px) {
    .dekupe {
        height:auto
    }
}

.homeButtonBarBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .75rem .2rem;
    text-align: center;
    font-size: .30rem;
    font-weight: bold
}

.homeButtonBarBox a {
    display: block;
    color: #343534;
    text-decoration: none
}

.homeButtonBarBox .item {
    width: 100%;
    padding: 0 1vw
}

.homeButtonBarBox img {
    display: block;
    margin: 0 auto .15rem;
    width: 14.5vw;
    height: 14.5vw
}

.homeButtonBarBox span {
    display: block
}

.productListing .item:nth-child(2) img {
    max-width: 92%
}

.productListing .item:nth-child(3) img {
    width: 84%
}

.productListing .text {
    padding: 0 .85rem
}

.productListing a {
    text-decoration: none;
    color: #343534;
    text-align: center;
    position: relative;
    display: block
}

.productListing img {
    max-width: 100%;
    margin: 0 auto .4rem;
    display: block;
    position: relative;
    z-index: 2;
    pointer-events: none
}

.productListing h2 {
    font-weight: bold;
    font-size: .33rem;
    margin-bottom: .18rem;
    display: none
}

.productListing h3 {
    font-size: .30rem;
    line-height: .40rem;
    margin-bottom: .25rem
}

.productListing .moreBtn span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .5rem auto 0;
    width: 2.44rem;
    height: .8rem;
    font-size: .3rem;
    border: 2px solid #c50d27;
    background: #c50d27;
    color: #fff;
    line-height: .8rem
}

.productListing .item {
    margin-bottom: 1.2rem
}

.productListing .item:last-child {
    margin-bottom: 0
}

.mTitles {
    font-size: .65rem!important;
    margin-bottom: .2rem
}

.productListing .mTitles {
    margin-bottom: .8rem
}

.productListing .logoabs {
    position: absolute;
    top: -3px;
    z-index: 1;
    max-width: 85%!important;
    left: 50%;
    transform: translateX(-50%)
}

.productListing .logoabs.tp {
    top: -7px
}

.globalpadding {
    margin: 0 0 .3rem 0;
    padding: .5rem 0;
    background: #f5f5f7
}

@media (min-width: 1024px) {
    .homeButtonBoxAll {
        padding:0 7vw
    }

    .productListing {
        background: transparent;
        margin-bottom: 1rem
    }

    .productListing a {
        padding-bottom: 2.5vw;
        position: relative;
        height: 100%
    }

    .productListing .all {
        display: flex;
        justify-content: space-between;
        padding: 0 6vw
    }

    .productListing .item:nth-child(2) img:nth-child(2) {
        height: 65%;
        object-fit: contain;
        max-width: initial
    }

    .productListing .item:nth-child(3) img:nth-child(3) {
        height: 60%;
        object-fit: contain;
        max-width: initial
    }

    .productListing h3 {
        font-size: .18rem;
        line-height: 130%;
        margin-bottom: .1rem
    }

    .productListing .logoabs.tp {
        top: -10px
    }

    .productListing .moreBtn span {
        margin-top: .1rem;
        width: 1.57rem;
        height: .48rem;
        display: inline-block;
        text-align: center;
        line-height: .48rem;
        font-size: .22rem
    }

    .productListing .item {
        margin: 0;
        width: calc(100% / 3)
    }

    .productListing .text {
        max-width: 60%;
        margin: 0 auto;
        position: absolute;
        bottom: 0
    }

    .homeButtonBarBox {
        margin: .7rem auto;
        display: flex;
        align-items: flex-end;
        position: relative;
        justify-content: space-between;
        z-index: 1
    }

    .homeButtonBarBox .item {
        padding: 0 1vw
    }

    .homeButtonBarBox a {
        transition: .3s;
        display: flex;
        align-items: center;
        border: 2px solid #f5f5f7;
        padding: 2vw
    }

    .homeButtonBarBox a:hover {
        border-color: #c50d27
    }

    .homeButtonBarBox img {
        margin: 0 20px 0 0;
        max-height: 4vw;
        width: auto
    }

    .homeButtonBarBox span {
        font-size: 1.25vw;
        text-align: left
    }
}

.typess .productListing {
    margin: 0;
    padding: .2rem 0
}

.typess .productListing .all {
    justify-content: flex-start;
    padding: 0
}

.typess .productListing .item {
    transition: .3s;
    margin: 0 .3rem 0 0;
    width: 3rem;
    filter: none;
    opacity: 1
}

.typess .productListing .item.passive {
    opacity: .15;
    filter: blur(2px);
    pointer-events: none
}

.typess .productListing .item a {
    padding-bottom: .15rem
}

.typess .productListing .item:nth-child(2) img:nth-child(2) {
    max-width: 100%;
    object-fit: cover;
    height: auto
}

.typess .productListing .text {
    max-width: 100%;
    padding: 0
}

.typess .productListing h3 {
    font-size: .16rem;
    line-height: 150%;
    margin: 0
}

.typess .productListing .logoabs {
    top: -3px!important
}

.typess .productListing .item:nth-child(3) img.logoabs {
    top: 3px!important
}

.typess .productListing .item:nth-child(3) img:nth-child(2) {
    top: 7px
}

.txts {
    padding-top: 10px!important
}

.txts p {
    font-size: .17rem!important
}

@media (max-width: 600px) {
    .txts p {
        font-size:12px!important
    }
}

@media (max-width: 900px) {
    footer .appBox img {
        width:auto;
        max-width: 63%
    }

    footer .appBox {
        margin: 30px 0 15px
    }

    .breadcrumb * {
        font-size: .22rem!important
    }

    .design.wow {
        display: none
    }

    .videoListing .controls {
        transform: translateY(-120%)
    }

    .socialBoxPage span {
        font-size: .32rem;
        line-height: .54rem
    }

    .socialBoxPage .fast_link img {
        width: .4rem
    }

    .music.m_hide audio {
        display: none!important
    }

    html,body {
        overflow-y: auto;
        overflow-x: hidden
    }

    .m_hide {
        display: none!important
    }

    .index .banner .txt {
        width: 4.53rem;
        left: 1rem
    }

    .index .banner .swiper-slide-active .txt {
        left: .78rem
    }

    .index .banner .swiper-slide {
        height: 10.97rem
    }

    .index .banner .pic {
        width: 100%;
        height: 10.97rem
    }

    .index .banner .pic video {
        width: auto;
        height: 100%
    }

    .index .banner .swiper-pagination-bullet {
        font-size: .24rem
    }

    .index .banner .swiper-pagination-bullet-active {
        font-size: .28rem
    }

    .index .banner .swiper-pagination-bullet-active::after {
        bottom: -.4rem
    }

    .index .banner .swiper-pagination {
        right: 45%
    }

    .index .models .modelspic {
        height: 10.63rem
    }

    .index .models .swiper-slide {
        display: block;
        height: 10.63rem;
        background: #fff
    }

    .index .models .pic {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: .97rem;
        height: auto
    }

    .index .models .txt {
        padding-top: .76rem
    }

    .index .models .numbox {
        margin-top: .86rem
    }

    .index .models .pagination {
        bottom: .62rem;
        width: 100%;
        right: 0;
        text-align: center
    }

    .index .models .pagination .swiper-pagination-bullet {
        height: .03rem;
        width: 1.49rem
    }

    .index .design {
        background-image: url(../img/design_bg_m.png);
        padding: .68rem .37rem .5rem;
        color: #fff;
        text-align: center;
        margin-bottom: 0
    }

    .index .design:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5);
        position: absolute;
        left: 0;
        top: 0
    }

    .index .design .title {
        width: 6.79rem;
        position: relative;
        z-index: 1;
        font-size: .52rem
    }

    .index .design .pagination {
        position: relative;
        z-index: 1
    }

    .index .design .itemboxswiper {
        margin-bottom: 1.5rem;
        margin-top: 1.5rem
    }

    .index .design .itemboxswiper a {
        color: #fff
    }

    .index .design .itemboxswiper .h5 {
        display: block;
        font-size: .5rem;
        margin-bottom: .3rem;
        transition: all .6s ease-in-out;
        transform-origin: 50% 50%
    }

    .index .design .itemboxswiper img {
        width: 3rem;
        transition: all .6s ease-in-out;
        transform-origin: 50% 50%;
        height: auto!important
    }

    .index .design .itemboxswiper .p {
        display: block;
        font-size: .24rem;
        margin-top: .6rem;
        transition: all .4s ease-in-out;
        transform-origin: 50% 50%
    }

    .index .design .pagination .swiper-pagination-bullet {
        height: .21rem;
        width: .21rem;
        opacity: 1;
        margin: .13rem;
        background: #cbcbcb
    }

    .index .design .pagination .swiper-pagination-bullet-active {
        background: #c50d27
    }

    .index .design .video_bg .video {
        width: 316%
    }

    .sliderMore span {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: .5rem auto 0;
        height: .8rem;
        font-size: .3rem
    }

    .index .news {
        display: block
    }

    .index .news .newspic {
        height: auto;
        width: 100%
    }

    .index .news .newspic img {
        height: auto;
        width: 100%
    }

    .index .news .newstxt {
        width: 6.78rem;
        padding-bottom: .65rem;
        padding-top: .4rem
    }

    .index .news .newstxt h5 {
        padding-top: .2rem;
        line-height: .5rem;
        margin-bottom: .2rem
    }

    .index .news .newstxt .time {
        font-size: .3rem
    }

    .index .news .newstxt p {
        font-size: .3rem;
        line-height: .5rem;
        margin-top: .45rem
    }

    .index .news .newstxt a {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: .5rem auto 0;
        width: 2.44rem;
        height: .8rem;
        font-size: .3rem
    }

    .index .news .txtcon {
        flex-direction: column;
        padding: 0 .4rem;
        width: auto;
        justify-content: center
    }

    .index .news .title {
        position: absolute;
        left: .04rem;
        top: .5rem
    }

    .index .news .newspic {
        width: 100%;
        height: 4.33rem;
        margin-right: 0
    }

    .index .news .newspic .img {
        width: 100%;
        height: 100%;
        transition: opacity 1.5s,transform 1.5s;
        transform: translate(0,0);
        opacity: 0
    }

    .index .news .controls .btn {
        position: absolute;
        top: 1.8rem;
        z-index: 8;
        width: .8rem
    }

    .index .news .controls .btn.prev {
        left: 0
    }

    .index .news .controls .btn.next {
        right: 0
    }

    .index .news .newspic .img.next {
        opacity: 0
    }

    .index .news .newspic .img.on:after {
        opacity: 0
    }

    .index .news .newspic img {
        width: 100%
    }

    .index .news .pagination_row {
        flex-direction: row;
        justify-content: center;
        padding-top: 0;
        text-align: center
    }

    .index .news .pagination_row .swiper-pagination-bullet {
        font-size: .24rem;
        width: auto;
        height: .3rem;
        line-height: .3rem;
        margin: 0 .14rem
    }

    .index .news .pagination_row .swiper-pagination-bullet:before {
        content: '';
        display: none
    }

    .index .news .pagination_row .swiper-pagination-bullet:after {
        content: '';
        opacity: 0;
        transition: all .3s;
        right: auto;
        left: 50%;
        margin-left: -.045rem;
        top: auto;
        bottom: -.12rem;
        margin-top: 0
    }

    .index .news .pagination_row .swiper-pagination-bullet-active {
        color: #c50d27
    }

    .index .news .pagination_row .swiper-pagination-bullet-active:after {
        opacity: 1;
        background: #c50d27
    }

    select {
        color: #333!important
    }

    .newFormElement {
        display: block!important
    }

    .m_menu {
        position: fixed;
        background: none;
        top: 0;
        z-index: 9999999;
        width: 100%;
        padding-bottom: .28rem;
        height: .88rem
    }

    .m_menu .logo {
        width: 1rem;
        margin: .33rem .34rem 0
    }

    .absoLogo {
        position: relative;
        left: 0;
        top: 0;
        z-index: 99999999!important;
        right: 0;
        padding: .25rem 0;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        background: #fff;
        border-bottom: 1px solid rgba(221,221,221,.4)
    }

    .absoLogo .logo {
        filter: none!important
    }

    .absoLogo.on .logo {
        filter: brightness(0) invert(1)!important
    }

    .absoLogo.on .search {
        background-image: url(../img/search_icon2.png)!important
    }

    .absoLogo.on {
        background: transparent;
        border-color: transparent
    }

    .nav .nav_line {
        background-image: url(../img/nav_black.png)!important
    }

    .nav .close {
        background-image: url(../img/m_menu_icon_close.png)!important
    }

    .absoLogo .search {
        background-image: url(../img/search_icon1.png)!important
    }

    .absoLogo .logo {
        text-align: center;
        display: inline-block;
        margin: 0 auto;
        pointer-events: initial;
        width: 2rem;
        background-image: url(/application/themes/mediaclick/assets/img/chery-new-logo.svg);
        height: .8rem;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        filter: brightness(0) invert(1)
    }

    .absoLogo .logo img {
        width: 1rem;
        display: none
    }

    .absoLogo .search {
        display: block;
        width: .6rem;
        height: .6rem;
        background-image: url(../img/search_icon2.png);
        left: .33rem;
        position: absolute;
        background-size: 100% 100%;
        top: .38rem;
        pointer-events: initial
    }

    .whitebg .absoLogo .search {
        background-image: url(../img/search_icon1.png)
    }

    .absoLogo .earth {
        display: block;
        width: .5rem;
        height: .5rem;
        background-image: url(../img/earth_white.png);
        right: 0;
        position: absolute;
        background-size: 100% 100%;
        right: 1rem;
        top: .36rem
    }

    .whitebg .absoLogo .earth {
        background-image: url(../img/earth.png)
    }

    .absoLogo .earth .country {
        display: none;
        position: absolute;
        left: 50%;
        top: .8rem;
        width: 3rem;
        margin-left: -1.5rem;
        background: rgba(34,34,34,.9)
    }

    .absoLogo .earth .country .list {
        max-height: 6.4rem;
        overflow: auto
    }

    .absoLogo .earth .country a {
        display: flex;
        align-items: center;
        color: #fff;
        padding: .2rem .2rem;
        height: .4rem;
        font-size: .26rem
    }

    .absoLogo .earth .country a:hover {
        background: #c50d27
    }

    .absoLogo .earth .country a img {
        width: .6rem;
        flex-shrink: 0;
        margin-right: .2rem
    }

    .absoLogo .earth .country:before {
        content: '';
        position: absolute;
        top: -.4rem;
        left: 43%;
        width: 0;
        height: 0;
        border-width: .2rem;
        border-style: solid;
        transition: opacity .4s;
        border-color: transparent;
        margin-bottom: -.01rem;
        border-bottom-width: .2rem;
        border-bottom-color: currentColor;
        color: rgba(34,34,34,.9)
    }

    .whitebg .breadcrumb {
        padding: .1rem .39rem .54rem
    }

    .nav {
        position: absolute;
        top: .38rem;
        right: .34rem;
        width: .52rem;
        display: inline-block;
        z-index: 9
    }

    .nav img {
        width: 100%
    }

    .nav .nav_line {
        display: inline-block;
        width: .7rem;
        height: .5rem;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        background-image: url(../img/nav_white.png)
    }

    .whitebg .nav .nav_line {
        background-image: url(../img/nav_black.png)
    }

    .nav.on img {
        display: none
    }

    .nav.on .nav_line {
        display: none
    }

    .nav .close {
        display: none;
        background-image: url(../img/m_menu_icon_close.png);
        width: .52rem;
        height: .35rem
    }

    .nav.on .nav_line.close {
        display: block;
        margin-top: 4px
    }

    .whitebg .nav .nav_line.close {
        background-image: url(../img/m_menu_icon_close.png)
    }

    .submenubg {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        transform: translateX(100%);
        height: 100vh;
        padding: 1.5rem 0;
        background: rgba(34,34,34,.9);
        text-align: right;
        transition: .4s all ease-out;
        overflow-y: auto;
        overflow-x: hidden;
        box-sizing: border-box
    }

    .submenubg.on {
        right: 0;
        transform: translateX(0)
    }

    .submenubg dl {
        margin: 0 .3rem;
        width: calc(100% - .6rem);
        border-bottom: 2px solid rgba(255,255,255,.4)
    }

    .submenubg dl:nth-last-child(2) {
        border: 0
    }

    .submenubg dt {
        font-size: .32rem;
        color: #fff;
        padding: .3rem 0;
        transition: .4s all;
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: end
    }

    .submenubg dt a,.submenubg dt i {
        color: #fff;
        transition: .4s all;
        font-style: normal
    }

    .submenubg dt span {
        border: 2px solid rgba(255,255,255,.4);
        min-width: .5rem;
        width: .5rem;
        height: .5rem;
        display: inline-block;
        line-height: .5rem;
        font-size: .2rem;
        color: #fff;
        font-family: Arial;
        text-align: center;
        border-radius: .8rem;
        margin-left: .3rem
    }

    .submenubg dd {
        font-size: .28rem;
        overflow: hidden;
        color: #fff;
        transform: translateX(100%);
        transition: .4s .24s all;
        height: 0;
        padding: 0
    }

    .submenubg .on dt {
        color: #b01d36
    }

    .submenubg .on dt a,.submenubg .on dt i {
        color: #b01d36
    }

    .submenubg .on dd.on {
        color: #b01d36
    }

    .submenubg .on {
        height: auto
    }

    .submenubg.on .on dd {
        transform: translateX(0);
        display: block;
        opacity: 1;
        height: .28rem;
        padding: .2rem 0;
        padding-right: .85rem
    }

    .submenubg.on .on dd:last-child {
        padding-bottom: .6rem
    }

    .submenubg.onCar {
        width: 9.9rem
    }

    .menucarbox {
        background: #f5f5f5;
        width: 100%;
        transform: translateX(100%);
        height: 100%;
        overflow-y: auto;
        opacity: 0;
        position: absolute;
        top: 1.32rem;
        right: -9.5rem;
        padding: .5rem 0;
        transition: .4s all ease-out
    }

    .menucarbox.on {
        z-index: 1;
        right: 0;
        transform: translateX(0);
        overflow: auto;
        opacity: 1
    }

    .menucarbox.off {
        transform: translateX(0);
        opacity: 0;
        left: 5.64rem;
        width: 0
    }

    .menucarbox .carlist {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .menucarbox .carlist .it {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: .8rem
    }

    .menucarbox .carlist .it img {
        width: 3.57rem;
        height: auto
    }

    .menucarbox .carlist .it .label {
        font-size: .26rem;
        color: #5e5e5e;
        margin-top: .2rem
    }

    .menucarbox .carlist .it small {
        border: 1px solid #212121;
        background: white;
        color: #212121;
        border-radius: 20px;
        padding: 0 .1rem;
        position: absolute;
        top: -22px;
        right: 0;
        line-height: 100%;
        height: .4rem;
        display: flex;
        align-items: center
    }

    .backBtnMobile {
        position: absolute;
        top: 0;
        right: 0;
        background: #fff;
        z-index: 9;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url(/application/themes/mediaclick/assets/img/motor_prev.png);
        background-repeat: no-repeat;
        background-position: left 10px center;
        background-size: 6px;
        padding: 5px 10px 5px 25px;
        font-size: .24rem
    }

    .thirdmenu {
        background: #f5f5f5;
        width: 50%;
        transform: translateX(100%);
        height: calc(100% - 1.32rem)!important;
        overflow-y: auto;
        opacity: 0;
        position: absolute;
        top: 1.32rem;
        right: -9.5rem;
        padding: 0;
        transition: .4s all ease-out
    }

    .thirdmenu.on {
        z-index: 1;
        right: 0;
        animation: showaaa .4s forwards ease-out;
        height: calc(100vh - 3.5rem);
        overflow: auto;
        opacity: 1
    }

    .thirdmenu.off {
        transform: translateX(0);
        opacity: 0;
        left: 5.64rem;
        width: 0
    }

    @keyframes showaaa {
        from {
            transform: translateX(100%)
        }

        to {
            transform: translateX(0)
        }
    }

    .salesPage img {
        max-width: 100%;
        object-fit: cover
    }

    .salesPage table:first-child img {
        height: 15vw
    }

    footer {
        padding: .4rem 0;
        background: #f5f5f7
    }

    footer .copyright {
        font-size: .24rem
    }

    .fMenu {
        padding: .4rem 0 0 0
    }

    .fMenu ul {
        display: inline-block!important;
        text-align: center;
        width: 100%
    }

    .fMenu ul li {
        margin: .1rem!important;
    }

    .fMenu ul li a {
        line-height: .24rem;
        font-size: .24rem!important;
        white-space: nowrap
    }

    footer .phoneText {
        font-size: .24rem!important
    }

    footer .phoneText a {
        font-size: .24rem!important
    }

    .errorWrap .content {
        flex-direction: column;
        padding-top: 1.3rem;
        padding-bottom: 1.6rem
    }

    .errorWrap .content img {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .errorWrap .content .text {
        align-items: center
    }

    .errorWrap .content .text .code {
        font-size: 1.5rem
    }

    .errorWrap .content .text .hint {
        font-size: .42rem
    }

    .errorWrap .content .text .goToHome {
        margin-top: .3rem;
        width: 2rem;
        height: .5rem;
        font-size: .26rem;
        line-height: .5rem
    }

    .index .car_models_mb {
        position: relative;
        padding-bottom: 1.5rem;
        padding-top: .76rem
    }

    .index .car_models_mb:after {
        content: '';
        display: block;
        width: 100%;
        height: 2.82rem;
        background: #f5f5f5;
        position: absolute;
        left: 0;
        bottom: 0
    }

    .index .car_models_mb .swiper-container {
        width: 4.1rem;
        height: 6.13rem;
        padding-left: .85rem;
        padding-right: 2.55rem
    }

    .index .car_models_mb .swiper-container a {
        display: block
    }

    .index .car_models_mb .pagination {
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: .9rem;
        z-index: 1
    }

    .index .car_models_mb .pagination .swiper-pagination-bullet {
        height: .21rem;
        width: .21rem;
        opacity: 1;
        margin: 0 .13rem;
        background: #cbcbcb
    }

    .index .car_models_mb .pagination .swiper-pagination-bullet-active {
        background: #c50d27
    }

    .index .car_models_mb .pic {
        width: 100%;
        height: auto!important
    }

    .index .car_models_mb .more {
        font-size: .28rem;
        color: #fff;
        padding: .05rem;
        position: absolute;
        left: 50%;
        bottom: .2rem;
        transform: translateX(-50%);
        z-index: 2
    }

    .pagination_row {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-top: 0;
        justify-content: center
    }

    .pagination_row span {
        margin: 0 .1rem;
        font-size: .24rem;
        width: auto;
        height: .48rem;
        line-height: .48rem;
        margin-bottom: 0
    }

    .pagination_row span:before {
        content: '';
        display: none
    }

    .pagination_row span:after {
        content: '';
        display: block;
        width: .22rem;
        height: .06rem;
        background: none;
        position: absolute;
        right: auto;
        top: auto;
        left: 50%;
        margin-left: -.11rem;
        bottom: 0;
        margin-top: 0;
        border-radius: 0
    }

    .pagination_row span.swiper-pagination-bullet-active:after {
        background: #c50d27
    }

    .whitebg header .line {
        background: #c8c8c8
    }

    .w1200 {
        padding: 0 .39rem
    }

    .paddingtop {
        padding-top: .2rem
    }

    .breadcrumb {
        padding: .54rem .39rem .54rem
    }

    .breadcrumb * {
        font-size: .26rem
    }

    .modelwrap .breadcrumb {
        padding-top: 1rem
    }

    .modelwrap .breadcrumb a,.modelwrap .breadcrumb span {
        display: none
    }

    .modelwrap .breadcrumb a.current {
        display: block!important;
        color: white!important
    }

    .speech .content {
        padding-bottom: 1rem
    }

    .speech .content .person {
        margin-top: .66rem
    }

    .speech .content .person .name {
        font-size: .46rem
    }

    .speech .content .person .label1 {
        font-size: .24rem
    }

    .speech .content .person .label2 {
        font-size: .26rem
    }

    .speech .content .para {
        padding-top: .54rem;
        padding-bottom: .1rem
    }

    .speech .content p {
        font-size: .32rem;
        line-height: .54rem;
        margin-bottom: .48rem
    }

    .newspage .content {
        padding-bottom: 1rem
    }

    .newspage .content h3,.newspage .content h2,.newspage .content h1 {
        font-size: .3rem;
        margin-bottom: .4rem;
        line-height: .4rem
    }

    .newspage .content .date {
        font-size: .26rem;
        color: #a3a3a3;
        padding-bottom: .15rem
    }

    .newspage .content p {
        font-size: .32rem;
        line-height: .56rem;
        margin-top: .52rem
    }

    .newspage .content span {
        font-size: .26rem;
        margin-top: .24rem
    }

    .newspage .content p span {
        font-size: .32rem!important;
        line-height: .56rem!important
    }

    .newspage .content ul li,.newspage .content ol li {
        font-size: .32rem;
        line-height: .56rem;
        margin-top: .52rem
    }

    .readmore {
        width: 2.44rem;
        height: .79rem;
        font-size: .3rem;
        line-height: .79rem
    }

    .newswrap .content .newsswiper {
        padding-bottom: .93rem;
        margin-bottom: .8rem
    }

    .newswrap .content .newsswiper .swiper-slide {
        flex-direction: column
    }

    .newswrap .content .newsswiper .imgbox {
        width: 100%
    }

    .newswrap .content .newsswiper .newtext {
        width: 100%;
        padding: 20px;
        height: auto
    }

    .newswrap .content .newsswiper .newtext span {
        font-size: .26rem
    }

    .newswrap .content .newsswiper .newtext p {
        font-size: .46rem;
        line-height: .6rem
    }

    .newswrap .newsswiper .swiper-pagination {
        text-align: center;
        padding-left: 0;
        width: 100%
    }

    .newswrap .newsswiper .swiper-pagination .swiper-pagination-bullet {
        width: .21rem;
        height: .21rem;
        border-radius: 50%;
        background-color: #cbcbcb;
        margin: 0 .13rem
    }

    .newswrap .newsswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #c50d27
    }

    .newswrap .content .newsswiper .controls {
        width: .71rem;
        top: 1.64rem;
        margin-top: 0
    }

    .newswrap .content .newslist {
        margin-top: 0
    }

    .newswrap .content .newslist li {
        flex-direction: column;
        padding: .88rem 0;
        border-bottom: .03rem dashed #a1a1a1
    }

    .newswrap .content .newslist li:first-child {
        padding-top: 0
    }

    .newswrap .content .newslist .imgbox {
        width: 100%;
        margin-right: 0
    }

    .newswrap .content .newslist .newstext {
        padding-top: .45rem;
        padding-bottom: 0
    }

    .newswrap .content .newslist .newstext p {
        font-size: .3rem;
        line-height: .5rem
    }

    .newswrap .content .newslist .newstext .botinfo {
        margin-top: .4rem
    }

    .newswrap .content .newslist .newstext .botinfo span {
        font-size: .26rem
    }

    .line_title.left {
        padding-left: .25rem
    }

    .line_title.left:before {
        width: .06rem
    }

    .line_title.bottom:after {
        height: .06rem
    }

    .videobox .video {
        width: 100%
    }

    .introduction .content {
        padding-bottom: 1rem
    }

    .introduction .content .text {
        font-size: .32rem;
        line-height: .52rem;
        margin-top: .22rem
    }

    .introduction .content .text p {
    }

    .introduction .overview {
        margin-top: -.18rem
    }

    .introduction .overview .videobox {
        margin-top: .45rem;
        height: 3.76rem
    }

    .introduction .independent {
        margin-top: 1.18rem;
        padding-top: .56rem;
        padding-bottom: .84rem
    }

    .introduction .independent .text {
        margin-top: .24rem
    }

    .introduction .independent .paramsbox {
        margin-top: .8rem
    }

    .introduction .independent .paramsbox .swiper-slide {
        display: flex;
        justify-content: center
    }

    .introduction .independent .paramsbox .item {
        width: 50%!important;
        margin-bottom: 1rem
    }

    .introduction .independent .paramsbox .item:first-child {
        padding-right: 0
    }

    .introduction .independent .paramsbox .item:last-child {
        padding-left: 0;
        margin-bottom: 0
    }

    .introduction .independent .paramsbox .item:after {
        display: none
    }

    .introduction .independent .paramsbox strong {
        font-size: .55rem
    }

    .introduction .independent .paramsbox span {
        font-size: .32rem;
        line-height: .52rem;
        margin-top: .14rem
    }

    .introduction .team {
        margin-top: .84rem
    }

    introduction .team .teamlist {
        padding-top: .4rem
    }

    .introduction .team .teamlist .swiper-slide {
        flex-wrap: wrap
    }

    .introduction .team .item {
        font-size: .22rem;
        line-height: .4rem;
        width: 30.998%;
        margin-right: 3.5%
    }

    .introduction .team .item:nth-child(3n) {
        margin-right: 0
    }

    .introduction .team .item:first-child {
        margin-bottom: .4rem
    }

    .introduction .team .country {
        font-size: .22rem;
        padding-left: .16rem
    }

    .introduction .team .country:before {
        width: .08rem;
        height: .14rem;
        margin-top: -.07rem
    }

    .introduction .team .name {
        margin-top: .08rem;
        margin-bottom: .03rem;
        width: 110%
    }

    .introduction .team .swiper-pagination {
        margin-top: .2rem
    }

    .introduction .team .swiper-pagination-bullet {
        width: 1.28rem;
        margin: 0 .06rem
    }

    .introduction .development {
        margin-top: .22rem;
        background: #f3f4f4;
        padding-top: .36rem;
        padding-bottom: .82rem
    }

    .introduction .development .text_img {
        margin-top: .5rem;
        justify-content: center;
        flex-wrap: wrap
    }

    .introduction .development .text {
        width: 100%
    }

    .introduction .development .img {
        width: 100%;
        margin-top: .5rem
    }

    .introduction .car_pic {
        margin-top: 1rem
    }

    .introduction .foresight {
        margin-top: .34rem
    }

    .introduction .foresight .text p+p {
        margin-top: .52rem
    }

    .motorshow .newslist {
        padding-bottom: 0
    }

    .motorshow .newslist li {
        flex-direction: column;
        margin-bottom: 1rem
    }

    .motorshow .newslist .imgbox {
        width: 100%;
        flex-shrink: 0
    }

    .motorshow .newslist .det .date {
        font-size: .36rem
    }

    .motorshow .newslist .det .date:after {
        width: .72rem
    }

    .motorshow .newslist .det a {
        font-size: .46rem;
        line-height: .7rem
    }

    .motorshow .newslist .det {
        height: 3.7rem;
        width: 94.48%;
        margin-top: -.16rem;
        margin-left: 0!important;
        margin-right: 0!important;
        padding-left: .78rem!important
    }

    .motorshow .liveshow {
        margin-top: -.18rem
    }

    .motorshow .liveshow .swiper-slide {
        height: 3.26rem
    }

    .motorshow .liveshow .swiper-pagination {
        margin-top: .32rem;
        margin-bottom: .4rem
    }

    .motorshow .liveshow .swiper-pagination-bullet {
        width: 1.1rem;
        margin: 0 .02rem
    }

    .motorshow .liveshow .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 2rem
    }

    .motorshow .liveshow .textbox {
        font-size: .32rem;
        line-height: .5rem
    }

    .motorshow .liveshow .textbox .det {
    }

    .motorshow .liveshow .textbox .date {
        font-size: .26rem
    }

    .motorshow .arrow_prev,.motorshow .arrow_next {
        width: .31rem;
        height: .6rem;
        padding: 0;
        background-size: 100% 100%;
        top: 50%;
        margin-top: -.24rem
    }

    .motorshow .arrow_prev {
        left: 0
    }

    .motorshow .arrow_next {
        right: 0
    }

    .motorshow .arrow_prev:hover,.motorshow .arrow_next:hover {
        background-color: transparent
    }

    .motorshow .exhibition {
        margin-top: .9rem;
        padding-bottom: 1.2rem
    }

    .motorshow .exhibition .carSwi {
        margin-top: .5rem
    }

    .motorshow .exhibition .imgbox {
        width: 77.6%;
        height: 2.22rem;
        margin: 0 auto
    }

    .motorshow .exhibition .carname {
        font-size: .38rem;
        margin-bottom: .32rem;
        margin-left: 1.09rem
    }

    .motorshow .exhibition .details {
        margin-left: 1.09rem;
        width: 3.1rem;
        height: .79rem;
        border: 0;
        color: #fff;
        background: #c50d27;
        font-size: .3rem
    }

    .motorshow .exhibition .details:hover {
        background: #c50d27
    }

    .motorshow .exhibition .arrow_prev,.motorshow .exhibition .arrow_next {
        top: 30%
    }

    .motorshow .latestnews {
        margin-top: .9rem
    }

    .motorshow .latestnews .first_news {
        flex-direction: column
    }

    .motorshow .latestnews .first_news .imgbox {
        width: 100%
    }

    .motorshow .latestnews .first_news .news_det {
        width: 100%;
        padding-top: .2rem
    }

    .motorshow .latestnews .first_news .news_det .date {
        font-size: .22rem;
        color: #a3a3a3
    }

    .motorshow .latestnews .first_news .news_det .tit {
        margin-top: .2rem;
        margin-bottom: .46rem;
        font-size: .5rem;
        line-height: .64rem
    }

    .motorshow .latestnews .first_news .news_det .more {
        font-size: .3rem;
        width: 2.42rem;
        height: .8rem
    }

    .motorshow .latestnews .first_news .news_det .more:hover {
        background: none;
        border: 1px solid #c50d27;
        color: #1f1f1f
    }

    .motorshow .latestnews .news_list {
        padding-bottom: 1rem;
        padding-top: .22rem
    }

    .motorshow .latestnews .news_list li {
        height: auto;
        line-height: .52rem;
        padding: .5rem .1rem .5rem .2rem
    }

    .motorshow .latestnews .news_list li:before {
        left: .07rem;
        top: .725rem;
        transform: translateY(0)
    }

    .motorshow .latestnews .news_list li a {
        white-space: normal;
        font-size: .32rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden
    }

    .motorshow2019 .content {
        padding-bottom: .8rem
    }

    .motorshow2019 .module {
        position: relative;
        margin-bottom: .66rem
    }

    .motorshow2019 .module:after {
        width: 6.9rem
    }

    .motorshow2019 .event_title {
        display: flex;
        position: relative;
        padding-bottom: .75rem
    }

    .motorshow2019 .event_title .num {
        margin-right: .14rem;
        width: .66rem;
        height: .66rem;
        line-height: .66rem;
        font-size: .4rem
    }

    .motorshow2019 .event_title p {
        font-size: .38rem;
        width: 85.5%
    }

    .motorshow2019 .event_title p span {
        font-size: .34rem;
        line-height: .52rem
    }

    .motorshow2019 .event_title .icon {
        width: .55rem;
        height: .55rem;
        margin-top: 0;
        position: absolute;
        left: 50%;
        margin-left: -.275rem;
        bottom: .15rem
    }

    .motorshow2019 .module_content .text p {
        font-size: .32rem;
        line-height: .52rem;
        margin-bottom: .58rem
    }

    .motorshow2019 .flex {
        flex-direction: column
    }

    .motorshow2019 .module_1 .imgtext {
        width: 100%;
        margin-bottom: .56rem
    }

    .motorshow2019 .module_1 .imgtext p {
        font-size: .26rem;
        line-height: .46rem;
        padding: .37rem .3rem .24rem .7rem;
        position: relative
    }

    .motorshow2019 .module_1 .imgtext p:before {
        width: .17rem;
        height: .14rem;
        left: .35rem;
        top: .5rem
    }

    .motorshow2019 .module_1 .imgtext p.other:before {
        left: .1rem
    }

    .motorshow2019 .module_1 .flex .text {
        width: 100%
    }

    .motorshow2019 .module_1 .title {
        font-size: .36rem;
        line-height: .5rem
    }

    .motorshow2019 .module_1 .title:before {
        width: .07rem;
        height: .5rem
    }

    .motorshow2019 .module_1 .imgtext.one {
        width: 100%
    }

    .motorshow2019 .module_2 {
        padding-bottom: 1rem
    }

    .motorshow2019 .module_2 .line:before {
        width: .8rem;
        height: .06rem;
        top: -.4rem
    }

    .motorshow2019 .module_2 .flex>img {
        width: 100%;
        margin-bottom: .26rem
    }

    .motorshow2019 .spec {
        width: 100%!important;
        margin-top: .4rem
    }

    .motorshow2019 .module_2 .imgtext {
        width: 100%;
        margin-left: 0;
        margin-top: .65rem
    }

    .motorshow2019 .module_2 .imgtext h4 {
        font-size: .46rem;
        margin-bottom: .36rem
    }

    .motorshow2019 .title_line {
        font-size: .36rem;
        padding-bottom: .46rem;
        margin-bottom: .58rem
    }

    .motorshow2019 .title_line:after {
        width: .8rem;
        height: .06rem
    }

    .motorshow2019 .icon_title {
        font-size: .36rem
    }

    .motorshow2019 .icon_title img {
        width: .59rem;
        margin-right: .16rem
    }

    .motorshow2019 .module_3 .flex>img {
        width: 100%
    }

    .motorshow2019 .module_3 .flex .text {
        width: 100%
    }

    .motorshow2019 .module_3 .flex .text p {
        line-height: .52rem
    }

    .contact .content {
        padding-bottom: 1.28rem
    }

    .contact .about {
        margin-bottom: .14rem
    }

    .contact .about .types {
        justify-content: space-evenly;
        flex-wrap: wrap;
        margin-top: .22rem
    }

    .contact .about .types .tab {
        height: .75rem;
        font-size: .3rem;
        margin-right: 0;
        margin-bottom: .2rem
    }

    .contact .form {
        margin-top: .45rem
    }

    .contact .form .form_control {
        font-size: .3rem
    }

    .contact .form .form_group {
        width: 100%;
        margin-bottom: .46rem
    }

    .contact .form .form_group .form_control {
        padding: 0 .58rem 0 .42rem;
        height: .72rem;
        line-height: .76rem
    }

    .contact .form .form_group.seat {
        display: none
    }

    .contact .form .form_textarea {
        padding: .1rem .4rem
    }

    .contact .form .form_textarea textarea {
        height: 4.2rem;
        line-height: .56rem
    }

    .contact .form .submit {
        font-size: .3rem;
        width: 2.45rem;
        height: .8rem;
        margin: 0 auto
    }

    .contact .form .form_group.mustwrite:before {
        font-size: .3rem;
        width: .42rem
    }

    .contact .form .form_group.select:after {
        width: .3rem;
        height: .17rem;
        right: .27rem
    }

    .contact .form .form_textarea.mustwrite:before {
        font-size: .3rem;
        width: .4rem;
        height: .56rem;
        line-height: .56rem;
        top: .1rem
    }

    .contact .hint {
        text-align: center
    }

    .contact .hint p {
        font-size: .32rem
    }

    .contact .message_box {
        padding: .2rem .2rem;
        min-width: 6rem
    }

    .contact .message_box .icon {
        width: .5rem;
        height: .5rem;
        margin-right: .2rem
    }

    .contact .message_box p {
        font-size: .28rem
    }

    .replypage header nav {
        position: relative;
        width: 100%;
        padding-top: .32rem;
        padding-bottom: .28rem
    }

    .replypage header nav .logo {
        width: 1rem;
        padding-left: .36rem
    }

    .replypage .submit {
        font-size: .3rem;
        width: 2.44rem;
        height: .78rem
    }

    .replymsg .write_wrap {
        padding-top: .62rem;
        background: url(../img/replymsg_bg_m.jpg) no-repeat;
        background-size: 100%
    }

    .replymsg .write_wrap .title {
        font-size: .70rem;
        margin-bottom: .7rem
    }

    .replymsg .write_wrap .title:after {
        width: .36rem;
        height: .2rem;
        margin-left: -.18rem;
        bottom: -.28rem
    }

    .replymsg .write_wrap .module {
        margin-bottom: .82rem;
        padding-bottom: .7rem
    }

    .replymsg .write_wrap .module:last-child {
        padding-bottom: .94rem
    }

    .replymsg .write_wrap .module h4 {
        margin-bottom: .56rem
    }

    .replymsg .write_wrap .module h4 img {
        width: .55rem;
        margin-right: .2rem
    }

    .replymsg .write_wrap .module h4 span {
        font-size: .38rem
    }

    .replymsg .write_wrap .module .colmsg {
        font-size: .32rem;
        margin-bottom: .3rem;
        line-height: .48rem
    }

    .replymsg .write_wrap .module .colmsg:last-child {
        flex-direction: column;
        align-items: flex-start
    }

    .replymsg .write_wrap .module .colmsg .label {
        padding: 0 .12rem;
        height: .48rem
    }

    .replymsg .write_wrap .module .colmsg:last-child .label {
        margin-bottom: .2rem
    }

    .replymsg .write_wrap .module .textarea {
        height: 4.16rem;
        padding: .1rem .2rem;
        line-height: .6rem;
        font-size: .32rem;
        box-sizing: border-box
    }

    .replylogin .login_wrap {
        width: 82.4%;
        padding: .7rem .32rem .88rem
    }

    .replylogin .login_wrap p {
        font-size: .42rem;
        flex-direction: column;
        text-align: center
    }

    .replylogin .login_wrap p img {
        width: .94rem;
        margin-right: 0;
        margin-bottom: .28rem
    }

    .replylogin .login_wrap .input_group {
        flex-direction: column
    }

    .replylogin .login_wrap .ipt_wrap {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: .64rem
    }

    .replylogin .login_wrap .ipt_wrap:before {
        width: .31rem;
        height: .36rem;
        left: .21rem;
        top: .22rem
    }

    .replylogin .login_wrap .ipt_wrap .ipt {
        padding: 0 .3rem 0 .74rem;
        height: .76rem;
        font-size: .3rem
    }

    .yearWrap {
        padding: 0
    }

    .honors .year_choose {
        width: 100%
    }

    .honors .year_choose:after {
        background: url(../img/honors_dashed_bot_m.png) no-repeat;
        background-size: 100% 100%
    }

    .honors .swiper-container {
        width: 100%
    }

    .honors .swiper-slide {
        height: .7rem;
        line-height: .48rem;
        font-size: .36rem
    }

    .honors .swiper-slide.swiper-slide-active {
        font-size: .36rem
    }

    .honors .eventList {
        flex-direction: column;
        padding-left: .68rem;
        margin-top: .05rem;
        background: url(../img/honors_line.png) repeat-y left top;
        background-size: .03rem
    }

    .honors .eventItem {
        font-size: .3rem;
        padding: .36rem 0 .15rem;
        margin-bottom: -15px!important
    }

    .honors .eventItem .date {
        font-size: .36rem;
        margin-bottom: -12px
    }

    .honors .eventItem .date:after {
        left: -.88rem
    }

    .honors .eventItem .imgbox {
        display: none
    }

    .honors .eventItem .text {
        padding-left: .08rem
    }

    .honors .eventItem .title {
        line-height: .46rem;
        margin-bottom: .1rem
    }

    .honors .eventItem .det {
        font-size: .32rem;
        line-height: .54rem
    }

    .honors .goTo {
        font-size: .36rem;
        width: 2.18rem;
        height: .6rem;
        line-height: .6rem;
        margin: .45rem 0 .45rem
    }

    .autopilot .videobox {
        margin-bottom: .4rem
    }

    .autopilot .textbox {
        padding-bottom: 2.4rem
    }

    .autopilot .textbox .tit {
        font-size: .34rem;
        line-height: .54rem;
        min-height: .8rem;
        height: auto;
        border: .03rem solid #c50d27;
        border-radius: .08rem;
        margin-bottom: .32rem;
        padding: .12rem .3rem;
        box-sizing: border-box
    }

    .autopilot .textbox .det {
        font-size: .32rem;
        line-height: .52rem;
        padding-left: .32rem
    }

    .autopilot .textbox .det:before {
        width: .1rem;
        height: .1rem;
        top: .21rem;
        left: .11rem
    }

    .autopilot .textbox .det+.det {
        margin-top: .2rem
    }

    .newenergy .videobox {
        margin-bottom: .1rem
    }

    .newenergy .videoText {
        font-size: .36rem;
        line-height: .54rem
    }

    .newenergy .imgtitle {
        margin-top: .45rem
    }

    .newenergy .imgtitle img {
        width: 2.29rem
    }

    .newenergy .imgtitle .text {
        font-size: .44rem;
        line-height: .56rem;
        padding-left: .4rem
    }

    .newenergy .content {
        padding-bottom: .8rem
    }

    .newenergy .bigTitle {
        font-size: .4rem
    }

    .newenergy .bigTitle:before {
        width: .06rem;
        height: .68rem;
        margin-top: -.34rem
    }

    .newenergy .smallTitle {
        margin-bottom: .1rem;
        font-size: .42rem;
        padding-bottom: .2rem;
        line-height: .42rem
    }

    .newenergy .smallTitle .ic {
        width: .54rem;
        display: block;
        margin-bottom: .2rem
    }

    .newenergy .smallTitle:after {
        height: .06rem;
        width: .68rem
    }

    .newenergy .module .botInfo {
        flex-wrap: wrap
    }

    .newenergy .module .botInfo .col {
        width: 100%
    }

    .newenergy .module p {
        font-size: .32rem;
        line-height: .5rem;
        padding-right: 0
    }

    .newenergy .module .btn {
        width: .34rem;
        height: .46rem;
        margin-top: -.23rem
    }

    .newenergy .module .btn.prev {
        left: .2rem
    }

    .newenergy .module .btn.next {
        right: .2rem
    }

    .worldwide .selectWrap {
        height: .76rem;
        line-height: .76rem;
        font-size: .3rem;
        color: #888888;
        border: 1px solid #a6a6a6;
        margin: 0 .39rem .45rem;
        position: relative
    }

    .worldwide .selectWrap:before {
        content: '*';
        font-size: .4rem;
        color: #c7001f;
        position: absolute;
        left: .15rem;
        line-height: .76rem
    }

    .worldwide .selectWrap span {
        padding-left: .44rem
    }

    .worldwide .selectWrap .angle {
        width: .3rem;
        position: absolute;
        right: .28rem;
        top: .3rem
    }

    .worldwide .selectWrap .options {
        display: none;
        position: absolute;
        left: -1px;
        right: -1px;
        top: calc(100% + 1px);
        background: rgba(255,255,255,.95);
        z-index: 11;
        border: 1px solid #9e9e9e;
        border-top: none;
        box-sizing: border-box
    }

    .worldwide .selectWrap .options a {
        font-size: .3rem;
        color: #888888;
        display: block;
        padding-left: .44rem
    }

    .worldwide .line_title {
        flex-direction: column;
        align-items: flex-start;
        height: auto
    }

    .worldwide .line_title a {
        font-size: .32rem
    }

    .worldwide .line_title .link {
        margin-left: -.25rem
    }

    .worldwide .line_title .link img {
        display: none
    }

    .worldwide .country .showSwi {
        margin-top: .3rem;
        padding-bottom: .2rem
    }

    .worldwide .country .swiper-slide {
        height: 3.78rem
    }

    .worldwide .gallery {
        padding-bottom: 1.6rem
    }

    .worldwide .gallery .swiper-container {
        margin-top: .4rem;
        height: 4.12rem
    }

    .worldwide .gallery .swiper-slide img {
        width: 100%
    }

    .worldwide .gallery .control {
        width: .68rem;
        height: .68rem;
        margin-top: -.34rem
    }

    .worldwide .lineWrap {
        width: 100%;
        background: url(../img/country_mb_bg.jpg) no-repeat;
        background-size: 100% auto;
        padding-top: 1.12rem;
        padding-bottom: 1.53rem
    }

    .worldwide .countryList {
    }

    .worldwide .countryList .country_item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative
    }

    .worldwide .countryList .country_item .text {
        display: flex;
        flex-direction: column
    }

    .worldwide .countryList .country_item .name {
        font-size: .4rem
    }

    .worldwide .countryList .country_item .flag {
        width: .42rem;
        margin-top: .08rem
    }

    .worldwide .countryList .country_item .details {
        display: block;
        margin-top: .1rem;
        width: 1.3rem;
        height: .4rem;
        background-image: url(../img/countrty_details_lf.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-radius: .18rem;
        box-shadow: 0 0 .2rem #a5a8aa
    }

    .worldwide .countryList .country_item .imgbox {
        width: 2.15rem;
        height: 2.15rem;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 .3rem #a5a8aa
    }

    .worldwide .countryList .country_item .imgbox .img {
        position: relative;
        width: 1.9rem;
        height: 1.9rem;
        border-radius: 50%;
        overflow: hidden
    }

    .worldwide .countryList .country_item .imgbox img {
        position: absolute;
        height: 100%;
        left: 50%;
        top: 0;
        transform: translateX(-50%)
    }

    .worldwide .countryList .country_item:nth-child(odd) {
        padding-left: .46rem;
        padding-right: 1.4rem;
        color: #395bb1
    }

    .worldwide .countryList .country_item:nth-child(even) {
        padding-left: 1.44rem;
        padding-right: .5rem;
        color: #ce1127;
        flex-direction: row-reverse
    }

    .worldwide .countryList .country_item+.country_item {
        margin-top: -.25rem
    }

    .worldwide .countryList .country_item:nth-child(even) .details {
        background-image: url(../img/countrty_details_rt.png)
    }

    .worldwide .countryList .country_item:nth-child(odd):after {
        content: '';
        display: block;
        width: 2.46rem;
        height: .24rem;
        background: url(../img/countrty_line_lf.png) no-repeat;
        position: absolute;
        left: .99rem;
        top: 50%;
        margin-top: -.12rem;
        background-size: 100% 100%
    }

    .worldwide .countryList .country_item:nth-child(even):after {
        content: '';
        display: block;
        width: 1.61rem;
        height: .24rem;
        background: url(../img/countrty_line_rt.png) no-repeat;
        position: absolute;
        right: 1.85rem;
        top: 50%;
        margin-top: -.12rem;
        background-size: 100% 100%
    }

    .pagewrap {
        margin: 1rem 0
    }

    .pagewrap a,.pagewrap>span {
        width: .22rem;
        margin: 0 .14rem;
        font-size: .24rem
    }

    .pagewrap span.label {
        display: none
    }

    .pagewrap input {
        display: none
    }

    .pagewrap .jump-btn {
        display: none
    }

    .resultwrap .content {
        padding-top: .92rem;
        background-image: url(../img/search_bg_m.jpg);
        min-height: calc(100vh - 3.5rem)
    }

    .resultwrap .searchWrap {
        padding: .24rem 0 0
    }

    .resultwrap .searchWrap .iptWrap {
        width: 93.3%
    }

    .resultwrap .searchWrap .iptWrap .ipt {
        font-size: .3rem;
        padding-left: .34rem;
        height: .79rem
    }

    .resultwrap .searchWrap .iptWrap .search {
        width: .79rem;
        height: .79rem
    }

    .resultwrap .resultTop {
        padding-bottom: .5rem;
        padding-top: .5rem
    }

    .resultwrap .resultTit h4 {
        font-size: .7rem
    }

    .resultwrap .resultTit h4:after {
        width: .36rem;
        height: .19rem;
        margin-left: -.18rem;
        bottom: -.3rem
    }

    .resultwrap .resultHint {
        padding: .7rem 0 .3rem
    }

    .resultwrap .resultHint h5 {
        font-size: .6rem;
        margin-bottom: .4rem
    }

    .resultwrap .resultHint p {
        font-size: .32rem
    }

    .resultwrap .resultList li {
        padding: .62rem 0
    }

    .resultwrap .resultList .newstext .tit {
        font-size: .38rem;
        padding-left: .26rem;
        line-height: .5rem
    }

    .resultwrap .resultList .newstext .tit:before {
        width: .08rem;
        height: .5rem
    }

    .resultwrap .resultList .newstext .det {
        font-size: .32rem;
        line-height: .68rem
    }

    .noteBar {
        padding: .4rem;
        font-size: .24rem!important
    }

    .ilceSelect small {
        font-size: .3rem!important;
        height: .76rem!important
    }

    header {
        position: relative;
        padding: 0
    }

    section {
        padding: 0
    }

    .ft_link.w_hide {
        display: block!important;
        text-align: center;
        margin: .3rem auto 0;
        width: 100%
    }

    footer .logo {
        width: 120px
    }

    .fast_link {
        width: 100%!important;
        margin: .25rem 0 0 0!important;
        justify-content: center!important
    }

    .fast_link a {
        margin: 0 .12rem
    }

    footer .fast_link img {
        width: .4rem
    }

    .salesPage table {
        width: 100%;
        overflow: auto;
        display: block
    }

    .salesPage th {
        white-space: nowrap
    }

    .salesPage tr th,.salesPage tr td {
        font-size: .24rem!important;
        padding: .2rem!important
    }

    .salesPage tr td:nth-child(2) {
        white-space: nowrap;
        padding-right: .25rem!important
    }

    .salesPage th br {
        display: none
    }

    .salesPage .title td {
        font-size: .24rem!important;
        line-height: .34rem!important
    }

    .salesPage .model {
        font-size: .27rem!important;
        margin-bottom: .4rem
    }

    .salesPage span {
        color: #c7001f;
        display: block!important;
        text-align: right;
        margin: -.3rem 0 .25rem 0
    }

    .dealersPage {
        display: inline-block;
        width: 100%
    }

    .dealersPage #map {
        height: 70vw!important
    }

    .w-70 {
        width: 100%
    }

    .w-30 {
        width: 100%
    }

    .dealerList {
        margin-top: .5rem
    }

    .dealersPage .selectBox span i,.dealerList .all span {
        font-size: .24rem!important;
        line-height: .35rem
    }

    .clearFilt small {
        font-size: .20rem
    }

    .sales_open ul li:last-child a {
        font-size: .22rem
    }

    .sales_open ul li {
        font-size: .22rem;
        line-height: .30rem;
        padding-left: 1.2rem
    }

    .dealersPage {
        margin-bottom: 0
    }

    .cityList {
        top: 64px
    }

    .gm-style-iw-d .item h2 {
        font-size: .2rem
    }

    .iconList,.gm-style-iw-d .item span {
        font-size: .18rem!important
    }

    .optionsText small,.pagesDefault p {
        font-size: .32rem;
        line-height: .54rem
    }

    .optionsText table td {
        font-size: .24rem!important;
        line-height: .34rem!important
    }

    .buttonGroups a {
        height: .55rem;
        display: flex;
        align-items: center;
        font-size: .25rem;
        text-align: center;
        width: auto;
        justify-content: center;
        margin: 0 .1rem;
        line-height: 110%;
        padding: .12rem .32rem
    }

    .gm-style-iw-d .item a {
        font-size: .18rem
    }

    .pdfListPage .items a {
        padding: .25rem .2rem;
        font-size: .26rem;
        line-height: .35rem
    }

    .pdfListPage .items a span {
        font-size: .26rem;
        line-height: .35rem
    }

    .sliderControls {
        position: absolute;
        z-index: 9999;
        top: 50%;
        transform: translateY(-100%);
        display: flex;
        justify-content: space-between;
        width: 100%
    }

    .testDriverIcon {
        transform: translateY(0%);
        margin-top: 2rem
    }

    .testDriverIcon a.closed {
        transform: translateX(-60px)
    }

    .testDriverIcon a {
        font-size: .2rem
    }

    .testDriverIcon img {
        width: .8rem;
        margin-left: .2rem;
        height: .7rem
    }

    .chList span {
        font-size: .22rem!important
    }

    .dwtalz {
        right: 10px!important;
        bottom: 10px!important
    }

    .contact .about .types .tab {
        min-width: initial;
        width: 100%;
        margin-right: 0
    }

    .typess .productListing {
        background: none;
        padding-bottom: 0
    }

    .typess .productListing .all {
        display: flex
    }

    .typess .productListing .item {
        width: 100%
    }

    .typess .productListing img {
        max-width: 100%!important;
        margin: 0 auto .2rem
    }

    .typess .productListing .item:nth-child(3) img.logoabs {
        top: -1px!important
    }

    .typess .productListing .item:nth-child(3) img:nth-child(2) {
        top: 1px
    }

    .typess .productListing h3 {
        font-size: .17rem
    }
}

@font-face {
    font-family: futuraBold;
    src: url(/application/themes/mediaclick/assets/fonts/FUTURA-BOLD-5_0.TTF)
}

@font-face {
    font-family: futuraHeavy;
    src: url(/application/themes/mediaclick/assets/fonts/Futura-Heavy.otf),url(/application/themes/mediaclick/assets/fonts/FUTURA-HEAVY-4_0.TTF)
}

@font-face {
    font-family: futuraLight;
    src: url(/application/themes/mediaclick/assets/fonts/FUTURA-LIGHT-3_0.TTF)
}

@font-face {
    font-family: futurab;
    src: url(/application/themes/mediaclick/assets/fonts/FUTURAB_0.TTF)
}

@font-face {
    font-family: futuram;
    src: url(/application/themes/mediaclick/assets/fonts/FUTURAM_0.TTF)
}

@font-face {
    font-family: futuran;
    src: url(/application/themes/mediaclick/assets/fonts/FUTURAN.TTF)
}

@font-face {
    font-family: futuramc;
    src: url(/application/themes/mediaclick/assets/fonts/FUTURAMC_0.TTF)
}

@font-face {
    font-family: futurabi;
    src: url(/application/themes/mediaclick/assets/fonts/FUTURABI_0.TTF)
}

@font-face {
    font-family: futurami;
    src: url(/application/themes/mediaclick/assets/fonts/FUTURAMI_0.TTF)
}

@font-face {
    font-family: futuraxk;
    src: url(/application/themes/mediaclick/assets/fonts/FUTURAXK_1.TTF)
}

@font-face {
    font-family: javatext;
    src: url(/application/themes/mediaclick/assets/fonts/javatext.ttf)
}

@font-face {
    font-family: Helvetica-Bold;
    src: url(/application/themes/mediaclick/assets/fonts/Helvetica-Bold.ttf)
}

@font-face {
    font-family: Helvetica-Medium;
    src: url(/application/themes/mediaclick/assets/fonts/HelveticaNeueLTPro-Md.eot);
    src: url(/application/themes/mediaclick/assets/fonts/HelveticaNeueLTPro-Md.eot?#iefix) format('embedded-opentype'),url(/application/themes/mediaclick/assets/fonts/HelveticaNeueLTPro-Md.woff2) format('woff2'),url(/application/themes/mediaclick/assets/fonts/HelveticaNeueLTPro-Md.woff) format('woff'),url(/application/themes/mediaclick/assets/fonts/HelveticaNeueLTPro-Md.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: HelveticaNeueLTPro-Roman;
    src: url(/application/themes/mediaclick/assets/fonts/HelveticaNeueLTPro-Roman.eot);
    src: url(/application/themes/mediaclick/assets/fonts/HelveticaNeueLTPro-Roman.eot?#iefix) format('embedded-opentype'),url(/application/themes/mediaclick/assets/fonts/HelveticaNeueLTPro-Roman.woff2) format('woff2'),url(/application/themes/mediaclick/assets/fonts/HelveticaNeueLTPro-Roman.woff) format('woff'),url(/application/themes/mediaclick/assets/fonts/HelveticaNeueLTPro-Roman.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: HelveticaNeueLTPro-Th;
    src: url(/application/themes/mediaclick/assets/fonts/HelveticaNeueLTPro-Th.eot);
    src: url(/application/themes/mediaclick/assets/fonts/HelveticaNeueLTPro-Th.eot?#iefix) format('embedded-opentype'),url(/application/themes/mediaclick/assets/fonts/HelveticaNeueLTPro-Th.woff2) format('woff2'),url(/application/themes/mediaclick/assets/fonts/HelveticaNeueLTPro-Th.woff) format('woff'),url(/application/themes/mediaclick/assets/fonts/HelveticaNeueLTPro-Th.ttf) format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: HelveticaNeueLTPro-Hv;
    src: url(/application/themes/mediaclick/assets/fonts/HelveticaNeueLTPro-Hv.eot);
    src: url(/application/themes/mediaclick/assets/fonts/HelveticaNeueLTPro-Hv.eot?#iefix) format('embedded-opentype'),url(/application/themes/mediaclick/assets/fonts/HelveticaNeueLTPro-Hv.woff2) format('woff2'),url(/application/themes/mediaclick/assets/fonts/HelveticaNeueLTPro-Hv.woff) format('woff'),url(/application/themes/mediaclick/assets/fonts/HelveticaNeueLTPro-Hv.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: HelveticaNeueLTPro-Lt;
    src: url(/application/themes/mediaclick/assets/fonts/HelveticaNeueLTPro-Lt.eot);
    src: url(/application/themes/mediaclick/assets/fonts/HelveticaNeueLTPro-Lt.eot?#iefix) format('embedded-opentype'),url(/application/themes/mediaclick/assets/fonts/HelveticaNeueLTPro-Lt.woff2) format('woff2'),url(/application/themes/mediaclick/assets/fonts/HelveticaNeueLTPro-Lt.woff) format('woff'),url(/application/themes/mediaclick/assets/fonts/HelveticaNeueLTPro-Lt.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Helvetica;
    src: url(/application/themes/mediaclick/assets/fonts/HelveticaMedium.eot);
    src: url(/application/themes/mediaclick/assets/fonts/HelveticaMedium.eot?#iefix) format('embedded-opentype'),url(/application/themes/mediaclick/assets/fonts/HelveticaMedium.woff2) format('woff2'),url(/application/themes/mediaclick/assets/fonts/HelveticaMedium.woff) format('woff'),url(/application/themes/mediaclick/assets/fonts/HelveticaMedium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Helvetica-Medium1;
    src: url(/application/themes/mediaclick/assets/fonts/helvetica-medium.woff2) format('woff2'),url(/application/themes/mediaclick/assets/fonts/helvetica-medium.woff) format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: FuturaLT-Bold;
    src: url(/application/themes/mediaclick/assets/fonts/FuturaLT-Bold.eot);
    src: url(/application/themes/mediaclick/assets/fonts/FuturaLT-Bold.eot?#iefix) format('embedded-opentype'),url(/application/themes/mediaclick/assets/fonts/FuturaLT-Bold.woff2) format('woff2'),url(/application/themes/mediaclick/assets/fonts/FuturaLT-Bold.woff) format('woff'),url(/application/themes/mediaclick/assets/fonts/FuturaLT-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: FuturaBT-Bold;
    src: url(/application/themes/mediaclick/assets/fonts/FuturaBT-Bold.eot);
    src: url(/application/themes/mediaclick/assets/fonts/FuturaBT-Bold.eot?#iefix) format('embedded-opentype'),url(/application/themes/mediaclick/assets/fonts/FuturaBT-Bold.woff2) format('woff2'),url(/application/themes/mediaclick/assets/fonts/FuturaBT-Bold.woff) format('woff'),url(/application/themes/mediaclick/assets/fonts/FuturaBT-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: FuturaBT-Medium;
    src: url(/application/themes/mediaclick/assets/fonts/FuturaBT-Medium.eot);
    src: url(/application/themes/mediaclick/assets/fonts/FuturaBT-Medium.eot?#iefix) format('embedded-opentype'),url(/application/themes/mediaclick/assets/fonts/FuturaBT-Medium.woff2) format('woff2'),url(/application/themes/mediaclick/assets/fonts/FuturaBT-Medium.woff) format('woff'),url(/application/themes/mediaclick/assets/fonts/FuturaBT-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: FuturaBT-Book;
    src: url(/application/themes/mediaclick/assets/fonts/FuturaBT-Book.eot);
    src: url(/application/themes/mediaclick/assets/fonts/FuturaBT-Book.eot?#iefix) format('embedded-opentype'),url(/application/themes/mediaclick/assets/fonts/FuturaBT-Book.woff2) format('woff2'),url(/application/themes/mediaclick/assets/fonts/FuturaBT-Book.woff) format('woff'),url(/application/themes/mediaclick/assets/fonts/FuturaBT-Book.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Helvetica-Condensed-Bold;
    src: url(/application/themes/mediaclick/assets/fonts/Helvetica-Condensed-Bold.eot);
    src: url(/application/themes/mediaclick/assets/fonts/Helvetica-Condensed-Bold.eot?#iefix) format('embedded-opentype'),url(/application/themes/mediaclick/assets/fonts/Helvetica-Condensed-Bold.woff2) format('woff2'),url(/application/themes/mediaclick/assets/fonts/Helvetica-Condensed-Bold.woff) format('woff'),url(/application/themes/mediaclick/assets/fonts/Helvetica-Condensed-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: HelveticaMedium;
    src: url(/application/themes/mediaclick/assets/fonts/HelveticaMedium.eot);
    src: url(/application/themes/mediaclick/assets/fonts/HelveticaMedium.eot?#iefix) format('embedded-opentype'),url(/application/themes/mediaclick/assets/fonts/HelveticaMedium.woff2) format('woff2'),url(/application/themes/mediaclick/assets/fonts/HelveticaMedium.woff) format('woff'),url(/application/themes/mediaclick/assets/fonts/HelveticaMedium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

body,td,input,select,textarea,h1,h2,h3,h4,h5,h6 {
    font-size: 14px
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0
}

ul,ol {
    list-style: none
}

img {
    border: 0;
    vertical-align: top
}

input,select,textarea {
    vertical-align: middle
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0
}

.clearfix {
    *zoom:1}

@keyframes opacityChange {
    0% {
        opacity: .2
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: .2
    }
}

@-webkit-keyframes opacityChange {
    0% {
        opacity: .2
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: .2
    }
}

@-ms-keyframes opacityChange {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes noChange {
    0% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform,height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E)
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E)
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E)
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E)
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255,255,255,.5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}} @charset UTF-8;/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);-ms-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);-ms-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);-ms-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);-ms-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.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)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);-ms-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);-ms-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);-ms-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);-ms-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);-ms-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);-ms-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);-ms-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);-ms-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);-ms-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);-ms-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);-ms-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);-ms-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);-ms-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);-ms-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);-ms-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;-ms-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);-ms-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);-ms-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);-ms-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);-ms-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);-ms-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);-ms-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);-ms-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);-ms-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);-ms-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);-ms-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);-ms-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);-ms-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);-ms-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);-ms-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);-ms-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);-ms-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);-ms-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);-ms-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);-ms-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);-ms-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);-ms-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);-ms-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);-ms-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);-ms-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceOutDown{20%{-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)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);-ms-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);-ms-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-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)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);-ms-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);-ms-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);-ms-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-ms-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-ms-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);-ms-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);-ms-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);-ms-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);-ms-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);-ms-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);-ms-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);-ms-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);-ms-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);-ms-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);-ms-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);-ms-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);-ms-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);-ms-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);-ms-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);-ms-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);-ms-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);-ms-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);-ms-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);-ms-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);-ms-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);-ms-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);-ms-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);-ms-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);-ms-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);-ms-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);-ms-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);-ms-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);-ms-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);-ms-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);-ms-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);-ms-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);-ms-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-ms-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-ms-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-ms-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-ms-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-ms-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-ms-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-ms-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-ms-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-ms-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-ms-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);-ms-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);-ms-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);-ms-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);-ms-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-ms-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-ms-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp} body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:0;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:15px 30px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:0}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:0}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:4px}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:0;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:0;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}