.versions-select select {
    height: 2em;
    line-height: 2em;
    border-radius: 4px;
    background: #efefef;
}

/*.alert.flat .title {*/
/*    */
/*}*/


.alert ul {
    padding-left: 1rem;
}

.alert.callout.warning {
    background-color: rgba(255,229,100,.3);
}

.alert.callout.warning ul li {
    color: #6b5900
}

.alert code {
    color: #e96900;
    background-color: rgba(27,31,35,.05);
/*    font-family: source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace*/
}

.alert p strong {
    font-size: 18px;s
}

.markdown-section code:not(.lang-js) {
    color: #e96900;
    background-color: rgba(27,31,35,.05);
}
.book .book-summary, .book .book-body  {
    font-family: "方正兰亭黑简";
}
@font-face{
  font-family: "方正兰亭黑简";
  src: url("./方正兰亭黑简.TTF");
}