@font-face {

    font-family: 'Metropolis Bold';

    font-style: normal;

    font-weight: 500;

    font-display: swap;

    src: url(../font/Metropolis-Bold.ttf);

}



@font-face {

    font-family: 'Metropolis Regular';

    font-style: normal;

    font-weight: 500;

    font-display: swap;

    src: url(../fonts/Metropolis-Regular.otf);

    /* src: url(../font/Metropolis-Light.ttf); */

}



@font-face {

    font-family: 'Metropolis Light';

    font-style: normal;

    font-weight: 500;

    font-display: swap;

    src: url(../font/Metropolis-Light.ttf);

}



@font-face {

    font-family: "vmotofont";
    /* Project id 3983008 */

    src: url('../font/iconfont.woff2') format('woff2'),

        url('../font/iconfont.woff') format('woff'),

        url('../font/iconfont.ttf') format('truetype');

}

/*动画插件*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        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)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

/*动画插件END*/

body, html {
    --font-Metropolis-Bold: 'Metropolis-Bold', sans-serif;
}

.vmotofont {

    font-family: "vmotofont" !important;

    /*font-size: 16px;*/

    font-style: normal;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}

.vmoto-Twitter:before {
    content: "\e882";
}

.vmoto-address:before {
    content: "\e62c";
}

.vmoto-backtotop1:before {
    content: "\e602";
}

.vmoto-dianchibao:before {
    content: "\e67b";
}

.vmoto-icon-dc-black1:before {
    content: "\e6f2";
}

.vmoto-icon-ybp-black1:before {
    content: "\e6f4";
}

.vmoto-icon-sd-black1:before {
    content: "\e6f5";
}

.vmoto-addresss:before {
    content: "\e619";
}

.vmoto-download:before {
    content: "\e66e";
}

.vmoto-search:before {
    content: "\e6f3";
}

.vmoto-a-zu611:before {
    content: "\e6ef";
}

.vmoto-a-zu613:before {
    content: "\e6f0";
}

.vmoto-a-zu614:before {
    content: "\e6f1";
}

.vmoto-play1:before {
    content: "\e6ee";
}

.vmoto-right:before {
    content: "\e665";
}

.vmoto-left:before {
    content: "\e666";
}

.vmoto-fanhui:before {
    content: "\e600";
}

.vmoto-gengduo:before {
    content: "\e601";
}

.vmoto-linkedin:before {
    content: "\e646";
}

.vmoto-play:before {
    content: "\e6e7";
}

.vmoto-arrow-left-bold:before {
    content: "\e685";
}

.vmoto-arrow-up-bold:before {
    content: "\e686";
}

.vmoto-close-bold:before {
    content: "\e687";
}

.vmoto-arrow-down-bold:before {
    content: "\e688";
}

.vmoto-arrow-right-bold:before {
    content: "\e689";
}

.vmoto-facebook:before {
    content: "\eab7";
}

.vmoto-instagram:before {
    content: "\e87f";
}

.vmoto-Youtube-fill:before {
    content: "\e883";
}

:root {

    --theme-color: #000;

    --font-body-sans-serif: 'Metropolis Regular', 'PingFang SC', 'Source Han Sans', 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;

    --font-Metropolis-Bold: 'Metropolis Bold';

    --font-Metropolis-Regular: 'Metropolis Regular';

    --font-Metropolis-Light: 'Metropolis Light';

}



/* reset */

html {

    line-height: 1.15;

    -webkit-text-size-adjust: 100%
}



body {

    margin: 0
}



main {

    display: block
}



h1 {

    font-size: 2em
}



hr {

    -webkit-box-sizing: content-box;

    box-sizing: content-box;

    height: 0;

    overflow: visible
}



pre {

    font-family: monospace, monospace;

    font-size: 1em
}



a {

    background-color: transparent
}



abbr[title] {

    border-bottom: 0;

    text-decoration: underline;

    -webkit-text-decoration: underline dotted;

    text-decoration: underline dotted
}



b,

strong {

    font-weight: bolder
}



code,

kbd,

samp {

    font-family: monospace, monospace;

    font-size: 1em
}



small {

    font-size: 80%
}



sub,

sup {

    font-size: 75%;

    line-height: 0;

    position: relative;

    vertical-align: baseline
}



sub {

    bottom: -0.25em
}



sup {

    top: -0.5em
}



img {

    border-style: none
}



button,

input,

optgroup,

select,

textarea {

    font-family: inherit;

    font-size: 100%;

    line-height: 1.15;

    margin: 0
}



button,

input {

    overflow: visible
}



button,

select {

    text-transform: none
}



[type="button"],

[type="reset"],

[type="submit"],

button {

    -webkit-appearance: button
}



[type="button"]::-moz-focus-inner,

[type="reset"]::-moz-focus-inner,

[type="submit"]::-moz-focus-inner,

button::-moz-focus-inner {

    border-style: none;

    padding: 0
}



[type="button"]:-moz-focusring,

[type="reset"]:-moz-focusring,

[type="submit"]:-moz-focusring,

button:-moz-focusring {

    outline: 1px dotted ButtonText
}



fieldset {

    padding: .35em .75em .625em
}



legend {

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    color: inherit;

    display: table;

    max-width: 100%;

    padding: 0;

    white-space: normal
}



progress {

    vertical-align: baseline
}



textarea {

    overflow: auto
}



[type="checkbox"],

[type="radio"] {

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    padding: 0
}



[type="number"]::-webkit-inner-spin-button,

[type="number"]::-webkit-outer-spin-button {

    height: auto
}



[type="search"] {

    -webkit-appearance: textfield;

    outline-offset: -2px
}



[type="search"]::-webkit-search-decoration {

    -webkit-appearance: none
}



::-webkit-file-upload-button {

    -webkit-appearance: button;

    font: inherit
}



details {

    display: block
}



summary {

    display: list-item
}



template,

[hidden] {

    display: none
}



/* reset end*/

* {

    box-sizing: border-box;

    margin: 0;

    padding: 0;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    -o-user-select: none;

    user-select: none;

}



html,

body {

    position: relative;

    margin: 0;

    padding: 0;

    font-family: var(--font-body-sans-serif);

}



.Font-Blod {

    font-family: var(--font-Metropolis-Bold);

}



.Font-Light {

    font-family: var(--font-Metropolis-Light);

}



.Font-Regular {

    font-family: var(--font-Metropolis-Regular);

}



@-webkit-keyframes slideLeft {

    0% {

        opacity: 0;

        -webkit-transform: translateX(100%);

        transform: translateX(100%)
    }



    100% {

        opacity: 1;

        -webkit-transform: translateX(0%);

        transform: translateX(0%)
    }

}



@keyframes slideLeft {

    0% {

        opacity: 0;

        -webkit-transform: translateX(100%);

        transform: translateX(100%)
    }



    100% {

        opacity: 1;

        -webkit-transform: translateX(0%);

        transform: translateX(0%)
    }

}



@-webkit-keyframes slideRight {

    0% {

        opacity: 1;

        -webkit-transform: translateX(0%);

        transform: translateX(0%)
    }



    100% {

        opacity: 0;

        -webkit-transform: translateX(100%);

        transform: translateX(100%)
    }

}



@keyframes slideRight {

    0% {

        opacity: 1;

        -webkit-transform: translateX(0%);

        transform: translateX(0%)
    }



    100% {

        opacity: 0;

        -webkit-transform: translateX(100%);

        transform: translateX(100%)
    }

}



html {

    font-size: 100%;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    scroll-behavior: smooth
}

/*@media (max-width:1440px){

    html{

        font-size: 85%;

    }

}

@media (max-width:992px){

    html{

        font-size: 75%;

    }

}

@media (max-width:576px){

    html{

        font-size: 65%;

    }

}*/



*,

*::before,

*::after {

    padding: 0;

    margin: 0;

    -webkit-box-sizing: inherit;

    box-sizing: inherit;

    list-style: none;

    list-style-type: none;

    text-decoration: none;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    text-rendering: optimizeLegibility
}



body {

    font-size: 1rem;

    font-weight: 400;

    line-height: 1.5;

    overflow-x: hidden;

    color: #121212;

    background: #fff
}



.header ul {

    margin: 0rem;

    padding: 0;

}



a,

button {

    font-family: inherit;

    font-size: inherit;

    line-height: inherit;

    cursor: pointer;

    border: 0;

    outline: 0;

    background: 0;

    text-decoration: none
}



a {

    color: #fff;

    -webkit-transition: color .3s ease-in-out;

    -o-transition: color .3s ease-in-out;

    transition: color .3s ease-in-out;

}



a:hover {

    color: #A8F0FC;

}



@media only screen and (max-width: 768px) {



    a,

    button {

        cursor: default !important;

        border: 0;

        outline: 0
    }

}



img,

video {

    display: block;

    max-width: 100%;

    height: auto;

    -o-object-fit: cover;

    object-fit: cover
}



.my-container {

    max-width: 80rem;

    width: 100%;

    height: auto;

    padding: 0 2rem;

    margin: 0 auto
}



@media only screen and (max-width: 992px) {

    .header .nav-wrapper {

        width: 100%;

        position: relative;

    }



    .my-container {

        padding: 0 1rem;

        margin: 0 auto
    }

}



.brand {

    border: 0;

    outline: 0;

    width: 100%;

    max-width: 350px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: nowrap;

    flex-wrap: nowrap;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    justify-content: space-around;

}



.brand .logo-vmoto {

    width: 72%;

    max-width: 220px;

    margin-right: 8%;

}



.brand .logo-soco {

    width: 20%;

    max-width: 75px;

}



@media (max-width: 992px) {

    .brand .logo-vmoto {

        max-width: 180px;

    }

}



@media (max-width: 374px) {

    .brand .logo-vmoto {

        width: 70%;

        margin-right: 5%;

    }



    .brand .logo-soco {

        width: 20%;

        max-width: 62px;

    }



    .my-header .wrapper {

        flex-wrap: nowrap !important;

    }

}



.language-right {

    text-align: right;

}



.language-type .language-ul {

    position: absolute;

    z-index: 6;

    background: #fff;

    right: 0;

    text-align: center;

    opacity: 0;

    visibility: hidden;

    -webkit-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);

    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);

    -webkit-transition: all .5s ease-in-out;

    -o-transition: all .5s ease-in-out;

    transition: all .5s ease-in-out;

    padding: .5rem 1rem;

    color: #333;

    border-radius: 3px;

}



.language-ul a {

    color: #333;

    line-height: 2;

}



.language-ul a:hover {

    color: #A8F0FC;

}



.language-type {

    padding-top: 2rem;

    padding-bottom: 0.875rem;

    color: #fff;

}



.language-type .langTxt {

    color: #fff;

}



.langTxt {

    cursor: pointer;

    display: inline-block;

    min-width: 2.75rem;

    position: relative;

}



.langTxt::after,

.has-sub::after {

    display: inline-block;

    vertical-align: middle;

    margin-top: -2px;

    content: '\e601';

    font-family: "vmotofont" !important;

    margin-left: 2px;

}



.show-web .langTxt::after {
    content: '\e688';
}



.language-type:hover .language-ul {

    margin-top: 0.5rem;

    opacity: 1;

    visibility: visible;

}



.my-header {

    /* position: fixed; 

    position: absolute;*/

    display: block;

    /* top: 0;

    left: 0; */

    width: 100%;

    height: auto;

    padding: 1rem 0;

    margin: 0 auto;

    z-index: 999;

    border: 0;

    outline: 0;

    background: #000;

    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);

    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
}



.my-header .my-container {

    max-width: 1640px;

}



.my-header .wrapper {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center
}



.header-item-left {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-flex: 0;

    -ms-flex: 0 0 24%;

    flex: 0 0 24%
}



.header-item-center {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-flex: 0;

    -ms-flex: 0 0 60%;

    flex: 0 0 60%
}



.header-item-right {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-flex: 0;

    -ms-flex: 0 0 14%;

    flex: 0 0 14%;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end
}



.menu-right-text {

    color: #fff;

    text-transform: capitalize;

    text-rendering: optimizeLegibility;

    -webkit-transition: color .3s ease-in-out;

    -o-transition: color .3s ease-in-out;

    transition: color .3s ease-in-out;

    font-family: 'Metropolis Regular', sans-serif;

}



.menu-right-text:hover {

    color: #A8F0FC;

}



.header-item-right .menu-icon {

    font-size: 1.35rem;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    gap: 1rem;

    margin-left: 1rem;

    border: 0;

    outline: 0;

    color: #121212;

    -webkit-transition: all .3s ease;

    -o-transition: all .3s ease;

    transition: all .3s ease
}



.my-header .menu>ul>li {

    display: inline-block;

    line-height: 5.375rem;

    /*weber修改*/
    /*margin-left: 1.5rem;*/
    margin-left: 3.5rem;

    cursor: pointer;

}



.my-header .menu>ul>li>a {

    position: relative;

    font-family: inherit;

    font-size: 1rem;

    font-weight: 500;

    line-height: 1.25;

    border: 0;

    outline: 0;

    color: #fff;

    text-transform: capitalize;

    text-rendering: optimizeLegibility;

    -webkit-transition: color .3s ease-in-out;

    -o-transition: color .3s ease-in-out;

    transition: color .3s ease-in-out
}



@media(min-width:993px) {



    .my-header .menu>ul>li:not(:first-child)>a:after {

        content: '';

        position: absolute;

        /*weber修改*/
        /*left: -1rem;*/
        left: -2rem;

        top: 2px;

        width: 2px;

        height: 10px;

        background-color: #fff;



    }



    .my-header .menu>ul>li>a .has-sub {

        display: none;

    }



    #Vmoto .b-logo2 {

        max-width: 250px;

    }

}



@media(min-width:1600px) {

    .my-header .menu>ul>li {

        margin-left: 2.5rem;

    }



    .my-header .menu>ul>li:not(:first-child)>a:after {

        left: -1.5rem;

    }

}



@media (min-width:993px) and (max-width: 1490px) {

    .header-item-left {

        -ms-flex: 0 0 20%;

        flex: 0 0 20%;

    }



    .header-item-center {

        -ms-flex: 0 0 66%;

        flex: 0 0 66%;

    }

    .header-item-right {
        -ms-flex: 0 0 14%;
        flex: 0 0 14%;
    }
    /*weber更新*/
    .header-menu-center{
        justify-content: center;
    }

}



.my-header .menu>ul>li .menu-subs {

    position: absolute;

    width: 100%;

    height: auto;

    margin-top: 1.75rem;

    padding: .25rem 2rem 1rem 2rem;

    border: 0;

    outline: 0;

    z-index: 500;

    opacity: 0;

    visibility: hidden;

    border-top: 3px solid #000;

    background: rgba(0, 0, 0, .75);

    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);

    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);

    -webkit-transition: all .5s ease-in-out;

    -o-transition: all .5s ease-in-out;

    transition: all .5s ease-in-out
}



.my-header .menu .menu-bg-white .menu-subs {

    background: rgb(255, 255, 255);

}



.my-header .menu>ul>li .menu-subs>ul>li {

    line-height: 1
}



.my-header .menu>ul>li .menu-subs>ul>li>a {

    display: inline-block;

    font-family: inherit;

    font-size: 1rem;

    font-weight: 500;

    line-height: 1.25;

    padding: .75rem 0;

    border: 0;

    outline: 0;

    color: #fff;

    text-transform: capitalize;

    text-rendering: optimizeLegibility;

    -webkit-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out
}



.my-header .menu>ul>li .menu-column-1 {

    min-width: 16rem;

    max-width: 20rem
}



.my-header .menu>ul>li .menu-subs.menu-mega {

    left: 50%;

    -webkit-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    transform: translateX(-50%)
}



.my-header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li {

    display: block;

    line-height: 1
}



.my-header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {

    display: inline-block;

    font-family: inherit;

    font-size: 1rem;

    font-weight: 500;

    line-height: 1.25;

    padding: .5rem 0;

    border: 0;

    outline: 0;

    color: #fff;

    text-transform: capitalize;

    text-rendering: optimizeLegibility;

    -webkit-transition: color .3s ease-in-out;

    -o-transition: color .3s ease-in-out;

    transition: color .3s ease-in-out
}



.my-header .menu>ul>.menu-bg-white .menu-subs.menu-mega>.list-item>ul>li>a {

    color: #333;

}



.my-header .menu>ul>li .menu-subs.menu-column-4 {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    max-width: 1640px;

    width: 100%;

    padding: 1.25rem 1rem;

    justify-content: center;

}



.my-header .menu>ul>li .menu-subs.menu-column-4>.list-item {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 25%;

    flex: 0 0 25%;

    padding: 0 1rem;

    text-align: center;

}



.my-header .menu>ul>li .menu-subs.menu-column-4>.list-item .title {

    font-family: 'Metropolis Bold';

    font-size: 1.5rem;

    font-weight: 500;

    line-height: 1;

    padding: .75rem 0;

    border: 0;

    outline: 0;

    color: #fff;

    text-transform: uppercase;

    text-rendering: optimizeLegibility;

    -webkit-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

    display: block;

}



.my-header .menu>ul>.menu-bg-white .list-item a>.title {

    color: #333 !important;

}



.my-header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {

    text-align: center
}



.my-header .menu>ul>li .menu-subs.menu-column-4>.list-item img.responsive {

    max-width: 100%;

    width: 100%;

    height: auto;

    margin-top: .75rem;

    -o-object-fit: cover;

    object-fit: cover;

    vertical-align: middle
}



.my-header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a:hover,

