@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;
}
