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

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

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


.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.16rem;
  font-size: 0.22rem;
}
.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.32rem;
  line-height: 1;
  border: 1px solid #e1c885;
  color: #202020;
  border-radius: 0.04rem;
  padding-left: 0.08rem;
  overflow: hidden;
}
.role-selector-mobile-inline .box-slt span {
  line-height: 0.32rem;
}
.role-selector-mobile-inline .box-slt .placeholder {
  color: #999999;
}
.role-selector-mobile-inline .box-slt:after {
  content: '';
  position: absolute;
  top: 0.12rem;
  right: 0.15rem;
  width: 0px;
  height: 0px;
  border-bottom: 0.08rem solid #d3583d;
  -webkit-transform: rotate(-45deg);
  border-left: 0.08rem solid transparent;
  box-shadow: 1px 1px 0 #d3583d;
  -webkit-box-shadow: 1px 1px 0 #d3583d;
  pointer-events: none;
}
.role-selector-mobile-inline .box-slt:first-child {
  border-top: 0px;
}
.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: 4.8rem;
  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: 1px solid #ddd;
  color: black;
  padding-left: calc(constant(safe-area-inset-left) + 0.16rem);
  padding-left: calc(env(safe-area-inset-left) + 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;
  font-size: 0.24rem;
}
.role-selector-mobile-inline .mobile-select-container .roleselector-panel .content {
  width: 100%;
  height: 4rem;
  overflow: scroll;
  color: #000;
  box-sizing: border-box;
}
.role-selector-mobile-inline .mobile-select-container .roleselector-panel .content div {
  position: relative;
  width: 100%;
  font-size: 0.24rem;
  line-height: 0.72rem;
  height: 0.72rem;
  border-bottom: 1px solid #ededed;
  padding-left: calc(constant(safe-area-inset-left) + 0.16rem);
  padding-left: calc(env(safe-area-inset-left) + 0.16rem);
  box-sizing: border-box;
}
@media screen and (max-height: 260px) {
.role-selector-mobile-inline .mobile-select-container .roleselector-panel .content {
    height: 3rem;
}
}

.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-be12e672] {
  display: flex;
  margin-bottom: 0.35rem;
}
.input-label[data-v-be12e672] {
  width: 1.9rem;
  font-size: 0.28rem;
  color: #765b29;
  font-weight: bold;
  text-align: right;
  margin-right: 0.1rem;
}
.input-box[data-v-be12e672] {
  border: 1px solid #d2b378;
  background: #e7dcc9;
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.28rem;
  color: #765b29;
  width: 3.6rem;
}
.inp-txt[data-v-be12e672] {
  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-be12e672] {
  border: 1px solid #d2b378;
  background: #e7dcc9;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.28rem;
  color: #765b29;
  width: 3.6rem;
}
.inp-textarea[data-v-be12e672] {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  font-size: 0.28rem;
  padding: 0.1rem;
  box-sizing: border-box;
}
.pip-info[data-v-be12e672] {
  position: relative;
  display: flex;
  margin-bottom: 0.2rem;
  z-index: 10;
  font-size: 0.2rem;
}
.pip-info .pip-checkbox[data-v-be12e672] {
  margin: 0.05rem 0.3rem 0 0;
  vertical-align: middle;
  /* 选中时的样式 */
}
.pip-info .pip-checkbox input[data-v-be12e672] {
  position: absolute;
  top: 0.05rem;
  left: 0;
  width: 0;
  height: 0;
  opacity: 1;
  margin: 0;
}
.pip-info .pip-checkbox input[type="checkbox"][data-v-be12e672]:not(:checked)::after {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background: transparent;
  border: 1px solid #000;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.pip-info .pip-checkbox input[type="checkbox"][data-v-be12e672]:checked::after {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background: transparent;
  border: 1px solid #000;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.pip-info .pip-checkbox input[type="checkbox"][data-v-be12e672]:checked::before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 1px;
  position: absolute;
  top: 0.04rem;
  background: #333;
  left: 0.05rem;
  box-sizing: border-box;
}

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

