@charset "utf-8";

/*指定显示位置：每个网站位置可能不同*/
.info01 {
    position: absolute;
    
    left: 0rem;
    bottom: -0.3rem;

    height: 0.2rem;
    width: 9rem;
    
    line-height: 0.2rem;
    color: #E6BE35;
    font-size: 0.16rem;
     
}
