/* 放大镜 */
.tem03-pro-showPic{width:100%;padding-top:30px;}
.tem03-pro-showPic .wrap{width:100%;position:relative;}
.tem03-pro-showPic .bigpic_wrap{width:calc(100% - 75px);position:relative;box-shadow:0 0 3px rgba(0,0,0,0.2);background-color:#fafafa;float:left;}
.tem03-pro-showPic .bigpic_wrap .big_pic{width:100%;height:100%;overflow:hidden;}
.tem03-pro-showPic .bigpic_wrap .big_pic img{width:100%;}
.tem03-pro-showPic .bigpic_wrap .zoom_pic{position:absolute;left:102%;top:0;width:100%;height:100%;overflow:hidden;box-shadow:0 0 3px rgba(0,0,0,0.2);display:none;background-color:#fafafa;z-index:10;}
.tem03-pro-showPic .bigpic_wrap .zoom_pic img{width:200%;position:absolute;top:0;left:0;max-width:none;}
.tem03-pro-showPic .mark{width:200px;height:200px;background-color:rgba(0,0,0,0.5);position:absolute;top:0;left:0;display:none;padding:0;}
/* 切换图片 */
.tem03-pro-showPic .scrolllist{height:100%;width:70px;padding:30px 10px;text-align:center;position:absolute;background-color:rgba(0,0,0,0.06);margin-left:5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;right:0;top:0;}
.tem03-pro-showPic .scrolllist.noh{padding:10px;}
.tem03-pro-showPic .scrolllist.noh .abtn{display:none;}
.tem03-pro-showPic .scrolllist .abtn{font-size:20px;position:absolute;left:0;width:100%;cursor:pointer;}
.tem03-pro-showPic .scrolllist .abtn .span2{display:none;}
.tem03-pro-showPic .scrolllist .abtn.top{top:0;}
.tem03-pro-showPic .scrolllist .abtn.bottom{bottom:0;}
.tem03-pro-showPic .scrolllist .imglist_w{width:100%;height:100%;overflow:hidden;position:relative;background-color:#f9f9f9;}
.tem03-pro-showPic .scrolllist .imglist_w .imglist{width:100%;height:9999999px;position:absolute;top:0;left:0;transition:0.3s;}
.tem03-pro-showPic .scrolllist .imglist_w .imglist li{width:50px;height:50px;overflow:hidden;cursor:pointer;border:3px solid rgba(0,0,0,0);}
.tem03-pro-showPic .scrolllist .imglist_w .imglist li.active{border-color:#E63D3D;}
.tem03-pro-showPic .scrolllist .imglist_w img{width:100%;height:100%;}
@media(max-width:990px){
    .tem03-pro-showPic .bigpic_wrap{float:none;width:100%}
    .tem03-pro-showPic .scrolllist{padding:5px 30px;height:60px;margin:0;width:100%;position:relative}
    .tem03-pro-showPic .scrolllist.noh{padding:5px;}
    .tem03-pro-showPic .scrolllist .abtn{width:28px;height:100%;line-height:60px;}
    .tem03-pro-showPic .scrolllist .abtn.bottom{left:auto;right:0;top:0;}
    .tem03-pro-showPic .scrolllist .imglist_w{width:100%;}
    .tem03-pro-showPic .scrolllist .imglist_w .imglist{height:100%;width:999999px;}
    .tem03-pro-showPic .scrolllist .imglist_w .imglist li{float:left;}
    .tem03-pro-showPic .scrolllist .abtn .span2{display:inline-block;}
    .tem03-pro-showPic .scrolllist .abtn .span1{display:none;}
    .tem03-pro-showPic .product_video_show{display:none!important;}
}
.tem03-pro-showPic .product_video_show{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;}
.tem03-pro-showPic .product_video_show .video_icon{position:absolute;top:50%;left:50%;margin-left:-40px;margin-top:-40px;width:80px;height:80px;border-radius:50%;line-height:80px;text-align:center;border:2px solid rgba(222,222,222,0.8);background-color:rgba(0,0,0,.2);font-size:44px;cursor:pointer;color:#fff;transition:.3s;}
.tem03-pro-showPic .product_video_show .video_icon:hover{opacity:.8;}
.tem03-pro-showPic .product_video_show.kai .video_icon{display:none;}
.tem03-pro-showPic .product_video_show.z_index{z-index:9;}
.tem03-pro-showPic .product_video_show video{width:100%;height:100%;display:block;background-color:#000;opacity:0;}
.tem03-pro-showPic .product_video_show.kai video{opacity:1;}