<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.guide-pe-list li a {
    display: -webkit-box;
    display: box;
    width: 9.2rem;
    padding: 0.2rem 0;
}
.guide-pe-list li .pic{
    display: table-cell;
    width: 2.4rem;
    height: 2.4rem;
    text-align: center;
    vertical-align: middle;
    background-color: #e7e7e7;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.guide-pe-list .info .tit {
    font-size: 0.37334rem;
    width: 100%;
    height: 0.50667rem;
    line-height: 0.50667rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.2rem;
}</pre></body></html>