@charset "utf-8";
body {
  background: #f9fcff;
}
.crumbs-wrap {
  padding: 0 30px;
  height: 55px;
  line-height: 55px;
}
.crumbs-wrap .bread-nav {
  color: #73767f;
}
.crumbs-wrap .bread-nav > a {
  display: inline-block;
  color: #354352;
  letter-spacing: 1px;
}
.crumbs-wrap .bread-nav > a.three-level {
  color: #67d5b5;
  padding: 0 9px;
  height: 22px;
  line-height: 22px;
  border: 1px dashed #67d5b5;
  border-radius: 2px;
  margin-left: 8px;
}
.crumbs-wrap .bread-nav > a:hover {
  color: #67d5b5;
}
.filter-list-wrap {
  background: #fff;
  padding: 25px 0 0px 30px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0px 4px 10px 0px rgba(146, 157, 154, 0.3);
  margin-bottom: 20px;
}
.filter-list-wrap .type {
  min-width: 76px;
  height: 25px;
  font-size: 14px;
  color: #354352;
  line-height: 25px;
  letter-spacing: 1px;
  margin-right: 10px;
}
.filter-list-wrap .filter-list {
  width: 84%;
}
.filter-list-wrap .filter-list-box .all > a {
  min-width: 60px;
}
.filter-list-wrap .filter-list-box li,
.filter-list-wrap .filter-list-box .all {
  float: left;
  height: 25px;
  line-height: 25px;
  border-radius: 2px;
  text-align: center;
  margin-right: 9px;
  margin-bottom: 20px;
}
.filter-list-wrap .filter-list-box li > a,
.filter-list-wrap .filter-list-box .all > a {
  display: block;
  padding: 0 9px;
  font-size: 14px;
  letter-spacing: 1px;
  text-indent: 2px;
  color: #354352;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.filter-list-wrap .filter-list-box li:hover > a,
.filter-list-wrap .filter-list-box .all:hover > a {
  color: #67d5b5;
}
.filter-list-wrap .filter-list-box li.on,
.filter-list-wrap .filter-list-box .all.on {
  background: #ebf1f5;
}
.filter-list-wrap .filter-list-box li.on > a,
.filter-list-wrap .filter-list-box .all.on > a {
  color: #67d5b5;
}
.data-list-wrap .data-select-box {
  margin-bottom: 20px;
  min-height: 34px;
}
.data-list-wrap .data-select-box .title,
.data-list-wrap .data-select-box .other {
  position: relative;
  height: 14px;
  font-size: 14px;
  color: #354352;
  line-height: 14px;
  letter-spacing: 1px;
  padding: 10px 0;
}
.data-list-wrap .data-select-box .title.first,
.data-list-wrap .data-select-box .other.first {
  padding-left: 7px;
  color: #67d5b5;
}
.data-list-wrap .data-select-box .title.first > a,
.data-list-wrap .data-select-box .other.first > a {
  color: #67d5b5;
}
.data-list-wrap .data-select-box .title.first:before,
.data-list-wrap .data-select-box .other.first:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 12px;
  margin-top: -6px;
  background: #67d5b5;
}
.data-list-wrap .data-select-box .other {
  margin-left: 30px;
}
.data-list-wrap .data-select-box .difficulty-select {
  margin-left: 30px;
  position: relative;
  padding: 10px 0;
}
.data-list-wrap .data-select-box .difficulty-select .current {
  height: 14px;
  font-size: 14px;
  color: #354352;
  line-height: 14px;
  letter-spacing: 1px;
  cursor: default;
}
.data-list-wrap .data-select-box .difficulty-select .current > .iconfont {
  display: inline-block;
  font-size: 12px;
  width: 13px;
  height: 13px;
  line-height: 13px;
  border: 1px solid #9aa8b6;
  border-radius: 2px;
  margin-left: 5px;
  text-align: center;
  transform: rotate(180deg);
}
.data-list-wrap .data-select-box .difficulty-select > ul {
  display: none;
  position: absolute;
  margin-top: 5px;
  right: 0;
  background: #fff;
  z-index: 15;
  width: 100%;
  text-align: center;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px rgba(146, 157, 154, 0.35);
}
.data-list-wrap .data-select-box .difficulty-select li {
  height: 24px;
  line-height: 24px;
}
.data-list-wrap .data-select-box .difficulty-select li > a {
  display: block;
  font-size: 14px;
  color: #354352;
  letter-spacing: 1px;
}
.data-list-wrap .data-select-box .difficulty-select li.on {
  background: #dfe4e8;
}
.data-list-wrap .data-select-box .difficulty-select li:hover {
  background: #dfe4e8;
}
.data-list-wrap .data-select-box .difficulty-select:hover .current > .iconfont {
  transform: rotate(0deg);
}
.data-list-wrap .data-select-box .difficulty-select:hover > ul {
  display: block;
}
.data-list-wrap .data-list-box {
  margin-right: -18px;
}
.data-list-wrap .data-list-box li.list {
  position: relative;
  float: left;
  width: 286px;
  height: 235px;
  overflow: hidden;
  margin-right: 18px;
  margin-bottom: 30px;
  border-radius: 2px;
  box-shadow: 0px 2px 5px 0px rgba(146, 157, 154, 0.05);
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  background: #fff;
}
.data-list-wrap .data-list-box li.list > a {
  display: block;
}
.data-list-wrap .data-list-box li.list .img-box {
  position: relative;
  width: 100%;
  height: 168px;
  overflow: hidden;
}
.data-list-wrap .data-list-box li.list .img-box .duration {
  position: absolute;
  right: 20px;
  bottom: 10px;
  white-space: nowrap;
  min-width: 60px;
  padding: 0 8px;
  height: 16px;
  line-height: 16px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 9px;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 1px;
  z-index: 5;
}
.data-list-wrap .data-list-box li.list .img-box img {
  width: 100%;
}
.data-list-wrap .data-list-box li.list .info-box {
  padding: 10px;
}
.data-list-wrap .data-list-box li.list .info-box h4 {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: normal;
  margin-bottom: 17px;
  height: 18px;
  line-height: 18px;
  color: #354352;
  font-size: 16px;
  letter-spacing: 1px;
}
.data-list-wrap .data-list-box li.list .info-box h4 > em {
  display: inline-block;
  min-width: 16px;
  padding: 0 3px;
  height: 18px;
  line-height: 18px;
  background: #84b1ed;
  border-radius: 2px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  margin-right: 5px;
  vertical-align: 2px;
}
.data-list-wrap .data-list-box li.list .info-box h4 > .title {
  display: inline-block;
  width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.data-list-wrap .data-list-box li.list .info-box h4 > .play-icon {
  display: inline-block;
  color: #67d5b5;
  font-size: 20px;
  vertical-align: 3px;
}
.data-list-wrap .data-list-box li.list .info-box h4:hover {
  color: #67d5b5;
}
.data-list-wrap .data-list-box li.list .info-box .name {
  margin-left: -5px;
}
.data-list-wrap .data-list-box li.list .info-box .other {
  height: 12px;
  line-height: 12px;
}
.data-list-wrap .data-list-box li.list .info-box .other > span {
  white-space: nowrap;
  height: 12px;
  font-size: 12px;
  color: #3e4c5b;
  line-height: 12px;
  letter-spacing: 1px;
}
.data-list-wrap .data-list-box li.list .info-box .other > span b {
  color: #3e4c5b;
  margin-left: 10px;
  font-weight: normal;
}
.data-list-wrap .data-list-box li.list .info-box .other .score {
  color: #ffbc42;
}
.data-list-wrap .data-list-box li.list:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0px 4px 10px 0px rgba(146, 157, 154, 0.3);
}
.data-list-wrap .data-list-box.series li.list {
  height: 282px;
}
.data-list-wrap .data-list-box.series li.list .info-box {
  padding: 10px 20px 0 10px;
}
.data-list-wrap .data-list-box.series li.list .info-box h4 {
  margin-bottom: 6px;
}
.data-list-wrap .data-list-box.series li.list .info-box .intro {
  position: relative;
  height: 12px;
  font-size: 12px;
  color: #3e4c5b;
  line-height: 23px;
  letter-spacing: 1px;
  overflow: hidden;
  height: 42px;
  word-break: break-all;
}
.data-list-wrap .data-list-box.series li.list .info-box .relevant-info {
  margin-top: 15px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
}
.data-list-wrap .data-list-box.series li.list .info-box .relevant-info > span {
  color: #3e4c5b;
  letter-spacing: 1px;
}
.data-list-wrap .data-list-box.series li.list .info-box .relevant-info > span.divide {
  border-left: 1px solid #67d5b5;
  padding-left: 10px;
  margin-left: 10px;
}
.data-list-wrap .empty-box {
  width: 400px;
  margin: 80px auto;
  font-size: 14px;
  text-align: left;
  color: #354352;
  line-height: 40px;
  letter-spacing: 1px;
}
.list-Page {
  margin-top: 30px;
  text-align: center;
}
.list-Page .center-page {
  display: inline-block;
  line-height: 40px;
}
.list-Page .center-page .page-list {
  margin-right: 36px;
}
.list-Page .center-page .page-list li {
  background-color: #fff;
  display: inline-block;
  min-width: 40px;
  text-align: center;
  height: 40px;
  margin-right: 15px;
  box-sizing: border-box;
  border: 1px solid #9aa8b6;
  border-radius: 2px;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.list-Page .center-page .page-list li a {
  display: block;
  padding: 0 12px;
  color: #9aa8b6;
}
.list-Page .center-page .page-list li:last-child {
  margin-right: 0;
}
.list-Page .center-page .page-list li.on,
.list-Page .center-page .page-list li:hover {
  cursor: pointer;
  background-color: #67d5b5;
  border-color: transparent;
}
.list-Page .center-page .page-list li.on a,
.list-Page .center-page .page-list li:hover a {
  color: #fff;
}
.list-Page .center-page .page-list li.points-span.on,
.list-Page .center-page .page-list li.points-span:hover {
  background-color: transparent;
  background-color: #fff;
}
.list-Page .center-page .enter-page {
  display: inline-block;
  color: #9aa8b6;
}
.list-Page .center-page .enter-page .page-input {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 40px;
  text-align: center;
  height: 40px;
  max-width: 200px;
  margin: 0 8px;
  color: #9aa8b6;
}
.list-Page .center-page .enter-page .pageEnter-Btn {
  background-color: #fff;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 40px;
  margin-left: 8px;
  height: 40px;
  vertical-align: bottom;
}
.list-Page .center-page .enter-page .pageEnter-Btn.on,
.list-Page .center-page .enter-page .pageEnter-Btn:hover {
  cursor: pointer;
  background-color: #67d5b5;
  border-color: transparent;
  color: #fff;
}
/*分页end*/
