<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;
  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;
  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;
  }
}

.fade-enter-active[data-v-957db4b6],
.fade-leave-active[data-v-957db4b6] {
  transition: opacity 0.5s;
}
.fade-enter[data-v-957db4b6],
.fade-leave-to[data-v-957db4b6] {
  opacity: 0;
}
.container[data-v-957db4b6] {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1em;
  text-align: center;
  border: 1px #999999;
  box-sizing: border-box;
  z-index: 1000;
}
.btn-container[data-v-957db4b6] {
  margin: 5% auto 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.btn-container a[data-v-957db4b6] {
  display: block;
  font-weight: bold;
  text-decoration: none;
  margin-left: 5%;
  cursor: pointer;
}

/*
	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
}


.loading-wrap[data-v-bf5fdba8] {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading-ico[data-v-bf5fdba8] {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/loading-tip.png) no-repeat center / cover;
  width: 112px;
  height: 72px;
  text-indent: -9999em;
  overflow: hidden;
}

.modal-wrap[data-v-111288d8] {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.modal-mask[data-v-111288d8] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.modal-cont[data-v-111288d8] {
  position: relative;
  width: 80vw;
  background: #fff;
  box-sizing: border-box;
  padding: 6px;
  z-index: 10;
}
.modal-cont-inner[data-v-111288d8] {
  position: relative;
  border: 1px solid #e0c885;
  width: 100%;
  z-index: 2;
}
.modal-cont .modal-border-ico[data-v-111288d8] {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  z-index: 1;
  background: #fff;
}
.modal-cont .modal-border-ico-l-t[data-v-111288d8] {
  top: 0px;
  left: 0px;
  border-radius: 0px 0px 10px 0px;
  border-bottom: 1px solid #e0c885;
  border-right: 1px solid #e0c885;
}
.modal-cont .modal-border-ico-l-b[data-v-111288d8] {
  left: 0;
  bottom: 0;
  border-radius: 0px 10px 0px 0px;
  border-top: 1px solid #e0c885;
  border-right: 1px solid #e0c885;
}
.modal-cont .modal-border-ico-r-b[data-v-111288d8] {
  right: 0;
  bottom: 0;
  border-radius: 10px 0px 0px 0px;
  border-top: 1px solid #e0c885;
  border-left: 1px solid #e0c885;
}
.modal-cont .modal-border-ico-r-t[data-v-111288d8] {
  top: 0;
  right: 0;
  border-radius: 0px 0px 0px 10px;
  border-bottom: 1px solid #e0c885;
  border-left: 1px solid #e0c885;
}
.modal-cont[data-v-111288d8]:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) scale(0.5, 0.5);
  z-index: 0;
}
.modal-hd[data-v-111288d8] {
  position: relative;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  font-size: 0.5rem;
  font-family: 'fz';
}
.modal-hd[data-v-111288d8]:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  border: 1px solid #e8e8e8;
  transform: translate(-50%, -50%) scale(0.5, 0.5);
  z-index: 0;
}
.modal-hd span[data-v-111288d8] {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.modal-hd span[data-v-111288d8]:after,
.modal-hd span[data-v-111288d8]:before {
  content: '';
  position: absolute;
  top: 4.4vw;
  width: 2.1vw;
  height: 2.1vw;
}
.modal-hd span[data-v-111288d8]:before {
  left: -4vw;
}
.modal-hd span[data-v-111288d8]:after {
  right: -4vw;
}
.modal-bd[data-v-111288d8] {
  padding: 0.3rem;
}
.modal-footer[data-v-111288d8] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6vw;
}
.modal-footer-disable .modal-btn[data-v-111288d8] {
  opacity: 0.6;
}
.modal-btn[data-v-111288d8] {
  background: #dcc072;
  font-size: 0.4rem;
  text-align: center;
  height: 0.6rem;
  line-height: 0.6rem;
  margin: 0 1vw;
  padding: 0 0.6rem;
  color: #fff;
}
.modal-btn[data-v-111288d8]:nth-child(2) {
  background: #eddfb8;
  color: #6d6550;
}
.modal-close[data-v-111288d8] {
  position: absolute;
  bottom: -14vw;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/close-btn.png) no-repeat center / cover;
  width: 10.6vw;
  height: 10.6vw;
}
.msg-cont[data-v-111288d8] {
  font-size: 3.4vw;
  text-align: center;
}

.login-box[data-v-793b2612] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  margin: 0 0.8rem;
}
.login-qq[data-v-793b2612],
.login-wx[data-v-793b2612] {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(https://game.gtimg.cn/images/xylz/milo_ltc_img.png);
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  background-size: 4.7rem 0.94rem;
  background-position: 0.3rem 0.24rem;
  border-radius: 50%;
  margin-bottom: 10px;
}
.login-wx[data-v-793b2612] {
  background-position: -3.32rem 0.3rem;
}
.wx-login-tip[data-v-793b2612] {
  font-size: 28px;
  color: #d24233;
  font-family: 'h2';
  text-align: center;
}

.slide-right-enter-active,
.slide-right-leave-active,
.slide-left-enter-active,
.slide-left-leave-active {
  position: absolute;
  width: 100%;
  will-change: transform;
  transition: all 0.3s ease-in;
}
.slide-right-enter {
  /* opacity: 0; */
  transform: translate(-100%, 0);
}
.slide-right-leave-active {
  /* opacity: 0; */
  transform: translate(100%, 0);
}
.slide-left-enter {
  /* opacity: 0; */
  transform: translate(100%, 0);
}
.slide-left-leave-active {
  /* opacity: 0; */
  transform: translate(-100%, 0);
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.fadeslow-enter-active,
.fadeslow-leave-active {
  transition: opacity 1s;
}
.fadeslow-enter,
.fadeslow-leave-to {
  opacity: 0;
}
.bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.image-button {
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3 linear;
}
.button-active {
  transition: all 0.3 linear;
  transform: scale(0.8);
}
.transition {
  transition: all 0.3 linear;
}
@font-face {
  font-family: 'fzbwkt';
  src: url(https://game.gtimg.cn/images/wuxia/act/a20231023anng/fzbwkt.ttf);
}
@font-face {
  font-family: 'fzss';
  src: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/fzss.ttf);
}
@font-face {
  font-family: 'fzff_bold';
  src: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/fzff_bold.ttf);
}
@font-face {
  font-family: 'fzqk';
  src: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/fzqk.ttf);
}
body,
html {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #451815;
  font-family: 'é»‘ä½“', 'Adobe é»‘ä½“ Std';
}
div,
p,
span,
img {
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: #000000;
  -webkit-tap-highlight-color: transparent;
}
.app-container {
  min-width: 1400px;
  overflow-x: hidden;
}
.logo {
  position: absolute;
  left: -210px;
  top: 28px;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/logo.png) no-repeat center;
  width: 210px;
  height: 101px;
}
.slogan-txt {
  position: absolute;
  right: -40px;
  top: 155px;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/slogan-txt.png) no-repeat center / cover;
  width: 900px;
  height: 594px;
}
.main-kv-box {
  position: relative;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/kv-img.jpg) no-repeat center;
  width: 100%;
  height: 1229px;
}
.main-kv-box .inner-cont {
  position: relative;
  height: 100%;
}
.inner-cont {
  width: 1400px;
  margin: 0 auto;
}
.tab-box {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 300px;
  display: flex;
  width: 1400px;
  margin-left: -12px;
  justify-content: center;
}
.tab-item {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/tab-item.png) no-repeat center;
  width: 336px;
  height: 121px;
  line-height: 80px;
  box-sizing: border-box;
  padding: 22px 20px 22px;
  margin: 0 -22px 0 0;
  text-align: center;
  color: #742407;
  font-size: 33px;
  cursor: pointer;
  font-family: 'fzff_bold';
}
.tab-item.active {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/tab-item-active.png) no-repeat center;
  color: #8d2000;
}
.area-hd {
  position: relative;
  margin: 0 auto;
  text-align: center;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/hd-bg.png) no-repeat center;
  width: 865px;
  height: 206px;
}
.area-hd .area-num {
  display: block;
  font-family: 'fzqk';
  font-size: 56px;
  background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.02rem;
  line-height: 1;
  height: 128px;
  line-height: 128px;
  box-sizing: border-box;
  padding-top: 15px;
}
.area-hd-txt {
  display: inline-block;
  position: relative;
  font-family: 'fzff_bold';
  color: #fff;
  font-size: 70px;
  line-height: 1.3;
  height: 76px;
  line-height: 76px;
  letter-spacing: 5px;
}
.area-hd-txt p {
  background: linear-gradient(to bottom, #fefcf9, #fcd17a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.area-hd-sub {
  position: relative;
  font-size: 24px;
  color: #fecda9;
  font-family: 'fzss';
  text-align: center;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
}
.area-hd-sub p {
  position: relative;
  display: inline-block;
}
.area-hd-sub p:after,
.area-hd-sub p:before {
  content: '';
  position: absolute;
  top: 10px;
  width: 21px;
  height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAQCAYAAAD52jQlAAAB00lEQVQ4jZ3TT4hOYRTH8c8MDTP+vGYY61E3SVaTlaS7MhZ2sqLYoPx3Q0rCQqbkEs0wQxFlx0LKBt2NLKWYJu7kzwySBaXQ1BiL+7x1545Xcja3fuec7/Pc8ztPUxpH/iOaMAlJlk9LNv+lcS7uYV1FX4mHWNyosRF0Dq7gQICuDXo3dmEL+tD5r9A2XMVxvArg9diOfdiBUexFXxpH08BVaFu44Um8DNokriHBTYwH/WM4sC+No4WNoK0YxCkMl/QVAdiNDVhTyr0Puf40jtqr0NkB2IuhUtNyHAm//h27sQmr6wVJlo/hIC6ncVSrQ1swgDN4XgIuw9EA/BG0CexUGLWqBB7FYQymcVRrRjvm4YOpsSRo3yv6hMLApRX9c/guasYn7EE/OkpF9/E4jKQc+/EF1+tCGkd1g08kWT4yo6erA77hCS7gAX6G+mHUsBmPFGs0rhgX6OnqaA3A00mWDzHV/TEcUhhWK+m38TTc/BculXKzwgG9SZa/qIvVPX0nDLwC7lSMqbyPLaHubJLlZYP/+KLeKNZoAPOxTbFyWxUGHSsBzydZ/qwKaPT2XyvW6Q4W4FzQb+GtYr4XFWOZFjMbQGEEGxVOl+MG7uJro8bfEn12M4aesRIAAAAASUVORK5CYII=) no-repeat center;
}
.area-hd-sub p:before {
  left: -30px;
}
.area-hd-sub p:after {
  right: -30px;
}
.area-sub-hd {
  color: #fecda9;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
  margin: 30px 0;
}
.area-sub-hd span {
  color: #fef7b6;
}
.jz-bg-box {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/bg-box.png) no-repeat center;
  width: 1259px;
  height: 336px;
  font-family: 'fzss';
  font-size: 24px;
  line-height: 43px;
  box-sizing: border-box;
  padding: 55px 130px 0 90px;
}
.jz-bg-box p span {
  color: #be2d2d;
  letter-spacing: 2px;
  margin-left: 5px;
}
.border-box {
  border: 54px solid transparent;
  border-image: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/box-border-img.png) 54 / 54px / 54px round;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/box-border-bg.png) repeat;
  margin: 54px;
  font-family: 'fzss';
  font-size: 24px;
  line-height: 43px;
  padding: 0 70px 0 35px;
}
.border-box .border-cont {
  margin: -54px;
}
.border-box p {
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.award-list-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.award-list-wrap .award-box {
  position: relative;
  width: 329px;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/award-img-bg.png) no-repeat center / cover;
  width: 292px;
  height: 334px;
  overflow: hidden;
}
.award-list-wrap .award-box .award-img-box {
  width: 200px;
  height: 200px;
  margin: 60px auto 20px;
  position: relative;
}
.award-list-wrap .award-box .award-img-box span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.award-list-wrap .award-box p {
  position: absolute;
  top: 220px;
  left: 40px;
  right: 40px;
  font-family: 'é»‘ä½“';
  color: #4d1515;
  font-size: 24px;
  letter-spacing: -1px;
  text-align: center;
}
.ico-1 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/ico-1.png) no-repeat center / 100px auto;
  width: 100px;
  height: 132px;
}
.ico-3 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/ico-3.png) no-repeat center / cover;
  width: 95px;
  height: 118px;
}
.ico-4 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/ico-4.png) no-repeat center / cover;
  width: 109px;
  height: 100px;
}
.ico-5 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/ico-5.png) no-repeat center / cover;
  width: 88px;
  height: 101px;
}
.ico-6 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/ico-6.png) no-repeat center / cover;
  width: 102px;
  height: 100px;
}
.main-tit {
  display: flex;
  color: #ea5b83;
  font-size: 70px;
  text-align: center;
  font-family: 'fzff_bold';
  justify-content: center;
  align-items: center;
  letter-spacing: -5px;
  margin: 0 -35px;
}
.main-tit span {
  color: #fcd17a;
  background: linear-gradient(to bottom, #fefcf9, #fcd17a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-tit:after,
.main-tit::before {
  content: '';
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/main-tit-ico.png) no-repeat center / cover;
  width: 255px;
  height: 23px;
  margin: 0 10px;
}
.main-tit:after {
  transform: scaleX(-1);
}
.main-tit-txt {
  color: #fecda9;
  font-size: 20px;
  line-height: 36px;
}
.main-tit-txt span {
  color: #fef7b6;
}
.rule-list {
  margin: 25px auto 50px;
  line-height: 36px;
  padding-left: 25px;
  width: 1150px;
}
.rule-list &gt; li {
  margin-bottom: 25px;
  font-size: 20px;
  color: #fecda9;
  font-family: 'é»‘ä½“', 'Adobe é»‘ä½“ Std';
  list-style: decimal;
}
.rule-list &gt; li &gt; ul {
  margin: 15px 0;
}
.rule-list &gt; li &gt; ul li {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAYAAABPhbxiAAAA50lEQVQokXXSPS+EQRTF8Z8nW/kIohPZiI2NRnQqkZAICT0KH0GxoUG2QUWloCaRrIJGpRQRb4sQSr4FUZhJxuTZU849/zv3npmun5sjmerYxhK6sYMGHlJTkUEDOMc3enGCKRyHWilYwyWusYp9DIZaFafB8w+s4QJX2MBhagrqRys2K8JOLdyiiYMSKKovjF+vYAs9mMA6hjpAUVU0C6zgC7vYk6VXolc0CtxhFsP+Yl/EUwfoA3O4j+E8YhyjWMMC2hn0jpl4nj5HG2MYwSaWk5vfMJ02yz/AMyZRwWcY6wzzeEmNv3GRL3/+N7b9AAAAAElFTkSuQmCC) no-repeat left 11px;
  padding-left: 20px;
}
.rule-list &gt; li span {
  color: #e7dba3;
}
.jz-img-box {
  position: relative;
  display: block;
  width: 1360px;
  height: 643px;
  margin: 65px auto 100px;
}
.jz-img-box:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/img-box-border.png) no-repeat center / cover;
  width: 1497px;
  height: 735px;
}
.jz-img-box .jz-img-cont {
  position: relative;
  top: 15px;
  left: -8px;
}
.phb-cont {
  position: relative;
}
.phb-table-wrap {
  position: relative;
}
.phb-table-wrap:after,
.phb-table-wrap:before {
  content: '';
  width: 60px;
  position: absolute;
  top: -20px;
  bottom: -20px;
}
.phb-table-wrap:before {
  z-index: 0;
  left: 0;
}
.phb-table-wrap:after {
  z-index: 2;
  right: 0;
  width: 28px;
}
.phb-table-box {
  position: relative;
  margin: 0 28px;
  border: 1px solid #e9c1ca;
  font-family: sans-serif;
  box-shadow: #c9728f 2px 0 6px;
}
.phb-table-box:before {
  content: '';
  position: absolute;
  bottom: -20px;
  right: -40px;
  width: 145px;
  height: 243px;
  transform: scale(-1);
  z-index: 10;
}
.phb-table-box:after {
  content: '';
  border: 1px solid #ffcad4;
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
}
.phb-table-box .phd-table-item {
  display: flex;
  text-align: center;
  width: 100%;
  height: 70px;
  line-height: 70px;
  color: #444a53;
}
.phb-table-box .phd-table-item:last-child:after {
  content: '';
  position: absolute;
  top: -40px;
  left: -40px;
  width: 145px;
  height: 243px;
}
.phb-table-box .phd-table-item:nth-child(2n + 1) {
  background: #fdf5e5;
}
.phb-table-box .phd-table-item:nth-child(2n) {
  background: #f1e1d1;
}
.phb-table-box .phd-table-item:nth-child(1) {
  height: 70px;
  line-height: 70px;
  background: #c89c71;
}
.phb-table-box .phd-table-item:nth-child(1) &gt; div {
  font-size: 26px;
  color: #734a4b;
  font-weight: bold;
}
.phb-table-box .phd-table-item:nth-child(1) &gt; div:nth-child(3) {
  font-size: 30px;
}
.phb-table-box .phd-table-item &gt; div {
  width: 30%;
  font-size: 22px;
  border-right: 1px solid #ffcad4;
  color: #734a4b;
}
.phb-table-box .phd-table-item &gt; div:nth-child(1) {
  width: 30%;
}
.phb-table-box .phd-table-item &gt; div:nth-child(3) {
  width: 40%;
  border-right: 0;
}
.phb-table-box-2 .phd-table-item &gt; div {
  width: 23%;
}
.phb-table-box-2 .phd-table-item &gt; div:nth-child(4) {
  width: 30%;
}
.phb-table-box-3 .phd-table-item &gt; div:nth-child(1) {
  width: 10%;
}
.phb-table-box-3 .phd-table-item &gt; div:nth-child(2) {
  width: 65%;
}
.phb-table-box-3 .phd-table-item &gt; div:nth-child(3) {
  width: 25%;
}
.phb-table-box-4 .phd-table-item:nth-child(1) div {
  font-size: 20px;
}
.phb-table-box-4 .phd-table-item &gt; div {
  width: 30%;
  font-size: 20px;
}
.phb-table-box-4 .phd-table-item &gt; div:nth-child(1) {
  width: 70%;
}
.phb-table-box-p {
  color: #fecda9;
  font-size: 20px;
  text-align: center;
  font-family: 'fzss';
  margin-top: 20px;
}
.phb-table-box-p-2 {
  color: #fecda9;
  font-size: 20px;
  text-align: center;
  font-family: 'fzss';
  margin: 20px 0;
}
.login-box {
  color: #fecda9;
  text-align: center;
  font-family: 'fzbwkt';
  font-size: 32px;
  margin-bottom: 20px;
}
.hl-input-btn,
.zm-copy-btn {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/bottom-btn-bg.png) no-repeat center / cover;
  width: 366px;
  height: 120px;
  line-height: 75px;
  font-size: 42px;
  box-sizing: border-box;
  padding: 22px 20px 22px;
  margin: 0 auto;
  font-family: 'fzff_bold';
  color: #8d2000;
  text-align: center;
  cursor: pointer;
}
.zm-copy-btn {
  margin-bottom: 50px;
}
.get-btn {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/bottom-btn-bg.png) no-repeat center / cover;
  width: 346px;
  height: 80px;
  margin: 45px auto 0;
  font-family: 'fzff_bold';
  color: #8d2000;
  font-size: 42px;
  text-align: center;
  line-height: 85px;
  cursor: pointer;
  box-sizing: border-box;
}
.get-btn.active,
.get-btn.disable {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray;
  pointer-events: none;
}
.zm-input-box {
  display: flex;
  width: 690px;
  margin: 0 auto 45px;
}
.zm-input-box label {
  color: #fecda9;
  font-size: 32px;
  font-family: 'fzbwkt';
  margin-right: 15px;
  height: 53px;
  line-height: 53px;
}
.zm-input-box-center {
  text-align: center;
  color: #fecda9;
  font-size: 32px;
  font-family: 'fzbwkt';
}
.zm-input-box span {
  color: #fecda9;
  font-size: 32px;
  font-family: 'fzbwkt';
  margin-right: 15px;
}
.hl-input-btn {
  margin-bottom: 90px;
}
.input-box {
  width: 458px;
  height: 53px;
  background-color: #fce0ab;
  border-radius: 10px;
}
.input-box .inp-txt {
  background: transparent;
  width: 480px;
  height: 53px;
  line-height: 53px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 24px;
}
.zm-input-box-center {
  height: 150px;
  line-height: 150px;
  margin-bottom: 100px;
}
.mb-140 {
  margin-bottom: 180px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-90 {
  margin-bottom: 90px !important;
}
#afooter {
  text-align: center;
  line-height: 40px;
  color: #6e6e6e;
  padding: 20px 0;
  background-color: #1c1c1c;
}
#afooter a {
  color: #6e6e6e;
}
.mb-40 {
  margin-bottom: 100px;
}
.mb-120 {
  margin-bottom: 150px;
}
.mt-250 {
  margin-top: 250px;
}
.mt-180 {
  margin-top: 180px;
}
.zm-table-pager {
  text-align: center;
  margin: 20px 50px 0;
  font-size: 0;
}
.zm-table-pager div {
  display: inline-block;
  width: 50%;
  color: #dec270;
  font-size: 20px;
  font-family: 'fzbwkt';
}
.page-wrap {
  position: relative;
}
.page-wrap .page-cont {
  position: relative;
  z-index: 2;
}
.page-wrap .bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.page-wrap .bg-wrap .inner-cont {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
.page-wrap .bg-1 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/bg-1.jpg) no-repeat center;
  width: 100%;
  height: 2004px;
}
.page-wrap .bg-2 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/bg-2.jpg) no-repeat center;
  width: 100%;
  height: 1034px;
}
.page-wrap .bg-3 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/bg-3.jpg) no-repeat center;
  width: 100%;
  height: 852px;
}
.page-wrap .bg-4 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/bg-4.jpg) repeat-y center;
  width: 100%;
  height: 1200px;
}
.page-wrap .f-1 {
  position: absolute;
  top: 120px;
  left: -260px;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/f-1.png) no-repeat center / cover;
  width: 470px;
  height: 1576px;
}
.page-wrap .f-2 {
  left: auto;
  right: -260px;
  top: 850px;
  transform: scaleX(-1);
}
.page-wrap .f-3 {
  top: 3120px;
}
.page-wrap .f-4 {
  top: 4030px;
}
.page-wrap .btf-1 {
  position: absolute;
  left: -190px;
  top: 1100px;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/btf-1.png) no-repeat center / cover;
  width: 121px;
  height: 97px;
}
.page-wrap .btf-2 {
  position: absolute;
  right: -170px;
  top: 190px;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/btf-2.png) no-repeat center / cover;
  width: 185px;
  height: 291px;
}
.page-wrap .btf-3 {
  right: auto;
  left: -240px;
  top: 2540px;
}
.page-wrap .bird-ico {
  position: absolute;
  right: -220px;
  top: 1620px;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/bird-ico.png) no-repeat center / cover;
  width: 257px;
  height: 287px;
}
.page-wrap .bird-ico-2 {
  top: 4210px;
  right: auto;
  left: -220px;
  transform: scaleX(-1);
}
.page-wrap .s-f-1 {
  position: absolute;
  top: 880px;
  left: -210px;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/s-f-1.png) no-repeat center / cover;
  width: 112px;
  height: 125px;
}
.page-wrap .s-f-2 {
  position: absolute;
  top: 695px;
  right: -265px;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/s-f-2.png) no-repeat center / cover;
  width: 336px;
  height: 600px;
}
.page-wrap .s-f-3 {
  position: absolute;
  top: 3225px;
  right: -260px;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/s-f-3.png) no-repeat center / cover;
  width: 183px;
  height: 600px;
}
.page-wrap .s-f-4 {
  position: absolute;
  top: 2625px;
  left: -220px;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/s-f-4.png) no-repeat center / cover;
  width: 1869px;
  height: 428px;
}
.area-hd-2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.area-hd-2 p {
  color: #fcd17a;
  font-size: 44px;
  padding: 0 40px;
  background: linear-gradient(to bottom, #fefcf9, #fcd17a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.area-hd-2:after,
.area-hd-2:before {
  content: '';
  position: relative;
  top: 10px;
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/sub-tit-arr.png) no-repeat center / cover;
  width: 152px;
  height: 32px;
  margin: 0 15px;
}
.area-hd-2:after {
  transform: scaleX(-1);
}
.zm-list-item {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/return-user-table-item.png) no-repeat center / cover;
  margin: 0 auto;
  width: 662px;
  height: 69px;
  text-align: center;
  line-height: 69px;
  font-size: 22px;
  color: #5f3b30;
}
.zm-page .area-1,
.zm-page .area-2 {
  margin-bottom: 80px;
}
.zm-btn-tip {
  text-align: center;
  font-size: 20px;
  color: #fecda9;
}
.zm-btn-tip.mt45 {
  margin-top: 45px;
}
.zm-page .get-btn {
  margin: 12px auto;
}
.zm-page .rule-list,
.hl-page .rule-list,
.ranking-page .rule-list {
  width: 870px;
  margin: 0 auto;
}
.zm-page .rule-list &gt; li,
.hl-page .rule-list &gt; li,
.ranking-page .rule-list &gt; li {
  margin-bottom: 5px;
}
.hl-page .rule-list {
  margin: 40px auto 100px;
}
.hl-page .area-2 {
  padding-top: 50px;
}
.milo-qConnectLogin,
.milo-wxLogin,
.roleselector-frame {
  z-index: 199999 !important;
}
.bottom-btn-list {
  display: flex;
  justify-content: center;
  padding-bottom: 240px;
  margin-top: 140px;
  position: relative;
}
.bottom-btn-list::before {
  content: '';
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/bottom-f.jpg) no-repeat center / cover;
  width: 1920px;
  height: 1969px;
  position: absolute;
  left: -260px;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}
