<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Function */
.ac-dn {
  display: none !important;
}
.ac-cb:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
  content: '.';
}
.ac-ib {
  display: inline-block;
}
.ac-blk {
  display: block;
}
.ac-blkfull {
  display: block;
  width: 100%;
  height: 100%;
}
.ac-img {
  display: block;
  width: 100%;
}
.ac-dis {
  pointer-events: none;
}
.ac-hide {
  display: none !important;
}
.ac-vhide {
  visibility: hidden;
}
/* é€‚é…iphoneX */
.ac-iphonexfull {
  padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left);
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}
.ac-iphonexlr {
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}
.ac-iphonexbm {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.ac-iphonexmgfull {
  margin: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left);
  margin: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}
.ac-iphonexmglf {
  margin-left: constant(safe-area-inset-left);
  margin-right: constant(safe-area-inset-right);
  margin-left: env(safe-area-inset-left);
  margin-right: env(safe-area-inset-right);
}
.ac-iphonexmgbm {
  margin-bottom: constant(safe-area-inset-bottom);
  margin-bottom: env(safe-area-inset-bottom);
}
/* 1pxè§£å†³æ–‡æ¡ˆï¼šä¼˜ç‚¹ï¼Œå¯ç”»åœ†è§’ï¼Œé‡ç½®å¯å˜è‰²ï¼›ç¼ºç‚¹ï¼Œå®‰å“ä½Žç«¯æœºè¾¹æ¡†å¯èƒ½ä¼šç³Šï¼Œä¼šä¸¢çº¿ï¼›*/
.ac-bd {
  position: relative;
}
.ac-bd *,
.ac-txt * {
  position: relative;
  z-index: 1;
}
.ac-bd:after,
.ac-txt:after {
  position: absolute;
  z-index: 2;
  content: '';
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  border-width: 0;
  pointer-events: none;
}
/* @Media &amp; for UI fix */
/*-----------------------------------------------------*/
/* 1pxè§£å†³æ–¹æ¡ˆ 2å€å± */
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ac-bd:after,
  .ac-txt:after {
    width: 200%;
    height: 200%;
    transform: scale(0.5);
    border-color: rgba(0, 0, 0, 0.1);
  }
}
/* 1pxè§£å†³æ–¹æ¡ˆ 3å€å± */
@media screen and (-webkit-min-device-pixel-ratio: 3) {
  .ac-bd:after,
  .ac-txt:after {
    width: 300%;
    height: 300%;
    transform: scale(0.333333);
    border-color: rgba(0, 0, 0, 0.13);
  }
}
/* Position */
.ac-fl {
  float: left;
}
.ac-fr {
  float: right;
}
.ac-pr {
  position: relative;
}
.ac-pa {
  position: absolute;
}
.ac-prafll {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ac-fix {
  position: fixed;
}
.ac-fixfll {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ac-bgfll {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
/* Align */
/* absolute è‡ªèº« å·¦å³å±…ä¸­ */
.ac-hc {
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
}
/* absolute è‡ªèº« ä¸Šä¸‹å±…ä¸­ */
.ac-vc {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
}
/* absolute è‡ªèº« ç»å¯¹å±…ä¸­ */
.ac-cc {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* flex å†…å®¹å¤šè¡Œå±…ä¸­æŽ’ç‰ˆï¼Œéœ€è¦å®šé«˜ */
.ac-fvc {
  display: flex;
  justify-content: center;
  flex-direction: column;
  -webkit-box-pack: center;
}
.ac-flvc {
  display: flex;
  align-content: center;
  align-items: center;
}
.ac-fcc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ac-fbvc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ac-flex11 {
  flex: 1 1 auto;
}
.ac-flex01 {
  flex: 0 1 auto;
}
.ac-flex00 {
  flex: 0 0 auto;
}
.ac-mgt5 {
  margin-top: 5px;
}
.ac-mgt10 {
  margin-top: 10px;
}
.ac-mgt15 {
  margin-top: 15px;
}
.ac-mgt20 {
  margin-top: 20px;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: 'HanHei SC', 'PingFang SC', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #333;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
body {
  box-sizing: border-box;
}
html,
body,
img,
iframe,
button,
input {
  border: 0;
}
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
p,
input,
header,
menu,
section,
figure,
figcaption,
article,
blockquote {
  padding: 0;
  margin: 0;
}
textarea,
select,
input,
button {
  font-size: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
em,
i {
  font-style: normal;
  text-align: left;
}
li,
i {
  list-style: none;
}
textarea {
  resize: none;
  overflow: auto;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* Text */
.ac-thide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.ac-thide2,
.ac-thide3,
.ac-thide4 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.ac-thide3 {
  -webkit-line-clamp: 3;
}
.ac-thide4 {
  -webkit-line-clamp: 4;
}
.ac-pre {
  word-wrap: break-word;
  word-break: break-all;
}
.ac-nw {
  white-space: nowrap;
}
.ac-tid {
  text-indent: -9999px;
}
.ac-tc {
  text-align: center;
}
.ac-tl {
  text-align: left;
}
.ac-tr {
  text-align: right;
}
/* Grid for Web */
@media screen and (min-width: 600px) {
  .ac-g-web {
    width: 600px;
    margin: 0 auto;
  }
  .ac-g-web-sep {
    width: 100%;
  }
  .ac-g-web-sep .ac-g-main {
    width: 600px;
    margin: 0 auto;
  }
  .ac-g-main-cnt {
    height: auto;
  }
}

@font-face {
  font-family: 'fzbwkt';
  src: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/font/fzbwksjw.ttf);
  font-display: swap;
}
@font-face {
  font-family: 'fzssks';
  src: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/font/fzshengsks_zhongjw.ttf);
  font-display: swap;
}
.pc-page .kv-box {
  position: relative;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/bg-1.jpg) no-repeat center;
  width: 100%;
  height: 1014px;
}
.pc-page .kv-box .inner-cont {
  position: relative;
  height: 100%;
}
.pc-page .area-1 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/bg-2.jpg) no-repeat center;
  width: 100%;
  height: 1887px;
}
.pc-page .area-2 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/bg-3.jpg) no-repeat center;
  width: 100%;
  height: 782px;
}
.pc-page .area-3 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/bg-4.jpg) no-repeat center;
  width: 100%;
  height: 1055px;
}
.pc-page .area-3 .inner-cont {
  position: relative;
}
.pc-page .area-3 .inner-cont:before {
  content: '';
  position: absolute;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/flower.png) no-repeat center;
  width: 299px;
  height: 391px;
  z-index: 2;
  left: -260px;
}
.pc-page .inner-cont {
  width: 1400px;
  margin: 0 auto;
}
.pc-page .logo {
  position: absolute;
  top: 17px;
  left: 20px;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/logo.png) no-repeat center / cover;
  width: 196px;
  height: 94px;
}
.pc-page .logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999em;
  overflow: hidden;
}
.pc-page .slogan-txt {
  position: absolute;
  top: 130px;
  left: 65px;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/slogan.png) no-repeat center;
  width: 408px;
  height: 647px;
  pointer-events: none;
}
.pc-page .hd-1 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/title-1.png) no-repeat center;
  width: 1225px;
  height: 169px;
  margin: 0 auto;
}
.pc-page .hd-2 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/title-2.png) no-repeat center;
  width: 904px;
  height: 169px;
  margin: 0 auto;
}
.pc-page .hd-3 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/title-3.png) no-repeat center;
  width: 1400px;
  height: 161px;
  margin: 0 auto;
}
.pc-page .hd-1,
.pc-page .hd-2,
.pc-page .hd-3 {
  text-indent: -999em;
  overflow: hidden;
}
.pc-page .ranking-box {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/bg-board.png) no-repeat center;
  width: 1712px;
  height: 906px;
  margin: 0 0 -85px -4px;
  display: flex;
  justify-content: space-around;
  box-sizing: border-box;
  padding: 68px 372px 0 215px;
  position: relative;
  left: -52px;
}
.pc-page .ranking-box-1 .r-tit {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/text-1.png) no-repeat center;
  width: 59px;
  height: 219px;
}
.pc-page .ranking-box-1:before {
  content: '';
  position: absolute;
  width: 55px;
  height: 48px;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/petal-3.png);
  bottom: 310px;
  left: 87px;
}
.pc-page .ranking-box-2 .r-tit {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/text-2.png) no-repeat center;
  width: 59px;
  height: 219px;
}
.pc-page .select-box {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
.pc-page .select-box .inp-select {
  width: 260px;
  height: 40px;
  color: #544046;
  font-weight: bold;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding-left: 10px;
  outline: none;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/select-bg.png) no-repeat center / cover;
}
.pc-page .rank-table-box {
  background: linear-gradient(rgba(254, 253, 248), rgba(254, 253, 248, 0.2));
}
.pc-page .rank-table-content {
  height: 475px;
  text-align: center;
  color: #544046;
  font-size: 16px;
}
.pc-page .rank-table-content &gt; p {
  line-height: 22px;
  padding-top: 60px;
  font-size: 22px;
  font-family: 'fzbwkt';
}
.pc-page .rank-table-head {
  background: #fefdf8;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 18px;
  color: #544046;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f6e3c1;
}
.pc-page .rank-num {
  border-right: 1px solid #eed9d7;
  width: 25%;
  text-align: center;
}
.pc-page .rank-nickname {
  border-right: 1px solid #eed9d7;
  width: 50%;
  text-align: center;
}
.pc-page .rank-score {
  width: 25%;
  text-align: center;
}
.pc-page .rank-table-row {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #614133;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eed9d7;
}
.pc-page .rank-table-tip {
  line-height: 26px;
  text-align: center;
  color: #544046;
  font-size: 22px;
  padding: 30px 0;
  font-family: 'fzbwkt';
}
.pc-page .loading-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  left: 0;
  top: 0;
  display: none;
}
.pc-page .loading-cover svg {
  width: 30%;
  height: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.pc-page .r-tit {
  position: absolute;
  left: 114px;
  top: 126px;
  text-indent: -999em;
  overflow: hidden;
}
.pc-page .r-cont-box {
  width: 545px;
}
.pc-page .r-award-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -5px;
}
.pc-page .r-award-tit {
  position: relative;
  display: inline-block;
  color: #ac3c5e;
  font-size: 36px;
  font-family: 'fzbwkt';
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  margin-bottom: 15px;
}
.pc-page .r-award-tit:after,
.pc-page .r-award-tit:before {
  content: '';
  display: inline-block;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/award-tit-desc.png) no-repeat center;
  width: 82px;
  height: 23px;
  margin: 0 -8px;
}
.pc-page .r-award-tit:after {
  transform: scale(-1);
}
.pc-page .r-award-box {
  text-align: center;
  width: 519px;
  height: 185px;
  border: 15px solid #000;
  -o-border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAIAAAC1eHXNAAAACXBIWXMAAAsTAAALEwEAmpwYAAADo0lEQVRYhc1YXW8bRRQ9d3bWH4uJkzYi1EkckAoPSJGqCgQtRAp/ht/Aa6U+9DfwZ1opn4gKUSL6QCs1sWMLx0kbu+3u2rs7l4dZe8fxgqCyRz0Po9Xdsc7Zs3t9517q7tyDcAAAIIABMIMV5gcSIEq5NFQiSTggJ9vDXFr72lv/bn4y/OZu2PpZS0khINIrTsUxVGllE+CR3OnVxD/t+ZeVSyubjJHfI96RDi2OE299SxSq+if+yUNWSdg+VHEYdp6owWXid+L+SdR7kbw9G3SfquHr8K/HrIZBc0/vB8g/eQhG0NpXg8uw80TFYdg+ZJXoOABRqHrrW+Ak4wWou3efyAEzc1Kub3mrdwAGKH7d5mTgLn46eg4arVf8oP+2Irp8QU5RfljTEb91EDR2iBwQMSd0cfCASRavfVaqfeWUr6cG8tik6XfxzqD0LYwsSIKLsP3L4OUz4pi6O/eu3/3ReD4AFL16Tq4nK7XZ6ojftDny3aWbYyJ942L/gTQUEEBqeKnCnrt005A1K7Cs1ADE/RNRqorCosGLsQ4anD91ChWn8rEou7NWkEkBIMrL5Lhxv5EM3xSXv9A3RLYl8uVCnYQrXG8+IlII1yPhyoU6R34WHMsortyamw25mGAc66Dw9HAqLeeKCcbMj3L9W8t+mIyZH/7xI8t+mIyZH94n31v2w2TM/Ej8jmU/gtb+tB/gOLQoAgCXa3em/QDP9eyTA/Ibj3L8EPIDuzrY28j5PhD753Z1kD6vXNHBbnXNdr7Ut3PyZfjyT9v5cpqTL1z8aNOyH6XVL/PqS+uxZT8GZ0d59WXtrmU/Ctc+z6svRjZbAUW907z6smG5vkB6y+Nrww8jm+1AxW+ndUxksx0QGf/m42DQPrDsB8nStA4ur9rOF8dbyT2PWf4+JhjN89i29fPYdo4fQWPPdn0xGDM/Smvf2K4vBmPmx6Dzm+36YjBmGUyuF/cbrCJltHvzgIp8VlHcb5DRwGb9vm55db8v3A0dnLUGAqCCc1GqyoW6TCkm+31NLApVUVi0Mv9IJx3pvfdkHiSViol40P0jPPs9m4+R1fmY4kSMxBEJGTZ3g5buwVlWbkS9Y1bxjOaFcdQ7lpUbWkTQOgybuySknhcSQOd790EOmHWIOVm6/YMoLKRO5j3ZO/kxXqGG/Ve//kR6eKx5OZmcnwIEEXaOjC9oep185f97pbBzRLjKK1klWRBgIDjdD5q7U5Szg56v88R8/W/tsD29FDpEbwAAAABJRU5ErkJggg==) 15 / 15px;
     border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAIAAAC1eHXNAAAACXBIWXMAAAsTAAALEwEAmpwYAAADo0lEQVRYhc1YXW8bRRQ9d3bWH4uJkzYi1EkckAoPSJGqCgQtRAp/ht/Aa6U+9DfwZ1opn4gKUSL6QCs1sWMLx0kbu+3u2rs7l4dZe8fxgqCyRz0Po9Xdsc7Zs3t9517q7tyDcAAAIIABMIMV5gcSIEq5NFQiSTggJ9vDXFr72lv/bn4y/OZu2PpZS0khINIrTsUxVGllE+CR3OnVxD/t+ZeVSyubjJHfI96RDi2OE299SxSq+if+yUNWSdg+VHEYdp6owWXid+L+SdR7kbw9G3SfquHr8K/HrIZBc0/vB8g/eQhG0NpXg8uw80TFYdg+ZJXoOABRqHrrW+Ak4wWou3efyAEzc1Kub3mrdwAGKH7d5mTgLn46eg4arVf8oP+2Irp8QU5RfljTEb91EDR2iBwQMSd0cfCASRavfVaqfeWUr6cG8tik6XfxzqD0LYwsSIKLsP3L4OUz4pi6O/eu3/3ReD4AFL16Tq4nK7XZ6ojftDny3aWbYyJ942L/gTQUEEBqeKnCnrt005A1K7Cs1ADE/RNRqorCosGLsQ4anD91ChWn8rEou7NWkEkBIMrL5Lhxv5EM3xSXv9A3RLYl8uVCnYQrXG8+IlII1yPhyoU6R34WHMsortyamw25mGAc66Dw9HAqLeeKCcbMj3L9W8t+mIyZH/7xI8t+mIyZH94n31v2w2TM/Ej8jmU/gtb+tB/gOLQoAgCXa3em/QDP9eyTA/Ibj3L8EPIDuzrY28j5PhD753Z1kD6vXNHBbnXNdr7Ut3PyZfjyT9v5cpqTL1z8aNOyH6XVL/PqS+uxZT8GZ0d59WXtrmU/Ctc+z6svRjZbAUW907z6smG5vkB6y+Nrww8jm+1AxW+ndUxksx0QGf/m42DQPrDsB8nStA4ur9rOF8dbyT2PWf4+JhjN89i29fPYdo4fQWPPdn0xGDM/Smvf2K4vBmPmx6Dzm+36YjBmGUyuF/cbrCJltHvzgIp8VlHcb5DRwGb9vm55db8v3A0dnLUGAqCCc1GqyoW6TCkm+31NLApVUVi0Mv9IJx3pvfdkHiSViol40P0jPPs9m4+R1fmY4kSMxBEJGTZ3g5buwVlWbkS9Y1bxjOaFcdQ7lpUbWkTQOgybuySknhcSQOd790EOmHWIOVm6/YMoLKRO5j3ZO/kxXqGG/Ve//kR6eKx5OZmcnwIEEXaOjC9oep185f97pbBzRLjKK1klWRBgIDjdD5q7U5Szg56v88R8/W/tsD29FDpEbwAAAABJRU5ErkJggg==) 15 fill / 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.pc-page .r-award-box .r-award-hd {
  width: 289px;
  height: 26px;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/bar-1.png) no-repeat center;
  line-height: 26px;
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  font-size: 22px;
  font-family: 'fzbwkt';
  position: relative;
  top: -27px;
}
.pc-page .r-award-box .r-award-bd {
  margin-top: -23px;
}
.pc-page .r-award-box .r-award-bd &gt; p {
  font-size: 18px;
  color: #856f72;
  font-family: 'fzbwkt';
  margin-bottom: 5px;
}
.pc-page .r-award-box .r-award-bd .r-award-list {
  display: flex;
  justify-content: space-around;
  padding: 0 10px;
}
.pc-page .r-award-box .r-award-bd .r-award-ico {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/icon-bg.png) no-repeat center;
  width: 88px;
  height: 87px;
  margin: 0 auto;
  position: relative;
}
.pc-page .r-award-box .r-award-bd .r-award-ico:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pc-page .r-award-box .r-award-bd .r-award-item p {
  font-size: 15px;
  width: 110px;
  margin-top: 3px;
}
.pc-page .ico-1:after {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/icon-1.png) no-repeat center;
  width: 64px;
  height: 52px;
}
.pc-page .ico-2:after {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/icon-2.png) no-repeat center;
  width: 55px;
  height: 53px;
}
.pc-page .ico-3:after {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/icon-3.png) no-repeat center;
  width: 53px;
  height: 54px;
}
.pc-page .ico-4:after {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/icon-4.png) no-repeat center / cover;
  width: 58px;
  height: 55px;
}
.pc-page .ico-5:after {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/icon-5.png) no-repeat center / cover;
  width: 70px;
  height: 67px;
}
.pc-page .ico-6:after {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/icon-6.png) no-repeat center / cover;
  width: 64px;
  height: 64px;
}
.pc-page .ranking-table {
  position: relative;
  height: 610px;
  border: 1px solid #ebc381;
  margin-top: 10px;
}
.pc-page .sub-tit {
  color: #fce2e7;
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
  font-family: 'fzbwkt';
}
.pc-page .look-box {
  position: relative;
  margin-top: 10px;
}
.pc-page .look-l {
  position: relative;
  width: 1305px;
  height: 561px;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/bg-role.png) no-repeat center;
  margin-left: -65px;
}
.pc-page .look-info {
  font-family: 'fzbwkt';
  color: #613a3d;
  font-size: 20px;
  line-height: 28px;
  text-indent: 40px;
  width: 617px;
  padding: 98px 0 0 136px;
}
.pc-page .look-info p {
  margin-bottom: 10px;
}
.pc-page .look-b {
  width: 52px;
  height: 351px;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/bar-role.png) no-repeat center;
  position: absolute;
  top: 52px;
  right: 42px;
}
.pc-page .look-b:after {
  content: '';
  position: absolute;
}
.pc-page .look-b-1:after {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/b-role-1.png) no-repeat;
  width: 346px;
  height: 552px;
  right: 41px;
  bottom: -131px;
}
.pc-page .look-b-2:after {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/b-role-2.png) no-repeat;
  width: 326px;
  height: 602px;
  right: 70px;
  bottom: -131px;
}
.pc-page .look-b-3:after {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/b-role-3.png) no-repeat;
  width: 288px;
  height: 621px;
  right: 68px;
  bottom: -132px;
}
.pc-page .look-list {
  margin-top: 25px;
  position: absolute;
  right: 20px;
  top: 59px;
}
.pc-page .look-list:before {
  content: '';
  position: absolute;
  width: 17px;
  height: 562px;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/knot.png) no-repeat center;
  top: -19px;
  left: 63px;
  filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.1));
}
.pc-page .look-item {
  position: relative;
  width: 138px;
  height: 139px;
  margin-bottom: 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.pc-page .look-item:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/icon-bg-2.png) no-repeat center;
  width: 138px;
  height: 139px;
  transition: filter 0.2s ease-in;
}
.pc-page .look-item.current:before {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/icon-bg-3.png) no-repeat center;
}
.pc-page .look-item.current p {
  background: linear-gradient(#fff, #f9debf);
}
.pc-page .look-item &gt; span {
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translate(-50%, 0);
}
.pc-page .look-item &gt; p {
  position: absolute;
  bottom: 6px;
  width: 91px;
  height: 24px;
  border-radius: 12px;
  border: 1px solid #fff;
  box-sizing: border-box;
  line-height: 24px;
  text-align: center;
  color: #aa3c5f;
  font-size: 20px;
  font-family: 'fzbwkt';
  background: linear-gradient(#fff, #f9cfd2);
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.1));
}
.pc-page .look-item &gt; p:before,
.pc-page .look-item &gt; p:after {
  content: '';
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAB2ElEQVQYlS3PPWsTYQAH8P/z3HvukrtcrjZpEppEa6MVtIpQLOrg4FRfvkApog4iKK7i5qCDggiCe7+BHRTETqKLdNCoVVGxpTbXJE3SXJ7cXZ48Lv6+wY88K50GgMTU8RNp1TGfdzc2I+/ooauF/eXu+vu1e6ptsgj8ATENEADS7bMLyOTGS6OYL7Nm90zY6MzYleLbYGf3nP/h60MjlQpGujRGVOUzgIjGCQ1//m5/t13vXb/VZoTIEL14qfFj4048jOHXvl1Em81bVOFJqkIGAQHIbK32ccUrZikPh+c7dX+O9wc53bV+mW56ZeLYkfvqmMUixkAxEotJRXuRjMly6HcvyU7it1udXFVNPdR0jXNVDjXTyACQARDp7pVrchyEC7wdlIVE0o7jJONBRHuN5mTU6WcGnd4ptt2cT467qxhEDWpKUjPcbdaIrb/Ozx5+tee3vMaXn3Mpz6uPBIUhGyzWaBixIA+AUB5GflCv38xPVy6MFOL3/ZYic4FUOf8oM1V4yhWQ3MyBJ6ptvQEgKIA+BLYK1aoudrrT7sHSmlAIdNvaTJcnbmUrxcumonwigMD/CE5eXwSDiJRs+vE+KxFu8fCGZRjr7YAJAC8plSj2hqAg+AdFMsL8236vsQAAAABJRU5ErkJggg==) no-repeat center;
  width: 12px;
  height: 10px;
  top: 7px;
}
.pc-page .look-item &gt; p:before {
  left: 8px;
}
.pc-page .look-item &gt; p:after {
  right: 8px;
}
.pc-page .look-play-btn {
  position: absolute;
  bottom: 147px;
  right: 332px;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/icon-play.png) no-repeat center;
  width: 168px;
  height: 152px;
  cursor: pointer;
  z-index: 50;
}
.pc-page .look-ico-1 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/role-1.png) no-repeat center;
  width: 96px;
  height: 117px;
  transform: translate(-44%, -1%) !important;
}
.pc-page .look-ico-2 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/role-2.png) no-repeat center;
  width: 78px;
  height: 145px;
}
.pc-page .look-ico-3 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/role-3.png) no-repeat center;
  width: 78px;
  height: 142px;
}
.pc-page .rule-list {
  width: 1424px;
  height: 655px;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/bg-rule.png) no-repeat center;
  font-family: 'fzbwkt';
  color: #85495a;
  font-size: 22px;
  line-height: 30px;
  margin-left: -23px;
  margin-top: 12px;
  padding: 105px 110px 0 145px;
  box-sizing: border-box;
  position: relative;
}
.pc-page .rule-list:before {
  content: '';
  position: absolute;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/petal-1.png) no-repeat center;
  width: 63px;
  height: 55px;
  top: -10px;
  right: 200px;
}
.pc-page .rule-list:after {
  content: '';
  position: absolute;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/petal-2.png) no-repeat center;
  width: 112px;
  height: 81px;
  bottom: 164px;
  left: -36px;
}
.pc-page .rule-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}
.pc-page .rule-list li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 15px;
  height: 13px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAANCAYAAAB2HjRBAAACLUlEQVQokWJs9YxiQAPzGRgYnjMwMFQhiXMyMDB4MTAw3GFgYLgIFmFgYAAAAAD//0zKIREAIBAAsAkSYP5oAWmw1PkG1KQBjmN65QsdFQ0LB4nAxsB8GxcAAP//TMexDQAQEADAi0ZiIzNQ/AC2ERsZzQAahe4ufW7YqO8DBQuBg46JDBcAAP//Qta8gYGB4R0DAwMfkqtKGRgY/KF8bQYGhhoGBgZVBgaG/wwMDAwAAAAA//9idlbVhWl+DfUPB1QhyHQFBgYGOSQLzjMwMMSBvcTAwAAAAAD//4L5OZ2BgUGWgYHhPTRQ1kPFPaD0NQYGhukMDAzroIHJwMDAwAAAAAD//wJpTmZgYJjEwMDABhX7A1WwhoGBYRsDA0MwNNBiGRgYjBkYGNrArmRg+AQAAAD//wI5G+RPkB+skAIRFFAgQ6ShGkF8EBsUIyD+bgYGhi8AAAAA//8CKXwLlYABkL+/MjAw2DMwMOihpYFvDAwMYeCYYWBgAAAAAP//AmkG4Z3QgHBhYGA4wMDAwA1V/BuaaEAWwPwOiradDAwMDAAAAAD//wL5+RMDA8NCJNOrGRgYWKFsEL2IgYFhKQMDQzsDA4MyAwPDLQYGhqcMDAwMAAAAAP//Qk5hsLgExd0FaABqMTAwMDIwMOxlYGBwY2BgcIbGCAMDAwMDAAAA//9CTiQg8JCBgaEe6rTrDAwMh6FxCwIfGBgY1jIwMLwA8xgYGAAAAAD//wMAvfxFZ+vGt68AAAAASUVORK5CYII=) no-repeat center;
}
.pc-page .rule-list li dl {
  margin-top: 10px;
}
.pc-page .video-box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: none;
}
.pc-page .video-dialog {
  width: 10.24rem;
  height: 5.76rem;
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
  left: 50%;
  top: 50%;
  margin: -2.88rem 0 0 -5.12rem;
}
.pc-page .close-video {
  font-size: 0.2rem;
  width: 0.3rem;
  height: 0.3rem;
  color: #fff;
  background: #000;
  border: 0.01rem solid #fff;
  text-align: center;
  padding: 0;
  position: absolute;
  right: -0.5rem;
  top: 0;
  z-index: 999;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-page #video_container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* footer */
#afooter {
  text-align: center;
  line-height: 20px;
  color: #6e6e6e;
  padding: 20px 0;
  background-color: #1c1c1c;
}
#afooter a {
  color: #6e6e6e;
  text-decoration: none;
}
.blacktop,
.blacktop a {
  color: #fff;
  text-decoration: none;
}
.blacktop,
.blacktop_logo,
.blacktop_btnavs .blacktop_bta {
  background-image: url(//ossweb-img.qq.com/images/wuxia/picture/blacktop-spr.png);
  background-repeat: no-repeat;
}
.blacktop {
  position: relative;
  height: 60px;
  width: 100%;
  overflow: hidden;
  background-color: #000;
  background-position: 0 0;
  background-repeat: repeat-x;
  z-index: 999;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.blacktop_logo {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 100px;
  height: 35px;
  margin: -15px 0 0;
  background-position: 0 100%;
  text-indent: -9999px;
}
.blacktop_logo a {
  display: block;
  height: 100%;
  text-indent: -9999px;
}
.blacktop_topsilder {
  float: right;
}
.blacktop_topsilder .logfrg {
  float: right;
}
.blacktop_topsilder .logstate {
  float: right;
  line-height: 60px;
}
.blacktop_topsilder .logstate p span {
  color: #2fc3a3;
  margin-left: 5px;
  font-weight: bold;
}
.blacktop_topsilder .logstate p a,
.blacktop_topsilder .logstate .areainfo em {
  margin: 0 5px;
}
.blacktop_topsilder .logined a:hover {
  color: #fff;
}
.blacktop_topsilder .logstate .dologout {
  color: #cfae69;
}
.blacktop_topsilder .logstate .bang:hover,
.blacktop_topsilder .logstate .rebang:hover {
  color: #2fc3a3;
}
.blacktop_btnavs {
  width: 235px;
  *width: 245px;
  padding: 13px 10px 0;
  height: 100%;
  float: right;
  overflow: hidden;
  *display: inline;
}
.blacktop_btnavs .blacktop_btnav {
  float: left;
  border: 2px solid #2fc3a3;
  padding: 0 15px;
  margin: 0 0 0 10px;
  border-radius: 15px;
  line-height: 30px;
}
.blacktop_btnavs .blacktop_bta {
  display: block;
  padding: 0 0 0 20px;
  font-size: 13px;
}
.blacktop_btnavs .blacktop_tohome {
  background-position: -167px -75px;
}
.blacktop_btnavs .blacktop_toevent {
  background-position: -167px -135px;
}
.blacktop_btnavs .blacktop_bta:hover {
  color: #ececec;
}
@media screen and (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }
  .blacktop {
    display: none;
  }
  #afooter {
    display: none;
  }
  .pc-page .kv-box {
    width: 100%;
    height: 10.14rem;
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/bg-1.jpg) no-repeat center / 19.2rem auto;
  }
  .pc-page .area-1 {
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/bg-2.jpg) no-repeat center / 19.2rem auto;
    width: 100%;
    height: 18.87rem;
  }
  .pc-page .area-2 {
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/bg-3.jpg) no-repeat center / 19.2rem auto;
    width: 100%;
    height: 7.82rem;
  }
  .pc-page .area-3 {
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/bg-4.jpg) no-repeat center / 19.2rem auto;
    width: 100%;
    height: 10.55rem;
  }
  .pc-page .area-3 .inner-cont:before {
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/flower.png) no-repeat center / 100% auto;
    width: 2.99rem;
    height: 3.91rem;
    left: -2.6rem;
  }
  .pc-page .inner-cont {
    width: 14rem;
    margin: 0 auto;
  }
  .pc-page .logo {
    top: 0.17rem;
    left: 0.2rem;
    width: 1.96rem;
    height: 0.94rem;
  }
  .pc-page .slogan-txt {
    top: 1.3rem;
    left: 0.65rem;
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/slogan.png) no-repeat center / 100% auto;
    width: 4.08rem;
    height: 6.47rem;
  }
  .pc-page .hd-1 {
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/title-1.png) no-repeat center / 100% auto;
    width: 12.25rem;
    height: 1.69rem;
  }
  .pc-page .hd-2 {
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/title-2.png) no-repeat center / 100% auto;
    width: 9.04rem;
    height: 1.69rem;
  }
  .pc-page .hd-3 {
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/title-3.png) no-repeat center / 100% auto;
    width: 14rem;
    height: 1.61rem;
  }
  .pc-page .ranking-box {
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/bg-board.png) no-repeat center / 100% auto;
    width: 17.12rem;
    height: 9.06rem;
    margin: 0 0 -0.85rem -0.04rem;
    padding: 0.68rem 3.72rem 0 2.15rem;
    left: -0.52rem;
  }
  .pc-page .ranking-box-1 .r-tit {
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/text-1.png) no-repeat center / 100% auto;
    width: 0.59rem;
    height: 2.19rem;
  }
  .pc-page .ranking-box-1:before {
    content: '';
    position: absolute;
    width: 0.55rem;
    height: 0.48rem;
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/petal-3.png) no-repeat center / 100% auto;
    bottom: 3.1rem;
    left: 0.87rem;
  }
  .pc-page .ranking-box-2 .r-tit {
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/text-2.png) no-repeat center / 100% auto;
    width: 0.59rem;
    height: 2.19rem;
  }
  .pc-page .select-box {
    font-size: 0.16rem;
  }
  .pc-page .select-box .inp-select {
    width: 2.6rem;
    height: 0.4rem;
    padding-left: 0.1rem;
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/select-bg.png) no-repeat center / 100% auto;
  }
  .pc-page .rank-table-content {
    height: 4.75rem;
    font-size: 0.16rem;
  }
  .pc-page .rank-table-content &gt; p {
    line-height: 0.22rem;
    padding-top: 0.6rem;
    font-size: 0.22rem;
  }
  .pc-page .rank-table-head {
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.18rem;
    border-bottom: 0.01rem solid #f6e3c1;
  }
  .pc-page .rank-num {
    border-right: 0.01rem solid #eed9d7;
  }
  .pc-page .rank-nickname {
    border-right: 0.01rem solid #eed9d7;
  }
  .pc-page .rank-table-row {
    height: 0.48rem;
    line-height: 0.48rem;
    font-size: 0.16rem;
    border-bottom: 0.01rem solid #eed9d7;
  }
  .pc-page .rank-table-tip {
    line-height: 0.26rem;
    font-size: 0.22rem;
    padding: 0.35rem 0;
  }
  .pc-page .r-tit {
    left: 1.14rem;
    top: 1.26rem;
  }
  .pc-page .r-cont-box {
    width: 5.45rem;
  }
  .pc-page .r-award-wrap {
    margin-top: -0.05rem;
  }
  .pc-page .r-award-tit {
    font-size: 0.36rem;
    height: 0.36rem;
    line-height: 0.36rem;
    margin-bottom: 0.15rem;
  }
  .pc-page .r-award-tit:after,
  .pc-page .r-award-tit:before {
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/award-tit-desc.png) no-repeat center / 100% auto;
    width: 0.82rem;
    height: 0.23rem;
    margin: 0;
  }
  .pc-page .r-award-box {
    width: 5.19rem;
    height: 1.85rem;
    border: 0.1rem solid #000;
    -o-border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAIAAAC1eHXNAAAACXBIWXMAAAsTAAALEwEAmpwYAAADo0lEQVRYhc1YXW8bRRQ9d3bWH4uJkzYi1EkckAoPSJGqCgQtRAp/ht/Aa6U+9DfwZ1opn4gKUSL6QCs1sWMLx0kbu+3u2rs7l4dZe8fxgqCyRz0Po9Xdsc7Zs3t9517q7tyDcAAAIIABMIMV5gcSIEq5NFQiSTggJ9vDXFr72lv/bn4y/OZu2PpZS0khINIrTsUxVGllE+CR3OnVxD/t+ZeVSyubjJHfI96RDi2OE299SxSq+if+yUNWSdg+VHEYdp6owWXid+L+SdR7kbw9G3SfquHr8K/HrIZBc0/vB8g/eQhG0NpXg8uw80TFYdg+ZJXoOABRqHrrW+Ak4wWou3efyAEzc1Kub3mrdwAGKH7d5mTgLn46eg4arVf8oP+2Irp8QU5RfljTEb91EDR2iBwQMSd0cfCASRavfVaqfeWUr6cG8tik6XfxzqD0LYwsSIKLsP3L4OUz4pi6O/eu3/3ReD4AFL16Tq4nK7XZ6ojftDny3aWbYyJ942L/gTQUEEBqeKnCnrt005A1K7Cs1ADE/RNRqorCosGLsQ4anD91ChWn8rEou7NWkEkBIMrL5Lhxv5EM3xSXv9A3RLYl8uVCnYQrXG8+IlII1yPhyoU6R34WHMsortyamw25mGAc66Dw9HAqLeeKCcbMj3L9W8t+mIyZH/7xI8t+mIyZH94n31v2w2TM/Ej8jmU/gtb+tB/gOLQoAgCXa3em/QDP9eyTA/Ibj3L8EPIDuzrY28j5PhD753Z1kD6vXNHBbnXNdr7Ut3PyZfjyT9v5cpqTL1z8aNOyH6XVL/PqS+uxZT8GZ0d59WXtrmU/Ctc+z6svRjZbAUW907z6smG5vkB6y+Nrww8jm+1AxW+ndUxksx0QGf/m42DQPrDsB8nStA4ur9rOF8dbyT2PWf4+JhjN89i29fPYdo4fQWPPdn0xGDM/Smvf2K4vBmPmx6Dzm+36YjBmGUyuF/cbrCJltHvzgIp8VlHcb5DRwGb9vm55db8v3A0dnLUGAqCCc1GqyoW6TCkm+31NLApVUVi0Mv9IJx3pvfdkHiSViol40P0jPPs9m4+R1fmY4kSMxBEJGTZ3g5buwVlWbkS9Y1bxjOaFcdQ7lpUbWkTQOgybuySknhcSQOd790EOmHWIOVm6/YMoLKRO5j3ZO/kxXqGG/Ve//kR6eKx5OZmcnwIEEXaOjC9oep185f97pbBzRLjKK1klWRBgIDjdD5q7U5Szg56v88R8/W/tsD29FDpEbwAAAABJRU5ErkJggg==) 33% / 0.15rem;
       border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAIAAAC1eHXNAAAACXBIWXMAAAsTAAALEwEAmpwYAAADo0lEQVRYhc1YXW8bRRQ9d3bWH4uJkzYi1EkckAoPSJGqCgQtRAp/ht/Aa6U+9DfwZ1opn4gKUSL6QCs1sWMLx0kbu+3u2rs7l4dZe8fxgqCyRz0Po9Xdsc7Zs3t9517q7tyDcAAAIIABMIMV5gcSIEq5NFQiSTggJ9vDXFr72lv/bn4y/OZu2PpZS0khINIrTsUxVGllE+CR3OnVxD/t+ZeVSyubjJHfI96RDi2OE299SxSq+if+yUNWSdg+VHEYdp6owWXid+L+SdR7kbw9G3SfquHr8K/HrIZBc0/vB8g/eQhG0NpXg8uw80TFYdg+ZJXoOABRqHrrW+Ak4wWou3efyAEzc1Kub3mrdwAGKH7d5mTgLn46eg4arVf8oP+2Irp8QU5RfljTEb91EDR2iBwQMSd0cfCASRavfVaqfeWUr6cG8tik6XfxzqD0LYwsSIKLsP3L4OUz4pi6O/eu3/3ReD4AFL16Tq4nK7XZ6ojftDny3aWbYyJ942L/gTQUEEBqeKnCnrt005A1K7Cs1ADE/RNRqorCosGLsQ4anD91ChWn8rEou7NWkEkBIMrL5Lhxv5EM3xSXv9A3RLYl8uVCnYQrXG8+IlII1yPhyoU6R34WHMsortyamw25mGAc66Dw9HAqLeeKCcbMj3L9W8t+mIyZH/7xI8t+mIyZH94n31v2w2TM/Ej8jmU/gtb+tB/gOLQoAgCXa3em/QDP9eyTA/Ibj3L8EPIDuzrY28j5PhD753Z1kD6vXNHBbnXNdr7Ut3PyZfjyT9v5cpqTL1z8aNOyH6XVL/PqS+uxZT8GZ0d59WXtrmU/Ctc+z6svRjZbAUW907z6smG5vkB6y+Nrww8jm+1AxW+ndUxksx0QGf/m42DQPrDsB8nStA4ur9rOF8dbyT2PWf4+JhjN89i29fPYdo4fQWPPdn0xGDM/Smvf2K4vBmPmx6Dzm+36YjBmGUyuF/cbrCJltHvzgIp8VlHcb5DRwGb9vm55db8v3A0dnLUGAqCCc1GqyoW6TCkm+31NLApVUVi0Mv9IJx3pvfdkHiSViol40P0jPPs9m4+R1fmY4kSMxBEJGTZ3g5buwVlWbkS9Y1bxjOaFcdQ7lpUbWkTQOgybuySknhcSQOd790EOmHWIOVm6/YMoLKRO5j3ZO/kxXqGG/Ve//kR6eKx5OZmcnwIEEXaOjC9oep185f97pbBzRLjKK1klWRBgIDjdD5q7U5Szg56v88R8/W/tsD29FDpEbwAAAABJRU5ErkJggg==) 33% fill / 0.15rem;
    margin-bottom: 0.3rem;
    position: relative;
  }
  .pc-page .r-award-box .r-award-hd {
    width: 2.89rem;
    height: 0.26rem;
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/bar-1.png) no-repeat center / 100% auto;
    line-height: 0.28rem;
    padding: 0 0.2rem;
    font-size: 0.22rem;
    top: -0.2rem;
    left: 0.85rem;
    position: absolute;
  }
  .pc-page .r-award-box .r-award-bd {
    margin-top: 0.1rem;
  }
  .pc-page .r-award-box .r-award-bd &gt; p {
    font-size: 0.18rem;
    margin-bottom: 0;
  }
  .pc-page .r-award-box .r-award-bd .r-award-list {
    padding: 0;
    justify-content: space-between;
    position: relative;
    left: -0.2rem;
  }
  .pc-page .r-award-box .r-award-bd .r-award-ico {
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/icon-bg.png) no-repeat center / 100% auto;
    width: 0.88rem;
    height: 0.87rem;
  }
  .pc-page .r-award-box .r-award-bd .r-award-item p {
    font-size: 0.15rem;
    width: 1.35rem;
    margin-top: 0.01rem;
    font-family: 'fzbwkt';
  }
  .pc-page .ico-1:after {
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/icon-1.png) no-repeat center / 100% auto;
    width: 0.64rem;
    height: 0.52rem;
  }
  .pc-page .ico-2:after {
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/icon-2.png) no-repeat center / 100% auto;
    width: 0.55rem;
    height: 0.53rem;
  }
  .pc-page .ico-3:after {
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/icon-3.png) no-repeat center / 100% auto;
    width: 0.53rem;
    height: 0.54rem;
  }
  .pc-page .ico-4:after {
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/icon-4.png) no-repeat center / 100% auto;
    width: 0.58rem;
    height: 0.55rem;
  }
  .pc-page .ico-5:after {
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/icon-5.png) no-repeat center / 100% auto;
    width: 0.7rem;
    height: 0.67rem;
  }
  .pc-page .ico-6:after {
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/icon-6.png) no-repeat center / 100% auto;
    width: 0.64rem;
    height: 0.64rem;
  }
  .pc-page .ranking-table {
    height: 6.1rem;
    border: 0.01rem solid #ebc381;
    margin-top: 0.1rem;
  }
  .pc-page .sub-tit {
    font-size: 0.22rem;
    margin-bottom: 0.15rem;
  }
  .pc-page .look-box {
    margin-top: 0.1rem;
  }
  .pc-page .look-l {
    width: 13.05rem;
    height: 5.61rem;
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/bg-role.png) no-repeat center / 100% auto;
    margin-left: -0.65rem;
  }
  .pc-page .look-info {
    font-size: 0.22rem;
    line-height: 0.28rem;
    text-indent: 0.4rem;
    width: 6.17rem;
    padding: 0.98rem 0 0 1.36rem;
  }
  .pc-page .look-info p {
    margin-bottom: 0.1rem;
  }
  .pc-page .look-b {
    width: 0.52rem;
    height: 3.51rem;
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/bar-role.png) no-repeat center / 100% auto;
    top: 0.52rem;
    right: 0.42rem;
  }
  .pc-page .look-b-1:after {
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/b-role-1.png) no-repeat center / 100% auto;
    width: 3.46rem;
    height: 5.52rem;
    right: 0.41rem;
    bottom: -1.31rem;
  }
  .pc-page .look-b-2:after {
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/b-role-2.png) no-repeat center / 100% auto;
    width: 3.26rem;
    height: 6.02rem;
    right: 0.7rem;
    bottom: -1.31rem;
  }
  .pc-page .look-b-3:after {
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/b-role-3.png) no-repeat center / 100% auto;
    width: 2.88rem;
    height: 6.21rem;
    right: 0.68rem;
    bottom: -1.32rem;
  }
  .pc-page .look-list {
    margin-top: 0.25rem;
    right: 0.2rem;
    top: 0.59rem;
  }
  .pc-page .look-list:before {
    width: 0.17rem;
    height: 5.62rem;
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/knot.png) no-repeat center / 100% auto;
    top: -0.19rem;
    left: 0.63rem;
    filter: drop-shadow(0.04rem 0.04rem 0.03rem rgba(0, 0, 0, 0.1));
  }
  .pc-page .look-item {
    width: 1.38rem;
    height: 1.39rem;
    margin-bottom: 0.23rem;
  }
  .pc-page .look-item:before {
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/icon-bg-2.png) no-repeat center / 100% auto;
    width: 1.38rem;
    height: 1.39rem;
  }
  .pc-page .look-item.current:before {
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/icon-bg-3.png) no-repeat center / 100% auto;
  }
  .pc-page .look-item &gt; span {
    position: absolute;
    bottom: 0.17rem;
  }
  .pc-page .look-item &gt; p {
    bottom: 0.06rem;
    width: 0.91rem;
    height: 0.24rem;
    border-radius: 0.12rem;
    border: 0.01rem solid #fff;
    line-height: 0.24rem;
    font-size: 0.2rem;
    filter: drop-shadow(0 0.05rem 0.05rem rgba(0, 0, 0, 0.1));
  }
  .pc-page .look-item &gt; p:before,
  .pc-page .look-item &gt; p:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAB2ElEQVQYlS3PPWsTYQAH8P/z3HvukrtcrjZpEppEa6MVtIpQLOrg4FRfvkApog4iKK7i5qCDggiCe7+BHRTETqKLdNCoVVGxpTbXJE3SXJ7cXZ48Lv6+wY88K50GgMTU8RNp1TGfdzc2I+/ooauF/eXu+vu1e6ptsgj8ATENEADS7bMLyOTGS6OYL7Nm90zY6MzYleLbYGf3nP/h60MjlQpGujRGVOUzgIjGCQ1//m5/t13vXb/VZoTIEL14qfFj4048jOHXvl1Em81bVOFJqkIGAQHIbK32ccUrZikPh+c7dX+O9wc53bV+mW56ZeLYkfvqmMUixkAxEotJRXuRjMly6HcvyU7it1udXFVNPdR0jXNVDjXTyACQARDp7pVrchyEC7wdlIVE0o7jJONBRHuN5mTU6WcGnd4ptt2cT467qxhEDWpKUjPcbdaIrb/Ozx5+tee3vMaXn3Mpz6uPBIUhGyzWaBixIA+AUB5GflCv38xPVy6MFOL3/ZYic4FUOf8oM1V4yhWQ3MyBJ6ptvQEgKIA+BLYK1aoudrrT7sHSmlAIdNvaTJcnbmUrxcumonwigMD/CE5eXwSDiJRs+vE+KxFu8fCGZRjr7YAJAC8plSj2hqAg+AdFMsL8236vsQAAAABJRU5ErkJggg==) no-repeat center / 100% auto;
    width: 0.12rem;
    height: 0.1rem;
    top: 0.07rem;
  }
  .pc-page .look-item &gt; p:before {
    left: 0.08rem;
  }
  .pc-page .look-item &gt; p:after {
    right: 0.08rem;
  }
  .pc-page .look-play-btn {
    bottom: 1.47rem;
    right: 3.32rem;
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/icon-play.png) no-repeat center / 100% auto;
    width: 1.68rem;
    height: 1.52rem;
  }
  .pc-page .look-ico-1 {
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/role-1.png) no-repeat center / 100% auto;
    width: 0.96rem;
    height: 1.17rem;
  }
  .pc-page .look-ico-2 {
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/role-2.png) no-repeat center / 100% auto;
    width: 0.78rem;
    height: 1.45rem;
  }
  .pc-page .look-ico-3 {
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/role-3.png) no-repeat center / 100% auto;
    width: 0.78rem;
    height: 1.42rem;
  }
  .pc-page .rule-list {
    width: 14.24rem;
    height: 6.55rem;
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/bg-rule.png) no-repeat center / 100% auto;
    font-size: 0.22rem;
    line-height: 0.3rem;
    margin-left: -0.23rem;
    margin-top: 0.12rem;
    padding: 1.05rem 1.1rem 0 1.45rem;
  }
  .pc-page .rule-list:before {
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/petal-1.png) no-repeat center / 100% auto;
    width: 0.63rem;
    height: 0.55rem;
    top: -0.1rem;
    right: 2rem;
  }
  .pc-page .rule-list:after {
    background: url(//game.gtimg.cn/images/wuxia/act/a20240520xhb/petal-2.png) no-repeat center / 100% auto;
    width: 1.12rem;
    height: 0.81rem;
    bottom: 1.64rem;
    left: -0.36rem;
  }
  .pc-page .rule-list li {
    padding-left: 0.22rem;
    margin-bottom: 0.1rem;
  }
  .pc-page .rule-list li:before {
    top: 0.08rem;
    width: 0.15rem;
    height: 0.13rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAANCAYAAAB2HjRBAAACLUlEQVQokWJs9YxiQAPzGRgYnjMwMFQhiXMyMDB4MTAw3GFgYLgIFmFgYAAAAAD//0zKIREAIBAAsAkSYP5oAWmw1PkG1KQBjmN65QsdFQ0LB4nAxsB8GxcAAP//TMexDQAQEADAi0ZiIzNQ/AC2ERsZzQAahe4ufW7YqO8DBQuBg46JDBcAAP//Qta8gYGB4R0DAwMfkqtKGRgY/KF8bQYGhhoGBgZVBgaG/wwMDAwAAAAA//9idlbVhWl+DfUPB1QhyHQFBgYGOSQLzjMwMMSBvcTAwAAAAAD//4L5OZ2BgUGWgYHhPTRQ1kPFPaD0NQYGhukMDAzroIHJwMDAwAAAAAD//wJpTmZgYJjEwMDABhX7A1WwhoGBYRsDA0MwNNBiGRgYjBkYGNrArmRg+AQAAAD//wI5G+RPkB+skAIRFFAgQ6ShGkF8EBsUIyD+bgYGhi8AAAAA//8CKXwLlYABkL+/MjAw2DMwMOihpYFvDAwMYeCYYWBgAAAAAP//AmkG4Z3QgHBhYGA4wMDAwA1V/BuaaEAWwPwOiradDAwMDAAAAAD//wL5+RMDA8NCJNOrGRgYWKFsEL2IgYFhKQMDQzsDA4MyAwPDLQYGhqcMDAwMAAAAAP//Qk5hsLgExd0FaABqMTAwMDIwMOxlYGBwY2BgcIbGCAMDAwMDAAAA//9CTiQg8JCBgaEe6rTrDAwMh6FxCwIfGBgY1jIwMLwA8xgYGAAAAAD//wMAvfxFZ+vGt68AAAAASUVORK5CYII=) no-repeat center / 100% auto;
  }
  .pc-page .rule-list li dl {
    margin-top: 0.1rem;
  }
}

