@import url('../css/head_foot.css');
#content {
  width: 1280px;
  padding: 0 40px;
  margin: 0 auto 40px;
}
#content .cont_top {
  width: 100%;
  height: 345px;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #EEEEEE;
  padding: 16px;
  display: flex;
  align-items: top;
  justify-content: space-between;
  margin-bottom: 16px;
}
#content .cont_top .cont_t_l {
  width: 316px;
}
#content .cont_top .cont_t_l h3 {
  width: 100%;
  font-size: 18px;
  font-family: s;
  font-weight: 500;
  color: #333333;
  margin-bottom: 12px;
}
#content .cont_top .cont_t_l .tag_list {
  display: flex;
  flex-wrap: wrap;
  height: 279px;
  overflow: hidden;
}
#content .cont_top .cont_t_l .tag_list a {
  padding: 7px 10px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid rgba(238, 238, 238, 0.93);
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 16px;
  margin: 0 8px 8px 0;
}
#content .cont_top .cont_t_l .tag_list a:hover {
  background: #EEEEEE;
  text-decoration: underline;
}
#content .cont_top .ad {
  position: relative;
  width: 336px;
  height: 280px;
  margin-bottom: 20px;
  background: #F0F0F0;
}
#content .cont_top .ad .ad_title {
  position: absolute;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D2D2D2;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}
#content .cont_top .game_detail {
  width: 500px;
}
#content .cont_top .game_detail .game_d_t {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
#content .cont_top .game_detail .game_d_t .game_img {
  width: 116px;
  height: 116px;
  border-radius: 8px;
  margin-right: 12px;
}
#content .cont_top .game_detail .game_d_t .t_r .title {
  font-size: 18px;
  font-family: s;
  font-weight: 600;
  color: #333333;
  margin-bottom: 12px;
}
#content .cont_top .game_detail .game_tags {
  display: flex;
  flex-wrap: wrap;
  height: 34px;
  overflow: hidden;
}
#content .cont_top .game_detail .game_tags a {
  padding: 8px 12px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #EEEEEE;
  font-size: 14px;
  font-family: m;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
  margin: 0 12px 12px 0;
}
#content .cont_top .game_detail .game_tags a:hover {
  background: #EEEEEE;
  text-decoration: underline;
}
#content .cont_top .game_detail .fen {
  margin-top: 24px;
  width: 500px;
  height: 116px;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #EEEEEE;
  padding: 24px 16px;
}
#content .cont_top .game_detail .fen .st {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 19px;
  margin-bottom: 12px;
}
#content .cont_top .game_detail .fen .xing .layui-rate li i.layui-icon {
  font-size: 26px;
}
#content .cont_top .game_detail .fen .success {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: r;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  padding: 13px 34px;
  display: none;
}
#content .class_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(389px, auto));
  grid-gap: 16px;
  margin-bottom: 16px;
}
#content .class_list .class_item {
  width: 100%;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #EEEEEE;
  display: flex;
}
#content .class_list .class_item img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
#content .class_list .class_item .item_r {
  display: flex;
  flex-direction: column;
}
#content .class_list .class_item .item_r .r_t,
#content .class_list .class_item .item_r .r_b {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
}
#content .class_list .class_item .item_r .r_b {
  color: #333;
}
#content .cont_b {
  display: flex;
  justify-content: space-between;
}
#content .cont_b .cont_b_l {
  width: 300px;
}
#content .cont_b .cont_b_l .ad {
  position: relative;
  margin-bottom: 30px;
}
#content .cont_b .cont_b_l .ad h3 {
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D2D2D2;
}
#content .cont_b .cont_b_l .ad .ad_cont {
  width: 300px;
  height: 600px;
  background: #ffff;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: 0 auto;
}
#content .cont_b .cont_b_l .more {
  padding: 16px 16px 6px;
  background: #FFFFFF;
  border-radius: 8px;
  opacity: 1;
  border: 1px solid #EEEEEE;
}
#content .cont_b .cont_b_l .more h3 {
  font-size: 18px;
  font-family: s;
  font-weight: 600;
  color: #333333;
  margin-bottom: 12px;
}
#content .cont_b .cont_b_l .more .more_list .more_item {
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #EEEEEE;
  padding: 8px;
  display: flex;
  margin-bottom: 10px;
}
#content .cont_b .cont_b_l .more .more_list .more_item img {
  width: 84px;
  height: 84px;
  border-radius: 8px;
  margin-right: 8px;
}
#content .cont_b .cont_b_l .more .more_list .more_item .item_r {
  width: calc(100% - 92px);
}
#content .cont_b .cont_b_l .more .more_list .more_item .item_r .title {
  margin-top: 6px;
  font-size: 14px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 2px;
}
#content .cont_b .cont_b_l .more .more_list .more_item .item_r span {
  display: block;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#content .cont_b .cont_b_l .more .more_list .more_item:hover {
  border: 1px solid #00A257;
}
#content .cont_b .cont_b_l .more .more_list .more_item:hover .item_r .title {
  color: #00A257;
}
#content .cont_b .cont_b_r_f .cont_b_r {
  width: 884px;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #EEEEEE;
}
#content .cont_b .cont_b_r_f .cont_b_r .description {
  margin-bottom: 16px;
}
#content .cont_b .cont_b_r_f .cont_b_r .description h3 {
  margin-bottom: 12px;
  font-size: 18px;
  font-family: s;
  font-weight: 600;
  color: #333333;
}
#content .cont_b .cont_b_r_f .cont_b_r .description .text {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 24px;
  margin-bottom: 16px;
}
#content .cont_b .cont_b_r_f .cont_b_r .lb {
  position: relative;
  margin-bottom: 8px;
  width: 100%;
}
#content .cont_b .cont_b_r_f .cont_b_r .lb .swiper {
  overflow: hidden;
}
#content .cont_b .cont_b_r_f .cont_b_r .lb .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
  margin-right: 9px;
}
#content .cont_b .cont_b_r_f .cont_b_r .lb .swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
#content .cont_b .cont_b_r_f .cont_b_r .lb .swiper .swiper-wrapper .swiper-slide img {
  height: 320px;
}
#content .cont_b .cont_b_r_f .cont_b_r .lb .swiper-button-prev,
#content .cont_b .cont_b_r_f .cont_b_r .lb .swiper-button-next {
  position: absolute;
  top: 50%;
}
#content .cont_b .cont_b_r_f .cont_b_r .lb .swiper-button-prev {
  left: -10px;
}
#content .cont_b .cont_b_r_f .cont_b_r .lb .swiper-button-next {
  right: -10px;
}
#content .cont_b .cont_b_r_f .cont_b_r .ad {
  position: relative;
  width: 728px;
  height: 90px;
  margin: 0 auto 24px;
  background: #F0F0F0;
}
#content .cont_b .cont_b_r_f .cont_b_r .ad .ad_title {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D2D2D2;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
#content .cont_b .cont_b_r_f .cont_b_r .download .check,
#content .cont_b .cont_b_r_f .cont_b_r .download .apk {
  width: 100%;
  height: 51px;
  margin-bottom: 12px;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#content .cont_b .cont_b_r_f .cont_b_r .download .check img,