.my-header .menu>ul>li .menu-subs>ul>li>a:hover {

    color: #A8F0FC
}



.my-header-item-right a:hover,

.my-header .menu>ul>li:hover>a {

    color: #A8F0FC
}



@media only screen and (min-width: 993px) {

    .my-header .menu>ul>li .menu-subs.menu-column-4>.list-item .title {
        font-size: 1rem;
    }

    .my-header .menu>ul>li.menu-item-has-children:hover .menu-subs {

        margin-top: .5rem;

        opacity: 1;

        visibility: visible
    }

}



.menu-mobile-header,

.menu-mobile-trigger {

    display: none
}



.show-web {

    display: block !important;

}



.show-mobile {

    display: none !important;

}



.langTxt {

    color: #fff;

    margin-left: 1em;

    vertical-align: middle;

}



@media only screen and (max-width: 992px) {

    .my-header .menu>ul>li .menu-subs {

        background-color: #000;

    }



    .show-mobile {

        display: block !important;

    }



    .show-web {

        display: none !important;

    }



    .header-item-center {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 100%;

        flex: 0 0 100%;

        -webkit-box-ordinal-group: 4;

        -ms-flex-order: 3;

        order: 3
    }



    .header-item-left,

    .header-item-right {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto
    }



    .wrapper {

        -webkit-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between
    }



    .my-header .menu-mobile-trigger {

        position: relative;

        display: block;

        cursor: pointer;

        width: 2.75rem;

        height: 2rem;

        border: 0;

        outline: 0;

        margin-left: 0;

        background: 0;

        -webkit-transform: rotate(0deg);

        -ms-transform: rotate(0deg);

        transform: rotate(0deg);

        -webkit-transition: .35s ease-in-out;

        -o-transition: .35s ease-in-out;

        transition: .35s ease-in-out
    }



    .my-header .menu-mobile-trigger span {

        display: block;

        position: absolute;

        width: 100%;

        height: 2px;

        left: 0;

        border: 0;

        outline: 0;

        opacity: 1;

        border-radius: .25rem;

        background: #fff;

        -webkit-transform: rotate(0deg);

        -ms-transform: rotate(0deg);

        transform: rotate(0deg);

        -webkit-transition: .25s ease-in-out;

        -o-transition: .25s ease-in-out;

        transition: .25s ease-in-out
    }



    .my-header .menu-mobile-trigger span:nth-child(1) {

        top: 0
    }



    .my-header .menu-mobile-trigger span:nth-child(2),

    .my-header .menu-mobile-trigger span:nth-child(3) {

        top: .75rem
    }



    .my-header .menu-mobile-trigger span:nth-child(4) {

        top: 1.5rem
    }



    .header-item-right {

        -webkit-box-align: center;

        -ms-flex-align: center;

        align-items: center
    }



    .my-header .menu {

        position: fixed;

        top: 0;

        left: 0;

        width: 20rem;

        width: 85vw;

        height: 100%;

        z-index: 1099;

        overflow: hidden;

        background: #000;

        -webkit-transform: translate(-100%);

        -ms-transform: translate(-100%);

        transform: translate(-100%);

        -webkit-transition: all .5s ease-in-out;

        -o-transition: all .5s ease-in-out;

        transition: all .5s ease-in-out
    }



    .my-header .menu.active {

        -webkit-transform: translate(0%);

        -ms-transform: translate(0%);

        transform: translate(0%)
    }



    .my-header .menu>ul>li {

        display: block;

        line-height: 1;

        margin: 0
    }



    .my-header .menu>ul>li>a {

        display: block;

        line-height: 4.125rem;

        height: 4.125rem;

        padding: 0 4.125rem 0 1rem;

        border-bottom: 1px solid rgba(0, 0, 0, 0.1);

        color: #fff;

        font-size: 1.25rem;

    }



    .my-header .menu>ul>li>a i.ion {

        position: absolute;

        font-size: 1.25rem;

        line-height: 4.125rem;

        top: 0;

        right: 0;

        width: 4.125rem;

        height: 4.125rem;

        text-align: center;

        -webkit-transform: rotate(-90deg);

        -ms-transform: rotate(-90deg);

        transform: rotate(-90deg)
    }



    .my-header .menu .menu-mobile-header {

        position: relative;

        position: -webkit-sticky;

        position: sticky;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-box-align: center;

        -ms-flex-align: center;

        align-items: center;

        -webkit-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between;

        top: 0;

        height: 6.125rem;

        z-index: 501;

        border-bottom: 1px solid rgba(0, 0, 0, 0.1);

        background: #000
    }



    .my-header .menu .menu-mobile-header .menu-mobile-arrow {

        display: none;

        font-size: 1.25rem;

        line-height: 6.125rem;

        width: 6.125rem;

        height: 6.125rem;

        cursor: pointer;

        /* border-right: 1px solid rgba(0,0,0,0.1); */

        color: #121212;

        text-align: center
    }



    .my-header .menu .menu-mobile-header.active .menu-mobile-arrow {

        display: block
    }



    .my-header .menu .menu-mobile-header .menu-mobile-title {

        font-family: inherit;

        font-size: 1.5rem;

        font-weight: 500;

        line-height: inherit;

        color: #fff;

        text-transform: capitalize;

        text-rendering: optimizeLegibility
    }



    .my-header .menu .menu-mobile-header .menu-mobile-close {

        font-size: 2.25rem;

        line-height: 6.125rem;

        cursor: pointer;

        width: 6.125rem;

        height: 6.125rem;

        /* border-left: 1px solid rgba(0,0,0,0.1); */

        color: #fff;

        text-align: center
    }



    .my-header .menu .menu-section {

        height: 100%;

        height: calc(100% - 5rem);

        overflow-y: auto;

        overflow-x: hidden;

        padding-bottom: 4rem;

        padding-left: 2em;

    }



    .my-header .menu>ul>li .menu-subs {

        position: absolute;

        display: none;

        top: 0;

        left: 0;

        max-width: none;

        min-width: auto;

        width: 100%;

        height: 100%;

        margin: 0;

        padding: 1rem;

        padding-top: 6.5rem;

        opacity: 1;

        overflow-y: auto;

        visibility: visible;

        -webkit-transform: translateX(0%);

        -ms-transform: translateX(0%);

        transform: translateX(0%);

        -webkit-box-shadow: none;

        box-shadow: none
    }



    .my-header .menu>ul>li .menu-subs.menu-mega {

        position: absolute;

        display: none;

        top: 0;

        left: 0;

        max-width: none;

        min-width: auto;

        width: 100%;

        height: 100%;

        margin: 0;

        padding: 1rem;

        padding-top: 6.5rem;

        opacity: 1;

        overflow-y: auto;

        visibility: visible;

        -webkit-transform: translateX(0%);

        -ms-transform: translateX(0%);

        transform: translateX(0%);

        -webkit-box-shadow: none;

        box-shadow: none
    }



    .my-header .menu>ul>li .menu-subs.active {

        display: block
    }



    .my-header .menu>ul>li .menu-subs.menu-column-4>.list-item {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 100%;

        flex: 0 0 100%;

        padding: 0rem
    }



    .my-header .menu>ul>li .menu-subs.menu-column-4>.list-item img.responsive {

        margin-top: 0
    }



    .my-header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {

        margin-bottom: 1.25rem
    }



    .my-header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center:last-child .title {

        margin-bottom: 0rem
    }



    .my-header .menu>ul>li .menu-subs>ul>li>a {

        display: block;

        font-size: 1.5rem
    }



    .my-header .menu>ul>li .menu-subs.menu-mega>.list-item>ul {

        margin-bottom: 1rem
    }



    .my-header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {

        display: block;

        font-size: 1.5rem;

        padding: .75rem 0;

    }



    .overlay {

        position: fixed;

        top: 0;

        left: 0;

        width: 100%;

        height: 100%;

        z-index: 1098;

        opacity: 0;

        visibility: hidden;

        background: rgba(0, 0, 0, 0.55);

        -webkit-transition: all .5s ease-in-out;

        -o-transition: all .5s ease-in-out;

        transition: all .5s ease-in-out
    }



    .overlay.active {

        opacity: 1;

        visibility: visible
    }

}





.sicon {

    display: inline-block;

    width: 100%;

    height: 100%;

    min-width: 2rem;

    min-height: 2rem;

    background-position: center;

    background-repeat: no-repeat;

    background-size: 2rem;

}



.icon-close {

    background-size: 2rem;

    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAPhJREFUWEftVkEOwjAMi//HdfsCb4InwBH+FxSplaYp7eIA6w7rdYntJU4byOCDwfxyCjhuBVT1JiIvAO9vfKKqk4hMAGYPx62Aqj4sqSTMAJ4ZEYXcsOzcAVzXOC0BF/v7RTAtYkVuUC5G0wNRAK8yTG7XhAxQFcLmbE4BA8jEVsGbAiwwAhyJCU8B29csufGEKtDrb/lWR63p9tYYUwIa7Vhi0+NKC+iIoMnpFnRaQZeemoJljR3D7dcCz+27mbA3an8fwwhBJCZ1ETHATGzIhBlANueYz7Gqjl1Ihq9k5bodt5RmFtBsTuoxypKl7oFfkp0CvAp8AC+wviHEFJjhAAAAAElFTkSuQmCC);

}



.icon-arrow-left {

    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAATtJREFUWEfFl8FKAlEUhj9fR5e6sZ0vUT6cq5ZCEBQEBUFSJmgEbRSCgqCgRRAkhAgiF45wGI86c+fOvbMfvu/+Z+afMzUSX7XEfMoI1IEesAA6vgfxFXDwPtAAHoGjmAIa/gJ0gWksAQ1/Bk6AV1+4u6/ICDR8IvC3MvAiAho+EvhHWXheAQ1/EPhnCHgeAQ0fAMfAdyj4IQENvxX4T0j4PgENvxH4b2j4LgENvxL4vAq4JaDhlwL/rwqeFdDwc4Evq4RnBVy5NIEzga+qhmcFhkA7pUDyEbhEtMSFtF60h3Az8qSvoSVxLUlEKyJLInoVWxJ3kkS0j5ElcS8SX6E6Iu9GlHQhsZIYSxLvZZPIm4AlEX0ptSTcWu4245lvEkUTsCSegFZsgU1tnwJ/KX7NfA+8dZ/vCIIJrAF4vFAhw9JJUQAAAABJRU5ErkJggg==);

}



.icon-arrow-right {

    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAMtJREFUWEfF17ENwjAQRuGXPZiAmoo9oEyF2ImWkkWoKGGeyB1IJD6f/zunjBS9z1aUiycGX9PgPr2AB7ADLsDHs5hewA24Am/g7EH0Asqiyy6cvAgFoAuhArgRSoALoQY0IyIATYgogBkRCTAhogFVRAZgE5EFWEVkAr4RL+BQbowCPIFjNuDv0MragdWJmQHYHNfRgOq/QiSgGo98CU3xKIA5HgFoiqsBzXElwBVXAdxxBaArrgDcgT0we05FCoDnOPjzTOSX0IRbAOYoUCFwzufHAAAAAElFTkSuQmCC);

}



.icon-arrow-left-white {

    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAdBJREFUWEftlr9LVmEYhq+bBoeoXBpqyyX/gBSkqcVqsFFTm3NQxLFBSQQHp4h+QZGWig3hKgQhjhGIu4KCs2GQS0u3vPB8cIbwO7/8vsWznfecw3Wd+3necx7R5kNt5nMhUHsCtnuAl8Bf4JGkP2eVuVYB2w+AReBGQO9J2mqJgO1R4CPQEcBpSfPNmryWBGxPRuwN3oSkN83g6XplAduzwPMMbFTSWh54ZQHbr4CJgP0GEnwjL7y0gO1LwAowHLADYETSjyLwUgK2rwOrQH/AdoDHknaLwgsL2O6ON78TsE1gSNJRGXghAdt3A34rYOvAoKR/ZeG5BWwPROxXA/ZB0tMq4MazTbeh7SvAIdAZDy1IelYHPFcCti8DqctT86WjtQKJGCVI2+5aSLyXNFZHCk1L0IDY7os+6Iq1r7H9zr8JMxK3gWWgN9a+h8SvsmnkTiAjkXrhM/Aw1rbTF1HSXhmJwgLRE+lT/Al4EtD9kPhZVKKUQCaNF8BUnB+HxLciEpUEIo0ZYC4DTT+lL3klKguExDjwOgMdl/Q2j0QtAiGRfs1LbRnJMj1xP4bSm7HWuqE0I5HG8ndAGscHJJ2cVYraSpCn3v+750Kg7QmcAqqDhCHrft87AAAAAElFTkSuQmCC);

}

.menu-item-has-children .has-sub::after,

.icon-arrow-right-white {

    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAcJJREFUWEftlr3LT2EYxz9fi4UiZvUodikZJaWsMpB3Ud6SyaBEDEbpMTB7eRgZvCwmKfwBLGwMFi8ZDPrqru9TJ+Hc5+X3e5bn3u7O6f587uu6znUuscBLC8xnUaA1AraXAw+BpcAZSa/HTFuNwBbgeaCfgMOSnowl0SpQQLbPA1cC/QkckXRnDIkqgUicBGYb0JKO60MlqgUisQdo3vySpItDJDoJRGJHJFYEPCvpdF+JzgKR2AzcBWYCvgfsk/Srq0gvgUisB+aADYE+A/ZK+txFordAJFYD94Gtgb5JJN7WSgwSiMQS4AGwM9APkXhRIzFYYB5i+xZwNPtvScejNonRBBKNq8C5QL8AayR9/5/EJAVKMc5I+jEVAds3gWOBfU0dTD4FtksRls9xV+Dvk/+XbfkvzwelwPaqwLcF9grYL+ldDXyQgO11QOmAGwN7DByYSiOyvSnwtYHfBg5OpRXb3h74ysCvSTpbG/I/3+tUA7Z35yc0f84FSZf7wjvVgO0TwI0G7JSk5r6XR1UE/jKSHZJUCnDwahWw3RxKP2YofTqYnANqBJYBpaOV8fz41MfysW76r3NaI7AoMOkI/AYGkIghIlNnIwAAAABJRU5ErkJggg==);

}



.lang-btn .has-sub::after {

    display: none;

}



.mobile-lang-item {

    text-align: center;

}





/* edit menu */

.my-list-item {

    padding-bottom: 1.5rem;

    margin-bottom: 1.5rem;

}





.my-list-logo-item {

    width: 45%;

    max-width: 180px;

    margin: 0 auto;

    padding-top: 0.5rem;

}



.my-list-logo-soco {

    max-width: 120px;

}



.menu-column-inner {

    width: 100%;

    text-align: center;

}



.my-list-product {

    display: flex;

    justify-content: center;

    /*flex-wrap: wrap;*/

    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 3%;

}



.my-list-product a {

    width: 13%;

    max-width: 205px;

    /* max-width: 12.8125rem; */
    max-width: 182px;


}

.menu-column-inner .my-list-item:nth-child(1) .my-list-product a {
    max-width: 160px;

}

/* .menu-column-inner .my-list-item:nth-child(3) .my-list-product a {

    width: 14%;

    max-width: 188px;

    max-width: 11.75rem;

} */



.my-header .menu>ul>li.menu-bg-white .menu-subs.menu-column-4 {

    padding-left: 0;

    padding-right: 0;

}

.my-list-product a h4 {

    font-weight: 500;

    font-family: 'Metropolis Bold', sans-serif;

    font-size: 1rem;

    color: #333;

    -webkit-transition: color .3s ease-in-out;

    -o-transition: color .3s ease-in-out;

    transition: color .3s ease-in-out;

}



.my-list-product a h4 span {

    color: #FF3222;

}



.my-list-product a:hover h4 {

    color: #000;

}

/*.my-list-product a h4.title{display: none;}*/

@media(max-width:992px) {

    .my-list-product {
        flex-wrap: wrap;
    }



    .my-list-product a,

    .menu-column-inner .my-list-item:nth-child(3) .my-list-product a {

        width: 100% !important;

        max-width: 14rem;

    }

    .my-list-logo-soco {

        max-width: 70px;

    }

}



/* edit menu end*/



.header {

    position: relative;

}



.nav-wrapper {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    z-index: 99;

    max-width: 1640px;

    margin: 0 auto;

    width: 94%;

}



.menu-wrapper {

    background: #000000;

    height: 150px;

}



/* header END */

/* footer */

footer .container {

    width: 94%;

    max-width: 1640px;

}



.middle-footer {

    background: #272727;

    color: white;

    padding-top: 35px;

    padding-bottom: 35px;

}



.footer-logo {

    width: 50%;

    max-width: 260px;

    margin: 0 auto 2.5rem auto;

}



.footer-logo-soco {

    width: 20%;

    max-width: 113px;

    margin: 0 auto;

}



.footer-img-1 {

    width: 50%;

    max-width: 169px;

    margin: 0 auto;

}



.social-icons {

    text-align: center;

}



.social-icons a {

    color: #A8F0FC;

    font-size: 2.5rem;

}



.sub-footer {

    background-color: #000;

    padding: 1.5rem 0;

}



.separated-link-list a {

    display: inline-block;

    padding: 0 20px;

    border-right: 1px solid white;

    line-height: 12px;

}



.separated-link-list a:first-child {

    padding-left: 0;

}



.separated-link-list a:last-child {

    border-right: none;

    padding-right: 0;

}



.mobile-and-tablet-only {

    display: none;

}



.copy-info {

    color: #fff;

    text-align: center;

}



