*{
    padding: 0;
    margin: 0;
}
/*html,body{*/
/*overflow:auto;*/
/*-webkit-overflow-scrolling: touch !important;*/
/*}*/
.navUl li{
    list-style: none;
    line-height: 45px;
    border-bottom: 1px solid #999999;
    padding: 5px;
}
.navUl li:last-child{
    border-bottom: none;
}
a{
    text-decoration: none;
}
#dragBox{
    display: block;
    width: 1.2rem;
    text-align: center;
    position: fixed;
    top: 4rem;
    right: 25px;
    /*height: 60px;*/
}
#dragBox img{
    display: block;
    width:1.2rem;
    height: 1.2rem;
    margin: 5px auto 0;
}
#nav{
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    background:#000 ;
    opacity: .5;
    position: absolute;
    display: none;
   /* top: -103px;
    left: -13px;*/
    min-width: 150px;
}
#nav a{
    padding: 5px;
    font-size: .26rem;
}
#nav a,#nav a:hover,#nav a:active{
    color: #ffffff;
    text-decoration: none;
}
@media (device-height:736px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone6 Plus */
    #nav{
        font-size: 40px;
        min-width: 200px;
    }

}