@import url('../css/reset.css');
#content {
  padding: 20px 40px;
}
#content .swiper {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
#content .swiper .swiper-wrapper a {
  width: 120px;
  height: 120px;
  margin-right: 16px;
}
#content .swiper .swiper-wrapper a img {
  width: 120px;
  height: 120px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
}
#content .swiper .swiper-wrapper a:last-child {
  margin-right: 0;
}
#content .cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#content .cont .cont_l {
  width: 843px;
}
#content .cont .cont_l .game_fraction {
  width: 843px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  padding: 24px 24px 12px;
}
#content .cont .cont_l .game_fraction .fra_t {
  display: flex;
  justify-content: space-between;
}
#content .cont .cont_l .game_fraction .fra_t .left {
  width: 443px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#content .cont .cont_l .game_fraction .fra_t .left .fraction {
  width: 443px;
  height: 124px;
  background: #F5F5F5;
  border-radius: 20px;
  padding: 16px;
  display: flex;
  position: relative;
}
#content .cont .cont_l .game_fraction .fra_t .left .fraction .tu {
  width: 92px;
  height: 92px;
  border-radius: 20px 20px 20px 20px;
  margin-right: 16px;
}
#content .cont .cont_l .game_fraction .fra_t .left .fraction .center p {
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #000000;
  line-height: 18px;
}
#content .cont .cont_l .game_fraction .fra_t .left .fraction .center button {
  padding: 8px 16px;
  background: #E5E5E5;
  border-radius: 10px;
  font-size: 12px;
  font-family: b;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
