#SteamData {
  display: block;
}

#SteamData .SD_content {
  margin-bottom: 15px;
}

#SteamData .SD_content:last-child {
  margin-bottom: 0;
}

#SteamData .SD_content_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

#SteamData .SD_content_top .SD_content_tit {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0;
  color: #999999;
  flex-shrink: 0;
}

#SteamData .SD_content_top i {
  margin: 0 8px;
  display: flex;
  width: 100%;
  height: 0.5px;
  background: #fff;
  opacity: 0.1;
}

#SteamData .SD_content_top a {
  flex-shrink: 0;
  position: relative;
  font-size: 12px;
  font-weight: normal;
  color: #888;
  line-height: 14px;
  padding-right: 12px;
}

#SteamData .SD_content_top a::after {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 2px;
  content: "";
  width: 10px;
  height: 10px;
  background: url(//image.gamersky.com/webimg13/www/newPc/ku/arrow-right-solid.svg) no-repeat center/10px;
}

#SteamData .SD_content_data {
  box-sizing: border-box;
  margin: 10px 0 5px 0;
  display: flex;
  gap: 5px;
  cursor: pointer;
}

#SteamData .SD_content_data a {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 50px;
  padding: 5px 8px;
  gap: 2px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  box-sizing: border-box;
}

#SteamData .SD_content_data a .t1 {
  font-family: "BarlowSemi";
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #fffffd;
  text-align: center;
}

#SteamData .SD_content_data a .t2 {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
  color: #999999;
}

#SteamData .SD_online-echart {
  box-sizing: border-box;
  width: 280px;
  height: 78px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 5px 16px;
  gap: 2px;
  cursor: pointer;
}

#SteamData .SD_online-echart .echart-label {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
  color: #999999;
}

#SteamData .SD_online-echart .echart {
  box-sizing: border-box;
  width: 248px;
  height: 50px;
  padding: 4px 0px 0px 0;
}

.SD_content .echart.noData {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color: #fffffd;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ku-pop-top-tit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: none;
  font-size: 15px;
   font-family: -apple-system,
    BlinkMacSystemFont,
    PingFang SC,
    Hiragino Sans GB,
    Microsoft YaHei,
    "\5FAE\8F6F\96C5\9ED1",
    helvetica neue,
    helvetica,
    ubuntu,
    roboto,
    noto,
    segoe ui,
    Arial,
    sans-serif;

}

.highScoreRankList .ku-pop-top-tit {
  font-size: 18px;
  line-height: 24px;
}

.ku-pop-top-tit .tbhp {
  color: #FF9F1D;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-align: right;
}

.ku_pop_layer .sdpl-nums {
  margin-top: 0px;
  margin-bottom: 0px;
  background: #fff;
}

.ku_pop_layer .sdpl-nums .sdpl-item {
  width: 150px;
  height: 40px;
  box-sizing: border-box;
  padding: 0;
  position: relative;
}

.ku_pop_layer .sdpl-nums .sdpl-item::after {
  content: '';
  position: absolute;
  display: block;
  right: -30px;
  top: 15px;
  width: 1px;
  height: 10px;
  background: #E5E7E9;
}
.ku_pop_layer .sdpl-nums .sdpl-item:last-child:after {
  content: '';
  position: absolute;
  display: none;
}

#steamEchart {
  height: 124px;
  margin-bottom: 0px;
  padding-bottom: 0;
}

.ku-pop-top {
  margin-left: 0;
  background: none;
  width: 100%;
  box-sizing: border-box;
  overflow: visible;
  padding: 0;
}

.ku-steam-parise-echart {
  height: 136px;
}

.ku_pop_layer.praise-rate_pop_layer {
  height: 600px;
  margin: -300px 0 0 -320px;
}

.ku_pop_layer.praise-rate_pop_layer .ku-pop-top-tit{
  height: 26px;
}

.praise-rate_pop_layer.ku_pop_layer .sdpl-nums .sdpl-item {
  width: 120px;
  height: 40px;
  position: relative;
}

.praise-rate_pop_layer.ku_pop_layer .sdpl-nums .sdpl-item::after {
  content: '';
  position: absolute;
  display: block;
  right: -15px;
  top: 15px;
  width: 1px;
  height: 10px;
  background: #E5E7E9;
}

