#menu-show {
    width: 100%;
    height: 100%;
    padding: 10px !important;
    margin: 0;
    border-radius: 0;
    z-index: 9999;
    background-color: #f2f2f2;
}

.wx-menu {
    margin: 10px 0;
}

#menu {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    background-color: #4cae4c;
}

.menu-list {
    line-height: 34px;
}

.menu-list div {
    padding: 0;
}

.menu-list h4 {
    margin: 5px;
}

.menu-div {
    display: block;
    text-align: center;
    color: #4cae4c;
    border: 1px solid #4cae4c;
    border-radius: 5px;
    margin: 5px;
}

.menu-div span {
    font-size: 2rem;
    top: 10px;
}

.menu-div:hover {
    color: #4cae4c;
    text-decoration: none;
}

.scroll-box {
    height: 30px;
    line-height: 30px;
    margin: 20px 5px 20px 5px;
    overflow: hidden;
    color: #4cae4c;
    background: rgba(0, 0, 0, 0) url("../imgs/bulletin.gif") no-repeat scroll left center;
    border: 1px solid #4CAE4C;
    border-radius: 5px;
}

.scroll-box ul {
    list-style: none;
    width: 100%;
    height: 100%;
}

.scroll-box ul li {
    width: 90%;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    margin-left: 36px;
}

.scroll-box ul li a {
    color: #4cae4c;
}

.tishikuang {
    position: absolute;
    background-color: #EF3A2D;
    left: 94%;
    top: -10px;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}