/*页面样式*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;font-size:1.1rem;
}
div.nav ul{
    padding:0;
}
.menu-detail li{
    margin-bottom: 15px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.08);
    background: #fff;
}
.menu-detail a{
    line-height: 3rem;
    font-size:16px;
    color:#999;
    text-decoration:none;
}
.tab{
    border-top:1px solid #e5e5e5;
}
.tab-title{
    width:100%;
}
.tab-title li{
    float:left;
    width: 50%;
    font-family: Arial regular;
    font-size: 1.2rem;
    color:#999;
    text-align: center;
}
.tab-title .on{
    color:#ff5d00;
    font-weight: bold;
}

.tab-content input{
    margin-top:10px;
    padding:0px 5px;
    height:35px;
    width:100%;
    border:1px solid #dcdcdc;
    border-radius:4px;
}
.tab-content .sure{
    margin-top:16px;
    color:#ffffff;
    background-color: #ff5d00 ;
    font-weight: bold;
}


.third-login{
    height:30px;
}
.third-login img{
    margin-right:10px;
    height:100%;
}
.bottom{
    position: fixed;
    bottom:0;
    padding:10px 0;
    width:70%;
    line-height: 1.5rem;
    background-color: #f2f2f2;
    text-align: center;
    color:#bbb;
}
.bottom div{
    font-size:0.8rem;
}
.mask {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
}
.nav {
    position: fixed;
    z-index: 999;
    left: -100%;
    top: 0;
    bottom: 0;
    /*height: 100%;*/
    background: #555;
    width: 70%;
    max-width:300px;
    background: white;
    overflow-y: scroll;
}
.nav {
    transition: all linear .1s;
}


