@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "BarlowSemi";
  src: url("//j.gamersky.com/web2015/v1/woff/BarlowSemiBold-Regular.woff2") format("woff2"), url("//j.gamersky.com/web2015/v1/woff/BarlowSemiBold-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-variant-ligatures: none;
}

html {
  background: #181818;
}

body {
  overflow: hidden scroll;
  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;
}
.M-Content {
  padding-bottom: 20px;
}

.Bot {
  position: relative;
}

.Bot {
    width: 100%;
    min-width: 1240px;
    height: auto;
    font-size: 12px;
    background-color: #141414
}

.Bot .Hot {
    width: 100%;
    min-width: 1240px;
    height: auto;
    background-color: #181818
}

.Bot .Hots {
    margin: 0 auto;
    padding: 40px 20px 0;
    width: 1098px;
    height: auto
}

.Bot .Hots .foot {
    margin-bottom: 24px;
    width: 1128px;
    height: auto
}

.Bot .Hots .foot li {
    float: left;
    margin-right: 29px;
    width: 158px;
    height: auto;
    border-right: 1px dotted #2f2f2f
}

.Bot .Hots .foot li .tit {
    width: 129px;
    height: 32px;
    line-height: 20px;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Microsoft YaHei'
}

.Bot .Hots .foot li .tit a {
    color: #666
}

.Bot .Hots .foot li .tit a:hover {
    color: #aaa
}

.Bot .Hots .foot li .like {
    width: 158px;
    height: 116px
}

.Bot .Hots .foot li .like div {
    float: left;
    width: 79px;
    height: auto
}

.Bot .Hots .foot li .like div a {
    margin-bottom: 15px;
    display: block;
    color: #666;
    font-family: SimSun
}

.Bot .Hots .foot li .like div a:hover {
    color: #aaa
}

.Bot .Hots .links {
    padding: 20px 0 10px;
    width: 1100px;
    height: auto;
    font-family: SimSun;
    border-top: 1px dotted #2f2f2f
}

.Bot .Hots .links span {
    margin-bottom: 15px;
    display: inline-block;
    color: #666
}

.Bot .Hots .links a {
    margin: 0 15px 15px 0;
    display: inline-block;
    color: #666
}

.Bot .Hots .links a:hover {
    color: #aaa
}

.Bot .Copyright {
    margin: 0 auto;
    padding: 20px;
    width: 1200px;
    height: auto;
    line-height: 30px;
    text-align: center;
    color: #454545;
    font-family: SimSun
}

.Bot .Copyright a {
    color: #454545
}

.Bot .Copyright a:hover {
    color: #aaa
}


li {
  list-style-type: none;
  overflow: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input {
  outline: 0;
}

img {
  border: 0;
  vertical-align: middle;
  object-fit: cover;
  overflow-clip-margin: content-box;
  overflow: clip;
}

.Top-bg {
  position: absolute;
  width: 100%;
  min-height: 1080px;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  z-index: -99;
}

.Top-bg-mask {
  position: absolute;
  width: 100%;
  height: 1080px;
  backdrop-filter: blur(0px);
  z-index: -98;
}

.Page-Nav {
  background-color: #333;
  width: 100%;
}

.Main-nav {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 202px;
  min-width: 1200px;
  max-width: 2860px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #333;
  display: flex;
  justify-content: center;
  background-image: url("https://img1.gamersky.com/image2022/10/20221025_syj_380_22/20221025-173722.jpg");
  box-sizing: border-box;
}

.Main-nav::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: none;
  width: 150px;
  height: 202px;
  z-index: 2;
  background: linear-gradient(90deg, #333333 0%, rgba(51, 51, 51, 0) 100%);
}

.Main-nav::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: none;
  width: 150px;
  height: 202px;
  z-index: 2;
  background: linear-gradient(90deg, rgba(51, 51, 51, 0) 0%, #333333 100%);
}

@media (min-width: 2561px) {

  .Main-nav::after,
  .Main-nav::before {
    display: block;
  }
}

.Main-nav .nav-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.2) 0%, rgba(18, 18, 18, 0.95) 89%);

}

.Main-nav .nav-mask::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: radial-gradient(49% 28% at 50% 100%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.08) 22%, rgba(255, 255, 255, 0) 100%);
  box-sizing: border-box;
}

.Main-nav .nav-mask::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 2;
  box-sizing: border-box;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 100%);
}

.Main-nav .nav-header {
  position: absolute;
  bottom: 15px;
  margin: 0 auto;
  width: 1200px;
  z-index: 5;
}

.Main-nav .nav-header .nav-game {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
}

.Main-nav .nav-header .nav-game .game-name-en {
  margin-top: 4px;
  height: 18px;
  opacity: 0.8;

  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #ffffff;
}

.Main-nav .nav-header .nav-tabs {
  margin-top: 15px;
  display: flex;
  align-items: center;
}

#ADback {
  background-color: transparent;
}

.Main-nav .nav-header .nav-tabs a {

  display: inline-block;
  position: relative;
  padding: 14px 12px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #fffffd;
  opacity: 0.5;
  cursor: pointer;
}

.Main-nav .nav-header .nav-tabs a.mod p {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
  text-transform: uppercase;
}

.Main-nav .nav-header .nav-tabs a.mod p::after {
      content: 'MOD';
    display: block;
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}


.Main-nav .nav-header .nav-tabs a.cur {
  color: #fffffd;
  opacity: 1;
  font-weight: 600;
}

.Main-nav .nav-header .nav-tabs a.cur::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  border-radius: 2px;
  background: #fffffd;
}

.Main-nav .nav-header .nav-tabs a:hover {
  color: #fffffd;
  opacity: 1;
  font-weight: 600;
}

.Main-nav .nav-header .nav-tabs .tab-icon {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url('https://image.gamersky.com/webimg13/www/newPc/ku/zonghe.svg');
}


.hei .M-Content .Mid {
    background-color: transparent;
}

.Main-Content {
  width: 1200px;
  margin: 0px auto 20px auto;
  display: flex;
  justify-content: space-between;
  z-index: 4;
  position: relative;
}

.Main-Content.zh {
  margin: 20px auto 0;
}

.bgAdWrap {
  margin: 0 auto;
  width: 1200px;
  height: 30px;
  min-height: 30px;
  position: relative
}

#gsincome_zq_600_new {
  margin-top: 20px;
  height: 80px;
  overflow: hidden !important;
  border-radius: 8px;
  outline: 1px solid rgba(255, 255, 255, 0.2);
  outline-offset: -1px;
  position: relative;
  display: none;
}

#gsincome_zq_600_new::after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;

  border: 1px solid rgba(255, 255, 255, 0.2);


}

#gsincome_zq_right_300_1 {
  display: none;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden !important;
  box-sizing: border-box;
  outline: 1px solid rgba(255, 255, 255, 0.2);
  outline-offset: -1px;
  position: relative;

}

#gsincome_zq_right_300_1::after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
}



