.mjpKclbList li {margin: 10px 0px 10px 0px; padding-bottom: 10px;}
.mjpKclbList li span.img{height: 80px;}
.mjpKclbList li span.img img{height: 80px;}
.detail-content-wrap .content img{
    max-width: 100%;
}
.detail-content-wrap .content table{
    max-width: 100%;
}
.detail-content-wrap{
    padding:0px;
}
.detail-content-wrap a{color:#3da70d;}
.content p img {
    display: block;
    margin: 0px auto;
    max-width: 90%;
}
.content h4{font-size: 16px;}
.content figcaption{
    margin: 0 auto;
    display: block;
    text-align: center;
}
.contentsignin{
    display: none;
    width:60px;
    position: absolute;
    left: 850px;
    top: 6px;
    font-size: 12px;
    color: #ffffff;
    background-color: #9999AA;
    padding: 2px 8px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 9999999;
    line-height:20px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 5%), 0 2px 4px rgb(0 0 0 / 5%);
}
.php-article .content h2, .php-article .content h3,.php-article .content h4{padding-left: 10px; font-weight: 600; font-size: 18px;}

.code {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
not supported by any browser */
}