body{
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    /*background: #f6f6f6;*/
    color: #333;
    /*background-image: url("/static/lc/img/bg.jpeg");*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/

    background-image: url("/static/lc/img/bg_05.jpg");
    background-position: center top;
    background-size: 100% auto;
}
p{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #333;
}
img{
    max-width: 100%;
}

.no-page{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80%;
}

/*分页*/
.lc-pages{
    text-align: center;
    margin-bottom: 10px;
}
.pagination {
    display: inline-block;
    padding-left: 10px;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline-block;
    margin: 5px 3px;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 4px 12px;
    line-height: 1.42857143;
    color: #b11411;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0 2px;
}

.theme-black .pagination > li > a,
.theme-black .pagination > li > span {
    color: #fff;
    padding: 6px 12px;
    background: #3f4649;
    border: none;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #b11411;
    border-color: #b11411;
}

.theme-black .pagination > .active > a,
.theme-black .pagination > .active > span,
.theme-black .pagination > .active > a:hover,
.theme-black .pagination > .active > span:hover,
.theme-black .pagination > .active > a:focus,
.theme-black .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #b11411;
    border-color: #b11411;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pagination-total {
    height: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pagination-total .am-vertical-align-middle {
    font-size: 1.4rem;
}


.lc-content-wrapper{
    min-height:-moz-calc(100vh - 71px);
    min-height:-webkit-calc(100vh - 71px);
    min-height:calc(100vh - 71px);
    max-width: 750px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}
.header{
    background: #161823;
    display: flex;
    color: #fff;
    position: fixed;
    width: 100%;
    max-width: 750px;
}
.header .item{
    flex: 1;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    opacity: .6;
}
.item .on{
    background: #fff;
    border-radius: 50px;
    padding: 3px 10px;
    box-shadow:inset 0px 15px 10px -15px #000;
    color: #333;
}

.global-footer{
    text-align: right;
    background: #161823;
    color: #fff;
    font-size: 12px;
    max-width: 750px;
    margin: 0 auto;
    background-image: url("/static/lc/img/logo.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 70px auto;
    overflow: hidden;
}
.footer-body{
    margin: 10px;
}
.header a,.global-footer a{
    color: #fff;
}



.banner{
    background: url("/static/lc/img/banner3.png") no-repeat center center;
    background-size: cover;
    height: 30vh;
    max-height: 320px;
}


.git-box{
    margin: 10px;
}
.git-box .item{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.git-box .item .title{
    display: flex;
    justify-content: left;
    align-items: center;
}
.git-box .item .title .name{
    margin-left: 5px;
    color: #b11411;
    font-weight: 500;
}
.time{
    color: #999;
}
.git-box .item .total_commits_count{
    background: #ddd;
    border-radius: 3px;
    text-align: center;
    padding: 0 10px;
    font-weight: 300;
}
.git-box .item .message{
    margin-left: 30px;
    background: #eee;
    padding: 10px;
    margin-top: 5px;
}
