@charset "UTF-8";
.navbar-collapse
.nav-item
.nav-link:hover{
	color: #105BAA;
}
a,
a:hover,
a:focus {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
}

.hover_img,
.hover_img>div {
    overflow: hidden;
}

.hover_img img {
    -WEBkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.hover_img:hover img {
    transfORM: scale(1.2);
}

.hover_news:hover img {
    opacity: 0.7;
}

.hover_news:hover p ,.hover_news:hover h4{
    color: #105BAA !important;
}

.header_fixed {
    position: fixed;
    width: 100%;
    background: #fff;
    height: 110px;
    top: 0;
    left: 0;
    z-index: 1000;
}

#page_content {
    margin-top: 149px;
    margin-bottom: 50px;
    position: relative;
}

.nav_header {
    background-color: #000;
    color: #fff;
    height: 40px;
    line-height: 40px;
}

.header_menu_01 {
    margin-right: 60px;
}

.header_menu_01>div {
    width: 660px;
}

.header_menu_01 a {
    color: #fff;
}

.header_menu_01 a>i {
    font-size: 20px;
    padding-right: 5px;
}


.header_menu_01 a:hover,
.rwd-breadcrumb a:hover,
.footer_bg a:hover {
	color: #105BAA;
}
.media_box{
    align-items: center;
}
.media_box_show{
    display: none;
    position: absolute;
    width: 288px;
    left: -161px;
    z-index: 99;
    bottom: -186px;
}
.media_box_hover{
    background: rgb(244,244,244);
    justify-content: space-between;
}
.media_pt{
    width: calc(100% - 187px);
    text-align: center;
    overflow: hidden;
}
.media_pt>div{
    height: 37px;
    line-height: 34px;
    position: relative;
}
.media_pt>div:last-child{
    padding-bottom: 0;
}
.media_pt img{
    width: 25px;
}
.media_pt>.active::after{
    background-color: #fff;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: -9px;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -9px;
}
.media_qcode{
    width: 187px;
}
.media_more{
    color: #000!important;
    font-size: 13px;
}
.media_more:hover{
    color: #105BAA!important;
}

.media_box>div {
    cursor: pointer;
    position: relative;
}


.media_box div>img {
    vertical-align: middle;
    /* position: absolute;
    width: auto;
    z-index: 1;
    left: 50%;
    bottom: -192px;
    margin-left: -93.5px;
    display: none; */
}

.media_box div:last-child>img {
    margin-left: 0;
    right: 0;
    left: unset;
}

.media_box i {
    font-size: 20px;
}

.menu_box {
    margin: 0 60px;
    height: 100%;
    padding: 0;
}

.menu_logo {
    position: absolute;
    left: 60px;
    top: auto;
    width: 137px;
}

.menu_bg {
    background-color: #fff;
    border-bottom: 3px solid #DCE3EE;
    height: 70px;
    padding: 0;
    position: relative;
}

#navbarSupportedContent {
    height: inherit;
}

#navbarSupportedContent>ul>li {
    width: auto;
    /* padding: 0 20px; */
}

#navbarSupportedContent>ul>li>a {
    position: relative;
}

#navbarSupportedContent>ul>li>a.active::after {
    position: absolute;
    content: '';
    bottom: -3.5px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: rgb(57, 119, 185);
    z-index: 3;
}

.menu_product_box {
    position: fixed;
    width: 101%;
    left: 0px;
    top: 109px;
    padding-top: 25px;
    background-color: #fff;
    z-index: 2;
    display: none;
    border-top: 1px solid rgb(230, 230, 230);
    transition: top 0.5s;
}

.menu_product_box02 {
    width: 80%;
    margin: 0 auto;
}

.product_lsit_menu>li {
    /* font-weight: bold; */
    margin-bottom: 25px;
    cursor: pointer;
    position: relative;
    text-align: left;
}

.product_lsit_menu .menu-list{
	font-size: 18px;
	font-weight: bold;
}