.footer-link-blocks a {

    display: block;

    font-size: 1.125rem;

    line-height: 1.75;

}



.footer-link-blocks .footer-title {

    color: #A8F0FC;

}



@media (max-width: 992px) {

    .separated-link-list a:nth-child(3n+1) {

        padding-left: 0;

    }



    .mobile-and-tablet-only {

        display: block;

    }



    .copy-info {

        text-align: left;

    }

}



/* footer END */

/* home-video */

.com-banner {

    background-size: cover;

    background-position: center 0;

    background-repeat: no-repeat;

    position: relative;

    height: 60vh;

}

@media(min-width:1024px) {

    .com-banner {
        height: 100vh
    }

}

@media(max-width:767px) {

    .com-banner {
        height: 42vh
    }

}



.home-banner {

    height: 100vh;

}





.home-video {

    /* max-height: 100vh; */

    overflow: hidden;

}



.video-section {

    position: relative;

}



.my-video {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    display: block;

    z-index: 3;

}



.bg-video {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    display: block;

}



#bgVideo {

    visibility: visible;

}



.is--initted {

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center center;

    display: inline-block;

    z-index: 9999;

    visibility: hidden;

}



.play-btn {

    position: absolute;

    width: 120px;

    height: 120px;

    left: 50%;

    top: 50%;

    margin-left: -60px;

    margin-top: -60px;

    cursor: pointer;

    z-index: 10;

    background: url('../image/play.svg') center / cover no-repeat;

}



@media(max-width:1440px) {

    .play-btn {

        width: 80px;

        height: 80px;

        margin-left: -40px;

        margin-top: -40px;

    }

}



@media(max-width:1024px) {

    .play-btn {

        width: 50px;

        height: 50px;

        margin-left: -25px;

        margin-top: -25px;

    }

}



/* home-video */

/* 单行文本溢出 */

.inline {

    display: -webkit-box !important;

    overflow: hidden;

    text-overflow: ellipsis;

    word-break: break-all;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;

}



/* 多行文本溢出 */

.intwoline {

    display: -webkit-box !important;

    overflow: hidden;

    text-overflow: ellipsis;

    word-break: break-all;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

}



/* 绝对居中 */

.center {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    -webkit-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

    text-align: center;

}



.main {

    display: block;

    width: 100%;

}

.main-section {
    position: relative;
}

.blue-bg {

    background: #26A2EF !important;

}

.red-bg {

    background: #FF3222 !important;

}

.gray-bg {

    background: #F7F7F7 !important;

}

.black-bg {

    background: #000 !important;

}

.hui-bg{
     background: #d4d4d4 !important;
}

.vmoto-section .center {

    color: #fff;

    left: 70%;

    min-width: 56vw;

}



.right-center-box .center {

    top: 32%;

    left: inherit;

    right: 0;

    transform: inherit;

}



.b-logo1,

.b-logo2 {

    margin-left: auto;

    margin-right: auto;

}

.b-logo1 {

    margin-bottom: 3.5rem;

}

.b-logo2 {

    margin-bottom: 1.25rem;

}

@media (max-width: 992px) {

    .b-logo1 {

        width: 52%;

        max-width: 398px;

    }

    .b-logo2 {

        /*width: 26%;

        max-width: 227px;*/

        max-height: 42px;

    }

}

.banner-text {

    /*font-size: 1.6875rem;*/

}

.banner-text i {

    /*width: 13px;

    height: 13px;

    background-size: 13px; */

    /*vertical-align: middle;*/

    display: inline-block;

    transition: .3s;

    /*font-size: 1.2rem;*/

}

.banner-text:hover i {

    transform: translate(8px, 0px);

}

:root {

    --swiper-theme-color: #fff;

    --swiper-navigation-size: 26px;

}

.swiper-pagination-bullet {

    width: 35px;

    height: 5px;

    display: inline-block;

    border-radius: 0;

    background: #767676;

    opacity: 1;

}

.swiper-pagination-bullet-active {

    opacity: 1;

    background: var(--swiper-pagination-color, var(--swiper-theme-color));

}

.bullet-blue .swiper-pagination-bullet-active {

    opacity: 1;

    background: #B7EEFA;

}

.swiper-container-horizontal>.swiper-pagination-bullets,

.swiper-pagination-custom,
.swiper-pagination-fraction {

    bottom: 3rem;

}

.swiper-button-prev:hover,

.swiper-button-next:hover {
    opacity: .8;
}

@media(min-width: 1440px) {

    .swiper-button-prev {
        left: 5%
    }

    .swiper-button-next {
        right: 5%
    }

    #Soco .swiper-slide {

        padding-top: .5875rem;

    }

}



.cux-duti-slider-bg {

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

    background-image: url('../image/CUx-marrchetti-banner.png')
}

@media(max-width: 992px) {

    .vmoto-section .center {

        position: relative;

        top: 0;

        left: 0;

        transform: translateY(0);

        padding-top: 3rem;

        margin-bottom: 0;

        min-width: inherit;

    }

    .vmoto-section .center>div {

        min-height: 14rem;

    }

    .b-logo1 {
        margin-bottom: 2rem;
    }

    .b-logo2 {
        margin-bottom: .5rem;
    }



    .swiper-button-prev,

    .swiper-button-next {
        display: none;
    }

}

@media(max-width: 767px) {

    .swiper-pagination-bullet {
        width: 24px
    }

}

.VmotoFleet-section .center {

    color: #000000;

}

.VmotoFleet-section .banner-text {

    color: #000;

}

.VmotoFleet-section .swiper-button-next,

.VmotoFleet-section .swiper-button-prev {
    color: #000;
}

@media(min-width: 993px) {

    .right-section .Special-container .center {

        left: 25%;

    }

    .right-section .Special-container .product-img {

        width: 71.5%;

        max-width: 1374px;

    }

    .right-section .center {

        left: 20%;

    }

    .RealTime-section .center {

        left: 8%;

    }

}

.right-section .product-img {

    margin-left: auto;

    margin-right: 5%;

}

@media(min-width: 1680px) {

    .container {

        max-width: 1640px;

    }

    .f01-part4 .container {
        max-width: 1660px;
    }

}

@media(min-width: 1200px) {

    .home-car-slider .swiper-slide>img {

        width: 59%;

    }

}

.banner-title2 {

    font-weight: 400;

    max-width: 20em;

    margin: 1rem auto 3rem auto;

}



.news-section .swiper-container-horizontal>.swiper-pagination-bullets,

.news-section .swiper-pagination-custom,
.swiper-pagination-fraction {

    bottom: 10px;

}



.news-item div.text-20 {

    color: #707070;

}

.news-item h1 {
    margin-bottom: 0;
}


.btn-next:after,

.btn-prev:before {

    font-family: swiper-icons;

    font-size: 1.25rem !important;

    text-transform: none !important;

    letter-spacing: 0;

    text-transform: none;

    font-variant: initial;

    line-height: 1;

}

.btn-next:after {

    content: 'next';

    margin-left: .5em;

}

.btn-prev:before {

    content: 'prev';

    margin-right: .5em;

}


.readBtn,
.readBtn a {
    color: #06A5EA;
    font-size: 1.25rem
}

.icon-arrow-left-blue {

    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAlpJREFUWEftlstr1FAUh38nYxIUByydZBRBqFD3IohLEUFwKw6aZKpOUfBFceVCkBZduBRpFwquOsmMLlzYhY+NuBBB/QN0o7u2k7jQqmgynRxJJi1S0bxmppve3YWT+333nHtuLmGdB60zHxsC8Rm47xTFzfyYGDIXhIn2idLbXpYtVmDT7MJBQSi8iKALRKi5mvq0VxKxAgFIsuxrYNwMoQQXzOOeXjZ7IZFIIADJdfsiE6ZXoARMuLp6J69EYoEwEw1Hg89/7JymPF2ZzCORSiDMhGkfZYYJwrZgzsB0W1cvZ5VILRCAxPriASLBAjASgpkbnqRWUaFOWpFMAmEmms4e7nATwN4ulJ9L4hbje6XopJHILBBCrPmSyOIDAh/qdgi9A6jqaaX3SSXyCQSUSRakUechgGMR9JPPXF02yq+SSOQXiCiy5dxj5rPRdImIDFdT5uIkeiYQtqlp3wJwNYJ+8X7RLowr3/4n0TcBBjvtDo9gbPuPgQjIZusug85Fh/ErAdXBlKB7CIN2PB7t9KNPBWNZG34dV/+wcZIE/TPm0dKw+NNtEvhwN4bekO+NudWdH5Kum1lANu1RBhoA9kWwJ57bOYXajv5fRKL5eT/BD+C7u5cg1z3p5WlUKv2/imWzdYRBAXwoZBNutzX1StKUr41LVQJpdvEkhPAnFA267unKjazwVIdQtFoXiGlmFc245Brq6jyrRKIM/PUkA53xNCUoQ+4RK7DmUTpP4Jqrl5/lJq8UMXahGXurOIQ5YhSZhfNtY8DP8ljBnAGxJci5fuznGwK/AR46wCHYbY1kAAAAAElFTkSuQmCC);

}

.icon-arrow-left-A8F0FC {

    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAAXNSR0IArs4c6QAAAJtJREFUSEvN1c0JgDAMBlCDeBanE6exnUacTjyLVCIIIk3zp2AvHiqvH6FJofpogdSdli3gv0PXnF9uqWAAGFNKUYKLYUyIqaW4CkZ8XndMjQeEvq0jVRI1LMVN8B2nam6GuZq74BLuhin8FTiH/xvONY47MdWNLrjU4maYmxsmmEPxlqhhCaqGr8kmmcnixBpUlfizp4l74577B0HeoRe2xblrAAAAAElFTkSuQmCC);

}

.readBtn i {

    width: 13px;

    height: 13px;

    /*vertical-align: middle;*/

    transition: .3s;

    margin-top: -1px;

    display: inline-block;

    font-size: 1rem;

}

.readBtn:hover,
.readBtn a:hover {
    color: #06A5EA;
}

.readBtn:hover i {

    transform: translate(8px, 0px);

}

.newSwiper {

    padding-bottom: 2rem;

    margin-bottom: 2rem;

}

.news-item {

    padding: 2rem .5rem;

}

.news-section h1.text-40 {

    margin-top: 6rem;

}

@media (min-width:993px) {

    .newSwiper {

        padding-bottom: 3rem;

        margin-bottom: 3rem;

    }

    .newSwiper .swiper-slide-active::after,

    .newSwiper .swiper-slide-next::after {

        content: '';

        position: absolute;

        top: 0;

        right: 0;

        width: 1px;

        height: 100%;
        max-height: 530px;

        background-color: #D0D0D0;

    }

    .news-item {

        padding: 3.5rem 2rem;

    }

}





.news-img {

    width: 100%;

    margin: 0 auto;

}

.h-300 {
    height: 300px;
}

.RealTime-section .center {

    text-align: left;

    min-width: inherit;

}

.RealTime-section .banner-title2 {

    max-width: 13em;

    margin-left: 0;

    margin-right: 0;

}



@media (max-width: 992px) {

    .RealTime-section .center {

        text-align: center;

        left: 0;

        /*        left: 5%;*/

    }

    .RealTime-section .banner-title2 {

        margin-left: auto;

        margin-right: auto;

        /*        margin-left: 0;*/

    }

}



.Chooseelectric-section {

    background-color: #B7EEFA;

    padding: 3rem 0;

}

.Chooseelectric-section .text-26.Font-Blod {
    text-transform: uppercase;
}



.btn-primary {

    background-color: #06A5EA;

    border-radius: 32px;

    padding-left: 2em;

    padding-right: 2em;

    font-size: 1.625rem;

}



/* contacts */

.tags-box {

    background-color: #F5F5F5;

    padding: 2rem 0 1.5rem 0;

}

.tags-box a {
    color: #000000;
}

.tags-box a:hover {
    color: #A8F0FC
}

.tags-item:not(:last-child) {

    /* border-right: 1px solid #333;

    padding-right: .5em;

    margin-right: .5em; */

}



.contacts-form {

    padding-top: 4rem;

}

.myForm .form-control {

    background-color: #F5F5F5;

    border-radius: 0;

    border-color: #F5F5F5;

    line-height: 4.355rem;

    font-size: 1.625rem;

}

.myForm .form-label {

    margin-bottom: 1.5rem;

    line-height: 1;

}

.myForm .search-btn {

    margin-left: auto;

    display: block;

}

.myForm .form-check-input {

    border-radius: 50%;

    background-color: #F5F5F5;

    border-color: #F5F5F5;

}

.myForm .form-check-input:checked {

    background-color: #06A5EA;

    border-color: #06A5EA
}

.myForm .form-check,

.myForm .form-check .form-check-input {
    cursor: pointer;
}

.myForm .form-check a {
    color: #06A5EA;
}





.form-check-input {

    min-width: 14px;

    min-height: 14px;

}



@media(min-width: 993px) {

    .myForm .form-check-input {

        width: 1.5rem;

        height: 1.5rem;

        margin-top: 0.15em;

    }

    .myForm {
        padding-left: 1em;
    }

}

@media(max-width: 576px) {

    .myForm {
        margin-top: 2rem;
    }

}

@media(max-width: 992px) {

    .myForm .mb-5 {
        margin-bottom: 1rem !important;
    }

    .myForm .form-label {
        margin-bottom: .75rem;
    }

    .myForm .form-control {

        line-height: 1.5;

    }

    /* .btn-primary{font-size: 16px;} */

    .myForm .search-btn {
        margin-right: auto;
    }

    /* .copy-info{font-size: 12px;} */

}

/* contacts end */

/* Finance */

.finance-form {

    padding-top: 3.1875rem;

}

.finance-form .text-46 {

    line-height: 1;

    margin-bottom: 0;

}
.finance-form .service-page.s-part2{
    margin-bottom: 3rem;
}
@media(min-width: 993px) {

    .finance-form .com-txt-wrapper div.mb-5,

    .form-bg {

        margin-bottom: 6rem !important;

    }

}

.form-bg {

    background: #F5F5F5 url(../image/services-bg.jpg) center bottom / contain no-repeat;

    border-radius: 2.5rem;

    padding: 3.5rem 2rem 9rem 2rem;

}

.form-bg .myForm .form-control {
    background-color: #fff;
}

.form-bg .myForm .form-check-input {
    background-color: #fff;
    border-color: #fff
}

.form-bg .myForm .form-check-input:checked {

    background-color: #06A5EA;

    border-color: #06A5EA
}

.my-radio,

.my-radio * {
    cursor: pointer;
}

.my-radio {

    max-width: 9em;

}

@media(min-width: 993px) {

    .my-radio .form-check-input {
        margin-top: 0;
    }

    .form-bg {

        padding: 3.5rem 7rem 20rem 7rem;

    }

}

@media(min-width: 1440px) {

    .form-bg .myForm .my-radio-box {

        padding-left: 5rem;

    }

}

.finance-form p {

    max-width: 1360px;

    margin-left: auto;

    margin-right: auto;

}

/* Finance end */

/* manuals */

.manual-list {

    max-width: 820px;

    margin: 7rem auto 10rem auto;

}

.manual-list a {

    color: #000;

    display: block;

}

.manual-list-item {

    position: relative;

    padding-bottom: 1rem;

    margin-bottom: 1rem;

    border-bottom: 1px solid #707070;

    cursor: pointer;

}

.manual-list-item::after {

    content: '\e66e';

    font-family: 'vmotofont';

    position: absolute;

    right: 0;

    top: .2rem;

    font-size: 1.2em;

    /*width: 2.5rem;

        height: 2.5rem;

        background: #fff url(../images/service/001-download-1.svg) center center / contain no-repeat;*/

}

.manual-list li:hover,

.manual-list li:hover a {

    color: #A8F0FC;

}

/* manuals end */

/* services */

.service-page {

    padding-top: 4rem;

    padding-bottom: 4rem;

}

.s-part1 {

    background-color: #CEE2E9;

    padding-bottom: 0;

}

.s-part1 .text-26 p {

    max-width: 960px;

    margin-left: auto;

    margin-right: auto;

}

