/***视频样式开始***/
.outboards_video{
    /* background: url(/marine/product/outboards/img/200/i4-Hero.jpg) no-repeat center; */
    background-size: cover;
}
.outboards_video,
.hero-box,
.hero-image{
    height: 790px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
@media only screen and (max-width:1400px) {
    .outboards_video,
    .hero-box,
    .hero-image{
        height: 500px;
    }
}

.hero-video{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.outboards_video #play-button{
    font: 0/0 a;
    position: absolute;
    bottom: 50px;
    left: 5%;
    background: #fff;
    color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px auto 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: -webkit-transform .15s ease-out;
    -o-transition: transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out,-webkit-transform .15s ease-out;
}

.outboards_video #play-button:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    content: "";
    width: 0;
    height: 0;
    margin-left: 8px;
    border-color: transparent;
    border-style: solid;
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 11px;
    border-left-color: rgba(0,0,0,.9);
}
.outboards_video #play-button.active:hover:after {
    border-color: #005c97
}
.outboards_video #play-button.active:after {
    width: 8px;
    height: 12px;
    margin-left: 0;
    border-width: 0 3px;
    border-color: rgba(0,0,0,.9)
}
.outboards_video #play-button:hover:after {
    border-left-color: #005c97
}
/***视频样式结束***/

