@charset "utf-8";

/** reset S ***/
body,
html,
iframe,
p,
div,
span,
h1,
h2,
h3,
h4,
h5,
i,
ul,
li {
  margin: 0;
  padding: 0;
}

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

img {
  border: 0;
  font-size: 0;
  vertical-align: middle;
}

a,
img {
  -webkit-user-drag: none;
}

body {
  word-wrap: break-word;
  font-family:'system-ui','Microsoft YaHei', '微软雅黑', 'Open Sans', calibri, Roboto,
    verdana, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei UI', sans-serif,
    system-ui;
  font-size: 0.12rem;
  line-height: 1.5;
  overflow: initial !important;
  padding-right: 0 !important;
}

/*footer*/
#afooter {line-height: 2;color:#ffffff;background-color:#0e0e0e;padding:0.2rem 0;text-align:center;}

#afooter a {color:#ffffff;}

#app {
  min-height: 100vh;
}

.act-page.menu-light {
  --color-text-4: rgba(0, 0, 0, 0.6);
  --color-op-5: rgba(0, 0, 0, 0.05);
  --color-op-10: rgba(0, 0, 0, 0.1);
  --color-op-60: rgba(0, 0, 0, 0.6);
  --color-text-primary: rgba(0, 0, 0, 0.8);
  --color-brand1-5: #ffca28;
  --color-text0-1: #fff;

  --font-size-xs: 0.12rem;
}

.we-button {
  display: inline-block;
  line-height: 0.24rem;
  padding: 0 0.12rem;
  font-size: 0.12rem;
  color: var(--color-text-1);
  border-style: solid;
  border-width: 1px;
  border-radius: 0.26rem;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menutype-list-arrow {
  display: inline-block;
  width: 0.06rem;
  height: 0.1rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAASCAYAAABvqT8MAAAABHNCSVQICAgIfAhkiAAAAN1JREFUKFOVks8NgjAUh/vgxkVH4UppIiPIBMoEOgIj6ASygYzggdArbsIFblBfm5QAllqbECj9vv55vwJjLCGEPPEhwzBknPNSfm81iOO4BYCdBsZxzOq6LpwFCdokiKLo6Pu+2tK8bUkgIUrp2fO8h4ukhH+kSbBJOHatquoumYXwQypRSr8Em4QCGAXMpsBsTusiGIUtWJd5sYIJFkK8u65LmqZpF4d2gSfBFVYCpnzDlC/zA663MR8DvN7CFVYroPDC90F2bDPrSSEMw30QBLn80fd9rquxzkD3P3+WmhPSpncjAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0.1rem;
  top: 50%;
  margin-top: -0.05rem;
  opacity: 0.6;
}

.we-button-menutype:hover {
  background-color: var(--color-fill-2);
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* @font-face {
  font-family: 'fanzheng';
  src: url('../fonts/fangzhengqingke.ttf');
  font-weight: 100;
}

@font-face {
  font-family: 'siyuan';
  src: url('../fonts/siyuansong.ttf');
  font-weight: 100;
} */

[v-cloak] {
  display: none;
}
.page-main {
  margin-top: -0.94rem;
  position: relative;
  /* padding-top: 2rem; */
}
body,html{
  background-color: #1a1915;
}
.act-page {
  background-color: #1a1915;
}

.act-page:before,
.act-page:after {
  content: '';
  width: 3.5rem;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 9;
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1)
  );
  pointer-events: none;
  display: none;
}

.act-page:before {
  left: 50%;
  margin-left: -11.4rem;
}

.act-page:after {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1)
  );
  right: 50%;
  margin-right: -11.4rem;
}

body,
html {
  margin: auto;
  font-size: calc((100 / 1920) * 100vw);
}
body{
  font-size: 0.12rem;
}

/* @media (max-width: 1920px) {

  body,
  html {
    font-size: 100px !important;
  }
}

@media (min-width: 1920px) {

  body,
  html {
    font-size: calc((100 / 1920) * 100vw);
  }
} */

body::-webkit-scrollbar,
.act-page::-webkit-scrollbar {
  width: 0.08rem !important;
  height: 0.08rem !important;
  background: transparent;
}

body::-webkit-scrollbar-corner,
.act-page::-webkit-scrollbar-corner {
  background: transparent;
}

body::-webkit-scrollbar-track,
.act-page::-webkit-scrollbar-track {
  background: rgba(179, 179, 179, 0.2) !important;
}

body::-webkit-scrollbar-thumb,
.act-page::-webkit-scrollbar-thumb {
  width: 0.08rem;
  border-radius: 0.08rem;
  background: rgba(179, 179, 179, 1) !important;
}

.act-page {
  width: 100%;
  min-height: 100vh;
}

.act-page-content {
  /* min-width: 1200px; */
  margin: auto;
  position: relative;
  overflow: hidden;
  padding: 0.5rem 0 0;
}

body:not(.page-out-client) .act-page-content {
  padding-top: 1rem;
}

header.store-headernav::before {
  content: '';
  position: absolute;
  top: -1rem;
  left: 0;
  right: 0;
  bottom: -0.5rem;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0, 0.8) 70%);
  pointer-events: none;
  opacity: 0.8;
}

.home-nav {
  transition: all 0.3s ease-in-out;
}

.mill-header {
  display: none;
}

.page-out-client .mill-header {
  display: block;
  z-index: 300;
  position: fixed;
}

.page-out-client .mill-header {
  display: block;
  z-index: 300;
}
.page-section {
  width: 12rem;
  position: relative;
  margin: 0 auto 1.2rem;
}

.panel-cg::after,
.panel-wiki::after,
.panel-feature::after{
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: -0.66rem;
  left: 0;
  width: 19.2rem;
  height: 1.23rem;
  z-index: 11;
  background: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/bg-panel-mask.png") no-repeat center top;
  background-size: 100% 100%;
  opacity: 0.3;
  display: none;
}

/* 视频按钮 */
.button-video-trigger{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.25);
}
.button-video-trigger::after{ 
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.45rem 0 0 -0.45rem;
    width: .9rem;
    height: .9rem;
    background: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/button-video-trigger.png") no-repeat center top;
    background-position: center top;
    background-size: 100% 100%;
    transition: all 0.2s linear;
}
.button-video-trigger:hover::after{
  transform: scale(1.1);
}

.section-line{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 19.2rem;
  height: 1.23rem;
  z-index: 11;
  background: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/bg-panel-mask.png") no-repeat center top;
  background-size: 100% 100%;
  opacity: 0.6;
  pointer-events: none;
  mix-blend-mode: lighten;
  /* display: none; */
}
.section-line01{
  top: 19.8rem;
}
.section-line02{
  top: 31.74rem;
}
.section-line03{
  top: 41.68rem;
}
.section-line04{
 top: 50.76rem;
}

/* font */
@font-face {
  font-family: 'hyxs';
  src: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/font/hyxs.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'hyxs85w';
  src: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/font/hyxs85w.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}


.mill-header {
  display: none;
}

.page-out-client .mill-header {
  display: block;
}


.fr-header{
  position: absolute !important;
  width: 100%;
  top: 0;
  visibility: visible;
}

.mill-header{
  visibility: hidden;
}

.page-out-client .mill-header{
  visibility: visible;
}
.page-out-client .fr-header{
  visibility: visible;
  top: 0.5rem;
}

.main-nav>li>a{
  color: #fff;
}


.preload-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.panel-kv {
  position: relative;
}
.panel-kv-bg{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 5;
  background: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/kv/kv.jpg") no-repeat center 100%;
  background-size: 100% auto;
}
.panel-kv::before {
  content: '';
  /* padding-top: calc((1628 / 2880) * 100%); */
  padding-top: calc((1628 / 3100) * 100%);
  /* padding-top: calc((1072 / 1920) * 100%); */
  display: block;
}
.kv-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.kv-inner video,
.kv-inner img {
  width: 100%;
  height: 11.01rem;
  display: block;
  object-fit: cover;
  object-position: 50% 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, calc(-50% - 1rem), 0);
  z-index: 4;
}

.kv-inner img {
  z-index: 10;
}
.kv-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.kv-title {
  /* width: 11.02rem;
  height: 4.37rem; */
  width: 9.42rem;
  height: 3.75rem;
  position: absolute;
  left: 5.7rem;
  bottom: 2.5rem;
  background: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/kv/kv-title.png") no-repeat center top;
  background-size: 100% 100%;
}
.kv-logo{
  position: absolute;
  left: .46rem;
  top: 100PX;
  width: 1.8rem;
  height: .87rem;
  background: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/kv/logo.png") no-repeat center top;
  background-size: 100% 100%;
}
.kv-title-text{
  display: none;
}
.kv-slogan {
  width: 7.2rem;
  height: 0.54rem;
  min-width: 616PX;
  min-height: 46PX;
  position: absolute;
  left: 50%;
  bottom: 2.64rem;
  background: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/kv/kv-slogan.png") no-repeat center top;
  background-size: 100% 100%;
  transform: translate3d(-50%, 0, 0);
}

/* .kv-slogan::after {
  content: '';
  width: 12.73rem;
  height: 3.39rem;
  position: absolute;
  left: 50%;
  margin-left: -6rem;
  bottom: 0;
  border-radius: 1000px;
  opacity: 0.4;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #000 0%,
    rgba(83, 31, 31, 0) 100%
  );
  filter: blur(6px);
  z-index: 5;
} */
/* 
.kv-slogan img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 10;
} */

.kv-actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.44rem;
  z-index: 10;
  display: flex;
  justify-content: center;
}
.kv-button {
  width: 4.12rem;
  height: 1.28rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.36rem;
  color: #fff;
  font-weight: bold;
  /* background: #DAB67D; */
  /* border-radius: 0.4rem 0.4rem 0 0; */
  cursor: pointer;
  position: relative;
  transition: all .2s linear;
}
.kv-button-text {
  position: relative;
  z-index: 4;
  font-family: 'han', Arial, Helvetica, sans-serif;
  text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.25);
  display: none;

}
.kv-button-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  /* -webkit-mask-image: url('https://wegame.gtimg.com/tgp_act/release/release/mingchao20240521/images/kv/kv-button.png');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto; */
  /* background: #DAB67D; */
  transition: all 0.36s ease;
  background: url('//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/kv/button-download.png')
    no-repeat center top;
  background-size: 100% auto;
}
/* .kv-button.kv-button--active .kv-button-bg::after {
  animation: kv-btn-ani1 60s linear infinite;
}
@keyframes kv-btn-ani1 {
  0% {
    background-position: 50% 0%;
  }
  100% {
    background-position: 50% 51.52%;
  }
} */
.kv-button:hover {
  filter: brightness(1.1);
}
.kv-button--disabled .kv-button-text {
  opacity: 0.7;
}
.kv-button--disabled .kv-button-bg::after {
  filter: brightness(0.8);
}
.kv-button--disabled:hover {
  cursor: default;
  filter: none;
}
.kv-button--disabled:hover .kv-button-bg::after {
  animation: none;
}