.s-part2 {

    background: #536FBF;

    background: linear-gradient(180deg, #6286EA 0%, #536FBF 100%);

    color: #fff;

}

.text-center img {

    margin-left: auto;

    margin-right: auto;

}

.s-part2-logo1 {

    width: 86%;

    max-width: 936px;

}



.s-part3-conent {

    border-radius: 3.125rem;

    overflow: hidden;

    padding: 4rem 4rem 0 4rem;

    position: relative;

}

.stxt {

    position: relative;

    z-index: 2;

}

.mtimg {

    margin-top: -1rem;

}



.s-part3-conent .text-130,

.s-part3-conent .text-160 {

    line-height: .8;

}

.s-part3-conent .intwoline {

    max-height: 9.25rem;

    -webkit-line-clamp: 4;
    word-break: break-word;

}

@media(min-width:1400px) {

    .s-part3-conent.gray-bg:nth-child(1) {

        margin-right: 3%;

    }

    .s-part3-conent.gray-bg:nth-child(2) {

        margin-left: 3%;

    }

}



@media(max-width:992px) {

    .s-part3-conent {

        border-radius: 2rem;

        padding: 2rem 2rem 0 2rem;

    }

}

.s-part3-conent.black-bg .stxt {

    max-width: 960px;

    margin-left: auto;

    margin-right: auto;

}

.s-part3-conent.black-bg a {
    color: #A8F0FC;
}

.s-part3-conent.black-bg a:hover {
    color: #06A5EA;
}

/* services end */

/* pininfarina */

.p-part1 {

    color: #A8F0FC;

    padding-top: 6rem;

    padding-bottom: 5rem;

}

.p-part1 img {

    margin-left: auto;

    margin-right: auto;

}



.p-img1 {

    width: 60%;

    max-width: 605px;

}

.p-img2 {

    width: 52%;

    max-width: 516px;

}



.p-part2 {

    padding-top: 6rem;

    padding-bottom: 3rem;

}



.p-part2 .text-200 {

    line-height: .75;

}

.p-part3 {

    color: #A8F0FC;

    padding-top: 1rem;

    padding-bottom: 4rem;

}

.prototipocut {
    margin-bottom: -5.5%;
}

.p-part3 .text-200 {

    line-height: .85;

}

.p-part3 .text-34 {

    line-height: 1;

}

.color-white {
    color: #fff;
}



.p-part4 {

    background-color: #A8F0FC;

    padding-top: 10rem;

    padding-bottom: 10rem;

}

.p-part4 img {

    width: 50%;

    max-width: 536px;

    margin-bottom: 2rem;

    margin-left: auto;

    margin-right: auto;

}

@media(max-width: 992px) {

    .p-part4 {

        padding-top: 5rem;

        padding-bottom: 5rem;

    }

    .p-part4 img {

        width: 65%;

    }



    .pc-and-tablet-only {
        display: none;
    }

    .pin-font-mobile {
        font-size: 50px !important;
    }

}

.p-part5 {

    padding-top: 6rem;

    color: #fff;

}

.p-part6 {

    margin-bottom: -.5rem !important;

    color: #fff;

}

.p-part6 .swiper-slide {

    height: 100vh;

    max-height: 1062px;

    background-position: center bottom;

    background-size: cover;

    background-repeat: no-repeat;

}

.join-swiper .swiper-slide {

    background-size: contain;

    max-height: inherit;

}

@media(min-width: 1400px) {

    .join-swiper .swiper-slide {
        min-height: 979px;
    }

}

.h-1080.swiper-slide {
    max-height: 1080px;
}



.p-part6 .swiper-slide .center {

    top: 24%;

    min-width: 70%;

}

@media(max-width: 992px) {

    .p-part6 .swiper-slide {

        height: 60vh;

        min-height: 500px;

    }

    .p-part6 .swiper-slide .center {

        top: 45%;

        width: 90%;

    }

}

/* pininfarina end */

/* dealer */

.dealer-banner .container {

    padding-left: 0 !important;

    padding-right: 0 !important;

    position: relative;

    height: 100%;

    width: 90%;

}

.map-item {

    background-color: #fff;

    width: 80%;

    max-width: 440px;

    position: absolute;

    top: 14rem;

    left: 0;

    padding: 1em 1.5em 1em 1em;

}



.map-title {

    display: flex;

    align-items: center;

    margin-bottom: .85rem;

}

.micon-img {

    max-width: 29px;

    height: auto;

    margin-right: 1em;

}

.address-item {

    border-top: 1px solid #000;

    padding-top: 1rem;

}

.address-txt {

    max-width: 16em;

    line-height: 1.25;

}

.map-form {

    position: absolute;

    left: 0;

    right: 0;

    bottom: 3%;

}

.form-item {

    background: #fff;

    position: relative;

    display: flex;

    align-items: center;

    padding: .5rem;

}

.form-item img {
    margin-right: .4rem;
}

.form-item2 {
    background: #F2F2F2;
}

.form-item .form-control {

    border-color: transparent;

    background-color: transparent;

    border-radius: 0;

}

.form-item .btn {

    border-color: #A8F0FC;

    background-color: #A8F0FC;

    border-radius: 0;

    margin-left: .5rem;

    color: #000;

    padding-top: 9px;

    padding-bottom: 9px;

}

.form-btn-item {

    padding: 0 0 0 .5rem;

    border: 1px solid #93F2FE;

}

.form-item .form-control:focus {

    box-shadow: none
}

@media(max-width:992px) {

    .map-item {

        top: 10rem;

    }

}

/* dealer end */

/* stash */

.stash-part1 {

    padding-top: 6rem;

    padding-bottom: 4rem;

}

.stash-part1 p {

    line-height: 1.35;

    width: 90%;

    margin-left: auto;

    margin-right: auto;

}

.show-993 {
    display: none;
}



@media(min-width: 1560px) {

    .show-993 {
        display: block;
    }

}



.stash-part2 {

    color: #fff;

    padding-top: 6rem;

    position: relative;

}

.stash-display {

    margin-top: -8rem;

}

.my-stash-box {

    position: absolute;

    bottom: 7%;

    left: 0%;

    right: 0;

    z-index: 9;

}

.stash-speed-list {

    max-width: 1040px;

    margin-left: auto;

    margin-right: auto;

}

.speed-icon {
    margin-bottom: .3rem;
}

.speed-list-item .text-56,

.speed-list-item .text-30 {
    line-height: 1;
}

@media(max-width: 1199px) {
    .last-edit .text-center .stash-title {
        padding-top: 0;
        margin-top: 8em;
    }
    .last-edit .stash-display {
        margin-top: -15rem;
    }
}
@media(max-width: 767px) {

    .my-stash-box {

        /* position: relative; */

        bottom: 180px;

    }

    .speed-icon {

        max-height: 36px;

        max-width: 36px;

    }

    .stash-display {
        /*margin-top: 310px;*/
        min-height: 600px;
    }

    .last-edit .text-center .stash-title {
        margin-top: 6em;
    }

    /*        .stash-display {margin-top: 380px;}*/

    .speed-list-item {
        margin-bottom: 2rem;
    }

}

.stash-right-txt {
    position: relative;
}

.stash-right-txt .center {

    left: 30%;

    width: 47.5rem;

    text-align: left;

}

.stash-right-txt.black-bg {
    color: #fff;
}

@media(max-width: 1200px) {

    .stash-right-txt {

        padding-top: 5rem;

    }

    .stash-right-txt .center {

        width: 90%;

        left: 5%;

        transform: translate(0, 0);

        position: relative;

        text-align: center;

    }

}

.stash-part7 p.text-34 {

    width: 100%;

    margin-bottom: 5rem;

}

.video-msg {

    position: absolute;

    left: 6%;

    right: 6%;

    text-align: center;

    bottom: 5%;

}

.gamma-part {

    padding-top: 8rem;

    margin-bottom: 5rem;

}
    /*weber更新*/
.pd-tp-4{
    padding-top: 2rem;
}
section .stash-section .f01-part4-1 .f01-swiper{
    line-height: 1;
}


.stash-section.stash-part1.stash-part7 {
    padding-top: 0;
}

.addressBtn {

    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);

    border-radius: 2rem;

    display: flex;

    align-items: center;

    padding: .5rem 1rem;

    color: #000;

    max-width: 17rem;

    margin-left: auto;

    margin-top: -1rem;

    align-items: center;

    justify-content: center;

}

.icon-address {

    width: 2.875rem;

    height: 2.875rem;

    background-size: contain;

    background-image: url(../image/address.svg);

    margin-right: 1rem;

}

section.stash-section.stash-part2.black-bg::after {

    content: '';

    position: absolute;

    left: 0;

    right: 0;

    z-index: 0;

    height: 40%;

    max-height: 385px;

    bottom: 0;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);

}

@media(max-width: 767px) {

    .stash-part7 p.text-34 {

        margin-bottom: 4rem;

    }

    .addressBtn {

        margin-top: 1rem;

        margin-right: auto;

    }

    .readBtn i {
        font-size: 12px;
    }



    .f01-display {

        margin-top: 220px;

    }

    .stash-part2.f01-part2 .my-stash-box {
        top: 3rem;
    }

}

.saddle-box {

    max-width: inherit;

}

.stash-part8 {

    /*background-color: #06A5EA;*/

    /*color: #fff;*/
    background-color: #F4F4F4;
    color: #000;

    padding-top: 4rem;

    padding-bottom: 3rem;

}

.saddle-list-item img {

    max-width: 100%;

}

.stash-title {
    position: relative;
}



.off-part2 .stash-title {
    padding-top: 3rem;
}

.off-part2 {

    padding-top: 0;

    background-color: #071926;

}

.off-part2 .my-stash-box {

    top: 12rem;

    bottom: inherit;

}



.my-mt-mb-6 {

    margin-top: 6rem;

    margin-bottom: 6rem;

}



.f01-part2 .my-stash-box {

    top: 10rem;

    bottom: inherit;

}

.off-part2 .stash-speed-list,

.f01-part2 .stash-speed-list {

    max-width: 1400px;

}

.speed-icon-box {

    width: 5rem;

    height: 3rem;

    margin-left: auto;

    margin-right: auto;

    text-align: center;

    margin-bottom: .5rem;

}



.f01-part3 {

    background-color: #A8F0FC;

    color: #fff;

}

.f01-part3 img {

    margin-left: auto;

    margin-right: auto;



}

.f01-part3 .text-200 {

    line-height: .85;

}

.f01-part3 .center {

    top: 25%;

}



.f01-part5 {

    color: #fff;

}

@media(min-width:1201px) {

    .f01-part5 .center {

        left: 50%;

        top: 8rem;

        text-align: center;

        width: 90%;

    }

    .f01-part5-2 .center {

        max-width: 1180px;

        top: 26%;

    }

}

.black-arrow .swiper-button-prev,

.f01-swiper .swiper-button-prev,

.black-arrow .swiper-button-next,

.f01-swiper .swiper-button-next {

    background-color: rgba(77, 77, 77, .8);

    padding: 2.5rem 1.5rem;

}

.f01-part4 .f01-swiper {
    margin-left: 4%;
}

@media (min-width: 1440px) {

    .black-arrow .swiper-button-prev,

    .f01-swiper .swiper-button-prev {

        left: 10px;

    }

    .black-arrow .swiper-button-next,

    .f01-swiper .swiper-button-next {

        right: 10px;

    }

}

.checkBtn .swiper-pagination,

.f01-swiper .swiper-pagination {

    display: block;

}

@media (max-width: 992px) {

    .checkBtn .swiper-pagination,

    .f01-swiper .swiper-pagination {

        display: block;

    }

}

.f01-part4 {

    padding-top: 6rem;

    margin-bottom: 8.5rem;

}

.f01-slide-item {

    border-radius: 2.8rem;

    overflow: hidden;

    position: relative;

    display: table;

    margin-left: auto;

    margin-right: auto;

}

.f01-slide-item>p {


    position: absolute;

    left: 5%;

    right: 5%;

    bottom: 10px;

    color: #fff;

}

.hide-swiper-btn .swiper-button-disabled,

.f01-swiper .swiper-button-disabled {
    display: none;
}

.f01-part4 .f01Swiper .swiper-slide {

    width: 30%;

    max-width: 510px;

    margin-right: 30px;

}

.f01-part4 .f01Swiper .swiper-slide:last-child {
    margin-right: 0;
}



@media(max-width: 992px) {

    .f01-part4 .f01Swiper .swiper-slide {

        width: 90%;

        margin-right: 15px;

    }

    .f01Swiper {

        padding-bottom: 8rem;

    }

    .f01-part4 {
        margin-bottom: 2rem;
    }

}



.f01-part4-1 .swiper-slide {

    width: 100vw;

}

.batteryItem {

    background-color: #A8F0FC;

    padding-top: 4rem;

    position: relative;

}

.batteryItem .f01-sbox {

    position: absolute;

    left: 0;

    right: 0;

    top: 50%;

}

.batteryItem .f01-sbox .stash-speed-list {

    width: 100%;

    max-width: 1860px;

}

.batteryItem .stash-speed-list .speed-list-item {

    box-sizing: border-box;

    padding: 0;

    margin-bottom: 3rem;

}

.batteryItem .news-img {

    width: 60%;

    max-width: 1180px;

}



.travelItem .center {

    left: 7%;

    text-align: left;

    max-width: 580px;

    transform: translate(0, -50%);

}

@media(max-width:767px) {

    .batteryItem .news-img {

        width: 90%;

    }

    .batteryItem .f01-sbox {

        position: relative;

    }

    .travelItem {

        padding-top: 4rem;

        background: #e4e5ef;

    }

    .travelItem .center {

        position: relative;

        width: 94%;

        left: 3%;

        top: inherit;

        transform: inherit;

        text-align: center;

    }

}



.f01-fleet1 {

    color: #000;



}

.fleet-gary-bg {

    background-color: #EFEFEF;

}

.color-black {
    color: #000
}

.f01-fleet8 {

    background-color: #F4F4F4;

    color: #000;

}

.f01-fleet8 a {
    color: #000;
}

.f01-fleet8 .saddle-list-item {

    width: 75%;

    max-width: 530px;

}

.vs1-3 {

    max-width: 2em;

    line-height: 1;

}

.vs1-part6 {

    background-color: #13191c;

}

.vs1-part6 .center {

    top: 50%;

}

.vs3-part4 .vs3-box1 {

    margin-top: 5rem;

    margin-bottom: 5rem;

}

@media(min-width: 1201px) {

    .vs3-part4 .vs3-box1 {

        margin-top: 12rem;

        margin-bottom: 12rem;

    }

    .vs1-right-txt .center {

        left: inherit;

        top: 50%;

        right: 5%;

        transform: translate(0, -50%);

        max-width: 600px;

        text-align: right;

    }

    .vs2-right-txt .center {

        width: 28%;

        max-width: 490px;

    }

    .vs1-pro-right-txt .center {

        width: 29%;

        max-width: 540px;

    }

    .maxWidth80 {

        max-width: 80%;

        margin-left: auto;

        margin-right: auto;

    }

}

.img-center {

    margin-left: auto;

    margin-right: auto;

}

.img-right {
    margin-left: auto;
    margin-right: 0 !important;
}

.red-bg {
    background-color: #EF1515
}

.vs2-part4 .f01-slide-item p {
    color: #000
}



.vs2-life .center {

    top: 4rem;

    transform: translate(-50%, 0);

}

.vs2-life {
    position: relative;
}



.vs2-part-battery .batteryItem {

    padding-bottom: 4.5rem;

}

.vs2-part-battery .batteryItem .f01-sbox {
    top: inherit;
    bottom: 1rem
}

.vs2-part-battery .batteryItem .f01-sbox .stash-speed-list {
    max-width: 1500px;
}

.p-banner-t {

    background-position-y: top;

}

.p-banner-b {

    background-position-y: bottom;

}

.black-bg-222 {

    background-color: #222;

}





.vs3-part4 .f01-slide-item p {

    top: 2rem;

    bottom: inherit;

}



.vs3-part-battery {
    background-color: #272727;
}

.vs3-battery-item {
    position: relative;
}

.vs3-battery-item .center {

    top: 4rem;

    transform: translate(-50%, 0);

}

.vs3-battery-item {
    position: relative;
}

.vs3-sbox {

    width: 100%;

}

