* {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  min-width: 1300px;
}

body {
  font-family: "Microsoft YaHei","宋体", Verdana, Arial, sans-serif !important;
  color: #000;
  font-size: 14px;
  background-color: #f2f2f2;
  min-width: 1200px;
}

table,
th,
td {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 0;
  /*  table-layout: fixed;*/
}

table {
  border-collapse: collapse;
  width: 100%;
}

tr {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 32px;
  font-size: 12px;
}

  tr th {
    font-size: 14px;
  }

a {
  text-decoration: none;
  color: #000;
}

  a:hover {
    cursor: pointer;
    text-decoration: underline;
  }

input {
  outline: none;
}

button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
  box-shadow: none;
}

  button:hover,
  button:active,
  button:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }

ul,
p {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img,
image {
  /* font-size: 0; */
  margin: 0;
  padding: 0;
}

.left {
  float: left;
}

.icon-arrow {
  display: inline-block;
  background: url(../image/search.png) no-repeat;
  background-size: 19px 19px;
  width: 19px;
  height: 19px;
}

.bigdroplst {
  border: 1px solid #DDDDDD;
  height: 43px;
}

table.gamelist {
  margin-bottom: 20px;
}

  table.gamelist th {
    border: solid 1px #E1E1E1;
    height: 40px;
    text-align: center;
    background-color: #F0F0F0;
    color: #000000;
    font-weight: 800;
  }

  table.gamelist td a:hover {
    text-decoration: underline;
  }

  table.gamelist td {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

.searchlist {
  overflow: hidden; /* 清除浮动 */
  zoom: 1; /* 触发IE的hasLayout，解决浮动清除问题 */
  margin-bottom: 15px;
}

  .searchlist table {
    font-family: "Microsoft YaHei","宋体", Verdana, Arial, sans-serif;
  }

  .searchlist table, th, td {
    table-layout: fixed;
  }

    .searchlist table th {
      background-color: #fadadd;
      border: solid 1px #f9a4a4;
      height: 40px;
      font-weight: 800;
    }

    .searchlist table td {
      text-align: center;
      height: 30px;
      line-height: 180%;
      background-color: #FFFFFF;
      border: solid 1px #f9a4a4;
      font-size: 13px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
    }

table td a.home {
  color: #FF0000;
}

.table-btn {
  display: inline-block;
  width: 78px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #da0000;
  border-radius: 4px;
}

.rank_hot_icon_2 {
  background-image: url(../image/hot.gif);
  width: 19px;
  height: 23px;
  float: right;
  position: absolute;
}

.btn a {
  color: #fff;
  text-decoration: none;
}

a:active, a:hover {
  outline: none !important;
}

/*.icon {
  position: absolute;
  top: -10px;
  right: 10px;
}*/

em, b {
  font-weight: normal;
  font-style: normal;
}