/*
	PCç«¯ç™»å½•ç›¸å…³æ&nbsp;·å¼
	lessä½¿ç”¨æ–¹å¼ï¼š
	lessc login.css login-min.css -x
*/


/*qqç™»å½•*/
.milo-qqLogin{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: none;
}
.milo-qqLogin .qqLoginCover{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 999;
    background-color: white;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.milo-qqLogin .qqLoginContent{
    width: 650px;
    height: 400px;
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10000;
    margin-left: -375px;
    margin-top: -225px;
    border: 1px solid #bfbfbf;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}
.milo-qqLogin .qqLoginFrame{
	width: 100%;
    height: 400px;
    overflow: hidden;
    border: 0px solid white
}

/*å¾®ä¿¡ç™»å½•*/
.milo-wxLogin{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: none;
}
.milo-wxLogin .wxLoginCover{
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 999;
    background-color: white;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.milo-wxLogin .wxLoginContent{
    box-sizing: content-box;
	width: 300px;
    height: 460px;
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10000;
    margin-left: -150px;
    margin-top: -230px;
    border: 1px solid #bfbfbf;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    padding:0px 20px;
}
.milo-wxLogin .wxLoginContent .wxLoginClose{
    height: 40px;
    width: 100%;  
}
.milo-wxLogin .wxLoginContent .wxLoginClose a{
	line-height: 36px;
    text-align: center;
	float: right;
	margin-right: -20px;
    height: 40px;
    width: 40px;
    display:inline-block;
	color: rgb(102, 102, 102);
    font-family: Verdana, sans-serif;
    font-size: 30px;
    text-decoration:none;
    cursor: pointer;
}
.milo-wxLogin .wxLoginContent .wxLoginClose a:hover{
	color: rgb(240, 115, 115);
    font-family: Verdana, sans-serif;
}
.milo-wxLogin .wxLoginContent .wxLoginBox{
	width:100%;
	height:100%;
	overflow:hidden;
}


/*qqå¾®ä¿¡ç™»å½•*/

.milo-qqwx-login {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: none
}

.qqwx-login-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 9999;
    background-color: white;
    opacity: 0.7;
    filter: alpha(opacity=70)
}

.qqwx-login-frame {
    width: 750px;
    height: 470px;
    background-color: white;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10000;
    margin-left: -375px;
    margin-top: -240px;
    border: 1px solid #bfbfbf;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    border-radius: 5px 5px 0px 0px;
}

.qqwx-tabs {
    line-height: 40px;
    /* position: absolute; */
    z-index: 100001;
    width: 100%;
    height: 40px;
}

.qqwx-tabs .qq-tab,
.qqwx-tabs .wx-tab {
    cursor: pointer;
    display: inline-block;
    width: 50%;
    float: left;
    text-align: center;
    font-size: 18px;
    background-color: #f1f1f1;
    color: #b1b1b1;
    text-decoration: none
}

.qqwx-active-qq a.qq-tab {
    color: #fff;
    background-color: #51b7ec
}

.qqwx-active-wx a.wx-tab {
    color: #fff;
    background-color: #4ab218
}

.qqwx-tabs .qqwxtab-close {
    position: absolute;
    right: 0px;
    top: 0px;
    text-decoration: none;
    color: grey;
    font-size: 25px;
    line-height: 25px;
    display: inline-block;
    padding: 0px 5px;
    border-width: 0px 0px 1px 1px;
    border-style: solid
}

.qqwx-active-qq .qqwx-tabs .qqwxtab-close {
    border-color: #e0dcdc
}

.qqwx-active-wx .qqwx-tabs .qqwxtab-close {
    border-color: #8BC34A;
    color: #d4d2d2
}

.qqwx-tabs .qqwxtab-close:hover {
    font-weight: bold
}

.qqwx-tips {
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #a2a2a2;
    position: absolute;
    height: 32px;
    width: 100%;
    top: 40px;
    z-index: 10001;
    background-color: #fff;
    border: none;
}

.qqwx-frame {
    width: 100%;
    height: 400px;
    position: absolute;
    overflow: hidden;
    border: none;
    top: 70px;
}

.qqwx-frame div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    display: none;
    border: none;
}

.qqwx-frame div iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.qqwx-active-qq div.qqwx-frame-qq-div {
    display: block
}

.qqwx-active-wx div.qqwx-frame-wx-div {
    display: block
}

i.ico-qq-logo,
i.ico-wx-logo {
    display: inline-block;
    height: 23px;
    vertical-align: middle;
    margin: 0px 5px;
    margin-top: -4px;
    background: url(https://vm.gtimg.cn/tencentvideo/vstyle/web/common/style/img/login/sprite_login.png?d=0210&amp;max_age=31104000) no-repeat
}

i.ico-qq-logo {
    width: 20px
}

i.ico-wx-logo {
    width: 24px
}

.qqwx-active-wx i.ico-qq-logo {
    background-position: -180px -90px
}

.qqwx-active-wx i.ico-wx-logo {
    background-position: -250px -90px
}

.qqwx-active-qq i.ico-qq-logo {
    background-position: -200px -90px
}

.qqwx-active-qq i.ico-wx-logo {
    background-position: -220px -90px
}

div#qqwx-frame-wx-div {
    top: 20px
}


/*qcç™»å½•*/

.loginframe {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border: 0px solid white
}

.milo-qConnectLogin {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px
}

.qConnectLoginCover {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 9999;
    background-color: white;
    opacity: 0.7;
    filter: alpha(opacity=70)
}

.qConnectLoginContent {
    width: 752px;
    height: 400px;
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10000;
    margin-left: -375px;
    margin-top: -220px;
    border: 1px solid #bfbfbf;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.qConnectLoginContent&gt;div {
    height: 30px;
    width: 100%;
    background-color: #4fb7ec;
    font-size: 18px
}

.qConnectLoginContent&gt;div span {
    color: white;
    display: inline-block;
    line-height: 30px;
    padding: 0px 5px
}

.qConnectLoginContent&gt;div a {
    float: right;
    line-height: 30px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 25px;
    width: 30px;
    text-align: center;
    cursor: pointer
}

.qConnectLoginContent&gt;div a:hover {
    color: #f57272
}

.qConnectLoginContent&gt;div {
    position: absolute;
    z-index: 100001;
    right: 0px;
    width: 30px;
    top: 0px;
    height: 48px;
    text-align: center
}

.qConnectLoginContent&gt;div a {
    line-height: 40px;
    display: inline-block
}


/*qcå¾®ä¿¡ç™»å½•*/

.milo-qcwx-login {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: none
}

.qcwx-login-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 9999;
    background-color: white;
    opacity: 0.7;
    filter: alpha(opacity=70)
}

