.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端登录相关样式
	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&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>div {
    height: 30px;
    width: 100%;
    /* background-color: #4fb7ec; */
    background-color: #fff;
    font-size: 18px
}

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

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

.qConnectLoginContent>div a:hover {
    color: #f57272
}

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

.qConnectLoginContent>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&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>div {
    height: 30px;
    width: 100%;
    background-color: none;
    font-size: 18px
}

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

div.wegameLoginIcon {
    display: none
}

.wegameLoginTitle>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>div span {
    color: white;
    display: inline-block;
    line-height: 30px;
    padding: 0px 5px
}

.wegameLoginContent>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>div a:hover {
    color: #f57272
}

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

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


.modal-wrap[data-v-b79da694] {
  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-b79da694] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.modal-cont[data-v-b79da694] {
  position: relative;
  width: 8.5rem;
  background: #fff;
  box-sizing: border-box;
  padding: 0.06rem;
  z-index: 10;
}
.modal-cont-inner[data-v-b79da694] {
  position: relative;
  border: 0.01rem solid #e0c885;
  width: 100%;
  z-index: 2;
}
.modal-cont .modal-border-ico[data-v-b79da694] {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  border: 0.01rem solid #fff;
  z-index: 1;
  background: #fff;
}
.modal-cont .modal-border-ico-l-t[data-v-b79da694] {
  top: 0;
  left: 0;
  border-radius: 0 0 0.1rem 0;
  border-bottom: 0.01rem solid #e0c885;
  border-right: 0.01rem solid #e0c885;
}
.modal-cont .modal-border-ico-l-b[data-v-b79da694] {
  left: 0;
  bottom: 0;
  border-radius: 0 0.1rem 0 0;
  border-top: 0.01rem solid #e0c885;
  border-right: 0.01rem solid #e0c885;
}
.modal-cont .modal-border-ico-r-b[data-v-b79da694] {
  right: 0;
  bottom: 0;
  border-radius: 0.1rem 0 0 0;
  border-top: 0.01rem solid #e0c885;
  border-left: 0.01rem solid #e0c885;
}
.modal-cont .modal-border-ico-r-t[data-v-b79da694] {
  top: 0;
  right: 0;
  border-radius: 0 0 0 0.1rem;
  border-bottom: 0.01rem solid #e0c885;
  border-left: 0.01rem solid #e0c885;
}
.modal-cont[data-v-b79da694]:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  border: 0.01rem solid rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) scale(0.5, 0.5);
  z-index: 0;
}
.modal-hd[data-v-b79da694] {
  position: relative;
  height: 0.82rem;
  line-height: 0.82rem;
  text-align: center;
  font-size: 0.45rem;
  font-family: 'FZBeiWeiKaiShu-S19S';
}
.modal-hd[data-v-b79da694]:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  border: 0.01rem solid #e8e8e8;
  transform: translate(-50%, -50%) scale(0.5, 0.5);
  z-index: 0;
}
.modal-hd span[data-v-b79da694] {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.modal-hd span[data-v-b79da694]:after,
.modal-hd span[data-v-b79da694]:before {
  content: '';
  position: absolute;
  top: 4.4vw;
  width: 2.1vw;
  height: 2.1vw;
}
.modal-hd span[data-v-b79da694]:before {
  left: -4vw;
}
.modal-hd span[data-v-b79da694]:after {
  right: -4vw;
}
.modal-bd[data-v-b79da694] {
  padding: 0.22rem;
}
.modal-footer[data-v-b79da694] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.45rem;
}
.modal-footer-disable .modal-btn[data-v-b79da694] {
  opacity: 0.6;
}
.modal-btn[data-v-b79da694] {
  background: #dcc072;
  font-size: 0.28rem;
  text-align: center;
  height: 0.7rem;
  line-height: 0.7rem;
  margin: 0 1.5vw;
  padding: 0 0.75rem;
  color: #fff;
  font-family: 'FZBeiWeiKaiShu-S19S';
}
.modal-btn[data-v-b79da694]:nth-child(2) {
  background: #eddfb8;
  color: #6d6550;
}
.msg-cont[data-v-b79da694] {
  font-size: 3.4vw;
  text-align: center;
}

.login-box[data-v-4a50e867] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  margin: 0 0.8rem;
  font-size: 0.2rem;
}
.login-qq[data-v-4a50e867],
.login-wx[data-v-4a50e867] {
  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: 0.1rem;
}
.login-wx[data-v-4a50e867] {
  background-position: -3.32rem 0.3rem;
}
.wx-login-tip[data-v-4a50e867] {
  font-size: 0.28rem;
  color: #d24233;
  font-family: 'h2';
  text-align: center;
}
.login-tip-p[data-v-4a50e867] {
  font-size: 0.14rem;
  text-align: center;
  margin-top: 0.2rem;
  color: #7a7a7a;
}