.vs3-sbox .speed-list-item {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.vs3-battery-item {
    padding-top: 14rem;
}

@media (min-width: 1024px) {

    .vs3-battery-item {
        padding-top: 4rem;
    }

    .vs3-sbox {

        position: absolute;

        right: 5%;

        top: 50%;

        transform: translateY(-50%);

        width: 45%;

        max-width: 760px;

    }

}

@media (min-width: 768px) {

    .vs3-battery-item .vs3-sbox {

        position: absolute;

        right: 5%;

        top: 50%;

        transform: translateY(-50%);

        width: 45%;

        max-width: 760px;

    }

}

.com-padding {

    padding-top: 6rem;

    padding-bottom: 6rem;

}

@media (max-width: 1160px) {

    .stash-section.f01-part4-1.vs3-part-battery.color-white {

        padding-top: 4rem;

    }

    .stash-section.f01-part4-1.vs3-part-battery.color-white .vs3-battery-item .center {

        top: 0;

    }

}

@media (max-width: 767px) {

    .vs3-battery-item {
        padding-top: 22rem;
    }

    .com-padding {

        padding-top: 4rem;

        padding-bottom: 3rem;

    }

    .vs3-img-pos {

        position: relative;

        left: 78px;

    }

}

.vs3-life {
    position: relative;
}

.vs3-black-part {

    background-color: #09090A;

}

@media (min-width: 768px)  and (max-width:1440px){

    .vs3-right-txt.vs1-right-txt .center {

        left: 6%;

position: relative;
        transform: inherit;

        right: 5%;

        width: 45%;


        max-width: 650px;

        text-align: left;

    }

}
@media (min-width: 1140px)  and (max-width:1280px){

    .vs3-right-txt.vs1-right-txt .center {

        left: 6%;

position: relative;
        transform: inherit;

        right: 5%;

        width: 45%;


        max-width: 650px;

        text-align: left;

    }

}
@media (min-width: 1280px) and (max-width:1140px) {

    .vs3-right-txt.vs1-right-txt .center {

        left: 6%;

position: relative;
        transform: inherit;

        right: 5%;

        width: 45%;


        max-width: 650px;

        text-align: left;

    }

}
@media (min-width: 1440px)  and (max-width:1680px){

    .vs3-right-txt.vs1-right-txt .center {

        left: 6%;

        top: 50%;

        right: 5%;

        width: 45%;

        transform: translate(0, -50%);

        max-width: 650px;

        text-align: left;

    }

}
@media (min-width: 1680px) {

    .vs3-right-txt.vs1-right-txt .center {

        left: 6%;

        top: 50%;

        right: 5%;

        width: 45%;

        transform: translate(0, -50%);

        max-width: 650px;

        text-align: left;

    }

}

@media (max-width: 767px) {

    .vs3-right-txt.vs1-right-txt .center {

        position: relative;

        transform: inherit;

        width: 94%;

        left: 3%;

        right: 3%;

        padding-top: 4rem;

    }

}

.yellow-bg {

    background-color: #F5982B;

}

/* stash end */

/* cumini*/

.cumini-part2 {}

.cumini-part2 .txt-bg {

    margin-bottom: -14%;

    line-height: .8
}

.cumini-part2 .cumini-display {

    width: 72.9%;

    max-width: 1400px;

    margin-right: 3.5%;

}

.cumini-part2 .my-stash-box {

    bottom: 32%
}

.cumini-part2 .my-stash-box .stash-speed-list {

    margin-left: 8%;

    max-width: 800px;

}



.cumini-part3 .text-120 {

    line-height: .95;

    letter-spacing: -0.05em;

}

.color-blue {
    color: #A8F0FC;
}

.color-blue-06 {
    color: #1F86FF;
}

.cumini-part3-title .changing-text {

    /*        margin-left: 1em;*/

}

.blue-bg2 {
    background-color: #A8F0FC;
}

.content-part3 {

    width: 94%;

    max-width: 1400px;

    margin-left: auto;

    margin-right: auto;

    margin-top: 1rem;

}

.content-part3 .text-34 {
    margin-top: 8rem;
}

@media (max-width: 1600px) {

    .cumini-part2 .cumini-display {
        margin-right: 0;
    }

    .cumini-part2 .txt-bg {
        margin-bottom: -13%;
    }

    .cumini-part2 .my-stash-box {
        bottom: 22%;
    }



    .content-part3 {

        max-width: 1240px;

    }

}

@media (max-width: 600px) {

    .cumini-part2 .txt-bg {
        margin-bottom: 2rem;
    }

    .cumini-part2 .my-stash-box {

        position: relative;

        bottom: inherit;

    }

    .cumini-part2 .my-stash-box .stash-speed-list {
        margin-left: 0;
    }

    .cumini-part3-title.text-120 {
        font-size: 3.5rem;
    }

    .cumini-part3-title .changing-text {

        height: 3.5rem;

        margin-left: 0;

        /*display: block;*/

        /*text-align: right;*/

    }

    .content-part3 .text-34 {
        margin-top: 4rem;
    }

    .cumini-part2 .text-200 {

        font-size: 58px;

        margin-top: 14px;

    }

}

@media (max-width: 375px) {

    .cumini-part3-title.text-120 {
        font-size: 3.2rem;
    }

}

.cumini-bg {

    background: #F5A42B;

    background: linear-gradient(36deg, #D3433C 0%, #F5A42B 100%);

}



.cumini-part4 .f01-slide-item .text-26 {

    max-width: 300px;

    text-align: left;

}

.yellow-color {
    color: #F5982B
}

.gamma-part.pt-5 {
    padding-top: 4rem;
}



.cumini-battery {

    padding-top: 4rem;

    margin-bottom: 10rem;

}

.cumini-battery .container {

    max-width: 1440px
}

.cumini-battery .news-img {

    margin-top: -10%;

    width: 42%;

    max-width: 842px;

}

.text-right {
    text-align: right
}

.image-left {
    margin-left: 0;
}

@media (min-width: 1800px) {

    .cumini-battery .container {

        max-width: 1760px
    }

}

@media (min-width: 1240px) {

    .cumini-battery .vs3-sbox {
        top: 60%;
    }

}



@media (max-width: 767px) {

    .cumini-battery {
        margin-bottom: 6rem;
    }

    .cumini-battery .vs3-battery-item {

        padding-top: 0rem;

    }

    .cumini-battery .news-img {
        margin-top: 0;
        width: 80%;
    }

    .vs3-sbox .speed-list-item {
        margin-bottom: 2rem;
    }

}



.blue-color-6b {
    background-color: #6BADFD;
}

.cux-bg {

    background: #78AEF7;

    background: linear-gradient(36deg, #0045A3 0%, #78AEF7 100%);

}

.cux-part4 {

    position: relative;

}

.cux-part4 .text-34 {

    line-height: 1.2;

    min-height: 5em;

}

.cux-part4 .myCenter {

    position: absolute;

    left: 50%;

    bottom: 40%;

    transform: translateX(-50%);

    max-width: 760px;

}

@media (max-width: 1680px) {

    .cux-part4 .myCenter {

        bottom: 35%;

    }

    .address-txt {
        max-width: inherit;
    }

    .cux-part4 .text-34.text-36 {
        margin-bottom: 10rem;
    }

}

@media (max-width: 992px) {

    .cux-part4 .myCenter {

        position: relative;

    }

    .cux-part4 .text-34 {
        margin-bottom: 0;
    }

}



.ducati-logo2 {

    margin-top: 8rem
}

.cux-ducati-part2 .my-stash-box .stash-speed-list {

    margin-left: 3rem;

}

@media(max-width: 1600px) {

    .cux-ducati-part2 .my-stash-box .stash-speed-list {
        margin-left: 1rem;
    }

    .cux-ducati-part2 .my-stash-box {
        bottom: 25%
    }

}

.cux-ducati-part2 {
    padding-top: 0
}

.cux-ducati-part2.cumini-part2 .cumini-display {

    margin-right: 0;

}

.cux-ducati-part2 .txt-bg {

    text-align: center;

    padding-top: 4rem;

}

@media (min-width: 768px) {

    .cux-ducati-part2 .txt-bg {

        position: absolute;

        top: 10%;

        left: 5%;

        text-align: left;

        padding-top: 0;

    }

}

.cux-ducati-bg,

.cux-ducati-battery {

    background-image: url(../image/s-bg.png);

    background-size: cover;

    background-position: 0 0;

    background-repeat: no-repeat;

}

.cux-ducati-bg p {
    color: #000;
}

.cux-ducati-part3 {
    background-color: #8cacb7
}

.cux-ducati-part3 .center {

    top: 15%;

    border-left: 1px solid #fff;

    line-height: 1;

    padding-left: 1em;

}

.cux-ducati-battery {

    background-color: #cccccc;

    background-image: url(../image/s-bg2.png);

}

.main {

    overflow: hidden;

}

/* cumini end */

/* cpx-pro */

.cpx-mt-img {
    /*margin-top: -36%;*/
    width: 100%;
}



.cpx-pro-container .myCenter {

    text-align: center;

}

.cpx-pro-part4 {
    padding-top: 6rem;
}

.cpx-pro-container .text-34 {

    width: 90%;

    margin-left: auto;

    margin-right: auto;

    text-align: center;

}

.cpx-part4 {
    position: relative;
}

.cpx-img-box {
    position: relative;
}

.cpx-right-text {

    position: absolute;

    bottom: 3%;

    right: 4%;

    font-size: 14vw;

    /*color: #b2bf94;*/
    /*color: #9cd6e4;*/
    color: #06A5EA;

    max-width: 4em;

    line-height: .85;

    text-align: right;

}

@media (min-width: 993px) {

    .cpx-pro-part4 {
        padding-top: 0;
    }

    .cpx-left-section .cpx-pro-container .text-34 {

        right: 5.5%;

        left: inherit;

        text-align: right;

    }

    .cpx-pro-container .text-34 {

        max-width: 480px;

        position: absolute;

        left: 5.5%;

        top: 15%;

        text-align: left;

    }

    .cpx-left-section .cpx-pro-container .myCenter {

        right: 0;

        left: inherit;

    }

    .cpx-pro-container .myCenter {

        top: 60%;

        left: 0%;

        bottom: inherit;

        transform: translate(0, -50%);

        max-width: 560px;

    }

    .cpx-right-text {
        font-size: 12rem;
    }

}

@media (min-width: 1200px) {

    .cpx-right-text {
        font-size: 16rem;
    }

}



.cpx-bg {
    background-color: #454A3B;
}

.cpx-left-section {
    background-color: #0e1012;
}



.tcmax-part1 .pro-container,

.tc-wanderer-part3 {

    position: relative;

}





.tcmax-part1 .container {

    width: 94%;

}

@media (min-width: 1100px) {

    .tcmax-part1 .tmax-title,

    .tcmax-part1 .tcenter {

        position: absolute;

        top: 4rem;

        left: 5%;

    }

    .tcmax-part1 .tcenter .text-34 {
        max-width: inherit;
    }

    .tcmax-part1 .tcenter {

        text-align: left !important;

        top: 65%;

        -webkit-transform: translateY(-50%);

        -ms-transform: translateY(-50%);

        -o-transform: translateY(-50%);

        transform: translateY(-50%);

        max-width: 760px;

        width: 38%;

    }



    .add-tcmax-1 .tcenter {
        width: 70%;
        max-width: 1300px;
    }

    .add-tcmax-1 .tcenter .text-46 {
        max-width: 1000px;
    }

}

@media (min-width: 1181px) {

    .edit-tcmax-item .tmax-title,
    .edit-tcmax-item2 .tmax-title {
        top: 20%;
        transform: translateY(-20%);
    }
}

@media (min-width: 768px) {

    /*.tcmax-part1 .tmax-title,

        .tcmax-part1 .tcenter{

            position: absolute;

            top: 4rem;

            left: 5%;

        }

        .tcmax-part1 .tcenter .text-34{max-width: inherit;}

        .tcmax-part1 .tcenter{

            text-align: left !important;

            top: 65%;

            -webkit-transform: translateY(-50%);

            -ms-transform: translateY(-50%);

            -o-transform: translateY(-50%);

            transform: translateY(-50%);

            max-width: 800px;

            width: 60%;

        }*/

    .tcmax-part6 .tcenter {

        top: 55%;
        max-width: 34em;

    }

    .tc-wanderer-part4 .tcenter {

        top: 50%;

    }

    .add-img-width .img-right {

        width: 53.1%;

        max-width: 1020px;

    }

    .add-img-width2 .img-right {

        width: 67.5%;

        max-width: 1296px;

    }

    .max-1040 {

        width: 54.2%;

        max-width: 1040px;

    }

    .max-1419 {

        width: 73.9%;

        max-width: 1419px;

    }

    .add-width-2 .center {

        width: 40%;

    }

}

@media (max-width: 767px) {

    .tc-wanderer-part4 {

        padding-top: 4rem;

        text-align: center;

    }

    .ts-travelItem .travelItem {
        background-color: transparent;
    }

}

.tc-wanderer-slider .img-left {

    width: 50%;

    max-width: 924px;

    margin-right: auto;

}

.tc-wanderer-slider .vs3-sbox {
    width: 50%;
}

@media (max-width: 1023px) {

    .tc-wanderer-part3 .vs1-right-txt .center {

        position: relative;

        left: inherit;

        top: inherit;

        right: inherit;

        transform: inherit;

        max-width: 600px;

        text-align: center;

        padding-top: 5rem;

        margin-left: auto;

        margin-right: auto;

        width: 90%;

    }

    .tc-wanderer-slider .img-left {

        width: 80%;

        margin-left: auto;

    }

    .tc-wanderer-slider .vs3-sbox {
        width: 100%;
    }

}



.yellow-bg2 {
    background-color: #FFEE1A;
}

.green-bg {
    background-color: #6A7254;
}

.black-bg-tc {
    background-color: #171A1E;
}

.tc-wanderer-slider .vs3-battery-item {
    padding-top: 4rem;
}



.ts-street-slider .img-left {
    width: 51%;
    ;
}

.ts-street-part1 {

    position: relative;

    padding-top: 4rem;

}

.ts-bg {

    position: absolute;

    left: 0;

    top: 0;

    right: 0;

    height: 54%;

    /*background-color: #001827;*/
    background-color: #000;

}

.ts-box {

    position: relative;

}

@media (min-width: 768px) {

    .hunter-final {

        margin-top: -6.5rem;

    }

}

.blue-bg3 {

    /*background-color: #001827;*/
    background-color: #000;

}

.white-bg {

    background-color: #fff;

}

.row-col-p0 * {
    padding: 0
}

.row-col-p0 .full-img {

    width: 100%;

    object-fit: inherit;

}

.ts-hunter-part0,

.ts-hunter-part0 img {
    position: relative;
}

.ts-hunter-part0 .text-bg .col-12 {
    position: relative;
}

.ts-hunter-part0 .text-bg {

    position: absolute;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

}

.ts-hunter-part0 .inner-txt {

    position: absolute;

    left: 10%;

    top: 48%;

    width: 60%;

    max-width: 580px;

}

.ts-hunter-part0 .text-right {

    left: inherit;

    right: 10%;

    max-width: 540px;

}

@media (max-width: 1360px) {

    .ts-hunter-part0 .inner-txt {

        top: 30%;

    }

}

@media (max-width: 1024px) {

    .ts-hunter-part0 .text-bg {

        position: relative;

        left: inherit;

        top: inherit;

        right: inherit;

        bottom: inherit;

    }

    .ts-hunter-part0 .inner-txt {

        position: relative;

        left: inherit;

        top: inherit;

        right: inherit;

        bottom: inherit;

        margin: 6rem auto;

        width: 80%;

    }

    .left-inner {

        padding-bottom: 10rem;

    }



}

/* cpx-pro end */

/* JOIN US*/

.join-item {
    position: relative;
}

.join-item .jion-img {

    width: 100%;

    border-radius: 2.5rem;

}



.join-item p {

    position: absolute;

    left: 5%;

    right: 5%;

    bottom: 5%;

    max-width: 360px;

    margin-left: auto;

    margin-right: auto;

}

.arrow-btn {

    color: #000;

}

.arrow-btn img {

    display: inline-block;

}

.arrow-btn:hover {
    color: #fff;
}



/* JOIN US end */

.page-no-banner {
    height: 12rem
}

@media (max-width: 992px) {

    .page-no-banner {
        height: 6rem
    }

}

.photoSwiper .f01-slide-item {

    border-radius: 0
}

.p-l-r0 {

    padding-left: 0;

    padding-right: 0;

}

.network-bg {

    position: relative;

    background: linear-gradient(180deg, #FFFFFF 0%, #F2FDFF 100%);

}

.color-gary {
    color: #707070;
}

.smart-part0 {

    background-color: #1D2226;

    padding: 4rem 0;

}

.smart-part0 .container {
    max-width: 1440px;
}

.partnersSwiper .swiper-button-next,

.partnersSwiper .swiper-button-prev {

    color: #C8D0DA;

}

.partners-slide-item {
    position: relative;
}

.partners-slide-item .center {

    width: 90%;

}

@media (min-width: 768px) {

    .partners-slide-item .center {

        top: 10%;

        width: 90%;

        transform: inherit;

    }

    .top-inner-box .center {

        max-width: 1340px;

        -webkit-transform: translateX(-50%);

        -ms-transform: translateX(-50%);

        -o-transform: translateX(-50%);

        transform: translateX(-50%);

    }

    .left-inner-box .center {

        left: 10%;

        width: 90%;

        max-width: 820px;

        text-align: left;

    }



}

.storiesSwiper .swiper-slide {
    max-width: 1364px;
    width: 90%;
}



@media (min-width: 993px) {

    .storiesSwiper .swiper-slide {
        width: 71%;
    }

    .storiesSwiper .borderRadius40 {
        height: 45vw
    }

}

@media (max-width: 992px) {

    .storiesSwiper .borderRadius40 {
        height: 42vw;
        max-height: 320px;
        border-radius: 1.5rem;
    }

}



.storiesSwiper .swiper-slide-prev:not(.swiper-slide-active),

.storiesSwiper .swiper-slide-next:not(.swiper-slide-active) {

    opacity: .35
}

.storiesSwiper .slogo {

    width: 45%;

    max-width: 329px;

}

@media (max-width: 767px) {



    .top-center,

    .storiesSwiper .swiper-slide .center {
        top: 26%;
    }

    .container {

        width: 94%;

        margin-left: auto;

        margin-right: auto;

    }

    .container .container {
        width: 100%
    }

}

.b-logo-box {

    font-size: 0;

    width: 94%;

    max-width: 1640px;

    margin-left: auto;

    margin-right: auto;

    text-align: center;



}

.b-logo-box img {

    display: inline-block;

    margin: 1em 1.5%;
    max-height: 60px;

}

@media (min-width: 1400px) {

    .b-logo-box {

        display: flex;

        align-items: center;

        justify-content: space-between;

    }

    .b-logo-box img {
        margin: 0;
    }

}



.storiesSwiper .borderRadius40 {
    max-height: 851px
}

.borderRadius40 {

    border-radius: 2.5rem;

}



.justifyB {

    justify-content: space-between;

    align-items: center;

}

.main-section .language-type {
    position: relative;
}

.color-black .langTxt {
    color: #000;
}

.color-black .langTxt::after {

    content: '\e688';

}

.f5-bg {
    background-color: #F5F5F5;
}

.business-padding {

    padding: 3rem 0;

    margin-bottom: 2rem
}



.cases-txt-slider .text-34 {

    width: 86%;

    max-width: 1460px;

    margin-left: auto;

    margin-right: auto;

}



.tags-box2 {

    background-color: #fff;

    padding: 1.5rem 0;

}

.tags-box2 .container {

    padding-left: 0;

    padding-right: 0;

}

.news-page .news-item {
    padding: 0
}

.people-swiper .com-banner {

    height: inherit;

    padding: 12rem 0;

}

.p-icon {

    display: inline-block;

    margin-right: .5em;

}



.people-inner {

    width: 90%;

    max-width: 1200px;

    margin-left: auto;

    margin-right: auto;

}

.equipment-banner .center {

    width: 90%;

    max-width: 1226px;

}

.equipment-banner .btn {

    /*width: 30%;

        max-width: 260px;*/

    border-radius: .5rem !important;

    background-color: rgba(255, 255, 255, .6);

    border-color: rgba(255, 255, 255, .3);

}

.equipment-banner .form-control:focus {

    box-shadow: none;

}

.equipment-banner .form-control {

    /*text-align: center;*/

    color: #fff;

    background-color: transparent;

    border-radius: 0;

    border-color: transparent transparent #fff transparent;

}

@media (min-width: 768px) {

    .equipment-banner .btn {

        width: 30%;

        max-width: 260px;

    }

    .equipment-banner .input-group-lg>.form-control {

        padding: 1.5rem 1rem;

        font-size: 2rem;

    }



}

.input-group.rightBtns {

    max-width: 90px;

    margin-left: auto;

    margin-top: .2rem
}

.rightBtns .form-control {

    padding: 0.75rem 0.75rem;

    color: #212529;

    border-color: #212529;

    border-radius: .375rem !important;

    margin-right: 2rem;

}

.ebtn-icon {

    display: block;

    width: 24px;

    height: 30px;

    background-size: contain;

    background-position: center;

    background-repeat: no-repeat;

}

.list-icon {

    background-image: url('../image/menu-list-black.svg');

}

.grid-icon {

    background-image: url('../image/menu-grid-black.svg');

}

.rightBtns .unSelect {

    background-color: #212529 !important;

    opacity: 1;

}



.unSelect .list-icon {

    background-image: url('../image/menu-list.svg');

}



.unSelect .grid-icon {

    background-image: url('../image/menu-grid.svg');

}



@media (min-width: 1024px) {

    .rightBtns .btn:hover {
        background-color: #fff !important;
    }

    .rightBtns .unSelect:hover {
        background-color: #eee !important;
    }

    .rightBtns .unSelect:hover .list-icon {

        background-image: url('../image/menu-list-black.svg');

    }

    .rightBtns .unSelect:hover .grid-icon {

        background-image: url('../image/menu-grid-black.svg');

    }

}



.equipment-list-item {

    border: 1px solid #707070;

    padding: 2rem;

}

.lines {

    height: 1px;

    background-color: #707070;

}



.equipment-dpage .tags-box {

    background-color: #F5F5F5;

}

.equipment-dpage .leftBtns {

    margin: 4rem 0;

    max-width: 550px;

}

.leftBtns .form-control {

    border-color: #212529;

    border-right: none !important;

    font-size: 1.5rem;

}

.seacrh-icon {

    width: 46px;

    height: 46px;

    background-image: url('../image/search.svg');



}

.leftBtns .btn {
    border-left: none !important;
    min-width: 6em;
    border-color: #000;
}

.leftBtns .btn:hover i {
    color: #fff;
}

.e-inner p {
    margin-bottom: 0
}

.slide-boxs {
    position: relative;
}





.swiper-next:after,

.swiper-prev:before {

    font-family: swiper-icons;

    font-size: 1.25rem !important;

    text-transform: none !important;

    letter-spacing: 0;

    text-transform: none;

    font-variant: initial;

    line-height: 1;

}

.swiper-next:after {

    content: 'next';

    margin-left: .5em;

}

.swiper-prev:before {

    content: 'prev';

    margin-right: .5em;

}



.slide-btn-boxs {

    margin-top: 3rem;

    padding-bottom: 3rem;

    border-bottom: 1px solid #707070;

}

.ts-travelItem .stash-speed-list {
    flex-wrap: nowrap
}

@media(min-width: 1500px) {

    .ts-travelItem .stash-right-txt .center {
        width: 92%;
    }

}

@media(max-width: 767px) {

    .slide-btn-boxs {

        display: none;

    }

    .ebtn-icon {

        width: 22px;

    }

    .rightBtns .btn:hover {
        background-color: #fff;
    }

}



.small-img-box {

    width: calc(100% - 2px);

    border: 1px solid #707070;

    padding: 1rem;

    box-sizing: border-box;

}



.des-box {

    min-height: 14rem;

}



.equipment-info {

    flex-wrap: nowrap;

}



@media (min-width: 1300px) and (max-width: 1680px) {

    .f01-fleet8 .saddle-list-item {

        width: 45%;

        max-width: 500px;

    }

    .add-tcmax-1 .tcenter .text-160 {
        font-size: 120px;
    }

}

@media (max-width: 1024px) {

    .locator-banner {
        height: 68vh;
    }

}

@media (max-width: 767px) {

    .map-item {

        width: 100%;

        max-width: inherit;

    }

    .address-txt {
        max-width: inherit;
    }

    .locator-banner {
        height: 80vh;
    }

}

@media (min-width: 768px) {

    .locator-banner {
        min-height: 920px;
    }

}

@media (min-width: 1200px) {

    .dealer-banner .container {
        min-height: 80vh;
    }

    .f01-part4 .f01-swiper {

        margin-left: 2.25rem;

    }

}

@media (min-width: 1440px) {

    .f01-part4 .f01-swiper {

        margin-left: 6rem;

    }

}

@media (min-width: 1680px) {

    .f01-part4 .f01-swiper {

        margin-left: 8.25rem;

    }

}



.icon-item-div2 {

    position: relative;

    padding-left: 2em;

    margin-bottom: 1em
}

.icon-item-div2 i {

    position: absolute;

    left: 0;

    top: .1em
}

.icon-mg-lf {

    margin-left: .3em;

}



.width-72 {

    width: 71.666%;

    max-width: 1376px;

}

.ts-width-31 {

    width: 31% !important;

}



@media(max-width: 767px) {

    .ts-width-31 {

        width: 94% !important;

    }

}



/*.text-20{font-size: 1.25rem;}

.text-21{font-size: 1.3125rem;}

.text-24{font-size: 1.5rem; }*/

h3,

.text-20,

.text-21,

.text-24,

.text-26,

.text-30 {

    /*font-size: 26px; */



}



/*.text-30{font-size: 1.875rem;}

.text-34{font-size: 2.125rem;}

.text-36{font-size:2.25rem;}

.text-42{font-size: 2.625rem;}*/



.text-34,

.text-36,

.text-42 {

    /*font-size: 34px;*/

    font-size: 2.125rem;

}



/*.text-46{font-size: 2.875rem;}

.text-50{font-size: 3.125rem; }

.text-56{font-size: 3.5rem;}

.text-60{font-size: 3.75rem;}*/

.text-46,

.text-50,

.text-56,

.text-66 {

    /*font-size: 46px;*/

    font-size: 2.875rem;

}



.text-100,

.text-120,

.text-130,

.text-146,

.text-160,

.text-200 {
    line-height: .85;
    letter-spacing: -0.02em
}



.text-100,

.text-120,

.text-130,

.text-146,

.text-160 {
    line-height: 1;
    margin-bottom: 1.2rem;
}



.stash-title p:last-child {
    margin-bottom: 0
}



.text-100 {

    /*font-size: 100px;*/

    font-size: 6.25rem;

}

.text-120 {

    /*font-size: 120px;*/

    font-size: 7.5rem;

}

.text-130 {

    /*font-size: 130px;*/

    font-size: 8.125rem;

}

.text-146 {

    /*font-size: 146px;*/

    font-size: 3.1739rem;

}

.text-160 {

    /*font-size: 160px;*/

    font-size: 10rem;

}

.text-200 {

    /*font-size: 200px;*/

    font-size: 12.5rem;

}



.equipment-list-item.text-24 {
    font-size: 1.375rem;
}



@media(max-width:1660px) {

    .s-part3-conent .text-130 {
        font-size: 6.5rem;
    }

}

@media (max-width: 1560px) {

    .ts-hunter-part0 .text-34 {
        font-size: 1.875rem;
    }

}

@media (max-width: 1024px) {

    .ts-hunter-part0 .text-160 {
        font-size: 5.5rem;
    }

    .ts-hunter-part0 .text-34 {
        font-size: 2.125rem;
    }

}



@media(max-width: 1680px) {

    html {
        font-size: 93.75%;
    }

    /*.text-100{font-size: 5rem;}

    .text-120{font-size: 5.625rem;}

    .text-130{font-size: 6.25rem;}

    .text-146{font-size: 7.5rem;}

    .text-160{font-size: 8.125rem;}

    .text-200{font-size: 10.625rem;}*/

}

@media(max-width: 1560px) {

    html {
        font-size: 87.5%;
    }

    h3,

    .text-20,

    .text-21,

    .text-24,

    .text-26,

    .text-30,

    .btn-primary,

    .myForm .form-control,

    .readBtn {

        /*font-size: 18px; */

        font-size: 1.2857rem;

    }





    .text-34,

    .text-36,

    .text-42 {

        /*font-size: 26px;*/

        font-size: 1.8571rem;

    }

    .text-46,

    .text-50,

    .text-56,

    .text-66 {

        /*font-size: 38px;*/

        font-size: 2.7143rem;

    }



    .my-header .menu>ul>li>a {
        font-size: 1.125rem;
    }

    /*下调40px  160、200下调 50*/

    .text-100 {
        font-size: 4.2857rem;
    }

    .text-120 {
        font-size: 5.7143rem;
    }

    .text-130 {
        font-size: 6.4286rem;
    }

    .text-146 {
        font-size: 7.5714rem;
    }

    .text-160 {
        font-size: 7.8571rem;
    }

    .text-200 {
        font-size: 10.7143rem;
    }

}

@media(max-width: 1440px) {

    html {
        font-size: 81.25%;
    }

}

/*@media(max-width: 1400px){

    h3,

    .text-20,

    .text-21,

    .text-24,

    .text-26{font-size: 20px; }



    .text-30,

    .text-34,

    .text-36,

    .text-42{font-size: 28px;}



    .text-46,

    .text-50,

    .text-56,

    .text-66{font-size: 38px;}



    .text-100{font-size: 70px;}

    .text-120{font-size: 80px;}

    .text-130{font-size: 90px;}

    .text-146{font-size: 110px;}

    .text-160{font-size: 120px;}

    .text-200{font-size: 160px;}

}*/

@media(max-width: 992px) {

    html {
        font-size: 69%;
    }

    /*h3,

    .text-20,

    .text-21,

    .text-24,

    .text-26{font-size: 18px; }



    .text-30,

    .text-34,

    div.text-m-34,

    .text-36,

    .text-42{font-size: 26px;}



    .text-46,

    .text-50,

    .text-56,

    .text-66{font-size: 34px;}*/



    .text-100 {
        font-size: 3.125rem;
    }

    .text-120 {
        font-size: 3.75rem;
    }

    .text-130 {
        font-size: 4rem;
    }

    .text-146 {
        font-size: 5rem;
    }

    .text-160 {
        font-size: 5.625rem;
    }

    .text-200 {
        font-size: 6.25rem;
    }



    .text-100,

    .text-120,

    .text-130,

    .text-146,

    .text-160,

    .text-200 {
        line-height: 1
    }

}

@media(max-width: 767px) {

    /*h3,

    .text-20,

    .text-21,

    .text-24,

    .text-26{font-size: 16px; }



    .text-30,

    .text-34,    

    div.text-m-34,

    .text-36,

    .text-42{font-size: 20px;}



    .text-46,

    .text-50,

    .text-56,

    .text-66{font-size: 28px;}



    .text-100{font-size: 36px;}

    .text-120{font-size: 42px;}

    .text-130{font-size: 52px;}

    .text-146{font-size: 56px;}

    .text-160{font-size: 60px;}

    .text-200{font-size: 80px;}*/

    html {
        font-size: 56.25%;
    }



    h3,

    .text-20,

    .text-21,

    .text-24,

    .text-26,

    .text-30,

    .btn-primary,

    .myForm .form-control,

    .readBtn {

        /*font-size: 26px; */

        font-size: 1.625rem;

    }



    .text-46.Font-Light,

    .text-34,

    .text-36,

    .text-42 {

        /*font-size: 34px;*/

        font-size: 2.125rem;

    }



    .text-46,

    .text-50,

    .text-56,

    .text-66 {

        /*font-size: 46px;*/

        font-size: 2.875rem;

    }



    body {
        font-size: 1.55rem;
    }



    .banner-text,

    .footer-link-blocks a {
        font-size: 1.5rem;
    }



    .slider-pb-6 .swiper-container {
        padding-bottom: 6rem;
    }

}



@media(max-width: 413px) {

    /*h3,

    .text-20,

    .text-21,

    .text-24,

    .text-26{font-size: 14px; }



    .text-30,

    .text-34,

    div.text-m-34,

    .text-36,

    .text-42{font-size: 18px;}



    .text-46,

    .text-50,

    .text-56,

    .text-66{font-size: 26px;}*/



    .text-100 {
        font-size: 32px;
    }

    .text-120 {
        font-size: 36px;
    }

    .text-130 {
        font-size: 42px;
    }

    .text-146 {
        font-size: 46px;
    }

    .text-160 {
        font-size: 50px;
    }

    .text-200 {
        font-size: 70px;
    }

}



.cumini-part3 .container {

    width: 94%;

    max-width: 1640px;

}

.cumini-part3 .content-part3 {
    width: 100%
}

.search-btn {

    border-color: #06A5EA;

    padding-left: 1.1em;

    padding-right: 1.1em;

}


.add-line3 {

    min-height: 4.5em;

}



.partners-swiper .partners-slide-item {

    height: 100vh;

    min-height: 860px;

    position: relative;

}

@media(min-width: 1440px) {
    .addressBtn {
        font-size: 18px;
        padding: 0.25rem .5rem;
        max-width: 14rem;
        margin-top: 0;
    }

    .icon-address {
        width: 2.675rem;
        height: 2.675rem;
    }

    .partners-swiper .partners-slide-item {
        min-height: 940px;
    }

}



@media(min-width: 1560px) {

    .partners-swiper .partners-slide-item {
        min-height: 1060px;
    }

}

.partners-swiper .swiper-slide .center {

    top: 9%;

    z-index: 1;

}

.partners-swiper .bottom-0{
    bottom: 0;
}

.partners-swiper .p-cars {

    position: absolute;

    left: 0;

    right: 0;

    /*bottom: 0;*/

}

.partners-swiper .p-cars img {

    margin-left: auto;

}

.width-1480 {

    width: 77.08%;

    max-width: 1480px;

    margin-left: auto;

    margin-right: auto;

}

.width-919 {

    width: 47.86%;

    max-width: 919px;

    margin-left: auto;

}

.p-logos {

    width: 55%;

    max-width: 444px;

    margin-top: 5rem;

}

.sp-item2 .text-34 {

    max-width: 545px;

}

.sp-item0 .p-logos {

    margin-left: 15%;

}

.width-504 {

    width: 60%;

    max-width: 504px;

}

.mobile-700 .partners-slide-item {
    height: 1080px;
}

@media(max-width: 1300px) {

    .partners-swiper .partners-slide-item {

        height: 780px;

        min-height: inherit;

    }

}

@media(max-width: 992px) {

    .partners-swiper .partners-slide-item {
        height: 680px;
    }

}

.partnersSwiper3 .center {

    top: 50%;

    transform: translate(0, -50%);

}

.partnersSwiper2 .center .text-34 {
    max-width: 620px;
}



@media(max-width: 767px) {

    .partnersSwiper2 .center {

        top: 8%;

        transform: translate(-50%, 0);

    }
    
    .partners-swiper .p-cars{bottom: 0;}


    .partners-swiper .partners-slide-item {
        height: 610px;
    }

    .partners-swiper .swiper-slide .center {

        top: 6%;

        transform: translate(-50%, 0);

    }

    .p-logos,

    .sp-item0 .p-logos {

        width: 45%;

        margin-top: 1.5rem;

        margin-left: auto;

        margin-right: auto;

    }

    .width-1480 {

        width: 100%;

    }

    .width-919 {

        width: 80%;

    }

    .partners-swiper .swiper-slide .text-46 {
        font-size: 22px;
    }

    .partners-swiper .swiper-slide .text-34 {
        font-size: 17px;
    }

    .sp-item2 .text-34 {

        max-width: 15em;

        margin: 0 auto;

    }

    .mobile-700 .partners-slide-item {

        min-height: 800px;

    }

    .mobile-700 .width-919 {
        width: 95%
    }

}

.partners-swiper .swiper-slide .center {
    min-width: inherit;
}

.bm_bottomLeftOverlay,

.bm_bottomRightOverlay {
    display: none;
}



.locatorMap {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: 0;

}

.locator-banner .container {

    z-index: 9;

}

.changing-text>span {

    display: none;

    opacity: 0;

    transition: .3s;

}

.changing-text>span.show-animation {

    display: inline-block;

    opacity: 1;

}



.footer-link-txt {

    display: inline-block;

    width: 2rem;

    height: 2rem;

    line-height: 2rem;

    font-size: 1.5rem;

    text-align: center;

    background-color: #A8F0FC;

    color: #272727;

    border-radius: 50%;

}



.row .row,

.row .row>* {

    padding-right: 0;

}

.battery-items .swiper-slide {

    background-color: #015892;

}

.battery-items .swiper-slide .center {

    top: 20%;

    width: 94%;

    max-width: 1460px;

    left: 50%;

}

@media(max-width: 1023px) {

    .battery-items .swiper-slide {

        height: 76vh;

        min-height: 520px;

        background-size: 150%;

    }

}

.smartSwiper .swiper-pagination {
    display: none;
}

@media(max-width: 767px) {

    .b-logo-box img {

        margin: 1.5rem 2rem;

    }

    .battery-items .swiper-slide {

        height: 60vh;

    }

    .s-part2-logo1 {
        width: 96%;
    }

    .business-swiper .swiper-slide {

        padding-bottom: 8rem;

    }
    .edit-business-swiper.business-swiper .swiper-slide {padding-bottom: 0rem; }



    .smartSwiper {
        padding-bottom: 4rem;
    }

    .smartSwiper .swiper-pagination {
        display: block;
    }



    .footer-link-blocks a {

        display: block;

        color: #A8F0FC;

        border-bottom: 1px solid #989898;

        padding-bottom: .75rem;

        margin-bottom: .75rem;

    }



    .video-banner {

        height: calc(100vw*.6359)
    }

}

.menu-item-has-children i.vmotofont {
    display: none;
}

@media(max-width: 992px) {

    .my-header .menu .menu-mobile-header .menu-mobile-title,

    .my-header .menu>ul>li .menu-subs.menu-column-4>.list-item .title,

    .my-header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a,

    .my-header .menu>ul>li .menu-subs>ul>li>a,

    .my-header .menu>ul>li>a {
        font-size: 1.75rem;
    }



    .menu-item-has-children i.vmotofont {
        display: inline-block;
    }

    .menu-item-has-children i.vmotofont,

    .menu-item-has-children .langTxt:after {
        font-size: 1rem;
    }



    .lang-btn i {
        display: none !important;
    }

}



.manual-list ul {
    padding-left: 0;
}



.my-radio {

    display: flex;

    align-items: center;

}

.my-radio .form-check-input {
    margin-top: 0;
    margin-right: 1em;
    margin-left: 1em;
}

.height-100 {
    height: 100vh
}

@media (max-width: 767px) {

    .ts-travelItem .stash-speed-list {

        flex-wrap: wrap;

    }

    .mobile-ts-item {

        position: relative;

        min-height: 640px;

        /*padding-bottom: 320px;*/

    }

    .mobile-ts-item img {
        position: absolute;
        bottom: 0;
        width: 90% !important;
    }

    .mobile-ts-item .width-72 {

        width: 100% !important;

    }

    .mobile-ts-item .stash-speed-list {

        justify-content: center;

    }

    .mobile-ts-item .speed-list-item {

        width: 40%;

    }

    .my-radio .form-check-input {
        margin-left: .6em;
    }



    .smart-001 .swiper-slide .center {

        left: 50%;

    }

    .height-100 {
        min-height: 660px
    }

    .ducati-logo1 {
        max-height: 14rem;
    }

    .ducati-logo2 {
        max-height: 6rem;
    }



    .stashSwiper {
        padding-bottom: 10rem;
    }

}

.row .myForm {

    padding-right: 0;

    padding-left: 0;

}

.row .myForm>* {

    padding-right: calc(var(--bs-gutter-x) * .5);

    padding-left: calc(var(--bs-gutter-x) * .5);

}



.address-item p:last-child {
    margin-bottom: 0;
}

.address-item:not(:last-child) {
    margin-bottom: 1rem;
}



.stash-part7 .video-section:after {

    content: '';

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    top: 0;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);

}

.video-section .video-msg {
    z-index: 1;
}



.width-1090 {

    width: 56.77% !important;

    max-width: 1090px !important;

}

.width-1260 {

    width: 65.6% !important;

    max-width: 1260px !important;

}

.width-1352 {

    width: 70.4% !important;

    max-width: 1352px !important;

}

.width-1420 {

    width: 73.96% !important;

    max-width: 1420px !important;

}



.vs3-battery-item .vs3-sbox {

    width: 35%;

    max-width: 540px;

}



@media (min-width: 1200px) {

    .width-1090 {
        margin-top: -6rem
    }

}

@media (min-width: 768px) and (max-width: 992px) {

    .cux-ducati-battery .vs3-battery-item {
        padding-top: 4rem;
    }

    .vs3-battery-item .vs3-sbox {
        top: 65%
    }

}

@media (max-width: 767px) {

    .width-1090,

    .width-1260,

    .width-1352,

    .width-1352 {

        width: 100% !important;

    }

    .vs3-battery-item .vs3-sbox {

        width: 100%;

    }

    .container20 {
        padding-left: 4%;
    }

}



.backTop {

    position: fixed;

    bottom: 20px;

    right: 10px;

    cursor: pointer;

    z-index: 6666;

}

.hidden {

    display: none !important;

}



.cell-item .equipment-list-item {

    display: flex;

}



.cell-item .equipment-list-item .img-boxs {

    width: 36%;

    max-width: 480px;

}

.equipment-right-box {

    flex: 1;

    padding-left: 3%;

}

.info-des {
    display: none;
}

.cell-item .des-box {
    min-height: auto;
}

.cell-item .info-des {

    display: block;

    margin-top: 2rem;

    margin-bottom: 2rem;

}



// .row-video-box > div{

//     padding-left: 10px;

//     padding-right: 10px;

// }

.row-video-box .col-md-3 {

    width: 25.125%;

}

.row-video-box .col-md-6 {

    flex: 1;

    position: relative;

}

.row-video-box .col-md-6 .motorbike {
    opacity: 0;
}



.row-video-box video {

    visibility: visible;

}

.row-video-box .my-video {
    left: calc(var(--bs-gutter-x) * .5);
    right: calc(var(--bs-gutter-x) * .5);
    width: auto;
}



@media (min-width: 1200px) {

    .new-57-page {

        padding-top: 8rem;

        overflow: hidden;

    }

    .new-57-page .stash-title {

        position: absolute;

        left: 0;

        right: 0;

        top: 3rem;

    }

    .new-57-page .my-stash-box {

        top: 16rem
    }

}

@media (min-width: 1560px) {

    .new-57-page .my-stash-box {

        top: 22rem
    }

}

.row-video-box .col-md-3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 1200px) {
    .row-video-box .col-md-6 {
        padding: 0 calc(var(--bs-gutter-x) * .3275);
    }

    .edit-57-page .my-stash-box {
        top: inherit;
        bottom: 7%;
    }

    .contacts-page {
        font-size: 18px;
        font-family: "Times New Roman";
    }
}

.new-img-hover {
    overflow: hidden;
}

.new-img-hover img {
    transition: transform 1s;
}

.new-img-hover img:hover {
    transform: scale(1.07)
}

@media (min-width: 1500px) and (max-width: 1700px) {

    .network-part-edit .show-993,
    .stash-section.stash-part1 .show-993 {
        display: none;
    }

    .vs1-edit-page .led {
        width: 90%;
    }

    .vs1-edit-img {
        width: 92.5%
    }
}

@media (min-width: 1600px) {
    .cumini-part3-title .changing-text {
        margin-left: 1.75em;
    }
}

.indispensable-change {
    display: block;
    height: 1em;
}

.gallerySwiper {
    margin-top: 15px;
    position: relative;
}

.gallerySwiper img {
    cursor: pointer;
}

.gallerySwiper .pagination {
    position: absolute;
    left: inherit;
    right: 0;
    top: 40%;
    bottom: 40%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0);
    font-size: 0;
    width: calc(33% - 8px);
    text-align: center;
    display: block;
}

.gallerySwiper .pagination .swiper-pagination-total:before {
    content: "+";
}

.gallerySwiper .pagination .swiper-pagination-total {
    color: #fff;
    font-size: 100px;
    font-weight: 600;
}

.stores-swiper img {
    width: 100%;
}

.contacts-page .form-control {
    line-height: 42px;
}

.tcmax-part1 .width-72 {
    width: 72.55%;
    max-width: 1393px;
}

.tcmax-part1 .width-63 {
    width: 63.385%;
    max-width: 1217px;
}

.width-1020 {
    width: 53.125%;
    max-width: 1020px;
}


.map-item.new-map-item {
    padding: 32px 24px;
    width: 100%;
}

.new-map-item .language-type,
.new-map-item .language-ul,
.new-map-item .langTxt {
    color: #333
}

.new-map-item .langTxt::after {
    display: none;
}

.new-map-item .language-right {
    text-align: left;
    display: flex;
    align-items: center;
}

.new-map-item .language-type {
    display: table;
    position: relative;
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 0;
}

.map-search-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new-map-item .form-btn-item {
    border-color: #333
}

.new-map-item .form-item .btn {
    border-color: #333;
    background-color: #333;
    color: #fff;
    padding-left: .75em;
    padding-right: .75em;
}

.new-map-item .langTxt {
    margin-left: .5em;
    margin-right: .5em;
}

.new-map-item .form-item .form-control,
.new-map-item .form-item .btn {
    height: 44px;
    line-height: 44px;
    padding-top: 0;
    padding-bottom: 0;
}

.new-map-item .vmoto-address {
    font-size: 24px;
}

.new-map-sitem .text-20,
.new-map-item .langTxt,
.new-map-item .form-item .form-control,
.new-map-item .form-item .btn {
    font-size: 18px;
}


.new-map-sitem .icon-box {
    width: 3rem;
}

.new-map-sitem {
    border-top: 3px solid #000;
    padding-top: 20px;
    margin-top: 24px;
    display: flex;
}

.new-map-sitem .address-txt {
    max-width: inherit;
}

.new-map-sitem .address-item {
    border-top: none;
}

.new-map-sitem .border-top1 {
    border-top: 1px solid #808080;
}

.new-map-sitem .map-title {
    margin-bottom: 0;
}

.dealer-banner2 .com-banner {
    height: 116vh;
}

.dealer-banner2 .com-banner .container {
    max-width: 440px;
    margin-left: 7%;
}

@media (max-width: 1023px) {
    .new-map-sitem .icon-box {
        width: 50px;
    }

    .new-map-sitem .map-title {
        font-size: 16px;
    }

    .new-map-sitem .text-20,
    .new-map-item .langTxt,
    .new-map-item .form-item .form-control,
    .new-map-item .form-item .btn {
        font-size: 14px;
    }

    .dealer-banner2 .com-banner {
        height: 100vh;
    }
}

.search-result-box {
    height: 64vh;
    overflow: auto;
    max-height: 584px;
    margin-top: 16px;
}

.search-result-box .new-map-sitem:first-child {
    margin-top: 4px
}

@media (max-width: 767px) {
    .dealer-banner2 .com-banner {
        height: 90vh;
    }

    .search-result-box {
        height: 56vh
    }

    .dealer-banner2 .com-banner .container {
        margin-left: 5%;
        margin-right: 5%;
    }
}

.dealer-banner2 .MicrosoftMap .Infobox {
    box-shadow: 0px 2px 46px 0px #000000;
    border-radius: 0;
    border: none;
    top: -50px;

}

.dealer-banner2 .MicrosoftMap .infobox-body {
    max-width: 320px !important;
    width: 320px !important;
    max-height: inherit !important;
    min-height: 100px !important;
}

.dealer-banner2 .infobox-title {
    font-weight: bold;
}

.dealer-banner2 .infobox-info p {
    margin-bottom: .5em;
    color: #333
}



/*css主要部分的样式*/
/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/

::-webkit-scrollbar {
    width: 10px;
    /*对垂直流动条有效*/
    height: 10px;
    /*对水平流动条有效*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
    border-radius: 10px;
}


/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
    background-color: #eee;
}

/*定义两端按钮的样式*/
::-webkit-scrollbar-button {
    display: none;
}

/*定义右下角汇合处的样式*/
::-webkit-scrollbar-corner {
    display: none;
}

.support-part1 div.text-26 {
    max-width: 1390px;
    margin: 0 auto;
}

.support-width {
    max-width: 1370px;
    margin: 4rem auto;
    text-align: center;
}

.gray-bg-01 {
    background-color: #F7F7F7;
}

.supportSlider .swiper-slide {
    background-position: center bottom;
    -webkit-background-size: 75%;
    background-size: 75%;
}

.supportSlider .gray-bg-01 {
    -webkit-background-size: 100%;
    background-size: 100%;
}

.login-tips {
    color: #b02a37;
    background-color: #f8d7da;
    border: 1px solid #f1aeb5;
    padding: 0.75rem 0.75rem 0.55rem 0.75rem;
    line-height: 1;
    margin-top: 1rem;
    font-size: 1rem;
}

.search-btn {
    line-height: 1;
    padding: .5em 1.1em .35em 1.1em;
}

.mt-20 {
    margin-top: 20px;
}

.mt-20 img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0px auto !important
}



/* sunny --------------------------- */
.dealer-banner2 .s-banner {
    height: 100vh;
}

.dealer-banner2 .com-banner .s_container {
    overflow: hidden;
    height: 97vh;
}

.language-type .s_language-ul {
    height: 50vh;
    overflow-y: scroll;
    right: auto;
}

.language-type .s_language-ul li a {
    white-space: nowrap;
}

.search-result-box {
    height: 50vh;
}

.s_text {
    word-wrap: break-word;
    word-break: break-all;
    display: grid;
    row-gap: 1rem;
}

.s_text p {
    margin-bottom: 0;
}

.new-map-item .langTxt {
    font-size: 14px;
    white-space: nowrap;
    min-width: 8rem;
}

.skiptranslate {
    display: none;
}

@media(max-width:768px) {

    .f01-slide-item.fleet-gary-bg::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgba(0, 0, 0, .1);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .2) 100%);
    }

    section.stash-section.fleet-gary-bg .vs2-life {
        padding-top: 70px;
    }

    .vs2-life .container.center.color-white {
        background: rgba(0, 0, 0, .15);
    }

    section.pininfarina-section.p-part6.black-bg.h-1080.smart-001 .center.width-1480 {
        background: rgba(0, 0, 0, .15);
        padding: 5%;
    }

    section.pininfarina-section.p-part6.black-bg.h-1080.smart-001 .swiper-slide::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgba(0, 0, 0, .2);
    }

    section.stash-section.stash-part1 .container.text-center.wow.fadeInUp p.text-46.Font-Light br.show-993,
    section.stash-section.stash-part1 .container.text-center p.text-34.wow.fadeInUp br.show-993 {
        display: block;
    }

    .swiper-container.mySwiper.swiper-container-initialized.swiper-container-horizontal.swiper-container-ios .swiper-slide::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgba(0, 0, 0, .2);
    }

    .edit-business-swiper .swiper-container.mySwiper.swiper-container-initialized.swiper-container-horizontal.swiper-container-ios .swiper-slide::before,
    section.pininfarina-section.p-part6.supportSlider.color-black .swiper-container.mySwiper.swiper-container-initialized.swiper-container-horizontal.swiper-container-ios .swiper-slide::before{
        display: none;
    }
    .menu-column-inner .my-list-item:nth-child(1) .my-list-product a {
        max-width: 14rem;
    }
    
    section.pininfarina-section.p-part6.black-bg.h-1080.smart-001 .swiper-slide .center.width-1480{background:transparent}
}

