body{
    background-image: url(https://img.julecn.com/userpicb/20220310/nr6v3bIN.jpg);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: fixed;
}
.split-line{
    background: #0000001a;
    height: 1px;
}
/*首页头部用户信息*/
.logined , .not-login{
    display: none;
}
.top-user-box{
    margin: -10px 0 0 0;
    font-size: 1rem;
    width: 340px;
    border-radius: 10px;
    background-size: cover;
    background-image: url(https://img.julecn.com/userpicb/20220310/up8mayTi.png);
}
.top-user-box .info{
    padding: 10px 0 10px 10px;
}
.top-user-box .info img{
    width: 65px;
    height: 65px;
    border-radius: 50px;
    border: 1px solid #c2c2c2;
}
.top-user-box .info .logout{
    right: 20px;
    position: absolute;
    top: 20px;
}
.top-user-box .count{
    display: flex;
}
.top-user-box .count a{
    width: 25%;
    text-align: center;
    flex-flow: column;
    display: flex;
    text-decoration: none;
}
/*首页头部用户信息结束*/
/*博客网站首页*/
.blog-index{
    display: flex;
    flex-wrap: wrap;
}
.blog-index #carousel{
    
}
.blog-index .choiceness{
    display: flex;
    flex-wrap: wrap;
    z-index: 10;
}
.blog-index #carousel button{
    background: unset;
    border: 0px;
}
.blog-index #carousel .carousel-inner{
    border-radius: 8px;
}
.blog-index .choiceness p{
    margin-bottom: 0;
}
.blog-index .choiceness img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    width: 100%;
    transform: all 0.5s;
}
.blog-index .choiceness .item{
    margin-top: 12px;
}
/*博客网站首页结束*/

/*博客文章编辑*/
.theme .edit form{
    margin: 0 15px;
}
.theme .edit form li{
    list-style: unset;
}
/*博客文章编辑结束*/

/*文章浏览----------------------------------------*/
.theme-show{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5px 15px 5px;
}
.theme-show .header{
    background: #fff;
    box-shadow: 0 0 1px #868686;
    border-radius: 8px;
    margin-top: 15px;
    padding: 10px;
}
.theme-show .header .title{
    font-weight: 700;
}
.theme-show .header .info{
    user-select: none;
    color: #0000008a;
}
.theme-show li{
    list-style: unset;
}
.theme-show .entry-content{
    background-color: #ffffff;
    word-wrap:break-word;
    border-radius: 8px;
    transition: all 0.3s;
    border: 1px solid #c3c3c3;
    margin-top: 20px;
    padding: 10px;
    position: relative;
    overflow: hidden;
}
.theme-show .entry-content.hide {
    max-height: 300px;
}
.theme-show .entry-content:hover{
    margin-top: 15px;
    margin-bottom: 5px;
    box-shadow: 2px 1px 20px 0px #ababab;
}
.theme-show .entry-content img{
    max-width: 100%;
    height: auto;
    border: none;
}

