<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*首页 个人诚信分 信用视频悬浮区域*/
.float-tips{position: fixed; left: 0;bottom: 350px;}
.float-tips a{display: block;border: 1px solid #CBCBCB;background: #fff;margin-bottom: 15px;padding: 5px 10px;box-shadow: 0 1px 5px #CBCBCB ;border-radius: 35px;font-family: '黑体';font-size: 16px}
.float-tips a:hover{color:#FF4242;cursor:pointer;}
.float-tips a *{vertical-align: middle}
.float-tips a img{width: 30px}
.float-tips a span{background: #FF4242;display: inline-block;border-radius: 50%;width: 40px;height: 40px;text-align: center;line-height: 36px;margin-right: 5px}</pre></body></html>