h1{
    margin: 0;
    padding: 0;
}
textarea{
    resize: none;
}
body{
    padding-top: 70px;
    background: #edf0f2;
}
a:hover{
    text-decoration: none;
}
a{
    color: #555555;
}
.bgc_blue{
    background-color: #326690;
    color: #fff;
}
.bgc_blue:hover{
    color: white;
}
.box_white{
    background-color: #fff;
}
/*.navbar .container{
    padding-left: 0;
    padding-right: 0;
}*/
.navbar .container .navbar-header button>span{
    background-color: #fff;
}
.navbar-form{
    margin: 10px 0;
}
.navbar-form .form-group .form-control{
    height: 30px;
    border-radius: 10px;
}

.collapse .navbar-right{
    margin-right: 0;
}


.navbar .navbar-brand {
    color: #fff;
}
.navbar .navbar-nav>li>a {
    color: #fff;
}
.navbar .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #224466;
}

.navbar .navbar-nav>button{
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
}
.navbar .navbar-nav>button:active,.navbar .navbar-nav>button:focus,.navbar .navbar-nav>button:hover,.navbar .navbar-nav>button:visited {
    color: #fff;
    background-color: #224466;
    border: 0;
    border-radius: 0;
    outline: none;
}
.navbar .navbar-nav>.active>a, .navbar .navbar-nav>.active>a:focus, .navbar .navbar-nav>.active>a:hover{
    color: #fff;
    background-color: #224466;

}



/*左侧主内容开始*/
.profile-show{
    margin-left: 20px;
    margin-top: 10px;
}

.balance_area{
    font-size: 11px;
    line-height: 16px;
    padding: 5px 10px;
    border-radius: 20px;
    text-decoration: none;
    color: #666;
    text-shadow: 0 1px 0 #fff;
    display: inline-block;
    margin: -4px -5px 0 0;
    background-color: #f5f5f5;
}



.btn-default:link, .btn-default:visited, .btn-default:hover, .btn-default:active{
    color: #ffffff;
    background-color: #090909;
    border-color: #040404;
}

.wrapper .row .breadcrumb{
    border-radius: 0;
    margin-bottom: 0;
}

.wrapper .row .box_white .content_nav{
    padding: 5px;
    border-bottom: 1px solid #e2e2e2;
}

.wrapper .row .box_white .content_nav a{
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    padding: 5px 8px;
    margin-right: 5px;

}

.wrapper .tab_cell a{
    font-size: 13px;
    line-height: 13px;
    padding: 5px 8px;

}
.wrapper .tab_cell a:hover,.wrapper .content_nav a:hover{
    border-radius: 3px;
    background-color: #326690;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    padding: 5px 8px;

}
.tab_current{
    background-color: #326690;
    color: #fff;
    border-radius: 5px;
}
.wrapper .tab_current:link,.wrapper .tab_current:visited,.wrapper .tab_current:active{
    background-color: #326690;
    color: #fff;
    border-radius: 5px;
}
.content_inner{
    padding: 0 8px 20px;
}
.list-group{
    margin: 0;
    border-bottom: 1px dashed #CCC;
    padding: 15px 5px;
    position: relative;
}
 .list-group:hover{
     background-color: #f5f5f5;
}

 .list-group .badge,.read-list-group .badge{
     background-color: #9dccf2;
     padding: 5px 7px;
 }

 .list-group-author a{
     color: #bbb;
     font-size: 13px;
 }
.list-group .row div:nth-child(3){
    position: absolute;
    bottom: 15px;
    right: 0;

 }

.list-info .list-group .row{
    margin: 0;

}
.list-group-item{
    border: none;
}
.list-info .list-group{
    padding: 0;
    margin: 15px 0;
    border-bottom: none;
}
.list-info .list-group:hover{
    background-color: #edf0f2;
}
.list-info .list-group .row>span{
    text-align: center;
}




 .userImg{
     padding-left: 5px;
 }
.title{
    margin-bottom: 5px;
    font-size: 120%;
}
.matter{
    color: #bbb;
    font-size: 13px;
}
.matter .type{
    padding: 4px;
    color: #778087;
    text-decoration: none;
    background-color: #f5f5f5;
    border-radius: 5px;
}
.read-list-group{
    margin-bottom:10px;
}

.read-list-group .row{
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 20px 10px 12px;
    margin-left: 0;
    margin-right: 0;
}
.read-list-group .row h2{
    font-size: 2rem;
    color: #474747;
    margin: 15px 0 20px;
    line-height: 1.5;
}
.read-list-group .row h2 a{
    color: #474747;
    text-decoration: none;
    overflow: hidden;
}
.read-list-group .row .text{
    font-size: 12px;
    color: #aaa;
    line-height: 1.8;
}
.read-list-group .text a{
    color: #666;
    text-decoration: none;
    word-break: break-all;
}

