/* 透明背景样式 - 容器背景透明度设置为0.5 */
#Butterfly .main,#Butterfly .main>.container,#Butterfly .content,#Butterfly .content-wrap{background:rgba(255,255,255,0.5)!important;background-color:rgba(255,255,255,0.5)!important}
html[data-theme=dark] #Butterfly .main,html[data-theme=dark] #Butterfly .main>.container,html[data-theme=dark] #Butterfly .content,html[data-theme=dark] #Butterfly .content-wrap{background:rgba(0,0,0,0.5)!important;background-color:rgba(0,0,0,0.5)!important}
.categories-list{margin:60px 0 25px}.categories-list-item{margin:6px 0;padding:.12em 1.2em .12em 1.4em}.categories-list-item:before{position:absolute;top:8px;left:0;width:8px;height:8px;border:3px solid var(--theme);border-radius:8px;content:'';-webkit-transition:color .3s ease-out;transition:color .3s ease-out}.categories-list-item a{font-size:1.1em}.categories-chart{height:500px}.categories-chart canvas{width:100%;-webkit-animation:opacity-01 4s;animation:opacity-01 4s}