body{
    box-sizing: content-box;
    font-family: PingFang-SC-Bold;
    background: #F3F3F3;
}
body .layui-m-layer .layui-m-layer-msg{bottom:50%!important;}
.list-media-x{ margin-top:0rem;}
.container{
    position: fixed;
    width: 100%;
    bottom: 51px;
    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;
}
/*修改地址按钮*/
.edit_addr{
    margin: 0 5px;
}
/*底部导航*/
.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;}
.icon-angle-right{ float:right; font-size:20px;}
.divButtons{ width:50%;display: initial;padding:0px;}
.text-area { width: 100%;border: thin solid #eee;resize: none; margin-top:10px; border-radius:3px;}

.icon-img{
    margin-right: 5px;
    vertical-align: sub;
    width: 15px;
}
.first-line{
    padding-left: 20px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
.second-line{
    padding-top: 10px;
}
.addr-detail .addr{
    padding: 15px 10px 20px;
    color: #666;
}
.name{
    margin-right: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 40%;
    white-space: nowrap;
    display: inline-block;
    vertical-align: text-bottom;
}
.addr-detail .row{
    background: #fff;
    color: #666;
}
.blank-5{
    height: 5px;
    width: 100%;
}
.addrMsg{
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 15px;
}
.setImg{
    margin-right: 10px;
}
#add_addr{
    width: 80%;
    margin: 40px auto 0;
    background: #00BA86;
    color: #fff;
    border-color: #00BA86;
}