/**组件样式*/
/**组件样式**/
.xyfc{    
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 42px;
    background: #09a70e;
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;}
