<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --width: 62.5%;
}


body {
  background: url('../images/pc/bg.jpg') no-repeat;
  background-size: 100%;
}


.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5.21vw;
  padding: 0 18.7vw;
  margin: 0 auto;
  background-color: #0d0002;
}
.header .logo {
  width: 26.7%;
  height: 2.5vw;
  background: url('../images/pc/header_logo.png') no-repeat;
  background-size: 100%;
}
.header .label {
  width: 33.7%;
  height: 2.2vw;
  line-height: 2.2vw;
  padding-left: 0.8vw;
  background: url('../images/pc/header_label.png') no-repeat;
  background-size: 100% 100%;
  color: #FFF;
  position: relative;
  box-sizing: border-box;
}
.header .label p:nth-child(2) {
  width: 34%;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}


.banner {
  width: var(--width);
  padding: 0.4vw;
  margin: 2vw auto 3vw;
  border-radius: 0.6vw;
  background: #ffffff4d;
  position: relative;
  box-sizing: border-box;
}
.swiper-pagination {
  bottom: -6% !important;
}


.sponsor {
  width: var(--width);
  height: 6vw;
  margin: 0 auto;
  background: url('../images/pc/sponsor.png') no-repeat;
  background-size: 100%;
}


.btnGroup {
  width: 48.4%;
  margin: 0 auto 2vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.btnGroup .btn {
  width: 48.5%;
  height: 7.4vw;
}
.btnGroup .btn1 {
  background: url('../images/pc/btn_1.png') no-repeat;
  background-size: 100%;
  margin-right: 2%;
}
.btnGroup .btn2 {
  background: url('../images/pc/btn_2.png') no-repeat;
  background-size: 100%;
}


.gameList {
  width: var(--width);
  margin: 0 auto 2vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.gameList li {
  width: 32.2%;
  height: 11.7vw;
}
.gameList li:nth-child(1) {
  background: url('../images/pc/game_1.png') no-repeat;
  background-size: 100%;
}
.gameList li:nth-child(2) {
  background: url('../images/pc/game_2.png') no-repeat;
  background-size: 100%;
}
.gameList li:nth-child(3) {
  background: url('../images/pc/game_3.png') no-repeat;
  background-size: 100%;
}
.gameList li:nth-child(4) {
  background: url('../images/pc/game_4.png') no-repeat;
  background-size: 100%;
}
.gameList li:nth-child(5) {
  background: url('../images/pc/game_5.png') no-repeat;
  background-size: 100%;
}
.gameList li:nth-child(6) {
  background: url('../images/pc/game_6.png') no-repeat;
  background-size: 100%;
}


.gift {
  width: var(--width);
  height: 25vw;
  margin: 0 auto;
  background: url('../images/pc/gift.png') no-repeat;
  background-size: 100%;
}


.rightSide {
  position: fixed;
  top: 30%;
  right: 0;
  border-radius: 10px;
  background: #62011c;
  width: 9.45vw;
  min-height: 11.3vw;
  box-sizing: border-box;
  z-index: 9;
}
.rightSide .spokesperson {
  width: 95%;
  height: auto;
  margin: 0 auto -3%;
}

.rightSideHeader {
  border-radius: 10px 0px 0px 0px;
  background: #420113;
  color: #ffffff;
  font-family: PingFang SC;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.4vw;
}
.rightSideHeader img {
  width: 1.33vw;
  height: auto;
}

.rightSideContent {
  padding: 1vw 0.96vw 0;
}
.rightSideContent .iconItem {
  height: 2.5vw;
  padding: 0 0vw 0 0.4vw;
  margin-bottom: 0.5vw;
  display: flex;
  align-items: center;
  border-radius: 6px;
  background: #420113;
  color: #FFF;
  font-size: 14px;
  cursor: pointer;
  word-break: break-all;
}
.rightSideContent .iconItem img {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.rightSideContent .copyTip {
  color: #BBBBBB;
  text-align: center;
  font-size: 14px;
}

.onlineService {
  width: 60px;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  position: fixed;
  right: 1%;
  top: 19%;
  z-index: 100;
  cursor: pointer;
}
.onlineService img {
  width: 100%;
  height: auto;
}</pre></body></html>