<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	@charset "utf-8";
/* CSS Document */
*{
    padding:0px;
    border:0px;
    margin:0px;
}
ul {
    list-style:none;
}
.slideBox {
   
    width:240px;
    height:170px;
  
    
    position:relative;
    overflow:hidden;
}
.slideBox ul {
    position:relative;
    width:2000px;}
.slideBox ul li {
    float:left;
    width:240px;
    height:170px;
    position:relative;
    
}
.spanBox {
    position:absolute;
    /*width:100px;
    height:20px;*/
    bottom:8px;
    right:10px;
}
.spanBox span {
    width:18px;
    height:18px;
    margin-left:5px;
    background-color:black;
    float:left;
    line-height:16px;
    text-align:center;
    color: white;
    font-family:cabin-sketch;
    font-size:15px;
}
.slideBox .spanBox .active {
    background-color:red;
    border:solid 1px #BEEBEC;
    border-radius:4px;
}
</pre></body></html>