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

.role-selector {
  transition: opacity 0.5s ease;
  opacity: 0;
  z-index: 1000;
  display: none;
  position: fixed;
}
.role-selector .r-container select,
.role-selector .r-container option {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #797b7c;
  padding: 5px;
  font-size: 0.8em;
}
.role-selector .error {
  margin: 0 0 -4px;
  font-size: 0.7em;
  color: red;
}
.role-selector .btns {
  margin-top: 5px;
  line-height: 40px;
  font-size: 0.8em;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.role-selector .btns div {
  width: 75px;
  height: 40px;
  text-align: center;
  letter-spacing: 0.5em;
  text-indent: 0.7em;
  border-radius: 5px;
  cursor: pointer;
}
.role-selector .cancel-btn {
  border: 1px solid #e0e3e9;
  margin-right: 15px;
}
.role-selector .confirm-btn {
  background-color: #66b1ff;
  color: #fff;
}
.role-selector .r-block {
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.role-selector .r-close {
  position: absolute;
  right: 30px;
  top: 20px;
  color: #abadb4;
  cursor: pointer;
}
.role-selector .r-mask {
  background-color: #000;
  opacity: 0.7;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.role-selector .r-container {
  width: 296px;
  /* height: 422px; */
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  font-size: 20px;
  z-index: 1000;
}
.role-selector .r-container > div {
  margin: 8px 0;
}
.role-selector .pip {
  font-size: 0.7em;
}
.role-selector .pip input {
  width: 14px;
  height: 14px;
  margin: 0 2px;
  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
}


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

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
body {
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/body-bg.jpg) repeat left top / 0.28rem 0.28rem;
  width: 100%;
  overflow-x: auto;
}
[type='btn'] {
  transition: filter 0.2s ease-in;
  cursor: pointer;
}
[type='btn']:hover {
  filter: brightness(1.1);
}
@font-face {
  font-family: 'nsc2';
  src: local('Noto Serif CJK SC Black'), url(//game.gtimg.cn/images/eden/act/a20250611znhl/7aaa28c7.woff2) format('woff2');
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  unicode-range: U+63D0, U+6E29, U+793A, U+99A8;
}
@font-face {
  font-family: 'nsc';
  src: local('Noto Serif SC Black'), url(//game.gtimg.cn/images/eden/act/a20250611znhl/e77ffcae.woff2) format('woff2');
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  unicode-range: U+20-7E, U+4E00, U+4E13, U+4EAB, U+5206, U+5219, U+5229, U+5230, U+5236, U+52A8, U+5305, U+534E, U+53CB-53CC, U+53D6, U+5468, U+559C, U+56DE, U+590D, U+5927, U+5956, U+597D, U+5BB6, U+5C5E, U+5E74, U+5E86, U+5F52, U+5F55, U+606D, U+60A8, U+620F, U+62BD, U+63A5, U+6599, U+65E5, U+6BCF, U+6D3B, U+6E38, U+7206, U+73A9, U+76D8, U+798F, U+7B7E, U+7EA2, U+89C4, U+8BB0, U+8BF7, U+8C6A, U+8D77, U+8F6C, U+9001, U+9080, U+91CD, U+94FE, U+9886;
}
.wrap {
  position: relative;
  width: 7.5rem;
  margin: auto;
}
.kv-box {
  position: relative;
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/kv-box.jpg) no-repeat center top / 7.5rem 12rem;
  width: 7.5rem;
  height: 10.7rem;
}
.kv-box .logo {
  position: absolute;
  top: 0.24rem;
  left: 0.24rem;
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/logo-1.png) no-repeat center / contain;
  width: 1.96rem;
  height: 0.6rem;
}
.kv-box .logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
  overflow: hidden;
}
.kv-box .wx-logo {
  position: absolute;
  top: 0.24rem;
  right: 0;
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/wx-logo.png) no-repeat center / contain;
  width: 2.57rem;
  height: 0.52rem;
  text-indent: -99.99rem;
  overflow: hidden;
}
.kv-box .qq-logo {
  position: absolute;
  top: 0.24rem;
  right: 0;
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/qq-logo.png) no-repeat center / cover;
  width: 2.73rem;
  height: 0.44rem;
  text-indent: -99.99rem;
  overflow: hidden;
}
.kv-box .sub-tit {
  position: absolute;
  left: 1.15rem;
  top: 7.34rem;
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/sub-tit.png) no-repeat center / contain;
  width: 5.21rem;
  height: 0.49rem;
  font-family: 'Source Han Serif CN SemiBold';
  text-align: center;
  line-height: 0.49rem;
  font-weight: bold;
  font-size: 0.3rem;
  color: #fff;
  letter-spacing: 0.02rem;
}
.kv-box .sub-tit span {
  color: #ffe866;
}
.kv-box .download-btn {
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/download-btn.png) no-repeat center / contain;
  width: 3.09rem;
  height: 0.72rem;
  text-indent: -99.99rem;
  overflow: hidden;
  position: absolute;
  top: 8.01rem;
  left: 2.22rem;
}
.slogan-txt {
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/slogan-txt.png) no-repeat center / contain;
  width: 7.17rem;
  height: 3.62rem;
  position: absolute;
  left: 0.34rem;
  top: 4.4rem;
  text-indent: -99.99rem;
  overflow: hidden;
}
.login-state {
  position: absolute;
  top: 8.8rem;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.24rem;
  font-family: 'Source Han Serif CN SemiBold';
}
.login-state-name-p {
  display: inline-block;
}
.login-state a {
  color: #ffe178;
  text-decoration: underline;
  margin: 0 0.1rem;
}
.to-index {
  display: none;
  position: absolute;
  top: 8.8rem;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.24rem;
  font-family: 'Source Han Serif CN SemiBold';
}
.to-index a {
  color: #ffe178;
  text-decoration: underline;
}
.area-1-box {
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/area-1-bg.jpg) no-repeat center / cover;
  width: 7.5rem;
  height: 10.09rem;
  position: relative;
  box-sizing: border-box;
  padding-top: 0.28rem;
}
.area-1-box .m-hd {
  margin-bottom: 0;
}
.hb-box {
  position: relative;
  height: 4.5rem;
  margin: 0.1rem auto 0;
}
.hb-box .hb-num-box {
  position: absolute;
  top: 0.16rem;
  left: 50%;
  transform: translate(-55%, 0);
  text-indent: -999em;
  overflow: hidden;
}
.hb-box .hb-num-box.hb-num-box-cash {
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/hb-num-bg.png) no-repeat center / cover;
  width: 4.03rem;
  height: 1.48rem;
}
.hb-box .hb-num-box.hb-num-box-qb {
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/hb-num-bg-qb.png) no-repeat center / cover;
  width: 4.47rem;
  height: 1.48rem;
}
.hb-box .hb-num-box.hb-num-box-guest.hb-num-box-qb {
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/hb-c-qb-num.png) no-repeat center / cover;
  width: 4.33rem;
  height: 1.59rem;
}
.hb-box .hb-num-box.hb-num-box-guest.hb-num-box-cash {
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/hb-c-wx-num.png) no-repeat center / cover;
  width: 4.03rem;
  height: 1.54rem;
}
.hb-box .hb-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-52%, -52%);
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/hb-btn.png) no-repeat center / cover;
  width: 2.5rem;
  height: 2.42rem;
  text-indent: -999em;
  overflow: hidden;
}
.hb-box .hb-tip {
  position: absolute;
  top: 3.15rem;
  left: 0;
  width: 100%;
  font-family: 'Source Han Serif CN SemiBold';
  font-size: 0.26rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.01rem;
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/hb-tip.png) no-repeat center / 2.97rem 0.35rem;
  height: 0.35rem;
  line-height: 0.35rem;
}
.hb-box .hb-tip span {
  color: #ffe762;
  font-size: 0.28rem;
}
.hb-box > p {
  position: absolute;
  bottom: 0.05rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: 'Source Han Serif CN SemiBold';
  font-size: 0.26rem;
  color: #5e2e2e;
  letter-spacing: 0.01rem;
}
.hb-box > p span {
  color: #a12314;
  font-size: 0.35rem;
  vertical-align: -0.02rem;
  padding: 0 0.12rem;
}
.hb-rule-txt {
  font-family: 'Source Han Serif CN SemiBold';
  font-size: 0.26rem;
  color: #5e2d2f;
  margin: 0.1rem 0.6rem 0;
}
.hb-rule-txt dt {
  font-size: 0.3rem;
  text-indent: 1em;
}
.hb-rule-txt dd {
  margin-bottom: 0.05rem;
}
.area-2-box {
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/area-2-bg.jpg) no-repeat center / cover;
  width: 7.5rem;
  height: 14.1rem;
  position: relative;
  padding-top: 0.1rem;
  box-sizing: border-box;
}
.area-2-box .m-hd {
  margin-bottom: 0;
}
.area-2-box .area-hd-tip {
  font-family: 'Source Han Serif CN SemiBold';
  font-size: 0.26rem;
  text-align: center;
  width: 5.5rem;
  margin: 0 auto;
}
.area-2-box .area-hd-tip span {
  color: #9d2622;
}
.area-2-box .return-wrap {
  position: relative;
  width: 6.24rem;
  margin: 0 auto;
  padding-top: 0.72rem;
}
.area-2-box .return-list-hd {
  text-align: center;
  font-family: 'Source Han Serif CN SemiBold';
  font-size: 0.36rem;
  color: #fff2c9;
  margin-top: 0.1rem;
}
.area-2-box .return-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.1rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 1.2rem;
}
.area-2-box .return-list .friend {
  width: 20%;
  text-align: center;
  height: 2.12rem;
  position: relative;
}
.area-2-box .return-list .friend.no_friend {
  margin: 1.2rem auto 0;
}
.area-2-box .return-list .friend.bound::after {
  content: '';
  width: 1.13rem;
  height: 0.56rem;
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/bound.png) no-repeat 50% 0/1.13rem 0.56rem;
  position: absolute;
  left: 0.05rem;
  top: 0.24rem;
}
.area-2-box .return-list .friend.bound .btn_invite {
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/btn_invited.png) no-repeat 50% 0/1.23rem 0.47rem;
}
.area-2-box .return-list .ava {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 0.02rem solid #eeddb9;
  margin: 0 auto;
  overflow: hidden;
  background: #c5ae79;
}
.area-2-box .return-list .ava img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.area-2-box .return-list .name {
  box-sizing: border-box;
  padding: 0 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.2rem;
  line-height: 0.38rem;
  color: #d4e8ff;
  font-family: sans-serif;
}
.area-2-box .return-list .btn_invite {
  width: 1.23rem;
  height: 0.47rem;
  background: url(https://game.gtimg.cn/images/eden/act/a20250106team/btn_invite.png) no-repeat 50% 0/1.23rem 0.47rem;
  margin: 0 auto;
  cursor: pointer;
  text-indent: -99.99rem;
  overflow: hidden;
}
.area-2-box .return-list .add {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6rem;
  box-sizing: border-box;
  padding-bottom: 0.05rem;
  color: #cad8e5;
  background: linear-gradient(to bottom, #b49764, #cfbc85);
}
.area-2-box .loss-box {
  height: 5.3rem;
}
.area-2-box .bound-friends {
  box-sizing: border-box;
}
.area-2-box .bound-friends-note {
  text-align: center;
  font-size: 0.24rem;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Source Han Serif CN SemiBold';
}
.area-2-box .bound-friends-note span {
  color: #f3e9c5;
}
.area-2-box .bound-friends .friends {
  width: 100%;
  overflow-x: auto;
  margin-top: 0.2rem;
}
.area-2-box .bound-friends .friends .friend-con {
  white-space: nowrap;
  font-size: 0;
  height: 2.8rem;
}
.area-2-box .bound-friends .friends .friend-con p.no-data {
  width: 100%;
  padding-top: 0.6rem;
  font-size: 0.3rem;
  font-weight: 700;
  text-align: center;
  color: #f3e9c5;
  font-family: 'Source Han Serif CN SemiBold';
}
.area-2-box .bound-friends .friends .friend-con .friend {
  width: 2.08rem;
  display: inline-block;
  position: relative;
}
.area-2-box .bound-friends .friends .friend-con .ava {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #98a8b7;
  border: 0.02rem solid #98a8b7;
  overflow: hidden;
  margin: 0 auto;
}
.area-2-box .bound-friends .friends .friend-con .ava img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.area-2-box .bound-friends .friends .friend-con .name {
  padding: 0 0.2rem;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 0.5rem;
  width: 100%;
  text-align: center;
  font-size: 0.21rem;
  font-family: sans-serif;
  color: #d4e8ff;
  height: 0.5rem;
}
.area-2-box .bound-friends .friends .friend-con .times {
  position: absolute;
  width: 0.28rem;
  height: 0.28rem;
  line-height: 0.28rem;
  text-align: center;
  border-radius: 50%;
  border: 0.02rem solid #b4911a;
  background: linear-gradient(180deg, #ffe28c, #fff4d4);
  font-size: 0.21rem;
  color: #7a651d;
  top: 0rem;
  left: 1.3rem;
  font-family: sans-serif;
}
.area-2-box .bound-friends .friends .friend-con .btn-get1.got,
.area-2-box .bound-friends .friends .friend-con .btn-get2.got {
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/btn-got.png) no-repeat center / cover;
  width: 1.35rem;
  height: 0.46rem;
  margin: 0 auto 0.05rem;
}
.area-2-box .bound-friends .friends .friend-con .btn-get1 {
  width: 2.06rem;
  height: 0.46rem;
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/btn_get1.png) no-repeat 50% 0/2.06rem 0.46rem;
  margin: 0 auto 0.05rem;
}
.area-2-box .bound-friends .friends .friend-con .btn-get2 {
  width: 2.06rem;
  height: 0.46rem;
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/btn_get2.png) no-repeat 50% 0/2.06rem 0.46rem;
  margin: 0 auto;
}
.award-box {
  position: relative;
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/award-bg.jpg) no-repeat center / cover;
  width: 7.5rem;
  height: 7.87rem;
  box-sizing: border-box;
  padding-top: 1.9rem;
}
.award-box .lottery-num-box {
  margin-top: 0.1rem;
}
.award-box .prizes {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin: 0.45rem 0.6rem 0;
  padding-right: 1.75rem;
  position: relative;
}
.award-box .prizes .prize {
  position: relative;
  width: 1.32rem;
  height: 1.45rem;
  margin: 0 0 0.15rem;
  cursor: pointer;
}
.award-box .prizes .prize.got::after {
  width: 1.4rem;
  height: 0.69rem;
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/got.png) no-repeat 50% 0/1.4rem 0.69rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -50%);
  content: '';
}
.award-box .prizes .prize.prize7 .award-name {
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0.18rem;
  color: #3e3226;
  font-family: 'Source Han Serif CN SemiBold';
  font-weight: bold;
}
.award-box .prizes .prize p {
  position: absolute;
  bottom: -0.36rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
  font-family: 'Source Han Serif CN SemiBold';
}
.award-box .prizes .prize7 {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.75rem;
  height: 3rem;
}
.lottery-box {
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/lottery-bg.jpg) no-repeat center / 7.5rem 12.04rem;
  width: 7.5rem;
  height: 12.04rem;
  box-sizing: border-box;
  position: relative;
}
.lottery-num-box {
  font-family: 'Source Han Serif CN SemiBold';
  font-size: 0.26rem;
  color: #fff9e7;
  text-align: center;
  margin-top: 0.15rem;
}
.lottery-num-box a {
  color: #fee69e;
  padding-left: 0.1rem;
}
.lottery-sec {
  width: 5.9rem;
  height: 5.9rem;
  position: absolute;
  top: 2.54rem;
  left: 0.8rem;
}
.lottery-sec .btn-lottery {
  width: 2.1rem;
  height: 2.1rem;
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/lottery-btn.png) no-repeat center / cover;
  position: absolute;
  top: 1.9rem;
  left: 1.9rem;
  text-indent: -999em;
  overflow: hidden;
  z-index: 10;
}
.lottery-sec .prizes {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.lottery-sec .prize {
  position: absolute;
  width: 1.74rem;
  height: 2.81rem;
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/lottery-mask.png) no-repeat 50% 0/1.74rem 2.81rem;
  transform-origin: 50% 2.95rem;
  left: 2.08rem;
  top: 0;
  opacity: 0;
  transition: opacity 0.1s;
}
.lottery-sec .prize.active {
  opacity: 1;
}
.lottery-sec .prize2 {
  transform: rotate(45deg);
}
.lottery-sec .prize3 {
  transform: rotate(90deg);
}
.lottery-sec .prize4 {
  transform: rotate(135deg);
}
.lottery-sec .prize5 {
  transform: rotate(180deg);
}
.lottery-sec .prize6 {
  transform: rotate(225deg);
}
.lottery-sec .prize7 {
  transform: rotate(270deg);
}
.lottery-sec .prize8 {
  transform: rotate(315deg);
}
.bottom-area {
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/bottom-bg.jpg) repeat center / 0.82rem 0.76rem;
  width: 100%;
  padding-bottom: 2.2rem;
  padding-top: 0.8rem;
  position: relative;
}
.bottom-area .m-hd {
  margin-bottom: 0.45rem;
}
.bottom-area:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/b-r-ico-2.png) no-repeat center / cover;
  width: 1.33rem;
  height: 3.68rem;
}
.bottom-area:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  pointer-events: none;
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/b-l-ico-1.png) no-repeat center / 1.46rem 4.29rem;
  width: 1.46rem;
  height: 4.29rem;
}
.m-hd:before {
  content: '';
  width: 1.55rem;
  height: 0.79rem;
  display: block;
  margin: 0 auto -0.4rem;
  -webkit-mask: url(//game.gtimg.cn/images/eden/act/a20250611znhl/hd-ico-1.png) no-repeat center / contain;
          mask: url(//game.gtimg.cn/images/eden/act/a20250611znhl/hd-ico-1.png) no-repeat center / contain;
  background: #b8946b;
}
.m-hd:after {
  content: '';
  display: block;
  margin: 0.05rem auto 0;
  -webkit-mask: url(//game.gtimg.cn/images/eden/act/a20250611znhl/hd-bottom-ico.png) no-repeat center / contain;
          mask: url(//game.gtimg.cn/images/eden/act/a20250611znhl/hd-bottom-ico.png) no-repeat center / contain;
  width: 6.18rem;
  height: 0.16rem;
  background: #784e39;
}
.m-hd p {
  position: relative;
  font-size: 0.5rem;
  font-family: 'nsc';
  text-align: center;
  line-height: 1;
  color: #651010;
  letter-spacing: 0.02rem;
}
.m-hd p:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.5rem;
  font-family: 'nsc';
  text-align: center;
  line-height: 1;
  width: 100%;
  height: 100%;
  color: #c1483b;
  -webkit-mask: url(//game.gtimg.cn/images/eden/act/a20250611znhl/text-mask.png) no-repeat center 0.25rem / contain;
          mask: url(//game.gtimg.cn/images/eden/act/a20250611znhl/text-mask.png) no-repeat center 0.25rem / contain;
  white-space: pre-line;
}
.m-hd-2:before {
  background: #e69667;
}
.m-hd-2:after {
  background: #e0ad6c;
}
.m-hd-2 p {
  color: #fee79f;
}
.m-hd-2 p:after {
  color: #ffffff;
}
.rule-list {
  width: 6.15rem;
  margin: 0 auto;
  position: relative;
}
.rule-list > li {
  font-size: 0.26rem;
  text-align: left;
  font-family: 'Source Han Serif CN SemiBold';
  margin-bottom: 0.05rem;
}
.rule-list ol {
  margin-left: 1em;
  margin-bottom: 0.1rem;
}
.rule-list ol li {
  margin-bottom: 0.05rem;
}
.banners-sec {
  position: relative;
  width: 100%;
  height: 3.34rem;
  margin-bottom: 1.1rem;
}
.banners-sec::before {
  content: '';
  position: absolute;
  right: 0;
  top: -2rem;
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/b-r-ico-1.png) no-repeat center / cover;
  width: 1.4rem;
  height: 3.85rem;
  pointer-events: none;
}
.banners-sec .banner-prev {
  width: 0.6rem;
  height: 0.77rem;
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/banner_next.png) no-repeat 50% 0/0.6rem 0.77rem;
  transform: rotate(180deg);
  position: absolute;
  left: 0.1rem;
  top: 1.2rem;
}
.banners-sec .banner-next {
  width: 0.6rem;
  height: 0.77rem;
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/banner_next.png) no-repeat 50% 0/0.6rem 0.77rem;
  position: absolute;
  right: 0.12rem;
  top: 1.2rem;
}
.banners-sec::after {
  width: 6.16rem;
  height: 3.53rem;
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/banner_mask.png) no-repeat 50% 0/6.16rem 3.53rem;
  position: absolute;
  left: 0.68rem;
  top: -0.08rem;
  content: '';
  z-index: 10;
  pointer-events: none;
}
.banners-sec .banners {
  width: 5.94rem;
  height: 3.34rem;
  position: absolute;
  left: 0.76rem;
  overflow: hidden;
}
.banners-sec .banners .banner-wrap {
  width: 100%;
  height: 100%;
}
.banners-sec .banners .banner-wrap .banner {
  width: 100%;
  height: 100%;
}
.banners-sec .banners .banner-wrap .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.scrollbar {
  overflow-y: auto;
}
.scrollbar::-webkit-scrollbar {
  width: 0.05rem;
  height: 0.05rem;
}
.scrollbar::-webkit-scrollbar-track {
  background: #43321e;
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 0.03rem;
}
.scrollbar::-webkit-scrollbar-thumb {
  background: #fff4d4;
  border-radius: 0.03rem;
}
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #fff4d4;
}
.c-area-1-box {
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/c-area-1-bg.jpg) no-repeat center / cover;
  width: 7.5rem;
  height: 4.52rem;
  box-sizing: border-box;
  padding-top: 0.4rem;
}
.c-area-1-box .bind-box .no-team {
  font-family: 'Source Han Serif CN SemiBold';
  font-size: 0.24rem;
  width: 6.56rem;
  margin: 0 auto;
  height: 3.4rem;
  box-sizing: border-box;
  padding: 0.15rem;
  text-align: center;
}
.c-area-1-box .bind-box .no-team p {
  line-height: 1.5;
}
.c-area-1-box .bind-box .no-team p.font-red {
  color: #ca3f19;
  margin-top: 0.05rem;
}
.c-area-1-box .bind-box .no-team .bind-btn {
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/bind-btn.png) no-repeat center / cover;
  width: 3.09rem;
  height: 0.73rem;
  margin: 0.1rem auto 0;
  text-indent: -99.99rem;
  overflow: hidden;
}
.c-area-1-box .bind-box .has-team {
  display: block;
}
.c-area-1-box .bind-box .has-team .s-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  font-family: 'Source Han Serif CN SemiBold';
  font-size: 0.3rem;
  letter-spacing: -0.01rem;
  color: #5e2d2f;
}
.c-area-1-box .bind-box .has-team .s-title::before,
.c-area-1-box .bind-box .has-team .s-title::after {
  -webkit-mask: url(https://game.gtimg.cn/images/eden/act/a20250106team/tl.png) no-repeat 50% 0/0.34rem 0.22rem;
          mask: url(https://game.gtimg.cn/images/eden/act/a20250106team/tl.png) no-repeat 50% 0/0.34rem 0.22rem;
  background: #5e2d2f;
}
.c-area-1-box .bind-box .has-team .s-title::before {
  width: 0.34rem;
  height: 0.22rem;
  content: '';
  margin-right: 0.1rem;
}
.c-area-1-box .bind-box .has-team .s-title::after {
  width: 0.34rem;
  height: 0.22rem;
  transform: rotate(180deg);
  content: '';
  margin-left: 0.1rem;
}
.c-area-1-box .bind-box .has-team .conn {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/conn.png) no-repeat 50% 0.6rem/0.53rem 0.53rem;
}
.c-area-1-box .bind-box .has-team .conn .member {
  width: 2.6rem;
  text-align: center;
  font-family: 'Source Han Serif CN SemiBold';
}
.c-area-1-box .bind-box .has-team .conn .member .ava {
  width: 1.68rem;
  height: 1.68rem;
  border: 0.02rem solid #5e2d2f;
  background: #5e2d2f;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 0.1rem;
}
.c-area-1-box .bind-box .has-team .conn .member .ava img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.c-area-1-box .bind-box .has-team .conn .member .name {
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 700;
  color: #5e2d2f;
  font-size: 0.29rem;
  font-family: 'Source Han Serif CN SemiBold';
}
.c-area-2-box {
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/c-area-2-bg.jpg) no-repeat center / cover;
  width: 7.5rem;
  height: 6.26rem;
}
.c-area-2-box .m-hd {
  margin-bottom: 0.3rem;
}
.c-area-2-box .hb-tip {
  background-size: 3.2rem 0.35rem;
}
.c-award-box {
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/c-award-bg.jpg) no-repeat center / cover;
  width: 7.5rem;
  height: 11rem;
}
.c-award-box .prizes-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0.4rem 0.3rem 0;
  padding-right: 0;
  position: relative;
}
.c-award-box .prizes-2 .prize {
  width: 1.8rem;
  height: 1.82rem;
  margin: 0.15rem;
  cursor: pointer;
  position: relative;
}
.c-award-box .prizes-2 .prize.got::after {
  width: 1.4rem;
  height: 0.69rem;
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/got.png) no-repeat 50% 0/1.4rem 0.69rem;
  position: absolute;
  top: 0.7rem;
  left: 0.2rem;
  content: '';
}
.c-lottery-box {
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/c-lottery-bg.jpg) no-repeat center / 7.5rem 12.06rem;
  width: 7.5rem;
  height: 12.06rem;
}
.c-kv-box .c-slogan-txt {
  display: block;
}
.c-kv-box .to-index {
  display: block;
}
.c-kv-box .login-state {
  top: 9.2rem;
}
.c-slogan-txt {
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/c-slogan-txt.png) no-repeat center / cover;
  width: 7.06rem;
  height: 3.54rem;
  display: none;
}
.pop {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.pop_msg .pop-con {
  width: 4.7rem;
  min-height: 2.25rem;
}
.pop-con {
  position: relative;
  z-index: 10;
  background: #fff8e4;
  border: 0;
  -o-border-image: url(//game.gtimg.cn/images/eden/act/a20250611znhl/dialog-bg-border.png) 50 fill;
     border-image: url(//game.gtimg.cn/images/eden/act/a20250611znhl/dialog-bg-border.png) 50 fill;
  border-image-outset: 0.4rem;
  border-image-width: 0.5rem;
  color: #783e2f;
  font-family: 'Source Han Serif CN SemiBold';
  font-size: 0.26rem;
  width: 5.8rem;
  min-height: 3.2rem;
}
.pop-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.pop .msg_sec {
  padding: 0.2rem;
  font-family: 'Source Han Serif CN SemiBold';
  text-align: center;
  padding: 0.5rem 0;
}
.pop h4.title {
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/pop_line.png) no-repeat 50% 100%/4.86rem 0.12rem;
  position: relative;
  font-size: 0.4rem;
  font-family: 'nsc2', 'nsc';
  text-align: center;
  line-height: 1;
  color: #651010;
  letter-spacing: 0.02rem;
}
.pop .btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop .btns .btn {
  width: 2.13rem;
  height: 0.6rem;
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/dialog-btn.png) no-repeat 50% 0/2.13rem 0.6rem;
  color: #ffffff;
  font-size: 0.3rem;
  text-align: center;
  line-height: 0.6rem;
  margin: 0 0.1rem;
}
.pop .btns .btn:nth-child(2) {
  filter: grayscale(50%);
}
.pop .note {
  text-align: center;
  color: #651010;
  font-size: 0.25rem;
  font-weight: 700;
}
.pop table {
  width: 100%;
  text-align: center;
  font-size: 0.22rem;
  font-family: 'Source Han Serif CN SemiBold';
  border-collapse: collapse;
}
.pop table tr {
  height: 0.38rem;
  line-height: 0.38rem;
}
.pop table th {
  font-size: 0.26rem;
}
.pop table td {
  font-size: 0.24rem;
}
.pop table th,
.pop table td {
  border-bottom: 0.01rem solid #dcc8b5;
  color: #783e2f;
}
.pop .pager_wrapper {
  font-family: 'Source Han Serif CN SemiBold';
  margin-top: 0.2rem;
}
.pop .pager {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop .pager .prev,
.pop .pager .next {
  padding: 0 0.1rem;
}
.pop_close {
  position: absolute;
  width: 0.76rem;
  height: 0.77rem;
  background: url(//game.gtimg.cn/images/eden/act/a20250611znhl/dialog-close.png) no-repeat 50% 0/0.76rem 0.77rem;
  left: 50%;
  top: 100%;
  margin-top: 0.5rem;
  margin-left: -0.38rem;
  z-index: 20;
  cursor: pointer;
}
.pop_copy .input_sec {
  padding: 0.2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop_copy .input_sec input {
  width: 5.14rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background: #eeddc1;
  border: 0.02rem solid #d7a77b;
  box-sizing: border-box;
  padding: 0 0.2rem;
  font-size: 0.24rem;
  color: #783e2f;
}
.pop_copy .btns {
  padding: 0.1rem 0;
}
.share_tip {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85) url(https://game.gtimg.cn/images/eden/act/a20240506cards/share_tip.png) no-repeat 60% 3%/4.24rem 4.07rem;
}
.foot,
.wrap_ieg {
  font-size: 0.14rem;
  text-align: center;
  padding: 0.2rem 0;
  background: #000;
  color: #aaa;
}
.foot a,
.wrap_ieg a {
  color: #aaa;
  text-decoration: none;
}

.loading-wrap[data-v-96d6bb98] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  transform: translate3d(0, 0, 0);
}
.loading-wrap p[data-v-96d6bb98] {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 0.22rem;
  margin-top: 0.1rem;
}
.loading[data-v-96d6bb98] {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  border: 0.03rem solid #fff;
  border-top-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  animation: circle-96d6bb98 infinite 0.75s linear;
}
@keyframes circle-96d6bb98 {
0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}

