@charset "UTF-8";

:root {
    --headerBg: rgb(16, 33, 43);
    --headerBgHover: rgb(0, 39, 130);
}

@font-face {
    font-family: "Station-mc";
    src: url("https://www.yamaha-motor.com.cn/mc/products/t700s/css/fonts/Station-mc.ttf") format('truetype');
}

body {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

/* 产品开始加载动画样式*/
#loading {
    display: block;
    background: #FFF url(https://www.yamaha-motor.com.cn/mc/products/t700s/img/loading_pc.jpg) no-repeat center top;
    background-size: cover;
    overflow: hidden;
    height: 100%;
}

.load_main {
    width: auto;
}

.load_main {
    position: relative;
    background-size: cover;
    min-height: calc(100vh);
    min-height: -moz-calc(100vh);
    min-height: -webkit-calc(100vh);
}

.load_text {
    position: absolute;
    left: 0px;
    top: 75%;
    width: 100%;
    font-size: 18px;
    color: #ff0000;
    text-align: center;
}

.load_text #loading_text {
    font-size: 24px;
}

.load_line {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    position: absolute;
    top: 82%;
    height: 6px;
    background: #000;
}

.load_line span {
    display: block;
    text-indent: -9999px;
    width: 0px;
    height: 6px;
    background: #ff0000;
}

#mani-box {
    display: none;
    background-size: cover;
    width: 100%;
    min-height: calc(100vh);
    min-height: -moz-calc(100vh);
    min-height: -webkit-calc(100vh);
}

/* 导航栏样式 */
/* PC端 */
.header_menu {
    background-color: var(--headerBg);
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    min-width: 1280px;
    z-index: 9999999;
}

.nav_box {
    width: 100%;
    max-width: 1280px;
    margin: 0px auto;
}

.logo {
    width: 15%;
}

.logo img{
    width: 100%;
}

.logo a {
    display: block;
    height: 100%;
    text-align: center;
    line-height: 80px;
}

.menu {
    width: 85%;
}

.menu ul {
    list-style: none;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin: 0;
    padding: 0;
    height: 100%;
}

.menu ul li {
    text-align: center;
    line-height: 80px;
}

.menu-active {
    background-color: var(--headerBgHover);
}

