.uFlyer {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: fixed;
    z-index: 9999;
    background-color: #000000;
    border: 1px solid #c7ac56;
}

.addMsgSuccess {
    position: fixed;
    top: 10px;
    right: 40px;
    z-index: 10000;
    width: 1px;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    background: #336600;
    display: none;
}

.addMsgFail {
    position: fixed;
    top: 10px;
    right: 40px;
    z-index: 10000;
    width: 1px;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    background: #da4f49;
    display: none;
}