.product_lsit_hover.active a {
    color: rgb(57, 119, 185);
}

.product_lsit_hover.active a::after {
    content: "\f285";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: auto;
}

.product_lsit_menu>li>a {
    display: block;
    color: #000;
}

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

.menu_product_box_right a {
    display: block;
    color: #000;
    width: 18%;
    margin-bottom: 20px;
    margin-right: 2.5%;
}

.menu_product_box_right a:nth-of-type(5n) {
    margin-right: 0%;
}

.menu_product_box_right a>img {
    max-width: 180px;
}

.new_head_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 131px;
    left: 0;
    display: none;
    z-index: 1;
    transition: all 0.5s;
}

.menu_product_box_right>div {
    display: none;
}

.menu_product_box_right>div.show {
    display: -webkit-flex;
    display: flex;

}

.menu_product_box_right>div>a:hover img {
    opacity: 0.7;
}

.menu_product_box_right>div>a:hover p {
    color: rgb(57, 119, 185);
}

.navbar-toggler:focus:not(:focus-visible) {
    box-shadow: unset;
}

.footer_bg {
    background-color: #000;
    padding-bottom: 3rem;
}

.footer_box {
    color: #fff;
    width: 70%;
    margin: 0 auto;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.footer_bg a {
    color: #fff;
}

.footer_ul li {
    margin-bottom: 20px;
}

.footer_bottom {
    margin: 0 auto;
    margin-bottom: 0.5rem;
}

.footer_bottom div, .footer_box div{
    padding: 0 12px;
}

.dash_set {
    position: relative;
}

.dash_set::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
    height: 17px;
    background-color: #fff;
    margin-top: -8.5px;
}

.dash_set:last-child::after {
    display: none;
}

.footet_text_muted {
    text-align: center;
    color: rgb(143, 143, 143);
    margin: 0 auto;
    margin-bottom: 0.5rem;
    font-size: 13px;
}

.footet_text_muted span {
    /* display: inline-block; */
    font-size: 13px !important;
}

.footet_text_muted a {
    color: rgb(143, 143, 143);
}

.head_scroll {
    top: 0 !important;
    z-index: 3;
}

.menu_product_box_right .marinenews a {
    width: 23.5%;
    margin-right: 2%;
}

.menu_product_box_right .marinenews a:nth-child(4n) {
    margin-right: 0;
}

.marinenews>a>img {
    max-width: 100%;
    margin-bottom: 10px;
}

.marinenews .news_time {
    color: #666666;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
}

.marinenews .news_contents {
    text-align: left;
}

.menu_product_box_right .marinehistory a {
    width: 23.5%;
}

.menu_product_box_right .marinehistory a>img {
    max-width: 100%;
}

.border_top {
    border-top: 1px solid #dadbdd;
}

.rwd-wrap-breadcrumb {
    background-color: #f7f7f7!important;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 110px;
}

.rwd-footer-inner {
    max-width: 1320px !important;
    margin: 0 60px !important;
    display: block;
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.rwd-breadcrumb ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 0 9px;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rwd-breadcrumb li {
    padding: 0 0 0 14px !important;
    font-size: 13px!important;
    position: relative;
}

.rwd-breadcrumb li:first-child {
    padding: 0 !important;
}

.rwd-breadcrumb li:last-child {
    color: #105BAA;
}

.rwd-breadcrumb a {
    color: #000;
    font-size: 100%;
}

.rwd-breadcrumb li::after {
    content: "\3e";
    font-size: 13px !important;
    margin-left: 14px !important;
}

.h1_common_title {
    font-size: 1.8rem;
    font-weight: bold;
}

.h1_common_title span {
    padding-bottom: 10px;
    border-bottom: 4px solid #105BAA;
}

.rumenzn_box {
    padding: 5% 0;
}

.rwd-breadcrumb li:last-child:after {
    display: none;
}

#service {
    width: 50px;
    height: 370px;
    position: fixed;
    top: 180px;
    right: 0;
    overflow: hidden;
    z-index: 98;
}

