.m-notice-bg{

  padding: 10px 10px 10px 25px;
  overflow: hidden;
  position: relative;

  .m-notice-title{
    font-size:12px;
    font-weight:400;
    //line-height:17px;
    white-space: nowrap;
    display: inline-block;
    margin-left: 7px;
    width: calc(100% - 10px);
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    top: 1px;
    >div{
      position: relative;
    }
  }

  .icon-tips-horn{
    position: absolute;
    top: 9px;
    left: 10px;
    z-index: 8;
  }


  @keyframes moving{
    from{
      transform: translateX(100vw);
    }
    to{
      transform: translateX(-100vw);
    }
  }

}