.read-list-group .metatag .source,.read-list-group .metatag .date{
    height: 20px;
    color: #b5b5b5;
    margin-right: 20px;
}
.qualityRead .row div{
    padding: 0;
}
.qualityRead .metatag .collect, .qualityRead .metatag .cmt, .qualityRead .metatag .like{
    margin: 0 5px;
    color: #979797;
}

.book .meta-num img {
    border: 1px solid #fff;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .7);
    display: block;
    max-width: 100%;
    vertical-align: middle;
    margin-top: 20px;
}
.author-date, .author-date a{
    color: #999;
    font-size: 13px;
}
.book .desc{
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.book-cover-box{
    background-color: #edf0f2;
    color: #326690;
    border: 1px solid #edf0f2;
    border-radius: 10px;
    margin: 10px auto;
    text-align: center;

}
.book-cover-box div{
    line-height: 30px;
}
.book-cover-box strong{
    color: #326690;
}

.book-cover-box .answered{
    background-color: #326690;
    color: white;
    border-radius: 5px;
}
.book-cover-box .answered strong{
    color: white;
}

.page-header{
    margin: 0;
    padding: 10px;
}

.c9{
    color: #999;
}
.page_inner{
    margin-bottom: 20px;
    padding: 10px;
}
.comment{
    border-radius: 0;

}
.comment .panel-heading{
    background-color: #fff;
}

.user-name{
    font-weight: 700;
    font-size: 16px;
}
.info{
    color: #8c8c8c;
}

.comment .panel-body{
    border-bottom: 1px solid #ccc;
    position: relative;
}
.info .reply{
    position: absolute;
    right: 10px;
    bottom: 25%;
}

.form-horizontal{
    padding: 20px;
}


.box_top{
    border-bottom: 1px solid #ddd;
}

.box_top div{
    height: 120px;
    text-align: center;
    padding: 0;
}

.box_top div ul{
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
}

.box_top div strong {
    width: 60px;
    height:60px;
    margin-top: 20px;
    background-color: #326690;
    opacity:0.6;
    border-radius:50%;
    line-height: 30px;
    text-align:center;
    margin-left: 5px;
}
.box_top div strong a{
    color:#fff;
}

.second{
    width: 60px;
    height:60px;
    margin-top: 20px;
    background-color: #326690;
    border-radius:50%;
    line-height: 30px;
    text-align:center;
    margin-left: 5px;
}

.box_top div ul li{
    font-size: 13px;
    line-height: 13px;
    padding: 5px 8px;
    margin-right: 5px;
    margin-top: 10px;

}
.box_top div ul li a{
    padding: 3px 5px;
}




    /*右侧内容开始*/
.sidebar .panel{
    border-radius: 0;
}

.panel-title{
    font-size: 14px;
    font-weight: 600;
}

.box_F5{
    background-color: #f5f5f5;
}

.panel .nav .active a{
    border-radius: 0;
}



.sb-content .list-unstyled li{
    font-size: 12px;
    color: #c1c1c1;
    position: relative;
    padding-left: 20px;
}
.sb-content .list-unstyled li img{
    position: absolute;
    top: 0;
    left: -5px;
}
.sb-content .list-unstyled li em{
    position: absolute;
    top: 5px;
    left: -5px;
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 1.2rem;
    background-color: #ccd0d3;
    color: #fff;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
}
.sb-content .list-unstyled li:nth-child(1) em{
    background-color: #326690;
}
.sb-content .list-unstyled li:nth-child(2) em{
    background-color: #6094bf;
}
.sb-content .list-unstyled li:nth-child(3) em{
    background-color: #9dccf2;
}
.sb-content .list-unstyled li a{
    text-decoration: none;
    line-height: 30px;
    height: 30px;
    padding-bottom: 18px;
    width: 180px;
    font-size: 1.2rem;
    color: #666;
}

.no-record{
    padding: 10px 0;
    background-color: #9dccf2;

}

/*底部部分*/
footer#bottom{
    margin-top: 10px;
    border-top: 1px solid rgba(0,0,0,.22);
    background-color: #fff;
    text-align: center;
    color: #999;
    padding: 0 10px;
}
.inner_content{
    padding: 10px;
    font-size: 12px;
    line-height: 150%;
    text-align: left;
}
.foot_inner{
    margin-top: 10px;
}

.WeChatImg img{
    max-width: 100px;
    max-height: 100px;
}

.callme li{
    list-style-type: none;
    margin:8px;
}


.editormd-fullscreen{
    position: fixed;
    top: 0;
    left: 0;
    border: none;
    margin: 0 auto;
    z-index: 9999;
}