/*2023.11.1 add*/
/*.cases-txt-slider .people-inner div.text-26 {
    font-size: 1.25rem;
    margin-bottom: 6rem;
}*/

.asx-bg {
    color: rgb(0, 0, 0);
    padding: 8px 20px;
    background-color: rgb(168, 240, 252);
    border-radius: 24px;
    font-size: 12px;
    max-width: 380px;
    text-align: center;
}

@media (min-width:1920px) {
    .swiper-slide picture img {
        width: 100%;
    }

    .pininfarina-section.p-part6.black-bg.h-1080.smart-001>.swiper-slide {
        background-position: center 35%;
    }
}

/* 11.13 add */
section.main-section.partnersSwiper.com-padding.cases-txt-slider.business-swiper .swiper-container.mySwiper.bullet-blue.checkBtn.swiper-container-initialized.swiper-container-horizontal {
    padding-bottom: 6em;
}
#VmotoFleet img.b-logo2 {
    max-width: 250px;
    /*max-height: 40px;*/
}
.mt-2 {
    margin-top: 0!important;
}
/* 11.23 */
#Vmoto .swiper-slide.yellow-bg2 h3,
#Vmoto .swiper-slide.yellow-bg2 a {
    color: #000;
}
#Vmoto .swiper-slide.yellow-bg2 a:hover {
    color: #A8F0FC;
}
section#RealTime {
    margin-bottom: -24px;
}
#Vmoto .swiper-slide.yellow-bg2 .b-logo1{max-width: 318px;}


