<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*指定显示位置：每个网站位置可能不同*/
.info01 {
    /*position: absolute;
    left: 0rem;
    bottom: 0rem;*/

    height: 0.3rem;
    line-height: 0.3rem;
    width: 100%;
    overflow: hidden;
    
    color: #E6BE35;
    font-size: 0.16rem;

    text-align: center;
}
</pre></body></html>