.qcwx-login-frame {
    width: 750px;
    height: 470px;
    background-color: white;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10000;
    margin-left: -375px;
    margin-top: -240px;
    border: 1px solid #bfbfbf;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    border-radius: 5px 5px 0px 0px;
}

.qcwx-tabs {
    line-height: 40px;
    position: absolute;
    z-index: 100001;
    width: 100%
}

.qcwx-tabs .qc-tab,
.qcwx-tabs .wx-tab {
    cursor: pointer;
    display: inline-block;
    width: 50%;
    float: left;
    text-align: center;
    font-size: 18px;
    background-color: #f1f1f1;
    color: #b1b1b1;
    text-decoration: none
}

.qcwx-active-qc a.qc-tab {
    color: #fff;
    background-color: #51b7ec
}

.qcwx-active-wx a.wx-tab {
    color: #fff;
    background-color: #4ab218
}

.qcwx-tabs .qcwxtab-close {
    position: absolute;
    right: 0px;
    top: 0px;
    text-decoration: none;
    color: grey;
    font-size: 25px;
    line-height: 25px;
    display: inline-block;
    padding: 0px 5px;
    border-width: 0px 0px 1px 1px;
    border-style: solid
}

.qcwx-active-qc .qcwx-tabs .qcwxtab-close {
    border-color: #e0dcdc
}

