*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #fff;
}
.con{
    position: absolute;
    z-index: 0;
    top: 50%;
    margin-top: -51px;
    left: 50%;
    margin-left: -202px;
}
button{
    width:100px;
    height: 100px;
    background-color: #fff;
    border: 1px solid #ccc;
    float: left;
}
button:hover{
    background-color: #f5f5f5;
}



.bgDiv{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    position:fixed;
    display: none;
    z-index: 99;
    bottom: 0;
}
.leftNav{
    width: 50%;
    max-width: 400px;
    height: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -50%;
}
.rightNav{
    width: 80%;
    max-width: 400px;
    height: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -80%;
    padding: 10px;
overflow-Y:scroll;
-webkit-overflow-scrolling:touch;
}
.cannelxz{
    position: absolute;
    width: 100%;
    max-width: 400px;
    height: 30px;
    line-height: 30px;
    bottom: 0px;
    z-index: 2000;
    background: #F5F5F5;
    text-align: center;
    margin-left: -10px;
}

div.rightNav .title{
    margin-bottom: 15px;
    font-weight: bold;
}
.upNav{
    width: 100%;
    height: 40%;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    top: -40%;
}
.downNav{
    width: 100%;
    height: 40%;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    bottom: -40%;
}

ul.navs{
   padding-bottom: 10px;
   padding-left: 5px;
   height: auto;
    overflow-y: scroll;
}
ul.navs li {
    width: auto;
    margin-right: 5px;
    font-size: 14px;
    height: auto;
    line-height: 12px;
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
    padding: 4px;
}
ul.navs li img{
    width:100%;
}
.p_title{
    margin-bottom: 8px;
    color: #e10601;
}
.henx {
    height: 1px;
    width: 100%;
    background: #F4F4F4;
    margin: 0.18rem 0;
}