.menu ul li a {
    display: block;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.menu ul li.menu-active a {
    color: #fff;
}

.header_menu .parallelogram {
    width: 120px;
    height: 80px;
}

.flex-set {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* 移动端 */
.mobile-header {
    display: none;
}

.baner {
    margin-top: 79px;
}

.baner img {
    width: 100%;
}

.color_show {
    background: url(https://www.yamaha-motor.com.cn/mc/products/t700s/img/color-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.swipercolorbox {
    width: 75%;
    background: url(https://www.yamaha-motor.com.cn/mc/products/t700s/img/color.png) no-repeat left bottom;
    background-size: cover;
    text-align: right;
    max-height: 700px;
    position: relative;
}

.colorswipe {
    max-width: 53%;
    margin-top: 5%;
    margin-left: 30%;
    margin-bottom: 5%;
}

.colorswipe img {
    width: 100%;
}

.details_show {
    position: relative;
    width: 100%;
    /* height: calc(100vh - 80px); */
    /* display: flex; */
}

.details_show_flex {
    display: flex;
    height: calc(100vh - 290px);
    align-items: stretch;
}

.download_box {
    position: relative;
    width: 100%;
    display: flex;
}

.activity {
    background: url(https://www.yamaha-motor.com.cn/mc/products/t700s/img/huodong-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    width: 100%;
    /* 保持图片高宽比 */
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 80px);
}

.activity img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}


.linediv2 {
    height: 1px;
    background-color: #acaeae;
    margin: 10px auto 20px auto;
    max-width: 1200px;
    width: 100%;
}



/*包裹自定义分页器的div的位置等CSS样式*/
.swiper-pagination-custom {
    bottom: -30px;
    left: 0;
    width: 100%;
}



.swiper_pagination_icon2,
.swiper_pagination_icon {
    cursor: pointer;
}


.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 0.5;
    border: 2px solid #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #fff;
}



.activity_font {
    text-align: center;
    width: 100%;
}

.footer {
    text-align: center;
    font-size: 16px;
    color: #333333;
    padding: 10px 0;
    font-weight: bold;
}

.footer a {
    margin-left: 30px;
    font-weight: bold;
}

.jingdong {
    background-color: #11212b;
    text-align: center;
}

.jingdong a {
    padding: 40px 0;
    display: inline-block;
}

.jingdong img {
    width: 100%;
    max-width: 360px;
}

.img_icon {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}



.modal-body {
    padding: 0;
    position: relative;
}

.colsediv {
    position: absolute;
    right: 10px;
    top: 10px;
}

.modal-body img {
    width: 100%;
}

.incon_d {
    position: absolute;
    right: 0;
    bottom: 0;
}

.incon_d img {
    width: 60px;
}

.btn-close {
    font-size: 30px;
}


#back-to-top {
    display: none;
}


.appd{
    background: url(https://www.yamaha-motor.com.cn/mc/products/t700s/img/Y-Connect_bg.jpg) no-repeat center;
}
.appdA{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.appdA img{
    margin: 88px 0;
    width: 35%;

}



.design_show {
    background: url(https://www.yamaha-motor.com.cn/mc/products/t700s/img/canshu-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: calc(100vh - 80px);
    display: flex;
    padding: 80px 0;
    align-items: stretch;
}

.lefttable,
.rightimg {
    width: 50%;
}

.rightimg {
    height: 100%;
    overflow: hidden;
}

.navleftspace {
    margin-left: 25%;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
}

.rightimg img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.designtitle {
    position: relative;
}

.designtitle img {
    width: 100%;

}

.tablebox {
    max-height: calc(100vh - 47vh);
    overflow-y: auto;
}

.tablebox::-webkit-scrollbar {
    width: 5px;
    /* 滚动条宽度 */
    height: 5px;
}

.tablebox::-webkit-scrollbar-track {
    background-color: #111;
}

/* 设置滚动条滑块的颜色 */
.tablebox::-webkit-scrollbar-thumb {
    background-color: rgb(15, 51, 87);
    border-radius: 15px;
    height: 10px;
}

.tablebox table {
    border-collapse: separate;
    border-spacing: 0px 2px;
    width: 100%;
}

.tablebox table td:first-child {
    background-color: rgba(15, 51, 87, 0.8);
    width: 35%;
    color: #ffffff;
    padding: 10px 15px;
    font-size: 16px;
}

.tablebox table td:nth-child(2) {
    background-color: rgba(0, 0, 0, 0.5);
    width: 65%;
    color: #ffffff;
    padding: 10px 15px;
    font-size: 16px;
}

.bannerSwiper img,
.download_box .myswiper_pagination img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.bannerSwiper .myswiper_pagination {
    bottom: 75px;
}

.bannerSwiper .swiper-pagination-bullet {
    border: none;
}

.bannerSwiper .myswiper_pagination span {
    max-width: 256px;
    margin-right: 5px;
    opacity: 0.5;
    width: 100%;
}

.bannerSwiper .myswiper_pagination .swiper-pagination-bullet-active {
    opacity: 1;
    border: none;
}

.bannerSwiper .myswiper_pagination .swiper-pagination-bullet-active img {
    border: 3px solid #ffffff;
}

.detailsswipe {
    height: 100%;
    width: 100%;
}

.detailsswipebox {
    width: 64%;
}

.detailsswipebox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.details_show .swiper-button-left2::before,
.details_show .swiper-button-right2::before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #ffffff;
    padding: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.details_show .swiper-button-left2::after,
.details_show .swiper-button-right2::after {
    color: var(--slider-control-color, #ffffff);
}

.color_show .swiper-button-left::before,
.color_show .swiper-button-right::before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #ffffff;
    padding: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.color_show .swiper-button-left::after,
.color_show .swiper-button-right::after {
    color: var(--slider-control-color, #ffffff);
}

/* 修改箭头位置 */
.color_show .swiper-button-left {
    left: 10%;
    bottom: calc(var(--swiper-navigation-size) + 95px);
    top: auto;
    right: auto;
}

.color_show .swiper-button-right {
    right: auto;
    left: 10%;
    bottom: 60px;
    top: auto;
}

/* 修改箭头位置 */
.details_show .swiper-button-right2 {
    left: 66%;
    bottom: calc(var(--swiper-navigation-size) + 350px);
    top: auto;
    right: auto;
}

.details_show .swiper-button-left2 {
    right: auto;
    left: 66%;
    bottom: 320px;
    top: auto;

}

.bgimgchange {
    background-image: url(https://www.yamaha-motor.com.cn/mc/products/t700s/img/detail/detail-2.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    width: 36%;
    position: relative;
    z-index: 2;
}

.bgimgchange::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0.8;
    background-color: #111111;
}

.details-btn-bg {
    background: url(https://www.yamaha-motor.com.cn/mc/products/t700s/img/detail-bg.jpg) no-repeat center;
    height: 250px;
    background-size: cover;
    display: flex;
    /* align-items: center; */
    align-content: center;
    position: relative;
    flex-wrap: wrap
}

.details-btn-bg p {
    background: url(https://www.yamaha-motor.com.cn/mc/products/t700s/img/line.png);
    background-position: center bottom 25%;
    background-size: 100% 50%;
    background-repeat: no-repeat;
    font-size: 3.5vw;
    color: #ffffff;
    margin: 0 0 0 5%;
    font-family: Station-mc;
    padding: 0 20px 0 10px;
}

.subFonts{
    color: #fff;
    margin: 0 0 0 5%;
    padding: 0 20px 0 10px;
    width: 100%;
}
.subFonts span{
    max-width: 60%;
    width: 100%;
    display: block;
    font-size: 20px;
}

.colorShowTilte {
    position: absolute;
    left: 25%;
    top: 5%;
    transform: translate(-25%, -5%);
    z-index: 1;
}

.wideaa {
    position: relative;
    display: inline-block;
}

.wideaa::after {
    content: '点击图片下载壁纸';
    position: absolute;
    bottom: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    background: url(https://www.yamaha-motor.com.cn/mc/products/t700s/img/icon-d.svg) no-repeat;
    padding-left: 75px;
    font-family: Station-mc;
    font-size: 40px;
}

@media screen and (min-width: 992px) and (max-width: 1366px) {
    .menu ul {
        justify-content: center;
        -webkit-justify-content: center;
    }

    .activity img {
        width: 50%;
    }
}

@media screen and (min-width: 200px) and (max-width: 991px) {

    ol,
    ul {
        margin: 0;
        padding: 0;
    }

    .header_menu {
        display: none;
    }

    .mobile-header {
        display: block;
    }

    #header {
        position: relative;
    }

    .mobile-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 71px;
        z-index: 103;
        background-repeat: repeat-x;
        background-color: var(--headerBg);
    }

    .mobile-header .mobile-header-inner {
        display: table;
        width: 100%;
        /* padding: 0.5em 0; */
    }


    .mobile-header .mobile-menu-toggle {
        display: table-cell;
        vertical-align: middle;
    }

    .mobile-header .logo {
        position: absolute;
        width: 30%;
        z-index: 104;
        left: 18%;
        top: 45%;
        transform: translate(-50%, -50%);
        display: block;
    }

    .mobile-header .logo a {
        display: block;
    }

    .mobile-header .mobile-menu-toggle {
        position: absolute;
        top: 15px;
        right: 8px;
        width: 47px;
        height: 35px;
        display: block;
    }

    #toggle-nav {
        padding: 3px 5px;
        position: absolute;
        z-index: 9999;
        width: 17px;
        height: 17px;
        background: transparent;
        margin: 0;
        border: none;
        outline: none;
        cursor: pointer;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    #toggle-nav>span {
        background: #fff;
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        -webkit-transform-origin: center center 0;
        transform-origin: center center 0;
        -webkit-transition: all 150ms ease;
        transition: all 150ms ease;
    }

    #toggle-nav .top-line {
        top: 0;
    }

    #toggle-nav .middle-line {
        top: 50%;
        margin-top: -1px;
    }

    #toggle-nav .bottom-line {
        bottom: 0;
    }

    #toggle-nav.active .top-line {
        top: 50%;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }

    #toggle-nav.active .middle-line {
        opacity: 0;
    }

    #toggle-nav.active .bottom-line {
        top: 50%;
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
    }



    .mobile-navigation {
        display: none;
        position: fixed;
        z-index: 100;
        left: 0;
        -webkit-overflow-scrolling: touch;
    }

    .mobile-nav-content {
        background-color: rgb(1, 35, 106, 0.8);
    }

    .mobile-navigation ul li {
        position: relative;
        z-index: 10;
    }

    .mobile-navigation ul li span.arrow_carrot-right {
        position: absolute;
        right: 4%;
        top: 50%;
        transform: translateY(-50%);
        font-size: 2em;
        color: #fff;
    }


    .mobile-navigation ul li .sub-menu {
        display: none;
        padding-left: 20px;
    }


    .mobile-navigation ul li .sub-menu li {
        width: 49%;
        float: left;
    }

    .mobile-navigation ul li .sub-menu li a {
        border-bottom: 0px none;
        font-size: 12px;
        color: #616161
    }


    .mobile-navigation ul li.dropdown-open .expander>i {
        -webkit-transform: rotateZ(180deg) translate3d(-2px, 0px, 0);
        transform: rotateZ(180deg) translate3d(-2px, 0px, 0);
    }

    .mobile-navigation .expander {
        font-size: 32px;
        position: absolute;
        top: 0;
        right: 0;
        line-height: 50px;
        height: 50px;
        width: 50px;
        text-align: right;
        color: #000
    }

    .mobile-navigation .expander i {
        display: inline-block;
        -webkit-transition: all 150ms ease;
        transition: all 150ms ease;
    }


    .mobile-navigation a {
        font-size: 16px;
        /*border-bottom: 1px solid #efefef;*/
        color: #fff;
        padding: 10px 20px;
        display: block;
        position: relative;
        line-height: 18px;
        text-decoration: none;
    }

    .mobile-navigation {
        display: none;
        position: fixed;
        top: 71px;
        height: 100%;
        width: 100%;
        background-color: rgb(11, 30, 47, 0.9);
    }

    .mobile-navigation ul li {
        padding: 10px 20px;
        border-bottom: 1px solid rgba(242, 242, 242, 0.15);
    }

    .mobile-navigation ul li a {
        font-weight: normal;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        display: block;
    }

    .footer a {
        display: block;
        font-size: 13px;
        margin: 0;
    }

    .footer span {
        font-size: 13px;
    }

    .jingdong img {
        width: 60%;
    }

    .baner {
        margin-top: 71px;
    }

    #swiper-pagination img {
        width: 60px;
    }

    .swiperbox-m {
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }

    .fontDIV {
        margin-top: -1px;
        height: 200px;
    }

    .titleh {
        padding: 25px 0 0 0;
    }

    .titleh img {
        width: 200px;
    }

    #loading {
        background: #FFF url(https://www.yamaha-motor.com.cn/mc/products/t700s/img/loading_sp.jpg) no-repeat center top;
    }


    #back-to-top {
        display: none;
        position: fixed;
        right: 0px;
        bottom: 7%;
        width: 40px;
        z-index: 999;
    }

    #back-to-top img {
        width: 100%;
    }

    
    .appdA img{
        margin: 60px 0;
        width: 70%;
    
    }
    .design_show {
        display: block;
        height: auto;
        padding: 20px 0 0 0;
    }

    .lefttable {
        width: 100%;
        margin: 0 auto;
    }

    .navleftspace {
        margin: 0;
    }

    .tablebox {
        max-height: none;
        overflow: hidden;
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }

    .tablebox table td:first-child {
        font-size: 13px;
        width: 40%;
    }

    .tablebox table td:nth-child(2) {
        font-size: 13px;
        width: 60%;
    }

    .rightimg {
        width: auto;
    }

    .bannerSwiper .myswiper_pagination span {
        max-width: 100px;
    }

    .bannerSwiper .myswiper_pagination {
        bottom: 30px;
    }

    .wideaa::after {
        font-size: 13px;
        bottom: 40%;
        padding-left: 25px;
    }

    .activity {
        padding-bottom: calc(100% * 680 / 1920);
        height: auto;
    }

    .activity img {
        width: 30%;
    }

    .details_show_flex {
        height: auto;
    }

    .details_show .swiper-button-left2,
    .details_show .swiper-button-right2 {
        left: 88%;
    }

    .details_show .swiper-button-left2 {
        bottom: 160px;
    }

    .details_show .swiper-button-right2 {
        bottom: 200px;
    }

    .detailsswipebox {
        width: 84%;
    }

    .bgimgchange {
        width: 16%;
    }

    .details_show .swiper-button-left2::before,
    .details_show .swiper-button-right2::before {
        padding: 16px;
    }

    .details_show .swiper-button-left2::after,
    .details_show .swiper-button-right2::after {
        font-size: 20px;
    }

    .detailsswipebox img {
        height: auto;
        object-fit: unset;
    }

    .details-btn-bg {
        height: 160px;
        background-position: center right;
        flex-wrap: wrap;

    }

    .color_show {
        display: block;
        height: auto;
        padding: 50px 0;
    }

    .swipercolorbox {
        width: 100%;
        padding-top: 80px;
    }

    .color_show .swiper-button-left::before,
    .color_show .swiper-button-right::before {
        padding: 16px;
    }

    .color_show .swiper-button-left::after,
    .color_show .swiper-button-right::after {
        font-size: 20px;
    }

    .colorswipe {
        max-width: none;
        margin-top: auto;
        margin-left: 10%;
        margin-bottom: auto;
        padding-bottom: 25px
    }

    .color_show .swiper-button-right {
        bottom: 25px;
    }

    .color_show .swiper-button-left {
        bottom: calc(var(--swiper-navigation-size) + 25px);
    }

    .colorShowTilte {
        left: 0;
        transform: none;
    }

    .colorShowTilte img {
        width: 70%;
    }
    .details-btn-bg p{
        font-size: 5vw;
    }
    .footer{
        font-size: 14PX;
    }
    
    .subFonts span{
        max-width: 100%;
        font-size: 13px;
        line-height: 22px;
    }

}

.product_link_a:hover img, .product_link_a:hover span {
    opacity: 0.7;
}