body{
    box-sizing: content-box;
}
/*底部导航*/
.border_top {
    background-image: -webkit-linear-gradient(top,#d3d3d3 33.3%,transparent 66.7%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    top: 0;
}
.nav_box{ width:100%; height:51px; position:fixed; left:0; bottom:0; background-color:#fff;}
.nav_index,.nav_order,.nav_my{ width:33.3%; float:left;}
.nav_box img{ width:64px;
    /*height:auto; position:relative; left:50%; margin-left:-9px; margin-top:8px;*/
}
.nav_box h1{ font-size:12px; text-align:center; color:#65646b; line-height:25px;}
.nav_box .current_nav{ color:#01aff0;}
.icon-sign-out, .top-fixed .top-back i { font-size: 18px;}
.top-fixed {border-bottom: none;}
.top-fixed .top-search input {border-radius:2px;}
.top-fixed .top-share, .top-fixed .top-back {-right: 0px;}
.top-fixed .top-title {font-size: 14px;}
.top-fixed .top-share a {width: 50px !important;}
p, .p {margin-bottom: 0px;}
.member-top { margin-top: 0px;;animation: none;background-color: #fff;background-image: none;}
.member-info { height: 4rem;left: 0;width: 100%;}
.member-info .user-avatar{margin-left: 1rem;display: inline-block;float: left;}
.phone{  margin-left: 15px;  margin-top: 10px;}
.phone img{height: 20px;  width: 20px;  margin-bottom: 1px;}
.info{
    line-height: 30px;
    position: absolute;
    right: 15px;
    top: 40px;
    padding-right: 10px;
}
.panel-list>ul>li{
    position: relative;
}
.panel-list li a {
    padding: 0 1rem;
}
.icon{
    width: 0.9rem;
    vertical-align: middle;
    margin-right: 4px;
}
.point{
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #F35151;
    position: absolute;
    top: 11px;
    margin-left: 5px;
}
.num{
    height: 17px;
    width: 17px;
    background: #F35151;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    line-height: 17px;
    text-align: center;
    margin-left: 2px;
    color: #fff;
    font-size: 12px;
}
.footer{
    padding: 0 10px;
    margin-bottom: 10px;
}
.footer ul li{
    width: 23%;
    display: inline-block;
}
.footer ul li img{
    height: 2.5rem;
    margin-bottom: 5px;
    margin-top: 20px;
}
.footer>ul>li>p{
    color: #333;
}
.footer>P{
    font-size: 16px;
}
.user-name{
    margin-left: 1rem;
    float: left;
    display: inline-block;
    height: 4rem;
    line-height: 4rem;
    font-weight: lighter;
    font-size: 14px;
    position: relative;
    z-index: 1;
}
.member-info .user-name{
    color:#333;
}
.hide{
    display: none;
}