/**==================== 页面公共模块样式开始 ====================*/
.page{
    position: relative;
}
/** 侧栏菜单 */
.page .page-sidebar{
    cursor: default;
    z-index: 999999999;
    position: fixed;
    top: 110px;
    width: 180px;
}
.page .page-sidebar .menus-wrapper{
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 20px;
    background: #fff;
}
.page .page-sidebar .menus{
    margin: 0;
}
.page .page-sidebar .menus li{
    list-style-type: none;
    width: auto;
    height: 2.5rem;
    line-height: 2.5rem;
    margin: 0 -20px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}
.page .page-sidebar .menus li a{
    text-decoration: none;
    display: block;
    height: 100%;
    padding: 0 20px;
    font-size: 1rem;
    color: inherit;
}
.page .page-sidebar .menus li.current_page_item > a{
    color: #24a0f0;
    background: #f5f5f5;
}
/** 页面内容 */
.page .content{
    position: relative;
    margin-right: 0;
    margin-left: 200px;
    padding: 1rem 1.5rem;
    background-color: #fff;
    overflow: hidden;
}
.page .page-header{
    margin: 0 auto;
    padding: 0;
    border-bottom: 1px solid #eee;
}
.page .page-header a{
    text-decoration: none;
    color: inherit;
}
.page .page-header .title{
    line-height: 2.5rem;
    margin: 0 auto;
    padding-bottom: 0.8rem;
    font-size: 1.5rem;
    text-align: center;
}
@media (max-width: 768px){
    /** 侧栏菜单 */
    .page .page-sidebar{
        position: relative;
        top: auto;
        width: 100%;
    }
    .page .page-sidebar .menus-wrapper{
        padding: 0;
    }
    .page .page-sidebar .menus{
        width: 100%;
        overflow: hidden;
    }
    .page .page-sidebar .menus li{
        float: left;
        width: 25%;
        height: 30px;
        line-height: 30px;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .page .page-sidebar .menus li a{
        padding: 0;
    }
    .page .content{
        position: relative;
        margin-left: 0;
    }
}

/**==================== 友情链接 ====================**/
.page .page-friendly-links{
    cursor: default;
}
.page .page-friendly-links li{
    list-style-type: none;
    margin: 0;
    border: 0;
    padding: 0;
}
.page .page-friendly-links li h2{
    display: block;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    margin: 0 auto;
    padding: 0 0.8rem;
    border-left: 3px solid #24a0f0;
    font-size: 1.05rem;
    font-weight: bold;
    color: #555;
    background: #f9f9f9;
}
.page .page-friendly-links li ul{
    margin: 0.8rem auto;
    overflow: hidden;
}
.page .page-friendly-links li ul li{
    float: left;
    display: block;
    width: 18%;
    margin: 5px 1%;
}
.page .page-friendly-links li ul li a{
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 32px;
    line-height: 24px;
    padding: 3px 7px;
    border: 1px solid #eee;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap;
    word-break: break-all;
}
.page .page-friendly-links li ul li a:hover{
    border-color: #24a0f0;
    color: #fff;
    background: #24a0f0;
}
.page .page-friendly-links img{
    float: left;
    width: 24px;
    height: 24px;
    margin: 0 7px 0 0;
    padding: 0;
    border: 1px solid #eee;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 768px){
    .page .page-friendly-links li ul li{
        width: 31.33%;
    }
}
@media (max-width: 480px){
    .page .page-friendly-links li ul li{
        width: 48%;
    }
}


/**==================== 文章归档 ====================**/
.page .archives{
    cursor: default;
}
.page .archives a{
    color: #777;
}
.page .archives a:hover{
    color: #24a0f0;
}
.page .archives .item{
    margin: 1rem 0;
    padding: 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.page .archives .item h3{
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0 10px;
    padding: 0;
    border: 0;
    font-size: 1.2rem;
    font-weight: normal;
    color: #F15A23;
}
.page .archives .item .archives-list{
    margin: 0 0 15px 80px;
    padding: 0 0 0 10px;
}
.page .archives .item .archives-list li{
    list-style-type: none;
    height: 20px;
    line-height: 20px;
    margin-left: 0.8rem;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.page .archives .item .archives-list li time{
    margin-right: 5px;
}
.page .archives .item .archives-list li span{
    font-size: 0.8rem;
    font-style: italic;
    color: #3cc83c;
}
@media (max-width: 480px){
    .page .archives .item h3{
        float: none;
        margin-bottom: 5px;
    }
    .page .archives .item .archives-list{
        margin-left: 0;
        padding: 0;
    }
}

/**==================== 读者墙 ====================**/
.page .readers-wall{
    cursor: default;
    position: relative;
}
.page .readers-wall .item{
    float: left;
    text-decoration: none;
    display: block;
    width: 72px;
    height: 60px;
    margin: 0 5px 15px 5px;
    text-align: center;
    color: #999;
    font-size: 0.8rem;
    overflow: hidden;
}
.page .readers-wall .item:hover{
    color: #f44336;
}
.page .readers-wall .avatar{
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto 5px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.page .readers-wall .item-top{
    width: 31.33%;
    height: auto;
    margin: 0 1% 1.5rem;
    padding: 0.8rem 1%;
    border-radius: 5px;
    text-align: left;
    color: #777;
    background: #f3f3f3;
}
.page .readers-wall .item-top .avatar{
    float: left;
    height: 36px;
    width: 36px;
    margin: 8px 10px 0 0;
}
.page .readers-wall .item-top h4{
    margin: 0;
    line-height: 2rem;
    font-size: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: nowrap;
}
.page .readers-wall .item-1 h4{
    color: #f44336;
}
.page .readers-wall .item-2 h4{
    color: #4caf50;
}
.page .readers-wall .item-3 h4{
    color: #2196f3;
}
.page .readers-wall .item-top small{
    font-size: 0.8rem;
    font-style: italic;
    color: #999;
    opacity: 0.8;
}
.page .readers-wall .item-top .desc{
    display: block;
    height: 36px;
    width: auto;
    margin: 10px 0 0 50px;
}
.page .readers-wall .item-top .desc span{
    display: block;
    height: 1rem;
    line-height: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: nowrap;
}
.page .readers-wall .item-top .desc b{
    display: block;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: nowrap;
}
@media (max-width: 768px){
    .page .readers-wall .item-top{
        width: 100%;
        margin: 0 0 1.5rem;
        padding: 0.8rem 3%;
    }
}

/**==================== 找回密码 ====================**/
.page .page-reset-password{
    cursor: default;
    min-height: 520px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-radius: 5px;
    text-align: center;
}
.page .page-reset-password .title{
    font-size: 1.5rem;
    font-weight: normal;
}
.page .page-reset-password .steps{
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.page .page-reset-password .steps li{
    list-style-type: none;
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin: 0;
    font-size: 1.2rem;
    color: #555;
    background-color: #f5f5f5;
}
.page .page-reset-password .steps li.active{
    color: #fff;
    background: #24a0f0;
}
.page .page-reset-password .form-wrapper{
    position: relative;
    min-height: 360px;
}
.page .page-reset-password form{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 360px;
}
.page .page-reset-password form h3{
    position: relative;
    margin: 1rem auto;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: left;
    color: #777;
}
.page .page-reset-password form p{
    max-width: 360px;
    margin: 1rem auto;
}
.page .page-reset-password form .btn{
    width: 100%;
    padding: 5px 15px;
}
.page .page-reset-password form .error-tip{
    color: #F00;
}
.page .page-reset-password form .success-tip{
    color: #00B424;
}
@media (max-width: 768px){
    .page .page-reset-password .steps li {
        height: 30px;
        line-height: 30px;
    }
    .page .page-reset-password form {
        width: 320px;
    }
}
