@import url(../css/reset.css);
@import url(../css/gg.css);
@import url(../iconfont/iconfont.css);
body ::-webkit-scrollbar {
  width: 3px;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #FFE5EF;
}
html ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #FF83AF;
}
#content {
  width: 1280px;
  margin: 0 auto 60px;
  padding: 0 40px;
  box-sizing: border-box;
}
#content .cnt_top {
  width: 1200px;
  height: 328px;
  display: flex;
  justify-content: space-between;
}
#content .cnt_top .left {
  width: 843px;
  height: 328px;
  background: #FFFFFF;
  border-radius: 24px 24px 24px 24px;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
#content .cnt_top .left .gg {
  width: 336px;
  height: 280px;
  background-color: pink;
  text-align: center;
  margin-right: 16px;
  position: relative;
}
#content .cnt_top .left .gg .gg_text {
  position: absolute;
  top: -17px;
  left: 121px;
  font-family: zi;
  font-size: 14px;
  color: #999;
  font-weight: 500;
}
#content .cnt_top .left .score {
  width: 442px;
  height: 280px;
  background: #FFFAFC;
  border-radius: 20px;
  padding: 16px;
  box-sizing: border-box;
}
#content .cnt_top .left .score .score_top {
  display: flex;
}
#content .cnt_top .left .score .score_top .tu {
  width: 86px;
  height: 86px;
  border-radius: 30px 30px 30px 30px;
  margin-right: 12px;
}
#content .cnt_top .left .score .score_top .game_score .name {
  width: 312px;
  font-size: 24px;
  font-family: zi;
  font-weight: 500;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px auto 10px;
}
#content .cnt_top .left .score .score_top .game_score .five {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cnt_top .left .score .score_top .game_score .five div button {
  padding: 8px 16px;
  background: #FFE5EF;
  border-radius: 10px;
  font-weight: bold;
  color: #FF83AF;
  font-size: 16px;
  font-family: zi;
  font-weight: 400;
  border: none;
}
#content .cnt_top .left .score .score_top .game_score .five div button:hover {
  cursor: pointer;
}
#content .cnt_top .left .score .dianzan {
  margin-top: 24px;
}
#content .cnt_top .left .score .dianzan .dianzan_tu {
  width: 172px;
  height: 58px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
}
#content .cnt_top .left .score .dianzan .dianzan_tu p {
  width: 58px;
  height: 58px;
  background-size: 58px 58px;
  background-repeat: no-repeat;
}
#content .cnt_top .left .score .dianzan .dianzan_tu #p1 {
  background-image: url(../images/zan_hong.svg);
}
#content .cnt_top .left .score .dianzan .dianzan_tu #p2 {
  background-image: url(../images/zan_zi.svg);
}
#content .cnt_top .left .score .dianzan .progress {
  position: relative;
  margin-bottom: 10px;
}
#content .cnt_top .left .score .dianzan .progress .progress_hong {
  position: absolute;
  top: 0;
  height: 4px;
  background: #FE6DA9;
  border-radius: 20px 20px 20px 20px;
}
#content .cnt_top .left .score .dianzan .progress .progress_zi {
  height: 4px;
  background: #8B88FF;
  border-radius: 20px 20px 20px 20px;
}
#content .cnt_top .left .score .dianzan .wenzi {
  height: 18px;
  color: #000000;
  text-align: center;
  margin-top: 8px;
  font-size: 16px;
  font-family: zi;
  font-weight: 500;
}
#content .cnt_top .right {
  width: 341px;
  height: 328px;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 24px;
  box-sizing: border-box;
}
#content .cnt_top .right p {
  font-size: 20px;
  font-family: zi;
  font-weight: 500;
  color: #000000;
}
#content .cnt_top .right .version1 table,
#content .cnt_top .right .version2 table {
  width: 293px;
  height: 144px;
  border-radius: 5px;
  margin: 12px auto;
  border: 1px solid #f1f1f1;
}
#content .cnt_top .right .version1 table tr td,
#content .cnt_top .right .version2 table tr td {
  background-color: #fff;
  font-size: 14px;
  font-family: FuturaPT-Book;
  color: #666666;
  height: 36px;
  line-height: 20px;
}
#content .cnt_top .right .version1 table tr .td1,
#content .cnt_top .right .version2 table tr .td1 {
  box-sizing: border-box;
  padding-left: 6px;
  font-family: Oxanium-Regular;
  width: 81px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-family: zi;
  font-weight: 500;
  color: #000000;
}
#content .cnt_top .right .version1 table tr .td2,
#content .cnt_top .right .version2 table tr .td2 {
  box-sizing: border-box;
  padding-left: 10px;
  width: 212px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-family: zi;
  font-weight: 500;
  color: #666666;
}
#content .cnt_top .right .version2 {
  display: none;
}
#content .cnt_top .right .tags {
  width: 293px;
  height: 80px;
  overflow: hidden;
}
#content .cnt_top .right .tags a {
  max-width: 293px;
  display: inline-block;
  margin: 0 8px 8px 0;
  border-radius: 8px;
  padding: 8px 16px;
  box-sizing: border-box;
  border: 1px solid #E8E8E8;
  font-size: 14px;
  font-family: zi;
  font-weight: 500;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .cnt_top .right .tags :hover {
  background-color: #FF83AF;
  color: #fff;
  border-color: #FF83AF;
}
#content .long_gg {
  width: 843px;
  height: 90px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0px 0px 0px 0px;
  text-align: center;
  position: relative;
  margin: 20px auto 0;
}
#content .long_gg .long_text {
  position: absolute;
  top: -17px;
  left: 388px;
  font-family: zi;
  font-size: 14px;
  color: #999;
  font-weight: 500;
}
#content .one_list {
  width: 1200px;
  background: #FFFFFF;
  border-radius: 16px;
  margin: 16px auto;
  padding: 16px;
  box-sizing: border-box;
}
#content .one_list ul {
  overflow: hidden;
}
#content .one_list ul li {
  float: left;
  margin-right: 16px;
  overflow: hidden;
}
#content .one_list ul li a {
  width: 102px;
  height: 102px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: block;
}
#content .one_list ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content .one_list ul li a div {
  width: 100%;
  height: 44px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 100%;
  color: #fff;
  text-align: center;
  font-family: Oxanium-Regular;
  font-weight: bold;
  font-size: 12px;
}
#content .one_list ul li a div span {
  width: 80px;
  margin: 10px auto 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .one_list ul li :hover div {
  position: absolute;
  top: 60px;
  transition: 0.5s;
}
#content .one_list ul li:nth-child(10n) {
  margin-right: 0;
}
#content .cnt_bottom {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
#content .cnt_bottom .btm_left {
  width: 843px;
}
#content .cnt_bottom .btm_left .xiangce {
  width: 843px;
  height: 360px;
}
#content .cnt_bottom .btm_left .long_gg {
  width: 843px;
  height: 90px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0px 0px 0px 0px;
  text-align: center;
  position: relative;
}
#content .cnt_bottom .btm_left .long_gg .long_text {
  position: absolute;
  top: -17px;
  left: 388px;
  font-family: zi;
  font-size: 14px;
  color: #999;
  font-weight: 500;
}
#content .cnt_bottom .btm_left .description {
  width: 843px;
  height: 241px;
  background: #FFFFFF;
  border-radius: 24px 24px 24px 24px;
  padding: 24px;
  box-sizing: border-box;
  margin: 16px auto 24px;
}
#content .cnt_bottom .btm_left .description .title {
  width: 200px;
  text-align: center;
  font-size: 20px;
  font-family: zi;
  font-weight: 500;
  color: #000000;
  margin: 0 auto;
}
#content .cnt_bottom .btm_left .description .dsi_content {
  width: 795px;
  height: 165px;
  overflow-y: scroll;
}
#content .cnt_bottom .btm_left .description .dsi_content .dsi_text {
  font-size: 16px;
  font-family: zi;
  font-weight: 500;
  color: #666666;
  line-height: 24px;
}
#content .cnt_bottom .btm_left .download {
  width: 843px;
  height: 142px;
  background: #fff;
  border-radius: 16px;
  margin: 0 auto 16px;
  padding-top: 20px;
  box-sizing: border-box;
}
#content .cnt_bottom .btm_left .download .download_p {
  font-size: 18px;
  font-family: zi;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}