.qcwx-active-wx .qcwx-tabs .qcwxtab-close {
    border-color: #8BC34A;
    color: #d4d2d2
}

.qcwx-tabs .qcwxtab-close:hover {
    font-weight: bold
}

.qcwx-tips {
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #a2a2a2;
    position: absolute;
    width: 100%;
    top: 40px;
    z-index: 10001;
    background-color: #fff;
}

.qcwx-frame {
    width: 750px;
    height: 470px;
    position: absolute;
    overflow: hidden;
}

.qcwx-frame div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    display: none
}

.qcwx-frame div iframe {
    width: 100%;
    height: 100%
}

.qcwx-active-qc div.qcwx-frame-qc-div {
    display: block
}

.qcwx-active-wx div.qcwx-frame-wx-div {
    display: block;
    top: 70px;
    height: 400px;
}

i.ico-qc-logo,
i.ico-wx-logo {
    display: inline-block;
    height: 23px;
    vertical-align: middle;
    margin: 0px 5px;
    margin-top: -4px;
    background: url(https://vm.gtimg.cn/tencentvideo/vstyle/web/common/style/img/login/sprite_login.png?d=0210&amp;max_age=31104000) no-repeat
}

i.ico-qc-logo {
    width: 20px
}

i.ico-wx-logo {
    width: 24px
}

.qcwx-active-wx i.ico-qc-logo {
    background-position: -180px -90px
}

.qcwx-active-wx i.ico-wx-logo {
    background-position: -250px -90px
}

.qcwx-active-qc i.ico-qc-logo {
    background-position: -200px -90px
}

.qcwx-active-qc i.ico-wx-logo {
    background-position: -220px -90px
}

div#qcwx-frame-wx-div {
    top: 20px
}


