*{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}
a,a:link,a:hover,a:active{
    text-decoration: none;
}
img{
    vertical-align: middle;
}
body{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.body-container{
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.body-container::-webkit-scrollbar{
    display: none;
}
.content-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 16vh;
}
.top-bg-container{
    width: 100%;
    height: 25vh;
    overflow: hidden;
    position: relative;
}
.like-container{
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
}

.like-container span{
    padding: 1px 10px;
    border-radius: 50px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}

.top-bg-container .bg-img{
    width: 100%;
}
.person-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}

.person-head-img{
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 50%;
    background: #ffffff;
    border: 3px solid #0a96ff;
    padding: 5px;
}
.person-head-img .head-img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.person-head-img .sex{
    padding: 2px;
    width: 27px;
    height: 27px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    z-index: 99;
    bottom: 2px;
    right: 5px;
}
.person-container .nickname{
    margin: 10px;
    font-size: 18px;
}
.person-container .summary{
    width: 75%;
    text-align: center;
    padding: 0 10px;
}
.nav_container{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #CCCCCC;
}
.nav_item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nav_item .item-icon{
    width: 35px;
    height: 35px;
    background: #eeeeee;
    border-radius: 50%;
    padding: 5px;
}
.nav_item .item-icon img{
    width: 100%;
    height: 100%;
}
.nav_item span{
    margin-top: 5px;
    font-size: 12px;
    color: #333333;
}


.app-container{
    margin: 0 auto;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}
.app-container .app-item-box{
    display: block;
    height: 120px;
    width: 33.3%;
}
.app-item-icon{
    width: 100%;
}
.app-item-icon img{
    width: 82px; /*图标大小*/
    height: 82px;
    margin: 0 auto;
    display: block;
    border-radius: 1rem;
}
.app-item-box .app-item-txt{
    width: 100%;
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
}

.clear-div{
    clear: both;
}


.article-container{
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
}
.article-body{
    max-width: 100%;
    width: 500px;
}
.posts-list{
    background-color: #ffffff;
    clear: both;
    padding: 18px 0 5px;
    border-radius: 2px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 800px;
}
.post-user-info{
    font-size: 14px;
    vertical-align: middle;
    line-height: 100%;
    margin: 0 0 17px 20px;
    float: left;
}
.post-user-info-avatar{
    float: left;
    position: relative;
    margin-right: 10px;
}
.post-user-info-avatar a{
    display: inline-block;
}
.vip-icon{
    width: 26px;
    height: 12px;
    position: absolute;
}
.post-user-info-avatar .avatar{
    height: 52px;
    width: 52px;
    vertical-align: middle;
    border-radius: 100%;
    border: 1px solid #f3f3f3;
}
.verify-a{
    position: absolute;
    bottom: 1px;
    right: -1px;
    width: 16px;
    height: 16px;
    background-image: url(../img/lmlblog-verify-icon.png);
    background-size: 16px;
}
.post-user-info-name{
    margin-left: 50px;
    width: 100%;
}
.post-user-info-name b{
    color: #333333;
}
.blog-mark{
    min-width: 8px;
    border-radius: 9px;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    padding: 0 5px;
    margin-left: 8px;
    color: #ffffff;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
}
.blog-lv{
    background-color: #FFB800;
}
.blog-vip{
    background-color: #FF5722;
}
.post-user-info-time{
    width: 160px;
    margin: 10px 0 0 50px;
    font-size: 13px;
    color: #808080;
    cursor: pointer;
}
.post-content{
    overflow: hidden;
    font-size: 15px;
    word-break: break-all;
    line-height: 160%;
    clear: both;
    padding: 0 20px;
}
.post-list-link{
    width: 100%;
    display: inline-block;
}
.post-content .post-list-link p{
    color: #555555;
    line-height: 20px;
}
.post-image-list{
    overflow: hidden;
    margin: 10px 20px;
}
.clear{
    clear: both;
}
.post-image-list a{
    overflow: hidden;
    position: relative;
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 8px 10px;
}
.post-image-list a img{
    width: 100%;
    float: left;
    height: auto;
    border-radius: 0;
    border: 1px solid #f1f1f1;
}
#menu{
    font: 12px Verdana, Arial, sans-serif;
    margin-bottom: 20px;
}
#menu, #menu li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#menu li{
    float: left;
    width: 32.5%;
    text-align: center;
    border-top: 1px solid rgb(85,85,85);
    padding: 10px 0;
    border-bottom: 0px solid rgb(85,85,85);
}
.post-pl input{
    line-height: 28px;
    overflow: hidden;
    outline: none;
    height: 28px;
    border: 2px solid #607d8b;
    top: 0;
    width: 80%;
}
.post-pl button{
    top: 0;
    padding: 5px 10px;
    background: #607d8b;
    color: #ffffff;
}
.post-pl-2{
    padding: 8px;
    border-top: 1px solid #555555;
    height: 60px;
}
.post-pl-2 a img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.post-pl-2 b{
    position: relative;
    top: -10px;
    color: #FF5722;
}
.post-pl-2 p{
    color: #555555;
    font-size: 14px;
    top: -15px;
    left: 48px;
    position: relative;
}



.footer-container{
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: #ffffff;
    border-top: 1px solid #CCCCCC;
}
.footer-item{
    display: block;
}
.footer-item div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}
.footer-item div img{
    width: 24px;
    height: 24px;
}

.footer-item div span{
    font-size: 12px;
    color: #333333;
}


/*优化修改*/
.nav_container .blue-border{
    border-bottom: 1px solid #0a96ff;
}