.ku_pop_layer_content {
  height: 520px;
  overflow: hidden auto;
  box-sizing: border-box;
  scrollbar-width: none;
}

.praise-rate_pop_layer .sdpl-nums {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px 31px;
  background: transparent;
  margin-bottom: 15px;
  position: relative;
}

.praise-rate_pop_layer .sdpl-nums::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #F5F7FA;
  bottom: 0;
  left: 0;
}

.praise-rate_pop_layer #pariseEchart1,
.praise-rate_pop_layer #pariseEchart2 {
  margin-bottom: 15px;
  padding: 15px 0;
  border-bottom: 0.5px solid #f5f7fa;
}

.ku_pop_layer .ku-pop-top .ku_pop_close {
  right: -40px;
}
.ku_pop_layer.praise-rate_pop_layer  table{
  border-spacing: 0;
}

.praise-rate_pop_layer table thead tr,
.praise-rate_pop_layer table tbody tr {
  color: #999;
  font-size: 12px;
  height: 44px;
  box-sizing: border-box;
  position: relative;
}

.praise-rate_pop_layer table tbody tr::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  height: 0.5px;
  background: #EEEEEE;
  width: 100%;
  left: 0;
}

.praise-rate_pop_layer table tbody tr:last-child:after {
  display: none;

}

.praise-rate_pop_layer table tbody td:first-child {
  width: 173.18px;
  color: #222222;
  font-weight: 500;
}

.praise-rate_pop_layer table tbody td:nth-child(2) {
  width: 118.95px;
  color: #222222;
  font-weight: 500;
}

.praise-rate_pop_layer table tbody td:nth-child(3),
.praise-rate_pop_layer table tbody td:nth-child(4) {
  width: 118.95px;
  color: #666;

}

.praise-rate_pop_layer table thead td:last-child {
  text-align: right;
}

.praise-rate_pop_layer table tbody td:last-child {
  width: 69.97px;
  color: #eb413d;
  font-weight: 500;
  text-align: right;
}

.ku_pop_layer {
  padding: 20px 20px;
  box-sizing: border-box;
  width: 640px;
  margin: -150px 0 0 -320px;
}

.ku_pop_layer.list_rank_layer,
.ku_pop_layer.hsrkMask {
  width: 640px;
  height: 372px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -186px;
  margin-left: -320px;
  padding: 20px;
}

.ku_pop_layer.list_rank_layer .ku-pop-top {
  height: 24px;
  margin: 0 0 20px 0;
  padding: 0;
}

.ku_pop_layer .sdpl-nums .sdpl-item .sdpl-i-fz {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
  display: flex;
}

.SD_content_saleCount {
  display: none;
}

.ku_pop_layer.sale_count_pop_layer {
  height: 600px;
  padding-bottom: 20px;
  margin: -300px 0 0 -320px;
}

.sale_count_pop_layer #saleCountEchart {
  margin: 15px 0;
  height: 156px;
  padding-bottom: 15px;
  border-bottom: 0.5px solid #f5f7fa;
  box-sizing: border-box;
}

.sale_count_pop_layer table thead tr {
  color: #999;
  font-size: 12px;
  height: 44px;
  box-sizing: border-box;
  border-bottom: 0.5px solid #eee;
}

.sale_count_pop_layer table thead tr td:last-child {
  text-align: right;
}

.sale_count_pop_layer table tbody {
  margin-top: 15px;
}

.sale_count_pop_layer table tbody td:first-child {
  width: 150px;
  color: #222222;
  font-weight: 500;
  font-size: 13px;
}

.sale_count_pop_layer table tbody td:nth-child(2) {
  width: 150px;
  color: #222222;
  font-weight: 500;
    font-size: 12px;

}

.sale_count_pop_layer table tbody td:nth-child(3) {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: start;
  /* justify-items: center; */
  height: 44px;
  font-size: 12px;

}

.sale_count_pop_layer table tbody td:last-child {
  width: 150px;
  color: #666;
  font-weight: normal;
  font-size: 13px;
  text-align: right;
}
.sale_count_pop_layer table {
  border-spacing: 0;
}
.sale_count_pop_layer table thead tr{
  height: 26px;
}
.sale_count_pop_layer table {
  margin-top:15px;
}
.sale_count_pop_layer table tr {
  height: 44px;
  box-sizing: border-box;
  position: relative;
}

