 .ds-post-main:first-child {margin-top: 0;}
 .comment-list{
    margin-right: 0;
    margin-left: 0;
    border-color: #ddd;
    border-width: 1px;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.ds-post-main {
    position: relative;
    margin-bottom: 30px;
}
.ds-comment-body, .ds-avatar, .ds-avatar a, .ds-avatar img {
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
}
.ds-avatar {
    z-index: 2;
    position: absolute;
    top: 10px;
    left: -20px;
    padding: 5px;
    width: 36px;
    height: 36px;
}
.ds-avatar img{
	border-radius:5px;
}
.ds-comment-body {
    z-index: 1;
    position: relative;
    left: 0;
    background: #FFF;
    padding: 15px 15px 15px 47px;
    color: #696A52;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,.15), 0 1px 0 rgba(255,255,255,.75) inset;
}
.comment-reply {
    float: right;
}
.cancel-comment-reply {
    margin-top: 20px;
    margin-bottom: 20px;
}
 .text{width:200px;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);margin-bottom: 20px;}
 
 .textarea{display:block;width:100%;height:80px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);margin-bottom: 20px;}
.label a{
    color: #fff;
    text-decoration: none;
}
/* 搜索框调整 */
@media (min-width: 768px) {
    .navbar-collapse {
    padding-right: 0;}
}
/*右下角 START */
#cornertool{position:fixed;bottom:200px;z-index:999;right:5px;margin:0}
/*右下角 END */
/*返回顶部 START */
.GoTop{list-style: none;position:relative;right:30px;width:30px;height:30px;cursor:pointer;font-size: 2rem}
/*返回顶部 END */
/*二维码 START*/
@media(max-width:768px){.more{display:none}}
.mf-qr{display:none}
.mufengqr{list-style: none;position: relative;right:30px;width:30px;height:30px;cursor:pointer;font-size: 2rem}
.mufengqr:hover .mf-qr{display:initial;position:absolute;bottom:5px;right:50px}
/*二维码 END*/
/* 夜间模式 START */
body.night, body.night div div div div p, body.night div div div div div div div a, body.night div div div div a, body.night div div div p button {
    background-color: #263238;
    color: #ccc;
}
.list-group-itemnight {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #263238;
    border: 1px solid #666;
}
.list-group-itemnight a {
    color: #ccc;
}
/* 夜间模式 END */