<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box { width: 100%; height: 173px; position: relative; cursor: pointer; }
    .box .bmbox { width: 300px; height: 30px; background: black; position: absolute; bottom: 0px; left: 0px; display: none; font: normal normal normal 12px 30px Microsoft YaHei, Arial; color: white; }
    .box .bmboxtop { width: 300px; height: 30px; background: black; position: relative; bottom: 0px; left: 0px; display: none; font: normal normal normal 12px 30px 微软雅黑, Arial; color: white; text-align: center; margin-top: -190px; }

    .box:hover .bmbox { width: 261px; height: 55px; background: rgba(227, 114, 46, 0.5); position: absolute; bottom: 20px; left: 0px; display: block; color: white; line-height: 20px; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; font-family: "Microsoft YaHei", Arial;}
    .box:hover .bmboxtop { width: 80px; height: 30px; position: relative; bottom: 0px; left: 0px; display: block; font: normal normal normal 12px 30px Microsoft YaHei, Arial; color: #fff; text-align: center; margin-top: -190px;}

    .box .bmbox a { display: block; position: absolute; width: 100%; height: 100%; }
    .box img { width: 261px; height: 173px; }</pre></body></html>