<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.more_l{
width:160px;
height:45px;
border:1px #4f5567 solid;
text-align:center;
line-height:45px;
transition:all 0.6s;
color:#039AAE;
}
.more_l a{display:block;color: #4f5567;}
.more_l:hover{
background:#4f5567;
border:1px #4f5567 solid;
margin-left:10px;
}
.more_l:hover a{
color:#fff;
}

    

</pre></body></html>