#content .cont .cont_l .game_fraction .fra_t .left .fraction .zan {
  display: flex;
  position: absolute;
  right: 11px;
  bottom: 13px;
  align-items: center;
}
#content .cont .cont_l .game_fraction .fra_t .left .fraction .zan .zan_img {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
#content .cont .cont_l .game_fraction .fra_t .left .fraction .zan .zan_num {
  font-size: 16px;
  font-family: zi1;
  font-weight: 400;
  color: #CDC5A0;
}
#content .cont .cont_l .game_fraction .fra_t .left .qiehuan {
  width: 443px;
  height: 149px;
  background: #FFFBED;
  border-radius: 20px;
}
#content .cont .cont_l .game_fraction .fra_t .left .qiehuan .version1,
#content .cont .cont_l .game_fraction .fra_t .left .qiehuan .version2 {
  width: 100%;
  background-color: #fff;
}
#content .cont .cont_l .game_fraction .fra_t .left .qiehuan .version1 table,
#content .cont .cont_l .game_fraction .fra_t .left .qiehuan .version2 table {
  width: 293px;
  height: 144px;
  border: 1px solid #f1f1f1;
}
#content .cont .cont_l .game_fraction .fra_t .left .qiehuan .version1 table tr td,
#content .cont .cont_l .game_fraction .fra_t .left .qiehuan .version2 table tr td {
  background-color: #fff;
  font-size: 14px;
  font-family: r;
  color: #666666;
  height: 36px;
  line-height: 20px;
}
#content .cont .cont_l .game_fraction .fra_t .left .qiehuan .version1 table tr .td1,
#content .cont .cont_l .game_fraction .fra_t .left .qiehuan .version2 table tr .td1 {
  padding-left: 6px;
  font-size: 14px;
  font-family: r;
  width: 130px;
  height: 36px;
  line-height: 36px;
  font-weight: 600;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px;
}
#content .cont .cont_l .game_fraction .fra_t .left .qiehuan .version1 table tr .td2,
#content .cont .cont_l .game_fraction .fra_t .left .qiehuan .version2 table tr .td2 {
  padding-left: 10px;
  font-size: 14px;
  line-height: 20px;
  font-family: r;
  width: 308px;
  font-weight: 400;
  color: #666;
  line-height: 36px;
}
#content .cont .cont_l .game_fraction .fra_t .left .qiehuan .version2 {
  display: none;
}
#content .cont .cont_l .game_fraction .fra_t .right {
  width: 336px;
  height: 280px;
  background: #F5F5F5;
  border-radius: 0px 0px 0px 0px;
  text-align: center;
  color: #000;
  position: relative;
}
#content .cont .cont_l .game_fraction .fra_t .right .gg_title {
  position: absolute;
  top: -17px;
  left: 156px;
  font-size: 12px;
  font-weight: 400;
  color: #ccc;
  font-family: zi1;
}
#content .cont .cont_l .game_fraction .fra_b .fra_tags {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
}
#content .cont .cont_l .game_fraction .fra_b .fra_tags a {
  border-radius: 10px;
  border: 1px solid #bbb;
  padding: 2px 12px;
  font-size: 14px;
  font-family: zi1;
  font-weight: 400;
  color: #bbb;
  margin: 0 10px 10px 0;
}
#content .cont .cont_l .game_fraction .fra_b .fra_tags a:hover {
  border: 1px solid #A4BBD6;
  background-color: #A4BBD6;
  color: #fff;
}
#content .cont .cont_l .edit {
  width: 843px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  padding: 24px;
  margin: 16px 0;
}
#content .cont .cont_l .edit .ad {
  position: relative;
}
#content .cont .cont_l .edit .ad .ad_title {
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 400;
  color: #ccc;
  font-family: zi1;
}
#content .cont .cont_l .edit .ad .ad_cont {
  width: 100%;
  min-height: 90px;
  text-align: center;
}
#content .cont .cont_l .edit .edit_c {
  overflow: hidden;
  margin-bottom: 24px;
}
#content .cont .cont_l .edit .edit_c .edit_title {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: r;
  font-weight: bold;
  color: #000000;
  line-height: 20px;
}
#content .cont .cont_l .edit .edit_c .edit_content {
  width: 795px;
}
#content .cont .cont_l .edit .edit_c .edit_content .content_text {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  line-height: 28px;
}
#content .cont .cont_l .edit .edit_c .edit_content .content_text .c_tu {
  width: 400px;
  height: 200px;
  float: left;
  margin-right: 20px;
  object-fit: cover;
  display: block;
}
#content .cont .cont_l .lb {
  position: relative;
  width: 100%;
}
#content .cont .cont_l .lb .swiper1 {
  overflow: hidden;
}
#content .cont .cont_l .lb .swiper1 .swiper-wrapper .swiper-slide {
  width: auto !important;
  margin-right: 12px;
}
#content .cont .cont_l .lb .swiper1 .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
#content .cont .cont_l .lb .swiper1 .swiper-wrapper .swiper-slide img {
  border-radius: 12px;
  height: 320px;
}
#content .cont .cont_l .lb .swiper-button-prev,
#content .cont .cont_l .lb .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
}
#content .cont .cont_l .lb .swiper-button-prev {
  left: 10px;
}
#content .cont .cont_l .lb .swiper-button-next {
  right: 10px;
}
#content .cont .cont_l .comments {
  width: 100%;
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden;
  padding: 24px 0;
  margin-top: 16px;
}
#content .cont .cont_l .comments .ad {
  position: relative;
}
#content .cont .cont_l .comments .ad .ad_title {
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 400;
  color: #ccc;
  font-family: zi1;
}
#content .cont .cont_l .comments .ad .ad_cont {
  width: 100%;
  min-height: 90px;
  text-align: center;
}
#content .cont .cont_l .comments .top {
  width: 100%;
  height: 68px;
  border-bottom: 1px solid #F1F1F1;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
}
#content .cont .cont_l .comments .top .top_ti {
  height: 20px;
  font-size: 18px;
  font-family: zi;
  font-weight: bold;
  color: #586168;
  line-height: 20px;
  margin-top: 23px;
  display: inline-block;
}
#content .cont .cont_l .comments .top .option {
  margin-top: 12px;
  width: 152px;
  height: 42px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px 1px rgba(201, 196, 196, 0.25);
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  padding-top: 11px;
  position: relative;
}
#content .cont .cont_l .comments .top .option .option_text {
  width: 83px;
  font-size: 16px;
  font-family: zi1;
  font-weight: normal;
  color: #D2D2D2;
  padding-left: 14px;
}
#content .cont .cont_l .comments .top .option .option_div {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
}
#content .cont .cont_l .comments .top .option ul {
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 99;
  border-radius: 10px;
  overflow: hidden;
}
#content .cont .cont_l .comments .top .option ul li {
  width: 152px;
  height: 42px;
  background: #fff;
  padding-left: 16px;
  line-height: 42px;
  font-size: 16px;
  font-family: Futura PT-Book, Futura PT;
  font-weight: normal;
  color: #999999;
}
#content .cont .cont_l .comments .top .option ul li:hover {
  color: #2B7DFC;
  background-color: #F3F8FF;
}
#content .cont .cont_l .comments .pinglun {
  width: 100%;
  padding: 13px 26px;
}
#content .cont .cont_l .comments .pinglun .from {
  position: relative;
}
#content .cont .cont_l .comments .pinglun .from input {
  width: 203px;
  height: 42px;
  background: #F8F8F8;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  font-family: l;
  font-weight: 300;
  color: #999;
  padding-left: 15px;
  display: block;
  margin: 10px 0;
}
#content .cont .cont_l .comments .pinglun .from textarea {
  width: 100%;
  height: 135px;
  background: #F8F8F8;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  font-family: l;
  font-weight: 300;
  color: #999;
  padding: 15px 0 0 15px;
  margin: 0 6px 10px 0;
  resize: none;
}
#content .cont .cont_l .comments .pinglun .from .btm_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont .cont_l .comments .pinglun .from .btm_box .box_l span {
  font-size: 16px;
  font-family: r;
  font-weight: 600;
  color: #000000;
  line-height: 18px;
}
#content .cont .cont_l .comments .pinglun .from .btm_box .box_l .layui-rate li i.layui-icon {
  font-size: 20px;
  color: #FFB800;
  margin-right: 2px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#content .cont .cont_l .comments .pinglun .from .btm_box button {
  border-radius: 8px;
  border: none;
  font-size: 16px;
  font-family: zi;
  font-weight: bold;
  color: #FFFFFF;
  width: 114px;
  height: 50px;
  background: #A4BBD6;
  cursor: pointer;
}
#content .cont .cont_l .comments .pinglun .from .btm_box button:hover {
  background-color: #7492B6;
}
#content .cont .cont_l .comments .pinglun_list {
  width: 843px;
  padding: 16px 24px;
}
#content .cont .cont_l .comments .pinglun_list .pinglun_item {
  border-top: 1px solid #F1F1F1;
  padding: 16px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont .cont_l .comments .pinglun_list .pinglun_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content .cont .cont_l .comments .pinglun_list .pinglun_item .item_left {
  width: calc(100% - 80px);
}
#content .cont .cont_l .comments .pinglun_list .pinglun_item .item_left .name {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
  margin-right: 6px;
}
#content .cont .cont_l .comments .pinglun_list .pinglun_item .item_left .test3 {
  transform: translateY(-2px);
}
#content .cont .cont_l .comments .pinglun_list .pinglun_item .item_left .cont_text {
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
}
#content .cont .cont_l .comments .pinglun_list .pinglun_item .time {
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
}
#content .cont .cont_l .comments .paging {
  width: 843px;
  height: 50px;
  text-align: center;
}
#content .cont .cont_l .comments .paging ul {
  display: inline-block;
  overflow: hidden;
}
#content .cont .cont_l .comments .paging ul li {
  float: left;
  width: 29px;
  height: 31px;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #CCCCCC;
  text-align: center;
  line-height: 31px;
  margin-right: 12px;
}
#content .cont .cont_l .comments .paging ul li:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #A4BBD6;
  border-radius: 4px;
  border: none;
  color: #fff;
}
#content .cont .cont_r {
  width: 346px;
  background-color: #fff;
  border-radius: 16px;
  padding-bottom: 20px;
}
#content .cont .cont_r .like {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 25px 24px;
}
#content .cont .cont_r .like .top {
  padding-bottom: 12px;
  border-bottom: 1px solid #F1F1F1;
  display: flex;
  justify-content: space-between;
  width: 290px;
}
#content .cont .cont_r .like .top .title {
  height: 20px;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #586168;
  line-height: 20px;
}
#content .cont .cont_r .like .top img {
  width: 24px;
  height: 24px;
}
#content .cont .cont_r .like .like_list2 {
  margin-top: 16px;
}
#content .cont .cont_r .like .like_list2 ul {
  display: flex;
  flex-wrap: wrap;
}
#content .cont .cont_r .like .like_list2 ul li {
  width: 91px;
  height: 120px;
  border-radius: 20px;
  margin: 0 10px 12px 0;
  background-color: #F5F5F5;
}
#content .cont .cont_r .like .like_list2 ul li a {
  display: block;
  height: 120px;
}
#content .cont .cont_r .like .like_list2 ul li a img {
  width: 91px;
  height: 91px;
  object-fit: cover;
  border-radius: 20px;
}
#content .cont .cont_r .like .like_list2 ul li a p {
  width: 80px;
  height: 18px;
  font-size: 14px;
  font-family: zi1;
  font-weight: 400;
  color: #333333;
  margin: 5px auto 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .cont .cont_r .like .like_list2 ul li:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
