<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -webkit-tap-highlight-color:transparent;
}
body{background-color: white}
ul{list-style-type: none}
a {text-decoration: none;color: #fff;}

/*Ã¦Â¨Â¡Ã¦Â‹ÂŸÃ§ÂšÂ„Ã¦Â&nbsp;Â‡Ã©Â¢Â˜*/
.header{
    z-index: 9990;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 16px;
    padding-top: 12px;
    text-align: center;
    background-color: #DA434A;
    border-bottom: 1px solid #eee;
}
.header .btn-left{
    position: absolute;
    top: 0.6em;
    left: 0;
    padding:12px 12px 0 12px;
    color: #fff !important;
}
.header p{
    color: #fff;padding-bottom:0.8em;padding-top:0.6em;
}
.header .btn-right{
    position: absolute;
    top: 0;
    right: 0;
    padding:12px 8px;
}
.header .tip{
    margin-top: 4px;
    font-size: 12px;
    color: gray;
}

.mescroll-bar::-webkit-scrollbar-thumb{
    background: transparent !important;
}
video::-webkit-media-controls {
    display:none !important;
  }
  .mescroll-bar::-webkit-scrollbar{
      width: 0;
  }
  p{
      color: #4a4a4a;
  }
</pre></body></html>