html {
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 14px;
  font-family: "Microsoft YaHei", SimSun, Arial, Tahoma, Helvetica;
  background-color: #001535;
}
body::after {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.1;
  background: url("//image.gamersky.com/webimg13/zhuanti/yzg/bg.jpg") no-repeat center center/cover;
  pointer-events: none;
  z-index: 98;
}

img {
  border: 0;
  vertical-align: middle;
}

a {
  text-decoration: none;
}
a:focus {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  list-style-type: none;
  vertical-align: middle;
}

div,
ul,
li {
  overflow: hidden;
}

input,
textarea {
  border: 0;
  outline: 0;
  resize: none;
  -webkit-appearance: none;
}

p,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.none {
  display: none;
}

.block {
  display: block;
}

.QZnav, .Bot {
  display: none;
}

.pc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 99;
}
.pc .mbg01 .Midcon {
  width: 100%;
  position: relative;
  background: url("//image.gamersky.com/webimg13/zhuanti/yzg/bg.png") no-repeat center 0/1920px 667px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 123px;
  box-sizing: border-box;
}
.pc .mbg01 .Midcon .logo {
  width: 414px;
  height: 233px;
  background: url("//image.gamersky.com/webimg13/zhuanti/yzg/pclogo.png") no-repeat center center/100% 100%;
  margin-bottom: 10px;
}
.pc .mbg01 .Midcon .t1 {
  background: url("//image.gamersky.com/webimg13/zhuanti/yzg/t1.png") no-repeat center center/100% 100%;
  width: 563px;
  height: 165px;
  margin-bottom: 40px;
}
.pc .mbg01 .Midcon .t4 {
  background: url("//image.gamersky.com/webimg13/zhuanti/yzg/t4.png") no-repeat center center/100% 100%;
  width: 1200px;
  height: 36px;
  margin-bottom: 10px;
}
.pc .mbg01 .Midcon .text {
  color: #fff;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.pc .mbg01 .Midcon .button {
  display: flex;
  border-radius: 71px;
  background-color: #ffbb5b;
  height: 46.5px;
  padding: 0px 32.5px;
  align-items: center;
  gap: 5px;
  color: #000;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.pc .mbg02 .Midcon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.pc .mbg02 .Midcon .t2 {
  background: url("//image.gamersky.com/webimg13/zhuanti/yzg/t2.png") no-repeat center center/100% 100%;
  width: 386px;
  height: 127px;
}
.pc .mbg02 .Midcon .VoteList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
.pc .mbg02 .Midcon .VoteList .item .top {
  padding: 10px;
  border-radius: 12px;
  border: 2px solid #273f60;
  background: rgba(255, 255, 255, 0.05);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pc .mbg02 .Midcon .VoteList .item .top img {
  border-radius: 10px;
  width: 208px;
  height: 208px;
  object-fit: cover;
  background: #fff;
}
.pc .mbg02 .Midcon .VoteList .item .top .name {
  height: 30px;
  line-height: 30px;
  color: #caf5ff;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.pc .mbg02 .Midcon .VoteList .item .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  height: 44px;
}
.pc .mbg02 .Midcon .VoteList .item .bottom .votenumber {
  color: #ffbb5b;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.pc .mbg02 .Midcon .VoteList .item .bottom .votenumber span {
  color: #fff;
  font-family: "Source Han Sans CN";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.pc .mbg02 .Midcon .VoteList .item .bottom .votebutton {
  cursor: pointer;
  border-radius: 72px;
  background-color: #ffbb5b;
  width: 73px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.pc .mbg02 .Midcon .VoteList .item .bottom .voted {
  cursor: default !important;
  background-color: #ccc !important;
  color: #666 !important;
}
.pc .mbg03 .Midcon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.pc .mbg03 .Midcon .t3 {
  background: url("//image.gamersky.com/webimg13/zhuanti/yzg/t3.png") no-repeat center center/auto 100%;
  width: 1200px;
  height: 54px;
}
.pc .mbg03 .Midcon .text {
  color: #caf5ff;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  height: 48px;
  width: 640px;
}
.pc .mbg03 .Midcon .luckyDrawArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 10px;
  width: 640px;
  background: rgba(255, 255, 255, 0.1);
}
.pc .mbg03 .Midcon .luckyDrawArea .luckyDrawRolling {
  width: 100%;
  height: 685px;
  position: relative;
  box-sizing: border-box;
}
.pc .mbg03 .Midcon .luckyDrawArea .luckyDrawRolling .luckyDrawList {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pc .mbg03 .Midcon .luckyDrawArea .luckyDrawRolling .luckyDrawList .item {
  width: 100%;
  height: 137px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 40px;
}
.pc .mbg03 .Midcon .luckyDrawArea .luckyDrawRolling .luckyDrawList .item .name {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Source Han Sans CN";
  font-size: 26.169px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.pc .mbg03 .Midcon .luckyDrawArea .luckyDrawRolling .luckyDrawList .item .imgbox {
  height: 96px;
  width: 227px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc .mbg03 .Midcon .luckyDrawArea .luckyDrawRolling .luckyDrawList .item .imgbox img {
  height: 100%;
}
.pc .mbg03 .Midcon .luckyDrawArea .luckyDrawRolling::before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 10px solid rgba(0, 0, 0, 0.3);
  z-index: 3;
}
.pc .mbg03 .Midcon .luckyDrawArea .luckyDrawRolling::after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 137px;
  left: 0;
  width: 100%;
  height: 137px;
  background: url("//image.gamersky.com/webimg13/zhuanti/yzg/box.png") no-repeat center center/100% 100%;
  z-index: 3;
}
.pc .mbg03 .Midcon .luckyDrawArea .luckyDrawButton {
  display: flex;
  width: 278px;
  height: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  font-family: "Source Han Sans CN";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #ffbb5b;
  cursor: pointer;
}
.pc .mbg03 .Midcon .luckyDrawArea .luckyDrawRelated {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 24px;
  width: 100%;
}
.pc .mbg03 .Midcon .luckyDrawArea .luckyDrawRelated .luckyDrawTimes {
  display: flex;
  color: #caf5ff;
  font-family: "Source Han Sans CN";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pc .mbg03 .Midcon .luckyDrawArea .luckyDrawRelated .luckyDrawTimes span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 0 3.75px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pc .mbg03 .Midcon .luckyDrawArea .luckyDrawRelated .winningRecord {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  color: #caf5ff;
  font-family: "Source Han Sans CN";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.pc .mbg03 .Midcon .pstips {
  color: #ffbb5b;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 24px;
  width: 100%;
}
.pc .mbg04 .Midcon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc .mbg04 .Midcon img {
  width: 640px;
  height: 103.5px;
}
.pc .mbg05 .Midcon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pc .mbg05 .Midcon .activityRules {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  width: 640px;
  color: #caf5ff;
  font-family: "Source Han Sans CN";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.pc .mbg05 .Midcon .activityRules .title {
  font-size: 20px;
  font-weight: 700;
}
.pc .shareBox {
  display: none;
  width: 1920px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
.pc .shareBox .zz {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.pc .shareBox .bdsharebuttonbox {
  width: 560px;
  height: 290px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: -145px;
  margin-left: -280px;
  border-radius: 5px;
  background-color: #ece8e1;
  overflow: visible;
}
.pc .shareBox .bdsharebuttonbox .close {
  background: url("//image.gamersky.com/webimg13/zhuanti/wwqyyy/close.png") no-repeat center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 2px;
  right: -40px;
  cursor: pointer;
}
.pc .shareBox .bdsharebuttonbox .box {
  position: absolute;
  top: 80px;
  height: 80px;
  padding: 0 105px;
}
.pc .shareBox .bdsharebuttonbox .box a {
  width: 80px;
  height: 80px;
  cursor: pointer;
  margin-right: 50px;
}
.pc .shareBox .bdsharebuttonbox .box a.bds_weixin {
  background: url("//image.gamersky.com/webimg13/zhuanti/wwqyyy/share1.png") no-repeat center;
}
.pc .shareBox .bdsharebuttonbox .box a.bds_sqq {
  background: url("//image.gamersky.com/webimg13/zhuanti/wwqyyy/share2.png") no-repeat center;
}
.pc .shareBox .bdsharebuttonbox .box a.bds_tsina {
  margin-right: 0;
  background: url("//image.gamersky.com/webimg13/zhuanti/wwqyyy/share3.png") no-repeat center;
}
.pc .shareBox .bdsharebuttonbox p {
  position: absolute;
  width: 100%;
  font-size: 18px;
  color: #3b3b3b;
  bottom: 75px;
  text-align: center;
}
.pc .tips {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3060;
  display: none;
}
.pc .tips .zz {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3061;
}
.pc .tips .Box {
  width: 560px;
  height: 320px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  margin-top: -160px;
  left: 50%;
  margin-left: -280px;
  z-index: 3062;
}
.pc .tips .Box .title {
  font-size: 40px;
  font-weight: bold;
  color: #ff6600;
  text-align: center;
  margin: 40px auto;
}
.pc .tips .Box .jp {
  text-align: center;
  font-size: 20px;
  color: #3b3b3b;
  margin: 40px auto 50px;
  font-weight: bold;
}
.pc .tips .Box .jp span {
  color: #ff6600;
}
.pc .tips .Box .btn {
  width: 162px;
  height: 40px;
  line-height: 40px;
  background: #333;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
.pc .MyPrizeList {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.pc .MyPrizeList .zz {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
}
.pc .MyPrizeList .Box {
  width: 600px;
  height: 440px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1002;
}
.pc .MyPrizeList .Box .miaoshu {
  width: 90%;
  margin: 20px auto 20px;
  text-align: center;
  color: #aaa;
  font-size: 14px;
}
.pc .MyPrizeList .Box .title {
  font-size: 24px;
  width: 80%;
  border-bottom: 1px #f1f1f1 solid;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding-bottom: 10px;
  margin: 20px auto 0;
}
.pc .MyPrizeList .Box .jplist {
  width: 90%;
  margin: 20px auto 20px;
  height: 260px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.pc .MyPrizeList .Box .jplist .item {
  display: flex;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 10px;
}
.pc .MyPrizeList .Box .jplist .item .time {
  color: #bebebe;
  margin-right: 10px;
}
.pc .MyPrizeList .Box .jplist .item .name {
  font-weight: bold;
  color: #ff6600;
}
.pc .MyPrizeList .Box .jplist .item .sh {
  margin-left: auto;
  margin-right: 10px;
  background: #ff6600;
  border-radius: 20px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  width: 100px;
  cursor: pointer;
  text-align: center;
}
.pc .MyPrizeList .Box .jplist .item .copy {
  margin-left: auto;
  margin-right: 10px;
  background: #ff6600;
  border-radius: 20px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  width: 100px;
  cursor: pointer;
  text-align: center;
}
.pc .MyPrizeList .Box .btnBox {
  display: flex;
}
.pc .MyPrizeList .Box .btn {
  display: block;
  width: 162px;
  height: 40px;
  line-height: 40px;
  background: #333;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
.pc .txdz {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1003;
  display: none;
}
.pc .txdz .zz {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1004;
  z-index: 1;
}
.pc .txdz .createAddress {
  width: 560px;
  height: 430px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  margin-top: -215px;
  left: 50%;
  margin-left: -280px;
  z-index: 2;
}
.pc .txdz .createAddress .createAddress-title {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  margin-bottom: 20px;
  flex-shrink: 0;
  margin-top: 20px;
}
.pc .txdz .createAddress .createAddress-from {
  width: 100%;
}
.pc .txdz .createAddress .createAddress-from .createAddress-inputBox {
  width: 100%;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.pc .txdz .createAddress .createAddress-from .createAddress-inputBox span {
  display: block;
  font-size: 14px;
  color: #3b3b3b;
  margin-right: 16px;
}
.pc .txdz .createAddress .createAddress-from .createAddress-inputBox input {
  display: block;
  width: 380px;
  height: 38px;
  border: 1px solid #eee;
  padding: 0 20px;
  box-sizing: border-box;
}
.pc .txdz .createAddress .createAddress-btn {
  display: block;
  width: 162px;
  height: 40px;
  line-height: 40px;
  background: #333;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
.pc .Mid {
  margin: 0 auto;
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
}
.pc .Midcon {
  margin: 0 auto;
  width: 1200px;
  height: auto;
}
.pc .Bot {
  width: 100%;
  min-width: 1100px;
  height: 170px;
  background-color: #141414;
  position: relative;
  z-index: 3;
}
.pc .Bot .Copyright {
  margin: 0 auto;
  width: 1100px;
  padding-top: 35px;
  height: auto;
  line-height: 30px;
  text-align: center;
  color: #777;
  font-size: 14px;
}
.pc .Bot .Copyright a {
  margin: 0 5px;
  color: #777;
}
.pc .Bot .Copyright a:hover {
  color: #eee;
}
.pc .ielt9 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: url(//img1.gamersky.com/image2016/06/20160603_zl_91_4/ielt9.jpg) center 0 no-repeat;
}
.pc .ielt9 p {
  padding-top: 28%;
  font-size: 22px;
  text-align: center;
  line-height: 40px;
}
.pc .ielt9 p span {
  color: #f60;
}