<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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
}


div.roleselector-frame {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
}

div.roleselector-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
    z-index: 1;
}

div.roleselector {
    position: relative;
    margin: 100px auto;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    background-color: #fff;
    z-index: 10;
}

div.roleselector-header {
    padding: 20px 20px 10px;
    line-height: 24px;
    font-size: 18px;
    color: #303133;
}

.roleselector-select {
    padding: 30px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}

.roleselector-box {
    line-height: 45px;
    font-size: 14px;
    padding: 3px 0;
    width: 100%;
}

.roleselector-box span {
    display: none;
}

.roleselector-box select {
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
    padding: 0 15px;
}

/*æç¤ºè¯­*/
div.roleselector-msg {
    height: 20px;
    line-height: 28px;
    display: none;
    text-align: left;
    padding: 0px 10px;
    font-size: 12px;
}

.roleselector-btn {
    padding: 10px 20px 20px;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.roleselector-btn a {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0 5px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
}
.roleselector-btn a:hover{
    color: #409eff;
    border-color: #c6e2ff;
    background-color: #ecf5ff;
}


.roleselector-btn a.btn-confirm {
    background: #3a8ee6;
    border-color: #3a8ee6;
    color: #fff;
}

.roleselector-btn a.btn-confirm:hover {
    background: #66b1ff;
    border-color: #66b1ff;
    color: #fff;
}

/* .roleselector-btn a.btn-cancel {

}

.roleselector-btn a.btn-cancel:hover {
    background-color: #888
} */

.roleselector-policy-tips {
    color: #606266;
    font-size: 14px;
    word-break: break-all;
    font: 14px/1.5 "å¾®è½¯é›…é»‘";
}

.roleselector-policy-allow {
    color: white;
    width: 8px;
    height: 8px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 2px;
    box-sizing: content-box;
margin-right:4px;
}

.milo-PIPInfo{

    pointer-events: none;
}

.roleselector-policy-allow-status {
    width: 100%;
    height: 100%;
    background-color: #66b1ff;
}



.roleselector-policy-allow-text {
    user-select: none;
    cursor: pointer;
}

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

/* è¿™é‡Œçš„æ&nbsp;·å¼å·²åœ¨å…¨å±€æ&nbsp;·å¼è¡¨ä¸­å®šä¹‰ */

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.dialog-wrap {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.dialog-mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

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

.blacktop,
.blacktop a {
  color: #fff;
  text-decoration: none;
}
.blacktop,
.blacktop_logo,
.blacktop_btnavs .blacktop_bta {
  background-image: url(https://ossweb-img.qq.com/images/wuxia/picture/blacktop-spr.png);
  background-size: 1.82rem 1.75rem;
  background-repeat: no-repeat;
}
.blacktop {
  position: relative;
  height: 0.6rem;
  width: 100%;
  overflow: hidden;
  background-color: #000;
  background-position: 0 0;
  background-repeat: repeat-x;
  z-index: 999;
  box-shadow: 0 0.02rem 0.02rem rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.blacktop .blacktop_logo {
  position: absolute;
  top: 50%;
  left: 0.2rem;
  width: 1rem;
  height: 0.35rem;
  margin: -0.15rem 0 0;
  background-position: 0 100%;
  text-indent: -99.99rem;
}
.blacktop .blacktop_logo a {
  display: block;
  height: 100%;
  text-indent: -99.99rem;
}
.blacktop .blacktop_topsilder {
  float: right;
}
.blacktop .blacktop_topsilder .logfrg {
  float: right;
}
.blacktop .blacktop_topsilder .logstate {
  float: right;
  line-height: 0.6rem;
  font-size: 0.18rem;
}
.blacktop .blacktop_topsilder .logstate p span {
  color: #2fc3a3;
  margin-left: 0.05rem;
  font-weight: bold;
}
.blacktop .blacktop_topsilder .logstate p a,
.blacktop .blacktop_topsilder .logstate .areainfo em {
  margin: 0 0.05rem;
}
.blacktop .blacktop_topsilder .logined a:hover {
  color: #fff;
}
.blacktop .blacktop_topsilder .logstate .dologout {
  color: #cfae69;
}
.blacktop .blacktop_topsilder .logstate .bang:hover,
.blacktop .blacktop_topsilder .logstate .rebang:hover {
  color: #2fc3a3;
}
.blacktop .blacktop_btnavs {
  width: 2.4rem;
  padding: 0.13rem 0.1rem 0;
  height: 100%;
  float: right;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
}
.blacktop .blacktop_btnavs .blacktop_btnav {
  display: inline-block;
  border: 0.02rem solid #2fc3a3;
  padding: 0 0.15rem;
  margin: 0 0 0 0.1rem;
  border-radius: 0.15rem;
  line-height: 0.3rem;
}
.blacktop .blacktop_btnavs .blacktop_bta {
  display: block;
  padding: 0 0 0 0.2rem;
  font-size: 0.13rem;
}
.blacktop .blacktop_btnavs .blacktop_tohome {
  background-position: -1.67rem -0.75rem;
}
.blacktop .blacktop_btnavs .blacktop_toevent {
  background-position: -1.67rem -1.35rem;
}
.blacktop .blacktop_btnavs .blacktop_bta:hover {
  color: #ececec;
}
#afooter {
  font-size: 0.14rem;
  text-align: center;
  padding: 0.2rem 0;
  background: #000;
  color: #aaa;
}
#afooter a {
  color: #aaa;
  text-decoration: none;
}
.roleselector-frame {
  z-index: 9999;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
html {
  font-size: calc(100vw / 19.2);
}
*[type='btn'] {
  transition: filter 0.2s ease-in;
  cursor: pointer;
}
*[type='btn']:hover {
  filter: brightness(1.05);
}

@font-face {
  font-family: 'hyjkj';
  src: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/hyjkj.ttf);
  src: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/hyjkj.eot?#font-spider) format('embedded-opentype'), url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/hyjkj.woff2) format('woff2'), url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/hyjkj.woff) format('woff'), url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/hyjkj.ttf) format('truetype'), url(data:image/svg+xml;base64,bW9kdWxlLmV4cG9ydHMgPSAiLy9nYW1lLmd0aW1nLmNuL2ltYWdlcy93dXhpYS9hY3QvYTIwMjUwNDExZmhqZi9oeWprai5zdmciOw==) format('svg');
}
@font-face {
  font-family: 'fzdbst';
  src: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/fzdbst.ttf);
}
html {
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
  background: #000;
}
.main-cont-bg-box {
  position: relative;
  z-index: 0;
}
.bg-1 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/bg_01.jpg) no-repeat center / cover;
  width: 19.2rem;
  height: 14.5rem;
}
.bg-2 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/bg_02.jpg) no-repeat center / cover;
  width: 19.2rem;
  height: 14.5rem;
}
.bg-3 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/bg_03.jpg) no-repeat center / cover;
  width: 19.2rem;
  height: 14.5rem;
}
.bg-4 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/bg_04.jpg) no-repeat center / cover;
  width: 19.2rem;
  height: 14.5rem;
}
.bg-5 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/bg_05.jpg) no-repeat center / cover;
  width: 19.2rem;
  height: 14.5rem;
}
.bg-6 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/bg_06.jpg) no-repeat center / cover;
  width: 19.2rem;
  height: 14.5rem;
}
.bg-7 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/bg_07.jpg) no-repeat center / cover;
  width: 19.2rem;
  height: 14.5rem;
}
.bg-8 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/bg_08.jpg) no-repeat center / cover;
  width: 19.2rem;
  height: 14.5rem;
}
.bg-9 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/bg_09.jpg) no-repeat center / cover;
  width: 19.2rem;
  height: 14.5rem;
}
.bg-10 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/bg_10.jpg) no-repeat center / cover;
  width: 19.2rem;
  height: 14.5rem;
}
.main-cont {
  position: relative;
  width: 19.2rem;
  left: 50%;
  margin-left: -9.6rem;
}
.main-cont .main-cont-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.area-box-1 {
  height: 18.4rem;
  position: relative;
}
.area-box-1 .btn-box {
  position: absolute;
  top: 0.32rem;
  right: 0.25rem;
  display: flex;
}
.area-box-1 .btn-box a {
  width: 1.82rem;
  height: 0.5rem;
  margin: 0 0.1rem;
  text-indent: -999em;
  overflow: hidden;
}
.area-box-2 {
  position: relative;
}
.area-hd-wrap .area-hd {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'hyjkj';
  box-sizing: border-box;
  padding-bottom: 0.2rem;
}
.area-hd-wrap .area-hd span {
  font-family: 'FZShengShiKaiShuS-B-GB';
  font-size: 0.58rem;
  line-height: 0.58rem;
  color: #1f2030;
  position: absolute;
  top: -0.15rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-mask: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 30%, rgba(255, 255, 255, 0) 70%);
          mask: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 30%, rgba(255, 255, 255, 0) 70%);
}
.area-hd-wrap .area-hd p {
  font-size: 0.65rem;
  position: relative;
  background: linear-gradient(to bottom, #28347f, #6a264a);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.02rem;
}
.area-hd-wrap .area-hd p:before {
  content: '';
  position: absolute;
  top: 0.22rem;
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAeCAYAAADQBxWhAAAC3ElEQVRIibXXTYiVZRQH8N+911FJBwZTcEhlNMmQUPGDSBDSTaSJgguVVExoUeomjaJWIQqBKQgtFMWF0ELDhdpK0cJkRHQRjB8JKqaCfVg6puk0Oi7Oc+Od63vvzDRz/5vnfZ973vM/5zznPOfcwjfNzfqJEfizLx8M6oXM0KR4LFrwCprxBE2Ygx/wI47jSk8KCz14OgPL8BYmYXAN2S4U8D0W4141wWqeNuFDfIrGWlZlUEjrmziC9fgpGdMNpSWNz+lcgEX4AC9mlPUF44Thv+KXyh+LOR9Mxwlxbr0hfM6ThGXC+LmVP+SFdzsuZwzqwgO0YhdO47dk0FTMTuvqHF0bRCLexsXyZl4iFbAP7yaiTnyMc+m5FvbmkHdhJQ7hfjVSKGE+vhNZezFPqAom43zF3kPsxEfknylRg4fxtI+EcAGzKvZeQBtG1SLtL86KI8nicxG1upHCVpGAZbTgKor1JIWvM89FvI7R9SbdLvKijEnorDdpu+5HOBOD6036CDcz7wXpTBvSxrA6kDagI/N+B7eLwv3heK0OpE+k2syQloqiR44X/W/cAJO+LUJcxjH8UxSX/nRxKb8/gIQNeAO30vsNXCdC+xB/4a64M4cMEGmTcOKeKJvLWdLHIgRLcQYHBoCwhM/SOjbxfIl/y6REjxwhQrwFX/WDsIDlYlxpwwScwtGyQJm0PQkcE12lFZ/8D8ISvsAKEc4pomSWZ4Wyl8NJbBSefotLyZDRvSAbKkpuE9amvZZkxDqRRP+hclw5I8bHC1gisnqnSIQT2J8MbUhrE6Zhjeihp/Az5olc2Yw9lRZWknZiW1K2A9fwHt7BqyLsHWIEaUweFpNR1zExGXFfTJOHdL/wkT+C/i2mhomiznaLrPsjGXQwPbclb0bhJbyMkaKBrxKjTocc9DThT8BCkRyNqjf9LpGEW0UltNdS2hNpFnOFR+MxJu39LhKuVS/+w5TxDDu1nZquAuXdAAAAAElFTkSuQmCC) no-repeat center / cover;
  width: 0.29rem;
  height: 0.3rem;
}
.area-hd-wrap .area-hd p:after {
  content: '';
  position: absolute;
  bottom: 0.15rem;
  right: -0.1rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAZCAYAAADAHFVeAAACd0lEQVRIia3WS4hURxQG4K/bqIiIOio6JqJBjQYMuBJ8xCiz8B2CDzQEslAhoLgUo4KQaHCnG5cqBInIkIUuREUUn0lE8DGCD2YwQSeORHwlDmbwMS7OvXi53e3Qbf9Q9L3Vf52/qu5f51Rhf2OjCigkv934AFMwDZ9gKHrjPtpwIWnPKwWTBKnU/xLD8R2+xdh3BcID7MUO/FOOUHyH0Df4DT9khDqT1o1XeIbHaEV/bMB1rKy0gvx7H2xLBmbxHCdxA3fxWqz8Y0zAYNzEOOzBRHyf8ErEihiI7Vid6e9KBv+Ee+VmjElYha/wFwZgPf7D1pRUyBhkBuZicyZIZ9J3roJIHjPxM25hJD7DbJxKV0O4awE2ZQb+i6lVCMEZNAnnHsMj7MagrNhIzPfW7q+wBteqEEpxG7OwHD8Kcy1OxQr4HOMzA/7ALzUIpWgRZrqKw9iYig0T29UvQ17/HkIp9ord2SkcqojJSg/s73UQOyPOYwNeYGYRn2JMhtRSB6EU/dCODkxOxUZkCJ11FLsrzloHsY3zcoSP6ijWhacieTxJDZLFqDqKNeCJSNJdRRwoQ1pSJ7FewnxtuFREcxnSMuUrQjX4Er+KGngCrUX8LfY1i6XCOLWiLxbhePJ8lZj9NXydI/fCIVGNa0ETDuJDPMSfqRgcwb7cgLEi5YyuUqgBjTiN6Tib/pH9LptEEs1iBq5gragMPWGAuKMcFfm2RdS3ErF28a26cwEGYRe2YEgPYkVcFleEVlzKxss77jJWKJ9F1ilNAHk8FVXkjrB7yUzyaMYcXEzeHwvHEgWxJ/yftBJUusqdxxei6C0U9e2cyAQ14w3vrYQJtxRoBwAAAABJRU5ErkJggg==) no-repeat center / cover;
  width: 0.27rem;
  height: 0.25rem;
}
.area-hd-wrap .area-hd:after,
.area-hd-wrap .area-hd:before {
  content: '';
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALYAAAAYCAMAAABgOPeoAAAAq1BMVEUAAAD988/+9dX98sz+9NP+9NT88cr56rf+9dX56LL99NH56bT56LL56LL77sL66rj56bb56bX56bT56LL56LL56LL98s7878b77b/67L356bb56bX56LL56LL56LL56LL56LL56LT56LT56LL56LL77L756LL66rn56rf56bX+9dX56LL667v56bT56bT56bT56LL56LL56LL667r56LL99NP56LL56LL+9dV5KY2VAAAAOXRSTlMAEMoRyYrzzYti+ppyL+zSvrmqe2g/9u/m4cO0i4VtXTuVj4EZCgXWyK+bKtymo6B3NCLZSYlRRJwt/U8kAAABKUlEQVRYw9XW2U6DUBSF4QUHtA5HRMUBlWIplMEOlGp9/ydzn6FtJFx6wf6Sk3C5QvgBaE6d03HAi+NO4Hiex2u3Xu368FntptX6gNXu42pWu+npMKt57f5xgZqO5V0ePBpnJ0/GjfVsvBifpOu6BQmC4FwryzKO41slDMNXUlXVHVkuV6v1+op8kNnsjbyTLMvuyWZzrSRJ8qBcaFNolnB9fYwvT2CkvvPe7onaPfbV2M8xtHvsT7aUGNg9+ve2s8Pg7n/5Si4CxQYZE52jCfJvjkTVqHvs15gQ2+JUA4nm6BF1DjHifxKdo9gV4MXcaNmCl0aa9Q1YsTkWqQQrhxwbumBE7At70UZbwSfNU475VqYRuEiZ5QjwzBFgmeORaFNOOVo2xxTkF0aPISr9hU2MAAAAAElFTkSuQmCC);
          mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALYAAAAYCAMAAABgOPeoAAAAq1BMVEUAAAD988/+9dX98sz+9NP+9NT88cr56rf+9dX56LL99NH56bT56LL56LL77sL66rj56bb56bX56bT56LL56LL56LL98s7878b77b/67L356bb56bX56LL56LL56LL56LL56LL56LT56LT56LL56LL77L756LL66rn56rf56bX+9dX56LL667v56bT56bT56bT56LL56LL56LL667r56LL99NP56LL56LL+9dV5KY2VAAAAOXRSTlMAEMoRyYrzzYti+ppyL+zSvrmqe2g/9u/m4cO0i4VtXTuVj4EZCgXWyK+bKtymo6B3NCLZSYlRRJwt/U8kAAABKUlEQVRYw9XW2U6DUBSF4QUHtA5HRMUBlWIplMEOlGp9/ydzn6FtJFx6wf6Sk3C5QvgBaE6d03HAi+NO4Hiex2u3Xu368FntptX6gNXu42pWu+npMKt57f5xgZqO5V0ePBpnJ0/GjfVsvBifpOu6BQmC4FwryzKO41slDMNXUlXVHVkuV6v1+op8kNnsjbyTLMvuyWZzrSRJ8qBcaFNolnB9fYwvT2CkvvPe7onaPfbV2M8xtHvsT7aUGNg9+ve2s8Pg7n/5Si4CxQYZE52jCfJvjkTVqHvs15gQ2+JUA4nm6BF1DjHifxKdo9gV4MXcaNmCl0aa9Q1YsTkWqQQrhxwbumBE7At70UZbwSfNU475VqYRuEiZ5QjwzBFgmeORaFNOOVo2xxTkF0aPISr9hU2MAAAAAElFTkSuQmCC);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  width: 1.82rem;
  height: 0.24rem;
  background: #374769;
  margin: 0 0.1rem;
}
.area-hd-wrap .area-hd:after {
  transform: scaleX(-1);
}
.area-hd-wrap .area-hd .b-line {
  content: '';
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAzkAAAATCAMAAACEEzPmAAAAV1BMVEUAAADbvIHbvIHbvIHbvIHbvIHhv4DbvIHbvIHbvIHbvIHbvIHbvIHbvIHbvIHbvIHbvIHbvIHbvIHbvIHbvIHbvIHbvIHbvIHbvIHbvIHbvIHbvIHbvIFvIBbLAAAAHXRSTlMAr7Kts7EEWHpxaF9DPC+lvJVKNStRDoyExJsZtMB4ADEAAAGRSURBVGje7dhbkoIwEAXQxsGAIIT4AAT2v85JCnTSPBTGKpV4j36kND+QXEg3wXsIMf1XK46FwX8Ug4kE8FXu7nlBIlYq7gXFfJAbAEHTApXnKuDTregI5Aa+mbgTHCITHU60kBuA6eCw6HDIzfudtDQ9XaW2I5Nwe+5gO9sCW8xE3G4g7CuLoigNM1BaZcjOT8fLjMb7ecBbbjttM6rJsouWbfp8X3+1xredR5Jz8Hsaf8SmddH0tW9Gbad5iz2+vU1m3ObJTmUozV7MMuzbDURczAS2s+1g23MJd2RS2+mqHZIbalXTelkvkLraD05rqWQXt+7XzbpXykFJser99BeHWh57HYJauvJ800SREHyUKCI3nGTaRacNTl7tyR3OLJM7RCG1eXWO95yp8mZZneNP6g5nQUCaKP0xy+scbst5z5lX50ht5UcD+GiJXddEIfYawDyHKr8NVU4AMM/5mpdUohMFMF9UCufaagAvsAuda6sBvIAId0RlTACwiCjiKCQAWChXaKsB/EONtton+wWFri2yPFnjiQAAAABJRU5ErkJggg==);
          mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAzkAAAATCAMAAACEEzPmAAAAV1BMVEUAAADbvIHbvIHbvIHbvIHbvIHhv4DbvIHbvIHbvIHbvIHbvIHbvIHbvIHbvIHbvIHbvIHbvIHbvIHbvIHbvIHbvIHbvIHbvIHbvIHbvIHbvIHbvIHbvIFvIBbLAAAAHXRSTlMAr7Kts7EEWHpxaF9DPC+lvJVKNStRDoyExJsZtMB4ADEAAAGRSURBVGje7dhbkoIwEAXQxsGAIIT4AAT2v85JCnTSPBTGKpV4j36kND+QXEg3wXsIMf1XK46FwX8Ug4kE8FXu7nlBIlYq7gXFfJAbAEHTApXnKuDTregI5Aa+mbgTHCITHU60kBuA6eCw6HDIzfudtDQ9XaW2I5Nwe+5gO9sCW8xE3G4g7CuLoigNM1BaZcjOT8fLjMb7ecBbbjttM6rJsouWbfp8X3+1xredR5Jz8Hsaf8SmddH0tW9Gbad5iz2+vU1m3ObJTmUozV7MMuzbDURczAS2s+1g23MJd2RS2+mqHZIbalXTelkvkLraD05rqWQXt+7XzbpXykFJser99BeHWh57HYJauvJ800SREHyUKCI3nGTaRacNTl7tyR3OLJM7RCG1eXWO95yp8mZZneNP6g5nQUCaKP0xy+scbst5z5lX50ht5UcD+GiJXddEIfYawDyHKr8NVU4AMM/5mpdUohMFMF9UCufaagAvsAuda6sBvIAId0RlTACwiCjiKCQAWChXaKsB/EONtton+wWFri2yPFnjiQAAAABJRU5ErkJggg==);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  width: 8.25rem;
  height: 0.19rem;
  background: #374769;
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
}
.area-hd-wrap .area-hd-p {
  text-align: center;
  font-size: 0.22rem;
  color: #09234a;
}
.area-hd-wrap .area-hd-p span {
  color: #a61a1a;
}
.area-hd-wrap-2 .area-hd span {
  color: #959ba6;
}
.area-hd-wrap-2 .area-hd:after,
.area-hd-wrap-2 .area-hd:before {
  background: #f6ecc9;
}
.area-hd-wrap-2 .area-hd p {
  background: linear-gradient(to bottom, #e8ce87, #eee1be);
  -webkit-background-clip: text;
          background-clip: text;
}
.area-hd-wrap-2 .area-hd .b-line {
  background: #f6ecc9;
}
.jz-img-box {
  position: relative;
  width: 16.27rem;
  height: 4.88rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.4rem;
  margin: 0 0 0.5rem;
}
.jz-img-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/jz-img-box.png) no-repeat center / cover;
  width: 16.27rem;
  height: 4.88rem;
}
.jz-img-box .jz-img {
  position: relative;
  -webkit-mask-image: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/jz-img-mask.png);
          mask-image: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/jz-img-mask.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  width: 12.33rem;
  height: 4.34rem;
  background: #000;
}
.jz-img-box .jz-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 12.2rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.jz-img-box .jz-cont-txt {
  position: relative;
  z-index: 2;
  flex: auto;
  margin-right: 0.4rem;
  margin-left: -0.2rem;
}
.jz-img-box .jz-cont-txt .jz-cont-hd {
  position: relative;
  font-family: 'FZShengShiKaiShuS-B-GB';
  font-size: 0.48rem;
  color: #b74e50;
  white-space: nowrap;
  margin-bottom: 0.15rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAYUAAAACBAMAAABFz92vAAAAG1BMVEVJTnNJTnNJTnNJTnNJTnNJTnNJTnNJTnNJTnP0MsXNAAAACXRSTlMyJhQOKhkeJAndzTlBAAAAyklEQVQY032QMcvCMBCGr98nunpSd71ScfZAHFM8dFUh7opNVgva/oAu+dleoCiK+Cx5CeTNPQc7+E3fXkQ2laYkhTcSO8Xh8MuTnrXHcm9i/GPmyYg5tLTIuKWMlNySgY4bDJqmcV5ka7Qr48C8Ci0T2b3zHjtSSOJhesZAgSjm7cMcfjOwIkWFmhA/Bq5z7f7CWKc8uvSqcR0d4MxzXi3vlB9o5g+Z3u2evtGhdhsRX2j9vzqEEB0iM+dOWJekO4GySkFBLDqpFw9A1CvJ3aZQqgAAAABJRU5ErkJggg==) no-repeat center bottom / 3.89rem 0.02rem;
}
.jz-img-box .jz-cont-txt .jz-cont-hd-1 {
  margin-bottom: 0.05rem;
  background: none;
}
.jz-img-box .jz-cont-txt .jz-cont-txt-item {
  overflow: hidden;
  text-align: center;
}
.jz-img-box .jz-cont-txt .jz-cont-txt-item-1 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAWoAAAAOCAYAAAAGylYbAAABoUlEQVR4nO3bMUrDUBzH8W8karc6dVAQ3Jwc3B3cNIM9QUXPYI+RQ4g3iNBAb2AXXQTRxUFEFFEUq1Vr45BXG2rboYTGPH8feLQkj/TfoV9KIE4URYjYxCtX3TDw21nPIZKWqawHEEmTV66uA7teuVrIehaRtCjUYg0T6WXgBqgo1mILhVqskIj0AVADrlCsxRIKteReMtJh4DfDwI+AOoq1WEKhllzrj3T3eF+stxVryTNnc2sv6xlExpW83dEcsW8DWDT7WhOYSyRVLrAGLGU9iPxrkVkd4A14Ae7NegBezXkAx7zOAivACaMjDXAMrBLH+mLA+RlgDlgASkCR+LfhjvVtRFLmAufAddaDiBDH+Av4JP7n+w580Is0ifctYB/YMfsaQ65ZAirAIYMjDdAGns3n3gLTxLcFnSH7RSbKBe7MEsmbJ3qxht+x7ka6DpyOuE6HOPwt4DHVCUVS4OjJRMk7r1wtEsf6KAz8hjn2E+kw8EdFWuTPU6jFCslYA5co0mIRhVqskYh1Aagp0mILhVqsYmI9Hwb+WdaziKTlG1GQf7p5b1K3AAAAAElFTkSuQmCC) no-repeat center bottom / 3.62rem 0.14rem;
  padding-bottom: 0.35rem;
}
.jz-img-box .jz-cont-txt .jz-cont-txt-item-1 p {
  margin-top: 0 !important;
}
.jz-img-box .jz-cont-txt .jz-cont-txt-item p {
  text-align: center;
  margin: 0.12rem 0;
}
.jz-img-box .jz-cont-txt .jz-cont-txt-item .jz-cont-link-btn {
  margin: 0 auto;
  float: none;
  display: block;
}
.jz-img-box .jz-cont-txt p {
  color: #734949;
  font-size: 0.26rem;
  text-align: right;
}
.jz-img-box .jz-cont-txt .jz-cont-link-btn {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/jz-link-btn.png) no-repeat center / cover;
  width: 2.47rem;
  height: 0.64rem;
  line-height: 0.64rem;
  text-align: center;
  font-family: 'fzdbst';
  font-size: 0.32rem;
  color: #4c221d;
  margin-top: 0.3rem;
  float: right;
  text-decoration: none;
}
.jz-img-box:nth-child(2n + 1) {
  left: 2.93rem;
  transform: scaleX(-1);
}
.jz-img-box:nth-child(2n + 1) .jz-cont-txt {
  transform: scaleX(-1);
}
.jz-img-box:nth-child(2n + 1) .jz-cont-txt p {
  text-align: left;
}
.jz-img-box:nth-child(2n + 1) .jz-cont-txt .jz-cont-link-btn {
  float: left;
}
.area-box-3 {
  position: relative;
  padding-top: 0.5rem;
}
.fh-box {
  position: relative;
  left: 2.58rem;
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/fh-box.png) no-repeat center / cover;
  width: 16.06rem;
  height: 5.62rem;
  margin-bottom: 0.7rem;
  padding-top: 0.3rem;
  box-sizing: border-box;
}
.fh-box dl {
  font-size: 0.24rem;
  font-family: 'FZShengShiKaiShuS-B-GB';
  width: 8.4rem;
  margin-left: 0.72rem;
  margin-bottom: 0.2rem;
}
.fh-box dl dt {
  width: 3.57rem;
  height: 0.53rem;
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/s-tit-bg.png) no-repeat center / 3.57rem 0.53rem;
  margin: 0 auto 0.1rem;
  font-size: 0.34rem;
  color: #fff;
  line-height: 0.53rem;
  text-align: center;
}
.fh-box dl dd {
  margin-bottom: 0.05rem;
  position: relative;
  padding-left: 0.2rem;
}
.fh-box dl dd:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.12rem;
  width: 0.08rem;
  height: 0.08rem;
  background: #b74e50;
  transform: rotate(45deg);
}
.fh-box dl dd span {
  color: #ac4548;
}
.bangpai-box {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/bp-box.png) no-repeat center / cover;
  width: 19.19rem;
  height: 6.57rem;
  margin-top: -0.3rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.bangpai-box .ql-h {
  position: absolute;
  left: 1.4rem;
  top: -0.1rem;
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/bp-ql.png) no-repeat center / cover;
  width: 8.12rem;
  height: 6.08rem;
}
.bangpai-box .ql-h .bp-name {
  left: 5.9rem;
  top: 2.79rem;
}
.bangpai-box .ql-h .bp-ico {
  left: 5.81rem;
  top: 1.57rem;
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/ql-ico.png) no-repeat center / cover;
  width: 0.84rem;
  height: 0.84rem;
}
.bangpai-box .ql-h .bp-add-btn {
  left: 5.13rem;
  top: 5.35rem;
}
.bangpai-box .ql-h .bp-added-p {
  background: rgba(71, 25, 0, 0.5);
  left: 4.33rem;
  top: 5.35rem;
}
.bangpai-box .tf-h {
  position: absolute;
  right: 2.06rem;
  top: -0.45rem;
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/bp-tf.png) no-repeat center / cover;
  width: 7.5rem;
  height: 6.32rem;
}
.bangpai-box .tf-h .bp-name {
  left: 1.55rem;
  top: 3.16rem;
}
.bangpai-box .tf-h .bp-ico {
  left: 1.46rem;
  top: 1.94rem;
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/tm-ico.png) no-repeat center / cover;
  width: 0.83rem;
  height: 0.84rem;
}
.bangpai-box .tf-h .bp-add-btn {
  left: 0.8rem;
  top: 5.73rem;
}
.bangpai-box .tf-h .bp-added-p {
  background: rgba(40, 46, 68, 0.5);
  left: 0.05rem;
  top: 5.73rem;
}
.bangpai-box .bp-ico {
  background: #000;
  border-radius: 50%;
  position: absolute;
  text-indent: -999em;
  overflow: hidden;
}
.bangpai-box .bp-name {
  position: absolute;
  font-family: 'FZShengShiKaiShuS-B-GB';
  font-size: 0.56rem;
  width: 0.56rem;
  line-height: 1;
  color: #f9dfb9;
  text-shadow: 0.04rem 0.04rem 0.04rem rgba(0, 0, 0, 0.3);
}
.bangpai-box .bp-add-btn {
  position: absolute;
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/jz-link-btn.png) no-repeat center / 2.25rem 0.59rem;
  width: 2.25rem;
  height: 0.59rem;
  line-height: 0.59rem;
  font-family: 'fzdbst';
  color: #612b24;
  text-align: center;
  font-size: 0.3rem;
}
.bangpai-box .bp-added-p {
  position: absolute;
  width: 3.7rem;
  height: 0.57rem;
  line-height: 0.57rem;
  font-family: 'fzdbst';
  text-align: center;
  color: #fff;
  font-size: 0.3rem;
  -webkit-mask: linear-gradient(to right, rgba(0, 0, 0, 0) 10%, #000000, #000000, rgba(0, 0, 0, 0) 90%);
          mask: linear-gradient(to right, rgba(0, 0, 0, 0) 10%, #000000, #000000, rgba(0, 0, 0, 0) 90%);
}
.bangpai-box .bp-added-p:before,
.bangpai-box .bp-added-p:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background: #ffffff;
  height: 0.01rem;
}
.bangpai-box .bp-added-p:before {
  top: 0.04rem;
}
.bangpai-box .bp-added-p:after {
  bottom: 0.04rem;
}
.my-group-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.55rem;
}
.my-group-box .my-group-l {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/my-group-l.png) no-repeat center / cover;
  width: 10.12rem;
  height: 5.33rem;
  box-sizing: border-box;
  padding: 0.25rem;
}
.my-group-box .my-group-r {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/my-group-r.png) no-repeat center / cover;
  width: 3.48rem;
  height: 5.21rem;
  box-sizing: border-box;
  padding: 0.18rem 0;
}
.ranking-box {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/ranking-box.png) no-repeat center / cover;
  width: 13.44rem;
  height: 9.9rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0.45rem 0.6rem 0.95rem 0.4rem;
}
.ranking-box .ranking-cont {
  width: 6.1rem;
  height: 100%;
  box-sizing: border-box;
  padding: 0.2rem 0;
  position: relative;
}
.ranking-box .ranking-cont .my-group-tip {
  position: absolute;
  top: 0.35rem;
  left: 0.2rem;
  border-radius: 0.04rem;
  background-color: #596379;
  width: 0.63rem;
  height: 0.23rem;
  color: #fff;
  text-align: center;
  line-height: 0.23rem;
  font-size: 0.14rem;
  font-family: 'FZShengShiKaiShuS-B-GB';
}
.ranking-box .ranking-cont .ranking-update-stop {
  font-family: 'fzdbst';
  font-size: 0.2rem;
  font-weight: bold;
  background: linear-gradient(to right, #602d2e, #9d2532);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  right: 0.1rem;
  top: 0.35rem;
  letter-spacing: -0.02rem;
}
.sub-tit-wrap {
  text-align: center;
}
.sub-tit-box {
  font-family: 'FZShengShiKaiShuS-B-GB';
  font-size: 0.4rem;
  text-align: center;
  display: inline-block;
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/sub-tit-box.png) no-repeat left center / 11.51rem 0.56rem;
  height: 0.56rem;
  margin-bottom: 0.1rem;
  padding: 0 0 0 0.65rem;
  position: relative;
}
.sub-tit-box:after {
  content: '';
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/sub-tit-box.png) no-repeat right center / 11.51rem 0.56rem;
  position: absolute;
  right: -0.6rem;
  width: 0.6rem;
  height: 0.56rem;
  top: 0;
}
.sub-tit-box span {
  background: linear-gradient(to bottom, #f3c386, #f9dfb9);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.03rem;
}
.sub-tit-box-2 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAjYAAAA4CAMAAADZ/UJeAAAATlBMVEUAAAAvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWtQSlrRAAAAGnRSTlMAgCNxCHYSVUcXbHw6lmJeLWgOP08GMh2ulzo6jrwAAAJISURBVHja7d3bcoIwFEDRc7gFIQVRsPj/P1rtBJRJuQh9y15P6Th9y6hswlH+UCswqmUTq8AbKxucSo3cKs4EQcrikziRlidZ12g7rM6CQJ0LGbTayKpci86tjCBYJhenKzSXFZHqt1vFiSBYSRyJ860ayaIu1uvr3xCwt7eNq8adLHl9jplcELTceN93Z5y1zMavRAhccRYnK3Vc+y6p3obVSRC4U3oR56bj2ldrPaysIHi29reGz45bylYCSGXfPojsah5OycN4yFIvFi/l4ZsAD7fm/SKbPIw9sZg8jP+IxQl5GOuxOPHycEUexnIsrrQlD2NPLCYP42AsrtWQhzHjWsvAaD3Jwwl5GOuxOEnVkoexOxb7eTjj6Dl+XYrLTCz283CmlbJvIJKUZZnMxOJIy0keztTKlX0DkbiSOvZicamRn4ez55/sG4hUjYg01Z+x2Ix5uM3dDntqYkHYTNqJSJd+/er7L+deqRHT9/fpC7zb4Kl128b49xiMfw8z0yu7Bg9VMfsh5a7Eh5e4ksLsV+JX5fMuwOk2GCXp3AX407iQgmEBmOY+f5BAwc0F7Li5wK1MfH4rk4MT2MJODk5wTAs7jmlxKBRHJwgYjqDD4+dhHnjB8QdeJNKSx+sw4Z+Y4GFe/M/kx0ZbYjEW5swyqAQHB5Xw3As25+EXnrLDpjzMyEdsy8PZex5mwCwO5mHmleDzCSVMR8K2PMxPdeDz6Wv8MBCO5mFiMT7Ow0y1xt487LM6uPeKIPX35Z9Y5QedsaIW3w8smiMTOg4/ugAAAABJRU5ErkJggg==) no-repeat left center / 5.66rem 0.56rem;
  padding: 0 0 0 0.4rem;
}
.sub-tit-box-2 span {
  background: linear-gradient(to bottom, #3b5173, #506e9d);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sub-tit-box-2 span i {
  background: linear-gradient(to bottom, #b8353a, #d4454b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sub-tit-box-2:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAjYAAAA4CAMAAADZ/UJeAAAATlBMVEUAAAAvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWsvSWtQSlrRAAAAGnRSTlMAgCNxCHYSVUcXbHw6lmJeLWgOP08GMh2ulzo6jrwAAAJISURBVHja7d3bcoIwFEDRc7gFIQVRsPj/P1rtBJRJuQh9y15P6Th9y6hswlH+UCswqmUTq8AbKxucSo3cKs4EQcrikziRlidZ12g7rM6CQJ0LGbTayKpci86tjCBYJhenKzSXFZHqt1vFiSBYSRyJ860ayaIu1uvr3xCwt7eNq8adLHl9jplcELTceN93Z5y1zMavRAhccRYnK3Vc+y6p3obVSRC4U3oR56bj2ldrPaysIHi29reGz45bylYCSGXfPojsah5OycN4yFIvFi/l4ZsAD7fm/SKbPIw9sZg8jP+IxQl5GOuxOPHycEUexnIsrrQlD2NPLCYP42AsrtWQhzHjWsvAaD3Jwwl5GOuxOEnVkoexOxb7eTjj6Dl+XYrLTCz283CmlbJvIJKUZZnMxOJIy0keztTKlX0DkbiSOvZicamRn4ez55/sG4hUjYg01Z+x2Ix5uM3dDntqYkHYTNqJSJd+/er7L+deqRHT9/fpC7zb4Kl128b49xiMfw8z0yu7Bg9VMfsh5a7Eh5e4ksLsV+JX5fMuwOk2GCXp3AX407iQgmEBmOY+f5BAwc0F7Li5wK1MfH4rk4MT2MJODk5wTAs7jmlxKBRHJwgYjqDD4+dhHnjB8QdeJNKSx+sw4Z+Y4GFe/M/kx0ZbYjEW5swyqAQHB5Xw3As25+EXnrLDpjzMyEdsy8PZex5mwCwO5mHmleDzCSVMR8K2PMxPdeDz6Wv8MBCO5mFiMT7Ow0y1xt487LM6uPeKIPX35Z9Y5QedsaIW3w8smiMTOg4/ugAAAABJRU5ErkJggg==) no-repeat right center / 5.66rem 0.56rem;
  right: -0.4rem;
  width: 0.4rem;
}
.sub-tit-p {
  text-align: center;
  color: #c2cad8;
  font-size: 0.22rem;
  width: 13.2rem;
  margin: 0 auto;
}
.sub-tit-p-s {
  font-size: 0.2rem;
  margin-bottom: -0.1rem;
}
.sub-tit-p span {
  color: #eddbab;
}
.group-select-list {
  height: 0.36rem;
  border: 0.01rem solid #fff;
  background: #ccdae8;
  width: 3.4rem;
  color: #566076;
  margin-left: 3.12rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.18rem;
  box-sizing: border-box;
  padding: 0 0.02rem;
  margin-bottom: 0.1rem;
}
.group-select-list.hide {
  visibility: hidden;
  pointer-events: none;
}
.group-select-list &gt; p {
  color: #566076;
  text-align: center;
  flex: 1;
}
.group-select-list .group-select-item {
  position: relative;
  height: 0.3rem;
  line-height: 0.3rem;
  width: 2.5rem;
  background: #929eb0;
  text-align: center;
  color: #fff;
  text-align: left;
  padding-left: 0.1rem;
  box-sizing: border-box;
}
.group-select-list .group-select-item:after {
  content: '';
  position: absolute;
  right: 0.05rem;
  top: 0.1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.1rem 0.1rem 0;
  border-color: #566076 transparent transparent;
}
.s-tit-hd {
  text-align: center;
}
.s-tit-hd .s-tit-box {
  display: inline-block;
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/s-tit-bg.png) no-repeat center / 100% 0.57rem;
  height: 0.57rem;
  line-height: 0.57rem;
  font-family: 'FZShengShiKaiShuS-B-GB';
  color: #fff;
  text-align: center;
  font-size: 0.34rem;
  padding: 0 0.5rem;
  box-sizing: border-box;
  white-space: nowrap;
}
.s-tit-hd .s-tit-box-1 {
  width: 4.43rem;
}
.s-tit-hd .s-tit-box-2 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/s-tit-box-2.png) no-repeat center / 100% 0.61rem;
  width: 7.17rem;
  height: 0.61rem;
}
.no-group-text {
  font-family: 'FZShengShiKaiShuS-B-GB';
  font-size: 0.22rem;
  color: #576277;
  text-align: center;
}
.my-group-cont .no-group-text {
  margin: 0.8rem 0 1rem;
}
.my-group-box-inner {
  display: flex;
  height: 100%;
  justify-content: space-between;
  position: relative;
}
.my-group-box-inner .my-group-hot-box {
  position: absolute;
  right: 0.15rem;
  top: -0.45rem;
  height: 0.29rem;
  line-height: 0.29rem;
  padding-left: 0.06rem;
  color: #59413c;
  border-left: 0.03rem solid #59413c;
  background: #fff;
  font-size: 0.18rem;
  font-family: \5FAE\x8F6F\6B63\9ED1\4F53, \9ED1\4F53;
  padding-right: 0.4rem;
}
.my-group-box-inner .my-group-hot-box:after {
  content: '';
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/hot-ico.png) no-repeat center / cover;
  width: 0.22rem;
  height: 0.25rem;
  position: absolute;
  right: 0.08rem;
  top: 0.02rem;
}
.my-group-leader {
  width: 2.4rem;
  text-align: center;
  margin-left: 0.1rem;
}
.my-group-leader .my-info-box p {
  display: block;
  width: 100%;
  text-align: center;
}
.my-group-leader .share-code-box {
  line-height: 0.3rem;
  text-align: center;
  color: #383f53;
  font-size: 0.18rem;
  border-radius: 0.2rem;
  background: #bcbfd0;
  display: inline-block;
  margin: 0.05rem 0;
  line-height: 1.2;
  padding: 0.04rem 0;
}
.my-group-leader .quit-link {
  display: inline-block;
  color: #516f93;
  font-size: 0.24rem;
  text-align: center;
  font-family: \5FAE\x8F6F\6B63\9ED1\4F53, \9ED1\4F53;
  margin-top: 0.12rem;
  border-bottom: 0.02rem solid #516f93;
  cursor: pointer;
}
.my-group-leader .hot-num {
  font-size: 0.18rem;
  color: #ab4536;
}
.edit-ico {
  display: inline-block;
  vertical-align: -0.01rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAYAAADAQbwGAAABTElEQVQ4jaXUPUhbURiH8V8SUWhxEEfpIkgXO+hUKx3FQdBFEaT4AaLQoeIkSMHFDi5KxOKkqJOju4MOLkKomx/gEnByDIhQwThcA5dDEnOvfzjDfd5zHs6B976ZgdE5CdOGH/iL57CYTWrDBjZxhs/vFX7AIe7Qhwt8SytsxzX60Ytd3KIQ39SUQLiNT/iNEUzjBv/T3HACY7HvLxjGQ7ixEWEHtgJWwJ9qm98SZrAjapVKHjGJpzTCnxgM2DKuah2oJ+zCWsBOkK93g1rCHA7wMcZKmEE5jXAJXwP2C8V6slrCHqwE7Aj7b8mqCVtET22OsXvMNyKrJlxFd8DmX6WJhd+xGNT3RM9tOBVh6+vhXKxWxEISWVy4js4YL4tapJRGOITZgOdFTZw4WYwH7FL0e6VKVjR1K3nClGgAlNOsJpzjFP9wLJjASfMCEhhFGcU1ilwAAAAASUVORK5CYII=) no-repeat center / cover;
  width: 0.2rem;
  height: 0.22rem;
}
.copy-ico {
  display: inline-block;
  vertical-align: -0.01rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAS0lEQVQokWO0sA9mQAL/GYgELFjEGInQ95+JDE1wG4l2HrLBLOgCeACKBehOJRqMahwsGv8zMGBPq4QAI7k2MiDbSEp6ZWBgYGAAAP86BvNYdde4AAAAAElFTkSuQmCC) no-repeat center / cover;
  width: 0.14rem;
  height: 0.16rem;
}
.my-qq-groupid {
  margin-top: 0.25rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: left;
  color: #383f53;
  background: #fff;
  font-size: 0.18rem;
  border-radius: 0.15rem;
  position: relative;
  padding-right: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my-qq-groupid &gt; span {
  background: #455466;
  color: #fff;
  border-radius: 0.15rem;
  padding: 0 0.1rem;
  margin-right: 0.1rem;
}
.my-qq-groupid &gt; p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  text-align: center;
}
.my-qq-groupid &gt; p span {
  color: #909194;
}
.my-qq-groupid &gt; input {
  text-align: center;
  width: 100%;
  flex: 1;
}
.dialog-msg-txt .my-qq-groupid {
  width: 2.8rem;
  margin: 0.25rem auto;
}
.my-group-member-list {
  height: 3.88rem;
  width: 6.8rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.my-group-member-item {
  width: 20%;
  text-align: center;
  font-size: 0.18rem;
}
.my-group-member-item .hot-num {
  color: #ab4536;
  margin-top: 0.02rem;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.my-group-member-item p {
  line-height: 1.2;
  color: #383f53;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 0.4rem;
  margin-top: 0.05rem;
}
.my-group-member-item p span {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.my-group-member-img {
  width: 1.26rem;
  height: 1.25rem;
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/member-avatar.png) no-repeat center / cover;
  margin: 0 auto -0.1rem;
  position: relative;
}
.my-group-member-img img {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
  width: 0.86rem;
  height: 0.86rem;
}
.my-group-member-pager {
  text-align: center;
  font-size: 0.2rem;
}
.my-info-box {
  display: flex;
  align-content: center;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  height: 2.45rem;
}
.my-info-box &gt; p {
  font-size: 0.18rem;
}
.my-info-box &gt; p span {
  display: block;
}
.my-info-img-box {
  position: relative;
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/member-avatar.png) no-repeat center / cover;
  width: 1.93rem;
  height: 1.91rem;
  margin: 0 auto -0.05rem;
}
.my-info-img-box:after {
  content: '';
  position: absolute;
  left: 0;
  top: 20%;
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/leader-tip.png) no-repeat center / cover;
  width: 0.29rem;
  height: 0.7rem;
}
.my-info-img-box img {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  width: 1.3rem;
  height: 1.3rem;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.my-group-info-box .no-group-text {
  margin: 0.7rem 0 0.4rem;
}
.my-group-info-box .my-group-leader {
  width: 2.3rem;
}
.my-group-info-box .my-group-leader p {
  width: 100%;
  text-align: center;
}
.group-list-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.group-list-btn .group-list-btn-item {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/jz-link-btn.png) no-repeat center / 2.25rem 0.59rem;
  width: 2.25rem;
  height: 0.59rem;
  line-height: 0.59rem;
  font-family: 'fzdbst';
  color: #612b24;
  text-align: center;
  font-size: 0.3rem;
  margin: 0 0.75rem;
}
.my-group-info-box {
  width: 2.42rem;
  height: 3.5rem;
  margin: 0 auto;
  margin-top: 0.18rem;
}
.add-group-input-box &gt; p {
  color: #576277;
  margin: 0 0.15rem 0.05rem;
  font-size: 0.18rem;
  text-align: center;
}
.add-group-input {
  width: 2.1rem;
  height: 0.37rem;
  line-height: 0.37rem;
  border: 0.01rem solid #fff;
  background: #8392a4;
  margin: 0 auto 0.22rem;
}
.add-group-input input {
  width: 100%;
  text-align: center;
  height: 0.37rem;
  line-height: 0.37rem;
  background: transparent;
  color: #fff;
  font-size: 0.18rem;
}
.add-group-input input::-moz-placeholder {
  color: #fff;
}
.add-group-input input::placeholder {
  color: #fff;
}
.add-group-input-btn {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/jz-link-btn.png) no-repeat center / 100% 0.59rem;
  width: 2rem;
  height: 0.59rem;
  line-height: 0.59rem;
  font-family: 'fzdbst';
  color: #612b24;
  text-align: center;
  font-size: 0.3rem;
  margin: 0 auto;
}
.area-box-4 {
  padding-top: 1.7rem;
}
.bp-area-3-cont {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/bp-area-3-cont.png) no-repeat center / cover;
  width: 13.22rem;
  height: 4.88rem;
  margin: 0.1rem auto 0;
  position: relative;
}
.area-box-5 {
  padding-top: 2.4rem;
}
.game-event-wrap {
  position: relative;
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/game-event-box.jpg) no-repeat center bottom / 19.2rem 4.62rem;
  padding-bottom: 1rem;
  margin-bottom: 1.4rem;
}
.game-event-wrap:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.02rem;
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/game-event-info-pic.png) no-repeat center / cover;
  width: 8.33rem;
  height: 8.18rem;
}
.game-event-list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: -0.2rem;
  margin-left: 2.4rem;
}
.game-event-list .game-event-list-item {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/game-event-list-item.png) no-repeat center / cover;
  width: 1.88rem;
  height: 1.93rem;
  font-family: 'FZShengShiKaiShuS-B-GB';
  font-size: 0.34rem;
  color: #ffffff;
  padding: 0.55rem;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin: 0 0.15rem;
}
.game-event-list .game-event-list-item:before {
  content: '';
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/game-event-list-item-active.png) no-repeat center / cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}
.game-event-list .game-event-list-item:hover,
.game-event-list .game-event-list-item.active {
  color: #252332;
}
.game-event-list .game-event-list-item:hover:before,
.game-event-list .game-event-list-item.active:before {
  opacity: 1;
  transition: opacity 0.3s;
}
.game-event-list:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/game-event-list-line.png) no-repeat center / cover;
  width: 10.63rem;
  height: 0.08rem;
}
.game-event-cont {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/game-event-cont.png) no-repeat center / cover;
  width: 13.07rem;
  height: 5.49rem;
  margin: 0 auto;
  position: relative;
  left: 0.4rem;
  top: -0.2rem;
}
.game-event-cont &gt; div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.game-event-cont .game-event-cont-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 3.8rem;
  padding-right: 0.7rem;
  font-size: 0.24rem;
  font-family: 'FZShengShiKaiShuS-B-GB';
  height: 100%;
  box-sizing: border-box;
  padding-top: 0.4rem;
}
.game-event-cont .game-event-cont-item .s-tit-hd {
  margin-bottom: 0.15rem;
}
.game-event-cont .game-event-cont-item-2 &gt; p {
  font-size: 0.22rem;
}
.game-event-cont .game-event-cont-item h3 {
  position: relative;
  color: #b15255;
}
.game-event-cont .game-event-cont-item h3:before {
  content: '';
  position: absolute;
  left: -0.15rem;
  top: 50%;
  width: 0.08rem;
  height: 0.08rem;
  transform: translateY(-50%) rotate(45deg);
  background: #b15255;
  vertical-align: middle;
}
.game-event-cont .game-event-cont-item .bottom-p {
  position: absolute;
  left: 4.1rem;
  top: 100%;
  transform: translateY(0);
  font-family: 'FZShengShiKaiShuS-B-GB';
  font-size: 0.22rem;
  color: #fff;
  width: 8.25rem;
}
.game-event-cont .game-event-cont-bg-2 {
  position: absolute;
  top: 0;
  left: 0;
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/area-4-img-3.png) no-repeat center / cover;
  width: 13.07rem;
  height: 5.49rem;
}
.game-event-cont .game-event-cont-bg-3 {
  position: absolute;
  top: 0.28rem;
  left: 0;
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/area-4-img-4.png) no-repeat center / cover;
  width: 12.77rem;
  height: 4.96rem;
}
.area-pic-5-box {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/area-pic-5.png) no-repeat center / cover;
  width: 19.19rem;
  height: 7.84rem;
  margin: -0.15rem auto 0;
}
.area-box-6 {
  padding-top: 1.8rem;
}
.yy-progress-line {
  position: absolute;
  top: 0.55rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-mask-image: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/progress-line.png);
          mask-image: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/progress-line.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  width: 13.85rem;
  height: 0.05rem;
  margin: 0 auto;
  background: #858a93;
}
.yy-progress-line span {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-mask-image: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/progress-line.png);
          mask-image: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/progress-line.png);
  -webkit-mask-size: 13.85rem 0.05rem;
          mask-size: 13.85rem 0.05rem;
  width: 0;
  height: 0.05rem;
  background: #cf7f86;
  transition: width 0.3s;
}
.mt-20 {
  margin-top: 0.2rem;
}
.yy-progress-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 0.5rem;
  margin-top: 0.15rem;
}
.yy-progress-wrap .yy-progress-item {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/progress-item.png) no-repeat center / cover;
  width: 2.01rem;
  height: 6.39rem;
  margin: 0 0.43rem;
  box-sizing: border-box;
  padding-top: 0.7rem;
  position: relative;
}
.yy-progress-wrap .yy-progress-item:before {
  content: '';
  position: absolute;
  top: 0.64rem;
  left: 0.22rem;
  background: #fff;
  width: 1.56rem;
  height: 4.8rem;
  opacity: 0;
  transition: opacity 0.3s;
}
.yy-progress-wrap .yy-progress-item.disable .progress-num {
  background: #5e738e;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.yy-progress-wrap .yy-progress-item.disable:before {
  opacity: 1;
}
.yy-progress-wrap .yy-progress-item .progress-num {
  font-family: 'FZShengShiKaiShuS-B-GB';
  font-size: 0.38rem;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -0.5rem;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, #bf2e34, #e84f5b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.3s;
}
.yy-progress-wrap .yy-progress-item-award {
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.yy-progress-wrap .yy-progress-item-award-img {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/yy-progress-item-award-img.png) no-repeat center / cover;
  width: 1.44rem;
  height: 1.43rem;
  margin: 0 auto -0.15rem;
  text-indent: -999em;
  overflow: hidden;
  position: relative;
}
.yy-progress-wrap .yy-progress-item-award-img span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}
.yy-progress-wrap .yy-progress-item-award p {
  white-space: nowrap;
  text-align: center;
  font-family: 'FZShengShiKaiShuS-B-GB';
  color: #344559;
  font-size: 0.17rem;
  letter-spacing: -0.01rem;
}
.yy-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.yy-btn-wrap .ew-btn {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/ew-btn.png) no-repeat center / cover;
  width: 1.52rem;
  height: 1.52rem;
  margin-right: 0.45rem;
  text-indent: -999em;
  overflow: hidden;
  position: relative;
}
.yy-btn-wrap .ew-btn span {
  display: block;
  width: 0.64rem;
  height: 0.8rem;
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/s-icon.png) no-repeat center / cover;
  position: absolute;
  left: 55%;
  top: 40%;
  transform: translate(-50%, -50%);
}
.yy-btn-wrap .yy-btn {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/yy-btn.png) no-repeat center / cover;
  width: 3.65rem;
  height: 0.96rem;
  font-family: 'fzdbst';
  line-height: 0.96rem;
  font-size: 0.46rem;
  text-align: center;
  margin: 0 0.18rem;
}
.yy-btn-wrap .yy-btn.active,
.yy-btn-wrap .yy-btn.disabled {
  filter: grayscale(100%);
  pointer-events: none;
}
.yy-btn-wrap .bind-phone-btn {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/b-btn-bg.png) no-repeat center / cover;
  width: 4.96rem;
  height: 0.96rem;
}
.ycj-box {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/ycj-box-bg.png) no-repeat center / cover;
  width: 16.39rem;
  height: 5.46rem;
  font-family: 'FZShengShiKaiShuS-B-GB';
  font-size: 0.24rem;
  color: #383e4d;
  box-sizing: border-box;
  padding: 0.65rem 0 0 4.6rem;
}
.ycj-box p {
  width: 100%;
  text-align: center;
  margin-top: 0.1rem;
}
.ycj-box .ycj-award-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.3rem 0;
}
.ycj-box .ycj-award-list .ycj-award-item {
  position: relative;
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/ycj-award-item.png) no-repeat center / cover;
  width: 2.21rem;
  height: 2.25rem;
}
.ycj-box .ycj-award-list .ycj-award-item .ycj-award-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -60%);
  width: 1.4rem;
  height: 1.4rem;
}
.ycj-box .ycj-award-list .ycj-award-item .ycj-award-img span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ycj-box .ycj-award-list .ycj-award-item p {
  position: absolute;
  bottom: 0.38rem;
  left: 0.38rem;
  width: 1.7rem;
  height: 0.38rem;
  line-height: 0.38rem;
  font-family: 'FZShengShiKaiShuS-B-GB';
  font-size: 0.24rem;
  text-align: center;
  color: #383f53;
}
.area-box-7 {
  padding-top: 1.45rem;
}
.rule-box {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/rule-box-bg.png) no-repeat center / cover;
  width: 13.22rem;
  height: 4.88rem;
  margin: 0 auto;
  padding: 0.4rem 0.6rem;
  box-sizing: border-box;
  font-family: 'FZShengShiKaiShuS-B-GB';
  font-size: 0.22rem;
}
.rule-box .rule-list {
  padding-left: 0.2rem;
}
.rule-box .rule-list li {
  list-style: decimal;
  margin-bottom: 0.1rem;
}
.lazy-container {
  opacity: 0;
  transition: opacity 0.3s;
}
.lazy-container:not(.loaded),
.lazy-container:not(.loaded) * {
  background-image: none !important;
}
.lazy-container:not(.loaded) img {
  visibility: hidden;
}
.lazy-container.loaded {
  opacity: 1;
}
.dialog-cont {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/dialog-bg.png) no-repeat center / cover;
  width: 8.06rem;
  height: 4.88rem;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  padding: 0.45rem;
}
.dialog-cont-inner {
  position: relative;
  height: 3.32rem;
}
.msg-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 1.1rem;
}
.msg-cont .dialog-msg-txt {
  width: 100%;
  text-align: center;
  font-size: 0.26rem;
  color: #4d5772;
}
.msg-cont .dialog-msg-txt &gt; span {
  color: #b45b5e;
}
.msg-cont .msg-btn-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.4rem;
}
.dialog-msg-p {
  font-size: 0.26rem;
  color: #4d5772;
  text-align: center;
}
.dialog-msg-p &gt; span {
  color: #b45b5e;
}
.font-16 {
  font-size: 0.16rem;
}
.dialog-close {
  position: absolute;
  right: 0.5rem;
  top: 0.35rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAjCAMAAAAt8pNWAAAAdVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB5WX1YAAAAJ3RSTlMAvwi3BbOQiiYMmpSvY1MboCsQqqSFgHp1b15LR0A0LyMfEqyHWD3AXdlLAAAAw0lEQVQ4y3TKVw7CMBQEwF3bJIFgakLv7f5HJCsUYWHefA8QT7C5Cqjo7eKKxqEm/dkMZMTLm8WVJFvgyK7MkQsKZcCnDPISHgoOclCpfkNLslAwSlh9g+xVLkgo1AppGSdlrTBEaqJyTcNIwSqbPuTlPjWDPEkuu7IlOVvgnx1V+mAWr3CDJVIaBUut8S6kDm0AAGAQCHr2H5igkOebpgWeeeQdumOH+hfokY9YU/tib50PZ8w5ddbNi5kzt2bf/eEOKqFSDLPpzRGVAAAAAElFTkSuQmCC) no-repeat center / cover;
  width: 0.33rem;
  height: 0.35rem;
}
.dialog-cont-tit {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/dialog-hd-bg.png) no-repeat center / cover;
  width: 4.01rem;
  height: 0.66rem;
  margin: 0 auto;
  line-height: 0.66rem;
  text-align: center;
  font-family: 'FZShengShiKaiShuS-B-GB';
  color: #fff;
  font-size: 0.4rem;
}
.dialog-cont-tit.dialog-cont-tit-b {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/dialog-hd-2.png) no-repeat center / cover;
  width: 5.05rem;
  height: 0.66rem;
}
.msg-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.2rem 0;
}
.msg-btn {
  width: 1.92rem;
  height: 0.55rem;
  font-family: 'fzdbst';
  line-height: 0.55rem;
  text-align: center;
  font-size: 0.28rem;
  color: #562720;
  margin: 0 0.35rem;
}
.msg-btn-1 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/dialog-btn-1.png) no-repeat center / cover;
}
.msg-btn-2 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/dialog-btn-2.png) no-repeat center / cover;
}
.dialog-cont-inner {
  padding: 0.1rem 0;
}
.dialog-cont-inner &gt; p {
  font-size: 0.18rem;
  text-align: center;
}
.dialog-cont-inner &gt; p span {
  color: #a03836;
}
.dialog-cont-inner &gt; p.p-info {
  font-size: 0.16rem;
}
.font-18 {
  font-size: 0.18rem;
}
.yy-award-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.1rem 0 0.15rem;
}
.yy-award-item {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/ycj-award-item.png) no-repeat center / cover;
  width: 2.08rem;
  height: 2.13rem;
  position: relative;
  margin: 0 0.15rem;
}
.yy-award-item:nth-child(1) p {
  font-size: 0.19rem;
  letter-spacing: -0.01rem;
}
.yy-award-item span {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.9rem;
  height: 0.9rem;
  margin-left: 0.1rem;
}
.yy-award-item p {
  color: #383f53;
  font-size: 0.2rem;
  text-align: center;
  font-family: \5FAE\x8F6F\6B63\9ED1\4F53, \9ED1\4F53;
  position: absolute;
  bottom: 0.4rem;
  left: 0.35rem;
  right: 0.1rem;
  height: 0.32rem;
  line-height: 0.32rem;
  white-space: nowrap;
}
.input-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.15rem 0;
}
.input-box .input-label {
  width: 1rem;
  text-align: right;
  color: #b45b5e;
  font-size: 0.26rem;
  font-family: \5FAE\x8F6F\6B63\9ED1\4F53, \9ED1\4F53;
  margin-right: 0.1rem;
}
.input-box .input-box-inner {
  width: 3.6rem;
  height: 0.42rem;
  line-height: 0.42rem;
  font-size: 0.26rem;
  color: #000;
  border: 0.01rem solid #e9ecf3;
  background: #c6cbd4;
  padding: 0 0.1rem;
}
.input-box .input-box-inner.input-box-inner-s {
  width: 1.6rem;
}
.input-box .input-box-inner .input-box-input {
  background: transparent;
  font-size: 0.24rem;
  height: 0.42rem;
  line-height: 0.42rem;
  width: 100%;
}
.input-box .input-box-inner .input-box-input:focus {
  outline: none;
}
.input-box .input-box-btn {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/scode-btn.png) no-repeat center / cover;
  width: 1.85rem;
  height: 0.5rem;
  font-family: 'FZShengShiKaiShuS-B-GB';
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.24rem;
  margin-left: 0.14rem;
  color: #683322;
}
.input-box .input-box-btn.active {
  filter: grayscale(100%);
  pointer-events: none;
  cursor: not-allowed;
}
.ranking-list-no-data {
  text-align: center;
  font-size: 0.2rem;
  color: #4c5672;
  margin-top: 0.1rem;
}
.ranking-list-box {
  position: relative;
  margin: 0.1rem 0.1rem 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAkMAAAACBAMAAACpjMVIAAAAG1BMVEVYTkxYTkxYTkxYTkxYTkxYTkxYTkxYTkxYTkwsdXGPAAAACXRSTlMyJhUrHA0RIgmAx8slAAAAzklEQVQoz72QMQvCMBCFTyq4ekboHmpcGyK4Vj3NLqY4h7Z7MdpfIPRne43gIIKTfsu94+4dx4MLfCEha4zuBEudv41ChmjgEzOZUSaivDpXFjfnzvfGK+d806hGSqmWrzMIoxYxkDD6kgCMeZXX+3vpJdlgOx4+yUHHkuRRiRz+QfU1ou1OmxSnrNr07ae13ODHN1e+4ow268G/r50r4FByOQXlSXkbZF3Wx5cz4Yjajloh5gK5X3BEfR8jYioiiykNsphkaAYbosYI/J4HB/8uyDHji5EAAAAASUVORK5CYII=) repeat-x center top / 5.79rem 0.02rem;
  height: 7.05rem;
}
.ranking-list-box .my-team-info {
  position: absolute;
  bottom: 0.02rem;
  background: #596379;
  left: 0;
  right: 0;
}
.ranking-list-box .my-team-info .ranking-list-cell {
  color: #fff;
}
.ranking-list-box .my-team-info .my-team-text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.77rem;
  color: #fff;
  font-size: 0.16rem;
}
.ranking-list-tr,
.ranking-list-hd {
  width: 100%;
  color: #383f53;
  font-size: 0.18rem;
  text-align: center;
  min-height: 0.44rem;
  display: flex;
  align-items: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAkMAAAACBAMAAACpjMVIAAAAG1BMVEVYTkxYTkxYTkxYTkxYTkxYTkxYTkxYTkxYTkwsdXGPAAAACXRSTlMyJhUrHA0RIgmAx8slAAAAzklEQVQoz72QMQvCMBCFTyq4ekboHmpcGyK4Vj3NLqY4h7Z7MdpfIPRne43gIIKTfsu94+4dx4MLfCEha4zuBEudv41ChmjgEzOZUSaivDpXFjfnzvfGK+d806hGSqmWrzMIoxYxkDD6kgCMeZXX+3vpJdlgOx4+yUHHkuRRiRz+QfU1ou1OmxSnrNr07ae13ODHN1e+4ow268G/r50r4FByOQXlSXkbZF3Wx5cz4Yjajloh5gK5X3BEfR8jYioiiykNsphkaAYbosYI/J4HB/8uyDHji5EAAAAASUVORK5CYII=) repeat-x center bottom / 5.79rem 0.02rem;
}
.ranking-list-hd {
  color: #b74f3d;
}
.ranking-list-hd .ranking-list-cell:nth-child(1) {
  width: 0.4rem;
  padding-left: 0.8rem;
}
.ranking-list-hd .ranking-list-cell:nth-child(2) {
  width: 2.15rem;
}
.ranking-list-hd .ranking-list-cell:nth-child(3) {
  width: 0.8rem;
}
.ranking-list-hd .ranking-list-cell:nth-child(4) {
  width: 0.95rem;
}
.ranking-list-tr .ranking-list-cell:nth-child(1) {
  width: 0.4rem;
  padding-left: 0.8rem;
  position: relative;
}
.ranking-list-tr .ranking-list-cell:nth-child(1) .ranking-one-ico {
  border-radius: 0.04rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 0.77rem;
  height: 0.26rem;
  text-align: center;
  font-family: 'FZShengShiKaiShuS-B-GB';
  font-size: 0.18rem;
  line-height: 0.26rem;
}
.ranking-list-tr .ranking-list-cell:nth-child(1) .ranking-one-ico-1 {
  background-image: linear-gradient(120deg, rgba(92, 75, 64, 0.99608) 0%, #774d32 100%);
  color: #efe6bb;
}
.ranking-list-tr .ranking-list-cell:nth-child(1) .ranking-one-ico-2 {
  background-image: linear-gradient(120deg, rgba(62, 84, 106, 0.99608) 0%, #446687 100%);
  color: #fff;
}
.ranking-list-tr .ranking-list-cell:nth-child(2) {
  width: 2.15rem;
}
.ranking-list-tr .ranking-list-cell:nth-child(3) {
  width: 0.8rem;
}
.ranking-list-tr .ranking-list-cell:nth-child(4) {
  width: 0.95rem;
}
.ranking-list-tr .ranking-list-cell:nth-child(5) {
  width: 0.65rem;
}
.ranking-list-pager {
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.2rem;
  color: #4c5672;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ranking-list-pager span {
  margin: 0 0.1rem;
}
.ranking-list-pager-prev {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.075rem 0.08rem 0.075rem 0;
  border-color: transparent #4c5672 transparent transparent;
}
.ranking-list-pager-next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.075rem 0 0.075rem 0.08rem;
  border-color: transparent transparent transparent #4c5672;
}
.my-group-member-pager {
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-group-member-pager span {
  margin: 0 0.1rem;
}
.add-team-btn {
  width: 0.6rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  border-radius: 0.05rem;
  border: 0.01rem solid #383f53;
  transition: all 0.3s;
}
.add-team-btn:hover {
  color: #fff;
  background: #383f53;
}
.kv-box {
  height: 9.5rem;
}
.video-hd {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/video-hd.png) no-repeat center / cover;
  width: 14.11rem;
  height: 0.81rem;
  margin: 0 auto;
  text-indent: -999em;
  overflow: hidden;
}
.video-box {
  position: relative;
  width: 12.69rem;
  height: 6.41rem;
  margin: 0 auto;
}
.video-box:after {
  content: '';
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/video-box.png) no-repeat center / cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.video-box .video-inner-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/video-img.jpg) no-repeat center / cover;
  width: 12rem;
  height: 5.73rem;
  z-index: 1;
  box-sizing: border-box;
  padding: 0.15rem;
}
.video-box .video-inner-cont.active:after {
  opacity: 0;
}
.video-box .video-inner-cont:after {
  content: '';
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/video-play-ico.png) no-repeat center / cover;
  width: 1.22rem;
  height: 1.19rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 1;
  transition: opacity 0.3s;
}
.video-box .video-inner-cont iframe {
  width: 100%;
  height: 100%;
}
.directory-list {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.directory-list .go-top-btn {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/go-top.png) no-repeat center / cover;
  width: 0.61rem;
  height: 0.62rem;
  margin-bottom: 0.12rem;
  text-indent: -999em;
  overflow: hidden;
}
.directory-list .directory-item {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/directory-item-bg.png) no-repeat center / cover;
  width: 2.4rem;
  height: 0.67rem;
  line-height: 0.67rem;
  margin-bottom: 0.12rem;
  font-family: 'FZShengShiKaiShuS-B-GB';
  color: #fff;
  display: flex;
  font-size: 0.18rem;
  text-decoration: none;
}
.directory-list .directory-item span {
  width: 0.67rem;
  text-align: center;
}
.directory-list .directory-item p {
  margin-left: -0.04rem;
}
.directory-list .directory-item.active {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/directory-item-active.png) no-repeat center / cover;
  width: 2.4rem;
  height: 0.67rem;
  color: #9f6a34;
}
.directory-list .directory-item.active span {
  color: #fff;
}
.fixed-rule-btn {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/fixed-rule-btn.png) no-repeat center / cover;
  width: 0.97rem;
  height: 2.46rem;
  position: absolute;
  right: 0%;
  top: 19rem;
  transform: translateY(-50%);
  text-indent: -999em;
  overflow: hidden;
  z-index: 11;
}
.rule-dialog-cont {
  overflow-y: auto;
  height: 3rem;
}
.rule-dialog-cont::-webkit-scrollbar {
  width: 0.08rem;
}
.rule-dialog-cont::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 0.15rem;
}
.rule-dialog-cont::-webkit-scrollbar-thumb {
  background: #acacac;
  border-radius: 0.15rem;
}
.rule-dialog-cont ol {
  padding-left: 0.2rem;
  margin-left: 0.15rem;
}
.rule-dialog-cont li {
  font-size: 0.2rem;
  color: #383f53;
  line-height: 0.22rem;
  margin-bottom: 0.1rem;
  font-family: 'FZShengShiKaiShuS-B-GB';
  list-style: decimal;
}
.rule-dialog-cont li::marker {
  color: #b45b5e;
}
@media screen and (max-width: 1200px) {
  .fixed-rule-btn {
    right: 13%;
  }
  .directory-list {
    display: none;
  }
  .wrap {
    width: 100%;
    overflow-x: hidden;
  }
  body {
    width: 100%;
  }
}