.Main-Content .MC-L {
  width: 840px;
  /**主要内容样式 公用部分开始 **/
  /**主要内容样式 公用部分结束 **/
  /**头条部分开始**/
  /**头条部分结束**/
  /**MOD部分开始*/
  /**MOD部分结束*/
  /** Mod 和下载一样的部分开始**/
  /**mod和下载一样的部分结束**/
  /**下载开始**/
  /**下载结束**/
  /**图库开始**/
  /**图库结束**/
  /**最近更新开始**/
  /**最近更新结束**/
}

.Main-Content .MC-L .ML-Block {
  margin-top: 20px;
  width: 840px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
  box-sizing: border-box;
}

.Main-Content .MC-L .ML-Block.noData {
  min-height: 249px;
  background: #ffffff url("//image.gamersky.com/webimg13/www/newPc/zq/images/image_empty.png") no-repeat center bottom 20px/280px 170px;

}

.Main-Content .MC-L .ML-Block.noData .Mod-txtImg,
.Main-Content .MC-L .ML-Block.noData .Mod-txtImg.block {
  display: none;

}

.ML2L-TT-Con.noData {
  min-height: 223px;
  background: #ffffff url("//image.gamersky.com/webimg13/www/newPc/zq/images/image_empty.png") no-repeat center bottom 20px/280px 170px;
}

.Mod-txt.noData {
  min-height: 170px;
  background: #ffffff url("//image.gamersky.com/webimg13/www/newPc/zq/images/image_empty.png") no-repeat center bottom 20px/280px 170px;

}

.Main-Content .MC-L .ML-Block:first {
  margin-top: 0;
}

.Main-Content .MC-L .TitImg {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.Main-Content .MC-L .TitImg:hover .text-ellipsis {
  color: #EB413D;
  opacity: 0.7;
}

.Main-Content .MC-L .TitImg img {
  width: 100%;
  min-height: auto;
  border-radius: 4px;
}

.Main-Content .MC-L .TitImg div {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  /* 一级文字#222222#D7D7D9 */
  color: #222222;
}

.ML2L-TT-tabR {
  display: none;
}

.Main-Content .MC-L .ML1pic {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.Main-Content .MC-L .ML1pic .tw-item {
  position: relative;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: inline-block;
  width: 160px;
  height: 90px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;

}

.Main-Content .MC-L .ML1pic .tw-item::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 90px;
  background: linear-gradient(0deg, #000000 0%, transparent 100%);
  border-radius: 4px;
  outline: 1px solid rgba(255, 255, 255, 0.1);
  outline-offset: -1px;
}



.Main-Content .MC-L .ML1pic .tw-item:hover::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 90px;
  border-radius: 4px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));

}

.Main-Content .MC-L .ML1pic .tw-item div {
  padding: 0 12px;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  height: auto;
  max-height: 54px;
  box-sizing: border-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #fffffd;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  z-index: 3;
}

.Main-Content .MC-L .ML2 {
  height: 358px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
}

/*首页头条推荐 暂无相关内容适配*/

.Main-Content .MC-L .ML2.noData {
  background: #ffffff url("//image.gamersky.com/webimg13/www/newPc/zq/images/image_empty.png") no-repeat top 70px center/280px 170px;
  height: 260px;
}

.Main-Content .MC-L .ML2.noData .ML-Block.ML2L {
  background: transparent;
}

.Main-Content .MC-L .ML2.noData .ML2L-TT-Con {
  background: transparent;
}

.Main-Content .MC-L .ML2.noData .ML-Block.ML2R {
  background: transparent;
}

.Main-Content .MC-L .ML2 .ML2L {
  width: 390px;
  padding: 0;
  margin-top: 0;
  box-shadow: none;
  overflow: hidden;
}

.Main-Content .MC-L .ML2 .ML2L .ML2L-TT-tabs {
  display: flex;
  justify-content: space-between;
}

.Main-Content .MC-L .ML2 .ML2L .ML2L-TT-tabs .ML2L-TT-tabL {
  display: flex;
  gap: 20px;
}

.Main-Content .MC-L .ML2 .ML2L .ML2L-TT-tabs .ML2L-TT-tabL .TT-tab {
  position: relative;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;
  font-variation-settings: "opsz" auto;
  /* 四级文字#999999#717173 */
  color: #999999;
  cursor: pointer;
}

.Main-Content .MC-L .ML2 .ML2L .ML2L-TT-tabs .ML2L-TT-tabL .TT-tab.cur {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  font-variation-settings: "opsz" auto;
  /* 一级文字#222222#D7D7D9 */
  color: #222222;
}

.Main-Content .MC-L .ML2 .ML2L .ML2L-TT-tabs .ML2L-TT-tabL .TT-tab.cur::after {
  position: absolute;
  bottom: -6px;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #ff1100 0%, #ff6200 100%);
}

.Main-Content .MC-L .ML2 .ML2L .ML2L-TT-tabs .ML2L-TT-tabR {
  display: none;
  padding-right: 16px;
  font-size: 14px;
  font-weight: normal;
  color: #999999;
  background: url("//image.gamersky.com/webimg13/www/newPc/zq/images/more.png") no-repeat center right/12px 12px;
  cursor: pointer;
  line-height: 24px;
}

.Main-Content .MC-L .ML2 .ML2L .ML2L-TT-tabs .ML2L-TT-tabR:hover {
  opacity: 0.8;
}

.Main-Content .MC-L .ML2 .ML2L .ML2L-TT-Con {
  margin-top: 26px;
  /* display: none; */
}

