<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* é¦–é&nbsp;è¼ªæ’­åœ–å…ƒä»¶CSS */
.topadicon {
    z-index: 10;
    position: relative;
    padding:0px 0px 0px 20px;
}
#cutover {
    /* you can add positioning properties here if needed */
    margin-top:-30px;
    
}

#cutover a {
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    text-indent: -999em;
    background: #fff;
    border-radius: 10px; /* must be the same as width and height */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-right: 12px;
    
}

#cutover a {
    background: #c0c0c0; /* optional: color when hovered */
    
}

#cutover a.activeSlide {
    background: #000000; /* color when active */
   
}


a img {
	vertical-align: middle;
    
}
.aaaa {
    margin:0px auto;
    
}
#pic_set {
    display:none;
}

</pre></body></html>