<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width:768px) {
    .m-headerlist{
        flex-direction: column;
        padding: 20px;
        height: auto !important;
    }
    .m-menu{
        position: fixed;
        flex-direction: column;
        background-color: #2a2a2a;
        height: 100% !important;
        left: -1000px;
        z-index: 9999;
        transition: all 0.3s;
    }
    .m-logo{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0 0 10px 0;
    }
    .m-logo .icon{
        display: block !important;
    }
    .m-logo img{
        width: 100px;
        height: 50px;
    }
}
.m-logo img{
    width: 100px;
    margin-right: 10px;
    height: 100px;
}
.m-logo .icon{
    display: none;
}

.trendboxs{
    padding: 10px;
}
.m-header {
    width: 100%;
    background-color: #000;
  }
  .m-headerlist {
    width: 80%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .m-search {
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #424242;
    width: 100%;
    position: relative;
    transition: background-color 0.2s ease;
    max-width: 960px;
  }
  .m-search input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    padding-left: 36px;
    font-size: 16px;
    color: #fff;
  }
  .m-search input::placeholder {
    color: #9e9e9e;
  }
  .m-menu {
    width: 60%;
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: flex-start;
    margin: auto;
    top: 0;
  }
  .m-menu .listsLi {
    margin-right: 20px;
    display: flex;
    align-items: center;
  }
  .listsLi a {
    color: #fff;
  }
  .m-search button {
    height: 100%;
    outline: none;
    border: none;
    background-color: transparent;
    padding-left: 20px;
  }
  .m-logo {
    color: #fff;
  }
  .xin {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 24px;
    border-radius: 4px;
  }
  .plays {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s;
  }
  .recommends .gamesLl{
    min-height: 300px;
    width: 20%;
  }
  .recommends img{
    height: 100%;
    border-radius: none
    ;
  }</pre></body></html>