.download .kv-button-bg{
  background: url('//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/kv/button-download.png')
    no-repeat center top;
  background-size: 100% auto;
}
.downloading .kv-button-bg{
  background: url('//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/kv/button-downloading.png')
    no-repeat center top;
  background-size: 100% auto;
}
.downloading:hover .kv-button-bg{
  background: url('//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/kv/button-pause.png')
    no-repeat center top;
  background-size: 100% auto;
}
.paused .kv-button-bg{
  background: url('//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/kv/button-pauseing.png')
    no-repeat center top;
  background-size: 100% auto;
}
.paused:hover .kv-button-bg{
  background: url('//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/kv/button-go-on.png')
    no-repeat center top;
  background-size: 100% auto;
}
.waiting .kv-button-bg{
  background: url('//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/kv/button-waiting.png')
    no-repeat center top;
  background-size: 100% auto;
}
.waiting:hover .kv-button-bg{
  filter: brightness(1.1);
}

.launcher .kv-button-bg{
  background: url('//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/kv/button-start.png')
    no-repeat center top;
  background-size: 100% auto;
}
.launcher:hover .kv-button-bg{
  background: url('//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/kv/button-start.-hover.png')
    no-repeat center top;
  background-size: 100% auto;
}
.pre-download .kv-button-bg{
  background: url('//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/kv/button-prepare-download.png')
    no-repeat center top;
  background-size: 100% auto;
}


/* .kv-button.downloading,
.kv-button.installing {
  filter: brightness(0.8);
} */
.act-sider {
  position: absolute;
  bottom: 0.12rem;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 20;
}
.act-link {
  margin-right: 0.16rem;
  width: 1.85rem;
  height: 0.62rem;
  background: url('//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/kv/button-welfare.png')
    no-repeat;
  background-size: 100% auto;
  display: block;
  cursor: pointer;
  position: relative;
  transition: all 0.2s linear;
}
.act-link:hover {
  background: url('//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/kv/button-welfare-hover.png')
    no-repeat;
  background-size: 100% auto;
} 

.link-helper {
  width: 1.85rem;
  height: 0.62rem;
  background: url('//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/kv/button-community.png')
    no-repeat;
  background-size: 100% auto;
  display: block;
  cursor: pointer;
  position: relative;
  transition: all 0.2s linear;
}
.link-helper:hover {
  background: url('//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/kv/button-community-hover.png')
  no-repeat;
background-size: 100% auto;
}


 @media screen  and (max-height: 720px) {
  .kv-actions{
    bottom: 1.04rem;
  }
  .act-sider {
    bottom: 0.72rem;
  }
} 
  
.panel-cg{
  position: relative;
  z-index: 5;
}
.panel-cg::before{
  content: "";
  padding-top: calc((1560 / 2880) * 100%);
  display: block;
  pointer-events: none;
}
/* .panel-cg::after{
  content: "";
  position: absolute;
  top:-0.39rem;
  left:0;
  right:0;
  z-index: 20;
  height: 1.02rem;
  background: url("https://wegame.gtimg.com/tgp_act/release/release/mingchao20240521/images/panel-cg/cg-panel-border.png") no-repeat center top;
  background-size: 100% 100%;
  background-position: 50% 0;
} */
.panel-cg-bg{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 10;
  background: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-cg/bg-cg.jpg") no-repeat center top;
  background-size: contain;
  /* -webkit-mask-image:url("https://wegame.gtimg.com/tgp_act/release/release/mingchao20240521/images/panel-cg/mask-bg.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%; */
}

.panel-cg-inner{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 15;
}
.cg-videos-title{
  width: 8.5rem;
  height: 1.95rem;
  position: absolute;
  top: 0.7rem;
  left: 50%;
  z-index: 5;
  transform: translate3d(-50%,0%,0);
  background: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-cg/title-cg.png") no-repeat center top;
  background-size: contain;
}
.cg-videos-title-text{
  display: none;
}
.cg-videos{
  width: 10rem;
  height: 6.74rem;
  position: absolute;
  top: 2.9rem;
  left: 50%;
  z-index: 5;
  transform: translate3d(-50%,0%,0);
  /* background: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-cg/bg-cg-video.png") no-repeat center top;
  background-size: contain; */
  overflow: hidden;
}
.cg-videos-inner{
  margin: .4rem auto 0;
  position: relative;
  width: 9.37rem;
  height: 5.27rem;
  background-color: #000;
}

.cg-video-ele,
.cg-video-cover{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 10;
}
.cg-video-ele{
  z-index: 5;
}
.cg-video-ele .gamevideo,
.cg-video-ele .gamevideo video,
.cg-video-cover img{
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  display: block;
}
.cg-video-cover{
  pointer-events: none;
}

.cg-video-ele + .cg-video-cover{
  animation: fadeOutCover 0.3s ease-in 0s 1 both;
}
@keyframes fadeOutCover {
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}

/* .cg-video-ele .txp_controls{
  bottom: 0.7rem !important;
  left: 0.3rem !important;
  right: 0.3rem !important;
  width: auto !important;
} */

.cg-videos-tabs{
  padding: 0 0.2rem;
  position: absolute;
  bottom: 0.2rem;
  display: flex;
  justify-content: center;
  z-index: 6;
  width: 100%;
}
.cg-videos-tabs-item{
  width: 3.97rem;
  height: .54rem;
  margin: 0 0.3rem;
  line-height: .54rem;
  font-size: 0.24rem;
  color: #4F3A2A;
  text-align: center;
  font-weight: 400;    
  font-family: 'hyxs85w';
  background: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-cg/cg-tab-item.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  transition: all 0.1s ease-in;
}
.cg-videos-tabs-item:hover{
  background: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-cg/cg-tab-item-hover.png) no-repeat;
  background-size: 100% 100%;
  color: #DDCDB9;
}
.cg-videos-tabs-item.active{
  background: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-cg/cg-tab-item-active.png) no-repeat;
  background-size: 100% 100%;
  color: #F6E4CE;
  pointer-events: none;
}

.panel-cg-gka{
  position: absolute;
  bottom: 0;
  width: 19.2rem;
  height: 11.9rem;
  overflow: hidden;
  z-index: 14;
  pointer-events: none;
}

.panel-cg-gka-inner{
    width: 576rem;
    height: 11.9rem;
    background-image: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-cg/sprites.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    animation: cg-frames  2s 0s infinite forwards;
    animation-timing-function: steps(30, end);
}