/***IN-LINE FOUR样式开始***/
.overview{
    background: -webkit-gradient(linear,left bottom,left top,color-stop(50%,hsla(208,8%,68%,0)),to(#a8afb5));
    background: -o-linear-gradient(bottom,hsla(208,8%,68%,0) 50%,#a8afb5 100%);
    background: linear-gradient(0deg,hsla(208,8%,68%,0) 50%,#a8afb5);
    padding-top: 50px;
}
.overview-engine {
    padding-top: 60px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.engine-shot{
    text-align: center;
}
.engine-shot img{
    max-width: 70%;
}
.overview-engine .engine-shot:after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    height: 1px;
    width: 90%;
    background: #999;
    margin: 0 auto
}

.outgrid01{
    width: 48%;
    margin-left: 2%;
}
.outgrid01:first-child{
    margin-left: 0;
}
/***IN-LINE FOUR样式结束***/

/***基础样式样式开始***/
.out_block,
.dfflex{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.widt1170{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.jucontent_ce{ justify-content: center;}
.jucontent_start{ justify-content: flex-start;}
.alitems_ce{ align-items: center; }

.pt60{ padding-top: 60px;}
.mb15{ margin-bottom: 15px;}
.mb15{ margin-bottom: 15px;}

.fs65{ font-size: 65px;}
.fs16{ font-size: 16px;}
.fs18{ font-size: 18px;}
.fwbold {font-weight: bold;}
.linehe22{ line-height:2.2em;}
@media only screen and (max-width: 991px) {
    .widt1170{ width: 100%;}
    .outgrid01{ width: 100%; padding: 0 15px;}
    .fs-sp35{ font-size: 35px; }
    .fs-sp20{ font-size: 20px; }
    .linehe-sp20{ line-height: 2em;}
}


/***基础样式样式结束***/

/***MEET THE LINEUP样式样式开始***/
h2.section-head{
    font-size: 40px;
    line-height: 1em;
    font-weight: 800;
    margin: 150px 0 50px;
    text-align: center;
    font-weight: bold;
}
@media only screen and (max-width: 991px) {
    h2.section-head{
        font-size: 26px;
        margin: 60px 0 30px;
    }
}
/***MEET THE LINEUP样式样式结束***/

.lineup-nav{
    margin: 0 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.list-model{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.list-model li{
    display: inline-block;
    margin: 0 15px;
    position: relative;
}
.list-model li a{
    font-size: 18px;
    line-height: 1.9em;
    font-weight: 600;
    color: #333;
    position: relative;
    text-transform: uppercase;
}
ul.list-model li.active a{
    color: #005c97;
    font-size: 18px;
    line-height: 1.9em;
    font-weight: 800;
}
ul.list-model li.active a:after{
    content: "";
    position: absolute;
    bottom: -6px;
    width: 100%;
    height: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #005c97;
}
ul.list-model li a:hover{
    color: #005c97;
}
ul.list-model li:before{
    content: "\00B7";
    padding-right: 5px;
    position: absolute;
    left: -23px;
    top: -20px;
    font-size: 50px;
    color: #999;
}
ul.list-model li:first-of-type:before{
    content: none;
}


.nav-data{
    width: 30%;
}
.features-content{
    width: 66%;
    margin-left: 4%;
}
.feature-content{
    padding: 20px 0 0;
}

@media only screen and (max-width: 991px) {
    .nav-data{
        display: none;
    }
    .features-content{
        width: 100%;
        margin-left: 0;
        padding: 0 15px;
    }
}






.tab_body_img .lifestyle-images {
    display:none;
    grid-gap:15px;
    margin:50px 0 0;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns:repeat(3,1fr);
}
@media only screen and (min-width: 991px) {
    .tab_body_img .lifestyle-images {
        display:-ms-grid;
        display: grid
    }
}


.features-content .feature.selected .feature-nav {
    background-color: #005c97;
    color: #fff;
    border: none;
}
.features-content .feature .feature-nav {
    position: relative;
    padding: 10px 50px 10px 20px;
    background: #f3f3f3;
    color: #333;
    font: 600 15px/1.4em Open Sans,Helvetica,Arial,sans-serif;
    line-height: 20px;
    border: 1px solid #d2d2d2;
    text-transform: uppercase;
}

.features-content .feature .feature-nav:after {
    position: absolute;
    top: 18%;
    right: 20px;
    content: "";
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 15px;
    width: 15px;
    border-style: solid;
    border-color: #333;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-width .15s ease-in-out;
    -o-transition: border-width .15s ease-in-out;
    transition: border-width .15s ease-in-out
}

.features-content .feature.selected .feature-nav:after {
    top: 42%;
    border-color: #fff;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}



.features-content .feature .feature-nav{
    display: none;
}

@media only screen and (max-width: 991px){
    .features-content .feature {
        margin-bottom: 5px;
    }
    .features-content .feature .feature-nav{
        display: block;
    }
    .features-content .feature .features-body {
        position: relative;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .3s ease;
        -o-transition: max-height .3s ease;
        transition: max-height .3s ease;
        background-color: #f3f3f3;
        margin-bottom: 5px;p
    }
    .features-content .feature.selected .features-body{
        max-height: none!important;
        border: 1px solid #d2d2d2;
        padding: 15px;
        display: block;
    }
    
}



nav.product-tab-nav{
    -webkit-box-pack:center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px
}

nav.product-tab-nav::-webkit-scrollbar {
    display: none
}

nav.product-tab-nav ul.slick-dots {
    background-color: #f3f3f3;
    border-radius: 17px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    list-style-type: none;
    padding: 0;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    bottom: auto;
    border: 1px solid #e3e3e3;
    width: auto
}


@media only screen and (max-width: 991px) {
    nav.product-tab-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        margin-bottom: 30px;
    }
}


@media only screen and (max-width: 991px) {
    nav.product-tab-nav {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
}


ol.product-tabs {
    background-color: #f3f3f3;
    border-radius: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    padding: 0 10px;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e3e3e3
}

@media only screen and (min-width: 991px) {
    ol.product-tabs {
        border-radius:22px
    }
}

ol.product-tabs li.product-tab {
    text-align: center;
    padding-top: 25px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    position: relative;
    white-space: nowrap
}

@media only screen and (min-width: 991px) {
    ol.product-tabs li.product-tab {
        padding:0 30px
    }
}

ol.product-tabs li.product-tab a {
    font: 600 14px/1.2em Open Sans,Helvetica,Arial,sans-serif;
    color: #333;
    padding: 10px 0
}

@media only screen and (min-width: 991px) {
    ol.product-tabs li.product-tab a {
        font:600 18px/1.2em Open Sans,Helvetica,Arial,sans-serif
    }
}

ol.product-tabs li.product-tab a:before {
    display: block;
    content: attr(title);
    font: 800 14px/1.2em Open Sans,Helvetica,Arial,sans-serif;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

@media only screen and (min-width: 991px) {
    ol.product-tabs li.product-tab a:before {
        font:800 18px/1.2em Open Sans,Helvetica,Arial,sans-serif
    }
}

ol.product-tabs li.product-tab a:hover {
    color: #005c97;
    font-weight: 600
}

ol.product-tabs li.product-tab a.active {
    color: #005c97;
    font: 800 14px/1.2em Open Sans,Helvetica,Arial,sans-serif;
    position: relative
}

@media only screen and (min-width: 991px) {
    ol.product-tabs li.product-tab a.active {
        font:800 18px/1.2em Open Sans,Helvetica,Arial,sans-serif
    }
}
ol.product-tabs li.product-tab a.active:after {
    content: "";
    height: 2px;
    width: 100%;
    background: #005c97;
    bottom: 0;
    position: absolute;
    display: block
}

ol.product-tabs li:before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    right: 0;
    height: 24px;
    background: #999;
    top: 9px
}

ol.product-tabs li:last-child:before {
    content: none
}



/* 360 css */
/* .cd-product-viewer-wrapper {
    text-align: left;
  }
  
  .cd-product-viewer-wrapper>div {
    display: inline-block;
  }
  
  .cd-product-viewer-wrapper .product-viewer {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
  }
  
  .cd-product-viewer-wrapper img {
    display: block;
    position: relative;
    z-index: 1;
    opacity: 0;
  }
  
  .cd-product-viewer-wrapper .product-sprite {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 405px;
    width: 502%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  
  
  .product-viewer {
    margin: 0;
  }
  
  .cd-product-viewer-wrapper.loaded .product-sprite {
    opacity: 1;
    cursor: ew-resize;
  }
  
  .family-features .list-item {
    text-align: center;
  }
  
  .family-features:before {
    position: absolute;
    bottom: 25px;
    content: "";
    height: 95px;
    width: 100%;
    background-size: 115% 200%;
    background-position: 50% 90%;
    background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, .3) 5%, rgba(0, 0, 0, .65) 80%, transparent 100%);
    display: none;
  }
  
  .cd-product-viewer-wrapper .product-viewer:after {
    content: "";
    height: 22px;
    width: 100%;
    background-image: url(/marine/product/outboards/img/200/RotateArt.svg);
    background-size: contain;
    position: absolute;
    left: 0%;
    top: 40%;
    background-position: top;
    background-repeat: no-repeat;
    z-index: 2;
  } */

  .cd-product-viewer-wrapper {
    text-align: left
}

.cd-product-viewer-wrapper>div {
    display: inline-block
}

.cd-product-viewer-wrapper .product-viewer {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    max-width: 360px
}

.cd-product-viewer-wrapper .product-viewer:after {
    content: "";
    height: 37px;
    width: 310px;
    background-image: url(https://www.yamaha-motor.com.cn/marine/product/outboards/img/200/RotateArt.svg);
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 35%;
    background-position: top;
    background-repeat: no-repeat;
    z-index: 2;
    margin: 0 auto;
    text-align: center;
    left: 5%
}

.cd-product-viewer-wrapper .product-viewer .switch {
    position: absolute;
    bottom: 80px;
    right: 25px;
    z-index: 2
}

.cd-product-viewer-wrapper .product-viewer .preview {
    opacity: 0
}

.cd-product-viewer-wrapper img {
    display: block;
    position: relative;
    z-index: 1
}

.cd-product-viewer-wrapper .product-sprite {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 405px;
    width: 502%;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}
.cd-product-viewer-wrapper[data-frame="8"] .product-sprite {
    width: 802%
}

.cd-product-viewer-wrapper.loaded .product-sprite {
    opacity: 1;
    cursor: ew-resize
}

.cd-product-viewer-handle {
    position: relative;
    z-index: 2;
    width: 60%;
    max-width: 300px;
    border-radius: 50em;
    margin: 1em auto 3em;
    height: 4px;
    background: #4d4d4d
}

.cd-product-viewer-handle .fill {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    background: #b54240;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s
}

.no-csstransitions .cd-product-viewer-handle .fill {
    display: none
}

.loaded .cd-product-viewer-handle .fill {
    opacity: 0;
    -webkit-transition: -webkit-transform .3s,opacity .2s .3s;
    -webkit-transition: opacity .2s .3s,-webkit-transform .3s;
    transition: opacity .2s .3s,-webkit-transform .3s;
    -o-transition: transform .3s,opacity .2s .3s;
    transition: transform .3s,opacity .2s .3s;
    transition: transform .3s,opacity .2s .3s,-webkit-transform .3s
}

.cd-product-viewer-handle .handle {
    position: absolute;
    z-index: 2;
    display: inline-block;
    height: 44px;
    width: 44px;
    left: 0;
    top: -20px;
    background: #b54240 url(https://www.yamaha-motor.com.cn/marine/product/outboards/img/cd-arrows.svg) no-repeat 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 6px rgba(181,66,64,.3),0 0 20px rgba(0,0,0,.2);
    box-shadow: 0 0 0 6px rgba(181,66,64,.3),0 0 20px rgba(0,0,0,.2);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    -webkit-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: box-shadow .2s;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    -o-transition: box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s,-webkit-box-shadow .2s
}

.cd-product-viewer-handle .handle:active {
    -webkit-box-shadow: 0 0 0 0 rgba(181,66,64,0),0 0 20px rgba(0,0,0,.2);
    box-shadow: 0 0 0 0 rgba(181,66,64,0),0 0 20px rgba(0,0,0,.2)
}

.loaded .cd-product-viewer-handle .handle {
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    -webkit-animation: l .3s .3s;
    animation: l .3s .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    cursor: ew-resize
}

@-webkit-keyframes l {
    0% {
        -webkit-transform: translateX(-50%) scale(0)
    }

    60% {
        -webkit-transform: translateX(-50%) scale(1.1)
    }

    to {
        -webkit-transform: translateX(-50%) scale(1)
    }
}

@keyframes l {
    0% {
        -webkit-transform: translateX(-50%) scale(0);
        -ms-transform: translateX(-50%) scale(0);
        transform: translateX(-50%) scale(0)
    }

    60% {
        -webkit-transform: translateX(-50%) scale(1.1);
        -ms-transform: translateX(-50%) scale(1.1);
        transform: translateX(-50%) scale(1.1)
    }

    to {
        -webkit-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1)
    }
}

  /* 360 css end*/


 
.reliable-by-design {
    padding: 200px 30px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    min-height: 680px;  
}

@media only screen and (min-width: 992px) {
    .reliable-by-design {
        min-height:800px
    }
}

.reliable-by-design .design-contents {
    max-width: 945px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.reliable-by-design .design-contents h4 {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    line-height: 1em;
    margin-bottom: 20px
}

@media only screen and (min-width: 992px) {
    .reliable-by-design .design-contents h4 {
        font-size: 60px;
        font-weight: 800;
        line-height: 1.2em;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .reliable-by-design .design-contents h4 {
        font-size: 38px;
        font-weight: 800;
        line-height: 1.4em;
        margin-bottom: 40px;
    }
}
.reliable-by-design .design-contents h5 {
    color: #fff;
    padding: 0;
    margin: 0;
    font: 800 20px/1.2em Open Sans,Helvetica,Arial,sans-serif;
    text-transform: uppercase
}

@media only screen and (min-width: 992px) {
    .reliable-by-design .design-contents h5 {
        font:800 38px/1.2em Open Sans,Helvetica,Arial,sans-serif
    }
}

.reliable-by-design .design-contents p {
    color: #fff;
    font-size: 18px;
    line-height: 1.8em
}

@media only screen and (min-width: 992px) {
    .reliable-by-design .design-contents p {
        font-size:32px;
        line-height: 1.8em
    }
}

.notice {
    font-size: 15px!important;
    line-height: 16px;
    margin-top: 15px
}

.notice strong {
    display: block;
    text-transform: uppercase
}


.features-tabs p.feature-intro {
    font: 700 15px/1.9em Open Sans,Helvetica,Arial,sans-serif;
    padding: 25px 0
}

.features-tabs .left {
    display: none
}

@media only screen and (min-width: 991px) {
    .features-tabs .left {
        display:block;
        padding-right: 0
    }
}

@media only screen and (min-width: 991px) {
    .features-tabs .right {
        padding-left:0
    }
}

@media only screen and (max-width: 991px) {
    .features-tabs .right {
        padding-right:0;
        padding-left: 0
    }
}

.features-tabs .heading {
    margin-bottom: 0
}

@media only screen and (min-width: 991px) {
    .features-tabs .heading {
        margin-bottom:auto
    }
}

.features-tabs .main-img {
    height: auto;
    position: relative;
    display: none
}

@media only screen and (min-width: 991px) {
    .features-tabs .main-img {
        display:block;
        height: 360px;
        background-repeat: no-repeat;
        background-size: cover
    }
}

@media only screen and (min-width: 992px) {
    .features-tabs .main-img {
        height:470px
    }
}

@media only screen and (min-width: 1200px) {
    .features-tabs .main-img {
        height:570px
    }
}

.features-tabs .main-img h3 {
    color: #32ccfe;
    font-size: 35px
}

@media only screen and (min-width: 991px) {
    .features-tabs .main-img h3 {
        position:absolute;
        bottom: 30px;
        left: 35px;
        font-size: 30px
    }
}

@media only screen and (min-width: 992px) {
    .features-tabs .main-img h3 {
        font-size:48px
    }
}

.features-tabs .main-img .related-img {
    display: none
}

@media only screen and (min-width: 991px) {
    .features-tabs .main-img .related-img {
        display:block
    }
}

.features-tabs nav {
    padding-right: 15px
}

.maint-matters-navi .features-navs,.subpage-navi .features-navs {
    display: block
}

.features-navs {
    display: none
}

@media only screen and (min-width: 991px) {
    .features-navs {
        display:block;
        padding: 0;
        overflow: visible;
        vertical-align: top
    }
}

@media only screen and (min-width: 992px) {
    .features-navs {
        padding:0
    }
}

.features-navs .nav-title {
    font: 800 italic 20px/1.9em Open Sans,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 0
}

.features-navs .feature-nav {
    position: relative;
    padding: 11px 15px;
    margin-bottom: 5px;
    font: 700 15px/1.3em Open Sans,Helvetica,Arial,sans-serif;
    display: block;
    background-color: #f3f3f3;
    border: 1px solid #e3e3e3;
    text-transform: uppercase
}

.features-navs .feature-nav:after {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #005c97;
    position: absolute;
    right: 5px;
    top: 22px
}

.features-navs .feature-nav:hover {
    cursor: pointer
}

.features-navs .feature-nav.selected,.features-navs .feature-nav:hover {
    color: #fff;
    background-color: #005c97;
    border: 1px solid #005c97
}

.features-content {
    position: relative
}

.features-content h4 {
    margin: 0;
    line-height: 1.2em
}
.model-features-row,
.features-body{
    display: none;
}
.features-body.active{
    display: block; 
}
.model-features-row.active{
    display: block;
}

.hotspot-content{
    width: 60%;
    position: relative;
}
.hotspot-font{
    width: 36%;
    margin-left: 4%;
}
.hotspot-content .hotspot-container{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.hotspots .hotspot-font h4{
    font-size: 26px;
    line-height: 1.2em;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
    color: #333;
}
.hotspots .hotspot-font p{
    font-size: 18px;
    line-height: 1.8em;
    font-weight: 400;
    color: #333;
}

@media only screen and (max-width: 991px) {
    .hotspot-content{
        width: 100%;
    }
    .hotspot-font{
        width: 100%;
        margin-left: 0;
        padding: 30px 15px;
    }
    .hotspots .hotspot-font h4{
        font-size: 20px;
        line-height: 1.8em;
        font-weight: 600;
        text-align: center;
        margin-bottom: 20px;
    }
    .hotspots .hotspot-font p{
        font-size: 16px;
        line-height: 1.8em;
        font-weight: 400;
    }
}

.hotspots {
    padding-top: 0;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,hsla(208,8%,68%,0)),to(#a8afb5));
    background: -o-linear-gradient(top,hsla(208,8%,68%,0) 50%,#a8afb5);
    background: linear-gradient(180deg,hsla(208,8%,68%,0) 50%,#a8afb5);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(47%,hsla(0,0%,100%,0)),color-stop(60%,#a8afb5),to(#a8afb5));
    background: -o-linear-gradient(top,hsla(0,0%,100%,0) 47%,#a8afb5 60%,#a8afb5 100%);
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 47%,#a8afb5 60%,#a8afb5);
    padding-bottom: 100px
}

@media only screen and (min-width: 991px) {
    .hotspots {
        background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,hsla(208,8%,68%,0)),to(#a8afb5));
        background: -o-linear-gradient(top,hsla(208,8%,68%,0) 50%,#a8afb5);
        background: linear-gradient(180deg,hsla(208,8%,68%,0) 50%,#a8afb5);
        padding-bottom: 0
    }
}

.hotspots h3 {
    display: none
}

@media only screen and (min-width: 991px) {
    .hotspots h3 {
        font-size:32px;
        display: block
    }
}

@media only screen and (min-width: 992px) {
    .hotspots h3 {
        font-size:48px
    }
}

.hotspots .hotspots-title h4 {
    font: 600 20px/1.8em Open Sans,Helvetica,Arial,sans-serif;
    text-align: center;
    margin-bottom: 20px
}

@media only screen and (min-width: 991px) {
    .hotspots .hotspots-title h4 {
        font:600 26px/1.2em Open Sans,Helvetica,Arial,sans-serif;
        text-align: left;
        margin-bottom: 0
    }
}

@media only screen and (max-width: 991px) {
    .hotspots .hotspots-label {
        font:400 16px/1.8em Open Sans,Helvetica,Arial,sans-serif
    }
}

.hotspots .heading h3 {
    display: block
}

@media only screen and (min-width: 991px) {
    .hotspots .heading h3 {
        display:none
    }
}

.hotspots .hotspot-content {
    position: relative
}

@media only screen and (max-width: 991px) {
    .hotspots .hotspot-content:after {
        content:"";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        bottom: 0;
        height: 1px;
        width: 90%;
        background: #999;
        margin: 0 auto
    }
}

.hotspots .hotspot-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.hotspots .hotspots-descriptions {
    padding: 30px 15px
}

@media only screen and (min-width: 991px) {
    .hotspots .hotspots-descriptions {
        padding:0 0 0 30px
    }
}

.hotspots.hmex-hotspots .hotspot-container {
    position: relative
}

.hotspot {
    position: absolute;
    margin: -.666em auto auto -.666em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hotspot,.hotspot span.dot {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hotspot span.dot {
    position: relative;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: opacity .2s ease-in,-webkit-transform .1s ease-out;
    transition: opacity .2s ease-in,-webkit-transform .1s ease-out;
    -o-transition: opacity .2s ease-in,transform .1s ease-out;
    transition: opacity .2s ease-in,transform .1s ease-out;
    transition: opacity .2s ease-in,transform .1s ease-out,-webkit-transform .1s ease-out;
    color: #fff;
    font-size: 1.5em;
    padding: 0;
    text-align: center;
    line-height: 32px;
    overflow: hidden;
    opacity: 1;
    z-index: 13
}

@media only screen and (min-width: 991px) {
    .hotspot span.dot {
        width:52px;
        height: 52px
    }
}

.hotspot span.dot:hover {
    cursor: pointer
}

.hotspot span.dot:hover em:after,.hotspot span.dot:hover em:before {
    background: #005c97
}

.is-active.hotspot span.dot {
    background: #005c97;
    cursor: pointer
}

.is-active.hotspot span.dot em:after,.is-active.hotspot span.dot em:before {
    background: #fff
}

.hotspot span.dot em {
    position: relative;
    display: block;
    width: 24px
}

.hotspot span.dot em:after,.hotspot span.dot em:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 24px;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: grey
}

.hotspot span.dot em:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.hotspot span.dot em:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.hotspot .outer-border {
    width: 65px;
    height: 65px;
    background: hsla(0,0%,98%,.8);
    border-radius: 50%;
    position: absolute;
    z-index: 12
}

@media only screen and (min-width: 991px) {
    .hotspot .outer-border {
        width:70px;
        height: 70px
    }
}

.hotspot:hover .ring {
    -webkit-animation: none;
    animation: none
}

.hotspot:active .ring {
    -webkit-animation: stop-pulsate .3s;
    animation: stop-pulsate .3s
}
/* 360区域 */

.mode-rotator{
    width: 33%;
}
.mode-contents{
    width: 66%;
    margin-left: 1%;
}
.mode-contents .tab-body-grop{
    display: none;
}
.mode-contents .tab-body-grop.selected{
    display: block;
}
.tab-group .active-model{
    display: none;
}
.tab-group .active-model.selected{
    display: block;
}
.product-table {
    margin: 15px 0;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    font-size: 16px;
    width: 100%;
}

.product-table tr th {
    border-right: 2px solid #ccc;
    font-weight: 600;
    width: 50%
}

.product-table tr td,
.product-table tr th {
    border-bottom: 1px solid #ccc
}


.product-table>tbody>tr>th,
.product-table>tbody>tr>td{
    padding:10px 30px;
    line-height: 1.8;
    font-size: 16px
}

.product-table>tbody>tr>th a,
.product-table>tbody>tr>td a {
    font-size: 16px
}

.product-table>tbody>tr:nth-of-type(odd) {
    background-color: transparent
}

.product-table>tbody>tr:nth-of-type(2n) {
    background-color: #f7f7f7
}
.divbtn .btn-primary{
    background-color: #fff;
    color: #005c97;
    border: 1px solid #000;
    display: inline-block;
    border-radius: 25px;
    padding: 8px 30px;
    transform: 0.2s;
    margin-top: 20px;
}

.divbtn .btn-primary:hover{
    background-color: #005c97;
    color: #fff;
    border: 1px solid #005c97;
}
.divbtn{
    width: 33%;
}
.show-small-notice{
    width: 65%;
    margin-left: 2%;
}
.show-small-notice p{
    font-size: 12px !important;
    line-height: 16px;
    margin-top: 15px;
}


.product-table tr.disnone{
    display: none;
}
.product-table .disnone.opend{
    display: table-row;
}


@media only screen and (max-width: 991px) {
    .mode-rotator{
        width: 100%;
        order: 2;
    }
    .mode-contents{
        width: 100%;
        margin-left: 0;
        order: 1;
        margin-bottom: 40px;
    }

    .product-table>tbody>tr>th,
    .product-table>tbody>tr>td {
        padding: 10px 20px;
        line-height: 1.5;
        font-size: 14px;
        vertical-align: top;
    }
    .divbtn .btn-primary{
        padding: 8px 20px;
    }
    .table-btn-data{
        margin-bottom: 30px;
    }
}


/* 轮播图控制样式*/
.sweipeboxbody{
    margin-bottom: 80px;
}
.swiper{
    padding-bottom: 30px;
}
.cute-pagination{
    bottom: 0!important;
}
.cute-button-prev{
    left: 19%;
}
.cute-button-next{
    right: 19%;
}
@media only screen and (max-width: 991px) {
    .swiper-button-next, .swiper-button-prev{
        display: none;
    }
    .sweipeboxbody{
        margin-bottom: 50px;
    }
    .product-rotator .product-viewer{
	    margin: 1em;
    }
}