#content .cont .cont_r .like .like_list2 ul li:hover .mengceng {
  top: 56px;
}
#content .cont .cont_r .like .like_list2 ul li:nth-child(3n+0) {
  margin-right: 0;
}
#content .cont .cont_r .right_ad {
  margin-bottom: 16px;
}
#content .cont .cont_r .right_ad .ad_title {
  text-align: center;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #888888;
}
#content .cont .cont_r .right_ad .ad_cont {
  width: 300px;
  height: 250px;
  background: #FFE2E2;
  border-radius: 0px 0px 0px 0px;
  margin: 0 auto;
}
#content .cont .cont_r .download {
  width: 341px;
  background: #FFFFFF;
  border-radius: 24px;
  opacity: 1;
  padding: 10px 24px 0;
}
#content .cont .cont_r .download .download1,
#content .cont .cont_r .download .download2 {
  width: 296px;
  height: 98px;
  background: #F8F8F8;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  margin-bottom: 12px;
}
#content .cont .cont_r .download .download1 .download1_top {
  padding: 15px 12px;
}
#content .cont .cont_r .download .download1 .download1_top .top_android {
  display: flex;
  justify-content: space-between;
}
#content .cont .cont_r .download .download1 .download1_top .top_android div img {
  width: 24px;
  height: 24px;
}
#content .cont .cont_r .download .download1 .download1_top .top_android div span {
  display: inline-block;
  height: 20px;
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #888888;
  line-height: 20px;
  vertical-align: middle;
}
#content .cont .cont_r .download .download1 .download1_top .top_android #xianshi {
  position: relative;
}
#content .cont .cont_r .download .download1 .download1_top .top_android #xianshi .bg {
  display: none;
  width: 86px;
  height: 91px;
  background-color: #fff;
  position: absolute;
  top: -90px;
  right: -28px;
  z-index: 3;
}
#content .cont .cont_r .download .download1 .download1_top .top_android #xianshi .bg img {
  width: 72px;
  height: 72px;
  display: block;
  margin: 0 auto;
}
#content .cont .cont_r .download .download1 .download1_top .top_android #xianshi:hover .bg {
  display: block;
}
#content .cont .cont_r .download .download1 .download1_top .tiao {
  display: block;
  width: 272px;
  height: 34px;
  border-radius: 4px;
  background-color: #D3D3D3;
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  font-family: r;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 34px;
}
#content .cont .cont_r .download .download1 .download1_top .tiao:hover {
  background-color: #A4BBD6;
}
#content .cont .cont_r .download .download2 .download2_top {
  padding: 15px 12px;
}
#content .cont .cont_r .download .download2 .download2_top .top_android {
  display: flex;
  justify-content: space-between;
}
#content .cont .cont_r .download .download2 .download2_top .top_android div img {
  width: 24px;
  height: 24px;
}
#content .cont .cont_r .download .download2 .download2_top .top_android div span {
  display: inline-block;
  height: 20px;
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #888888;
  line-height: 20px;
  vertical-align: middle;
}
#content .cont .cont_r .download .download2 .download2_top .top_android #xianshi {
  position: relative;
}
#content .cont .cont_r .download .download2 .download2_top .top_android #xianshi .bg {
  display: none;
  width: 86px;
  height: 91px;
  background-color: #fff;
  position: absolute;
  top: -90px;
  right: -28px;
  z-index: 3;
}
#content .cont .cont_r .download .download2 .download2_top .top_android #xianshi .bg img {
  width: 72px;
  height: 72px;
  display: block;
  margin: 0 auto;
}
#content .cont .cont_r .download .download2 .download2_top .top_android #xianshi:hover .bg {
  display: block;
}
#content .cont .cont_r .download .download2 .download2_top .tiao {
  display: block;
  width: 272px;
  height: 34px;
  border-radius: 4px;
  background-color: #D3D3D3;
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  font-family: r;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 34px;
}
#content .cont .cont_r .download .download2 .download2_top .tiao:hover {
  background-color: #A4BBD6;
}
#content .cont .cont_r .download .down_text {
  font-size: 12px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
