.page {
  min-height: 100%;
  background: url(/image/spread/spread_all_bg.jpeg) no-repeat center 0; }
  .page .header {
    height: 110px; }
  .page .page-content {
    margin: 0 auto;
    width: 1000px; }
    .page .page-content .top-games {
      position: relative;
      margin: 0 auto;
      width: 1000px;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      overflow: hidden; }
      .page .page-content .top-games .game-list-item {
        display: block;
        position: relative;
        background: #f4f6f8;
        border: solid 1px #fbfbfb;
        border-radius: 5px;
        margin-bottom: 20px;
        width: 23%; }
        .page .page-content .top-games .game-list-item .img-box {
          width: 100%;
          overflow: hidden; }
          .page .page-content .top-games .game-list-item .img-box img {
            position: relative;
            width: 100%;
            transition: all 0.6s;
            z-index: 8; }
        .page .page-content .top-games .game-list-item .hot-bafu {
          position: absolute;
          top: 0;
          left: 0;
          font-size: 12px;
          color: #3c763d;
          padding: 5px 8px;
          background: #dff0d8;
          border-bottom-right-radius: 3px;
          z-index: 9;
          box-shadow: 2px 2px 5px #555; }
        .page .page-content .top-games .game-list-item .game-intro {
          position: absolute;
          left: 0;
          bottom: 48px;
          font-size: 12px;
          color: #fff;
          width: 100%;
          height: 30px;
          line-height: 30px;
          overflow: hidden;
          background: rgba(0, 0, 0, 0.6);
          z-index: 9;
          text-align: center; }
        .page .page-content .top-games .game-list-item .game-name {
          font-size: 14px;
          padding: 10px;
          display: flex;
          font-weight: 600; }
          .page .page-content .top-games .game-list-item .game-name span {
            line-height: 28px;
            width: 70%; }
          .page .page-content .top-games .game-list-item .game-name .layui-btn-sm {
            height: 26px;
            line-height: 26px;
            font-size: 13px; }
        .page .page-content .top-games .game-list-item:hover {
          border: solid 1px #eed9c8; }
          .page .page-content .top-games .game-list-item:hover img {
            transform: scale(1.05); }
          .page .page-content .top-games .game-list-item:hover .game-name {
            color: #f27d00; }
    .page .page-content .aside {
      float: left;
      width: 240px; }
      .page .page-content .aside .aside-header {
        overflow: hidden;
        border-bottom: 2px solid #f52537;
        line-height: 36px; }
        .page .page-content .aside .aside-header strong {
          position: relative;
          float: left;
          padding: 0 15px;
          min-width: 120px;
          background-color: #f52537;
          color: #fff;
          font-size: 18px; }
          .page .page-content .aside .aside-header strong:after {
            position: absolute;
            right: -36px;
            border-bottom: 60px solid #f52537;
            border-right: 36px solid transparent;
            content: ''; }
      .page .page-content .aside .aside-body .home-servers-list-span {
        display: inline-block;
        width: 100%;
        padding: 12px 5px 11px;
        margin-top: -5px;
        border-bottom: #f3f3f3 1px dashed; }
        .page .page-content .aside .aside-body .home-servers-list-span a {
          color: #555; }
        .page .page-content .aside .aside-body .home-servers-list-span:hover {
          cursor: pointer;
          background: #f8f8f8; }
          .page .page-content .aside .aside-body .home-servers-list-span:hover a {
            color: #e94822; }
        .page .page-content .aside .aside-body .home-servers-list-span .servers-list-start-time {
          color: #333;
          float: left;
          width: 60px;
          position: relative; }
        .page .page-content .aside .aside-body .home-servers-list-span .servers-list-game-name {
          float: left;
          width: 140px;
          overflow: hidden; }
          .page .page-content .aside .aside-body .home-servers-list-span .servers-list-game-name:hover {
            color: #e94822; }
        .page .page-content .aside .aside-body .home-servers-list-span .servers-list-go {
          float: left;
          color: #ea5656; }
    .page .page-content .main {
      float: right;
      width: 745px; }
      .page .page-content .main .main-header {
        overflow: hidden;
        border-bottom: 2px solid #f52537;
        line-height: 36px; }
        .page .page-content .main .main-header strong {
          position: relative;
          float: left;
          padding: 0 15px;
          min-width: 120px;
          background-color: #f52537;
          color: #fff;
          font-size: 18px; }
          .page .page-content .main .main-header strong:after {
            position: absolute;
            right: -36px;
            border-bottom: 60px solid #f52537;
            border-right: 36px solid transparent;
            content: ''; }
        .page .page-content .main .main-header p {
          float: right;
          color: #f10;
          font-weight: bold;
          font-size: 16px; }
          .page .page-content .main .main-header p .tc-green {
            color: #289900; }
      .page .page-content .main .main-body {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .page .page-content .main .main-body .game-list-item {
          width: 23%;
          margin: 10px 0;
          border: solid 1px #fff;
          background-color: #f4f6f8;
          position: relative; }
          .page .page-content .main .main-body .game-list-item .img-box {
            width: 100%;
            overflow: hidden; }
            .page .page-content .main .main-body .game-list-item .img-box img {
              width: 100%;
              transition: all 0.6s;
              border: none; }
          .page .page-content .main .main-body .game-list-item .game-name {
            display: block;
            font-size: 14px;
            margin: 12px 0;
            text-align: center; }
          .page .page-content .main .main-body .game-list-item .game-list-item-prompt {
            position: absolute;
            top: 0;
            left: 0;
            font-size: 10px;
            color: #8a6d3b;
            padding: 3px 6px;
            background: #eed9c8;
            z-index: 9;
            box-shadow: 2px 2px 5px #555;
            border-bottom-right-radius: 5px; }
          .page .page-content .main .main-body .game-list-item .game-list-item-prompt-yeyou {
            color: #3c763d;
            background: #dff0d8; }
          .page .page-content .main .main-body .game-list-item .game-list-item-prompt-shouyou {
            color: #a94442;
            background: #f2dede; }
          .page .page-content .main .main-body .game-list-item .game-list-item-prompt-h5 {
            color: #31708f;
            background: #d9edf7; }
          .page .page-content .main .main-body .game-list-item:hover {
            border: solid 1px #eed9c8; }
            .page .page-content .main .main-body .game-list-item:hover img {
              transform: scale(1.1); }
            .page .page-content .main .main-body .game-list-item:hover .game-name {
              color: #f27d00; }

.copyright {
  margin: 30px auto;
  font-size: 12px;
  width: 100%;
  text-align: center;
  color: #666; }
  .copyright .copyright-info {
    margin-bottom: 10px; }

/*# sourceMappingURL=spread_all.css.map */
