body{
    box-sizing: content-box;
    font-family: PingFang-SC-Medium;
    background: #F3F3F3;
}
body .layui-m-layer .layui-m-layer-msg{bottom:50%!important;}
.notice-box{
    background:#fff;
}
.panel-list{
    background: #fff;
}
/*遮罩层*/
.bg-box{
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: rgba(0,0,0,0);
    z-index: 2147483647;
    right: 0px;
    top: 0px;
}
/*底部导航*/
.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:18px; 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;}
.layui-layer-molv .layui-layer-title {background-color: #F8F8F8;border-bottom: 1px solid #eee;color: #333;}
.notice{
    color: #666;
}
a {
    color: #333;
}
.text-green{
    color: #00BA86;
}
.panel-list li span.btn{
    float: right;
    width: auto;
    padding: 0 10px;
    border: 1px solid #aaa;
    height: 30px;
    line-height: 28px;
    border-radius: 5px;
    color: #666;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 14px;
}