<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.detail-title{
    text-align: center;
    font-size: 24px;
    color: #1f2677;
    padding:20px 0px;
    /* border-bottom: 1px solid #eee; */
}
.detail-word{
    padding: 20px 20px;
}
.detail-img{
    padding: 20px 20px;
    text-align: center;
}
.detail-img&gt;img{
    margin-bottom: 10px;
    max-width: 100%;
}
.detail-change{
    padding: 20px 0px;
    text-align: left;
    /* border-top: 1px solid #eee; */
}
.detai-a-right{
    text-align: right;
}
.detail-a:hover{
    text-decoration: none;
    cursor: pointer;
}
@media(max-width:767.78px){
    .detai-a-right{
        text-align: left;
        margin-top: 10px;
    }
}</pre></body></html>