/* swiper */

/* 通用 */

.swiper-button-next, .swiper-button-prev {
    top: 50%;
    width: 35px;
    height: 64px;
    margin: -17px 0 0;
    z-index: 10;
    background: url('../img/icon/slider-left.png') 0 0 no-repeat;
}

.swiper-button-next:after, .swiper-button-prev:after {display: none;}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {background: url('../img/icon/slider-right.png') 0 0 no-repeat;}

.swiper-product .swiper-button-next, .swiper-product .swiper-button-prev {
    width: 24px;
    height: 44px;
    margin: -12px 0 0;
    background-color: rgba(0,0,0,0.4);
    background-size: cover;

}
.swiper-product .swiper-button-next{right:0}
.swiper-product .swiper-button-prev{left:0}


.swiper-container-horizontal>.swiper-pagination-bullets{    bottom: 15px; }
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{  margin: 0 10px;}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.7);
    background-color: transparent; 
    opacity: 1;   
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
}

.swiper-pagination-bullet-active {
    background: rgba(47, 148, 254, 0.9);
    border: 2px solid rgba(47, 148, 254, 0.9);
}



@media screen and (max-width: 860px) {
    .swiper-button-next, .swiper-button-prev {
        width: 20px;
        height: 40px;
        margin: -10px 0 0;
        background-size: cover;
    }
}


/* 首頁 */
.swiper-banner{ width: 100%; }
.swiper-banner img{ width: 100%; }


/* 首頁./ */

/* 產品 */

.swiper-product{ width: 100%;  overflow: hidden; position: relative;}
.swiper-product img{ width: 100%; }

.swiper-product .vedio-box-rwd {position: relative;}
.swiper-product .vedio-box-rwd:after{
    padding-bottom: 100%; /*  75% */
    content: '';
    display: block;}
.swiper-product .vedio-box-rwd iframe{    width: 100%;
    height: 100%;
    position: absolute;}

.product-inner .swiper-product img{ width:100% ; }


.swiper-product {
      height: 80%;
 
}

    .swiper-product2 {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .swiper-product2 .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    .swiper-product2 .swiper-slide-thumb-active {
      opacity: 1;
      cursor: pointer;
      position: relative;
      
    }
    .swiper-product2 .swiper-slide-thumb-active:after{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 2px solid #009e96;
    }

/* 產品./ */