

.scrollimg{ position:relative; overflow:hidden; margin:0px auto;/* margin-top: 10px;*/ width: 100%; /* 设置焦点图最大宽度 */ }
.scrollimg .hd{ position: absolute;
    bottom:20px;
    left: 50%;
    transform: translate(-50%,0);
    text-align: center;
    width: 100%;
    height: 10px;
    z-index: 9;
    overflow: hidden;}
.scrollimg .hd ul{
    height: 10px;
    line-height: normal !important;
    width: 100%;
    display: flex;
    justify-content: center;
}
.scrollimg .hd li{
    width:10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    background: #FFF;
    filter: alpha(Opacity=60);
    opacity: .6;
    box-shadow: 0 0 1px #ccc; text-indent:-100px; overflow:hidden; }

.scrollimg .hd li:first-of-type{
    margin-left: 0;
}
.scrollimg .hd li:last-of-type{
    margin-right: 0;
}
.scrollimg .hd li.on{ filter: alpha(Opacity=90);
    opacity: .9;
    background: #f8f8f8;
    box-shadow: 0 0 2px #ccc;
}
.scrollimg .bd{ position:relative; z-index:0;  width: 100%; height: 200px;}
.scrollimg .bd ul{
    height: 100%;
    overflow: hidden;
}
.scrollimg .bd li{ position:relative; text-align:center; border-radius: 5px; width: 100%; height: 100%; float: left;}
.scrollimg .bd li img{  height:100%;  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.scrollimg .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
.scrollimg .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; color:#fff;  text-align:left;  }
.tempWrap{
    height: 100%;
    overflow: hidden;
}