body{
    background-color: #F5F5D5;
}

.chronical{
}

.chronical>.detail{
    display: flex;
    justify-content:center;
}
.chronical > .detail > #doc-content{
    width:80%;
    max-width: 1600px;
    background-color: rgba(255,255,255,0.7);
    padding:20px;
    border-radius:10px;
    margin-bottom: 20px;
}

.markdown-body li{
    list-style: decimal !important;
}
.markdown-body img{
    width:100%;
}
.cursor-pointer{cursor: pointer}
/*提示窗口样式*/
#showmsgdiv{width:400px;position: fixed;left:50%;top:150px;margin-left:-200px;border:1px solid #ddd;border-radius: 5px;background: rgba(255,255,255,1);z-index:1000000 }
#showmsgdiv .closemsgdivbtn{position: absolute;right:10px;top:10px;width:20px;height:20px;border:1px solid red; }
.showmsgtitle{line-height: 50px;height:50px;text-align: center;font-size: 20px;background: #333;letter-spacing: 10px;font-weight: bold;color:#fff;border-top-left-radius:5px;border-top-right-radius:5px; }
.showmsgdetail{line-height: 30px;text-align: center;width:90%;margin:20px auto 0 auto;color:#000; }
.showmsgdetail input{line-height: 30px;height:30px;background:#ddd;border-radius:15px;width: 90%;margin:0 auto;padding-left: 20px;}
.showmsgbtndiv{width:100%;text-align: center; }
.showmsgbtndiv button{line-height: 30px;margin:20px;border:1px solid gray;width:100px;border-radius:5px; }
/*提示窗口样式结束*/