.role-selector-mobile-inline {
  width: 100%;
}
.role-selector-mobile-inline .box-slt-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.25rem;
  font-size: 0.24rem;
}
.role-selector-mobile-inline .box-slt-container-disable {
  opacity: 0.7;
}
.role-selector-mobile-inline .box-slt-container .label {
  display: block;
  width: 1rem;
  text-align: right;
  box-sizing: border-box;
  padding-right: 0.16rem;
  color: #202020;
}
.role-selector-mobile-inline .box-slt {
  position: relative;
  flex: 1;
  height: 0.55rem;
  line-height: 1;
  border: 0.01rem solid #e1c885;
  color: #202020;
  border-radius: 0.04rem;
  padding-left: 0.08rem;
  overflow: hidden;
}
.role-selector-mobile-inline .box-slt span {
  line-height: 0.55rem;
}
.role-selector-mobile-inline .box-slt .placeholder {
  color: #999999;
}
.role-selector-mobile-inline .box-slt:after {
  content: '';
  position: absolute;
  top: 0.22rem;
  right: 0.15rem;
  width: 0;
  height: 0;
  border-bottom: 0.08rem solid #d3583d;
  -webkit-transform: rotate(-45deg);
  border-left: 0.08rem solid transparent;
  box-shadow: 0.01rem 0.01rem 0 #d3583d;
  -webkit-box-shadow: 0.01rem 0.01rem 0 #d3583d;
  pointer-events: none;
}
.role-selector-mobile-inline .box-slt:first-child {
  border-top: 0;
}
.role-selector-mobile-inline .mobile-select-container .roleselector-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #333;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.role-selector-mobile-inline .mobile-select-container .roleselector-panel {
  position: fixed;
  z-index: 999;
  width: 100%;
  bottom: 0;
  left: 0;
  max-height: 75%;
  background: #fff;
  overflow: hidden;
}
.role-selector-mobile-inline .mobile-select-container .roleselector-panel .header {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  position: relative;
  border-bottom: 0.01rem solid #ddd;
  color: black;
  padding: 0 0.16rem;
  box-sizing: border-box;
  font-size: 0.24rem;
}
.role-selector-mobile-inline .mobile-select-container .roleselector-panel .header .close-btn {
  position: absolute;
  right: 0.16rem;
  color: #c1ddf1;
}
.role-selector-mobile-inline .mobile-select-container .roleselector-panel .content {
  width: 100%;
  height: 5rem;
  position: relative;
  overflow: auto;
  color: #000;
  box-sizing: border-box;
}
.role-selector-mobile-inline .mobile-select-container .roleselector-panel .content div {
  position: relative;
  padding-left: 0.16rem;
  width: 100%;
  font-size: 0.24rem;
  line-height: 0.76rem;
  border-bottom: 0.01rem solid #ededed;
  box-sizing: border-box;
}

.role-selector-mobile-pop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
.mask {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
}
.panel {
      background: #fff;
      position: absolute;
      bottom: 0;
      width: 100%;
      max-height: 75%;
      overflow: hidden;
.header {
        position: relative;
        width: 100%;
        height: 80px;
        line-height: 80px;
        border-bottom: 1px solid #ddd;
        color: black;
        display: flex;
        box-sizing: border-box;
        overflow: hidden;
.title-container {
          position: relative;
          width: 100%;
          overflow-x: scroll;
          margin-right: 16px;
          display: flex;
          z-index: 2;
div {
            height: 76px;
            margin-left: 16px;
}
.selected {
            border-bottom: 1px solid #2196f3;
}
}
.btn-cancel {
          position: absolute;
          right: 16px;
          top: 0;
          color: #108ee9;
          z-index: 5;
}
}
.content {
        width: 100%;
        height: 500px;
        overflow-y: scroll;
        color: #000;
.item {
          position: relative;
          padding-left: 16px;
          width: 100%;
          font-size: 24px;
          line-height: 80px;
          border-bottom: 1px solid #ededed;
          box-sizing: border-box;
          overflow: hidden;
}
.no-role-hint {
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #9c9c9c;
          border: none;
}
}
.rs-toaster {
        position: absolute;
        top: 50%;
        left: 50%;
        padding: 10px;
        background-color: #000;
        color: #fff;
        border-radius: 5px;
        transform: translate(-50%, -50%);
}
}
}
.input-item-box[data-v-b93cf790] {
  display: flex;
  margin-bottom: 0.35rem;
}
.input-label[data-v-b93cf790] {
  width: 1.9rem;
  font-size: 0.28rem;
  color: #765b29;
  font-weight: bold;
  text-align: right;
  margin-right: 0.1rem;
}
.input-box[data-v-b93cf790] {
  border: 0.01rem solid #d2b378;
  background: #e7dcc9;
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.28rem;
  color: #765b29;
  width: 3.6rem;
}
.inp-txt[data-v-b93cf790] {
  background: transparent;
  border: 0;
  height: 0.45rem;
  line-height: 0.45rem;
  padding: 0 0.1rem;
  width: 100%;
  box-sizing: border-box;
}
.input-tarea-box[data-v-b93cf790] {
  border: 0.01rem solid #d2b378;
  background: #e7dcc9;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.28rem;
  color: #765b29;
  width: 3.6rem;
}
.inp-textarea[data-v-b93cf790] {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  font-size: 0.28rem;
  padding: 0.1rem;
  box-sizing: border-box;
}
.pip-info[data-v-b93cf790] {
  position: relative;
  display: flex;
  margin-bottom: 0.4rem;
  z-index: 10;
  font-size: 0.24rem;
}
.pip-info .pip-checkbox[data-v-b93cf790] {
  margin: 0.05rem 0.1rem 0 0;
  vertical-align: middle;
}

.rule-list span[data-v-12be958a] {
  color: #f00;
}
.sub-rule-list[data-v-12be958a] {
  margin-left: 1em;
}