.bottom-btn-list .bottom-btn {
  background: url(//game.gtimg.cn/images/wuxia/act/a20240619zmg/bottom-btn-bg.png) no-repeat center / cover;
  width: 366px;
  height: 120px;
  font-family: 'fzff_bold';
  text-decoration: none;
  line-height: 75px;
  font-size: 42px;
  color: #8d2000;
  text-align: center;
  margin: 0 55px;
  box-sizing: border-box;
  padding: 22px 20px 22px;
}




div.roleselector-frame {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	font-size: 14px;
}
div.roleselector-mask {
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: #333;
	opacity: 0.5;
	filter: alpha(opacity=50)
}
div.roleselector {
	width: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	z-index: 1000;
	margin-top: -150px;
	text-align: center;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden
}
div.roleselector-header {
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	text-align: left;
	border-bottom: solid 1px #eee;
	color: #fff;
	background-color: #2196F3;
	font-size: 16px
}
.roleselector-select {
	padding: 5px 10px;
	box-sizing: border-box
}
.roleselector-box {
	line-height: 40px;
	height: 40px;
	border-bottom: solid 1px #f0f0f0;
}
.roleselector-box span {
	display: inline-block;
    width: 60px;
    text-align: left;
}
.roleselector-box select {
	display: inline-block;
	width: 300px;
	text-align: right;
	line-height: 30px;
	height: 30px;
	background-color: #fff;
	border: solid 1px #ddd;
	font-size: 14px
}

/*æç¤ºè¯­*/
div.roleselector-msg{
	height:20px;
    line-height: 28px;
    display:none;
    text-align: left;
    padding: 0px 10px;
    font-size: 12px;
}
.roleselector-btn {
	line-height: 40px;
	height: 40px
}
.roleselector-btn a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	text-decoration: none;
	color: #fff;
	width: 150px;
	cursor: pointer
}
.roleselector-btn a.btn-confirm {
	float: left;
	margin-left: 18px;
	margin-top: 5px;
	background-color: #2096f3
}
.roleselector-btn a.btn-confirm:hover {
	background-color: #027bdc
}
.roleselector-btn a.btn-cancel {
	float: right;
	margin-right: 18px;
	margin-top: 5px;
	background-color: #999
}
.roleselector-btn a.btn-cancel:hover {
	background-color: #888
}
.roleselector-policy-tips {
    width: 100%;
	text-align: left;
	padding: 0 5px;
	transform: scale(0.98);
	color: #222222;
}
.roleselector-policy-allow {
    border: 1px solid #c1bdbd;
    color: white;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    padding: 2px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    top: 2px;
	box-sizing: content-box;
}
.roleselector-policy-allow-status {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: black;
}
.roleselector-policy-allow-text {
    user-select: none;
    cursor: pointer;
    font-size: 12px;
}
@media screen and (max-width: 500px) {
    .roleselector {
		transform: scale(0.8, 0.8);
    }
}
.milo-alert-frame {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
}