.theme-show .entry-content ol,.theme-show .entry-content ul{
    margin-left: 2rem!important;
}
.theme-show .right-sidebar{
    height: calc(100% - 1vh);
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    flex-wrap: wrap;
    padding-left: 5px;
    padding-right: 5px;
}
.theme-show .right-sidebar item{
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 16px;
    transition: 0.3s all;
}
.theme-show .right-sidebar item:hover{
    margin-top: 10px;
    margin-bottom: 6px;
}
.theme-show .left-sidebar .entry-content.hide .hide-box{
    display: block;
}
.theme-show .left-sidebar .hide-box{
    display: none;
    text-align: center;
    font-size: 16px;
    color: #1fad4e;
    position: absolute;
    bottom: 0;
    user-select: none;
    width: calc(100% - 30px);
    line-height: 36px;
    padding-top: 58px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(70%,#fff));
    background-image: linear-gradient(-180deg,rgba(255, 255, 255, 0) 0,#ffffff 70%);
    cursor: pointer;
}

.theme-show .right-sidebar .card{
    padding-left: 0;
    padding-right: 0;
    transition: 0.2s all;
    border-radius: 8px;
}
.theme-show .right-sidebar .card:hover{
    border: 1px solid rgb(0, 128, 255);
}
.theme-show .right-sidebar .card-header{
    padding: 0.45rem 0.65rem;
}
.theme-show .right-sidebar .card-body{
    padding: 0.45rem;
    min-height: 200px;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}
.theme-show .right-sidebar .sight{
    /*text-align: center;*/
}
.theme-show .right-sidebar .sight a{
    user-select: none;
    text-decoration: none;
}
.theme-show .right-sidebar .sight img{
    height: 50px;
    width: 50px;
    border-radius: 30px;
    border: 1px solid #0000006e;
    margin: 5px;
}
.theme-show .right-sidebar .author .avatar{
    margin-right: 10px;
}
.theme-show .right-sidebar .author .profile{
    display: flex;
    margin-bottom: 10px;
}
.theme-show .right-sidebar .author .avatar img{
    height: 60px;
    width: 60px;
    border: 1px solid #00000069;
    border-radius: 30px;
    margin: 5px;
}

.theme-show .right-sidebar .author .stats{
    display: flex;
    margin-top: 10px;
}
.theme-show .right-sidebar .author .stats a{
    width: 25%;
    color: #000;
    text-align: center;
    flex-flow: column;
    display: flex;
    transition: 0.3s;
    text-decoration: none;
}
.theme-show .right-sidebar .introduction{
    overflow: hidden;
}
.theme-show .right-sidebar .introduction h4{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.theme-show .left-sidebar{
    padding-left: 5px;
    padding-right: 5px;
}
.theme-show .left-sidebar .operation{
    padding-top: 5px;
}
.theme-show .left-sidebar .operation .op-body{
    margin-top: 10px;
    padding: 20px 10px;
    display: block;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    user-select: none;
}
.theme-show .left-sidebar .operation .op-body>span{
    display: inline-grid;
}
.theme-show .left-sidebar .operation i{
    margin: 5px 3px;
    font-size: 1.8rem;
    cursor: pointer;
    padding: 10px 10px;
    display: inline-table;
    height: 50px;
    width: 50px;
    border-radius: 30px;
    color: #5d5d5d;
    box-shadow: 0 0 1px #424242;
    transition: 0.2s all;
}
.theme-show .left-sidebar .operation i:hover{
    background: #ff9447;
    box-shadow: 0 0 1px #ff9447;
    color: #fff;
}


.prettyprint{
    background: #dee2e6;
    padding: 5px;
    word-break: break-all;
    white-space: pre;
}
.theme-show-imgMenu{
    width: 220px;
    background: #fff;
    position: absolute;
    display: none;
    user-select: none;
    box-shadow: 0 0 20px 3px rgb(171, 171, 171);
    border-radius: 8px;
    overflow: hidden;
    z-index: 100;
}
.theme-show-imgMenu ul{
    margin: 0;
}
.theme-show-imgMenu li{
    padding: 5px 0;
    padding-left: 70px;
    font-size: 1.2rem;
    align-items: center;
    display: flex;
}
.theme-show-imgMenu li:hover{
    cursor: pointer;
    background: #d4d4d4;
}
.theme-show-imgMenu li i{
    position: absolute;
    left: 20px;
    font-size: 120%;
}
/*博客文章展示结束--------------------------------------------------*/

.www-blog{
    
}
.www-blog .content{
    display: flex;
    flex-wrap: wrap;
}
.www-blog .content .item{
    padding: 20px 10px 0 10px;
    transition: all 0.2s;
}
.www-blog .content .item:hover{
    padding-top: 10px;
    padding-bottom: 10px;
}
.www-blog .content article{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0.55px 4px 0 #969696;
}
.www-blog .content .item article:hover{
    box-shadow: 0 5px 20px 0px #999;
}
.www-blog .content .item .media{
    /*padding-bottom: 66.66%;*/
    /*height: 0;*/
    overflow: hidden;
}
.www-blog .content .item .wrapper{
    padding: 5px;
}
.www-blog .content .item .wrapper .title{
    font-weight: 700;
    display: flex;
    height: 45px;
    overflow: hidden;
}
.www-blog .content .item .wrapper .description{
    font-size: 0.9rem;
    display: flex;
    overflow: hidden;
    height: 40px;
}
.www-blog .content .media a{
    width: 100%;
}
.www-blog .content .media img{
    max-width: 100%;
    height: 125px;
    width: 100%;
    object-fit: cover;
}
.www-blog .theme-info{
    display: flex;
    align-items: center;
    color: #808080;
    user-select: none;
}
.www-blog .theme-info img{
    height: 35px;
    width: 35px;
    border-radius: 50px;
    border: 1px solid #d2d2d2;
}
.www-blog .item-show-more{
    margin: 10px auto;
    text-align: center;
    display: block;
}