@charset "utf-8";
<style>
*{padding: 0;margin: 0;}
.bg {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 998;
    -moz-opacity: 0.3;
    opacity: .3;
    filter: alpha(opacity=70);
}
li{list-style: none;}
a{text-decoration: none;}
.menu-all{position: fixed;bottom: 10px;width:90%;left:5%;display: none;z-index: 99999;max-height:80%;    overflow-y: hidden;}.menuList{background-color: rgba(255,255,255,.9);border-radius:0px;margin-bottom:40px;    max-height: 390px;    overflow: scroll;}.menuList li{height:40px;line-height: 40px;padding: 0 10px;border-bottom:1px solid #d2d2d2;font-size:14px; overflow: hidden;}.menuList li a {display: block;overflow: hidden;}.menuList .menuList-first{font-size:14px;font-weight: bold;color:#313131;}.menuList li .menuname{color:#343434;display: inline-block;float: left; padding-left: 10px;}.menuList li i{display: inline-block;width:20px;height:40px;float: left;}.menuList li i img{vertical-align: middle;}.menu-cancel{margin-top:10px;border-radius:5px;background-color: #f9f9f9;height:40px;line-height: 40px; text-align: center; position: fixed;bottom:10px;width:90%;}.cancel{display: block;}.bg {    display: none;    position: fixed;    top: 0%;    left: 0%;    width: 100%;    height: 100%;    background-color: black;    z-index: 998;    -moz-opacity: 0.3;    opacity: .3;} .mesc{overflow-y: hidden;margin-bottom: 41px;margin-top: 40px;position: relative;}