.Main-Content .MC-L .ML2 .ML2L .ML2L-TT-Con ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.Main-Content .MC-L .ML2 .ML2L .ML2L-TT-Con .li1 {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.Main-Content .MC-L .ML2 .ML2L .ML2L-TT-Con .li1:first-child {
  margin-top: 0;
}

.Main-Content .MC-L .ML2 .ML2L .ML2L-TT-Con .li1 .t1 {
  flex-shrink: 0;
  padding: 2px 4px;
  background: #f5f7fa;
  border-radius: 2px;
  height: 18px;
  line-height: 14px;
  color: #999999;
  font-size: 12px;
  font-weight: normal;
  box-sizing: border-box;
}

.Main-Content .MC-L .ML2 .ML2L .ML2L-TT-Con .t2 {
  width: 100%;
  display: inline-block;
  height: 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;
  font-variation-settings: "opsz" auto;
  /* 一级文字#222222#D7D7D9 */
  color: #222222;
  cursor: pointer;
}

.Main-Content .MC-L .ML2 .ML2L .ML2L-TT-Con .t2:hover {
  color: #eb413d;
  opacity: 0.7;
}

.Main-Content .MC-L .ML2 .ML2R {
  flex-shrink: 0;
  width: 390px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 10px;
  padding: 0;
  margin-top: 0;
  box-shadow: none;
}

.Main-Content .MC-L .ML2 .ML2R .ML2R-TT-TitImg {
  cursor: pointer;
}

.Main-Content .MC-L .ML2 .ML2R .ML2R-TT-TitImg img {
  width: 190px;
  height: 108px;
  border-radius: 4px;
}

.Main-Content .MC-L .ML2 .ML2R .ML2R-TT-TitImg .TT-TitImg {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  color: #222222;
  margin-top: 5px;
}

.Main-Content .MC-L .ML2 .ML2R .ML2R-TT-TitImg:hover .TT-TitImg {
  color: #eb413d;
  opacity: 0.7;
}

.Main-Content .MC-L .ML5-Mod .Mod-txtImg {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 10px;
  padding-bottom: 20px;
  border-bottom: 0.5px solid #eee;

}

.Main-Content .MC-L .ML5-Mod.RMZX .Mod-txtImg {
  border: none;
  padding-bottom: 0px;
}

.Main-Content .MC-L .ML5-Mod .Mod-txtImg .TitImg img {
  height: 108px;
  margin-bottom: 5px;
}

.Main-Content .MC-L .ML5-Mod .Mod-txtImg .TitImg:hover div {
  color: #eb413d;
  opacity: 0.7;
}

.Main-Content .MC-L .ML5-Mod .Mod-txtImg.none {
  display: none;
}

.Main-Content .MC-L .ML5-Mod .Mod-txtImg.block {
  display: grid;
  border: none;
}


.Main-Content .MC-L .Mod-txt,
.Main-Content .MC-L .Download-txt {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 10px;
  color: #222222;
  font-size: 14px;
  cursor: pointer;
}

.Main-Content .MC-L .Strategy-updateLatest .Mod-txt {
  gap: 12px 10px;
}

.Main-Content .MC-L .Mod-txt span,
.Main-Content .MC-L .Download-txt span {
  margin-right: 4px;
  padding: 2px 4px;
  background: #f5f7fa;
  font-size: 12px;
  line-height: 14px;
  color: #999999;
  border-radius: 2px;
}

.Main-Content .MC-L .Mod-txt a,
.Main-Content .MC-L .Download-txt a {
  color: #222222;
  height: 20px;
}

.Main-Content .MC-L .Mod-txt a:hover,
.Main-Content .MC-L .Download-txt a:hover {
  color: #eb413d;
  opacity: 0.7;
}

.Main-Content .MC-L .ML6-Download .Download-btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.Main-Content .MC-L .ML6-Download .Download-btn a {
  position: relative;
  height: 48px;
  border-radius: 8px;
  padding: 12px 40px 12px 10px;
  background: linear-gradient(180deg, #fafafc 0%, #ffffff 100%);
  border: 0.5px solid #eeeeee;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #222222;
  box-sizing: border-box;
}

.Main-Content .MC-L .ML6-Download .Download-btn a::after {
  position: absolute;
  right: 4px;
  top: 6px;
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url("//image.gamersky.com/webimg13/www/newPc/zq/images/downloadBtn.png") no-repeat center/36px;
}

.Main-Content .MC-L .ML6-ImageList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.Main-Content .MC-L .ML6-ImageList img {
  width: 192px;
  height: 108px;
  margin-bottom: 5px;
}

.Main-Content .MC-L .MidLcon.QZ .Main-Block-title {
  margin-bottom: 0;
}

.Main-Content .MC-L .MidLcon.QZ .daohang {
  padding: 15px 0 17px 0;
}

.Main-Content .MC-L .MidLcon.QZ .qzcmt-cont {
  background: transparent;
  padding: 20px 0 0;
}

.Main-Content .MC-L .MidLcon.QZ .qzcmt-cont:first-child {
  padding-top: 0;
}

.Main-Content .MC-L .ML5-UpdateLatest .UpdateLatest-txt {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.Main-Content .MC-L .ML5-UpdateLatest .UpdateLatest-txt li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.Main-Content .MC-L .ML5-UpdateLatest .UpdateLatest-txt li .typeTag {
  margin-right: 4px;
  padding: 2px 4px;
  gap: 4px;
  height: 18px;
  border-radius: 2px;
  background: #f5f7fa;
  color: #999999;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  display: inline-block;
  box-sizing: border-box;
}

.Main-Content .MC-L .ML5-UpdateLatest .UpdateLatest-txt li a {
  font-size: 14px;
  color: #222222;
  height: 20px;
}

.Main-Content .MC-L .ML5-UpdateLatest .UpdateLatest-txt li a:hover {
  color: #eb413d;
  opacity: 0.7;
}

.Main-Content .MC-L .ML5-UpdateLatest .UpdateLatest-txt li a.hot {
  color: #eb413d;
}

.Main-Content .MC-L .ML5-UpdateLatest .UpdateLatest-txt li .time {
  font-size: 14px;
  color: #999999;
  flex-shrink: 0;
}

.Main-Content .MC-L .ML5-downloadTab {
  display: flex;
  justify-content: space-between;
}

.Main-Content .MC-L .ML5-downloadTab .downloadTabL {
  display: flex;
  align-items: center;
  height: 32px;
}

.Main-Content .MC-L .ML5-downloadTab .downloadTabL a {
  padding: 5px 15px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  color: #666666;
  background: transparent;
  margin-right: 10px;
  cursor: pointer;
  line-height: 20px;
}

.Main-Content .MC-L .ML5-downloadTab .downloadTabL a.cur {
  background: #444444;
  color: #fffffd;
  font-weight: 600;
}

.Main-Content .MC-L .ML5-downloadTab .downloadTabR {
  padding: 8px 15px 8px 31px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  background: #eb413d url("//image.gamersky.com/webimg13/www/newPc/zq/images/addIcon.png") no-repeat 15px 11px/10px;
}

.Main-Content .MC-R {
  width: 320px;
  height: fit-content;
}

.Main-Content .MC-R .Main-Block-title {
  margin-bottom: 15px;
}

.Main-Content .MC-R .MCR-Block {
  margin-top: 20px;
  width: 100%;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.Main-Content .MC-R .MCR-Block.noData {
  min-height: 249px;
  background: #ffffff url("//image.gamersky.com/webimg13/www/newPc/zq/images/image_empty.png") no-repeat center bottom 20px/280px 170px;
}

.Main-Content .MC-R .MCR-viewTop10 .viewTopList span {
  display: inline-block;
  width: 14px;
  margin-right: 2px;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #999999;
  font-family: 'BarlowSemi';
}

.Main-Content .MC-R .MCR-viewTop10 .viewTopList a {
  display: block;
  padding: 10px 10px 10px 0px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #222222;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}

.Main-Content .MC-R .MCR-viewTop10 .viewTopList a::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 0.5px;
  background: #eee;
  bottom: 0;
  left: 0;
  ;
}

.Main-Content .MC-R .MCR-viewTop10 .viewTopList a:last-child::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 0px;
  background: #eee;
  bottom: 0;
  left: 0;
  ;
}

.Main-Content .MC-R .MCR-viewTop10 .viewTopList a:hover {
  color: #eb413d;
  opacity: 0.7;
}

.Main-Content .MC-R .MCR-viewTop10 .viewTopList a:nth-child(-n + 3) span {
  color: #eb413d;
}

.Main-Content .MC-R .MCR-viewTop10 .viewTopList a:last-child {
  border-bottom: 0;
}

.Main-Content .MC-R .MCR-videos .videoList {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.Main-Content .MC-R .MCR-videos .videoList a {
  position: relative;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.Main-Content .MC-R .MCR-videos .videoList a:hover span {
  color: #eb413d;
  opacity: .7;

}

.Main-Content .MC-R .MCR-videos .videoList img {
  width: 130px;
  min-width: 130px;
  height: 72px;
  border-radius: 4px;
}

.onlyOneBgtgs {
  z-index: -1;
}

.Main-Content .MC-R .MCR-videos .videoList a::after {
  position: absolute;
  content: "";
  top: 20px;
  left: 49px;
  width: 32px;
  height: 32px;
  background: url(//image.gamersky.com/webimg13/www/newPc/ku/image_video_hud@2x.png) no-repeat center/32px;
  display: block;
}

.Main-Content .MC-R .MCR-videos .videoList span {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #222222;
}

.Main-Content .MC-R .HotTagList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.Main-Content .MC-R .HotTagList a {
  border-radius: 2px;
  padding: 3px 8px;
  background: #f5f7fa;
  color: #666666;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  cursor: pointer;
}

.Main-Content .MC-R .HotTagList a:hover {
  background-color: #222;
  color: #fff;
}

.Main-Content .MC-R .MCR-appAd {
  width: 320px;
  height: 160px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  padding: 20px 20px 0 20px;
  overflow: hidden;
  box-sizing: border-box;
}

.Main-Content .MC-R .MCR-appAd .appImg {
  width: 280px;
  height: 440px;
  position: absolute;
  top: -26px;
  left: -50px;
}

.Main-Content .MC-R .MCR-appAd .appCode {
  width: 120px;
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 350;
  font-size: 12px;
  color: #444444;
  line-height: 18px;
  /* 游民星空App */
}

.Main-Content .MC-R .MCR-appAd .appCode i {
  font-weight: 500;
  font-style: normal;
  color: #222222;
  /* 更多数据随时随地获得 */
}

.Main-Content .MC-R .MCR-appAd .appCode .ymcode {
  margin-bottom: 10px;
  width: 72px;
  height: 72px;
  border-radius: 2px;
}

.Main-Content .MC-R .MCR-appAd.index {
  background: #444444;
}

.Main-Content .MC-R .MCR-appAd.index .appCode {
  color: #cccccc;
}

.Main-Content .MC-R .MCR-appAd.index .appCode i {
  color: #fffffd;
}

.Main-Content .MC-R .MCR-appAd.index .appCode .ymcode {
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.Main-Content .MC-R .YXXX {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
  box-sizing: border-box;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  overflow: visible;
  outline: 1px solid rgba(255, 255, 255, 0.1);
  outline-offset: -1px;
}

.Main-Content .MC-R .YXXX .img {
  width: 320px;
  height: 160px;
}

.Main-Content .MC-R .YXXX .img img {
  width: 100%;
}

.Main-Content .MC-R .YXXX .img a {
  display: block;
}

.Main-Content .MC-R .YXXX .YXXX-T {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.Main-Content .MC-R .YXXX .YXXX-B {
  padding: 20px;
}

.Main-Content .MC-R .YXXX .YXXX-B .div2 {
  margin-bottom: 10px;
}

.Main-Content .MC-R .YXXX .YXXX-B .div2 .win {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;

}

.Main-Content .MC-R .YXXX .YXXX-B .div2 a {
  padding: 3px 8px;
  background: rgba(0, 0, 0, 0.15);
  font-size: 12px;
  line-height: 12px;
  color: #fffffd;
  opacity: 0.5;
  border-radius: 2px;
  border-radius: 4px;
  outline: 1px solid rgba(0, 0, 0, 0.03);
  outline-offset: -1px;
  box-sizing: border-box;
  /* backdrop-filter: blur(10px); */
  text-align: center;
  white-space: nowrap;
  cursor: default;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Main-Content .MC-R .YXXX .YXXX-B .div2 a img {
  margin-right: 4px;
  width: 16px;
  border-radius: 0;
  overflow-clip-margin: content-box;
  overflow: clip;
}

.Main-Content .MC-R .YXXX .YXXX-B .div3 {
  margin-top: 10px;
  position: relative;
}

.Main-Content .MC-R .YXXX .YXXX-B .div3 .tt1 {
  display: flex;
  margin-top: 5px;
}

.Main-Content .MC-R .YXXX .YXXX-B .div3 .tt1:first-child {
  margin-top: 0;
}

.Main-Content .MC-R .YXXX .YXXX-B .div3 .tt1 .tit {
  font-size: 15px;
  color: rgba(255, 255, 253, 0.6);
  flex-shrink: 0;
  position: relative;
  margin-right: 8px;
  width: 70px;
  height: 24px;
  line-height: 24px;
}

.Main-Content .MC-R .YXXX .YXXX-B .div3 .tt1 .tit::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 9px;
  right: 1px;
  width: 1px;
  height: 6px;
  background: rgba(255, 255, 253, 0.3);
}

.Main-Content .MC-R .YXXX .YXXX-B .div3 .tt1 .titv_time_list {
  display: none;
}

.Main-Content .MC-R .YXXX .YXXX-B .div3 .tt1 .titv {
  line-height: 24px;
  color: rgba(255, 255, 253, 0.3);
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.Main-Content .MC-R .YXXX .YXXX-B .div3 .tt1 .titv.tag a {
  color: #fffffd;
  opacity: 0.9;
}

.Main-Content .MC-R .YXXX .YXXX-B .div3 .tt1 .titv.time {
  padding-right: 16px;
  background: url("//image.gamersky.com/webimg13/www/newPc/zq/images/arrow-down.png") no-repeat right/8px;
}

.Main-Content .MC-R .YXXX .YXXX-B .div3 .tt1 .titv.time:hover .titv_time_list {
  display: block;
  opacity: 1;
}

.Main-Content .MC-R .YXXX .YXXX-B .div3 .tt1 .titv.issuance {
  position: static;
  padding-right: 16px;
  box-sizing: border-box;
  position: relative;
  background: url('//image.gamersky.com/webimg13/www/newPc/zq/images/arrowBottom.png') no-repeat right center / 8px;
}

#fxTip {
  overflow: visible;
  position: static;
}

/* .Main-Content .MC-R .YXXX .YXXX-B .div3 .tt1 .titv.issuance:hover #fxTip {
  display: block !important;
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  position: relative;
  top: 0;
  margin-left: -180px;
  width: 360px;
  overflow: visible;
}

#fxTip::after {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  content: "";
  width: 20px;
  height: 10px;
  background: url(//image.gamersky.com/webimg13/www/newPc/img_bubble_arrow@2x.png) no-repeat center / 20px 10px;
} */

.Main-Content .MC-R .YXXX .YXXX-B .div3 .titv_time_list {
  display: none;
  position: absolute;
  top: 33px;
  left: 43px;
  padding: 16px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  z-index: 4;
  overflow: visible;
}

.Main-Content .MC-R .YXXX .YXXX-B .div3 .titv_time_list::before {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  content: "";
  width: 20px;
  height: 10px;
  background: url(//image.gamersky.com/webimg13/www/newPc/img_bubble_arrow@2x.png) no-repeat center/20px 10px;
}

.Main-Content .MC-R .YXXX .YXXX-B .div3 .titv_time_list .titv_tl_item {
  margin-bottom: 4px;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #222;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
  height: 24px;
}

.Main-Content .MC-R .YXXX .YXXX-B .div3 .titv_time_list .titv_tl_item .plat {
  margin-right: 8px;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
  color: #999;
  min-width: 28px;
}

.Main-Content .MC-R .YXXX .YXXX-B .div3 .titv_time_list .titv_tl_item .time {
  position: relative;
  padding-left: 8px;
}

.Main-Content .MC-R .YXXX .YXXX-B .div3 .titv_time_list .titv_tl_item .time::before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  width: 1px;
  height: 6px;
  background: #e5e7e9;
}

.Main-Content .MC-R .YXXX .YXXX-B .div1 {
  width: auto;
  height: 22px;
  border-radius: 2px;
  overflow: hidden;
  background: linear-gradient(180deg, #e59644 0%, #ce7538 100%);
  box-sizing: border-box;
  outline: 0.5px solid rgba(255, 255, 255, 0.2);
  outline-offset: -0.5px;
  padding: 0 0 0 3px;
  display: none;
  align-items: center;
  position: relative;
}

.Main-Content .MC-R .YXXX .YXXX-B .div1::after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 8px;
  right: 6px;
  background: url('//image.gamersky.com/webimg13/www/newPc/zq/images/icon_SurfaceArrowRight_8x8_Gray@1x.png');
}

.Main-Content .MC-R .YXXX .YXXX-B .div1 img {
  margin-right: 3px;
  width: 16px;
  height: 16px;
}

.Main-Content .MC-R .YXXX .YXXX-B .div1 .rankName {
  width: auto;
  padding: 3px 12px 3px 6px;
  border-radius: 6px 2px 2px 2px;
  background: linear-gradient(0deg, #ffe6a1 0%, #ffecb3 100%), url("//image.gamersky.com/webimg13/www/newPc/zq/images/trophy_right.png") no-repeat center/6px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #a8620d;
  cursor: pointer;
}

.Main-Content .MC-R .YXXX .hsrkMask {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: none;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 8;
}

.Main-Content .MC-R .YXXX .highScoreRankList {
  display: block;
  position: fixed;
  margin-top: -186px;
  margin-left: -320px;
  left: 50%;
  top: 50%;
  width: 640px;
  height: 372px;
  border-radius: 8px;
  background: #fff;
  z-index: 9;
}

.hsrkMask {
  width: 100%;
}

.hsrkMask .hsrkItem {
  width: 100%;
  height: 48px;
  border-bottom: 0.5px solid #e5e7e9;
  padding: 12px 0;
  position: relative;
  display: flex;
  box-sizing: border-box;
  align-items: center;
}

.hsrkMask .hsrkItem:last-child {
  border-bottom: 0;

}

.hsrkMask .hsrkItem::after {
  width: 10px;
  height: 10px;
  display: block;
  right: 0;
  top: 19px;
  content: "";
  position: absolute;
  background: url("//image.gamersky.com/webimg13/www/newPc/zq/images/icon_arrow_right.png") no-repeat center/10px;
}

.hsrklist {
  padding-bottom: 20px;
}

.hsrklist .hsrkItem .hsrk-trophy {
  margin-right: 12px;
  width: 80px;
  height: 24px;
  background: linear-gradient(0deg, rgba(253, 158, 32, 0.1) 0%, rgba(254, 197, 61, 0.1) 100%);
  box-sizing: border-box;
  border-radius: 4px;
  border: 0.5px solid #ffcc6e;
  display: flex;
  align-items: center;
}

.hsrkMask .hsrkItem .hsrk-trophy .rank-img {
  background-color: #ffcc6e;
  height: 23px;
}

.hsrkMask .hsrkItem .hsrk-trophy img {
  display: inline-block;
  margin: 4px;
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}

#textarea {
  display: none;
}

.hsrkMask .hsrkItem .hsrk-trophy .cup i {
  background-image: url("//image.gamersky.com/webimg13/www/newPc/zq/images/icon_rank_cup.png");
}

.hsrkMask .hsrkItem .hsrk-trophy .hot i {
  background-image: url("//image.gamersky.com/webimg13/www/newPc/zq/images/icon_rank_hot.png");
}

.hsrkMask .hsrkItem .hsrk-trophy .wish i {
  background-image: url("//image.gamersky.com/webimg13/www/newPc/zq/images/icon_rank_wish.png");
}

.hsrkMask .hsrkItem .hsrk-trophy .online i {
  background-image: url("//image.gamersky.com/webimg13/www/newPc/zq/images/icon_rank_online.png");
}

.hsrkMask .hsrkItem .hsrk-trophy .zan i {
  background-image: url("//image.gamersky.com/webimg13/www/newPc/zq/images/icon_rank_zan.png");
}

.hsrkMask .hsrkItem .hsrk-trophy .data i {
  background-image: url("//image.gamersky.com/webimg13/www/newPc/zq/images/icon_rank_data.png");
}

.hsrkMask .hsrkItem .hsrk-trophy .rankNo {
  padding-left: 4px;
  font-size: 12px;
  font-weight: 600;
  height: 23px;
  line-height: 23px;
  color: #d57b0f;
  position: relative;
  box-sizing: border-box;
  border-radius: 6px 0 0 0;
  overflow: hidden;
}

.hsrkMask .hsrkItem .rankName {
  color: #222222;
  font-size: 13px;
  font-weight: normal;
}

.hsrkMask .hsrkItem .rankN {
  color: #222222;
  font-size: 13px;
  font-weight: normal;
}

.Main-Content .MC-R .YXXX .highScoreRankList .closeIcon {
  width: 20px;
  height: 20px;
  top: 22px;
  right: -40px;
  position: absolute;
  background: url("//image.gamersky.com/webimg13/www/newPc/zq/images/rankClose.png") no-repeat center/20px;
  cursor: pointer;
}

.Main-Content .MC-R .score_progress {
  height: 55.5px;
  padding-bottom: 10px;
  border: none;
  background-image: url("//image.gamersky.com/webimg13/www/newPc/zq/images/dashedLine.png");
  background-size: 280px 0.5px;
  background-position: center bottom;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.Main-Content .MC-R .score_progress .l_score {
  /* margin-right: 28px; */
}

.Main-Content .MC-R .score_progress .l_score .score_t {
  display: flex;
}

.Main-Content .MC-R .score_progress .l_score .score_t .score {
  font-family: "BarlowSemi";
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  color: #FFFFFD;
  width: 36px;
  text-align: center;
  box-sizing: border-box;
}

.Main-Content .MC-R .score_progress .l_score .score_t .wg_score {
  padding: 4px 6px;
  background: rgba(0, 0, 0, 0.2);
  margin-left: 6px;
  border-radius: 2px;
  width: 27px;
  height: 32px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.Main-Content .MC-R .score_progress .l_score .score_t .wg_score .wg {
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Main-Content .MC-R .score_progress .l_score .score_t .wg_score .wg span {
  display: none;
}

.Main-Content .MC-R .score_progress .l_score .score_t .wg_score .fs {
  font-family: "BarlowSemi";
  font-size: 10px;
  font-weight: normal;
  line-height: 10px;
  text-align: center;
  color: #ff9f1d;
}

.Main-Content .MC-R .score_progress .l_score .rsbz {
  margin-bottom: 8px;
  margin-right: -18px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color: #fffffd;
}

.Main-Content .MC-R .score_progress .l_score .pfNum {
  font-size: 10px;
  line-height: 10px;
  color: #fffffd;
  opacity: 0.5;
  margin-top: 3px;
  font-weight: normal;
}

.Main-Content .MC-R .score_progress .r_progress {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.Main-Content .MC-R .score_progress .r_progress .star_pro {
  display: flex;
  align-items: center;
  margin-bottom: 1px;
  gap: 1px;
}

.Main-Content .MC-R .score_progress .r_progress .star_pro .star {
  display: flex;
  align-items: center;
  margin-right: 4px;
  gap: 2px;
}

.Main-Content .MC-R .score_progress .r_progress .star_pro .star div {
  width: 6px;
  height: 6px;
  background: url(//image.gamersky.com/webimg13/www/newPc/zq/images/star.png) no-repeat center/6px;
}

.Main-Content .MC-R .score_progress .r_progress .progress {
  width: 120px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
  margin-right: 10px;
}

.Main-Content .MC-R .score_progress .r_progress .progress div {
  height: 100%;
  background: #ff9f1d;
  border-radius: 1px;
}

.Main-Content .MC-R .score_progress .r_progress .bfb {
  font-size: 8px;
  font-weight: normal;
  line-height: 8px;
  color: rgba(255, 255, 253, 0.3);
  display: flex;
  justify-content: end;
  width: 20px;
}

.Main-Content .MC-R .n_released {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  background-size: contain;
  padding-bottom: 14.5px;
  padding-top: 5px;
}

.Main-Content .MC-R .n_released .xiangWanNum {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color: #fffffd;
}

.Main-Content .MC-R .n_released .n_released_tip {
  font-size: 10px;
  font-weight: normal;
  line-height: 10px;
  opacity: 0.5;
  color: #fffffd;
}

.Main-Content .MC-R .YMZP_PL {
  margin-top: 20px;
}

.Main-Content .MC-R .YMZP_PL .YMZP_PL_item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
}

.Main-Content .MC-R .YMZP_PL .YMZP_PL_item .PL_item_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Main-Content .MC-R .YMZP_PL .YMZP_PL_item .PL_item_top .PL_item_top_l {
  display: flex;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  color: #fffffd;
}

.Main-Content .MC-R .YMZP_PL .YMZP_PL_item .PL_item_top .PL_item_top_l img {
  width: 16px;
  height: 16px;
  border-radius: 8px;
}

.Main-Content .MC-R .YMZP_PL .YMZP_PL_item .PL_item_bottom {
  opacity: 0.8;

  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #fffffd;
  min-height: 10px;
}

.Main-Content .MC-R .YMZP_PL .YMZP_PL_item:nth-child(2) {
  margin: 0 auto;
  width: 268px;
  height: 10px;
  padding: 0;
  border-radius: 0px 0px 4px 4px;
  background: rgba(255, 255, 255, 0.1);
}

.Main-Content .MC-R .YMZP_PL .YMZP_PL_item:nth-child(3) {
  margin: 0 auto;
  width: 256px;
  padding: 0;
  height: 8px;
  border-radius: 0px 0px 4px 4px;
  background: rgba(255, 255, 255, 0.05);
}

.Main-Content .MC-R .playBtns {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.Main-Content .MC-R .playBtns .playerBtn {
  width: 100%;
  height: 32px;
  border-radius: 4px;
  padding: 8px auto;
  box-sizing: border-box;
  background: #212121;
  color: #fffffd;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.Main-Content .MC-R .playBtns .playerBtn.xiangWan:hover,
.Main-Content .MC-R .playBtns .playerBtn.wanGuo:hover {
  opacity: 0.8;
}

.Main-Content .MC-R .playBtns .playerBtn.xiangWan i {
  display: block;
  width: 16px;
  height: 16px;
  background: url("//image.gamersky.com/webimg13/www/newPc/zq/images/icon_xiangWan.png") no-repeat center/16px;
}

.Main-Content .MC-R .playBtns .playerBtn.wanGuo i {
  display: block;
  width: 16px;
  height: 16px;
  background: url("//image.gamersky.com/webimg13/www/newPc/zq/images/icon_wanGuo.png") no-repeat center/16px;
}

.Main-Content .MC-R .playBtns .playerBtn.yiXiangWan,
.Main-Content .MC-R .playBtns .playerBtn.yiWanGuo {
  background: #656565;
}

.Main-Content .MC-R .playBtns .playerBtn.yiXiangWan:hover,

.Main-Content .MC-R .playBtns .playerBtn.yiXiangWan i,
.Main-Content .MC-R .playBtns .playerBtn.yiWanGuo i {
  background: url("//image.gamersky.com/webimg13/www/newPc/zq/images/btn_arrow_Right.png") no-repeat center/8px, #656565;
}

.Main-Content .MC-R .playBtns .playerBtn.yiWanGuo {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
}

.Main-Content .MC-R .playBtns .playerBtn.yiWanGuo .stars {
  margin-right: 6px;
  display: flex;
  gap: 4px;
}

.Main-Content .MC-R .playBtns .playerBtn.yiWanGuo .stars i {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-image: url("//image.gamersky.com/webimg13/www/newPc/zq/images/icon_star.png");
}

.Main-Content .MC-R .playBtns .playerBtn.yiWanGuo .stars i.starLight {
  background-image: url("//image.gamersky.com/webimg13/www/newPc/zq/images/icon_star_light.png");
}

.Main-Content .MC-R .playBtns .playerBtn.yiWanGuo .goPingfen {
  position: relative;
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 12px;
}

.Main-Content .MC-R .playBtns .playerBtn.yiWanGuo .goPingfen::before {
  position: absolute;
  left: -6px;
  top: 6px;
  content: "";
  display: block;
  width: 1px;
  height: 6px;
  background: #888888;
}

.Main-Content .PZcont {
  margin-bottom: 20px;
  width: 320px;
  height: auto;
  box-sizing: border-box;
  background: #444444;
  border-radius: 8px;
  padding: 20px;
}

.Main-Content .MZPC {
  transition: all .5s linear;
}

.Main-Content .MTPC .YMPC,
.Main-Content .MTPC .MZPC {
  width: 100%;
}

.Main-Content .MTPC .YMPC .YMPC_bg_content,
.Main-Content .MTPC .MZPC .YMPC_bg_content {
  width: 100%;
  background-position: center;
  background-size: cover;
}

.Main-Content .MTPC .YMPC .YMPC_content,
.Main-Content .MTPC .MZPC .YMPC_content {
  box-sizing: border-box;
  width: 100%;
  z-index: 1;
  /* padding: 5px 0px 0 0px; */
}

.Main-Content .MTPC .MZPC .YMPC_content {
  padding: 0;
}

.Main-Content .MTPC .YMPC .YMPC_content_top,
.Main-Content .MTPC .MZPC .YMPC_content_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Main-Content .MTPC .YMPC .YMPC_content_top .YMPC_content_tit,
.Main-Content .MTPC .MZPC .YMPC_content_top .YMPC_content_tit {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0;
  color: #999999;
  flex-shrink: 0;
}

.Main-Content .MTPC .YMPC .YMPC_content_top i,
.Main-Content .MTPC .MZPC .YMPC_content_top i {
  margin: 0 8px;
  display: flex;
  width: 100%;
  height: 0.5px;
  background: #fff;
  opacity: 0.1;
}

.Main-Content .MTPC .YMPC .YMPC_content_top a,
.Main-Content .MTPC .MZPC .YMPC_content_top a {
  flex-shrink: 0;
  position: relative;
  font-size: 12px;
  font-weight: normal;
  color: #888;
  line-height: 14px;
  padding-right: 12px;
}

.Main-Content .MTPC .YMPC .YMPC_content_top a:after,
.Main-Content .MTPC .MZPC .YMPC_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;
}

.Main-Content .MTPC .YMPC_content_bot {
  margin: 10px 0 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}

.Main-Content .MTPC .YMPC_content_bot .YMPC_content_desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #ccc;
}

.Main-Content .MTPC .YMPC_content_bot .YMPC_content_score {
  font-family: "BarlowSemi";
  color: #fffffd;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.Main-Content .MTPC .YMPC_content_pro {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 253, 0.1);
}

.Main-Content .MTPC .YMPC_content_pro.cur {
  height: 4px;
  background: #ff9f1d;
  border-radius: 1px;
}

.Main-Content .MTPC .YMPC .YMPC_points {
  margin: 10px 0 0px 0;
}


.Main-Content .MTPC .YMPC_point_item {
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
  box-sizing: border-box;
  color: #ccc;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;

}

.Main-Content .MTPC .YMPC_point_item:last-child {
  margin-bottom: 0;

}

.Main-Content .MTPC .YMPC_point_item.add::before {
  position: absolute;
  display: inline-block;
  content: "";
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  background: url(//image.gamersky.com/webimg13/www/newPc/ku/plus.svg) no-repeat center/8px;
}

.Main-Content .MTPC .YMPC_point_item.del::before {
  position: absolute;
  display: inline-block;
  content: "";
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  background: url(//image.gamersky.com/webimg13/www/newPc/ku/minus.svg) no-repeat center/8px;
}

.Main-Content .MTPC .MZPC .YMPC_points {
  margin-top: 10px;
}

.Main-Content .MTPC .MZPC .Main-Content .MTPC .MZPC .YMPC_points .YMPC_point_item {
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Main-Content .MTPC .MZPC .YMPC_points .YMPC_point_item:last-child {
  margin-bottom: 0;
}

.Main-Content .MTPC .MZPC .YMPC_points .YMPC_point_item .score {

  color: #fffffd;
  font-size: 12px;
}

.Main-Content .MTPC .MZPC .YMPC_points .YMPC_point_item .score span {
  color: #999;
}

.Main-Content .YXJG .saleDiscountRate {
  background: #65676b;
  border-radius: 2px;
}

.Main-Content .YXJG .saleDiscountRate span {
  padding: 2px;
  box-sizing: border-box;
  display: inline-block;
  background: #65676b;
  color: #ccc;
  line-height: 12px;
}

.Main-Content .YXJG .saleDiscountRate span.lowest {
  border-radius: 2px;
  padding: 2px;
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background: #ff9f1d;
}

.Main-Content .YXJG .gamePriceItem {
  padding: 0 18px 0 24px;
}

.Main-Content .YXJG .gamePriceItem:last-child::after {
  display: none;
}

.Main-Content .YXJG .gamePriceItem .gameName {
  width: auto;
}

.Main-Content .PZXQ .PZcon {
  padding-top: 15px;
  width: 100%;
  height: auto;
}

.Main-Content .PZXQ .PZ {
  display: none;
  width: 100%;
  height: auto;
}

.Main-Content .PZXQ .PZ li.txt {
  height: auto;
  display: flex;
  box-sizing: border-box;
  user-select: text;
  font-size: 14px;
  position: relative;
}

.Main-Content .PZXQ .PZ li.txt:last-child::after {
  display: none;

}

.Main-Content .PZXQ .PZ li.txt::after {
  width: 100%;
  height: 0.5px;
  background: rgba(255, 255, 253, 0.1);
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}

.Main-Content .PZXQ .PZ li.txt div {
  float: left;
}

.Main-Content .PZXQ .PZ li.txt div.tit {
  margin-right: 8px;
  position: relative;
  width: 36px;
  height: 38px;
  line-height: 40px;
  color: #999;
  flex-shrink: 0;
}

.Main-Content .PZXQ .PZ li.txt div.tit::after {
  position: absolute;
  content: "";
  top: 16px;
  right: 0;
  width: 1px;
  height: 6px;
  background: rgba(255, 255, 253, 0.1);
}

.Main-Content .PZXQ .PZ li.txt div.txt {
  box-sizing: border-box;
  padding: 10px 0;
  flex-grow: 1;
  height: auto;
  line-height: 20px;
  display: flex;
  color: #cccccc;
  font-weight: normal;
  font-size: 14px;
  align-items: center;
  letter-spacing: 0em;

}

.Main-Content .PZXQ .PZ li.txt:last-child {
  border-bottom: 0;
}

.Main-Content .PZXQ .PZ li.tit {
  display: none;
}

.Main-Content .XLYX {
  overflow: visible;
}

.Main-Content .XHGZDWJHXH_list {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: visible;
  color: #fffffd;
}

.Main-Content .XHGZDWJHXH_list .bgc_info .bgc_title {
  color: #fffffd;
  font-weight: normal;
}

.Main-Content .XHGZDWJHXH_list .bgc_info .bgc_tags div {
  background: #666;
  color: #ccc;
}

.Main-Content .hei .XLYX .basic_game_card.row .pre_basic_game_card,
.Main-Content .hei .XHGZDWJHXH_list .basic_game_card.row .pre_basic_game_card {
  background: #444;
  outline: 1px solid #666;
  box-shadow: 0px 6px 16px 0px rgba(0, 16, 94, 0.1);
}

.Main-Content .PZnav {
  width: 100%;
  height: 26px;
  overflow: visible;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Main-Content .PZnav .PZXQ_tit {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #fffffd;
}

.Main-Content .PZnav .PZnav_box {
  display: flex;
  align-items: center;
  padding: 2px;
  background: #666;
  border-radius: 100px;
  font-size: 12px;
}

.Main-Content .PZnav a {
  padding: 4px 8px;
  display: inline-block;
  width: auto;
  color: #999;
  border-radius: 100px;
  line-height: 14px;
}

.Main-Content .PZnav a.cur {
  color: #fffffd;
  font-weight: bold;
  font-size: 12px;
  background: #444;
  border-radius: 100px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.Main-Content .tit-list {
  margin-bottom: 20px;
  display: none;
  background: #444;
  padding: 20px;
  border-radius: 8px;
  box-sizing: border-box;
}

.Main-Content .tit-list .MidRtit {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  width: auto;
  color: #fffffd;
}

.Main-Content .tit-list.YXJG .MidRtit {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 26px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  width: auto;
  color: #fffffd;
}

.Main-Content .tit-list .MidRtit h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.Main-Content .tit-list .MidRtit .more {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  color: #999;
  padding-right: 16px;
  background: url(//image.gamersky.com/webimg13/www/newPc/ku/arrow-right-solid-999.svg?f) right center no-repeat;
}

.Main-Content .tit-list .MidRtit .shopGuide {
  width: 106px;
  height: 26px;
  border-radius: 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 10px 6px 24px;
  gap: 2px;
  background: url('//image.gamersky.com/webimg13/www/newPc/zq/images/ask.png') no-repeat left 10px top 7px / 12px, #666666;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  color: #999999;
  cursor: pointer;
}

.Main-Content .MC-R .tit-list.noData {
  height: 249px;
  background: #444444 url("//image.gamersky.com/webimg13/www/newPc/zq/images/noData_dark.png") no-repeat center bottom 20px/280px 170px;


}

.Main-Content .QZ #QZCMT .qztit {
  display: none;
}

.Main-Content .QZ #QZCMT .daohang-bor {
  border-bottom: 0;
}

.Main-Content .QZ #QZCMT .daohang-sort {}

.Main-Content .QZ #QZCMT .daohang-sort .txt {
  padding-right: 0;
  padding-left: 16px;
  height: auto;
  color: #999;
  font-size: 14px;
  line-height: 18px;
  background: url("//image.gamersky.com/webimg13/www/newPc/zq/images/sortIcon.png") no-repeat left 3px center /14px;
  padding: -2px 3px 3px 3px;
  box-sizing: border-box;
}

.Main-Content .QZ #QZCMT .daohang-nav a {
  position: relative;
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  padding: 0;
}

.Main-Content .QZ #QZCMT .daohang-nav a.cur {
  color: #222222;
  font-weight: 500;
  border-bottom: 0;
}

.Main-Content .QZ #QZCMT .daohang-nav a.cur::after {
  position: absolute;
  bottom: -3px;
  left: calc(50% - 8px);
  content: "";
  display: block;
  width: 16px;
  height: 3px;
  border-radius: 1.5px;
  background: #eb413d;
}

.Page {
  display: flex;
  justify-content: space-around;
  gap: 8px;
}

.Page em,
.Page a {
  margin-right: 8px;
  background: #f5f7fa;
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
}

.Page em.p3,
.Page a.p3 {
  background: #222222;
  color: #ffffff;
}

.Main-Block-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.Main-Block-title .tit {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222222;
}

.Main-Block-title .more {

  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0px;
  color: #999999;
  padding-right: 16px;
  background: url("//image.gamersky.com/webimg13/www/newPc/zq/images/more.png") no-repeat center right/12px 12px;
  cursor: pointer;
}

.Main-Block-title .more:hover {
  opacity: 0.8;
}

.txtImg-Page {
  margin: 0 auto 0px;
  width: auto;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.txtImg-Page .page-turn {
  width: 12px;
  height: 12px;
  position: relative;
  display: flex;
  align-items: center;
}

.txtImg-Page .page-turn a {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
}

.txtImg-Page .page-turn a.Pprev {
  background: #e5e7e9;
  position: relative;
}

.txtImg-Page .page-turn a.Pprev:before {
  position: absolute;
  width: 6px;
  height: 6px;
  content: "";
  display: block;
  top: 3px;
  left: 3px;
  background: url(//image.gamersky.com/webimg13/www/newPc/icon_6_arrow_left.svg) no-repeat center/6px;
}

.txtImg-Page .page-turn a.Pnext {
  background: #e5e7e9;
  position: relative;
}

.txtImg-Page .page-turn a.Pnext::after {
  position: absolute;
  width: 6px;
  height: 6px;
  content: "";
  display: block;
  top: 3px;
  left: 3px;
  background: url(//image.gamersky.com/webimg13/www/newPc/icon_6_arrow_right.svg) no-repeat center/6px;
}

.txtImg-Page .page-num {
  padding: 4px;
  width: auto;
  height: 12px;
  display: flex;
  align-items: center;
}

.txtImg-Page .page-num a {
  margin: 4px 5px;
  display: inline-block;
  width: 8px;
  height: 4px;
  border-radius: 4px;
  background: #e5e7e9;
}

.txtImg-Page .page-num a.cur {
  background: #eb413d;
  color: #151515;
}

.text-ellipsis {
  white-space: nowrap;
  /* 2. 隐藏超出容器的内容 */
  overflow: hidden;
  /* 3. 用省略号替代超出的文本 */
  text-overflow: ellipsis;
}

.text-ellipsis-l2 {
  -webkit-line-clamp: 2;
  /* 关键：指定显示 2 行（webkit 内核浏览器） */
  /* 2. 配合 line-clamp 使用，将对象作为弹性伸缩盒子模型显示 */
  display: -webkit-box;
  /* 3. 设置伸缩盒子的子元素排列方式（垂直排列） */
  -webkit-box-orient: vertical;
  /* 4. 隐藏超出容器的内容 */
  overflow: hidden;
}

.text-ellipsis-l3 {
  -webkit-line-clamp: 3;
}

#gsincome_zq_970_n {
  width: 1200px;
  margin: 20px auto 0;
  height: 74px;
  border-radius: 8px;
  display: none;
  overflow: hidden !important;
  z-index: 1;
  position: relative;
}

#gsincome_zq_970_n::after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 74px;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;

  border: 1px solid rgba(255, 255, 255, 0.2);


}

.issuance {
  position: relative;
}


.hei .Main-Content .MC-L .ML-Block.QZ {
  /* background: #2b2b2b; */
}

.hei .QZ .Main-Block-title .tit {
  /* color: #bababa; */

}

.hei .Main-Content .QZ #QZCMT .daohang-nav a.cur {
  /* color: #ddd; */
}

.hei .Main-Content .QZ #QZCMT .daohang-nav a {
  /* color: #aaa; */
}

.hei .price,
.hei .gameName {
  /* color: #333; */
}

.hei .QZ .daohang {
  background: #fff
}

.pt .ptList .ptItem img {
  width: 16px;
  height: 16px;
}

.GLJ .Strategy-updateLatest .Mod-txt {
  margin-top: 10px;
  cursor: default;
}

.GLJ .Strategy-updateLatest .Mod-txt a {
  padding-left: 22px;
  background: url('//image.gamersky.com/webimg13/www/newPc/zq/images/strategyicon.png') no-repeat left center / 18px;


}

.Main-Content .MC-L .ML-Block.GLJ {
  display: none;
}

#instanceTip {
  position: fixed;
  display: none;
  content: '';
  display: block;
  z-index: 2;
  background: #FFF;
  width: auto;
  max-width: 360px;
  height: auto;
  padding: 16px;
  border-radius: 8px;
  color: #666;
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0em;
}

#instanceTip::before {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  content: "";
  width: 20px;
  height: 10px;
  background: url(//image.gamersky.com/webimg13/www/newPc/img_bubble_arrow@2x.png) no-repeat center / 20px 10px;
}