@media(min-width:1680px){
    .partnersSwiper2 .center .text-34 {
        max-width: 720px;
    }
    .partnersSwiper2 .center .text-34 br + span {
        max-width: 590px;
        display: block;
    }
}

/*section.main-section.partnersSwiper.p-part6.h-1080.partners-swiper.mobile-700 .swiper-slide.partners-slide-item.top-inner-box.bg-white .center.color-black {
    top: inherit;
    bottom: 5%;
}*/

section.main-section.partnersSwiper.p-part6.h-1080.partners-swiper.mobile-700 .swiper-slide.partners-slide-item.top-inner-box.bg-white .center.color-black .text-46{
    font-size: 2rem;
}

section.main-section.partnersSwiper.p-part6.h-1080.partners-swiper.mobile-700 .swiper-slide.partners-slide-item.top-inner-box.bg-white .center.color-black .text-160{
    font-size: 4rem;
}

section.main-section.partnersSwiper.p-part6.h-1080.partners-swiper.mobile-700 .swiper-slide.partners-slide-item.top-inner-box.bg-white .center.color-black .text-34{
    font-size: 1.75rem;
}

section.no-results.not-found {
    height: 66vh;
    min-height: 500px;
    padding-top: 230px;
    max-width: 1640px;
    width: 94%;
    margin: 0 auto;
    font-size: 18px;
}

section.no-results.not-found input#search-form-1 {
    border: 1px solid #ddd;
    line-height: 42px;
    padding: 0 1em;
}

