* {margin:0px;padding:0px;}
html{
    margin: 0;
    padding:0;
    height: 100%;
}
#app{margin: 0; width: 100%;}
#huoma{width: 100%;padding: 0;}
.tip{top: 0;left: 0;background-color: rgba(0,0,0,.8);width: 100%;height: 40px;line-height: 40px;}
.tip img{position: absolute;top: 10px;width: 20px;height: 20px;}
.check-mark{left: 10px}
.close-mark{right: 10px}
.tip-text{display: inline-block;position: absolute;left: 40px;line-height: 40px;color: #09BB07;font-size: 15px;font-family: PingFangSC-Regular,sans-serif}