@charset "utf-8";

/********************************************* global *********************************************/

/* *********************************************************************************************************************************** */

.device{position:relative; height:auto; overflow:hidden; z-index:1;}
.device_wrap {position:relative; *zoom:1;}
.device_wrap:after {display:block; clear:both; content:"";}

/*
.device .arr_lr {position:absolute; top:50%; z-index:10; width:12%; height:50%; text-align:center;}
.device .arr_lr span {display:inline-block; width:70%; margin-top:-70%;}
*/
.device .arr_lr {position:absolute; top:50%; margin-top:-15px; z-index:10; width:26px; height:26px; text-align:center;}
.device .arr_lr span {}
.device .arr_lr img {width:100%;}
.device .arrow-left {left:10px;}
.device .arrow-right {right:10px;}

.swiper-container {position:relative; z-index:2; margin:0 auto;}

.swiper-wrapper {position:relative;}

.swiper-slide {float:left; width:100px; height:auto;}
.swiper-wp8-horizontal {-ms-touch-action:pan-y;}
.swiper-wp8-vertical {-ms-touch-action:pan-x;}

.swiper-slide img {width:100%; height:auto;}

.dgc_mobile_image_slide_pagination {
position:absolute; 
left:0;
bottom:6px; 
z-index:2; 
width:100%;
text-align:center;
}

.dgc_mobile_image_slide_pagination .swiper-pagination-switch {
display:inline-block;
width:7px;
height:7px;
margin:0 4px;
cursor:pointer;
border-radius:10px;
}

