:root {

  --sp: 12s;

  --bg0: linear-gradient(304deg, var(--b_1) 10%, var(--b_4) 100%);
  --bg1: linear-gradient(210deg, var(--a_1) 10%, var(--a_4) 80%);

  --bw0: #160505;
  --bw1: #281d1c;
  --bw1_8: rgba(40, 29, 28, 0.8);
  --bw1_5: rgba(40, 29, 28, 0.5);
  --bw1_2: rgba(40, 29, 28, 0.2);
  --bw2: #474c57;
  --bw3: #878d96;
  --bw4: #c9c7c7;
  --bw5: #f1f5fa;
  --bw6: #fff;
  --bw6_8: rgba(255, 255, 255, 0.8);
  --bw6_5: rgba(255, 255, 255, 0.5);
  --bw6_2: rgba(255, 255, 255, 0.2);

  --a_1: #934444;
  --a_2: #b84d4d;
  --a_3: #a46e6e;
  --a_4: #cca6a6;
  --a_5: #e2d8d8;


  --b_0: #aa52b8;
  --b_1: #594c5d;
  --b_2: #9278a9;
  --b_3: #ae95be;
  --b_4: #c5b9cc;
  --b_5: #e4dfe7;

  /* //BINGO */
  --bg_G: #37ad6e;
  --bg_V: #e554f5;
  --bg_R: #f34343;
  --bg_B: #f3bc06;
  --bg_S: #006fdd;
  --bg_VR: linear-gradient(300deg, var(--bg_V) 50%, var(--bg_R) 50%);
  --bg_GV: linear-gradient(300deg, var(--bg_G) 50%, var(--bg_V) 50%);

  /* //Prize wheel */
  --pw_1: #07262c;
  --pw_2: #f3bc06;

  --t_0: #73767a;
  --t_1: #23af35;
  --t_2: #e8c500;
  --t_3: #f33a3a;
  --t_4: #2748ff;

  --tb_1: linear-gradient(210deg, #e8c500 0%, rgba(232, 197, 0, 0) 80%);
  --tb_2: linear-gradient(210deg, #23af35 0%, rgba(35, 175, 53, 0) 80%);
  --tb_3: linear-gradient(210deg, #73767a 0%, rgba(115, 118, 122, 0) 80%);

  --g0: linear-gradient(114deg, var(--bw0) 0%, var(--bw1) 100%);
  --g1: linear-gradient(114deg, var(--a_2) 0%, var(--a_3) 35%, var(--a_3) 100%);
  --g2: linear-gradient(150deg, var(--a_4) 0%, var(--a_5) 35%, var(--a_5) 100%);
  --g3: linear-gradient(160deg, var(--b_3) 0%, var(--b_5) 100%);

  --radius: 30px;

  --van-loading-spinner-color: var(--bw4) !important;
  --van-floating-bubble-size: 55px !important;
  --van-nav-bar-background: var(--b_1) !important;
  --van-nav-bar-icon-color: var(--bw6) !important;
  --van-nav-bar-title-text-color: var(--bw6) !important;

  --van-uploader-upload-background: var(--bw5) !important;
  --van-tabs-bottom-bar-color: var(--a_3) !important;
  --van-number-keyboard-button-background: var(--b_2) !important;
  --van-floating-bubble-background: transparent !important;
  --van-button-primary-border-color: var(--a_3) !important;
  --van-button-primary-background: var(--a_3) !important;
  --van-image-placeholder-background: var(--bw3) !important;
  --van-password-input-background: var(--bw5) !important;
  --van-password-input-background: var(--bw5) !important;
  --van-overlay-background: var(--bw0_5) !important;
}

.cap {
  text-box: trim-both cap alphabetic;

}

.ex {
  text-box: trim-both ex alphabetic;
}

* {
  margin: 0;
  padding: 0;
}

::selection {
  background: var(--b_1);
  color: var(--bw6);
}

body {
  min-width: 1600px;
  min-height: 100vh;
}

#app,
.subject,
.tabNavBar {
  max-width: 950px;
  margin: 0 auto;
}

.family1 {
  font-family: "Special Elite", system-ui;
}

.family2 {
  font-family: "Staatliches", sans-serif;
}

html,
body {
  font-family: "Special Elite", system-ui;
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  /* word-break: break-all; */
  word-wrap: break-word;
  /* text-transform: capitalize; */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

thead {
  background-color: var(--bw2);
}

table th,
table td {
  font-size: 12px;
}

thead th {
  color: var(--fontColor0);
  font-weight: 300;
}

table tr {
  text-align: left;
}

table td>p {
  line-height: 1.2;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: var(--fontColor1);
}

div,
a,
img {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

a {
  text-decoration: none;
  color: var(--r_0);
}

img {
  border: none;
  display: block;
  -webkit-user-select: none;
  /* Chrome, Safari, Opera */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer */
  user-select: none;
  /* Standard syntax */
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


h4 i {
  font-weight: 300;
}

/* 修改滚动条的样式 */
::-webkit-scrollbar {
  width: 2px;
}

/* 修改滚动条轨道的样式 */
::-webkit-scrollbar-track {
  background: var(--bw6);
}

/* 修改滚动条滑块的样式 */
::-webkit-scrollbar-thumb {
  background: var(--bw3);
}

/* 修改滚动条滑块在鼠标悬停时的样式 */
::-webkit-scrollbar-thumb:hover {
  background: var(--bw3);
}

.img-vnode {
  width: 20px;
  height: 20px;
}

.main {
  display: grid;
  position: relative;
  z-index: 1;
}
 
.footer .slogan p,
.footer .copyright p { 
  font-size: 16px;
  color: var(--bw5);
  text-align: right;
  opacity: 0.5;
}

/* 布局 版面  */

[class^="bg_"]:after,
[class*="bg_"]:after {
  content: ' ';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-image: linear-gradient(150deg, var(--a_4) 0%, var(--a_5) 35%, var(--a_5) 100%); */
  position: fixed;
  z-index: -1;
}

.bg_00:after {
  background: var(--bw0);
}

.bg_01:after {
  background-color: var(--bw1);
}

.bg_02:after {
  background-image: var(--g2);
}

.bg_03:after {
  background-image: var(--g3);
  opacity: 0.6;
}

.bg_fff:after {
  background-image: var(--bw6);
}

.bg_IMG1:after {
  background-image: url('./../img/bg0.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 100%;
  background-color: var(--bw1);
}

.display {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.alignCenter {
  /* 上下居中 */
  align-items: center;
}

.alignStart {
  /* 顶部对齐 */
  align-items: flex-start;
}

.alignEnd {
  /* 底部对齐 */
  align-items: flex-end;
}

.alignStretch {
  /* 高度相同 */
  align-items: stretch;
}

.justifyEnd {
  /* 右边对齐 */
  justify-content: flex-end;
}

.justifyDetween {
  /* 两边对齐 */
  justify-content: space-between;
}

.justifyCenter {
  /* 左右居中齐 */
  justify-content: center;
}

.flexColumn {
  /* 单独一列纵列 */
  flex-direction: column;
}

.grid_G5 {
  grid-gap: 5px;
}

.grid_G10 {
  grid-gap: 10px;
}

.flex_B200 {
  flex-basis: 200px;
}

.flex_G1 {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex_G2 {
  -moz-box-flex: 2;
  -webkit-box-flex: 2;
  -o-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.flex_G3 {
  -moz-box-flex: 3;
  -webkit-box-flex: 3;
  -o-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.flex_G4 {
  -moz-box-flex: 4;
  -webkit-box-flex: 4;
  -o-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.flex_G5 {
  -moz-box-flex: 5;
  -webkit-box-flex: 5;
  -o-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
}

.clear:after {
  clear: both;
  display: table;
  content: "";
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.m0 {
  margin: 0 !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.m_tb5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.m_lr5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.m_tb10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.m_lr10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.m20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.m_lr20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.m_tb20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.p0 {
  padding: 0 !important;
}

.p5 {
  padding-top: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-bottom: 5px !important;
}

.p_tb5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.p_lr5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.p10 {
  padding-top: 10px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 10px !important;
}

.p_tb10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.p_lr10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.p15 {
  padding-top: 15px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-bottom: 15px !important;
}

.p_tb15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.p_lr15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.p20 {
  padding-top: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 20px !important;
}

.p_tb20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p_lr20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.p30 {
  padding-top: 30px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  padding-bottom: 30px !important;
}

.p_tb30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p_lr30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.icon img {
  width: 100%;
}


/* 默认投影 */

.shadowIMG_1 {
  filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.05));
}

.shadowIMG_2 {
  filter: drop-shadow(0 5px 20px rgba(0, 0, 0, 0.8));
}

.shadowBlock_1 {
  -moz-box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.08) !important;
}

.shadowBlock_2 {
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05) !important;
}

/* 去色 */

.expire {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.expire.mouseOver:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

/* 宫格导航 */

.gongGeNAV>li {
  width: 25%;
  padding: 5px 0;
  text-align: center;
  box-sizing: border-box;
}

.gongGeNAV>li .icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 5px;
  position: relative;
}

.gongGeNAV>li .icon img {
  width: 90%;
}

.gongGeNAV>li .icon i {
  font-size: 24px;
  color: var(--bw1);
  position: relative;
}

.gongGeNAV>li h3 {
  color: var(--bw0);
  font-size: 16px;
  position: relative;
}

.gongGeNAV>li h4 {
  line-height: 1.1;
  color: var(--bw1);
  font-size: 14px;
  position: relative;
}

.gongGeNAV>li p {
  color: var(--bw1);
  font-size: 14px;
  position: relative;
}

.gongGeNAV>li span {
  color: var(--bw1);
  font-size: 12px;
  opacity: 0.8;
}

/* 信息条 */

.cell li {
  padding: 10px;
  border-color: var(--bw5);
  border-style: solid;
  border-width: 0;
}

.cell li .icon {
  width: 35px;
  height: 35px;
}

.cell li .icon i {
  font-size: 26px;
  color: var(--bw1);
  position: relative;
  z-index: 1;
}

.cell li .icon img {
  width: 100%;
}

.cell li>div:not(:last-child),
.cell li .infoBar>div:not(:last-child) {
  margin: 0 10px 0 0;
}

.cell li .titleLabel {
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.cell li .titleLabel p {
  line-height: 1.2;
  font-size: 14px;
  color: var(--bw0);
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.cell li .titleLabel h4 {
  font-size: 16px;
  color: var(--bw1);
}

.cell li .titleLabel span {
  line-height: 1.2;
  display: inline-block;
  font-size: 12px;
  color: var(--bw3);
}

.cell li .titleLabel span.danger {
  color: var(--t_3);
  opacity: 0.8;
}

.cell li .titleLabel span.warning {
  color: var(--t_2);
}

.cell li .lead {
  position: relative;
}

.cell li .contInfo p {
  font-size: 14px;
  color: var(--bw0);
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.cell li .contInfo h3 {
  font-size: 20px;
  color: var(--bw0);
}

.cell li .contInfo h4 {
  font-size: 16px;
  color: var(--bw1);
}

.cell li .contInfo p:empty:before {
  content: " ";
  font-size: 12px;
  font-weight: 300;
  color: var(--bw3);
  opacity: 0.3;
}

.cell li .contInfo span {
  font-size: 12px;
  color: var(--bw3);
}

.cell li .contInfo em {
  font-size: 12px;
  font-weight: 300;
  color: var(--bw3);
}

.cell li .line:before {
  content: " ";
  height: 1px;
  margin: 0 10px 0 0;
  background-color: var(--bw4);
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cell li .more span,
.cell li .more i {
  font-size: 14px;
  color: var(--bw3);
}

.groupRaer ul li {
  background: var(--bw6);
}

.viewAll p,
.moreBar p {
  font-size: 16px;
  font-weight: 700;
  color: var(--bw0);
}

.moreBar i {
  font-size: 16px;
  color: var(--bw0);
}

/*--圆角--*/

.radius50P {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.radius500PX {
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
}

.radius30PX {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

.radius303000PX {
  border-radius: 30px 30px 0 0;
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
}

.radius003030PX {
  border-radius: 0 0 30px 30px;
  -webkit-border-radius: 0 0 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
}

.radius030300PX {
  border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
}

.radius00300PX {
  border-radius: 0 0 30px 0;
  -webkit-border-radius: 0 0 30px 0;
  -moz-border-radius: 0 0 30px 0;
}

.radius00030PX {
  border-radius: 0 0 0 30px;
  -webkit-border-radius: 0 0 0 30px;
  -moz-border-radius: 0 0 0 30px;
}

.radius15PX {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

.radius01500PX {
  border-radius: 0 15px 0 0;
  -webkit-border-radius: 0 15px 0 0;
  -moz-border-radius: 0 15px 0 0;
}

.radius151500PX {
  border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
}

.radius001515PX {
  border-radius: 0 0 15px 15px !important;
  -webkit-border-radius: 0 0 15px 15px !important;
  -moz-border-radius: 0 0 15px 15px !important;
}

.radius150015PX {
  border-radius: 15px 0 0 15px;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
}

.radius015150PX {
  border-radius: 0 15px 15px 0;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
}

.radius15155015PX {
  border-radius: 15px 15px 50px 15px;
  -webkit-border-radius: 15px 15px 50px 15px;
  -moz-border-radius: 15px 15px 50px 15px;
}

.radius10PX {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.radius7PX {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

.radius7700PX {
  border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
}

.radius0077PX {
  border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
}

.radius0770PX {
  border-radius: 0 7px 7px 0;
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
}

.radius7007PX {
  border-radius: 7px 0 0 7px;
  -webkit-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
}

.radius3PX {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}


/*限制文字行数*/
[class^="length-limit-"],
[class*="length-limit-"] {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
}

.length-limit-1 {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.length-limit-2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.length-limit-3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.length-limit-4 {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

.length-limit-10 {
  -webkit-line-clamp: 10;
  line-clamp: 10;
}

.highlight_Txt {
  font-size: 16px;
  color: var(--t_3);
}

em.unit,
.currency {
  line-height: 1.0;
  padding: 0 2px 0 0;
  font-size: 80%;
  font-weight: 300;
}

em.unit {
  padding: 0 0 0 2px;
  color: var(--bw2);
  vertical-align: middle;
}

em.unit.place,
em.currency.place {
  vertical-align: top;
}

.dim2 {
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  -ms-backdrop-filter: blur(2px);
}

.dim5 {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  -ms-backdrop-filter: blur(5px);
}

.dim10 {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -ms-backdrop-filter: blur(10px);
}

.cursor-clickable {
  appearance: none;
  cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAzMCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CjxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSIyNy41IiBmaWxsPSJ1cmwoI3BhdHRlcm4wKSIvPgo8ZGVmcz4KPHBhdHRlcm4gaWQ9InBhdHRlcm4wIiBwYXR0ZXJuQ29udGVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgd2lkdGg9IjEiIGhlaWdodD0iMSI+Cjx1c2UgeGxpbms6aHJlZj0iI2ltYWdlMF8yNzc1XzIyMTciIHRyYW5zZm9ybT0ic2NhbGUoMC4wMTY2NjY3IDAuMDE4MTgxOCkiLz4KPC9wYXR0ZXJuPgo8aW1hZ2UgaWQ9ImltYWdlMF8yNzc1XzIyMTciIHdpZHRoPSI2MCIgaGVpZ2h0PSI1NSIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFEd0FBQUEzQ0FNQUFBQm41ZG1EQUFBQWJGQk1WRVZIY0V3YUZCUVNFQkFlSFI0eUxpOFpHUmt0S3lzc0tpb2NHUmtyS1NvTUNnb0VBZ0xPenM0MU16TWtJU0l5TURFWEV4TXZMQzBDQUFILy8vLzQrUGpsNWVVaUhSN3Y3Ky9iMnRwSFJFV2NtNXVycXF0cFoyZFhWVlc1dUxsM2RuYU5pNHlDZ1lIRHc4UCsvdjZKNFBkbEFBQUFFblJTVGxNQUF4QXkvU0NUU2NwMzJlNzlZS0M5cjh3bFAvK1NBQUFEdmtsRVFWUjRYdVdVNjVLcVNCQ0VCWnFib09OazMyOWM5UDNmY2F0aElHWm5QQVJuLzI1aWFCUDZVVmx0VmwvKzk4citHL1VOeTVMK3Vtck5idlNlL2JXSG9zMHVlUU1rdW15clcvazNWUnYxY1duaEFtcXFEMUo3M25DaEdKb0dVeDlSZjhLYmdSR2RuWVJ2OEI1TVlSd3NNSFBPZGZLUW5ZTmJHTUV3ZWdRWE1YRHg0bEkxWnl0WDBFL2d5WjlnZ2VBWFhmNWNhWUlmVEFZd3libXgrSUlON2llN2ZzUUJHUG1MN000THpQa3JYSFBLUzNvZEsydHNWQXZrZ29Nbk9DMVJuQXB0M2pERllEalhGa0FRaSsrZUVsTlg5L3VOcWg5RWxtQmlvK0I4d0dDc1dtR0RxZ0lZOEprZk9TQVlGaFAzRGxad0Q3bkFrakdNUmt1SHowdCt1ei9hOGkyZGtlMUFOWUVvWDBQWWR3eXo0Q1NINmdyRjBOV1hkK2J6cTNXUVQzakJKekM0ZGNkbUdOci9sQmV3UWNyZWR2bHY5eFJ0VEJPMGgrWVNzN2FXbXQ1Z3VvU2xCV25BcmI3ZjIzeWo5M1QyWXhDamZYSE5vblJmVGJzTlpsR2tDQmcwZ0VLVC83dm5hNVRLQ1FUTitSTUk4QXYwM0N1SEJMOE1FS1QyS1huWmQ5ZmV3R3ZBa2owekF1UFNzMEcvd21HcmpINUpYdlpqcGd5ZXdqa0VyWVVtWEM1SmhlTkpyNkMrWUt2SnlOVFZ4YTNaeDcyeGVvRGtuSHNvWnVPMCtLYUtjZWFMVE0rVGhKMlNBUWNTSSs5TDRiS3pvMEo2cUp6SE1VU2xNSzR4U1lVMjdmY1QvSFBDN1F1dUZib3VPVnAvU1Zzeko5ODd1SCtSWGduVzNIWGJDVms4cXRzMUNPSzBORS92bkE4cEhodTBhYnVmb1VYb3FtckY4N0lzdTBrWVB6T3NZaXVjOEIzYW56UXlMYXhpcWw2TjUxblpoUkd3byt1Tk1kSmpnemQ5dndsUkNHVnRrMmViYzRYdUUzN3pOMDFmNk5BVEozenlZYnhZNFRoeXJaUnF0NlJrNWVOZTE5ZFVMMm10bExCbHlDVTgzeWVWd0prTHBhNUZZdmUyOHh0U2tuYVRXekFKSHI3QkJyQ09xVHNWM21rYTFMS0NXOEVqK0lrcFFLbmJ6Nmt1UHZFazVCaDIwTFJteGVVblhhdlU5Z0djTW92VWMxUCtQbzVhUkVyYUVmeEVoTzlSL1RyUGxyWkhjYlJoSWlvNUlmNXFlUTNiQnlhaS93Z1BVRExOWHZIMkhDMVcrajNNdFZVSXRtT1AvUEluZWliNkRXelN3RmNOVk52VzFQRXh2UndIOUtrWGVJRGtPblpGeXg0VXFBUWYwOFF0ZXkvVG5aQXYzcVBLaTZyT1U3b09hUGQ5bXZhc1Q2aXpQRi9LSHRCcjFQWjVUaVJkT2w1VGpJazlwT3ZPaW04eE5mMXJQYmlyalR5a0svUjhIYzcxd0I1VDh3TnVseE53VnNQelhTTStFQ1huVTFkY3pxanNSaW1sRmtMTGZzWkhVVUc1UGw3TE0yeVdOOG95RmtPSURQaW95N0s5QW9wYVBrVlgxNlpwcnFUbTNoWjVscGQxVzFVRnNXZmdzdGkwNW9ud1pYRksrYTZOZVBNSC93T1V0b2dtQVFwSmp3QUFBQUJKUlU1RXJrSmdnZz09Ii8+CjwvZGVmcz4KPC9zdmc+Cg==), auto;
}

.cursor-disable {
  cursor: no-drop;
}

.EmblemShading,
.foreground {
  position: fixed;
}

.foreground {
  bottom: 0;
  z-index: 3;
}

.foreground img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.foreground:after {
  content: " ";
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(40, 29, 28, 1) 20%, rgba(40, 29, 28, 0) 100%);
  position: absolute;
  z-index: 1;
}


/* 布局组合项 */
.layoutGroup.display>div:not(:last-child) {
  margin: 0 10px 0 0;
}

/* 反面转圈 */
.keyframes_reward {
  -webkit-animation: spin 1.2s linear infinite;
  animation: spin 1.2s linear infinite;
}

/* 装载遮罩loading */
.loadingLayer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 24px;
  position: fixed;
  cursor: wait;
  background-color: var(--bw1);
  background-image: url('./../img/Loading_BG0.png'), url('./../img/Loading_BG1.png');
  background-position: bottom left, top right;
  background-size: 40%, 40%;
  background-repeat: no-repeat, no-repeat;
  z-index: 999;
}

.FactionEmblem {
  width: 40%;
  min-width: 500px;
  margin: 0 0 10%;
  position: relative;
  z-index: 1;
}

.FactionEmblem img {
  width: 80%;
  max-width: 850px;
  margin: 0 auto;
  opacity: 0.5;
}

.loadingLayer div.slogan {
  bottom: 30%;
  position: absolute;
  display: flex;
  animation: show-hide var(--sp) ease 0s infinite;
  mix-blend-mode: plus-lighter;
  z-index: 99;
}

.ease {
  -webkit-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

@keyframes show-hide {

  0%,
  100% {
    opacity: 0;
    transform: scale(0.8);
  }

  20%,
  80% {
    opacity: 1;
    transform: scale(1);
  }
}

.loadingLayer div span {
  width: 8vmin;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  color: var(--b_4);
  text-shadow: 0 0 1px var(--bw6);
}

.up:before,
.down:before {
  width: 80%;
  height: 0.1vmin;
  background: radial-gradient(ellipse at 50% 50%, var(--bw6), #ffffff00 70%);
  content: "";
  position: absolute;
  border-radius: 100%;
  filter: blur(2px);
  left: 5%;
  top: 49%;
  box-shadow: 0 0 100px 0 var(--bw6);
  animation: shadow var(--sp) ease 0s infinite;
}

.blank_20 {
  margin: 0 40px 0 0;
}

.down:before {
  width: 1vmin;
  height: 0.5vmin;
  filter: blur(3px);
  left: calc(50% - 0.5vmin);
  top: 45%;
  box-shadow: 0 0 10px 0 var(--bw6);
}

@keyframes shadow {

  0%,
  10%,
  90%,
  100% {
    opacity: 0;
  }

  45%,
  55% {
    opacity: 0.25;
    height: 0.25vmin;
  }
}

.up span,
.down span {
  animation-duration: var(--sp);
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}

/*up*/
.up-0 {
  animation-name: go-up-0;
}

.up-1 {
  animation-name: go-up-1;
}

.up-2 {
  animation-name: go-up-2;
}

.up-3 {
  animation-name: go-up-3;
}

.up-4 {
  animation-name: go-up-4;
}

.up-5 {
  animation-name: go-up-5;
}

.up-6 {
  animation-name: go-up-6;
}

/*down*/
.down-0 {
  animation-name: go-down-0;
}

.down-1 {
  animation-name: go-down-1;
}

.down-2 {
  animation-name: go-down-2;
}

.down-3 {
  animation-name: go-down-3;
}

.down-4 {
  animation-name: go-down-4;
}

.down-5 {
  animation-name: go-down-5;
}

.down-6 {
  animation-name: go-down-6;
}

@keyframes go-up-0 {

  0%,
  10%,
  90%,
  100% {
    top: 0;
  }

  40%,
  60% {
    top: -0.4vmin;
  }
}

@keyframes go-up-1 {

  0%,
  10%,
  90%,
  100% {
    top: 0;
  }

  40%,
  60% {
    top: -1.0vmin;
  }
}

@keyframes go-up-2 {

  0%,
  10%,
  90%,
  100% {
    top: 0;
  }

  40%,
  60% {
    top: -1.6vmin;
  }
}

@keyframes go-up-3 {

  0%,
  10%,
  90%,
  100% {
    top: 0;
  }

  40%,
  60% {
    top: -2.2vmin;
  }
}

@keyframes go-up-4 {

  0%,
  10%,
  90%,
  100% {
    top: 0;
  }

  40%,
  60% {
    top: -2.9vmin;
  }
}

@keyframes go-up-5 {

  0%,
  10%,
  90%,
  100% {
    top: 0;
  }

  40%,
  60% {
    top: -3.5vmin;
  }
}

@keyframes go-up-6 {

  0%,
  10%,
  90%,
  100% {
    top: 0;
  }

  40%,
  60% {
    top: -4.1vmin;
  }
}


@keyframes go-down-0 {

  0%,
  10%,
  90%,
  100% {
    top: 0;
  }

  40%,
  60% {
    top: 0.4vmin;
  }
}

@keyframes go-down-1 {

  0%,
  10%,
  90%,
  100% {
    top: 0;
  }

  40%,
  60% {
    top: 1.0vmin;
  }
}

@keyframes go-down-2 {

  0%,
  10%,
  90%,
  100% {
    top: 0;
  }

  40%,
  60% {
    top: 1.6vmin;
  }
}

@keyframes go-down-3 {

  0%,
  10%,
  90%,
  100% {
    top: 0;
  }

  40%,
  60% {
    top: 2.2vmin;
  }
}

@keyframes go-down-4 {

  0%,
  10%,
  90%,
  100% {
    top: 0;
  }

  40%,
  60% {
    top: 2.9vmin;
  }
}

@keyframes go-down-5 {

  0%,
  10%,
  90%,
  100% {
    top: 0;
  }

  40%,
  60% {
    top: 3.5vmin;
  }
}

@keyframes go-down-6 {

  0%,
  10%,
  90%,
  100% {
    top: 0;
  }

  40%,
  60% {
    top: 4.1vmin;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

/* 右边往左切入 */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    -ms-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

/* 左边往右切入 */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeInLeft {
  0% {
    transform: translateX(-10%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    transform: translateX(-10%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


/* 滚动旋转 */
.keyframes_rotate {
  -webkit-animation: rotate 20s linear infinite;
  -o-animation: rotate 20s linear infinite;
  -moz-animation: rotate 20s linear infinite;
  -ms-animation: rotate 20s linear infinite;
  animation: rotate 20s linear infinite;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-o-keyframes rotate {
  0% {
    -o-transform: rotate(360deg);
  }

  100% {
    -o-transform: rotate(0deg);
  }
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(360deg);
  }

  100% {
    -moz-transform: rotate(0deg);
  }
}

@-ms-keyframes rotate {
  0% {
    -ms-transform: rotate(360deg);
  }

  100% {
    -ms-transform: rotate(0deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

/* 下降Q弹 */
.keyframes_upDown {
  -webkit-animation: upDown 2s infinite ease-in-out;
  -moz-animation: upDown 2s infinite ease-in-out;
  -ms-animation: upDown 2s infinite ease-in-out;
  animation: upDown 2s infinite ease-in-out;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}