<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.by{
    margin-top:5px;
    width: 100%;
    /* height: 350px; */
    float:left;
}
.by div{
    float:left;
    width: 68px;
    font-size:14px;
    font-weight:bold;
}
.by .byleft{
    color:red;
    background: url(../images/comby_left.jpg) no-repeat;
    position: fixed;
    left: 11%;
    padding: 26px 3px;
    top: 20%;
    background-size: 100% 143%;
}
.by .byleft p{
    float: left;
    width: 30%;
}
.by .byleft p:first-child{
    margin-right: 16px;
    margin-top: 70%;
}
.by .byright p:first-child{
    margin-right: 16px;
    margin-top: 70%;
}
.by .byright p{
    float: left;
    width: 30%;
}
.by .byright{
    color:#fff;
    background: url(../images/comby_right.jpg) no-repeat;
    position: fixed;
    right: 11%;
    padding: 26px 3px;
    top: 20%;
    background-size: 100% 143%;
}</pre></body></html>