#content .cnt_bottom .btm_left .download .downloads {
  display: flex;
  justify-content: space-evenly;
}
#content .cnt_bottom .btm_left .download .downloads a {
  display: block;
  width: 339px;
  height: 58px;
  background: #30D777;
  border-radius: 10px;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 58px;
}
#content .cnt_bottom .btm_left .download .downloads a i {
  font-family: zi;
}
#content .cnt_bottom .btm_left .download .downloads :hover {
  background: #31EF81 !important;
  box-shadow: 0px 3px 13px 1px #84FFB8;
}
#content .cnt_bottom .btm_left .download .downloads button:nth-child(2) {
  margin-right: 0 !important;
}
#content .cnt_bottom .btm_left .zhushi {
  width: 843px;
  background: #fff;
  border-radius: 16px;
  margin: 0 auto 16px;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
#content .cnt_bottom .btm_left .zhushi img {
  width: 44px;
  height: 44px;
  margin-right: 12px;
}
#content .cnt_bottom .btm_left .zhushi .zhushi-r div:first-child {
  font-family: zi;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
#content .cnt_bottom .btm_left .zhushi .zhushi-r div:last-child {
  font-family: zi;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
#content .cnt_bottom .btm_left .editor {
  width: 843px;
  background: #fff;
  border-radius: 16px;
  margin-bottom: 15px;
  padding: 24px;
  box-sizing: border-box;
}
#content .cnt_bottom .btm_left .editor .ti {
  text-align: center;
  font-size: 20px;
  font-family: zi;
  font-weight: 500;
  color: #000000;
}
#content .cnt_bottom .btm_left .editor .text {
  display: flex;
  margin-bottom: 15px;
}
#content .cnt_bottom .btm_left .editor .text img {
  margin-right: 10px;
  width: 22px;
  height: 22px;
  margin-top: 6px;
}
#content .cnt_bottom .btm_left .editor .text div .title_a {
  font-size: 16px;
  font-family: zi;
  font-weight: 500;
  color: #000000;
}
#content .cnt_bottom .btm_left .editor .text div .a_text {
  width: 763px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-family: zi;
  font-weight: 500;
  color: #999999;
  display: block;
}
#content .cnt_bottom .btm_left .comments {
  width: 843px;
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 24px;
  box-sizing: border-box;
  margin-top: 16px;
}
#content .cnt_bottom .btm_left .comments .top {
  width: 100%;
  height: 68px;
  border-bottom: 1px solid #F1F1F1;
  padding: 22px 24px;
  box-sizing: border-box;
}
#content .cnt_bottom .btm_left .comments .top h2 {
  font-size: 20px;
  font-family: zi;
  font-weight: 500;
  color: #000000;
}
#content .cnt_bottom .btm_left .comments .pinglun {
  width: 843px;
  padding: 13px 26px;
  box-sizing: border-box;
}
#content .cnt_bottom .btm_left .comments .pinglun span {
  font-size: 16px;
  font-family: FuturaPT-Book;
  font-weight: normal;
  color: #586168;
}
#content .cnt_bottom .btm_left .comments .pinglun .form {
  position: relative;
}
#content .cnt_bottom .btm_left .comments .pinglun .form input {
  width: 203px;
  height: 42px;
  background: #F1F1F1;
  border-radius: 8px;
  box-sizing: border-box;
  border: none;
  font-size: 20px;
  font-family: zi;
  font-weight: 300;
  color: #999;
  padding-left: 15px;
  display: block;
  margin: 10px 0;
}
#content .cnt_bottom .btm_left .comments .pinglun .form ::-webkit-input-placeholder {
  font-size: 20px;
  font-family: zi;
  font-weight: 500;
  color: #999999;
}
#content .cnt_bottom .btm_left .comments .pinglun .form textarea {
  width: 100%;
  height: 135px;
  background: #F1F1F1;
  border-radius: 8px;
  box-sizing: border-box;
  border: none;
  font-size: 20px;
  font-family: zi;
  font-weight: 300;
  color: #999;
  padding: 15px 0 0 15px;
  margin: 0 6px 10px 0;
  resize: none;
}
#content .cnt_bottom .btm_left .comments .pinglun .form button {
  border-radius: 8px;
  border: none;
  font-size: 16px;
  font-family: FuturaPT-Bold;
  font-weight: bold;
  color: #FFFFFF;
  position: absolute;
  right: 0;
  width: 114px;
  height: 50px;
  background: #FF83AF;
}
#content .cnt_bottom .btm_left .comments .pinglun .form button:hover {
  cursor: pointer;
}
#content .cnt_bottom .btm_left .comments .pinglun_list {
  width: 843px;
  padding: 24px;
  box-sizing: border-box;
}
#content .cnt_bottom .btm_left .comments .pinglun_list .pinglun_list1 {
  display: flex;
  border-top: 1px solid #F1F1F1;
  padding: 16px 0;
  box-sizing: border-box;
}
#content .cnt_bottom .btm_left .comments .pinglun_list .pinglun_list1 .head_portrait {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 15px;
}
#content .cnt_bottom .btm_left .comments .pinglun_list .pinglun_list1 div .span1 {
  font-size: 16px;
  font-family: zi;
  font-weight: 500;
  color: #000;
}
#content .cnt_bottom .btm_left .comments .pinglun_list .pinglun_list1 div p {
  display: flex;
  justify-content: space-between;
  width: 680px;
}
#content .cnt_bottom .btm_left .comments .pinglun_list .pinglun_list1 div p a,
#content .cnt_bottom .btm_left .comments .pinglun_list .pinglun_list1 div p span {
  font-size: 14px;
  font-family: zi;
  font-weight: 300;
  color: #999;
}
#content .cnt_bottom .btm_left .comments .pinglun_list .pinglun_list1 div p a {
  width: 503px;
}
#content .cnt_bottom .btm_left .comments .pinglun_list .pinglun_list1 .zan {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 24px;
}
#content .cnt_bottom .btm_left .comments .pinglun_list .pinglun_list1 .zan .zan_img {
  width: 32px;
  height: 32px;
}
#content .cnt_bottom .btm_left .comments .pinglun_list .pinglun_list1 .zan :hover {
  cursor: pointer;
}
#content .cnt_bottom .btm_left .comments .pinglun_list .pinglun_list1 .zan .num {
  font-size: 16px;
  font-family: zi;
  font-weight: 500;
  color: #999999;
}
#content .cnt_bottom .btm_left .comments .paging {
  width: 843px;
  height: 50px;
  text-align: center;
}
#content .cnt_bottom .btm_left .comments .paging ul {
  display: inline-block;
  overflow: hidden;
}
#content .cnt_bottom .btm_left .comments .paging ul li {
  float: left;
  width: 29px;
  height: 31px;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  font-size: 14px;
  font-family: SF Pro Display-Regular, SF Pro Display;
  font-weight: 400;
  color: #CCCCCC;
  text-align: center;
  line-height: 31px;
  margin-right: 12px;
}
#content .cnt_bottom .btm_left .comments .paging ul li:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #FF83AF;
  border-radius: 4px;
  border: none;
  color: #fff;
}
#content .cnt_bottom .btm_right {
  width: 341px;
  height: 1000px;
}
#content .cnt_bottom .btm_right .recommended {
  width: 341px;
  background: #FFFFFF;
  border-radius: 24px;
  box-sizing: border-box;
  overflow: hidden;
}
#content .cnt_bottom .btm_right .recommended .title {
  display: block;
  font-size: 18px;
  margin-top: 24px;
  border-bottom: 1px solid #F1F1F1;
  padding: 0 0 14px 24px;
  box-sizing: border-box;
  font-size: 20px;
  font-family: zi;
  font-weight: 500;
  color: #000000;
}
#content .cnt_bottom .btm_right .recommended ul {
  padding: 16px 24px;
  box-sizing: border-box;
}
#content .cnt_bottom .btm_right .recommended ul li {
  display: flex;
  height: 91px;
  position: relative;
  margin-bottom: 16px;
}
#content .cnt_bottom .btm_right .recommended ul li .li_tu {
  position: absolute;
  top: 0;
  width: 91px;
  height: 91px;
  background-color: #EFEFEF;
  border-radius: 30px;
}
#content .cnt_bottom .btm_right .recommended ul li div {
  margin-top: 10px;
  width: 293px;
  height: 72px;
  background: #FAFAFA;
  border-radius: 24px 24px 24px 24px;
  display: flex;
  align-items: center;
}
#content .cnt_bottom .btm_right .recommended ul li div i {
  margin-left: 107px;
  font-size: 24px;
  font-family: zi;
  font-weight: 500;
  color: #000000;
  width: 106px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .cnt_bottom .btm_right .recommended ul li div p {
  margin-left: 32px;
  width: 28px;
  height: 28px;
  background: url("../images/ic.svg");
}
#content .cnt_bottom .btm_right .recommended ul :hover div p {
  background: url("../images/ic1.svg");
}
#content .cnt_bottom .btm_right .other {
  width: 341px;
  height: 710px;
  background: #FFFFFF;
  border-radius: 24px;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 16px;
}
#content .cnt_bottom .btm_right .other span {
  display: block;
  font-size: 18px;
  margin-top: 24px;
  border-bottom: 1px solid #F1F1F1;
  padding: 0 0 14px 24px;
  box-sizing: border-box;
  font-size: 20px;
  font-family: zi;
  font-weight: 500;
  color: #000000;
}
#content .cnt_bottom .btm_right .other .other_div {
  padding: 24px;
  box-sizing: border-box;
}
#content .cnt_bottom .btm_right .other .other_div ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#content .cnt_bottom .btm_right .other .other_div ul li {
  width: 91px;
  height: 91px;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
  margin-bottom: 11px;
}
#content .cnt_bottom .btm_right .other .other_div ul li img {
  width: 100%;
}
#content .cnt_bottom .btm_right .other .other_div ul li .other_text {
  width: 100%;
  height: 41px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 100%;
}
#content .cnt_bottom .btm_right .other .other_div ul li .other_text i {
  display: block;
  margin: 10px auto;
  color: #fff;
  text-align: center;
  width: 81px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .cnt_bottom .btm_right .other .other_div ul li:hover div {
  position: absolute;
  top: 50px;
  transition: 0.5s;
}