/*wegameç™»å½•*/

.wegameloginframe {
    width: 100%;
    height: 600px;
    overflow: hidden;
    border: 0px solid white
}

.milo-wegameLogin {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px
}

.wegameLoginCover {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 9999;
    background-color: white;
    opacity: 0.7;
    filter: alpha(opacity=70)
}

.wegameLoginContent {
    width: 800px;
    height: 600px;
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10000;
    margin-left: -400px;
    margin-top: -300px;
    border: 1px solid #bfbfbf;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.wegameLoginContent&gt;div {
    height: 30px;
    width: 100%;
    background-color: none;
    font-size: 18px
}

.wegameLoginContent&gt;div.wegameLoginTitle {
    width: 100%;
    background-color: #0e0e0e
}

div.wegameLoginIcon {
    display: none
}

.wegameLoginTitle&gt;div.wegameLoginIcon {
    display: block;
    float: left;
    width: 239px;
    height: 60px;
    background: url(https://api.rail.tgp.qq.com/web/oauth2.0/login/images/wegame-logo-m.png) no-repeat center;
    margin-left: 10px
}

.wegameLoginContent&gt;div span {
    color: white;
    display: inline-block;
    line-height: 30px;
    padding: 0px 5px
}

.wegameLoginContent&gt;div a {
    float: right;
    line-height: 30px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 25px;
    width: 30px;
    text-align: center;
    cursor: pointer
}

.wegameLoginContent&gt;div a:hover {
    color: #f57272
}

.wegameLoginContent&gt;div {
    position: absolute;
    z-index: 100001;
    right: 0px;
    width: 30px;
    top: 0px;
    height: 60px;
    text-align: center
}

.wegameLoginContent&gt;div a {
    line-height: 55px;
    display: inline-block
}


</pre></body></html>