/* game-list */
/* section */
section {
  margin-bottom: 10px;
  border-top: 1px solid #dbe1ec;
  border-bottom: 1px solid #dbe1ec;
  background: #fff;
}

section .title {
  padding: 15px 10px 15px 0;
  border-bottom: 1px solid #dbe1ec;
  overflow: hidden;
}

section .title .content {
  float: left;
  padding-left: 10px;
  border-left: 5px solid #45abff;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
}

section .title .more {
  float: right;
  margin-top: 2px;
  font-size: 14px;
  color: #999;
}

section .title .change {
  float: right;
  margin-top: -6px;
  font-size: 16px;
  color: #45abff;
}

section .title .change i {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  background-image: url(../images/color-icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0px -302px;
}

section .title .text {
  float: left;
}

section .title .text.on {
  color: #45abff;
}

section .title .text.border-left {
  display: inline-block;
  height: 18px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #333;
}

/* crumbs */
.crumbs {
  height: 25px;
  padding: 0 10px;
  line-height: 25px;
  font-size: 12px;
  color: #bdbdbd;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.crumbs .text {
  padding-right: 8px;
}

/* game-list */
.game-list {
  overflow: hidden;
}

.game-list .game-item {
  position: relative;
  min-height: 64px;
  padding: 10px;
  border-bottom: 1px solid #dbe1ec;
}

.game-list .game-item img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 64px;
  height: 64px;
  border-radius: 5px;
}

.game-list .game-item .content {
  padding-left: 74px;
}

.game-list .game-item .content .game-name {
  padding-right: 65px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.game-list .game-item .content .type {
  margin: 9px 0;
  padding-right: 65px;
  font-size: 12px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.game-list .game-item .content .type .border-left {
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #999;
}

.game-list .game-item .content .boon {
  font-size: 12px;
  color: #45abff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.game-list .game-item .download {
  position: absolute;
  right: 10px;
  top: 25px;
  width: 60px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  background: #45abff;
  color: #fff;
}

.game-list .game-item.rank .num {
  position: absolute;
  left: 10px;
  top: 28.5px;
  width: 22px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  color: #999;
  background-size: 100%;
}

.game-list .game-item.rank .num.rank1 {
  font-size: 0;
  background-image: url(../images/list_no_1.png);
}

.game-list .game-item.rank .num.rank2 {
  font-size: 0;
  background-image: url(../images/list_no_2.png);
}

.game-list .game-item.rank .num.rank3 {
  font-size: 0;
  background-image: url(../images/list_no_3.png);
}

.game-list .game-item.rank img {
  left: 42px;
}

.game-list .game-item.rank .content {
  padding-left: 104px;
}

/* pagination */
.pagination {
  display: flex;
  justify-content: space-between;
  margin: 20px 10px;
  overflow: hidden;
}

.pagination .text {
  display: block;
  width: 18%;
  height: 35px;
  line-height: 35px;
  border: 1px solid #dbe1ec;
  border-radius: 2px;
  text-align: center;
  font-size: 15px;
}

.pagination .empty {
  color: #bbb;
}

.pagination .now {
  background: #45abff;
  color: #fff;
  border: 1px solid #45abff;
}

/* type-list */
.type-list {
  padding: 15px 10px 0;
  font-size: 0;
}

.type-list .type-item {
  display: inline-block;
  box-sizing: border-box;
  width: 25%;
  margin-bottom: 15px;
  padding-right: 10px;
  font-size: 14px;
}

.type-list .type-item a {
  display: block;
  height: 34px;
  line-height: 34px;
  border: 1px solid #dbe1ec;
  border-radius: 8px;
  text-align: center;
}

.type-list .type-item.on a {
  border: 1px solid #45abff;
  background: #45abff;
  color: #fff;
}

.type-list .spread {
  display: inline-block;
  box-sizing: border-box;
  width: 25%;
  margin-bottom: 15px;
  padding-right: 10px;
  font-size: 14px;
}

.type-list .spread .text {
  display: block;
  height: 34px;
  line-height: 34px;
  border: 1px solid #dbe1ec;
  border-radius: 8px;
  text-align: center;
  color: #45abff;
}

.game-list {
  display: none;
}

.game-list.on {
  display: block;
}


.nolinkpage {color: #fff;
margin:0 auto;
    width: 60px;
    border: 1px solid #45abff;
    border-radius: 10px;
    padding: 2px 50px 2px 50px;
    background: #45abff;}