@keyframes cg-frames {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
/* .panel-wiki{
  will-change: transform;
} */
.panel-wiki::before{
  content: "";
  padding-top: calc((1798 / 2880) * 100%);
  display: block;
}
.panel-wiki-bg{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 10;
  background-position: center top;
  background-size: 100% 100%;
  background-color: #000;
}

.wiki-title{
  width: 8.5rem;
  height: 1.95rem;
  position: absolute;
  top: 0.1rem;
  left: 50%;
  transform: translate3d(-50%,0%,0);
  z-index: 5;
  background: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-wiki/title-wiki.png") no-repeat center top;
  background-size: 100% 100%;
}
.wiki-title-text{
  display: none;
}

.panel-wiki-inner{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 12;
  /* overflow: hidden; */
}
.wiki-section-action{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 50;
  background-color: #000;
  display: none;
}
.panel-wiki{
  margin-bottom: -0.01rem;
  position: relative;
  z-index: 5;
  /* height: 100vh;
  max-height: 12rem; */
  /* overflow: hidden;
  max-height: 100vh; */
}

/* wiki-roles */
.wiki-roles{
  position: absolute;
  top: 2.4rem;
  left: 0;
  right: 0;
  bottom:0;
  z-index: 1;
}

/* agent-skill-tab */
.agent-skill-tab{
  display: flex;
  align-items: center;
  justify-content: center;
}
.agent-skill-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

.agent-skill-tab-item { 
  position: relative;
  display: flex;
  flex-direction: column;
  /* justify-content: flex-end; */
  justify-content: center;
  height: 1.9rem;
  /* margin: 0 0.1rem; */
  cursor: pointer;
  width: 1.46rem;
  margin: 0 -0.06rem;
}
.agent-skill-tab-item .agent-skill-tab-item-text{
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.16rem;
  display: block;
  text-align: center;
  margin: 0 0 0.1rem 0;
  font-family: 'hyxs';
  font-weight: bold;
}
.agent-skill-tab-item .agent-skill-tab-item-text::before,
.agent-skill-tab-item .agent-skill-tab-item-text::after{
  position: absolute;
  top: 50%;
  margin-top: -0.05rem ;
  content: '';
  width: .38rem;
  height: .11rem;
  background: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-wiki/title-line-02.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.agent-skill-tab-item .agent-skill-tab-item-text::before{
  left: -0.28rem;
}
.agent-skill-tab-item .agent-skill-tab-item-text::after{
  transform: scale(-1);
  right: -0.28rem;
}
.agent-skill-tab-item.current .agent-skill-tab-item-text{
  font-family: "hyxs85w";
  font-size: .32rem;
  font-weight: 400;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #EEDFC4, #FAF6EE);
  /* position: absolute;
  width: 100%;
  bottom: 0; */
}
.agent-skill-tab-item.current .agent-skill-tab-item-text::before,
.agent-skill-tab-item.current .agent-skill-tab-item-text::after{
  opacity: 1;
}

.agent-skill-tab-item:hover .helper-image {
  background: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-wiki/bg-agent-item-hover.png) no-repeat;
  background-size: 100% 100%;
}

.agent-skill-tab-item.current{
  pointer-events: none;
  margin: -0.3rem 0.1rem 0;
}
.agent-skill-tab-item.current .helper-image{
  width: 1.46rem;
  height: 1.46rem;
  background: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-wiki/bg-agent-item-current.png) no-repeat; 
  background-size: 100% 100%; 
  /* margin-bottom: 0.8rem; */
}
.agent-skill-tab-item.current.zhanshi .helper-image{
  background: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-wiki/tab-role1.png) no-repeat;
  background-size: 100% 100%;
}
.agent-skill-tab-item.current.shengqishi .helper-image{
  background: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-wiki/tab-role2.png) no-repeat;
  background-size: 100% 100%;
}
.agent-skill-tab-item.current.mandoushi .helper-image{
  background: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-wiki/tab-role3.png) no-repeat;
  background-size: 100% 100%;
}
.agent-skill-tab-item.current.yingrenzhe .helper-image{
  background: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-wiki/tab-role4.png) no-repeat;
  background-size: 100% 100%;
}
.agent-skill-tab-item.current.mushi .helper-image{
  background: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-wiki/tab-role5.png) no-repeat;
  background-size: 100% 100%;
}
.agent-skill-tab-item.current.fashi .helper-image{
  background: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-wiki/tab-role6.png) no-repeat;
  background-size: 100% 100%;
}
.agent-skill-tab-item.current.youxia .helper-image{
  background: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-wiki/tab-role7.png) no-repeat;
  background-size: 100% 100%;
}
.agent-skill-tab-item.current.huanlingjisi .helper-image{
  background: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-wiki/tab-role8.png) no-repeat;
  background-size: 100% 100%;
}
.agent-skill-tab-item.current.yinyoushiren .helper-image{
  background: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-wiki/tab-role9.png) no-repeat;
  background-size: 100% 100%;
}
.agent-skill-tab-item .helper-image{
  margin: 0 auto;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.06rem;
  height: 1.06rem;
  margin-bottom: 0.15rem;
  background: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-wiki/bg-agent-item.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.15s ease;
}
.agent-skill-tab-item .helper-image-inner{
  width: .72rem;
  height: .68rem;
  background-color: #a0a0a0;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
}
.agent-skill-tab-item.current .helper-image-inner{
  background-image: linear-gradient(0, #5c5ca1, #fff);
}
.agent-skill-tab-item.current.zhanshi .helper-image-inner{
  background-image: linear-gradient(0, #c0885e, #fff);
}
.agent-skill-tab-item.current.shengqishi .helper-image-inner{
  background-image: linear-gradient(0, #d8af85, #fff);
}
.agent-skill-tab-item.current.fashi .helper-image-inner{
  background-image: linear-gradient(0, #d15f69, #fff);
}
.agent-skill-tab-item.current.huanlingjisi .helper-image-inner{
  background-image: linear-gradient(0, #68bbb7, #fff);
}
.agent-skill-tab-item.current.yingrenzhe .helper-image-inner{
  background-image: linear-gradient(0, ##a79e7, #fff);
}
.agent-skill-tab-item.current.mushi .helper-image-inner{
  background-image: linear-gradient(0, #44596b, #fff);
}
.agent-skill-tab-item.current.yinyoushiren .helper-image-inner{
  background-image: linear-gradient(0, #527054, #fff);
}
.agent-skill-tab-item.current.youxia .helper-image-inner{
  background-image: linear-gradient(0, #5c5ca1, #fff);
}
.agent-skill-tab-item.current.mandoushi .helper-image-inner{
  background-image: linear-gradient(0, #c4a68d, #fff);
}
/* .agent-skill-tab-item .helper-image img{
  width: .72rem;
  height: .68rem;
  display: block;
} */

.wiki-roles-container {
  position: absolute;
  top: 1.9rem;
  left: 0;
  right: 0;
  bottom: 0;
}

.mc-roles-info {
  padding: 0 1.55rem;
  width: 5rem;
  position: absolute;
  left: 3rem;
  bottom: 1.12rem;
  text-align: center;
  z-index: 1;
}
.mc-roles-info::before,
.mc-roles-info::after{
  position: absolute;
  top: 50%;
  margin-top: -0.1rem ;
  content: '';
  width: 1.35rem;
  height: .21rem;
  background: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-wiki/title-line.png) no-repeat;
  background-size: 100% 100%;
}
.mc-roles-info::before{
  left: 0;
}
.mc-roles-info::after{
  transform: scale(-1);
  right: 0;
}
.mc-roles-info-ele{
  display: flex;
  justify-content: center;
  margin: -0.1rem 0 0.06rem;
}
.mc-roles-icon{
  margin-right: 0.05rem;
  width: .57rem;
  height: .53rem;
  background-image: linear-gradient(90deg, #f3e9d7, #ddc08d);
  mask-size: 100% 100%;
}
.mc-roles-name{
  font-size: .34rem;
  font-weight: bold;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #faf5ef, #e0d1ba);
  white-space: nowrap;
  font-family: "hyxs";
}
.mc-roles-desc{
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0.4rem;
  left: 7.3rem;
  padding:0 0.05rem;
  width: .31rem;
  height: 2.6rem;
  background: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-wiki/role-intro.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: .12rem;
  color: #fff;
  line-height: 1.2;
  z-index: 3;
}

/* wiki-roles-gallery */
.wiki-roles-gallery{
  position: absolute;
  bottom: 2.3rem;
  left: 0.24rem;
}
.roles-model-ele{
  /* width: 9.74rem;
  height: 6.05rem; */
  width: 8.2rem;
  height: 5.09rem;
  pointer-events: none;
}
.roles-model-ele img{
  /* width: 100%; */
  width: 100%;
  height: auto;
}

/* wiki-roles-videos */
.wiki-roles-videos{
  position: absolute;
  right: 3.3rem;
  bottom: 2.26rem;
  width: 7.87rem;
  /* height: 5.07rem; */
  height: 4.82rem;
  /* background: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-wiki/bg-agent-video02.png) no-repeat;
  background-size: 100% 100%; */
}
.wiki-roles-videos .preload-img{
  z-index: 1;
}
.wiki-videos-ele{
  z-index: 2;
}
/* .wiki-roles-videos-tab{
  padding-top: 0.1rem;
  display: flex;
  justify-content: center;
  z-index: 6;
}
.wiki-roles-videos-tab-item{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: .5rem;
  margin: 0 0.86rem;
  line-height: .5rem;
  font-size: 24px;
  color: #4F3A2A;
  text-align: center;
  font-weight: bold;
  background: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-wiki/tab-item.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  transition: all 0.1s ease-in;
}
.wiki-roles-videos-tab-item:hover{
  background: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-wiki/tab-item-hover.png) no-repeat;
  background-size: 100% 100%;
  color: #DDCDB9;
}
.wiki-roles-videos-tab-item.active{
  background: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-wiki/tab-item-active.png) no-repeat;
  background-size: 100% 100%;
  color: #F6E4CE;
  pointer-events: none;
} */
.zhuanjing-icon{
  width: .45rem;
  height: .47rem;
  margin-right: 0.08rem;
  background-color: #4F3A2A;
  mask-size: 100% 100%;
}
.wiki-roles-videos-tab-item:hover .zhuanjing-icon,
.wiki-roles-videos-tab-item.active .zhuanjing-icon{
  background-color: #f6e4ce;
}
.wiki-videos-ele{
  position: relative;
  margin: 0.41rem auto 0;
  width: 7.38rem;
  height: 4.16rem;
  background-color: #000;
}
.wiki-videos-ele-inner{
  height: 100%;
}
.wiki-videos-ele-tag{
  position: absolute;
  left: 0;
  top: 0.08rem;
  width: 2.1rem;
  height: .32rem;
  line-height: .32rem;
  background: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-wiki/video-tag.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  color: #fff;
  font-size: .15rem;
  font-weight: bold;
  color: #C8C8C8;
}
.wiki-videos-ele-inner video{
  width: 100%;
  height: 100%;
}
.roles-navigation-prev,
.roles-navigation-next{
  position: absolute;
  top: 40%;
  margin-top: -0.28rem;
  width: 0.5rem;
  height: 0.56rem;
  background: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-wiki/button-next.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  transition: all 0.2s linear;
}
.roles-navigation-prev{
  left: 2.6rem;
}
.roles-navigation-next{
  right: 2.6rem;
}
.roles-navigation-prev.disabled,
.roles-navigation-next.disabled{
  filter: grayscale(100%);
  pointer-events: none;
  opacity: 0.4;
}
.roles-navigation-prev:hover,
.roles-navigation-next:hover{
    /* filter: brightness(1.3);   */
    filter: drop-shadow(0.03rem 0.03rem 0.15rem #edf1f0);
  }
.roles-navigation-prev{
  transform: scale(-1);
}

/* roles-profession */
.roles-profession{
  position: absolute;
  /* top: 0.45rem; */
  /* left: 9rem; */
  bottom: 1.2rem;
  left: 2.62rem;
  display: flex;
  z-index: 99;
}
.roles-profession::after{
  content: '';
  position: absolute;
  left: 50%;
  top: .12rem;
  margin-left: -0.05rem;
  width: 0.11rem;
  height: .4rem;
  background: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-wiki/role-line02.png) no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.roles-profession-item{
  flex: 1;
  /* width: 3rem; */
  width: 2.3rem;
}
.roles-profession-item-hd{
  margin-bottom: .2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* cursor: pointer; */
}
.roles-profession-icon{
  margin-right: .12rem;
  width: .6rem;
  height: .6rem;
  /* background: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-wiki/profession-circle.png) no-repeat;
  background-size: 100% 100%; */
  opacity: 0.3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.roles-profession-icon img{
  display: block;
  width: .6rem;
  height: .6rem;
  filter: grayscale(100%);
}
.roles-profession-title{
  font-size: .24rem;
  color: #DDCDB9;
  font-family: 'hyxs85w';
  opacity: 0.4;
}
.roles-profession-labels-list{
  display: flex;
  justify-content: center;
}
.roles-profession-label{
  margin: 0 0.05rem;
  display: block;
  width: .96rem;
  height: .31rem;
  line-height: .31rem;
  text-align: center;
  background: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-wiki/profession-label.png) no-repeat;
  background-size: 100% 100%;
  filter: grayscale(100%);
  color: #E2E2E2;
  opacity: 0.6;
  font-size: .15rem;
}

.current .roles-profession-icon{
  opacity: 1;
}
.current .roles-profession-title{
  color: #F6E4CE;
  opacity: 1;
}
.current .roles-profession-icon img{
  filter: none;
}
.current .roles-profession-label{
  opacity: 1;
}



/* 动画相关 */
.roles-model.animate-on .roles-model-ele{
  animation: roleScaleIn  0.4s cubic-bezier(0,.85,.66,.97) 0.3s 1 both;
}
@keyframes roleScaleIn {
  0%{
    opacity: 0;
    /* transform: scale3d(0.8,0.8,0.8); */
    transform: translate3d(-1rem,0,0);
  }
  100%{
    opacity: 1;
    transform:none;
    /* transform: scale3d(1,1,1); */
  }
}


/* swiper改造后样式 S*/
.agent-skill-tab .swiper{
  padding-top: 0.3rem;
  /* width: 11.86rem; */
  width: 11.9rem;
}
.agent-skill-tab .agent-skill-tab-item{
  margin: 0 auto;
  margin: 0 -0.01rem;
}
.agent-skill-tab .agent-skill-tab-item.current{
  margin-top: -0.3rem;
  width: 1.48rem!important;
}
/* swiper改造后样式 E*/
.panel-feature{
  position: relative;
  z-index: 5;
}
.panel-feature::before{
  content: "";
  padding-top: calc((1497 / 2880) * 100%);
  display: block;
}
.panel-feature-bg{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 10;
  /* background: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-feature/bg-feature.jpg") no-repeat center top;
  background-size: 100% 100%; */
}


.panel-feature-inner{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 15;
}
.feature-title{
  width: 8.5rem;
  height: 1.95rem;
  position: absolute;
  top: 0.2rem;
  left: 50%;
  z-index: 5;
  transform: translate3d(-50%,0%,0);
  background: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-feature/title-feature.png") no-repeat center top;
  background-size: contain;
}
.feature-title-text{
  display: none;
}


/* feature-box */
.feature-box{
  position: absolute;
  left: 5.22rem;
  top: 3.28rem;
  width: 9.1rem;
  height: 4.53rem;
}
.feature-box .swiper-slide{
  width: 100%;
  height: 4.53rem;
  background-color: #f60;
}
.feature-box .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-box .swiper{
  mask-image: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-feature/mask-swiper.png);
  mask-repeat: no-repeat;
  mask-position: center top;
  mask-size: 100% 100%;

  -webkit-mask-image: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-feature/mask-swiper.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  -webkit-mask-size: 100% 100%;
  /* overflow: visible; */
}


/* .swiper-pagination */
/* .panel-feature .swiper-horizontal>.swiper-pagination-bullets{
  bottom: -.2rem;
} */
.panel-feature .swiper-pagination-bullet{
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 0;
  transform: rotate(45deg);
  border: none;
  background: none;
  opacity: 1;
} 
.panel-feature .swiper-pagination-bullet::after{
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.04rem 0 0 -0.04rem;
  display: block;
  content: '';
  background-color: #AB9D80;
  width: 0.08rem;
  height: 0.08rem;
}
.panel-feature .swiper-pagination-bullet-active{
  background: none;
  /* border-color: #FFE7B7; */
  border: 0.02rem solid #FFE7B7;
}
.panel-feature  .swiper-pagination-bullet-active::after{
  background-color: #FFE7B7;
}
.panel-feature  .pagination{
  margin: 0.3rem auto 0;
  text-align: center;
}
.panel-perk{
  position: relative;
  z-index: 5;
}
.panel-perk::before{
  content: "";
  padding-top: calc((1368 / 2880) * 100%);
  display: block;
}
.panel-perk-bg{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 10;
  background: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-perk/bg-perk.jpg") no-repeat center top;
  background-size: 100% 100%;
}


.panel-perk-inner{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 15;
}
.perk-title{
  width: 8.5rem;
  height: 1.95rem;
  position: absolute;
  top: 0.5rem;
  left: 50%;
  z-index: 5;
  transform: translate3d(-50%,0%,0);
  background: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-perk/title-perk.png") no-repeat center top;
  background-size: contain;
}
.perk-title-text{
  display: none;
}
.perk-box{
  position: absolute;
  top: 1.8rem;
  left: 2.7rem;
}

/* perk-album */
.perk-album {
	display: flex;
	width: 13.60rem;
	height: 4.82rem;
	margin: 1.5rem auto 0;
}

.perk-album .perk-album-item {
	position: relative;
	/* width: 2.04rem; */
  width: 1.52rem;
	height: 100%;
	transition: all 0.3s ease-in-out;
}

.perk-album .perk-album-item .item_container--perk {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.perk-album .perk-album-item:nth-child(2) .small-box--perk .samll_item_title--perk {
	background-image: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-perk/banner_title2_perk.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.perk-album .perk-album-item:nth-child(2) .album-big--perk .big-item-title--perk {
	background-image: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-perk/banner_title21_perk.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.perk-album .perk-album-item:nth-child(3) .small-box--perk .samll_item_title--perk {
	background-image: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-perk/banner_title3_perk.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.perk-album .perk-album-item:nth-child(3) .album-big--perk .big-item-title--perk {
	background-image: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-perk/banner_title31_perk.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.perk-album .perk-album-item:nth-child(4) .small-box--perk .samll_item_title--perk {
	background-image: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-perk/banner_title4_perk.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.perk-album .perk-album-item:nth-child(4) .album-big--perk .big-item-title--perk {
	background-image: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-perk/banner_title41_perk.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.perk-album .perk-album-item.open {
	/* width: 12.26rem;
	height: 7.95rem; */
  width: 9.06rem;
  height: 5.86rem;
	/* margin-top: -1.45rem; */
  margin-top: -1.04rem;
	z-index: 2;
}

.perk-album .perk-album-item.open .small-box--perk {
	opacity: 0;
	transition-delay: 0s;
}

.perk-album .perk-album-item.open .album-big--perk {
	opacity: 1;
	transition-delay: 0.3s;
	transition-duration: 0.5s;
}

.perk-album .perk-album-item.open .detail--perk {
	width: 2.04rem;
	height: 0.55rem;
	bottom: 0.68rem;
	z-index: 2;
}

.perk-album .perk-album-item.open .detail--perk::before {
	width: 2.04rem;
	height: 0.55rem;
	background-image: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-perk/btn4.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.perk-album .perk-album-item.open:nth-child(1) .detail--perk::before, .perk-album .perk-album-item.open:nth-child(2) .detail--perk::before, .perk-album .perk-album-item.open:nth-child(3) .detail--perk::before {
	background-image: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-perk/btn4_1.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.perk-album .perk-album-item.open::before {
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

.perk-album .perk-album-item.open .album-item--perk .album-big-img--perk {
	opacity: 1;
	transition-delay: 0.1s;
}

.perk-album .perk-album-item.open .album-item--perk .album-small-img--perk {
	opacity: 0;
	transition-delay: 0;
}
.perk-album .perk-album-item::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4.82rem;
	z-index: -1;
	box-shadow: 0px 0px 0.29rem 0px rgba(255, 255, 255, 0.6);
	opacity: 0;
}
.perk-album .perk-album-item.open::before{
  opacity: 1;
}
.perk-album .album-item--perk {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
}
.perk-album .album-item--perk .album-big-img--perk {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2.04rem;
	/* height: 6.51rem; */
  height: 4.82rem;
	opacity: 0;
	transition: 0.3s ease-out;
	transition-delay: 0;
}
.perk-album .album-item--perk .album-small-img--perk {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	/* height: 6.51rem; */
  /* height: 100%; */
  height: 4.82rem;
	opacity: 1;
	transition: 0.2s ease-out;
	transition-delay: 0.1s;
}
.perk-album .album-item--perk.album-item--perk1 .album-big-img--perk {
	/* width: 12.26rem;
	height: 7.95rem; */
  width: 9.06rem;
  height: 5.35rem;
	/* background-image: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-perk/perk_banner_img1.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center; */
}

.perk-album .album-item--perk.album-item--perk1 .album-small-img--perk {
	background-image: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-perk/perk_banner_samll_img1.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.perk-album .album-item--perk.album-item--perk2 .album-big-img--perk {
	/* width: 12.28rem;
	height: 7.39rem; */
  width: 9.06rem;
  height: 5.48rem;
	/* background-image: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-perk/perk_banner_img2.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center; */
}
.perk-album .album-item--perk.album-item--perk2 .album-small-img--perk {
	background-image: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-perk/perk_banner_samll_img2.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.perk-album .album-item--perk.album-item--perk3 .album-big-img--perk {
	/* width: 12.26rem;
	height: 7.92rem; */
  width: 9.06rem;
  height: 5.1rem;
	left: 0;
	transform: translateX(0);
	/* background-image: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-perk/perk_banner_img3.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center; */
}
.perk-album .album-item--perk.album-item--perk3 .album-small-img--perk {
	background-image: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-perk/perk_banner_samll_img3.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.perk-album .album-item--perk.album-item--perk4 .album-big-img--perk {
	/* width: 12.3rem;
	height: 8.3rem; */
  width: 9.06rem;
  height: 5.74rem;
	/* background-image: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-perk/perk_banner_img4.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center; */
}
.perk-album .album-item--perk.album-item--perk4 .album-small-img--perk {
	background-image: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-perk/perk_banner_samll_img4.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.perk-album .album-big--perk {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s linear;
	transition-delay: 0;
}
.perk-album .album-big--perk .big-item-title--perk {
	position: absolute;
	bottom: 1.72rem;
	left: 50%;
	transform: translateX(-50%);
	width: 3.97rem;
	height: 1.34rem;
	background-image: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-perk/banner_title11_perk.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.perk-album .album-big--perk .big_item_subtitle1--perk {
	position: absolute;
	bottom: 1.02rem;
	left: 50%;
	transform: translateX(-50%);
	width: 4.96rem;
	height: 0.59rem;
	background-image: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-perk/frame7.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-family: "Source Han Serif CN";
	font-weight: 700;
	font-size: 0.3rem;
	line-height: 0.7rem;
	text-align: center;
	color: #8FC1E2;
}
.perk-album .album-big--perk .big_item_subtitle2--perk {
	position: absolute;
	bottom: 0.66rem;
	left: 0;
	width: 100%;
	font-family: "Source Han Sans CN";
	font-size: 0.2rem;
	line-height: 1;
	text-align: center;
	color: #90A1AD;
}
.perk-album .small-box--perk {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	/* transition: opacity 0.3s linear; */
	transition-delay: 0.3s;
}
.perk-album .small-box--perk .samll_item_title--perk {
	position: absolute;
	bottom: 1.57rem;
	left: 50%;
	transform: translateX(-50%);
	width: 1.47rem;
	height: 0.98rem;
	background-image: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-perk/banner_title1_perk.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 0 auto 0;
}
.perk-album .small-box--perk .samll_item_subtitle-perk {
	position: absolute;
	top: 0.04rem;
	right: 0.1rem;
	width: 0.24rem;
	height: 2.77rem;
	background-image: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-perk/frame6.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
}
.perk-album .small-box--perk .samll_item_subtitle-perk span {
	width: 0.18rem;
	/* font-family: "Source Han Sans CN"; */
	font-size: 0.14rem;
	line-height: 1.1;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
	padding-top: 0.18rem;
}
.perk-album .small-box--perk .samll_item_subtitle-perk span em {
	display: inline-block;
	transform: rotate(90deg);
}
.perk-album .small-box--perk .samll_item_subtitle-perk span i {
	display: inline-block;
	padding-top: 0.1rem;
	font-style: normal;
}
.perk-album .detail--perk {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0.72rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0;
	text-indent: -999em;
	width: 0.64rem;
	height: 0.64rem;
	opacity: 1;
	transition: opactiy 0.4s ease-in-out;
	z-index: 10;
  transition: all 0.2s ease-in;
}
.perk-album .detail--perk:hover{
  filter: brightness(1.2);
}
.perk-album .detail--perk::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	/* background-image: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-perk/btn4.png");
	background-repeat: no-repeat;
	background-size: 100% 100%; */
	width: 0.46rem;
	height: 0.46rem;
	background-image: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-perk/btn4_small.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.panel-gen{
  position: relative;
  z-index: 5;
}
.panel-gen::before{
  content: "";
  padding-top: calc((1095 / 2880) * 100%);
  display: block;
}
.panel-gen-bg{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 10;
  background: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-gen/bg-gen.jpg") no-repeat center top;
  background-size: 100% 100%;
}
.panel-gen-after{
  content: "";
  position: absolute;
  top: 0;
  left: 0.78rem;
  width: 8.46rem;
  height: 8.46rem;
  /* background: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-gen/bg-boss.png") no-repeat center top;
  background-size: 100% 100%; */
  z-index: 15;
  animation: moveUpDown 5s infinite;
}
@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.2rem);
  }
  100% {
    transform: translateY(0);
  }
}
.panel-gen-inner{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 15;
}
.gen-title{
  position: relative;
  left: 1.6rem;
  width: 10.5rem;
  height: 2.41rem;
  margin: 0 auto;
  background: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-gen/title-gen.png") no-repeat center top;
  background-size: 100% 100%;
}
.gen-title-text{
  display: none;
}

.gen-box{
  position: absolute;
  left: 7.6rem;
  top: 2.8rem;
  display: flex;
  /* width: 5.2rem; */
  flex-wrap: wrap;
  justify-content: center;
}
.gen-item{
  margin: 0 0.05rem;
  width: 1.33rem;
  height: 1.95rem;
  text-align: center;
  /* cursor: pointer; */
}
.gen-item::before{
  display: block;
  margin: 0 auto;
  content: '';
  width: 1.33rem;
  height: 1.5rem;
  background-size: 100% 100%;
  transition: all 0.1s ease-in;
}
.gen-item span{
  display: block;
  color: #F5F5F5;
  font-size: .14rem;
}
.gen-item.g1::before{
  background-image: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-gen/gen01.png);
}
.gen-item.g2::before{
  background-image: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-gen/gen02.png);
}
.gen-item.g3::before{
  background-image: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-gen/gen03.png);
}
.gen-item.g4::before{
  background-image: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-gen/gen04.png);
}
.gen-item.g5::before{
  background-image: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-gen/gen05.png);
}
/* .gen-item.g1:hover::before{
   background-image: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-gen/gen01-hover.png);
}
.gen-item.g2:hover::before{
   background-image: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-gen/gen02-hover.png);
}
.gen-item.g3:hover::before{
   background-image: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-gen/gen03-hover.png);
}
.gen-item.g4:hover::before{
   background-image: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-gen/gen04-hover.png);
}
.gen-item.g5:hover::before{
   background-image: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-gen/gen05-hover.png);
} */

.button-gen-helper{
  position: absolute;
  left: 10rem;
  top: 5.24rem;
  width: 2.5rem;
  height: .67rem;
  margin: 0 auto;
  background: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-gen/button-helper.png") no-repeat center top;
  background-size: 100% 100%;
  text-indent: -9999em;
  cursor: pointer;
}
.button-gen-helper:hover{
  background: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-gen/button-helper-hover.png") no-repeat center top;
  background-size: 100% 100%;
}


.panel-about{
  margin-top: -0.6rem;
  position: relative;
  z-index: 5;
}
.panel-about::before{
  content: "";
  padding-top: calc((841 / 2880) * 100%);
  display: block;
}
.panel-about-bg{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 10;
  background: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-about/bg-about.png") no-repeat center top;
  background-size: 100% 100%;
}


.panel-about-inner{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 15;
}
.about-title{
  width: 9rem;
  height: 2.07rem;
  position: absolute;
  top: -0.1rem;
  left: 50%;
  z-index: 5;
  transform: translate3d(-50%,0%,0);
  background: url("//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-about/title-about.png") no-repeat center top;
  background-size: contain;
}
.about-title-text{
  display: none;
}

/* about-list */
.about-list {
  position: absolute;
  top: 2.1rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-item {
  position: relative;
  padding: 0 .5rem;
  text-align: center;
}
.about-item:last-child .about{
  cursor: default;
}
.about {
  display: block;
  position: relative;
  cursor: pointer;
}
.about:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-about/about-circle.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: all .14s ease-out;
}
.about:hover:before {
  background: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-about/about-circle-hover.png) no-repeat center top;
  background-size: contain;
}
.about:hover .about-icon {
  background-color: #ECD5B8;
  animation: about-icon-ani .32s cubic-bezier(0.250, 0.250, 0.5, 1.3)  forwards;
}
@keyframes about-icon-ani {
  0%,100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
}
.about:hover .tooltips {
  opacity: 1;
  transform: translate3d(0,0,0);
}
.about-icon {
  display: block;
  width: .68rem;
  height: .68rem;
  position: relative;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  background-color: #69472D;
  transition: all .14s ease-out;
}
.about-icon--wegame {
  mask-image: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-about/about-icon-wegame.png);
  mask-size: contain;
  -webkit-mask-image: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-about/about-icon-wegame.png);
  -webkit-mask-size: contain;
}
.about-icon--qq {
  mask-image: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-about/about-icon-qq.png);
  mask-size: contain;
  -webkit-mask-image: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-about/about-icon-qq.png);
  -webkit-mask-size: contain;
}
.about-icon--weixin {
  mask-image: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-about/about-icon-weixin.png);
  mask-size: contain;
  -webkit-mask-image: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-about/about-icon-weixin.png);
  -webkit-mask-size: contain;
}
.about-icon--weibo {
  mask-image: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-about/about-icon-weibo.png);
  mask-size: contain;
  -webkit-mask-image: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-about/about-icon-weibo.png);
  -webkit-mask-size: contain;
}
.about-icon--bili {
  mask-image: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-about/about-icon-bili.png);
  mask-size: contain;
  -webkit-mask-image: url(//wegame.gtimg.com/tgp_act/release/release/trssj20240612/images/panel-about/about-icon-bili.png);
  -webkit-mask-size: contain;
}

.about-name {
  font-size: .16rem;
  color: #633626;
  text-align: center;
  margin: .1rem auto 0;
  position: absolute;
  width: 140%;
  margin-left: -20%;
}
.tooltips {
  position: absolute;
  bottom: calc(100% + .23rem);
  left: -.64rem;
  z-index: 10;
  opacity: 0;
  transform: translate3d(0,.36rem,0);
  transition: all .2s ease-out;
  pointer-events: none;
}
.tooltips-content {
  width: 1.96rem;
  background-color: #fff;
  border-radius: .08rem;
  position: relative;
  padding: .08rem .08rem .13rem;
}
.tooltips-content:before {
  content: "";
  /* width: .4rem;
  height: .17rem; */
  border: .22rem solid transparent;
  border-top: .17rem solid #fff;
  position: absolute;
  bottom: -.34rem;
  left: 50%;
  margin-left: -.22rem;
}
.tooltips-pic {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  object-fit: contain;
  object-position: 50% 50%;
  margin-bottom: -.06rem;
}
.tooltips-des {
  display: block;
  font-size: .16rem;
  color: #101823;
  line-height: 1.5;
  margin-top: .06rem;
}


.fr-mask{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:9999;display:none}
.fr-mask.show{display:block}
.wg-pop{width:600px;height:400px;position:fixed;left:50%;top:50%;margin:-200px 0 0 -300px;display:none;}
.wg-pop.show{display:block}
.wg-pop .wg-pop-hd{width:600px;height:64px;background:url(https://cdn.tgp.qq.com/tgp_act/act_img/bb38ce40ed775f28213ee6f51b76614c.png) no-repeat;padding:0 20px;box-sizing:border-box;line-height:64px}
.wg-pop .wg-pop-hd .title{font-size:24px;font-weight:700;color:#333;margin-right:20px}
.wg-pop .wg-pop-hd .summary{font-size:14px;color:rgba(51,51,51,.6);font-weight:700}
.wg-pop .wg-pop-hd .icon-close{width:14px;height:14px;background:url(https://cdn.tgp.qq.com/tgp_act/act_img/6ca43f018ae02863c3319e60781d35e5.png) no-repeat;position:absolute;right:16px;top:24px;cursor:pointer;opacity:.8}
.wg-pop .wg-pop-hd .icon-close:hover{opacity:1}
.wg-pop .wg-pop-bd{width:600px;height:336px;background:#fff;border-bottom-right-radius:30px;border-bottom-left-radius:4px;padding:20px;box-sizing:border-box;overflow-y:scroll;position:relative}



.pop-mygift .mygift-list li{width:100%;height:50px;line-height:52px;overflow:hidden;background:#f5f5f5;font-size:14px;color:#333;margin-bottom:6px}
.pop-mygift .mygift-list li a{width:25%;display:inline-block;text-align:center;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-height:52px;position:relative}
.pop-mygift .mygift-list li a p {position: absolute; height: 50%; left: 0; right: 0; line-height: 24px;}
.pop-mygift .mygift-list li a .value {top: 50%}
.pop-mygift .mygift-list li:nth-child(1) span a,
.pop-mygift .mygift-list li:nth-child(n+2)>a:first-child{width: 18%;}
.pop-mygift .mygift-list li:nth-child(1) a:nth-child(3),
.pop-mygift .mygift-list li:nth-child(n+2) span:nth-child(3) a {
  width: 32%;
}
.pop-mygift .mygift-list li .link-address{color:#fff;background-image:linear-gradient(75deg,#ff9267,#e2481b);width:70px;height:30px;line-height:30px;display:block;font-weight:600;cursor:pointer;position:absolute;top:50%;left:50%;transform:translateY(-50%);margin-left:-35px}
.pop-mygift .mygift-list li .link-address:hover{background-image:linear-gradient(75deg,#f78355,#cf3509)}
.pop-mygift .mygift-list li:first-child{height:30px;line-height:30px;background:0 0;margin-bottom:10px;margin-top:-5px}
.pop-mygift .mygift-list li:first-child a{color:#999}
.pop-mygift .mygift-none{width:80px;height:80px;background:url(https://cdn.tgp.qq.com/tgp_act/act_img/ad5fd267fcca9142becdad43a05a028a.png) no-repeat;position:absolute;left:50%;top:50%;margin:-80px 0 0 -40px}
.pop-mygift .mygift-none a{font-size:16px;color:#ababab;position:absolute;width:300px;text-align:center;left:50%;margin-left:-150px;top:90px}

.coupon-list{
    margin: 0!important;
    padding: 0!important;
}
.pop-mycoupon .coupon-list li{width:560px;height:100px;overflow:hidden;margin-bottom:12px}
.pop-mycoupon .coupon-list li .coupon-left{width:160px;height:100px;background:url(https://cdn.tgp.qq.com/tgp_act/act_img/49b31bdb2f4bd822a61e7b7f31825dd2.png) no-repeat;display:inline-block;float:left;text-align:center;position:relative}
.pop-mycoupon .coupon-list li .coupon-left .price{font-size:48px;color:#fff;line-height:85px}
.pop-mycoupon .coupon-list li .coupon-left .price i{font-size:24px}
.pop-mygift .mygift-box-no{width:2.61rem;height:2.61rem;background:url(https://wegame.gtimg.com/tgp_act/release/xjzj/xjzj20210518/images/mygift-nogift-icon.png) no-repeat;background-size:100% 100%;margin:1.8rem auto 0 auto;position:relative}
.pop-mygift .mygift-box-no a{width:4rem;font-size:.48rem;color:#ababab;position:absolute;left:50%;margin-left:-2rem;text-align:center;top:3rem}
.pop-mycoupon .coupon-list li .coupon-right{width:7rem;height:2rem;background:url(https://cdn.tgp.qq.com/tgp_act/act_img/3d2986c965ebbd895145d20fe38b3fbd.png) no-repeat;background-size:100% 100%;display:inline-block;float:left;padding:.3rem 0 0 .3rem;box-sizing:border-box;position:relative}
.pop-mycoupon .coupon-list li .coupon-right{width:400px;height:100px;background:url(https://cdn.tgp.qq.com/tgp_act/act_img/8d2cb8b9c07d0a5aad9af393a174c40b.png) no-repeat;display:inline-block;float:left;padding:15px 0 0 15px;box-sizing:border-box;position:relative}
.pop-mycoupon .coupon-list li .coupon-right a{display:block}
.pop-mycoupon .coupon-list li .coupon-right .coupon-title{font-size:16px;color:#333;font-weight:700}
.pop-mycoupon .coupon-list li .coupon-right .coupon-time{font-size:14px;color:grey;margin-top:-2px}
.pop-mycoupon .coupon-list li .coupon-right .coupon-summary{font-size:14px;color:grey;margin-top:10px}
.pop-mycoupon .coupon-list li .coupon-right .coupon-btn{width:86px;height:32px;line-height:32px;font-size:14px;font-weight:700;color:#fff;text-align:center;border-radius:2px;position:absolute;right:20px;top:34px;background-image:linear-gradient(75deg,#ff9267,#e2481b);cursor:pointer}
.pop-mycoupon .coupon-list li .coupon-right .coupon-btn:hover{background-image:linear-gradient(75deg,#f78355,#cf3509)}
.pop-mycoupon .coupon-list li .coupon-right .coupon-btn.disabled{background-image:linear-gradient(0deg,#f0f0f0,#f0f0f0);color:rgba(51,51,51,.3);cursor:default}
.pop-mycoupon .coupon-none{width:100px;height:79px;background:url(https://cdn.tgp.qq.com/tgp_act/act_img/fd8a40956c4c3a998a61b50fae2cce56.png) no-repeat;position:absolute;left:50%;top:50%;margin:-80px 0 0 -50px}
.pop-mycoupon .coupon-none a{font-size:16px;color:#ababab;position:absolute;width:300px;text-align:center;left:50%;margin-left:-150px;top:90px}


.pop-address .input-box a{width:80px;height:36px;line-height:36px;display:inline-block;text-align:right;float:left}
.pop-address .input-box input{width:450px;height:36px;line-height:36px;border:1px solid #999;border-radius:2px;padding:0 10px;box-sizing:border-box}
.pop-address .input-box .user-address,.pop-address .input-box .user-name,.pop-address .input-box .user-phone{margin-bottom:12px;position:relative}
.pop-address .input-box .user-name::after,.pop-address .input-box .user-phone::after{content:"*";color:#e44e21}
.pop-address .input-box .user-address::after{content:"*";color:#e44e21;position:absolute;right:18px;top:10px}
.pop-address .input-box textarea{width:450px;height:97px;border:1px solid #999;border-radius:2px;padding:0 10px;box-sizing:border-box}
.pop-address .tips{font-size:12px;color:gray;display:block;margin-left:78px}
.pop-address .btn-box{text-align:center;margin-top:20px}
.pop-address .btn-box .btn{width:96px;height:36px;line-height:36px;display:inline-block;text-align:center;font-size:16px;font-weight:700;border-radius:2px;cursor:pointer}
.pop-address .btn-box .btn-cancel{background:#efefef;color:rgba(51,51,51,.7)}
.pop-address .btn-box .btn-cancel:hover{color:#333;background:#e5e5e5}
.pop-address .btn-box .btn-confirm{color:#fff;background-image:linear-gradient(75deg,#ff9267,#e2481b)}
.pop-address .btn-box .btn-confirm:hover{background-image:linear-gradient(75deg,#f78355,#cf3509)}

.table-area{width:460px;height:260px;background:#fff;border-radius:10px 2px 10px 2px;box-sizing:border-box;padding:20px 15px;position:fixed;top:50%;left:50%;margin:-130px 0 0 -230px}
.table-area .wg-pop-hd{width:auto;background:0 0;padding:0;line-height:1.5;height:auto}
.table-area .wg-pop-hd .title{font-size:16px;color:grey;font-weight:700;margin-right:0}
.table-area .wg-pop-hd .warning-text{font-size:12px;color:#ee663a;margin-left:10px}
.table-area .wg-pop-hd .warning-text i{width:16px;height:16px;background:url(https://cdn.tgp.qq.com/tgp_act/act_img/9c5cc8c69e18d4803f0688140bd4df2b.png) no-repeat;display:inline-block;vertical-align:middle;margin-right:5px;margin-top:-2px}
.table-area .wg-pop-bd{position:absolute;top:60px;height:140px;width:336px;left:50%;margin-left:-168px;border-radius:0;background:0 0;padding:0;overflow-y:visible}
.table-area .wg-pop-bd .we-select{margin-bottom:12px;position:relative}
.table-area .wg-pop-bd .we-select .we-dropdown-toggle{margin:0 auto;width:336px;height:32px;box-sizing:border-box;border:1px solid rgba(128,128,128,.5);line-height:32px;font-size:12px;color:#ccc;padding:0 10px;position:relative;cursor:pointer}
.table-area .wg-pop-bd .we-select .we-dropdown-toggle::before{content:"";width:18px;height:20px;position:absolute;top:1px;right:1px;z-index:2}
.table-area .wg-pop-bd .we-select .we-dropdown-toggle::after{content:"";width:16px;height:8px;position:absolute;top:12px;right:6px;z-index:2;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAAS0lEQVQImWXMwQ2AIABD0Sf7GCZxAEfQxHV0D06uwJG4CzcSL3DRXpr2N53iHE9s/rrKU/aAA+kDU+8FNKzIHeae2xhAxYK7ex1XL+3lDsLeHSs4AAAAAElFTkSuQmCC) no-repeat;background-size:16px 8px;opacity:.5}
.table-area .wg-pop-bd .we-select .we-dropdown-toggle:hover{border:1px solid gray}
.table-area .wg-pop-bd .we-select .we-dropdown-toggle:hover::after{opacity:1}
.table-area .wg-pop-bd .we-select .we-dropdown-menu{position:absolute;top:32px;margin:0 auto;width:336px;height:128px;box-sizing:border-box;border:1px solid gray;overflow-y:scroll;cursor:pointer;display:none;z-index:3;background:#fff}
.table-area .wg-pop-bd .we-select .we-dropdown-menu.show{display:block}
.table-area .wg-pop-bd .we-select .we-dropdown-menu li{width:100%;height:32px;padding:0 10px;box-sizing:border-box;color:grey;font-size:12px;line-height:32px}
.table-area .wg-pop-bd .we-select .we-dropdown-menu li:hover{background:#f2f2f2}
.table-area .wg-pop-ft{margin-top:160px;text-align:center}
.table-area .wg-pop-ft .btn{width:96px;height:36px;line-height:36px;display:inline-block;text-align:center;font-size:16px;font-weight:700;border-radius:2px;cursor:pointer}
.table-area .wg-pop-ft .btn-cancel{background:#efefef;color:rgba(51,51,51,.7)}
.table-area .wg-pop-ft .btn-cancel:hover{color:#333;background:#e5e5e5}
.table-area .wg-pop-ft .btn-confirm{color:#fff;background-image:linear-gradient(75deg,#ff9267,#e2481b)}
.table-area .wg-pop-ft .btn-confirm:hover{background-image:linear-gradient(75deg,#f78355,#cf3509)}

.wg-table{display:none;width:460px;height:260px;background:#fff;border-radius:10px 2px 10px 2px;box-sizing:border-box;padding:20px 15px;position:fixed;top:50%;left:50%;margin:-130px 0 0 -230px}
.wg-table.show{display:block}
.wg-table .wg-table-hd .title{font-size:16px;color:grey;font-weight:700}
.wg-table .wg-table-hd .warning-text{font-size:12px;color:#ee663a;margin-left:10px}
.wg-table .wg-table-hd .warning-text i{width:16px;height:16px;background:url(https://wegame.gtimg.com//tgp_act/act_img/6cab948b26947113e6a2dbefe90d1ff3.png) no-repeat;display:inline-block;vertical-align:middle;margin-right:5px;margin-top:-2px}
.wg-table .wg-table-ft{text-align:center}
.wg-table .wg-table-ft .btn{width:96px;height:36px;line-height:36px;display:inline-block;text-align:center;font-size:16px;font-weight:700;border-radius:2px;cursor:pointer}
.wg-table .wg-table-ft .btn-cancel{background:#efefef;color:rgba(51,51,51,.7)}
.wg-table .wg-table-ft .btn-cancel:hover{color:#333;background:#e5e5e5}
.wg-table .wg-table-ft .btn-confirm{color:#fff;background-image:linear-gradient(75deg,#ff9267,#e2481b)}
.wg-table .wg-table-ft .btn-confirm:hover{background-image:linear-gradient(75deg,#f78355,#cf3509)}

.table-area .wg-table-bd{width:336px;margin: 10px auto 20px;}
.table-area .wg-table-bd .we-select{margin-bottom:12px;position: relative;}
.table-area .wg-table-bd .we-select .we-dropdown-toggle{margin:0 auto;width:336px;height:32px;box-sizing:border-box;border:1px solid rgba(128,128,128,.5);line-height:32px;font-size:12px;color:#666;padding:0 10px;position:relative;cursor:pointer}
.table-area .wg-table-bd .we-select .we-dropdown-toggle::before{content:"";width:18px;height:20px;position:absolute;top:1px;right:1px;z-index:2}
.table-area .wg-table-bd .we-select .we-dropdown-toggle::after{content:"";width:16px;height:8px;position:absolute;top:12px;right:6px;z-index:2;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAAS0lEQVQImWXMwQ2AIABD0Sf7GCZxAEfQxHV0D06uwJG4CzcSL3DRXpr2N53iHE9s/rrKU/aAA+kDU+8FNKzIHeae2xhAxYK7ex1XL+3lDsLeHSs4AAAAAElFTkSuQmCC) no-repeat;background-size:16px 8px;opacity:.5}
.table-area .wg-table-bd .we-select .we-dropdown-toggle:hover{border:1px solid gray}
.table-area .wg-table-bd .we-select .we-dropdown-toggle:hover::after{opacity:1}
.table-area .wg-table-bd .we-select .we-dropdown-menu{position: absolute;top: 32px;left: 0;z-index: 5;background: #fefefe;width:336px;max-height:96px;overflow-y: auto;box-sizing:border-box;border:1px solid gray;cursor:pointer;display:none;border-top:none;}
.table-area .wg-table-bd .we-select .we-dropdown-menu.show{display:block}
.table-area .wg-table-bd .we-select .we-dropdown-menu li{width:100%;height:32px;padding:0 10px;box-sizing:border-box;color:grey;font-size:12px;line-height:32px}
.table-area .wg-table-bd .we-select .we-dropdown-menu li:hover{background:#f2f2f2}
.table-area .wg-table-ft{margin-top:160px}
.table-tips{font-size: 0;width:460px;min-height:260px;height: auto !important;background:#fff;border-radius:10px 2px 10px 2px;box-sizing:border-box;position:fixed;top:50%;left:50%;margin:-130px 0 0 -230px}
.table-tips .wg-pop-hd{width:auto;background:#fff;padding:0 16px;height:53px;line-height:53px;border-top-left-radius:10px}
.table-tips .wg-pop-hd .title{font-size:16px;font-weight:700;color:grey}
.table-tips .wg-pop-bd{width:100%;padding:0 0 60px;height: auto !important;overflow-y:auto}
.table-tips .wg-pop-bd .text-box{display: flex;justify-content: center;align-items: center;width:100%;height: auto !important;min-height:140px;text-align:center;padding: 10px 10px 0 10px;box-sizing:border-box}
.table-tips .wg-pop-bd .text-box .icon-success{width:46px;height:46px;display:inline-block;background:url(https://wegame.gtimg.com/tgp_act/release/xjzj/xjzj20210518/images/icon-success.png) no-repeat;margin-right:15px;vertical-align:middle}
.table-tips .wg-pop-bd .text-box .icon-sorry{width:46px;height:46px;display:inline-block;background:url(https://wegame.gtimg.com/tgp_act/release/xjzj/xjzj20210518/images/icon-sorry.png) no-repeat;margin-right:15px;vertical-align:middle}
.table-tips .wg-pop-bd .text-box .cont{display:inline-block;vertical-align:middle;text-align:left;max-width: 300px;}
.table-tips .wg-pop-bd .text-box .cont .main-text{font-size:18px;color:#333}
.table-tips .wg-pop-bd .text-box .cont .summary-text{font-size:14px;color:grey;display:block}
.table-tips .btn-box{text-align:center;position:absolute;bottom:20px;width:460px;margin:0 auto}
.table-tips .btn-box .btn{width:96px;height:36px;line-height:36px;display:inline-block;text-align:center;font-size:16px;font-weight:700;border-radius:2px;cursor:pointer}
.table-tips.btn-box .btn-cancel{background:#efefef;color:rgba(51,51,51,.7)}
.table-tips .btn-box .btn-cancel:hover{color:#333;background:#e5e5e5}
.table-tips .btn-box .btn-confirm{color:#fff;background-image:linear-gradient(75deg,#ff9267,#e2481b)}
.table-tips  .btn-box .btn-confirm:hover{background-image:linear-gradient(75deg,#f78355,#cf3509)}

/* loading */
.wg-loding {
  padding: 0 10px;
  min-width: 200px;
  height: 56px;
  background: #1a1a1a;
  border-radius: 10px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99;
  line-height: 56px;
  text-align: center;
  transform: translate(-50%,-50%);
}

.wg-loding.show {
  display: block
}

.wg-loding .icon-loading {
  width: 40px;
  height: 12px;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/wegame20211022/images/icon-loading.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px
}

.wg-loding .icon-shop {
  width: 28px;
  height: 23px;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/wegame20211022/images/icon-shop.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-top: 1px
}

.wg-loding .loading-text {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  margin-left: 5px
}



.wg-tips{width:80%;height:5.88rem;border-radius:.2rem;background:#fff;display:none;position:fixed;top:50%;left:50%;transform: translate(-50%,-50%);padding:.5rem .4rem 0}
.wg-tips.show{display:block}
.wg-tips .wg-tips-bd .icon{width:1.6rem;height:1.6rem;display:block;margin:0 auto .44rem auto}
.wg-tips .wg-tips-bd .icon-yellow{background:url(//wegame.gtimg.com/tgp_act/release/wegame/wegame20211022/images-h5/wg-icon-yellow.png) no-repeat;background-size:100% 100%}
.wg-tips .wg-tips-bd .icon-green{background:url(//wegame.gtimg.com/tgp_act/release/wegame/wegame20211022/images-h5/wg-icon-green.png) no-repeat;background-size:100% 100%}
.wg-tips .wg-tips-bd .main-text{font-size:.36rem;color:#333;display:block;text-align:center}
.wg-tips .wg-tips-bd .summary-text{font-size:.28rem;color:grey;display:block;text-align:center}
.wg-tips .wg-tips-ft .btn-box{width:100%;height:1rem;border-top:.02rem solid #ccc;position:absolute;left:0;right:0;bottom:0;display: flex;justify-content: center;}
.wg-tips .wg-tips-ft .btn-box .btn-cancel{width:50%;height:1rem;line-height:1rem;font-size:.4rem;color:#323233;display:block;text-align:center;border-bottom-left-radius:.2rem;border-right:.02rem solid #ccc}
.wg-tips .wg-tips-ft .btn-box .btn-confrim{width:50%;height:1rem;line-height:1rem;font-size:.4rem;color:#323233;display:block;text-align:center;background:#f2f2f2;border-bottom-right-radius:.2rem;}
/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/*不要重置鼠标样式*/
body,h1,h2,h3,h4,h5,h6,hr,p,pre,dl,dt,dd,ul,ol,li,th,td,form,fieldset,legend,button,input,textarea,figure,figcaption,nav,footer,menu,blockquote{margin:0;padding:0;/*cursor:default;*/}
/*改变所有元素的盒模型*/
*,*:after,*:before{box-sizing:border-box;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

/*这些标签的font-style不要重置，会影响编辑器中的样式*/
/*address,em,i,b{font-style:normal;}*/

a:link,a:visited,a:hover,a:active{text-decoration:none;}
ul,ol,li{list-style:none;}
img{border:0;font-size:0;-webkit-user-select:none;vertical-align:middle;}
:focus,button,input,select,textarea{outline:none;}
textarea,input,select{-webkit-appearance:none;appearance:none;}
textarea,input{background:none;border-radius:0;resize:none;cursor:text;}
table{table-layout: fixed;width:100%;border-spacing:0;border-collapse:collapse;}
a,img{-webkit-user-drag:none;}
button{background:none;border:0;cursor:pointer;}
body{word-wrap:break-word;}
body,button,input,textarea,select{font-family:"Helvetica Neue",Helvetica,Arial,"Roboto","PingFang SC","Hiragino Sans GB","Microsoft YaHei UI","Microsoft YaHei","Source Han Sans CN",sans-serif;font-size:12px;line-height:1.5;}
/*IE下拆开写否则整条声明失败*/
::-webkit-input-placeholder{font-size:12px;line-height:1.5;}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;}

/*滚动条*/
::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
    background: transparent;
}

::-webkit-resizer {
    background: transparent;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.15);
    background-color: var(--color-fill-scrollbar-thumb-default);
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.25);
    background-color: var(--color-fill-scrollbar-thumb-hover);
}

/*浅色滚动条 用在深色背景的页面上 追加在body标签上*/
.we-scrollbar--light::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
}

.we-scrollbar--light::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
.mill-header{
  height: 50px;
  background: #252628;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 344px 0 0;
  box-sizing: border-box;
  z-index: 5;
}
.mill-header .logo{
  width: 156px;
  height: 37px;
  background: url(https://cdn.tgp.qq.com/tgp_act/act_img/a7cbee06e2289f087b2363786aea5986.png) no-repeat;
  position: absolute;
  cursor: pointer;
  left: 50%;
  margin-left: -600px;
  top: 7px;
}
.mill-header .control{

}
.mill-header .user-list{
  float: right;
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  position: relative;
  padding-right: 25px;
}
.mill-header .user-name{
  cursor: auto !important;;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  margin-right: 10px;
}
.mill-header .user-icon{
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
  border-radius: 50%;
}
.mill-header .user-name:hover .user-icon{
  opacity: 1;
}
.mill-header .user-statue{
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
}
.mill-header .user-name:hover,.mill-header .user-statue:hover{
  color: #ffffff;
  cursor: pointer;
}
.mill-header .system-list{
  float: right;
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  position: relative;
  padding-left: 15px;
  margin-right: 20px;
}
.mill-header .system-list::before{
  content: '';
  width: 2px;
  height: 20px;
  display: block;
  background: #515153;
  position: absolute;
  top: 16px;
  left: 0;
}
.mill-header .system-list a{
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
}
.mill-header .system-list a:hover{
  color: rgba(255,255,255,1);
}
.mill-header .system-car span{
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  background: #dd632a;
  height: 18px;
  line-height: 18px;
  padding: 0 4px;
  display: inline-block;
  border-radius: 2px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -1px;
  text-align: center;
}
.mill-header .qrcode-list{
  height: 50px;
  position: absolute;
  width: 300px;
  right: 20px;
}
.mill-header .qrcode-list::before{
  content: '';
  width: 1px;
  height: 20px;
  top: 16px;
  position: absolute;
  background: rgba(255,255,255,0.2);
  left: -20px;
}
.mill-header .icon-weixin,.mill-header .icon-weibo,.mill-header .icon-bilibili{
  opacity: 0.85;
  cursor: pointer;
  margin: 15px 10px 0 10px;
  display: inline-block;
  float: left;
  position: relative;
}
.mill-header .icon-weixin:hover,.mill-header .icon-weibo:hover,.mill-header .icon-bilibili:hover{
  opacity: 1;
}
.mill-header .icon-weixin{
  width: 24px;
  height: 20px;
  background: url(https://cdn.tgp.qq.com/tgp_act/act_img/72eb5106dca102d50d376659ea00e99e.png);
  margin-top: 16px;
}
.mill-header .icon-weibo{
  width: 27px;
  height: 22px;
  background: url(https://cdn.tgp.qq.com/tgp_act/act_img/5cdbff3222c88692b8a55307a218f3d0.png);
}
.mill-header .icon-bilibili{
  width: 45px;
  height: 20px;
  background: url(https://cdn.tgp.qq.com/tgp_act/act_img/9089c2d1f15679573b8e8bf3dba17ac8.png);
  margin-top: 16px;
}
.mill-header .icon-weixin:hover .hover-box,.mill-header .icon-weibo:hover .hover-box,.mill-header .icon-bilibili:hover .hover-box{
  display: inline-flex;
}
.mill-header .hover-box{
  display: none;
  min-width: 130px;
  height: 150px;
  background: #ffffff;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  border-radius: 4px;
  padding: 20px 0;
  box-sizing: border-box;
}
.mill-header .hover-box::before{
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #ffffff;
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -6px;
}
.mill-header .hover-box img{
  width: 80px;
  height: 80px;
  display: inline-block;
  margin: 0 25px;
  /* float: left; */
}
.mill-header .hover-box .img-item{
  position: relative;
}
.mill-header .hover-box .img-item .text{
  font-size: 12px;
  color: #666666;
  text-align: center;
  width: 80px;
  display: block;
  margin: 10px auto 0 auto;
  line-height: 1.3;
}
.mill-header .hover-box .img-item::before{
  content: '';
  width: 1px;
  height: 80px;
  background: #e5e5e5;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
.mill-header .hover-box .img-item:last-child::before{
  display: none;
}

@media screen and (max-width: 1450px) {
  .mill-header{
      padding-right: 200px;
  }
  .mill-header .qrcode-list{
      width: 160px;
  }
}

@media screen and (max-width: 1250px) {
  .mill-header .logo{
      margin-left: 0;
      left: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .mill-header{
      width: 1200px;
  }
}

/* html{
  font-size: 33.33333333px !important;
} */
/*兼容响应式 H5*/
.mill-header.is-mobile .system-list,.mill-header.is-mobile .qrcode-list{
  display: none;
}
.mill-header.is-mobile{
  width: 100%;
  padding: 0;
  height: 1rem;
}
.mill-header.is-mobile .logo{
  left: 0.4rem;
  margin-left: 0;
  width: 2.496rem;
  height: 0.592rem;
  background-size: 100% 100%;
  top: 0.2rem;
}
.mill-header.is-mobile .user-list{
  height: 1rem;
  line-height: 1rem;
  padding-right: 0.4rem;
  font-size: 0.3rem;
  box-sizing: border-box;
}
.mill-header.is-mobile .user-icon{
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.15rem;
  margin-top: -0.09rem;
}
.mill-header.is-mobile .user-name{
  max-width: 4.0rem;
  margin-right: 0.3rem;

}

.lock-back{
  height: 100%;
  /* overflow: hidden; */
}

.lock-back-hidden{
  overflow: hidden;
}
/*不要重置鼠标样式*/
body[data-v-d4b33a70],h1[data-v-d4b33a70],h2[data-v-d4b33a70],h3[data-v-d4b33a70],h4[data-v-d4b33a70],h5[data-v-d4b33a70],h6[data-v-d4b33a70],hr[data-v-d4b33a70],p[data-v-d4b33a70],pre[data-v-d4b33a70],dl[data-v-d4b33a70],dt[data-v-d4b33a70],dd[data-v-d4b33a70],ul[data-v-d4b33a70],ol[data-v-d4b33a70],li[data-v-d4b33a70],th[data-v-d4b33a70],td[data-v-d4b33a70],form[data-v-d4b33a70],fieldset[data-v-d4b33a70],legend[data-v-d4b33a70],button[data-v-d4b33a70],input[data-v-d4b33a70],textarea[data-v-d4b33a70],figure[data-v-d4b33a70],figcaption[data-v-d4b33a70],nav[data-v-d4b33a70],footer[data-v-d4b33a70],menu[data-v-d4b33a70],blockquote[data-v-d4b33a70]{margin:0;padding:0;/*cursor:default;*/}
/*改变所有元素的盒模型*/
[data-v-d4b33a70],[data-v-d4b33a70]:after,[data-v-d4b33a70]:before{box-sizing:border-box;}
h1[data-v-d4b33a70],h2[data-v-d4b33a70],h3[data-v-d4b33a70],h4[data-v-d4b33a70],h5[data-v-d4b33a70],h6[data-v-d4b33a70]{font-size:100%;font-weight:normal;}
/*这些标签的font-style不要重置，会影响编辑器中的样式*/
/*address,em,i,b{font-style:normal;}*/
a[data-v-d4b33a70]:link,a[data-v-d4b33a70]:visited,a[data-v-d4b33a70]:hover,a[data-v-d4b33a70]:active{text-decoration:none;}
ul[data-v-d4b33a70],ol[data-v-d4b33a70],li[data-v-d4b33a70]{list-style:none;}
img[data-v-d4b33a70]{border:0;font-size:0;-webkit-user-select:none;vertical-align:middle;}
[data-v-d4b33a70]:focus,button[data-v-d4b33a70],input[data-v-d4b33a70],select[data-v-d4b33a70],textarea[data-v-d4b33a70]{outline:none;}
textarea[data-v-d4b33a70],input[data-v-d4b33a70],select[data-v-d4b33a70]{-webkit-appearance:none;appearance:none;}
textarea[data-v-d4b33a70],input[data-v-d4b33a70]{background:none;border-radius:0;resize:none;cursor:text;}
table[data-v-d4b33a70]{table-layout: fixed;width:100%;border-spacing:0;border-collapse:collapse;}
a[data-v-d4b33a70],img[data-v-d4b33a70]{-webkit-user-drag:none;}
button[data-v-d4b33a70]{background:none;border:0;cursor:pointer;}
body[data-v-d4b33a70]{word-wrap:break-word;}
body[data-v-d4b33a70],button[data-v-d4b33a70],input[data-v-d4b33a70],textarea[data-v-d4b33a70],select[data-v-d4b33a70]{font-family:"Helvetica Neue",Helvetica,Arial,"Roboto","PingFang SC","Hiragino Sans GB","Microsoft YaHei UI","Microsoft YaHei","Source Han Sans CN",sans-serif;font-size:12px;line-height:1.5;}
/*IE下拆开写否则整条声明失败*/
[data-v-d4b33a70]::-webkit-input-placeholder{font-size:12px;line-height:1.5;}
input[type=number][data-v-d4b33a70]::-webkit-inner-spin-button,
input[type=number][data-v-d4b33a70]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;}
/*滚动条*/
[data-v-d4b33a70]::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
    background: transparent;
}
[data-v-d4b33a70]::-webkit-resizer {
    background: transparent;
}
[data-v-d4b33a70]::-webkit-scrollbar-corner {
    background: transparent;
}
[data-v-d4b33a70]::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.15);
    background-color: var(--color-fill-scrollbar-thumb-default);
}
[data-v-d4b33a70]::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.25);
    background-color: var(--color-fill-scrollbar-thumb-hover);
}
/*浅色滚动条 用在深色背景的页面上 追加在body标签上*/
.we-scrollbar--light[data-v-d4b33a70]::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
}
.we-scrollbar--light[data-v-d4b33a70]::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
.table-area .wg-table-bd .we-select .we-dropdown-menu li[data-v-d4b33a70] {
  position: relative;
}
.table-area .wg-table-bd .we-select .we-dropdown-menu li.hot[data-v-d4b33a70]:after {
  position: absolute;
  content: '荐';
  right: 10px;
  top: 0;
  color: #f00;
  font-size: 14px;
  font-weight: bold;
}
.input-radio[data-v-d4b33a70] {
  width: 336px;
  margin: -10px auto 0;
  color: rgb(0, 117, 255);
  font-weight: bold;
}
.input-radio input[data-v-d4b33a70] {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
  appearance: checkbox !important;
}