.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;
  transform: translate3d(0, 0, 0);
}
.dialog-mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.msdk-share-dialog[data-v-6fe0ff5c] {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}
.msdk-share-mask[data-v-6fe0ff5c] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.shareBar[data-v-6fe0ff5c] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.7rem;
  z-index: 10;
  background: #dbdbdb;
  border-radius: 0.4rem 0.4rem 0 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transform: translate3d(0, 0, 0);
  z-index: 9999;
}
.shareItem[data-v-6fe0ff5c] {
  width: 1.8rem;
  height: 2.4rem;
  text-align: center;
  font-size: 0.28rem;
  color: #000;
  line-height: 0.6rem;
}
.shareItem .icon[data-v-6fe0ff5c] {
  width: 1.16rem;
  height: 1.16rem;
  margin: 0.5rem auto 0;
  border-radius: 50%;
  background: #fff;
}
.shareItem .icon i[data-v-6fe0ff5c] {
  display: block;
  width: 100%;
  height: 100%;
}
.shareItem .icon .icon_wx[data-v-6fe0ff5c] {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/msdkshare/wx.png) no-repeat 50% 50% / 0.67rem auto;
}
.shareItem .icon .icon_wxtl[data-v-6fe0ff5c] {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/msdkshare/wxtl.png) no-repeat 50% 50% / 0.55rem auto;
}
.shareItem .icon .icon_qq[data-v-6fe0ff5c] {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/msdkshare/qq.png) no-repeat 50% 50% / 0.5rem auto;
}
.shareItem .icon .icon_qqtl[data-v-6fe0ff5c] {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/msdkshare/q-zone.png) no-repeat 50% 50% / 0.59rem auto;
}
.dialog-msg-close[data-v-6fe0ff5c] {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  margin-left: -0.32rem;
  width: 0.8rem;
  height: 0.8rem;
  z-index: 200;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAYAAABXuSs3AAABRklEQVRogdXawQ6DIAwG4GYXE99uD+DDbL6THvZkO/07KIsS2KAt1DbhQgr5JJpAkQBQ1CYAQ6Lfqg276dQfJ83YYrkIftgtAPDMwQM6hDX+iA7xxefQ1vgUOsQc4FMmwQr/Cx1iConrRfAl6AXAcBxgjS9GA+eP0xJfhY7hVvhqdAreG89C5+C98Gz0L3hrvAj9D94KL0aXwLXxKuhSuBZeDV0Dl+JV0bVwLl4dzYHX4pugufCaVWyClsBL8U3QUrgEL94ySOEcvMo+RwNeg1fbWd6oX6xEdCeit8psnVZb/QDiEi2Fm6ElcA30CODBfTAuWrpTHAG8CnNV4Nro0jEieCs0C98TTdjeaekcxXCXRzeXh2WX5QmXBSGXJTiXRU+XZWaXhf0roKvxBMeXVwSn14U5vIsL2hhvjU7hs1fiobn4CeED49SSTOEz00IAAAAASUVORK5CYII=) no-repeat center / cover;
}

