/*直式商品 */
.mySwipertab001a.swiper {
        width: 100%;
        height: 100%;
      }
.swipertab001a .swiper-slide {
        width: 100%;
        height: auto;
      }

      .swipertab001a .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #EDEDED;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
/*直式商品 */


/*商品輪播 mySwiperZ*/
.button0z01{ 
 --swiper-navigation-color: #fff;/* 箭頭颜色 */
 --swiper-navigation-size: 28px;/* 箭頭大小 */
    opacity: 0.8;
	width: 38px;
	top: 45%;
    height: 38px;
	background: #676767;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 5px 6px 0 rgba(0, 0, 0, 0.15);
	border-radius: 50%;	
	margin: 0rem 0rem;
}
.button0z02{  	
 --swiper-theme-color:#0E60D8;/* 選中圓點顏色 */
 --swiper-pagination-bullet-inactive-color: #676767;/* 圓點底色 */
 --swiper-pagination-bullet-inactive-opacity: 0.5;/* 圓點底色大小 */
 --swiper-pagination-bullet-size: 7px;/* 選中圓點大小 */	 
}
/*商品輪播 mySwiperZ*/


/*刊頭輪播 pagein2*/
.pagein2a{ 
 --swiper-navigation-color: #000;/* 箭頭颜色 */
 --swiper-navigation-size: 28px;/* 箭頭大小 */
 opacity: 0.8;	
 padding: 1.3rem 1.3rem;
 margin: 0rem 0.5rem;
 background: rgba(255, 255, 255, 1);
 box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.5), 0 5px 5px 0 rgba(0, 0, 0, 0.9);
 border-bottom: 30px solid #E62424 rgba(0.8);
 border-radius: 25%;	
 top:41.5%;
}
.pagein2b{  	
 --swiper-theme-color:#0E60D8;/* 選中圓點顏色 */
 --swiper-pagination-bullet-inactive-color: #676767;/* 圓點底色 */
 --swiper-pagination-bullet-inactive-opacity: 0.5;/* 圓點底色大小 */
 --swiper-pagination-bullet-size: 7px;/* 選中圓點大小 */
}
/*刊頭輪播 pagein2*/




