@charset "UTF-8";

._fnctWrap {line-height:1.5;}

.wrap-popup {position:relative;  z-index:90;}
.wrap-popup .slider {box-shadow: 10px 15px 22px 0px rgba(0,0,0,0.21);}
.wrap-popup .slider li img {width:100%;}
.wrap-popup .title{background: #666;color:#fff;padding: 12px 20px;font-size: 20px;position: relative; display: none;}
.wrap-popup .control {text-align:center;         z-index: 100;position: absolute;right: 62px;top: 50%;margin-top: -15px;}
.wrap-popup .control .paging {display:inline-block;}
.wrap-popup .control .paging ul {display:inline-block;}
.wrap-popup .control .paging li {float:left; margin:0 2px;}
.wrap-popup .control .paging li.slick-active button {width:22px; background:url('../images/pop-dot-on.png') no-repeat center center; position:relative;}
.wrap-popup .control .paging li button {width:12px; height:22px; background:url('../images/pop-dot-off.png') no-repeat center center; text-indent:-9999px;}
.wrap-popup .control .playstop {display:inline-block;  }
.wrap-popup .control .playstop button {display:none; text-indent:-9999px;}
.wrap-popup .control .playstop button.on {display:inline-block;}
.wrap-popup .control .play {width:12px; height:16px; background:url('../images/play-b.png') no-repeat center center;}
.wrap-popup .control .stop {width:10px; height:16px; background: url('../images/puase-b.png') no-repeat center center;}
.wrap-popup .prevnext {   width: 100%; z-index: 100;}
.wrap-popup .prevnext .container {}
.wrap-popup .prevnext button {position: absolute; width:10px; height:15px; text-indent: -9999px;top: 50%;margin-top: -6px;}
.wrap-popup .prevnext .prev {right: 100px; background-position: left center;background: url('../images/arrow-left-b.png') no-repeat center;}
.wrap-popup .prevnext .next {right: 30px; background-position: right center;background: url('../images/arrow-right-b.png') no-repeat center;}

@media all and (max-width:1023px) {
    .wrap-popup {margin: 0 0 0 8.5%;}
}

@media all and (max-width:767px) {
    .wrap-popup {padding:0px; margin:0 0 40px 0;}
    .wrap-popup .control {left:50%;}
}
