/* 游戏详情介绍 */
.gameC_detail {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  margin-top: 37px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}


/* 左 */
.gameC_detail .gameC_left {
  width: 842px;
}

/* 游戏类型 */
.gameC_detail .gameC_type {
  width: 100%;
  height: 217px;
  background: #ffffff;
}

.gameC_detail .gameC_type:hover .gameC_img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.gameC_detail .gameC_type .over_img {
  width: 168px;
  height: 168px;
  left: 27px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 36px;
  overflow: hidden;
}

.gameC_detail .gameC_type .gameC_img {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.gameC_detail .gameC_type .gameC_name {
  font-family: "PingFang-SC-Heavy";
  font-size: 29px;
  color: #000000;
  left: 215px;
  top: 36px;
  font-weight: 600;
}

.gameC_detail .gameC_type .gameC_size {
  font-family: "PingFang-SC-Regular";
  font-size: 18px;
  color: #4f4f4f;
  left: 215px;
  top: 81px;
}

.gameC_detail .gameC_type .gameC_rpg {
  font-family: "PingFang-SC-Regular";
  font-size: 18px;
  color: #4f4f4f;
  left: 215px;
  top: 112px;
  width: 450px;
  text-align: left;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gameC_detail .gameC_type .gameC_pointsPeople {
  font-family: "PingFang-SC-Regular";
  font-size: 18px;
  color: #3c5a99;
  left: 215px;
  top: 144px;
  cursor: pointer;
}

.gameC_type .gameC_pointsPeople i {
  font-family: "PingFang-SC-Regular";
  font-size: 18px;
  margin-left: 6px;
}

.gameC_type .gameC_pointsPeople .icon-xinaixin {
  color: #fe759c;
  margin-left: 4px;
}

/* 游戏官网 */
.gameC_detail .gameC_type .gameC_web {
  width: 173px;
  height: 60px;
  border-radius: 5px;
  top: 41px;
  right: 25px;
}

.gameC_detail .gameC_type .gameC_download_btn {
  width: 173px;
  height: 60px;
  border-radius: 5px;
  bottom: 38px;
  right: 25px;
}

/* 游戏介绍和相關資訊 */
.gameC_detail .gameC_left .gameC_info {
  width: 100%;
  margin-top: 29px;
}

.gameC_left .gameC_info ul {
  width: 100%;
}

/* 切换表头 */
.gameC_left .gameC_info ul .info_title {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.gameC_info ul .info_title span {
  width: 420px;
  height: 58px;
  line-height: 58px;
  border: solid 2px rgba(255, 182, 41, 0.27);
  font-size: 25px;
  color: #ffb629;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  font-family: PingFang-SC-Bold;
}

.gameC_info ul .info_title .on {
  background: #ffb629;
  border: none;
  color: #fff;
}

/* 游戏介绍内容 */
.gameC_info ul .game_introduction {
  margin-top: 14px;
}

/* 游戏介绍轮播图 */
.game_introduction .game_introduction_swiper {
  width: 100%;
  height: 330px;
}

.game_introduction .game_introduction_swiper .game_introduction_swiper_container {
  width: 100%;
  height: 100%;
}

.game_introduction_swiper .game_introduction_swiper_container .swiper-slide {
  cursor: pointer;
}

.game_introduction_swiper_container .swiper-slide img {
  height: 100%;
}

.game_introduction_swiper .introduction-button-prev {
  width: 43px;
  height: 43px;
  background: url("/static/index/img/introduction-button-next.png")no-repeat;
  background-size: 100%;
  margin-top: 0px;
  left: 12px;
  top: 50%;
  -webkit-transform: rotateY(180deg) translate(0, -50%);
  transform: rotateY(180deg) translate(0, -50%);
  opacity: 0.5;
}

.game_introduction_swiper .introduction-button-prev:hover {
  opacity: 1;
}

.game_introduction_swiper .introduction-button-next {
  width: 43px;
  height: 43px;
  background: url("/static/index/img/introduction-button-next.png")no-repeat;
  background-size: 100%;
  margin-top: 0px;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0.5;
}

.game_introduction_swiper .introduction-button-next:hover {
  opacity: 1;
}

/* 游戏简介 */
.gameC_info .game_introduction .gameC_briefi {
  width: 100%;
  margin-top: 27px;
}

/* 标题 */
.game_introduction .gameC_briefi .briefi_title {
  display: -webkit-box;
  display: flex;
  line-height: 23px;
}

.gameC_briefi .briefi_title span {
  width: 7px;
  height: 25px;
  background: #f68742;
}

.gameC_briefi .briefi_title h2 {
  font-family: "MicrosoftYaHei";
  font-size: 25px;
  font-weight: 400;
  color: #000000;
  margin-left: 8px;
}

.game_introduction .gameC_briefi p {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #dbdbdb;
  text-align: left;
  font-family: "PingFang-SC-Regular";
  font-size: 18px;
  color: #909090;
  line-height: 36px;
}

/* 相關資訊内容 */
.gameC_info .game_information {
  width: 100%;
  margin-top: 27px;
}

.gameC_info .game_information .infor_list {
  width: 100%;
  height: 154px;
  padding: 14px 0;
  border-bottom: 1px dashed #e1e4eb;
}

.game_information .infor_list a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
}

.game_information .infor_list .infor_img {
  width: 218px;
}

.game_information .infor_list .infor_title {
  font-family: "PingFang-SC-Bold";
  font-size: 20px;
  color: #000000;
  left: 245px;
  top: 10px;
  text-align: left;
  width: 596px;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.game_information .infor_list .infor_simple {
  font-family: "PingFang-SC-Regular";
  font-size: 16px;
  color: #909090;
  line-height: 26px;
  left: 245px;
  top: 60px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.game_information .infor_list .infor_look {
  font-family: "PingFang-SC-Regular";
  font-size: 16px;
  color: #ff5a00;
  left: 245px;
  bottom: 14px;
}

.game_information .infor_list .infor_date {
  font-family: "PingFang-SC-Regular";
  font-size: 16px;
  color: #b7b6b6;
  right: 0px;
  bottom: 14px;
}

/* 右 */
.gameC_detail .gameC_right {
  width: 272px;
  height: 100%;
  background: #ffffff;
  padding-bottom: 33px;
}

/* 遊戲推薦 */
.gameC_detail .gameC_right .gameC_recommend {
  width: 100%;
  max-width: 237px;
  margin: 0 auto;
}

/* 标题 */
.gameC_right .gameC_recommend .gameC_recommend_title {
  display: -webkit-box;
  display: flex;
  line-height: 25px;
  margin-top: 21px;
}

.gameC_recommend .gameC_recommend_title span {
  width: 7px;
  height: 25px;
  background: #f68742;
}

.gameC_recommend .gameC_recommend_title h2 {
  font-weight: 400;
  font-family: "PingFang-SC-Medium";
  font-size: 25px;
  color: #f68742;
  margin-left: 8px;
}

/* 推荐列表 */
.gameC_right .gameC_recommend .gameC_recommend_ulst {
  border-top: 1px solid #e5e5e5;
  display: -webkit-box;
  display: flex;
  margin-top: 10px;
  padding-top: 3px;
  flex-wrap: wrap;
}

.gameC_recommend .gameC_recommend_ulst .gameC_recommend_list {
  width: 100%;
  height: 80px;
  padding: 14px 0;
  border-bottom: 1px dashed #e5e5e5;
}

.gameC_recommend .gameC_recommend_ulst .gameC_recommend_list:hover {
  background: #f4f4f4;
}

.gameC_recommend_ulst .gameC_recommend_list a {
  display: -webkit-box;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gameC_recommend_ulst .gameC_recommend_list .recommend_img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 16px;
}

.gameC_recommend_ulst .gameC_recommend_list .recommend_name {
  font-family: "PingFang-SC-Heavy";
  font-size: 18px;
  color: #494949;
  left: 92px;
  top: 7px;
  font-weight: 400;
  text-align: left;
  word-break: keep-all;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 145px;
}

.gameC_recommend_ulst .gameC_recommend_list .recommend_size {
  font-family: "PingFang-SC-Regular";
  font-size: 14px;
  color: #9b9a9a;
  left: 92px;
  top: 34px;
}

.gameC_recommend_ulst .gameC_recommend_list .recommend_type {
  font-family: "PingFang-SC-Regular";
  font-size: 14px;
  color: #9b9a9a;
  left: 92px;
  top: 56px;
}