@import url('../css/base.css');
header {
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  background: #ffffff;
}
header .menu {
  width: 28px;
  height: 28px;
}
header .menu img {
  width: 28px;
  height: 28px;
}
header .logo {
  display: block;
  width: 220px;
  height: 44px;
}
header .logo img {
  width: 220px;
  height: 44px;
}
header .search {
  width: 28px;
  height: 28px;
}
header .search img {
  width: 28px;
  height: 28px;
}
header .m-nav {
  display: none;
  position: fixed;
  left: 0;
  top: 44px;
  z-index: 9999999999999999999;
  background: #fff;
  width: 100%;
  height: 100%;
}
header .m-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 28px;
  margin-bottom: 12px;
  padding: 0 10px;
}
header .m-nav a .nav_l {
  display: flex;
  align-items: center;
}
header .m-nav a .nav_l img {
  width: 28px;
  height: 28px;
  margin-right: 4px;
}
header .m-nav a .nav_l span {
  display: block;
  color: #333333;
  font-size: 16px;
  font-family: M;
}
header .m-nav a .nav_r {
  width: 28px;
  height: 28px;
}
header .m-search-mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999999999999999;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
header .m-search {
  position: fixed;
  top: 0;
  width: 100%;
  background: #25A0FE;
  z-index: 2;
  padding: 60px 20px 20px;
}
header .m-search input {
  width: 100%;
  height: 48px;
  background: #FFFFFF;
  padding-left: 48px;
  color: #666666;
  font-size: 16px;
  font-family: R;
}
header .m-search input::placeholder {
  color: #666666;
  font-size: 16px;
  font-family: R;
}
header .m-search button {
  position: absolute;
  left: 36px;
  top: 70px;
  width: 28px;
  height: 28px;
}
header .m-search button img {
  width: 28px;
  height: 28px;
}
header .m-search .m-search-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
header .m-search .m-search-list a {
  display: block;
  padding: 2px 24px;
  background: #FFFFFF;
  border-radius: 50px;
  color: #333333;
  font-size: 18px;
  line-height: 28px;
  font-family: M;
  margin: 0 8px 8px 0;
}
header .m-search .m-close-s {
  position: absolute;
  right: 20px;
  bottom: -16px;
  width: 38px;
  height: 38px;
}
footer {
  width: 100%;
  height: 107px;
  background: #FFFFFF;
  border-top: 1px solid #DDDDDD;
  margin-top: 40px;
}
footer .f_logo {
  display: block;
  width: 220px;
  height: 44px;
  margin: 12px auto 0;
}
footer .f_logo img {
  width: 220px;
  height: 44px;
}
footer .yinsi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  margin-top: 16px;
}
footer .yinsi a {
  color: #333333;
  line-height: 16px;
  font-size: 14px;
  font-family: M;
}
.character {
  margin-bottom: 16px;
}
.character h2 {
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: M;
}
.character .characters_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.character .characters_list a {
  display: block;
  width: calc((100% - 8px) / 2);
  margin: 8px 8px 0 0;
  font-size: 0;
}
.character .characters_list a:nth-child(2n) {
  margin-right: 0;
}
.character .characters_list a .thum {
  width: 100%;
  height: 0;
  padding-bottom: 136%;
  overflow: hidden;
  position: relative;
}
.character .characters_list a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.character .characters_list a h3 {
  width: 100%;
  height: 39px;
  line-height: 39PX;
  background: #25A0FE;
  border-top: 1px solid #FE3F41;
  color: #FFFFFF;
  font-size: 16px;
  font-family: M;
  padding: 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.apps_game {
  margin-bottom: 16px;
}
.apps_game h2 {
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: M;
}
.apps_game .apps_game_l {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.apps_game .apps_game_l a {
  display: block;
  width: calc((100% - 16px) / 3);
  margin: 8px 8px 0 0;
  font-size: 0;
  border: 1px solid #EEEEEE;
  padding: 8px;
}
.apps_game .apps_game_l a:nth-child(3n) {
  margin-right: 0;
}
.apps_game .apps_game_l a .sum {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.apps_game .apps_game_l a .sum img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.apps_game .apps_game_l a h2 {
  color: #333333;
  line-height: 20px;
  font-size: 14px;
  font-family: M;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 4px;
}
.apps_game .apps_game_l a h4 {
  color: #666666;
  line-height: 20px;
  font-size: 12px;
  font-family: M;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.apps_game .apps_game_l a .xing .layui-icon {
  font-size: 12px;
  color: #FFC700;
}
.media {
  margin-bottom: 16px;
}
.media h2 {
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: M;
}
.media .media_l {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.media .media_l a {
  display: block;
  width: calc((100% - 8px) / 2);
  margin: 8px 8px 0 0;
  font-size: 0;
}
.media .media_l a:nth-child(2n) {
  margin-right: 0;
}
.media .media_l a .sum {
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  overflow: hidden;
  position: relative;
}
.media .media_l a .sum img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.media .media_l a h2 {
  color: #333333;
  line-height: 20px;
  height: 40px;
  font-size: 14px;
  font-family: M;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 8px;
}
.introduce {
  width: 100%;
  padding: 10px;
  border: 1px solid #EEEEEE;
  margin-bottom: 16px;
}
.introduce h2 {
  color: #333333;
  line-height: 28px;
  font-size: 18px;
  font-family: B;
}
.introduce .introduce_t {
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: M;
}
.introduce .introduce_b {
  color: #666666;
  line-height: 24px;
  font-size: 14px;
  font-family: M;
}
.bread {
  height: 28px;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: M;
}
.bread a {
  color: #333333;
  font-size: 16px;
  font-family: M;
}
.bread .active {
  color: #333;
}
.m_detail {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.m_detail .img1 {
  width: 68px;
  height: 68px;
  border-radius: 12px 12px 12px 12px;
  object-fit: cover;
  margin-right: 8px;
}
.m_detail .m_detail_r h2 {
  color: #333333;
  line-height: 24px;
  font-size: 16px;
  font-family: B;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.m_detail .m_detail_r div .layui-icon {
  font-size: 18px;
  color: #FFC700;
}
.ad {
  text-align: center;
  margin-bottom: 8px;
}
.ad .ad-p {
  width: 100%;
}
.ad span {
  color: #A6A6A6;
  line-height: 14px;
  font-size: 12px;
  font-family: R;
}
.types ul li {
  width: 100%;
  display: flex;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.types ul li span {
  display: block;
  font-size: 14px;
  color: #666666;
  font-family: R;
}
.types ul li span:nth-child(1) {
  margin-right: 8px;
}
.types ul li span:nth-child(2) {
  color: #333333;
  font-family: M;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.types ul li img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.tags {
  display: flex;
  margin-bottom: 4px;
}
.tags .left {
  color: #666666;
  line-height: 20px;
  font-size: 14px;
  font-family: R;
}
.tags .right {
  display: flex;
  flex-wrap: wrap;
}
.tags .right a {
  display: block;
  height: 30px;
  line-height: 30px;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid rgba(238, 238, 238, 0.93);
  padding: 0 12px;
  margin-left: 8px;
  color: #666666;
  font-size: 14px;
  font-family: M;
  margin-bottom: 8px;
}
.screen {
  margin-top: 16px;
}
.screen .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
  margin-right: 10px;
}
.screen .swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
.screen .swiper .swiper-wrapper .swiper-slide img {
  height: 180px;
  object-fit: cover;
}
.screen .swiper .swiper-button-next,
.screen .swiper .swiper-button-prev {
  width: 28px;
  height: 28px;
}
.getDown h2 {
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: M;
  margin-bottom: 4px;
}
.getDown .getDownList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.getDown .getDownList a {
  display: flex;
  align-items: center;
  height: 32px;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #25A0FE;
  padding: 0 12px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.getDown .getDownList a img {
  width: 24px;
  height: 24px;
}
.getDown .getDownList a span {
  display: block;
  color: #25A0FE;
  font-size: 14px;
  font-family: M;
  margin-left: 10px;
}
.statement {
  margin-bottom: 16px;
}
.statement .top {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.statement .top img {
  width: 20px;
  height: 20px;
}
.statement .top span {
  display: block;
  color: #333333;
  font-size: 16px;
  font-family: M;
  margin-left: 4px;
}
.statement .bottom {
  color: #666666;
  line-height: 20px;
  font-size: 14px;
  font-family: R;
  margin-bottom: 4px;
}
.review {
  margin-bottom: 16px;
}
.review h2 {
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: M;
}
.review .review_title {
  font-size: 16px;
  color: #632F94;
  font-family: R;
  line-height: 28px;
}
.review .review_text {
  color: #666666;
  line-height: 24px;
  font-size: 16px;
  font-family: M;
}
.comments h2 {
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: M;
}
.comments .comments_ipt .comments_ipt_t {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.comments .comments_ipt .comments_ipt_t input {
  width: calc(100% - 132px);
  height: 36px;
  background: #F8F8F8;
  border-radius: 0px 0px 0px 0;
  color: #999999;
  font-size: 16px;
  font-family: R;
  padding-left: 12px;
}
.comments .comments_ipt .comments_ipt_t input::placeholder {
  color: #999999;
  font-size: 16px;
  font-family: R;
}
.comments .comments_ipt .comments_ipt_t button {
  width: 124px;
  height: 36px;
  background: #25A0FE;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-family: B;
}
.comments .comments_ipt textarea {
  width: 100%;
  height: 200px;
  background: #F8F8F8;
  color: #999999;
  font-size: 16px;
  font-family: R;
  padding-left: 12px;
  padding-top: 12px;
  margin-bottom: 16px;
}
.comments .comments_ipt textarea::placeholder {
  color: #999999;
  font-size: 16px;
  font-family: R;
}
.comments .comments_list .c_li .c_lii {
  padding-bottom: 20px;
  border-bottom: 1px solid #E8E8E8;
  margin-top: 16px;
}
.comments .comments_list .c_li .c_lii .c_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.comments .comments_list .c_li .c_lii .c_top .c_top_user {
  color: #999999;
  line-height: 20px;
  font-size: 16px;
  font-family: R;
}
.comments .comments_list .c_li .c_lii .c_top .c_top_user span {
  color: #333333;
  font-size: 20px;
  font-family: B;
}
.comments .comments_list .c_li .c_lii .c_top .zan {
  display: flex;
}
.comments .comments_list .c_li .c_lii .c_top .zan img {
  width: 20px;
  height: 20px;
}
.comments .comments_list .c_li .c_lii .c_top .zan span {
  color: #999999;
  font-size: 14px;
  font-family: M;
  margin-left: 4px;
}
.comments .comments_list .c_li .c_lii .pinglun {
  color: #666666;
  line-height: 20px;
  font-size: 16px;
  font-family: R;
}
.comments .paging {
  width: 100%;
  height: 50px;
  text-align: center;
  margin-top: 20px;
}
.comments .paging ul {
  display: inline-block;
  overflow: hidden;
}
.comments .paging ul li {
  float: left;
  width: 39px;
  height: 32px;
  font-size: 16px;
  font-family: M;
  color: #999999;
  text-align: center;
  line-height: 32px;
  margin-right: 12px;
  cursor: pointer;
  border-radius: 4px;
}
.comments .paging ul li:nth-child(2) {
  width: 39px;
  height: 32px;
  background: #25A0FE;
  border-radius: 50px 50px 50px 50px;
  color: #fff;
}
.no_result {
  text-align: center;
  margin-bottom: 16px;
}
.no_result img {
  width: 206px;
  height: 127px;
  margin-bottom: 12px;
}
.no_result h2 {
  color: #666666;
  font-size: 16px;
  font-family: B;
}
.results_t {
  color: #333333;
  font-size: 16px;
  font-family: B;
  margin-bottom: 16px;
}
.about h2 {
  color: #333333;
  line-height: 24px;
  font-size: 18px;
  font-family: B;
  margin-bottom: 4px;
}
.about .text {
  color: #666666;
  line-height: 28px;
  font-size: 16px;
  font-family: M;
  margin-bottom: 8px;
}
@media (min-width: 751px) {
  .character .characters_list a {
    width: calc((100% - 40px) / 6);
    margin: 8px 8px 0 0;
    font-size: 0;
  }
  .character .characters_list a:nth-child(2n) {
    margin-right: 8px;
  }
  .character .characters_list a:nth-child(6n) {
    margin-right: 0;
  }
  .apps_game .apps_game_l a {
    width: calc((100% - 40px) / 6);
  }
  .apps_game .apps_game_l a:nth-child(3n) {
    margin-right: 8px;
  }
  .apps_game .apps_game_l a:nth-child(6n) {
    margin-right: 0;
  }
  .media .media_l {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .media .media_l a {
    width: calc((100% - 24px) / 4);
    margin: 8px 8px 0 0;
    font-size: 0;
  }
  .media .media_l a:nth-child(2n) {
    margin-right: 8px;
  }
  .media .media_l a:nth-child(4n) {
    margin-right: 0;
  }
}