.header[data-v-282f6a2c] {
  width: 100%;
  height: 8.6rem;
  background: url(//game.gtimg.cn/images/ty/act/a20231123contest/bgs/kv.jpg) no-repeat;
  background-size: auto 7.5rem;
  background-position: center top;
}
.header .main[data-v-282f6a2c] {
  height: 7.5rem;
}
.header.kv-my[data-v-282f6a2c] {
  background-image: url(//game.gtimg.cn/images/ty/act/a20231123contest/bgs/my/kv_my.jpg);
}
.header .logo[data-v-282f6a2c] {
  width: 1.52rem;
  height: 0.43rem;
  position: absolute;
  background: url(//game.gtimg.cn/images/ty/act/a20231123contest/logo.png) no-repeat;
  background-size: 100% auto;
  left: 0;
  top: 0.36rem;
  z-index: 2;
  font-size: 0;
}
.header .event-date[data-v-282f6a2c] {
  text-align: center;
  position: absolute;
  bottom: 0.2rem;
  line-height: 0.4rem;
  font-size: 0.2rem;
  color: #e3edfe;
  left: 0;
  width: 100%;
  z-index: 2;
}
.header .login-field[data-v-282f6a2c] {
  color: #fff;
  right: 0.2rem;
  top: 0.2rem;
  line-height: 0.6rem;
  position: absolute;
  z-index: 2;
  font-size: 0.2rem;
}
.header .login-field .bind-role[data-v-282f6a2c],
.header .login-field .logout-button[data-v-282f6a2c] {
  text-decoration: underline;
}
.header .navi[data-v-282f6a2c] {
  width: 100%;
  height: 1.1rem;
  background: url(//game.gtimg.cn/images/ty/act/a20231123contest/navi/navi_bg.jpg) no-repeat;
  background-size: auto 1.1rem;
  background-position: center top;
}
.header .navi .main[data-v-282f6a2c] {
  width: 7.15rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .navi-item[data-v-282f6a2c] {
  height: 0.9rem;
  cursor: pointer;
}
.header .navi-item .nav-item-text[data-v-282f6a2c] {
  height: 0.5rem;
  line-height: 0.5rem;
  width: 1.78rem;
  display: block;
  margin-top: 0.16rem;
  padding-left: 1px;
  border-right: 1px solid #d9e6ff;
  font-size: 0;
  background-size: 1.03rem 0.25rem;
  background-repeat: no-repeat;
  background-position: center;
}
.header .navi-item:last-child .nav-item-text[data-v-282f6a2c] {
  border: 0;
  padding-right: 1px;
}
.header .navi-item.item-on[data-v-282f6a2c] {
  background: url(//game.gtimg.cn/images/ty/act/a20231123contest/navi/navi_on.png) no-repeat;
  background-size: 100% auto;
  border: 0;
  padding-right: 1px;
  margin-left: -1px;
}
.header .navi-item.navi-1 .nav-item-text[data-v-282f6a2c] {
  background-image: url(//game.gtimg.cn/images/ty/act/a20231123contest/navi/n1_off.png);
}
.header .navi-item.navi-1.item-on .nav-item-text[data-v-282f6a2c] {
  background-image: url(//game.gtimg.cn/images/ty/act/a20231123contest/navi/n1_on.png);
}
.header .navi-item.navi-2 .nav-item-text[data-v-282f6a2c] {
  background-image: url(//game.gtimg.cn/images/ty/act/a20231123contest/navi/n2_off.png);
}
.header .navi-item.navi-2.item-on .nav-item-text[data-v-282f6a2c] {
  background-image: url(//game.gtimg.cn/images/ty/act/a20231123contest/navi/n2_on.png);
}
.header .navi-item.navi-3 .nav-item-text[data-v-282f6a2c] {
  background-image: url(//game.gtimg.cn/images/ty/act/a20231123contest/navi/n3_off.png);
}
.header .navi-item.navi-3.item-on .nav-item-text[data-v-282f6a2c] {
  background-image: url(//game.gtimg.cn/images/ty/act/a20231123contest/navi/n3_on.png);
}
.header .navi-item.navi-4 .nav-item-text[data-v-282f6a2c] {
  background-image: url(//game.gtimg.cn/images/ty/act/a20231123contest/navi/n4_off.png);
}
.header .navi-item.navi-4.item-on .nav-item-text[data-v-282f6a2c] {
  background-image: url(//game.gtimg.cn/images/ty/act/a20231123contest/navi/n4_on.png);
}
.header .navi-item.navi-5 .nav-item-text[data-v-282f6a2c] {
  background-image: url(//game.gtimg.cn/images/ty/act/a20231123contest/navi/n5_off.png);
}
.header .navi-item.navi-5.item-on .nav-item-text[data-v-282f6a2c] {
  background-image: url(//game.gtimg.cn/images/ty/act/a20231123contest/navi/n5_on.png);
}
.header .navi-item.item-on[data-v-282f6a2c]:first-child {
  margin-left: 10px;
}
.header.kv-my .navi[data-v-282f6a2c] {
  background-image: url(//game.gtimg.cn/images/ty/act/a20231123contest/bgs/my/navi_bg.jpg);
}

/* 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: 'fzbw';
  src: url(/act/a20231123contest/3b0f39c69aa18717432c.TTF);
}
@font-face {
  font-family: 'siyuan';
  src: url(//game.gtimg.cn/images/ty/act/a20231123contest/fonts/siyuan.ttf);
}

body {
  background-color: #1b283a;
}
.wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #1b283a;
}
.main {
  position: relative;
  width: 12rem;
  margin: 0 auto;
  z-index: 1;
  height: 100%;
}
.content {
  width: 100%;
}
.content.sec-1 {
  background-image: url(//game.gtimg.cn/images/ty/act/a20231123contest/bgs/info/sec1.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
  height: 7.1rem;
  overflow: hidden;
}
.content.sec-1 .event-intro {
  height: 2.36rem;
  width: 8.7rem;
  margin: 0.44rem auto 1.9rem;
  box-sizing: border-box;
  padding: 0.24rem 0;
  text-align: center;
  line-height: 0.3rem;
  color: #e3edfe;
  font-family: 'siyuan';
  font-size: 0.2rem;
}
.content.sec-1 .event-intro em {
  color: #fff0a6;
}
.content.sec-1 .event-schedule {
  width: 100%;
  display: flex;
  height: 2.1rem;
  justify-content: space-evenly;
}
.content.sec-1 .event-schedule .event-arrange {
  width: 1.76rem;
  height: 2.1rem;
  color: #e3edfe;
  text-align: center;
  padding-top: 0.9rem;
  box-sizing: border-box;
}
.content.sec-1 .event-schedule .event-arrange .event-date {
  line-height: 0.22rem;
  font-size: 0.2rem;
}
.content.sec-1 .event-schedule .event-arrange .event-date-arrow {
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #e3edfe;
  margin: 0.02rem auto;
}
.content.sec-1 .event-schedule .event-arrange .event-date-sub {
  line-height: 0.2rem;
  font-size: 0.18rem;
}
.content.sec-2 {
  background-image: url(//game.gtimg.cn/images/ty/act/a20231123contest/bgs/info/sec2.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
  height: 17.56rem;
  overflow: hidden;
}
.content.sec-2 .award-field {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
.content.sec-2 .award-field:first-child {
  margin-top: 1.4rem;
}
.content.sec-2 .award-field.last-field .award-box {
  width: 100%;
}
.content.sec-2 .award-field.last-field .award-box .award-list {
  width: 50%;
}
.content.sec-2 .channel-title {
  flex-basis: 100%;
  background-image: url(//game.gtimg.cn/images/ty/act/a20231123contest/titles/sec1/title_event_1.png);
  background-repeat: no-repeat;
  background-size: 3.16rem 0.54rem;
  background-position: center;
  font-size: 0;
  height: 0.54rem;
}
.content.sec-2 .channel-title.channel-2 {
  background-image: url(//game.gtimg.cn/images/ty/act/a20231123contest/titles/sec1/title_event_2.png);
}
.content.sec-2 .channel-title.channel-3 {
  background-image: url(//game.gtimg.cn/images/ty/act/a20231123contest/titles/sec1/title_event_3.png);
}
.content.sec-2 .award-box {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: 'siyuan';
  margin-top: 0.2rem;
}
.content.sec-2 .award-box .award-title {
  height: 0.44rem;
  font-size: 0;
  flex-basis: 100%;
  background-repeat: no-repeat;
  background-size: 3.15rem 0.44rem;
  background-position: center;
}
.content.sec-2 .award-box .award-title.title-1 {
  background-image: url(//game.gtimg.cn/images/ty/act/a20231123contest/titles/sec1/title_award_1_1.png);
}
.content.sec-2 .award-box .award-title.title-2 {
  background-image: url(//game.gtimg.cn/images/ty/act/a20231123contest/titles/sec1/title_award_1_2.png);
}
.content.sec-2 .award-box .award-title.title-3 {
  background-image: url(//game.gtimg.cn/images/ty/act/a20231123contest/titles/sec1/title_award_2_1.png);
}
.content.sec-2 .award-box .award-title.title-4 {
  background-image: url(//game.gtimg.cn/images/ty/act/a20231123contest/titles/sec1/title_award_2_2.png);
}
.content.sec-2 .award-box .award-title.title-5 {
  background-image: url(//game.gtimg.cn/images/ty/act/a20231123contest/titles/sec1/title_award_2_3.png);
}
.content.sec-2 .award-box .award-title.title-6 {
  background-image: url(//game.gtimg.cn/images/ty/act/a20231123contest/titles/sec1/title_award_2_4.png);
}
.content.sec-2 .award-box .award-title.title-7 {
  background-image: url(//game.gtimg.cn/images/ty/act/a20231123contest/titles/sec1/title_award_3_1.png);
}
.content.sec-2 .award-box .award-demand {
  font-size: 0.2rem;
  line-height: 0.26rem;
  padding: 0.14rem 0;
  text-align: center;
  flex-basis: 100%;
  color: #e3edfe;
}
.content.sec-2 .award-box .award-list {
  display: flex;
  width: 90%;
  justify-content: space-around;
}
.content.sec-2 .award-box .award-pic {
  width: 1.3rem;
  height: 1.3rem;
  background: url(//game.gtimg.cn/images/ty/act/a20231123contest/awards/bg.png) no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content.sec-2 .award-box .award-pic img {
  max-width: 100%;
  max-height: 100%;
}
.content.sec-2 .award-box .award-pic:last-child img {
  width: 1.06rem;
  height: 1.06rem;
}
.content.sec-2 .award-box .award-pic.sp-award img {
  width: auto;
  height: auto;
}
.content.sec-2 .award-box .award-name {
  flex-basis: 100%;
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.26rem;
  padding: 0.1rem 0;
  color: #e3edfe;
}
.content.sec-3 {
  background-image: url(//game.gtimg.cn/images/ty/act/a20231123contest/bgs/info/sec3.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
  height: 10.5rem;
  overflow: hidden;
}
.content.sec-3 .main {
  padding-top: 1.2rem;
}
.content.sec-4 {
  background-image: url(//game.gtimg.cn/images/ty/act/a20231123contest/bgs/info/sec4.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
  height: 10.7rem;
  overflow: hidden;
}
.content.sec-4 .main {
  padding-top: 1.2rem;
}
.content .paragraph {
  width: 100%;
  box-sizing: border-box;
  color: #e3edfe;
  font-size: 0.2rem;
  font-family: 'siyuan';
}
.content .paragraph.new-para {
  margin-top: 1.56rem;
}
.content .paragraph.new-para-2 {
  margin-top: 1.3rem;
}
.content .paragraph .para-count {
  float: left;
  width: 0.31rem;
  height: 0.31rem;
  line-height: 0.31rem;
  text-align: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAfCAMAAAAocOYLAAAAvVBMVEUAAADG0+jW4vbe6fvCz+Xe6PqDl7h+krK0xeKvwd24yeW0xODY4/d0iKiLnr6qu9evv9u+zOLE0eh5jK2ClLOQpMSIm7rY5PivvtXN2/HI1evM2O7e6Pvj7f41U4QyUIA8W4w5V4g/XpBGZZclQnFCYZMiP24bOGZPbqErSXgfO2ovTHwYNGNJaJsvTXxUdKdRcaRMa54oRnUoRXUUMF5Zea0rSXlWdqpJaJpEYpRNbJ5efrE4V4g/XY41U4NXQNNtAAAAHnRSTlMASiUcWRzl5djY09Ml5uTY1FpZ5uPj4yXfyVREHAxej4KpAAAA/ElEQVQoz32KCXOCMBBGk5aKlmpPex9SRcEDBBQBj///s9wl0dUE85KZb2feYwo/zMjjOzfq9sLmRr2AwKCRlwuB1Z4K6gPreTSFN6JA1USD63p8ihpY9vCcV36uByqnwZOdJimQpAlsAsDV4UfdCLIgy4IAPl5yIZB6AoRhOIEXirNaDFD/XaILwWfnV2O3k0f3i13du667cQF9ew83DIJtr54tagy8/zoK1CIoCq/wKmj6qGXQyvsquQOagjjPZxVyS6Ep8OM4LvGXePjOtxAUzH0icq6Zwl0rmh/QNQbNVSRY3gqtBcsVQloPgDVpPVgbNPDWNGkMPhS9B364Q4bjVKKKAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.content .paragraph p {
  overflow: hidden;
  padding-top: 0.02rem;
  padding-left: 0.04rem;
  line-height: 0.3rem;
}
.content .paragraph p em {
  color: #fff0a6;
}
.content .paragraph p a {
  color: #e3edfe;
}

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