.ico-1 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/ico/ico-1.png) no-repeat center / contain;
  width: 0.56rem;
  height: 0.57rem;
}
.ico-2 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/ico/ico-2.png) no-repeat center / contain;
  width: 0.6rem;
  height: 0.6rem;
}
.ico-3 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/ico/ico-3.png) no-repeat center / contain;
  width: 0.85rem;
  height: 0.89rem;
}
.ico-4 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/ico/ico-4.png) no-repeat center / contain;
  width: 0.62rem;
  height: 0.63rem;
}
.ico-5 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/ico/ico-5.png) no-repeat center / contain;
  width: 0.64rem;
  height: 0.46rem;
}
.ico-6 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/ico/ico-6.png) no-repeat center / contain;
  width: 0.62rem;
  height: 0.61rem;
}
.ico-7 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/ico/ico-7.png) no-repeat center / contain;
  width: 0.64rem;
  height: 0.64rem;
}
.ico-8 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/ico/ico-8.png) no-repeat center / contain;
  width: 0.67rem;
  height: 0.7rem;
}
.ico-9 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/ico/ico-9.png) no-repeat center / contain;
  width: 0.8rem;
  height: 0.74rem;
}
.ico-10 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/ico/ico-10.png) no-repeat center / contain;
  width: 0.95rem;
  height: 0.64rem;
}
.ico-11 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/ico/ico-11.png) no-repeat center / contain;
  width: 0.97rem;
  height: 0.86rem;
}
.ico-12 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/ico/ico-12.png) no-repeat center / contain;
  width: 0.52rem;
  height: 0.61rem;
}
.ico-13 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/ico/ico-13.png) no-repeat center / contain;
  width: 0.64rem;
  height: 0.64rem;
}
.ico-14 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/ico/ico-14.png) no-repeat center / contain;
  width: 0.75rem;
  height: 0.72rem;
}
.ico-15 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/ico/ico-15.png) no-repeat center / contain;
  width: 0.67rem;
  height: 0.7rem;
}
.ico-16 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/ico/ico-16.png) no-repeat center / contain;
  width: 0.62rem;
  height: 0.63rem;
}
.ico-17 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/ico/ico-17.png) no-repeat center / contain;
  width: 0.8rem;
  height: 0.92rem;
}
.ico-18 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/ico/ico-18.png) no-repeat center / contain;
  width: 0.89rem;
  height: 0.77rem;
}
.ico-19 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/ico/ico-19.png) no-repeat center / contain;
  width: 0.54rem;
  height: 0.64rem;
}
.ico-20 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/ico/ico-20.png) no-repeat center / contain;
  width: 1.78rem;
  height: 1.78rem;
}

.loading-wrap {
  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 {
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/loading-tip.png) no-repeat center / cover;
  width: 1.12rem;
  height: 0.72rem;
  text-indent: -9999em;
  overflow: hidden;
}

.v-pop-tooltip {
  position: absolute;
  display: block;
  background: url(//game.gtimg.cn/images/wuxia/act/a20250411fhjf/tips-bg.png) no-repeat center / cover;
  width: 2.62rem;
  height: 1.38rem;
  background-size: 100% 100%;
  padding: 0.12rem;
  box-sizing: border-box;
  font-size: 0.2rem;
  color: #fff;
  line-height: 1.4;
  z-index: 10000;
  pointer-events: none;
  word-break: break-all;
  text-align: left;
  transform: translateY(-0.4rem);
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  color: #000;
  font-family: 'FZShengShiKaiShuS-B-GB';
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.v-pop-tooltip.active {
  opacity: 1;
  transform: translateY(-0.2rem);
}

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