body,html{
    font-size:0.24rem;
}
#index-box{
    -webkit-overflow-scrolling : touch;
    /*overflow:hidden;*/
}
#nav-touch {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 100;
    border-radius:50%;
    text-align:center;
    line-height:60px;
    box-shadow:0 0 10px #0FC7D3;
}
#nav {
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    top: 100%;
    transition: 0.5s;
    z-index: 999;
}
#nav ul {
    width: 100%;
    height: auto;
    background: #fff;
    max-height:4.06rem;
    box-sizing:border-box;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: solid 1px #DFE2E3;
}
#nav ul li {
    width: 100%;
    height: 0.81rem;
    text-align: center;
    box-sizing: border-box;
    border-bottom: solid 1px #DFE2E3;
    line-height: 0.8rem;
}
#nav p {
    background: #fff;
    margin-top: 0.2rem;
    margin-bottom: 0;
    width: 100%;
    height: 0.81rem;
    box-sizing: border-box;
    border-top: solid 1px #DFE2E3;
    line-height: 0.8rem;
    text-align: center;
}
#loading{
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:1000;
    background:#fafafa;
    display:none;
    height:100%;
    text-align:center;
}
#loading img{
    width:0.6rem;
    height:0.6rem;
    display:inline-block;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
}

#top-propmt {
    width: 100%;
    position: fixed;
    line-height:0.4rem;
    padding:0.2rem 0.3rem;
    text-align: center;
    color:#fff;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    top:0;
    left: 0;
    z-index: 1000;
    transition: 0.5s;
}