.sale_count_pop_layer table tr::after {
  height: 0.5px;
  display: block;
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;

  background: #eee;

}

.sale_count_pop_layer table tr:last-child::after,
.sale_count_pop_layer table tr:first-child::after {
  display: none;

}

.sale_count_pop_layer table .zengjia {
  font-size: 10px;
  color: #ff9f1d;
  font-weight: 500;
}

.sale_count_pop_layer table .xiajiang {
  color: #00bf60;
  font-weight: 12px;
  font-weight: 500;
}

.sale_count_pop_layer table .shangsheng {
  color: #eb413d;
  font-weight: 12px;
  font-weight: 500;
}

.sale_count_pop_layer .ku-pop-top-tit {
  height: 26px;
}

.SD_praiseRate-echart {
  box-sizing: border-box;
  width: 280px;
  height: 72px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 5px 16px;
  gap: 2px;
  cursor: pointer;
}

.SD_praiseRate-echart .echart-label {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
  color: #999999;
}

.SD_praiseRate-echart .echart {
  width: 248px;
  height: 44px;
}

.SD_saleCount-echart {
  box-sizing: border-box;
  width: 280px;
  height: 96px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 5px 6px;
  gap: 2px;
  cursor: pointer;
}

.SD_saleCount-echart .echart-label {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
  color: #999999;
}

.SD_saleCount-echart .echart {
  width: 248px;
  height: 68px;
}

.MTPC .MZPC {
  margin-top: 20px;
}

.MTPC .MZPC .MZPC_tb_plat {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.MTPC .MZPC .MZPC_tb_plat .MZPC_tb_plat_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #cccccc;
  font-size: 12px;
  height: 16px;
}

.MTPC .MZPC .MZPC_tb_plat .MZPC_tb_plat_item .act_score {
  color: #fffffd;
}

.ku_pop_layer.Metacritic_pop_layer {
  margin: -208px 0 0 -320px;
  padding: 20px;
  height: 416px;
  box-sizing: border-box;
}

.ku_pop_layer.price_data_pop_layer {
  margin: -155px 0 0 -365px;
}

.Metacritic_pop_layer .ku-pop-top {
  margin-left: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
}
.Metacritic_pop_layer .ku-pop-top-tit {

  font-size: 18px;
}

.Metacritic_list {
  overflow: auto;
  height: 320px;
}

.Metacritic_list::-webkit-scrollbar {
  display: none;
}

.Metacritic-table-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: start;
  color: #999;
  line-height: 12px;
  font-size: 12px;
}

.Metacritic-table-tit .tit-meta {
  width: 200px;
}

.Metacritic_pop_layer .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  box-sizing: border-box;
  border-bottom: .5px solid #e5e7e9;
  color: #999;
  font-size: 13px;
  line-height: 16px;
}

.Metacritic_pop_layer .list-item:last-child {
  border-bottom: 0;
}

.Metacritic_pop_layer .list-item .item-title {
  width: 200px;
  color: #5485bd;
  font-weight: bold;
}

.Metacritic_pop_layer .list-item .media-item-score {
  width: 50px;
  color: #222;
  text-align: start;
}

.Metacritic_pop_layer .list-item .media-item-score .publish-time {
  color: #999;
}

.Metacritic_pop_layer .list-item>.publish-time {
  width: 75px;
}

#palyMark {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  overflow: visible;
  border-radius: 8px;
  right: 132px;
  width: 288px;
  top:-140px

}

#palyMark:hover {
  opacity: 1;

}

#palyMark::after {
  width: 20px;
  height: 10px;
  content: '';
  display: block;
  position: absolute;
  transform: rotate(180deg);
  right: 8px;
  bottom: -10px;
  background: url(//image.gamersky.com/webimg13/www/newPc/img_bubble_arrow@2x.png) no-repeat center/20px 10px;
}

#palyMark .box {
  padding: 20px;
}

#palyMark .box .tit {
  display: flex;
  align-items: center;
}

#palyMark .box .tit img {
  width: 20px;
  height: 20px;
}

#palyMark .box .tit span {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-left: 4px;
  color: #222;
}

#palyMark .box .m {
  margin: 12px 0;
  font-size: 12px;
  line-height: 16px;
  color: #999;
}