#service dl {
    width: 210px;
    height: 370px;
    padding-left: 50px;
    overflow: hidden;
}

#service dl dt {
    width: 50px;
    height: 370px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

#service dl dd {
    width: 160px;
    height: 370px;
    background: #fff;
    text-align: center;
    padding: 15px 0;
    box-sizing: border-box;
}

#service dl dd h5 {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}

#service dl dd h3 {
    font-size: 17px;
    margin-top: 5px;
    line-height: normal;
    margin: 0;
}

#service dl dd .address {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
}

#service dl dd .tel {
    font-size: 12px;
    margin-top: 5px;
}

#service dl dd .info {
    font-size: 12px;
    line-height: 16px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #c5c5c5;
    box-sizing: border-box;
}

#service dl dd .infomation {
    font-size: 12px;
    display: block;
    width: 120px;
    height: 29px;
    margin: 6px auto 0 auto;
    line-height: 29px;
    text-align: center;
    background: #535353;
    color: #fff;
}

#service dl dd .infomation img {
    margin-left: 5px;
    margin-bottom: 2px;
    max-width: 7px;
    vertical-align: middle;
}

#service dl dd .service_code {
    margin-top: 14px;
    padding-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #c5c5c5;
    box-sizing: border-box;
}

.service_code img {
    max-width: 100px;
}

#leftsead {
    width: 50px;
    height: 50px !important;
    position: fixed;
    top: 555px;
    right: 0px;
    z-index: 100;
}

#leftsead ul {
    padding: 0;
}

#leftsead li {
    width: 50px;
    height: 50px;
}

.rumenzn_common_set a {
    display: block;
    background-color: #fff;
    position: relative;
}

.rumenzn_common_set a p {
    padding: 0 20px;
    margin-bottom: 10px;
}

.rumenzn_common_title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    color: #000;
}

.rumenzn_common_com {
    margin-bottom: 20px !important;
    color: #666666;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.rumenzn_common_date {
    color: #999999;
    padding-bottom: 20px !important;
    padding-left: 51px !important;
}

.common_wechat {
    position: relative;
}

.common_wechat::before {
    position: absolute;
    left: 20px;
    top: 0;
    font-size: 22px;
}

.news_common_flag {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff !important;
    width: 80px;
    height: 24px;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
}

.news_common_flag_red {
    background-color: #E70200;
}

.news_common_flag_blue {
    background-color: #105BAA;
}
.product_link_a:hover img, .product_link_a:hover span {
    opacity: 0.7;
}
@media (prefers-reduced-motion: no-preference){
    :root {
        scroll-behavior: smooth;
    }
}


.bi-bilibili::before,.bi-xiaohongshu::before,.bi-jingdong::before,
.bi-tianmao::before{
    content: ''!important;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .bi-bilibili::before{
    background-image: url("https://www.yamaha-motor.com.cn/common/img/icon_bilibili.svg");
  }
  .bi-xiaohongshu::before{
    background-image: url("https://www.yamaha-motor.com.cn/common/img/icon_xiaohongshu.svg");
  }

  .bi-jingdong::before {
      background-image: url("https://www.yamaha-motor.com.cn/marine/common/img/icon-jingdong.png");
  }
  
  .bi-tianmao::before {
      background-image: url("https://www.yamaha-motor.com.cn/marine/common/img/icon-tianmao.png");
  }
  
  #rwd-content {
    padding-top: 25px;
}
  #rwd-content .swiper-slide img {
    display: block;
  }
  .overflow-scroll {
      overflow: auto !important;
  }
  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: unset;
  }
  .no_top {
      padding-top: 0 !important;
  }
  #swiper-container3 .swiper-pagination-bullets {
    bottom:-5px !important;
  }
@media print, screen and (min-width: 768px) {
    #rwd-content .rwd-pc-none {
        display: none !important;
    }
}


@media (min-width: 1400px) {
    .menu_product_box_left {
        margin-right: 4%;
    }
}

