.code {
    background: #f5f5f5;
    padding: 8px;
    font-family: Consolas,console;
    cursor: pointer;
    color: #404553;
    line-height: 28px;
    border-radius: 10px;
    font-size:14px;
}
.cmd {
    background-color: #c6f3ff66;
    border-radius: 4px;
    padding: 2px;
    color: #333;
    cursor: pointer;
    line-height: 24px;
}
h1{
   margin-bottom: 12px;cursor:pointer;
}
h2{
    margin: 8px 0;
}
p{
    word-break: break-all;
}
.info{
    margin-bottom: 20px; color: #ccc;border-bottom: 1px dashed #ccc;padding-bottom: 4px;
}
.info span{
    margin:6px
}
.ibtn-has{
    font-weight:bold;color:#ccc;cursor:pointer
}
.ibtn-no{
    font-weight:bold;color:#1296db;cursor:pointer
}
.origin{
    word-wrap: break-word;margin-top:6px;
}
.topmenu{
    font: 16px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;width:100%;background:#fff;line-height: 25px;padding: 6px 0px;
}
.paihang{
    margin-bottom:20px;
}
.paihang li{
    line-height: 28px;height: fit-content;border-bottom:1px dashed #ccc;margin-bottom: 6px;
}

.hometitle{
    font-size: 24px;margin-bottom: 8px;
}
.hometitle i{
    margin-left:-2px;font-size:26px
}
.fr-view{
    font-size:16px;line-height: 34px;letter-spacing: 1px;
}
.fr-view table td, .fr-view table th {
    border: 1px solid #DDD;
}
.fr-view table{
    font-size:14px;
    color:#555;
}
.fr-view img{
    max-width:100%;
}
.fr-view table{
    max-width:100%;
}
.fr-view a{
    color:#44f;
}
.fix-top{
    position:fixed;
    margin-top: -100px;
}
.layui-layer-content{
    color:#fff;
    line-height: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight:bold;
}
.fr-view span.fr-img-caption.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top;
}
.fr-view .fr-img-caption .fr-img-wrap {
    padding: 0;
    margin: auto;
    text-align: center;
    width: 100%;
}

.fr-view .fr-img-caption .fr-img-wrap img {
    display: block;
    margin: auto;
    width: 100%;
}
.fr-view .fr-img-caption .fr-img-wrap>span {
    margin: auto;
    display: block;
    padding: 5px 5px 10px;
    font-size: 14px;
    font-weight: initial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 100%;
    text-align: center;
}
.fr-view img.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  position: absolute;
  top: 37.5%;
  left: 37.5%;
  transform: translate(-37.5%, -37.5%);
  text-align: center;
}

.modal-content img {
  width: 80vw;
  max-width:100%;
}
