/* 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;
}

/* 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;
}

.news-item {
  padding: 10px 0;
  border-bottom: 1px solid #dbe1ec;
}

.news-item a {
  display: flex;
}

.news-item .news-img {
  flex: 0 0 88px;
  width: 88px;
  height: 58px;
  margin: 0 10px;
}

.news-item .container {
  flex: 1;
}

.news-item .container .news-title {
  height: 46px;
  line-height: 20px;
  font-size: 14px;
}

.news-item .container .news-date {
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  color: #999;
}

/* loading */
.loading {
  display: block;
  height: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  color: #45abff;
}

.list-wrapper {
  display: none;
}

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

.list-wrapper .movie-list {
  overflow: hidden;
  margin: 10px 10px 0;
}

.list-wrapper .movie-list .movie-item {
  float: left;
  box-sizing: border-box;
  width: 49%;
  margin-bottom: 10px;
  border: 1px solid #dbe1ec;
}

.list-wrapper .movie-list .movie-item:nth-of-type(odd) {
  margin-right: 2%;
}

.list-wrapper .movie-list .movie-item .movie-img {
  display: block;
  width: 100%;
  height: 95px;
}

.list-wrapper .movie-list .movie-item .text {
  display: -webkit-box;
  height: 36px;
  margin: 5px 10px;
  line-height: 18px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 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;
}

.video-wrapper {
  position: relative;
}

.video-wrapper video {
  margin: 10px 0;
  width: 100%;
}

.video-wrapper .play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 50%;
  background-image: url(../images/play.png);
  background-size: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.video-info {
  padding: 10px;
}

.video-info .video-title {
  font-size: 18px;
  font-weight: bold;
}

.video-info .video-content {
  margin-top: 15px;
  color: #999999;
}

.game-list .game-item {
  border: none;
}

.type-list {
  margin-bottom: 10px;
  font-size: 0;
}

.type-list .type-item {
  display: inline-block;
  height: 26px;
  margin-top: 10px;
  margin-left: 10px;
  line-height: 26px;
  padding: 0 14px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 14px;
}

.type-list .type-item:nth-of-type(n) {
  color: #45abff;
  border-color: #45abff;
}

.type-list .type-item:nth-of-type(2n) {
  color: #86c610;
  border-color: #86c610;
}

.type-list .type-item:nth-of-type(5n) {
  color: #ff9d10;
  border-color: #ff9d10;
}

.type-list .type-item:nth-of-type(3n) {
  color: #00b573;
  border-color: #00b573;
}