#content .cont .cont_r .top_down {
  width: 341px;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 25px 24px;
}
#content .cont .cont_r .top_down .top {
  padding-bottom: 12px;
  border-bottom: 1px solid #F1F1F1;
  display: flex;
  justify-content: space-between;
  width: 290px;
}
#content .cont .cont_r .top_down .top .title {
  height: 20px;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #586168;
  line-height: 20px;
}
#content .cont .cont_r .top_down .down_list {
  display: grid;
  grid-gap: 9px;
  grid-template-columns: repeat(auto-fill, 142px);
  margin-top: 20px;
}
#content .cont .cont_r .top_down .down_list li {
  background-color: #F5F5F5;
  border-radius: 10px;
}
#content .cont .cont_r .top_down .down_list li a {
  display: block;
}
#content .cont .cont_r .top_down .down_list li a img {
  width: 142px;
  height: 71px;
  border-radius: 20px;
}
#content .cont .cont_r .top_down .down_list li a p {
  width: 130px;
  height: 18px;
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 6px 10px;
}
#content .cont .cont_r .top_down .down_list li:hover a img {
  transform: scale(1.1);
  transition: 0.5s;
}
#content .cont .cont_r .more_game {
  width: 341px;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 25px 24px 0;
}
#content .cont .cont_r .more_game .top {
  padding-bottom: 12px;
  border-bottom: 1px solid #F1F1F1;
  display: flex;
  justify-content: space-between;
  width: 290px;
}
#content .cont .cont_r .more_game .top .title {
  height: 20px;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #586168;
  line-height: 20px;
}
#content .cont .cont_r .more_game .down_list {
  margin-bottom: 20px;
}
#content .cont .cont_r .more_game .down_list .down_item {
  width: 293px;
  background: #F5F5F5;
  box-shadow: 0px 0px 4px 1px rgba(202, 212, 238, 0.61);
  border-radius: 10px;
  position: relative;
  margin-bottom: 16px;
}
#content .cont .cont_r .more_game .down_list .down_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content .cont .cont_r .more_game .down_list .down_item img {
  width: 293px;
  height: 146px;
  border-radius: 20px;
}
#content .cont .cont_r .more_game .down_list .down_item .game_title {
  width: 280px;
  padding: 10px 13px;
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  word-break: break-all;
}
#content .cont .cont_r .more_game .down_list .down_item:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
#content .cont .cont_r .right_ad_long {
  margin-bottom: 16px;
}
#content .cont .cont_r .right_ad_long .ad_title {
  text-align: center;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #888888;
}
#content .cont .cont_r .right_ad_long .ad_cont {
  width: 300px;
  height: 600px;
  background: #FFE2E2;
  border-radius: 0px 0px 0px 0px;
  margin: 0 auto;
}
.bian {
  background: #C0C0C0 !important;
}