section.no-results.not-found header.page-header.alignwide {
    margin-bottom: 1rem;
}

section.no-results.not-found .page-content.default-max-width p {
    margin-bottom: 1rem;
}

section.no-results.not-found input.search-submit {
    background-color: #06A5EA;
    border-radius: 32px;
    color: #fff;
    font-size: 16px;
    padding: 0 1em;
    line-height: 42px;
    margin-left: 1em;
}
.blue-color-304C {
    background-color: #06A5EA !important;
}
#Vmoto .b-logo1 {
    max-width: 398px;
}
.gary-bg {
    background-color: #818386;
}

@media(min-width:1920px){
    .stash-on-board,
    .features,
    .led,
    .stash-display,
    .full-img,
    section.video-section img{
        width: 100%;
    }

    .stash-section.stash-part4.mb-5 .stash-on-board{
        width: initial;
        max-width: 1616px;
        margin-left: auto;
        margin-right: auto;
    }
}
.vs2-part-battery .f01-slide-item2.batteryItem.fleet-gary-bg {
    min-height: calc(52.07vw - 8.75rem);
}
.vs2-citi-edit .f01-slide-item2.batteryItem.fleet-gary-bg {
    min-height: calc(52.07vw - 4rem);
}
.mobile-map-search-btn{
    display: none;
    position: absolute;
    left: 10px;
    top: 12px;
    cursor: pointer;
    background: rgba(0,0,0,.5);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    z-index: 9;
}
.mobile-map-search-btn:before {
    content: "\e6f3";
}
@media(max-width: 767px){
    .last-edit .img-right.width-63 {
        width: 100%;
        margin-bottom: -6em;
    }
    .ts-street-slider .f01-part4-1.vs3-part-battery.white-bg .vs3-battery-item .vs3-sbox {
        min-height: 24em;
    }

    .f01-part4-1 .f01-swiper.bullet-blue .swiper-container.f02Swiper.swiper-container-initialized.swiper-container-horizontal.swiper-container-ios .f01-slide-item2.batteryItem{
        min-height: 480px;
    }
    .f01-part4-1 .f01-swiper.bullet-blue .swiper-container.f02Swiper.swiper-container-initialized.swiper-container-horizontal.swiper-container-ios .f01-slide-item2.travelItem .news-img{
        min-height: 332px;
    }
    .citi-page .f01-part4-1 .f01-swiper.bullet-blue .swiper-container.f02Swiper.swiper-container-initialized.swiper-container-horizontal.swiper-container-ios .f01-slide-item2.travelItem .news-img{
        min-height: 362px;
    }
    .stash-section.f01-part4-1.vs2-citi-edit .f01-swiper.bullet-blue .swiper-container.f02Swiper.swiper-container-initialized.swiper-container-horizontal.swiper-container-ios .f01-slide-item2.travelItem .news-img{
    	min-height: 414px;
    }


    section.stash-section.cux-part4.com-padding.pb-0 p.text-34.text-36.wow.fadeInUp{margin-bottom: 0em;}

    .vs1-edit .f01-slide-item2.batteryItem{
        min-height: 560px !important;
    }
    .vs1-edit  picture.my-picture {
        min-height: 388px;
        background: #efefef;
        display: block;
        display: flex;
        align-items: center;
    }

    section.stash-section.f01-part5.stash-right-txt.bullet-blue.vs1-edit-page {padding-top: 0;}
    section.stash-section.f01-part5.stash-right-txt.bullet-blue.vs1-edit-page .swiper-slide.color-black {padding-top: 5em;}

    section.stash-section.f01-part5.stash-right-txt.bullet-blue.vs1-edit-page .center{
        min-height: 230px;
    }

    .vs2-part-battery picture.my-picture {
        display: flex;
        min-height: 559px;
        background: #eee;
        align-items: center;
        flex-direction: column;
    }
    .vs2-part-battery img.news-img.my-picture-img {
        flex: 1;
    }
    .mobile-black{
        background: #000;
        color: #fff;
    }
    .edit-home-page .swiper-pagination-bullet{width: 14px; height: 3px;}
    .main.brand-stories-page .text-46 {
        font-size: 2.125rem;
    }

    .edit-partners-page .main-section.partnersSwiper.p-part6.h-1080.partners-swiper.mobile-700 .swiper-slide.partners-slide-item.top-inner-box.bg-white .center.color-black{
        top: 6%;
    }
    .vmoto-people-page section.main-section.partnersSwiper.com-padding.cases-txt-slider.slider-pb-6 .swiper-slide {
        padding-top: 3em;
    }
    .vmoto-people-page .people-inner{min-height: 350px;}

    .join-us-page .p-part6 .swiper-slide .center{top: 32%;}

    .edit-wanderer-pro-page .stash-section.stash-right-txt.black-bg .swiper-container .swiper-slide::before{
        display: none;
    }
    .edit-wanderer-pro-page section.stash-section.stash-right-txt.black-bg .travelItem{
        background: #000;
    }
    .edit-wanderer-pro-page section.stash-section.stash-right-txt.black-bg .travelItem .center{min-height: 230px;}
    .edit-wanderer-pro-page section.stash-section.tc-wanderer-slider .vs3-battery-item .vs3-sbox{min-height: 300px;}

    .supportSlider .swiper-slide{
        background-size: 106%;
    }
    
    section.stash-section.tcmax-part1.add-tcmax-1.edit-tcmax-item.wow.fadeInUp img.img-right.width-1020{
        width: 90%;
    }
    .edit-wanderer-pro-page .tc-wanderer-slider .col-12.col-md-5.speed-list-item,
    section.stash-section.tc-wanderer-slider.ts-street-slider .col-12.col-md-5.speed-list-item,
    section.stash-section.f01-part4-1.vs1-edit .col-12.col-md-3.speed-list-item,
    section.stash-section.f01-part4-1.vs2-part-battery .col-12.col-md-3.speed-list-item{width: 46%;}
    
    .citi-mobile-bg{
        background: #b1d5e9;
    }
    section.stash-section.cux-part4.cpx-pro-part4.cpx-left-section.color-white.blue-color-304C {
        background-color: #000000 !important;
    }
    .edit-battery-page .battery-items .swiper-slide .center{top: 32%;}
    
    .section.stash-section.stash-right-txt.blue-bg3.color-white .f01-slide-item2.mobile-ts-item{min-height: 560px;}
    .mobile-map-search-btn{
        display:block;
        
    }
    .s_container.hideSearchBox{
        display: none;
    }
    .citi-page .batteryItem .stash-speed-list .col-12.col-md-3.speed-list-item,
    .stash-section.f01-part4-1.vs2-citi-edit .batteryItem .stash-speed-list .col-12.col-md-3.speed-list-item{width: 50%;}{width: 50%;}
}

@media(max-width: 1200px){
    .vs1-edit-part6 {
        background-color: #060b10;
    }
    .vs1-edit-part6 .center{position: absolute;}
}
@media(min-width: 768px){
    section.stash-section.stash-part2.f01-part2.f01-fleet1.fleet-gary-bg img.f01-display.add-f01-display{margin-top: 200px}
    .vs3-edit-part1 .f01-display{margin-top: 10em}

    .cux-pro-edit-page .swiper-container.f01Swiper,
    .f01-swiper.bullet-blue .swiper-container.f01Swiper{padding-bottom: 6em;}
}
img.img-center.ducati-logo1.wow{
    width: 50%;
    max-width: 680px;
}
@media (min-width: 1920px){
    .f01-part4 .f01-swiper.cux-pro-edit-page,
    .f01-part4 .f01-swiper {
        margin-left: 9%;
    }
}

.edit-business-swiper .text-66.text-center.mb-5{margin-bottom: 2em !important;}

.swiper-slide.supportSlider-bg-01 {
    background-color: #9bd6e4;
}
section.stash-section.f01-part4.pt-4.news-page.people-swiper.mb-0 .swiper-container.f01Swiper.photoSwiper.swiper-container-initialized.swiper-container-horizontal {
    padding-bottom: 7em;
}

.stash-part8 a{color: #000}
@media(min-width:1680px) {
    .citi-red-slider {
        min-height: 50vw;
    }

    .citi-red-slider .news-img {
        transform: translateY(6vw);
    }
}
.MicrosoftMap .NavBar_Container {
    bottom: 30px !important;
    top: inherit !important;
}


/* SWAP & CHARGING STATION STYLES */

.swap-and-charging-station {
  font-family: 'Metropolis-Bold', sans-serif;  
}
.offer-item, .avp-item, .offer-item-s {
    padding: 10px;
    text-align: center; 
}

.offer-item img, .avp-item img {height: 100%; width: auto; object-fit: contain !important;}

.offer-items-title{
    margin-top: -20px;
	font-size: 18px;
}
.avp-item-title {
		font-size: 18px;

	}
.get-in-touch-item-title {
		font-size: 50px;
		line-height: 50px;
		color: #fff;
		text-align: left;
	}
	.get-in-touch-item-click-here {
		font-size: 35px;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
	}
.offer-items-subtitle {
    margin-top: 20px;
	font-size: 18px;
	text-align: left !important;
	padding: 0px 25px;
	
}
.offer-item-s-box {
	
	width: 100%; height: 350px; 
	border-radius: 15px; 
	border: 5px solid #85cfea; 
	display: flex; 
	justify-content: center; 
	align-items: center; 
	font-weight: 900; 
	font-size: 30px; 
	line-height: 28px;
/* 	box-shadow: 20px 20px 60px #b0deed, -20px -20px 60px #79c8e1; */
	background: #fff;
	padding: 20px;
	}
.offer-items-subtitle li {text-transform: capitalize;}
.offer-item-s-title {text-transform: uppercase;}

.get-in-touch {text-align: center;}
.get-in-touch-wrapper {
	background-color: #000; 
    padding: 80px 0;
}

.swap-charging-main-title { 
    color: #fff; 
    font-size: 4em; 
    position: absolute; 
    top: 30%; width: 100%; 
    text-align: center; 
    text-transform: uppercase; 
    font-weight: 700; 
	padding: 0 20px;
}
th {
    font-weight: 700; 
    font-size: 16px; 
    line-height: 18px; 
    text-transform: uppercase;
}

tbody, td, tfoot, th, thead, tr {
    padding: 20px;
    font-family: 'Metropolis-Bold', sans-serif !important;
}

.vmoto-offers-main-title
{
    font-size: 3em; 
	color: #000; 
    font-weight: 700; 
    width: 60%; 
    margin: 50px auto; 
    line-height: 45px; 
  
   
}
.vmoto-offers-main-title-wrapper {
    background-color: #b0deed; 
    width: 100%;  
    padding: 1px 0px;
}
.vmoto-offers-title-wrapper
{
	background-color: #fff; 
    padding: 40px 0;
}
.vmoto-section-title {
	font-size: 50px; 
    color: #000; 
    font-weight: 700; 
    width: 100%; 
    margin: 0 auto; 
    line-height: 50px; 
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
}
.vmoto-offers-subtitle-title {
	
	font-size: 35px; 
    color: #000; 
    font-weight: 700; 
    width: 100%; 
    margin: 0 auto; 
    line-height: 45px; 
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
	padding-top: 20px;
}

.business-models-wrapper-title {
    font-size: 50px; 
    color: #000; 
    font-weight: 700; 
    margin: 40px auto 40px auto; 
    line-height: 50px; 
    text-align: center;
}

.business-models-table{
	display: flex; 
	justify-content: center; 
    width: 100%; 
    padding-bottom: 50px;
}

.applicable-vehicle-platforms, .vmoto-offers, .business-models {text-align: center;}
.applicable-vehicle-platforms-title-wrapper {background-color: #e6e6e6; padding: 40px 0;}
.vmoto-offers-contract-wrapper {background-color: #b0deed; padding: 40px 0;}
.business-models-wrapper {background-color: #fff; padding: 0;}
.get-in-touch-wrapper-title {
	font-size: 50px; color: #fff; 
    font-weight: 700; 
    width: 100%; 
    margin: 0 auto; 
    line-height: 50px; 
    margin-bottom: 80px; 
    text-transform: uppercase;
}
.get-in-touch-logo {
	min-height:80px; 
    width: 230px; 
    border-radius: 100px; 
    background-color: #06a5ea; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
}
.get-in-touch-logo-wrapper {
	width: 100%; 
    display: flex; 
    justify-content: center; 
    margin-bottom: 10px;
}

.mobile-table {display: none;}
.hide-on-desktop {display: none;}


table.mobile-table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100% !important;
  table-layout: fixed;
}


table.mobile-table tr {}

table.mobile-table th,
table.mobile-table td {
  padding: .625em;
  text-align: center;
}

table.mobile-table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.table-divider {
	min-height: 10px;
}
.img-fluid {height: auto !important;}
.offer-item-s ul { list-style-type: disc !important;}

.swap-and-charging-station *, .swap-and-charging-station *::before, .swap-and-charging-station *::after {
	list-style-type: unset !important;
	list-style: unset !important;
}

.bg-lightblue {background-color: #69d2f7 !important}
#form_topics {font-size: 1em !important;}
#form_topics option {padding: 20px;}
@media only screen and (max-width:320px)  {}
@media only screen and (max-width:460px)  {
	.swap-charging-main-title {
		font-size: 20px !important;
		line-height: 25px !important;
	}
	.mobile-table {padding: 20px !important;}
	.vmoto-offers-main-title, .vmoto-section-title, .business-models-wrapper-title, .get-in-touch-wrapper-title {font-size: 20px !important;}
	
}

@media only screen and (max-width:767px)  {
	.vmoto-section-title {
		margin-bottom: 35px !important;
		width: 80% !important;
	}
	.business-models-wrapper {padding: 20px 0 0 0; margin-bottom: 35px; }
	.business-models-wrapper-title {font-size: 20px; line-height: 20px; width: 80%;}
	.offer-items-title, .avp-item-title {font-size: 14px; line-height: 14px; margin-top: 10px;}
	
	.mobile-table {display: block; padding: 0px 40px;}
	.desktop-table {display: none;}
	.business-models-table {display: block; padding-bottom: 35px;}
	.col-xs-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.vmoto-offers-main-title, .vmoto-section-title {
		font-size: 25px !important;
		line-height: 25px;
		width: 100%;
	}
	.global-key { margin: 0px !important;}
	.vmoto-offers-subtitle-title {font-size: 18px !important; line-height: 18px; padding:20px 40px;}
	.vmoto-offers-main-title-wrapper {padding: 25px 40px;}
	
	.mobile-table {
    border: 0;
  }
 
  
  table.mobile-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.mobile-table tr {
   
	padding: 0px;
	padding-bottom: 10px; 
	background: #fff;
    display: block;
    margin-bottom: 0;
 
  }
  
  table.mobile-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
	  float: left;
    text-align: right;
	  background-color: #b0dded;
	  width: 100%;
	  padding: 10px;
  }
  
  table.mobile-table td::before {

    content: attr(data-label);
    float: left;
	
	text-align: left;
    font-weight: bold;
    text-transform: uppercase;
	display: flex;
  }
  
  table.mobile-table td:last-child {
    border-bottom: 0;
  }
	
	.get-in-touch-item-title {
		font-size: 20px;
		color: #fff;
		text-align: center;
		padding-top: 25px;
	}
	.get-in-touch-wrapper-title { font-size: 25px; line-height: 25px; margin-bottom: 50px; width: 80%;}
	.get-in-touch-logo { width: 180px !important; min-height: 50px !important;}
	.get-in-touch > .img-fluid { width: 50% !important;}
	.get-in-touch-item-click-here { font-size: 20px !important;}
	.mobile-table {padding: 20px !important;}
	.hide-on-mobile {display: none;}
	.hide-on-desktop {display: block;}
	.offer-items-subtitle li {font-size: 14px;}
	.business-models-wrapper-title { font-size: 25px; line-height: 25px;}
	.business-models-table {padding: 20px !important;}
	.mobile-table {padding: 0 !important;}
	tbody, tfoot, th, thead, tr {border: 1px solid #fff !important; background: #fff !important;}
	td{border: 1px solid #fff !important; }
	table.mobile-table tr td:nth-child(-n+2) { background-color:#69d2f7 !important; }
}
@media (min-width:461px) and (max-width:767px)  {
	.swap-charging-main-title {
		font-size: 30px !important;
		line-height: 30px !important;
	}
	 

}
@media only screen and (max-width:992px) {
		.play-btn {
		top: 60% !important;
	}
	.swap-charging-main-title {
		font-size: 4em;
		top: 20% !important;
	}
 

}

@media only screen and (max-width:1281px) {
	.play-btn {
		top: 65% !important;
	}
	.swap-charging-main-title {
		font-size: 3em;
	}
	.desktop-table > th {
		font-size: 12px;
		line-height: 12px;
	}
	.swap-and-charging-station .container { max-width: 100%;}
	.offer-item-s-title { font-size: 20px; line-height: 20px; }
	.offer-item-s-box {
		height: 235px;
	}
	.desktop-table tbody, .desktop-table td, .desktop-table tfoot, .desktop-table th, .desktop-table thead, .desktop-table tr {
		padding: 5px !important;
	}
	th {font-size: 12px !important;}
	.business-models-table {padding: 0px 25px 80px 25px !important;}
	.business-models-wrapper-title {width: 90%;}
	.desktop-table {width: 100% !important;}
	
}
@media only screen and (max-width:1440px) {
	.play-btn {
		top: 60%;
	}
	.swap-charging-main-title {
		line-height: 55px;
		
	}
}