/* 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 & for UI fix */
/*-----------------------------------------------------*/
/* 1px解决方案 2倍屏 */
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ac-bd:after,
  .ac-txt:after {
    width: 200%;
    height: 200%;
    transform: scale(0.5);
    border-color: rgba(0, 0, 0, 0.1);
  }
}
/* 1px解决方案 3倍屏 */
@media screen and (-webkit-min-device-pixel-ratio: 3) {
  .ac-bd:after,
  .ac-txt:after {
    width: 300%;
    height: 300%;
    transform: scale(0.333333);
    border-color: rgba(0, 0, 0, 0.13);
  }
}
/* Position */
.ac-fl {
  float: left;
}
.ac-fr {
  float: right;
}
.ac-pr {
  position: relative;
}
.ac-pa {
  position: absolute;
}
.ac-prafll {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ac-fix {
  position: fixed;
}
.ac-fixfll {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ac-bgfll {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
/* Align */
/* absolute 自身 左右居中 */
.ac-hc {
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
}
/* absolute 自身 上下居中 */
.ac-vc {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
}
/* absolute 自身 绝对居中 */
.ac-cc {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* flex 内容多行居中排版，需要定高 */
.ac-fvc {
  display: flex;
  justify-content: center;
  flex-direction: column;
  -webkit-box-pack: center;
}
.ac-flvc {
  display: flex;
  align-content: center;
  align-items: center;
}
.ac-fcc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ac-fbvc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ac-flex11 {
  flex: 1 1 auto;
}
.ac-flex01 {
  flex: 0 1 auto;
}
.ac-flex00 {
  flex: 0 0 auto;
}
.ac-mgt5 {
  margin-top: 5px;
}
.ac-mgt10 {
  margin-top: 10px;
}
.ac-mgt15 {
  margin-top: 15px;
}
.ac-mgt20 {
  margin-top: 20px;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: 'HanHei SC', 'PingFang SC', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #333;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
body {
  box-sizing: border-box;
}
html,
body,
img,
iframe,
button,
input {
  border: 0;
}
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
p,
input,
header,
menu,
section,
figure,
figcaption,
article,
blockquote {
  padding: 0;
  margin: 0;
}
textarea,
select,
input,
button {
  font-size: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
em,
i {
  font-style: normal;
  text-align: left;
}
li,
i {
  list-style: none;
}
textarea {
  resize: none;
  overflow: auto;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* Text */
.ac-thide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.ac-thide2,
.ac-thide3,
.ac-thide4 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.ac-thide3 {
  -webkit-line-clamp: 3;
}
.ac-thide4 {
  -webkit-line-clamp: 4;
}
.ac-pre {
  word-wrap: break-word;
  word-break: break-all;
}
.ac-nw {
  white-space: nowrap;
}
.ac-tid {
  text-indent: -9999px;
}
.ac-tc {
  text-align: center;
}
.ac-tl {
  text-align: left;
}
.ac-tr {
  text-align: right;
}
/* Grid for Web */
@media screen and (min-width: 600px) {
  .ac-g-web {
    width: 600px;
    margin: 0 auto;
  }
  .ac-g-web-sep {
    width: 100%;
  }
  .ac-g-web-sep .ac-g-main {
    width: 600px;
    margin: 0 auto;
  }
  .ac-g-main-cnt {
    height: auto;
  }
}

@font-face {
  font-family: 'fzcs';
  src: url(//game.gtimg.cn/images/ty/act/a20241028zhg/fzcs.ttf);
}
[type='btn'] {
  transition: filter 0.2s ease-in;
  cursor: pointer;
}
[type='btn']:hover {
  filter: brightness(1.1);
}
.page-wrap {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/bg.jpg) no-repeat center / cover;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.page-cont {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/cont-bg.png) no-repeat center / 100% 9.31rem;
  width: 100%;
  height: 9.31rem;
}
.stage-body {
  transform-origin: 0 0;
}
#afooter {
  display: none;
}
.inner-cont {
  position: relative;
  width: 19.2rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: start;
  align-items: start;
}
.page-tit {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/page-tit.png) no-repeat center / cover;
  width: 2.31rem;
  height: 9.18rem;
  margin-left: 1.3rem;
  margin-right: 0.5rem;
  position: relative;
  top: 0.2rem;
}
.page-tit > span {
  display: none;
}
.page-tit-btn {
  position: absolute;
  left: 0.86rem;
  bottom: 1.6rem;
  font-size: 0;
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/slogan-btn.png) no-repeat center / cover;
  width: 0.62rem;
  height: 1.97rem;
}
.page-tit-btn .speak-tip-1 {
  position: absolute;
  left: -2.31rem;
  top: 0;
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/tip-txt-1.png) no-repeat center / cover;
  width: 2.31rem;
  height: 0.95rem;
  font-size: 0.28rem;
  font-family: 'FZBeiWeiKaiShu-S19S';
  text-align: center;
  padding-top: 0.08rem;
  line-height: 1.2;
  box-sizing: border-box;
}
.page-tit-btn .speak-tip-1 > span {
  color: #e1530f;
}
.area-cont-box {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/area-cont-bg.png) no-repeat center / cover;
  width: 6.7rem;
  height: 10.15rem;
  box-sizing: border-box;
  padding: 0.35rem 0.4rem 0;
  transform: rotate(-1deg) translate(0, -0.4rem);
  margin-right: 0.5rem;
}
.area-hd {
  vertical-align: middle;
  font-size: 0.46rem;
  text-align: center;
  font-family: 'fzcs';
  background: #64250f;
  background: linear-gradient(to bottom, #5c220e 20%, #9a3917 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: -0.05rem;
}
.area-sub-tit {
  position: relative;
  font-family: 'FZBeiWeiKaiShu-S19S';
  font-size: 0.28rem;
  color: #453227;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  margin: 0.1rem 0;
}
.area-sub-tit:before {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 20%, #000000 80%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 20%, #000000 80%, rgba(0, 0, 0, 0) 100%);
  border-width: 0.01rem 0;
  border-style: solid;
  border-color: #aca6a0;
}
.area-sub-tit p {
  position: relative;
  z-index: 10;
}
.area-sub-tit span {
  color: #e1530f;
}
.area-sub-tit .rule-btn {
  position: absolute;
  right: 0.6rem;
  top: 0.01rem;
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/rule-tip-ico.png) no-repeat center / cover;
  width: 0.36rem;
  height: 0.36rem;
  text-indent: -999em;
  overflow: hidden;
  z-index: 10;
}
.team-list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0 -0.14rem 0;
  position: relative;
  left: 0.12rem;
}
.team-list-item {
  position: relative;
  font-size: 0.22rem;
  font-family: 'FZBeiWeiKaiShu-S19S';
  text-align: center;
  margin: 0 0.28rem 0.08rem;
  width: 1.42rem;
  padding-bottom: 0.32rem;
}
.team-list-item > p {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  white-space: nowrap;
}
.team-user-img {
  position: relative;
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/team-user-img.png) no-repeat center / cover;
  width: 1.42rem;
  height: 1.36rem;
  margin: 0 auto;
}
.team-user-img > div {
  font-size: 0.5rem;
  font-weight: bold;
  line-height: 1.36rem;
  text-align: center;
  margin-left: 0.05rem;
}
.team-user-img img {
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  transform: translate(-45%, -50%);
  overflow: hidden;
  top: 50%;
  left: 50%;
}
.team-list-btn-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0.1rem;
}
.team-list-btn-box > div {
  position: relative;
  text-align: center;
  font-family: 'FZBeiWeiKaiShu-S19S';
  line-height: 0.77rem;
  font-size: 0.38rem;
}
.team-list-btn-box > div.btn-gray {
  filter: grayscale(0.8);
}
.team-list-btn-box .speak-tip-2 {
  position: absolute;
  top: -0.7rem;
  left: -1.2rem;
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/tip-txt-2.png) no-repeat center / cover;
  width: 2.27rem;
  height: 0.95rem;
  font-size: 0.28rem;
  text-align: center;
  box-sizing: border-box;
  padding-top: 0.08rem;
  line-height: 1.2;
}
.team-list-btn-box .speak-tip-2 > span {
  color: #e1530f;
}
.lottery-list-btn {
  text-align: center;
  font-family: 'FZBeiWeiKaiShu-S19S';
  line-height: 0.77rem;
  font-size: 0.38rem;
}
.btn-1 {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/btn-1.png) no-repeat center / cover;
  width: 2.83rem;
  height: 0.77rem;
}
.btn-2 {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/btn-2.png) no-repeat center / cover;
  width: 2.83rem;
  height: 0.77rem;
}
.step-award-box {
  border-top: 0.01rem solid #c9beb7;
  padding-top: 0.1rem;
}
.step-award-box > p {
  font-family: 'FZBeiWeiKaiShu-S19S';
  font-size: 0.28rem;
  color: #453227;
  text-align: center;
}
.step-award-list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.step-award-item {
  position: relative;
  width: 1.25rem;
  margin: 0 0.14rem;
}
.step-award-item:hover .step-award-tit {
  opacity: 1;
  transform: translate(-50%, 0);
}
.step-award-item.can p {
  background-color: #c65739;
}
.step-award-item.can p span {
  display: none;
}
.step-award-item.can p:after {
  content: '待领取';
}
.step-award-item.active p {
  background-color: #d58872;
}
.step-award-item.active p span {
  display: none;
}
.step-award-item.active p:after {
  content: '已领取';
}
.step-award-item p {
  font-family: 'FZBeiWeiKaiShu-S19S';
  border-width: 0.01rem;
  background-color: #d58872;
  border-color: #f7d574;
  border-style: solid;
  width: 1.25rem;
  height: 0.36rem;
  line-height: 0.36rem;
  border-radius: 0.18rem;
  text-align: center;
  color: #fff;
  font-size: 0.28rem;
}
.step-award-img {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/step-award-img.png) no-repeat center / cover;
  width: 1.17rem;
  height: 1.24rem;
  margin: 0 auto 0.06rem;
  position: relative;
}
.step-award-img:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.step-award-img-1:after {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/step-ico-1.png) no-repeat center / contain;
  width: 1.08rem;
  height: 1.08rem;
}
.step-award-img-2:after {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/step-ico-2.png) no-repeat center / contain;
  width: 1.08rem;
  height: 1.08rem;
}
.step-award-img-3:after {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/step-ico-3.png) no-repeat center / contain;
  width: 1.26rem;
  height: 0.87rem;
}
.step-award-img-4:after {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/step-ico-4.png) no-repeat center / contain;
  width: 1.08rem;
  height: 1.08rem;
}
.step-award-tit {
  background: rgba(0, 0, 0, 0.8);
  padding: 0 0.05rem;
  border-radius: 0.08rem;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.16rem;
  color: #fff;
  font-family: 'FZBeiWeiKaiShu-S19S';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0.1rem);
  white-space: nowrap;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.step-award-progress {
  position: relative;
  top: -0.26rem;
  width: 5.2rem;
  height: 0.14rem;
  background: #40180e;
  margin: 0 auto;
}
.step-award-progress span {
  position: absolute;
  top: 0;
  height: 100%;
  width: 0%;
  background: #da520c;
}
.lottery-tit {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/lottery-tit.png) no-repeat center / cover;
  width: 4.79rem;
  height: 0.66rem;
  margin: 0 auto;
  line-height: 0.66rem;
  font-family: 'fzcs';
  font-size: 0.46rem;
  text-align: center;
}
.lottery-tit p {
  background: linear-gradient(to bottom, #5c220e 40%, #a13c18 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lottery-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 6.5rem;
}
.lottery-item {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/lottery-item.png) no-repeat center / cover;
  width: 2.03rem;
  height: 2.08rem;
  margin-bottom: 0.15rem;
}
.lottery-item-ico {
  position: relative;
  width: 2.03rem;
  height: 1.55rem;
}
.lottery-item-ico:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lottery-item-tit {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.53rem;
  text-align: center;
  font-family: 'FZBeiWeiKaiShu-S19S';
  color: #483a29;
  font-size: 0.22rem;
  letter-spacing: -0.02rem;
  white-space: nowrap;
}
.ico-1:after {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/ico-1.png) no-repeat center / cover;
  width: 1.23rem;
  height: 1.28rem;
}
.ico-2:after {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/ico-2.png) no-repeat center / cover;
  width: 0.98rem;
  height: 1.23rem;
}
.ico-3:after {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/ico-3.png) no-repeat center / cover;
  width: 1.55rem;
  height: 0.85rem;
}
.ico-4:after {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/ico-4.png) no-repeat center / cover;
  width: 0.92rem;
  height: 1.32rem;
}
.ico-5:after {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/ico-5.png) no-repeat center / cover;
  width: 1.71rem;
  height: 1.08rem;
}
.ico-6:after {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/ico-6.png) no-repeat center / cover;
  width: 1.56rem;
  height: 1.46rem;
}
.ico-7:after {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/ico-7.png) no-repeat center / cover;
  width: 1.11rem;
  height: 1.05rem;
}
.ico-8:after {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/ico-8.png) no-repeat center / cover;
  width: 1.17rem;
  height: 0.87rem;
}
.ico-9:after {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/ico-9.png) no-repeat center / cover;
  width: 0.78rem;
  height: 0.86rem;
}
.lottery-btn-wrap {
  text-align: center;
}
.lottery-btn-wrap > p {
  font-family: 'FZBeiWeiKaiShu-S19S';
  font-size: 0.26rem;
  text-align: center;
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 0.4rem;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 20%, #000000 80%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 20%, #000000 80%, rgba(0, 0, 0, 0) 100%);
}
.lottery-btn-wrap > p span {
  color: #d14d11;
}
.lottery-btn-wrap .lottery-list-btn {
  margin: 0.15rem auto 0;
}
.countdown-box {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  width: 0.73rem;
  box-sizing: border-box;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.countdown-box:before {
  content: '';
  display: block;
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/countdown-p-t.png) no-repeat center / cover;
  width: 0.73rem;
  height: 1.1rem;
}
.countdown-box:after {
  content: '';
  display: block;
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/countdown-p-b.png) no-repeat center / cover;
  width: 0.73rem;
  height: 0.86rem;
}
.countdown-box > div {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/countdown-p-m.png) repeat-y center / 0.73rem 0.25rem;
  width: 0.73rem;
  padding: 0.1rem 0;
  text-align: center;
  writing-mode: vertical-lr;
  white-space: nowrap;
  letter-spacing: -0.02rem;
  display: flex;
  align-items: center;
}
.countdown-box p {
  font-family: 'FZBeiWeiKaiShu-S19S';
  font-size: 0.3rem;
  text-align: center;
  width: 0.4rem;
  margin: 0 auto;
  position: relative;
  left: 0.05rem;
  line-height: 1;
}
.countdown-box p span {
  color: #e1530f;
  writing-mode: horizontal-tb;
}
.countdown-box .bind-txt {
  margin-bottom: 0.05rem;
}
.countdown-box .bind-btn {
  font-size: 0.28rem;
}
.countdown-box .bind-btn span {
  color: #000;
  writing-mode: vertical-lr;
}
.countdown-box .bind-btn span.change-bind-txt {
  padding-top: 0.1rem;
  color: #e1530f;
  padding-bottom: 0.04rem;
  border-bottom: 0.02rem solid #e1530f;
}
.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: 100;
}
.dialog-mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.lottery-res-dialog {
  position: relative;
  z-index: 100;
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/res-dialog-bg.png) no-repeat center / cover;
  width: 23.6rem;
  height: 8.33rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.award-ico {
  position: relative;
  width: 1.3rem;
  height: 1.3rem;
  border: 0.01rem solid #9d917c;
  border-radius: 0.05rem;
  box-sizing: border-box;
  padding: 0.04rem;
  background: #edda9b;
  margin: 0 auto;
}
.award-ico:before {
  content: '';
  display: block;
  background: linear-gradient(to bottom, #885e39, #b9965e);
  width: 1.2rem;
  height: 1.2rem;
  box-sizing: border-box;
  border-radius: 0.05rem;
}
.award-ico:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
}
.award-tit {
  font-family: 'FZBeiWeiKaiShu-S19S';
  font-size: 0.3rem;
  margin-top: 0.3rem;
  text-align: center;
  color: #000;
}
.dialog-cont-record {
  position: relative;
  z-index: 10;
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/record-dialog-bg.png) no-repeat center / cover;
  width: 11.88rem;
  height: 8.99rem;
  box-sizing: border-box;
  padding: 0.55rem 1.3rem 1.3rem 1.3rem;
}
.dialog-cont-record .dialog-hd {
  font-family: 'fzcs';
  font-size: 0.38rem;
  color: #232321;
  text-align: center;
  padding: 0.3rem 0 0.15rem;
}
.dialog-close {
  position: absolute;
  top: 0.2rem;
  right: 0.9rem;
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/dialog-close.png) no-repeat center / cover;
  width: 0.59rem;
  height: 0.59rem;
  z-index: 50;
}
.page-close-btn {
  position: absolute;
  top: 0.2rem;
  right: 0.9rem;
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/dialog-close.png) no-repeat center / cover;
  width: 0.59rem;
  height: 0.59rem;
  z-index: 50;
  text-indent: -999em;
  overflow: hidden;
}
.table-info {
  margin-top: 0.2rem;
  font-family: 'FZBeiWeiKaiShu-S19S';
  text-align: center;
  color: #000;
  font-size: 0.32rem;
  display: block;
}
.record-list-cont-wrap {
  overflow-y: auto;
  width: 100%;
  max-height: 4.8rem;
}
.record-list-table {
  margin: 0 0.15rem;
  box-sizing: border-box;
  border: 0.01rem solid #7d4a1c;
}
.record-list-hd {
  height: 0.52rem;
  line-height: 0.52rem;
  background: #fbc887;
}
.record-list-hd,
.record-list-item {
  width: 100%;
  color: #8d5e33;
  font-size: 0.32rem;
  font-family: 'FZBeiWeiKaiShu-S19S';
  text-align: center;
  display: flex;
  align-items: center;
  min-height: 0.52rem;
}
.record-list-hd {
  width: 100%;
  line-height: 0.58rem;
  border-bottom: 0.01rem solid #7d4a1c;
}
.record-list-hd .record-list-cell-item {
  font-size: 0.32rem;
}
.record-list-cell-item {
  width: 33%;
  line-height: 1.5;
  height: auto;
  flex: auto;
}
.record-list-cell-item:last-child,
.record-list-cell-item:first-child {
  width: 20%;
}
.record-list-item {
  border-bottom: 0.01rem solid #7d4a1c;
}
.record-pager {
  font-family: 'FZBeiWeiKaiShu-S19S';
  text-align: center;
  color: #000;
  font-size: 0.22rem;
  margin-top: 0.15rem;
}
.record-pager .record-page-btn {
  display: inline-block;
  margin: 0 0.2rem;
}
.dialog-cont-address:before {
  content: '';
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/dialog-address-zs-ico.png) no-repeat center / cover;
  width: 10.24rem;
  height: 1.65rem;
}
.dialog-cont-address .dialog-bd {
  position: relative;
  z-index: 5;
}
.input-item-box {
  display: flex;
  margin: 0.2rem 0 0.3rem;
  align-items: center;
}
.input-label {
  width: 2rem;
  font-size: 0.32rem;
  color: #765b29;
  font-weight: bold;
  text-align: right;
  margin-right: 0.2rem;
  font-family: 'FZBeiWeiKaiShu-S19S';
  margin-left: 0.7rem;
}
.input-box {
  border: 0.01rem solid #d2b378;
  background: #e4cfb1;
  height: 0.65rem;
  line-height: 0.65rem;
  font-size: 0.24rem;
  color: #765b29;
  width: 5.5rem;
  border-radius: 0.05rem;
}
.inp-txt {
  background: transparent;
  border: 0;
  height: 0.65rem;
  line-height: 0.65rem;
  padding: 0 0.1rem;
  width: 100%;
  font-size: 0.24rem;
  box-sizing: border-box;
}
.input-tarea-box {
  border: 0.01rem solid #d2b378;
  background: #e4cfb1;
  height: 1.65rem;
  line-height: 1.2rem;
  font-size: 0.24rem;
  color: #765b29;
  width: 5.5rem;
}
.inp-textarea {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  font-size: 0.24rem;
  padding: 0.1rem;
  box-sizing: border-box;
  display: block;
}
.input-box-2 .distpicker-address-wrapper select {
  font-size: 0.24rem;
  height: 0.65rem;
  line-height: 0.65rem;
  padding: 0;
  width: 1.8rem;
  background: #e7dcc9;
  text-align: center;
  border-radius: 0.05rem;
}
.address-submit-btn {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/dialog-btn.png) no-repeat center / cover;
  width: 3.04rem;
  height: 0.82rem;
  margin: 0 auto;
  color: #684020;
  text-align: center;
  line-height: 0.8rem;
  font-family: 'FZBeiWeiKaiShu-S19S';
  font-size: 0.48rem;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
}
.inp-select {
  background: transparent;
  border: 0;
  height: 0.3rem;
  line-height: 0.3rem;
  padding: 0 0.1rem;
  width: 100%;
  font-family: myFont, myFontStr;
}
.yy-btn {
  background: #000;
  position: fixed;
  top: 0.2rem;
  left: 0.2rem;
}
.get-all-award-btn {
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/get-all-award-btn.png) no-repeat center / cover;
  width: 3.04rem;
  height: 0.82rem;
  margin: 0.15rem auto 0;
  text-indent: -999em;
  overflow: hidden;
}
.address-btn {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0.8rem;
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/address-btn.png) no-repeat center / cover;
  width: 3.04rem;
  height: 0.82rem;
  margin: 0 auto;
  text-indent: -999em;
  overflow: hidden;
}
.res-dialog-tit {
  position: absolute;
  top: 1.1rem;
  font-family: 'FZBeiWeiKaiShu-S19S';
  left: 50%;
  transform: translate(-50%, 0);
  color: #fcc860;
  font-size: 0.92rem;
  letter-spacing: 0.02rem;
  background: linear-gradient(to bottom, #fff 40%, #fcc860 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: #fcc860 0 0 0.3rem;
}
.msg-cont {
  font-size: 0.32rem;
  color: #a35c50;
  text-align: center;
  width: 100%;
  margin-bottom: 0.2rem;
  font-family: 'FZBeiWeiKaiShu-S19S';
}
.modal-bd .msg-cont {
  font-size: 0.24rem;
  color: #000;
}
.copy-input-box {
  width: 8.5rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  overflow: hidden;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.copy-input-box p {
  white-space: nowrap;
  overflow: hidden;
}
.dialog-cont-sharecopy {
  height: 7rem;
  background-size: 100% 100%;
}
.dialog-cont-sharecopy .msg-cont {
  margin: 0.3rem 0;
}
.new-world-page {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 998;
}
.page-img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-img-box > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-img-box > div.active {
  z-index: 4;
}
.page-img-1 {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/bg-1.jpg) no-repeat center / cover;
}
.page-img-2 {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/bg-2.jpg) no-repeat center / cover;
}
.page-img-3 {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/bg-3.jpg) no-repeat center / cover;
}
.page-img-4 {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/bg-4.jpg) no-repeat center / cover;
}
.page-img-5 {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/bg-5.jpg) no-repeat center / cover;
}
.new-world-page-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.new-world-rbox {
  position: absolute;
  right: 0.1rem;
  top: 0.4rem;
  width: 9.03rem;
}
.new-world-slogan {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/slogan-txt.png) no-repeat center / cover;
  width: 9.03rem;
  height: 5.06rem;
  margin: 0 auto -0.6rem;
  text-indent: -999em;
  overflow: hidden;
}
.reserve-num-box {
  text-align: center;
  font-size: 0.36rem;
  color: #ffffff;
  font-family: 'FZBeiWeiKaiShu-S19S';
}
.reserve-num-box span {
  color: #ffe764;
  font-family: 'heiti';
}
.reserve-btn {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/reserve-btn.png) no-repeat center / cover;
  width: 3.04rem;
  height: 0.76rem;
  line-height: 0.76rem;
  margin: 0.45rem auto 0;
  color: #52350f;
  font-family: 'FZBeiWeiKaiShu-S19S';
  font-size: 0.38rem;
  text-align: center;
}
.reserve-btn.active {
  pointer-events: none;
}
.reserve-btn.active p {
  display: none;
}
.reserve-btn.active:after {
  content: '已预约';
}
.reserve-award-box {
  background-color: rgba(120, 120, 110, 0.7);
  width: 5.21rem;
  height: 2.23rem;
  margin: 0 auto;
}
.reserve-award-box .reserve-award-hd {
  position: relative;
  width: 100%;
  height: 0.55rem;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #17191d);
  line-height: 0.55rem;
  font-family: 'FZBeiWeiKaiShu-S19S';
  text-align: center;
  color: #fff;
  font-size: 0.32rem;
}
.reserve-award-box .reserve-tip {
  position: absolute;
  top: 0.08rem;
  left: 70%;
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/rule-tip-ico.png) no-repeat center / cover;
  width: 0.36rem;
  height: 0.36rem;
  text-indent: -999em;
  overflow: hidden;
}
.reserve-award-box .reserve-award-bd {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 1.68rem;
}
.reserve-award-box .reserve-award-bd .award-item {
  width: 1.1rem;
  height: 1.1rem;
  position: relative;
}
.reserve-award-box .reserve-award-bd .award-item > p {
  position: absolute;
  bottom: 0;
  font-size: 0.18rem;
  text-align: center;
  color: #fff;
  font-family: 'FZBeiWeiKaiShu-S19S';
  left: 0;
  width: 100%;
}
.reserve-award-box .reserve-award-bd .award-item .award-ico {
  width: 1.1rem;
  height: 1.1rem;
  padding: 0.02rem;
}
.reserve-award-box .reserve-award-bd .award-item .award-ico:before {
  width: 1.04rem;
  height: 1.04rem;
}
.ico_20_1:after {
  background: url(//game.gtimg.cn/images/ty/act/a20240926reserve/ico/ico-2.png) no-repeat center / contain;
  width: 0.66rem;
  height: 0.61rem;
}
.ico_300_1:after {
  background: url(//game.gtimg.cn/images/ty/act/a20240926reserve/ico/ico-9.png) no-repeat center / contain;
  width: 0.68rem;
  height: 0.73rem;
}
.ico_300_2:after {
  background: url(//game.gtimg.cn/images/ty/act/a20240926reserve/ico/ico-10.png) no-repeat center / contain;
  width: 0.6rem;
  height: 0.75rem;
}
.ico_wg:after {
  background: url(//game.gtimg.cn/images/ty/act/a20240926reserve/ico/ico-wg.png) no-repeat center / contain;
  width: 0.77rem;
  height: 0.57rem;
}
.f-tit-1 {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/f-tit-1.png) no-repeat center / 2.77rem 2.19rem;
  width: 2.77rem;
  height: 2.53rem;
}
.f-tit-2 {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/f-tit-2.png) no-repeat center / 3.25rem 2.25rem;
  width: 3.25rem;
  height: 2.53rem;
}
.f-tit-3 {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/f-tit-3.png) no-repeat center / 3.97rem 2.53rem;
  width: 3.97rem;
  height: 2.53rem;
}
.f-tit-4 {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/f-tit-4.png) no-repeat center / 3.75rem 2.21rem;
  width: 3.75rem;
  height: 2.53rem;
}
.f-tit-5 {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/f-tit-5.png) no-repeat center / 3.65rem 2.34rem;
  width: 3.65rem;
  height: 2.53rem;
}
.new-world-lbox {
  position: absolute;
  left: 0;
  bottom: 0.55rem;
  width: 11.53rem;
  height: 2.72rem;
  padding-left: 0.5rem;
  box-sizing: border-box;
  background: linear-gradient(to right, rgba(17, 27, 40, 0.5) 40%, rgba(17, 27, 40, 0));
}
.f-tit {
  margin-top: -1.15rem;
}
.f-pager {
  display: flex;
  justify-content: start;
  align-items: center;
}
.f-info {
  color: #ffffff;
  font-size: 0.32rem;
  font-family: 'FZBeiWeiKaiShu-S19S';
  margin: 0.1rem 0 0.2rem;
}
.f-pager-dot {
  border-style: solid;
  border-width: 0.02rem;
  border-color: #888a93;
  border-radius: 50%;
  background-image: linear-gradient(90deg, #646574 0%, #53535d 100%);
  width: 0.3rem;
  height: 0.3rem;
  margin: 0 0.2rem;
}
.f-pager-dot.active {
  background: #fff;
}
.rule-list-wrap {
  height: 6rem;
  overflow-y: auto;
  margin: 0 0.2rem;
}
.rule-list {
  font-family: 'FZBeiWeiKaiShu-S19S';
  font-size: 0.24rem;
}
.record-btn {
  height: 0.53rem;
  line-height: 0.53rem;
  background: #b86e42;
  border-radius: 0.2rem;
  color: #fff !important;
  padding: 0 0.1rem;
  vertical-align: middle;
  position: relative;
  top: -0.05rem;
  border: 0.01rem solid #ffda58;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.07rem;
  font-size: 0.26rem;
}

.blacktop,
.blacktop a {
  color: #fff;
  text-decoration: none;
}
.blacktop,
.blacktop_logo,
.blacktop_btnavs .blacktop_bta {
  background-image: url(//ossweb-img.qq.com/images/wuxia/picture/blacktop-spr.png);
  background-repeat: no-repeat;
}
.blacktop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  width: 100%;
  overflow: hidden;
  background-color: #000;
  background-position: 0 0;
  background-repeat: repeat-x;
  z-index: 999;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.blacktop .blacktop_logo {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 100px;
  height: 35px;
  margin: -15px 0 0;
  background-position: 0 100%;
  text-indent: -9999px;
}
.blacktop .blacktop_logo.blacktop_logo_ty {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/logo-ty.png) no-repeat center / cover !important;
  width: 113px;
  height: 35px;
  text-indent: -9999em;
  overflow: hidden;
}
.blacktop .blacktop_logo a {
  display: block;
  height: 100%;
  text-indent: -9999px;
}
.blacktop .blacktop_topsilder {
  float: right;
}
.blacktop .blacktop_topsilder .logfrg {
  float: right;
}
.blacktop .blacktop_topsilder .logstate {
  float: right;
  line-height: 60px;
}
.blacktop .blacktop_topsilder .logstate p span {
  color: #2fc3a3;
  margin-left: 5px;
  font-weight: bold;
}
.blacktop .blacktop_topsilder .logstate p a,
.blacktop .blacktop_topsilder .logstate .areainfo em {
  margin: 0 5px;
}
.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: 130px;
  *width: 130px;
  padding: 13px 10px 0;
  height: 100%;
  float: right;
  overflow: hidden;
  *display: inline;
}
.blacktop .blacktop_btnavs .blacktop_btnav {
  float: left;
  border: 2px solid #2fc3a3;
  padding: 0 15px;
  margin: 0 0 0 10px;
  border-radius: 15px;
  line-height: 30px;
}
.blacktop .blacktop_btnavs .blacktop_bta {
  display: block;
  padding: 0 0 0 20px;
  font-size: 13px;
}
.blacktop .blacktop_btnavs .blacktop_tohome {
  background-position: -167px -75px;
}
.blacktop .blacktop_btnavs .blacktop_toevent {
  background-position: -167px -135px;
}
.blacktop .blacktop_btnavs .blacktop_bta:hover {
  color: #ececec;
}
.blacktop .logout-btn {
  display: inline-block;
  cursor: pointer;
}
#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;
}

.loading-wrap[data-v-79342c0d] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading-ico[data-v-79342c0d] {
  background: url(//game.gtimg.cn/images/ty/act/a20241028zhg/loading-tip.png) no-repeat center / cover;
  width: 1.2rem;
  height: 0.8rem;
  text-indent: -9999em;
  overflow: hidden;
}

