<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tips{position:fixed;left:0;bottom:0;padding:10px;box-sizing:border-box;cursor:pointer;z-index:99}.tips img{display:block;border:none;width:70px}.tips-dialog{position:fixed;left:0;top:0;right:0;bottom:0;width:100%;height:100%;z-index:100;display:none}.dialog-wrapper{position:fixed;left:0;top:0;right:0;bottom:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);display:flex;justify-content:center;align-items:center}.tips-dialog main{margin:0;padding:0;background-color:#fff;padding-bottom:20px;font-size:14px;width:90%;max-width:600px;border-radius:8px;box-shadow:0 0 20px 5px #878787;box-sizing:border-box;position:relative}.tips-dialog .dialog-container{overflow:auto;width:100%;max-height:70vh;overflow:auto}.tips-dialog header{margin:0;text-align:center;font-size:16px;font-weight:700;height:45px;display:flex;justify-content:center;align-items:center;margin-bottom:10px}.tips-dialog span{position:absolute;top:0;right:0;cursor:pointer;width:30px;height:30px;display:flex;justify-content:center;align-items:center;border:1px solid #e1e1e1;border-radius:50%;background-color:#fff;transform:translate(30%,-30%);transition:all .2s ease-in}.tips-dialog span::after,.tips-dialog span::before{content:'';display:block;width:60%;height:1px;margin-left:5%;border-radius:.5px;background-color:#999;position:absolute}.tips-dialog span::before{transform:rotate(45deg)}.tips-dialog span::after{transform:rotate(-45deg)}.tips-dialog .dialog-container p{margin:0;padding:0 32px;text-indent:28px;box-sizing:border-box;margin-bottom:10px;}


.report-footer{
  background-color:#572b18;
  padding:20px 0;
  box-sizing: border-box;
  width:100%;
}
.report-footer &gt; section {
  display:flex;
  justify-content: center;
  align-items:center;
  margin-top:6px;
}
.report-footer &gt; section &gt; a,
.report-footer &gt; section img {
  display:block;
  flex: 0 0 auto;
  outline:none;
  border:none;
  margin-left:6px;
}
/* .report-footer  .sprite-img{
  width:126px; 
  flex: 0 0 126px;
  overflow:hidden;
}
.report-footer  .sprite-img &gt; img {
  height:56px;
  width:514px;
  max-width:514px;
  margin-left:-386px;
} */
/* .report-footer &gt; section &gt; a {
  margin-left:6px;
}
.report-footer &gt; section img {
  margin-left:6px;
} */
@media screen and (max-width:640px) {
  .report-footer{
    padding:10px 0;
  }
  .report-footer &gt; section{
    justify-content: space-between;
    padding:0 10px;
  }
  .report-footer &gt; section &gt; a,
  .report-footer &gt; section img {
    flex: 1 1 90px;
    margin:0;
    padding:0;
    margin: 0 4px;
  }
  .report-footer &gt; section &gt; img {
    flex: 0 0 90px;
    width:90px;
  }
  /* .tips {
    bottom:120px;
  } */
}</pre></body></html>