.milo-alert-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    z-index: 9998    
}

.milo-alert {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content:center;

   
}
.milo-alert-box {
    display: inline-block;
    width: 420px;
    padding-bottom: 10px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    font-size: 18px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    text-align: left;
    overflow: hidden;
    backface-visibility: hidden;
    
   
}

.milo-alert-box .milo-alert-header {
    position: relative;
    padding: 15px 15px 10px;
    
}
.milo-alert-box .milo-alert-header .milo-alert-close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    background: url('https://ossweb-img.qq.com/images/milosdk/close.png');
    background-size: contain;
}

.milo-alert-box .milo-alert-content {
    padding: 10px 15px;
    color: #606266;
    font-size: 14px;
}
.milo-alert-box .milo-alert-footer {
    display: flex;
    justify-content: flex-end;
    padding: 5px 15px 0;
}
.milo-alert-box .milo-alert-footer div {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #dcdfe6;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    margin: 0 5px;
    min-width: 88px;
}
.milo-alert-box .milo-alert-footer .btn-confirm{
    background-color: #409eff;
    border-color: #409eff;
}

.milo-alert-box .milo-alert-footer .btn-cancel {
    background-color: #a7a6a4;
    border-color: #a7a6a4;
    display:none;
}

.milo-alert-box-mobile {
    display: inline-block;
    width: 80vw;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #ebeef5;
    font-size: 16px;
    color: #606266;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    overflow: hidden;
    backface-visibility: hidden;
}
.milo-alert-box-mobile .milo-alert-header {
    position: relative;
    padding: 27px 15px 0;
    color: #000;
    font-weight: bold;
}
.milo-alert-box-mobile .milo-alert-content {
    padding: 15px;
    color: #606266;
    font-size: 14px;
    border-bottom: 1px solid #ebeef5;
}
.milo-alert-box-mobile .milo-alert-footer {
    display: flex;
}
.milo-alert-box-mobile .milo-alert-footer div {
    padding: 15px;
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
}
.milo-alert-box-mobile .milo-alert-footer .btn-cancel {
    display: none;
    border-right: 1px solid #ebeef5;
    color: #000;
}
.milo-alert-box-mobile .milo-alert-footer .btn-confirm {
    flex: 1;
    color: #0f4379;
}


.logout {
  text-decoration: underline;
  margin: 0 15px;
}
.wx-name {
  display: inline-block;
}




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