#content .cont_b .cont_b_r_f .cont_b_r .download .apk img {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
#content .cont_b .cont_b_r_f .cont_b_r .download .check span,
#content .cont_b .cont_b_r_f .cont_b_r .download .apk span {
  color: #fff;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
}
#content .cont_b .cont_b_r_f .cont_b_r .download .check {
  background: #00A257;
}
#content .cont_b .cont_b_r_f .cont_b_r .download .apk {
  background: #091F1A;
}
#content .cont_b .cont_b_r_f .cont_b_r .download1 {
  display: flex;
  justify-content: space-between;
}
#content .cont_b .cont_b_r_f .cont_b_r .download1 .check,
#content .cont_b .cont_b_r_f .cont_b_r .download1 .apk {
  width: calc((100% - 16px) / 2);
  height: 51px;
  margin-bottom: 12px;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #CAEADA;
  color: #00A257;
}
#content .cont_b .cont_b_r_f .cont_b_r .download1 .check img,
#content .cont_b .cont_b_r_f .cont_b_r .download1 .apk img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .cont_b .cont_b_r_f .cont_b_r .download1 .check span,
#content .cont_b .cont_b_r_f .cont_b_r .download1 .apk span {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
}
#content .cont_b .cont_b_r_f .cont_b_r .download1 .check:hover span,
#content .cont_b .cont_b_r_f .cont_b_r .download1 .apk:hover span {
  text-decoration: underline;
}
#content .cont_b .cont_b_r_f .cont_b_r .aq {
  width: 100%;
  background: #F9F9F9;
  border-radius: 8px 8px 8px 8px;
  padding: 12px 16px;
  display: flex;
  margin-bottom: 16px;
}
#content .cont_b .cont_b_r_f .cont_b_r .aq img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
#content .cont_b .cont_b_r_f .cont_b_r .aq .aq_r .aq_r_t {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 24px;
}
#content .cont_b .cont_b_r_f .cont_b_r .aq .aq_r .aq_r_b {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #999;
  line-height: 24px;
}
#content .cont_b .cont_b_r_f .cont_b_r .comment h3 {
  font-size: 18px;
  font-family: s;
  font-weight: 500;
  color: #333333;
  line-height: 19px;
  margin-bottom: 14px;
}
#content .cont_b .cont_b_r_f .cont_b_r .comment textarea {
  width: 100%;
  height: 100px;
  background: #F3F3F3;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: none;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  text-indent: 1em;
  padding: 16px 0;
  margin-bottom: 12px;
}
#content .cont_b .cont_b_r_f .cont_b_r .comment .tj {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #F9F9F9;
  margin-bottom: 16px;
}
#content .cont_b .cont_b_r_f .cont_b_r .comment .tj input {
  width: 659px;
  height: 51px;
  background: #F3F3F3;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: none;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  text-indent: 1em;
}
#content .cont_b .cont_b_r_f .cont_b_r .comment .tj button {
  width: 181px;
  height: 51px;
  background: #00A257;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 16px;
  cursor: pointer;
}
#content .cont_b .cont_b_r_f .cont_b_r .comment .reply {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
#content .cont_b .cont_b_r_f .cont_b_r .comment .reply .reply_img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
#content .cont_b .cont_b_r_f .cont_b_r .comment .reply .reply_r {
  width: calc(100% - 62px);
}
#content .cont_b .cont_b_r_f .cont_b_r .comment .reply .reply_r .name {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
}
#content .cont_b .cont_b_r_f .cont_b_r .comment .reply .reply_r .talk {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 24px;
}
#content .cont_b .cont_b_r_f .cont_b_r .comment .reply .reply_r .num {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 14px;
}
#content .cont_b .cont_b_r_f .cont_b_r .comment .paging {
  height: 50px;
  text-align: center;
}
#content .cont_b .cont_b_r_f .cont_b_r .comment .paging ul {
  display: inline-block;
  overflow: hidden;
}
#content .cont_b .cont_b_r_f .cont_b_r .comment .paging ul li {
  float: left;
  width: 29px;
  height: 31px;
  border-radius: 4px;
  background: #eee;
  font-size: 14px;
  font-family: m;
  font-weight: 400;
  color: #333;
  text-align: center;
  line-height: 31px;
  margin-right: 12px;
}
#content .cont_b .cont_b_r_f .cont_b_r .comment .paging ul li:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #00A257;
  border-radius: 4px;
  border: none;
  color: #fff;
}
#content .cont_b .cont_b_r_f .fun_game {
  width: 884px;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #EEEEEE;
  margin-top: 16px;
}
#content .cont_b .cont_b_r_f .fun_game h3 {
  margin-bottom: 12px;
  font-size: 18px;
  font-family: s;
  font-weight: 600;
  color: #333333;
}
#content .cont_b .cont_b_r_f .fun_game .game_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 130px);
  grid-template-rows: repeat(auto-fill, 173px);
  grid-gap: 12px;
}
#content .cont_b .cont_b_r_f .fun_game .game_list .game_item {
  width: 132px;
  height: 175px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid rgba(238, 238, 238, 0.93);
  padding: 8px;
}
#content .cont_b .cont_b_r_f .fun_game .game_list .game_item .game_top {
  width: 116px;
  height: 116px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 4px;
}
#content .cont_b .cont_b_r_f .fun_game .game_list .game_item .game_top img {
  width: 116px;
  height: 116px;
}
#content .cont_b .cont_b_r_f .fun_game .game_list .game_item .game_title {
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 2px;
}
#content .cont_b .cont_b_r_f .fun_game .game_list .game_item .game_tag {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .cont_b .cont_b_r_f .fun_game .game_list .game_item:hover {
  border-color: #00A257;
}
#content .cont_b .cont_b_r_f .fun_game .game_list .game_item:hover .game_title {
  color: #00A257;
}
#content .cont_b .cont_b_r_f .fun_game .game_list .game_item:hover .game_top img {
  transform: scale(1.1);
  transition: 0.3s;
}