@media (min-width: 1400px) and (max-width: 1550px) {
    .my_navbar_nav {
        width: 51% !important;
    }

}

@media (min-width: 992px) and (max-width: 1399px) {
    #navbarSupportedContent .navbar-nav {
        margin-left: 26%;
    }

    .menu_product_box_left {
        width: 20%;
        margin-right: 1%;
    }

    .menu_product_box02 {
        width: 90%;
    }

}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        margin: 0 auto;
        text-align: center;
        height: inherit;
        /* margin-left: 29%; */
    }

    .navbar-expand-lg .navbar-nav>li {
        height: inherit;
    }

    .navbar-expand-lg .navbar-nav>li>a {
        height: inherit;
        line-height: 70px;
        padding: 0;
    }

    .mobile_menu,
    .footer_box_mobile {
        display: none;
    }
}

@media (max-width: 991px) {
    .footet_page_box div,header *{
        box-sizing: border-box!important;
    }
    #page_content {
        margin-top: 70px;
    }

    .header_fixed {
        height: 70px;
    }

    .footer_box_mobile {
        display: block;
    }

    .menu_logo {
        position: relative;
        left: 0;
        line-height: 60px;
        width: 113px;
    }
    .menu_logo img{
        display: block;
        width: 100%;
    }

    #navbarSupportedContent {
        height: auto;
        margin-top: 0px;
    }

    .nav_header,
    .my_navbar_nav,
    .footer_box_pc,
    .rwd-sp-none,
    #service,
    #leftsead {
        display: none;
    }

    .mobile_menu {
        display: block;
        background-color: #fff;
        height: calc(100vh - 70px);
        margin: 0;
        padding: 0;
        position: absolute;
        width: 100%;
        left: 0;
        top: 70px;
    }

    .navbar-toggler {
        border: unset;
    }

    .navbar-toggler span {
        transition: all 0.5s;
        box-sizing: border-box;
        background-color: black;
        border-radius: 0px !important;
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        margin-top: 4px;
        transition: all 0.5s;
    }

    .navbar-toggler span:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-toggler.collapsed span:nth-of-type(2) {
        opacity: 1;
    }

    .navbar-toggler span:nth-of-type(1) {
        transform: translateY(4px) rotate(-45deg);
    }

    .navbar-toggler span:nth-of-type(3) {
        transform: translateY(-8px) rotate(45deg);
    }

    .navbar-toggler.collapsed span:nth-of-type(3),
    .navbar-toggler.collapsed span:nth-of-type(1) {
        transform: translateY(0px) rotate(0deg);
    }

    .menu_box {
        margin: 0 15px;
        height: auto;
    
    }

    #navbarSupportedContent>ul>li {
        width: 100%;
        border-bottom: 1px solid #dadbdd;
        text-align: left;
    }

    #navbarSupportedContent>ul>li>a,
    .mobile_menu_03 a {
		display: block;
		color: #000;
		padding: 10px 14px;
		position: relative;
		text-align: left;
		border: none;
    }
    .media_box_mobile_more a{
		padding: 10px 12px!important;
	}
	.media_box_mobile_more .media_box_mobile_more_a{
		font-size: 12px!important;
		padding-top:6px!important;
	}

    .mobile_menu_02.show {
        background-color: #dadbdd;
    }

    .mobile_menu_01::after,
    .mobile_menu_02::after,
    .mobile_menu_05::after {
        content: "\f285";
        display: inline-block;
        font-family: bootstrap-icons !important;
        font-weight: bold;
        position: absolute;
        right: 20px;
        top: auto;
    }

    .mobile_menu .dropdown-toggle::after {
        border: none;
    }

    .mobile_menu_02::after,
    .mobile_menu_05::after {
        content: "\F64D";
    }

    .mobile_menu_02.show::after,
    .mobile_menu_05.show::after {
        content: "\F63B";
    }

    .mobile_menu .dropdown-menu {
        position: unset;
        border: none;
        border-radius: 0;
        margin: 0;
        padding: 0;
        max-height: 300px;
        overflow: hidden;
        overflow-y: auto;
    }
    .mobile_menu .dropdown-menu>li {
        border-top: 1px solid #dadbdd;
    }
    

    .mobile_menu_03,
    .mobile_menu_04 {
        border-top: 1px solid #dadbdd;
        padding: 0;
    }
    .mobile_menu_03>li{
        border-top: 1px solid #dadbdd;
    }
    
    .mobile_menu_03>li:first-child {
        border-top: none;
    }

    .mobile_menu_03 a {
        padding-left: 50px;
        font-size: 1.5rem;
    }

    .mobile_menu_04 .dropdown-menu a {
        padding-left: 60px;
    }
    .mobile_menu_04 .dropdown-menu a:active,.mobile_menu_04 .dropdown-menu a:focus{
        color: #000;
    }

    .mobile_menu_03 {
        display: none;
    }

    .mobile_menu_06 {
        display: -webkit-flex !important;
        display: flex !important;
        align-items: center;
        -webkit-align-items: center;
    }

    .mobile_menu_06 img {
        max-width: 100px;
    }

    .mobile_menu_06 p {
        margin: 0;
        margin-left: 1.5rem;
        text-align: center;
    }

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

    .dash_set {
        width: auto;
    }

    .mobile_footer_box {
        width: 90%;
        margin: 0 auto;
        padding-top: 8%;
    }

    .footer_bottom {
        margin-bottom: 1rem;
        border-bottom: 1px solid rgb(153, 153, 153);
        padding: 1rem 0;
    }

    .footer_bg {
        padding-bottom: 1.5rem;
    }

    .media_box_mobile a {
        color: #171A23;
    }

    .media_box_mobile a img {
        -webkit-filter: invert(1);
        filter: invert(1);
        width: 27px;
    }

    .media_box_mobile {
        border-bottom: none !important;
        margin-top: 10px;
    }

    .media_footer_wechat {
        position: relative;
        color: #fff;
        display: flex;
        white-space:nowrap;
		align-items: center;
    }
    .media_footer_wechat>img{
        max-width: 23px;
        margin-right: 8px;
    }

    /* .media_footer_wechat::before,
    .media_footer_xiaohongshu::before,
    .media_footer_bilibili::before,
    .media_footer_douyin::before {
        content: "";
        position: absolute;
        left: 0;
        top: 1px;
        width: 23px;
        height: 23px;
        background-image: url("/marine/common/img/menu_img/icon-wechat.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    } */

    .modal-dialog-myself {
        width: 64%;
        margin: 0 auto;
    }
	.media_footer_xiaohongshu::before {
		background-image: url("https://www.yamaha-motor.com.cn/terrain_golfcar/common/img/icon_xiaohongshu-s.svg");
	}

	.media_footer_bilibili::before {
		background-image: url("https://www.yamaha-motor.com.cn/terrain_golfcar/common/img/icon_bilibili-s.svg");
	}

	.media_footer_douyin::before {
		background-image: url("https://www.yamaha-motor.com.cn/terrain_golfcar/common/img/icon_douyin-s.svg");
	}

	.media_footer_tianmao::before {
		background-image: url("https://www.yamaha-motor.com.cn/terrain_golfcar/common/img/icon-tianmao.png");
	}

	.media_footer_jingdong::before {
		background-image: url("https://www.yamaha-motor.com.cn/terrain_golfcar/common/img/icon-jingdong.png");
	}
    
    .mobile_media_footer>div>div {
        margin-bottom: 1.2rem;
    }
    #leftsead{
        display: block;
        bottom: 0;
        top: auto;
    }
    
}

#rwd-content {
    margin-top: 110px!important;
}
@media screen  and (max-width: 991px) {
    #rwd-content{
      margin-top: 70px!important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
    #rwd-content .rwd-breadcrumb ul {
        padding: 10px 0 9px !important;
    }
}