#palyMark .box .b {
  display: flex;
  align-items: center;
  gap: 12px;
}

#palyMark .box .b span:first-child {
  font-size: 15px;
  line-height: 24px;
  color: #222;
}

#palyMark .box .b span:last-child {
  font-size: 12px;
  line-height: 16px;
  color: #999;
}

#palyMark .box .b .star {
  display: flex;
  gap: 8px;
  cursor: pointer;
}

#palyMark .box .b .star div {
  width: 18px;
  height: 18px;
  background: url("https://image.gamersky.com/webimg13/www/newPc/ku/star.svg") no-repeat;
  background-size: cover;
}

#mode {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  display: none;
}

#textarea {
  display: none;
  padding: 20px;
  border-radius: 8px;
  width: 640px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  background: #fff;
  overflow: visible;
}

#textarea .header {
  margin-bottom: 12px;
  position: relative;
  overflow: visible;
}

#textarea .textarea_close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: -60px;
  background: url("https://image.gamersky.com/webimg13/www/newPc/ku/guanbi-bai.svg") no-repeat;
  background-size: cover;
  cursor: pointer;
}

#textarea .header .btn {
  display: flex;
  gap: 20px;
}

#textarea .header .btn div {
  font-size: 18px;
  line-height: 24px;
  color: #999;
  padding-bottom: 10px;
  cursor: pointer;
}

#textarea .header .btn .cur {
  color: #222;
  font-weight: 600;
  border-bottom: 2px solid #f10;
}

#textarea .score {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

#textarea .score .t,
#textarea .pt .t {
  font-size: 15px;
  line-height: 24px;
  color: #222;
}

#textarea .score .txt {
  color: #ccc;
  font-size: 12px;
  line-height: 16px;
}

#textarea .score .star {
  display: flex;
  gap: 2px;
}

#textarea .score .star div {
  width: 24px;
  height: 24px;
  background-image: url("https://image.gamersky.com/webimg13/Star.svg");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

#textarea .pt {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

#textarea .pt .ptList {
  display: flex;
  gap: 8px;
}

#textarea .pt .ptList .ptItem {
  width: 59px;
  height: 22px;
  border-radius: 2px;
  background: #f5f7fa;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #666;
  cursor: pointer;
}

#textarea .pt .ptList .ptItem img {
  width: 16px;
  height: 16px;
}

#textarea .pt .ptList .cur {
  background: rgba(255, 159, 29, 0.1);
  color: #ff9f1d;
}

#textarea .ku-pop-textarea,
#textarea .ku-pop-textarea .con,
.ku-pop-textarea .con .textarea-code,
.ku-pop-textarea .bot {
  width: auto !important;
}

#textarea .ku-pop-textarea .con {
  border: 0;
  border-bottom: 1px solid #e5e7e9;
  margin-bottom: 15px;
  height: 96px;
  padding: 0;
}

#textarea .ku-pop-textarea {
  border: 1px solid #e5e7e9;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
}

#textarea .bottom_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#textarea .bottom_btn .del {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #999;
}

#textarea .bottom_btn .fabu {
  width: 58px;
  height: 32px;
  background: #eb413d;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

#textarea .bottom_btn .del img {
  width: 20px;
  height: 20px;
}

#delTip {
  width: 260px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1001;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border-radius: 6px;
  display: none;
}

#delTip .del_t {
  padding: 20px;
  border-bottom: 1px solid #e5e7e9;
}

#delTip .del_t .t1 {
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  color: #222;
}

#delTip .del_t .t2 {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  color: #444;
}

#delTip .del_btn {
  display: flex;
}

#delTip .del_btn div {
  width: 50%;
  padding: 12px 15px;
  text-align: center;
  font-size: 17px;
  color: #999;
  cursor: pointer;
}

#delTip .del_btn div:last-child {
  border-left: 1px solid #e5e7e9;
  color: #eb413d;
}

.total {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 6px 8px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  z-index: 9999;
}

.real-time-rank,.week-rank {
  position: relative;
  top: 1px;
  margin-left: 2px;
  display: inline-block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background: url('//image.gamersky.com/webimg13/www/newPc/zq/images/icon_questionMark.png') no-repeat center / 10px;
}
#real-time-rank,#week-rank {
  position: relative;
}