@charset "utf-8";

/* 布局 版面  */
body:after {
  content: " ";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--a_5);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: fixed;
  z-index: -2;
}

body.bgf::after {
  background: var(--black5);
}

body.bg0::after {
  background: var(--blockColor1);
}

body.bg1::after {
  background-color: var(--black4);
}


body.bg2::after {
  background-color: var(--a_5);
}

body.bgIMG1::after {
  background-image: url('./../images/Background/3.png');
  opacity: 0.2;
}

body.bgIMG2::after {
  background-image: url('./../images/Background/2.png');
}

.h5MaxWidth {
  max-width: 800px;
  margin: 0 auto;
}

.gradient {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -text-fill-color: transparent;
  background-image: linear-gradient(90deg, var(--b_1) 0, var(--b_3) 100%);
}

.app {
  width: 100%;
  margin: 0 auto;
}

.popUpmask {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: var(--black0);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  -ms-backdrop-filter: blur(2px);
  z-index: 0;
}

::selection {
  background: var(--a_3);
  color: #fff;
}

::-moz-selection {
  background: var(--a_3);
  color: #fff;
}

::-webkit-selection {
  background: var(--a_3);
  color: #fff;
}

.main {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.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;
}

.flex1 {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex2 {
  -moz-box-flex: 2;
  -webkit-box-flex: 2;
  -o-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.flex3 {
  -moz-box-flex: 3;
  -webkit-box-flex: 3;
  -o-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.flex4 {
  -moz-box-flex: 4;
  -webkit-box-flex: 4;
  -o-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.flex5 {
  -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;
}

/*--圆角--*/

.radius50P {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.radius3PX {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.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;
}

.radius500PX {
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
}

.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;
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 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;
}

.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;
}

.radius03000PX {
  border-radius: 0 30px 0 0;
  -webkit-border-radius: 0 30px 0 0;
  -moz-border-radius: 0 30px 0 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;
}

/* VIP */
/* VIP Card */


.vipBox {
  position: relative;
  z-index: 2;
}

.vip_ICON {
  width: 30px;
}

.vip_ICON img {
  width: 100%;
}

.vip_LVName P {
  font-size: 14px;
  color: var(--black1);
}

.vip_LVBar {
  position: relative;
  z-index: 1;
}

.vip_LVBar>div:not(:first-child) {
  margin: 0 0 0 10px;
}

.vipCard {
  padding: 5px 10px 5px 0;
  position: relative;
}

.vBG:after {
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: var(--v00);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  -ms-backdrop-filter: blur(5px);
  z-index: -1;
}

.v0:after {
  background: var(--v0);
}

.v1:after {
  background: var(--v1);
}

.v2:after {
  background: var(--v2);
}

.v3:after {
  background: var(--v3);
}

.v4:after {
  background: var(--v4);
}

.v5:after {
  background: var(--v5);
}

.v6:after {
  background: var(--v6);
}

.v7:after {
  background: var(--v7);
}

.v8:after {
  background: var(--v8);
}

.v9:after {
  background: var(--v9);
}

.vipCard>div:not(:last-child) {
  margin: 0 10px 0 0;
}

.vipCard .explain {
  margin: 0;
  padding: 0 40px 0 0;
}

.vipCard .vipBox {
  padding: 5px 20px 5px 10px;
  left: 0;
  bottom: 0;
  position: absolute;
  border-radius: 20px 5px 20px 5px;
  -webkit-border-radius: 20px 5px 20px 5px;
  -moz-border-radius: 20px 5px 20px 5px;
  background: var(--black5);
}

.vipCard .vipBox>div:not(:last-child) {
  margin: 0 5px 0 0;
}

.vipCard .vip_LVBar {
  margin: 0 10px 0 110px !important;
}

.vipCard .more {
  position: relative;
  z-index: 1;
}

.vipCard .more i {
  font-size: 14px;
  color: var(--black5);
}

/* 暂无数据 */


.noData {
  padding: 20px;
  text-align: center;
}

.noData * {
  background-color: transparent !important;
}

.noData div.tipIcon {
  width: 50%;
  max-width: 200px;
  margin: 0 auto 10px;
}

.noData div.tipIcon img {
  width: 100%;
  opacity: 0.3;
}

.noData h3 {
  margin: 0 auto;
  font-size: 18px;
  color: var(--black2);
}

.noData p {
  font-size: 16px;
  font-weight: 500;
  color: rgba(14, 46, 11, 0.3);
}

/*--头部导航栏--*/

header {
  height: 50px;
  line-height: 50px;
}

header .header {
  height: 50px;
  line-height: 50px;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  padding: 0 10px;
  position: fixed;
  background: var(--a_1);
  z-index: 990;
}

header .header .back,
header .header .navskip {
  position: relative;
  z-index: 2;
}

header .header .back {
  width: 60px;
  height: 50px;
  text-align: center;
}

header .header .back i {
  color: var(--black5);
  font-size: 22px;
}

header .header h3 {
  text-align: center;
  font-size: 16px;
  color: #fff;
  z-index: 1;
}

header .header .navskip {
  min-width: 60px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
}

header .header .navskip>*:not(:last-child) {
  margin: 0 10px 0 0;
}

header .header .navskip a {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
}


header.float {
  height: initial;
  line-height: initial;
}

header.follow .header {
  position: relative;
}

header.noColor .header {
  background: transparent !important;
}

header.noColor .header .back i,
header.noColor .header h3 {
  color: var(--black5);
}

header.noColor.c_b .header .back i,
header.noColor.c_b .header h3 {
  color: var(--black1);
}

.headline h3 {
  font-size: 18px;
  color: #fff;
}

.headline a {
  font-size: 14px;
}

.helpIcon {
  width: 25px;
  height: 25px;
  background: var(--r_2);
}

.helpIcon i {
  font-size: 16px;
  color: #fff;
}

/* title标题 */

.title h2 {
  font-size: 24px;
  color: var(--black1);
}

.title h3 {
  line-height: 1.3;
  font-size: 20px;
  color: var(--black1);
}

.title h4 {
  line-height: 1.2;
  font-size: 18px;
  color: var(--black1);
}

.title span {
  font-size: 14px;
  color: var(--black2);
}

/* 子标题 */

.subtitle h3 {
  font-size: 16px;
  color: var(--black1);
}

/*--标题栏--*/

.titleBar {
  width: 100%;
  padding: 10px 0;
  border-color: var(--black5);
  border-width: 0;
  border-style: solid;
}

.titleBar a {
  font-size: 14px;
}

.titleBar .title h3 {
  line-height: 1.0;
  font-size: 20px;
  color: var(--black2);
  position: relative;
  z-index: 1;
}

.titleBar .title h4 {
  color: var(--black2);
}

.titleBar .title span {
  font-size: 14px;
  font-weight: 500;
  color: var(--black3);
}

.titleBar .more p {
  font-size: 16px;
  font-weight: 700;
  color: var(--r_0);
}

.titleBar .more i {
  font-size: 12px;
  color: var(--r_0);
  opacity: 0.8;
}


/* 略图 */

.sketchBox .addPicture {
  width: 80px;
  height: 80px;
  position: relative;
  background-color: var(--black4);
}

.sketchBox .addPicture i {
  font-size: 26px;
  color: var(--black3);
}

.sketchBox .addPicture>input {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0.0000001;
  z-index: 9;
}

.sketchBox .sketchList>div {
  height: 80px;
  margin: 0 10px 10px 0;
  position: relative;
}

.sketchBox .sketchList>div img {
  height: 100%;
}

.sketchBox .sketchList .imgDelete {
  width: 25px;
  height: 25px;
  top: -5px;
  right: -5px;
  position: absolute;
  z-index: 9;
  background-color: var(--r_3);
}

.sketchBox .sketchList .imgDelete i {
  font-size: 14px;
  color: #fff;
}

/* 文章列标题 */
.columnHeading .abstract {
  margin: 5px 0 0;
}

.columnHeading .abstract p {
  font-size: 14px;
  color: var(--black2);
}

.columnHeading .abstract span {
  font-size: 14px;
  color: var(--black3);
}

/* 不可编辑  禁止鼠标点击 */
body .buttonBisable,
body .parclose {
  pointer-events: none;
  cursor: default;
}

/* 说明提示 */

p.specialTips {
  margin: 5px 0 0;
  font-size: 14px;
  text-align: center;
  color: var(--r_3) !important;
}

.tipsBox {
  padding: 20px;
}

.tips:empty {
  display: none;
}

.tips .titleBar {
  margin: 0;
  padding: 0 0 10px 0;
}

.tips .titleBar .title {
  padding: 0;
}

.tips .explain {
  margin: 0;
  padding: 0;
}

.explain {
  margin: 0;
  padding: 0;
}

.explain h3,
.explain h4 {
  line-height: 1.1;
  font-size: 22px;
  color: var(--black1);
}

.explain h3 i {
  margin: 0 5px 0 0;
  font-size: 24px;
  color: var(--r_3);
}

.explain h4 {
  font-size: 20px;
}

.explain p {
  line-height: 1.2;
  padding: 5px 0;
  font-size: 14px;
  color: var(--black1);
}

.explain span {
  font-size: 14px;
  color: var(--black2);
}

.instructions .cell li {
  padding: 10px 0;
}

.instructions p {
  margin: 5px 0;
  font-size: 14px;
  color: var(--black1);
}

.instructions h4 {
  margin: 5px 0;
  font-size: 18px;
  color: var(--r_3);
}

.instructions p b {
  margin: 5px 0;
  font-size: 18px;
  color: var(--a_1);
}

/*限制文字行数*/
[class^="length-limit-"],
[class*="length-limit-"] {
  cursor: pointer;
  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-4 {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

.length-limit-10 {
  -webkit-line-clamp: 10;
  line-clamp: 10;
}

/*--过长省略--*/

.omit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*兼容IE*/
}

/*弹框*/

/*----*/

.dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dialog-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99999;
}

.dialog:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9990;
  background-color: transparent;
  visibility: hidden;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -webkit-user-drag: none;
  user-select: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  -ms-backdrop-filter: blur(1px);
}

.dialog-show:before {
  visibility: visible;
  background-color: rgba(160, 160, 160, 0.3);
}

.dialog .dialog-box {
  z-index: 9999;
}

.dialog .dialog-btn {
  text-align: center;
  border-top: 0 solid #eee;
}

.dialog .dialog-btn a {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}

/* 宫格导航 */

.gongGeNAV li {
  width: 25%;
  padding: 10px;
  text-align: center;
}

.gongGeNAV li .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 5px;
  position: relative;
}

.gongGeNAV li .icon img {
  width: 100%;
}

.gongGeNAV li .icon i {
  font-size: 28px;
  color: var(--black0);
  position: relative;
}

.gongGeNAV li h3 {
  color: var(--black0);
  font-size: 18px;
}

.gongGeNAV li h4 {
  color: var(--black0);
  font-size: 14px;
}

.gongGeNAV li p {
  color: var(--black1);
  font-size: 14px;
}

.gongGeNAV li span {
  color: var(--black1);
  font-size: 12px;
}

/* 信息条 */

.cell li {
  padding: 10px 20px;
}

.cell li:not(:first-child) {
  border-width: 0;
  border-color: var(--black3);
  border-style: solid;
}

.cell li .icon {
  width: 40px;
  height: 40px;
}

.cell li .icon i {
  font-size: 30px;
  color: var(--black1);
  position: relative;
  z-index: 1;
}

.cell li .icon img {
  width: 80%;
}

.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 {
  font-size: 14px;
  color: var(--black0);
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.cell li .titleLabel span {
  font-size: 12px;
  color: var(--black2);
}

.cell li .titleLabel span.warning {
  color: var(--r_2);
}

.cell li .contInfo p {
  font-size: 16px;
  color: var(--black0);
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.cell li .contInfo h3 {
  font-size: 18px;
  color: var(--a_1);
}

.cell li .contInfo h4 {
  font-size: 16px;
  color: var(--black1);
}

.cell li .contInfo p:empty:before {
  content: " ";
  font-size: 14px;
  font-weight: 300;
  color: var(--black1);
  opacity: 0.3;
}

.cell li .contInfo span {
  font-size: 12px;
  color: var(--black2);
}

.cell li .contInfo em {
  font-size: 12px;
  font-weight: 300;
  color: var(--black2);
}

.cell li .contInfo h4 {
  font-size: 20px;
}

.cell li .line:before {
  content: " ";
  height: 1px;
  margin: 0 10px 0 0;
  background-color: var(--black4);
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cell li .more i {
  font-size: 14px;
  color: var(--black3);
}

/* 头像组 */
.userCard>div:not(:first-child) {
  margin: 0 0 0 10px;
}

.userCard .portrait {
  width: 50px;
  height: 50px;
  position: relative;
  display: inline-flex;
}

.userCard.uc_S .portrait {
  width: 40px;
  height: 40px;
}

.userCard .portrait .frame {
  width: 100%;
  height: 100%;
  border-width: 3px;
  border-color: rgba(255, 255, 255, 0.5);
  border-style: solid;
  overflow: hidden;
  background: var(--black4);
  position: relative;
}

.userCard.uc_S .portrait .frame {
  border-width: 0;
}

.userCard .portrait .frame i {
  line-height: 1.0;
  font-size: 30px;
  color: var(--black1);
  opacity: 0.8;
}

.userCard.uc_S .portrait .frame i {
  font-size: 20px;
}

.userCard .portrait .frame img {
  width: 100%;
}

.userCard .infor p {
  line-height: 1.0;
  font-size: 18px;
  font-weight: 700;
  color: var(--black1);
}


.userCard.uc_S .infor p {
  font-size: 16px;
  font-weight: 300;
}

.userCard .infor p span {
  font-size: 14px;
  font-weight: 300;
  opacity: 0.5;
  color: var(--black2);
}

.userCard.uc_S .infor p span {
  font-size: 14px;
}

.userCard .infor span {
  line-height: 1.0;
  font-size: 14px;
  color: var(--black2);
}

/* 按钮组 */

.clickBtn {
  height: 45px;
  padding: 0 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--black5);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  transition: 0.5s;
  box-shadow: none;
  border: none;
  outline: 0;
  background: var(--black3);
  position: relative;
}

.clickBtn:active {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  transform: translateY(3px);
}

.lineBtn {
  color: var(--black3);
  border-width: 2px;
  border-color: var(--black3);
  border-style: solid;
  background: transparent;
}

.clickBtn_S {
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: var(--black3);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.cancelBtn {
  background-color: var(--black3);
}

.confirmBtn {
  background-color: var(--r_1);
}

.delBtn {
  background-color: var(--r_3);
}

.downloadBtn {
  background-color: var(--b_1);
}

/* -- */

.progressBarBox .exptHint {
  margin: 0 0 5px 0;
}

.progressBarBox .exptHint p {
  font-size: 12px;
  color: var(--black4);
  position: relative;
  white-space: nowrap;
}

/* ------- */
.progressBar {
  width: 100%;
  max-width: calc(100% - 80px);
  height: 8px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: var(--black4);
}


.progressBar .progress {
  width: 0%;
  max-width: 100%;
  height: 100%;
  position: relative;
  background-color: var(--b_1);
  background: linear-gradient(90deg, var(--b_3) 30%, var(--b_1) 100%);
  transition: all 0.6s 0.3s;
}

.progressBarBox .ratio p {
  font-size: 14px;
  color: var(--black3);
}

.glow {
  width: 20px;
  max-width: 100%;
  height: 100%;
  float: right;
}

/* .glow::before {
  content: '';
  display: block;
  position: relative;
  background: transparent;
  height: 100%;
  box-shadow: 0px 0px 10px var(--a_3), 0px 0px 10px var(--a_4);
  z-index: -5;
} */


/*--表单控件按钮区--*/
.actionLine {
  margin: 20px 0;
  padding: 10px 0;
}

.actionLine>div,
.actionLine .clickBtn {
  margin: 10px 0;
}

.actionBar {
  width: 100%;
}

.actionBar>div,
.actionBar .clickBtn {
  margin: 0 0 0 10px;
}

.actionBar>div:nth-child(1),
.actionBar .clickBtn:nth-child(1) {
  margin: 0;
}

/* 底部定位按钮区 */

div.fixedArea {
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  -ms-backdrop-filter: blur(5px);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  position: fixed;
  z-index: 99;
}

div.fixedArea .actionBar {
  margin: 0;
  padding: 0;
}

/* 上滑滚动选择框 */

.UPDownBox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.UPDownBox .closeUPDownBox {
  width: 60px;
  height: 100%;
  padding: 20px;
  font-weight: 700;
  text-align: center;
  color: var(--black1);
}

.UPDownBox .boxTitle {
  max-height: 70px;
  border-color: var(--black4);
  border-width: 0 0 1px;
  border-style: solid;
}

.UPDownBox .boxTitle>div {
  font-size: 16px;
  letter-spacing: 0;
  color: rgb(59, 59, 59);
  opacity: 0.8;
  cursor: pointer;
}

.UPDownBox .container {
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255);
  position: fixed;
  overflow: hidden;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  -ms-backdrop-filter: blur(5px);
  -moz-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.UPDownBox .content {
  width: 100%;
  max-height: 80vh;
  min-height: 50vh;
  padding: 20px 20px 100px;
  overflow: auto;
  background-color: #fff;
}

/* 上升框 */
.UPDownBox.riseBox .container {
  bottom: 0;
  border-radius: 30px 30px 0 0;
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  animation: slideInUp 0.3s 1 forwards;
  -webkit-animation: slideInUp 0.3s 1 forwards;
  -webkit-overflow-scrolling: touch;
}

/* 下滑框 */
.UPDownBox.slideBox .container {
  top: 0;
  border-radius: 0 0 30px 30px;
  -webkit-border-radius: 0 0 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
  animation: upDown 0.3s 1 forwards;
  -webkit-animation: upDown 0.3s 1 forwards;
  -webkit-overflow-scrolling: touch;
}

/* 去色 */

.expire {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}


/* 关闭圆点 */
.roundOff {
  width: 30px;
  height: 30px;
  background-color: var(--r_3);
  z-index: 99;
}

.roundOff i {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}

.roundOff.rOff_2 {
  top: -10px;
  right: -10px;
  position: absolute;
}

.burelage {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.burelage img {
  width: 100%;
  display: block;
}

/* 底部遮罩 */
.overallShade {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(20, 20, 43, 0.5);
  z-index: 1;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  -ms-backdrop-filter: blur(1px);
}

.promptBox,
.toastBox {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  position: fixed;
  z-index: 9999;
}

.promptMain,
.toastCont {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.promptMain {
  width: 90%;
  max-width: 600px;
  max-height: 95vh;
  top: -10%;
  position: relative;
  -webkit-animation-name: slideUpRetourn;
  animation-name: slideUpRetourn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

.promptMain .promptTitleBar {
  padding: 10px 20px 50px;
  bottom: -40px;
  position: relative;
  border-width: 0;
  border-color: var(--black4);
  border-style: solid;
  background: var(--black4);
  z-index: 0;
}

.promptMain .promptTitleBar .promptTitle h3 {
  font-size: 22px;
  color: var(--black0);
}

.promptMain .promptCont {
  max-height: 75vh;
  padding: 20px;
  overflow-y: scroll;
  background: var(--black5);
  position: relative;
  z-index: 2;
}

.promptMain .promptCont .actionBar {
  margin: 20px 0 0;
}

.location_1 .promptMain {
  margin: initial;
  left: -20px;
  padding: 0 0 0 20px;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.promptCont .forms {
  padding: 0;
}

.promptCont .forms ul li {
  margin: 0 0 5px;
}

.promptCont .forms ul li .title {
  margin: 0 0 10px;
}

.promptCont .forms ul li .title h4 {
  font-size: 20px;
  font-weight: 500;
}

/* 图标内文字 */
.icon {
  position: relative;
}

.icon .iconTXT {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}

.icon .iconTXT p {
  font-size: 20px;
  color: #fff;
}

.toastCont {
  width: 90%;
  max-width: 350px;
  margin: 0 auto 40%;
  background: var(--blockColor1);
  color: #f5f5f5;
  padding: 10px 20px;
  border-radius: 0.25rem;
  position: relative;
  font-weight: 300;
  opacity: 1;
  border: 0.15rem solid #fff2;
}

.toastCont .icon {
  text-align: center;
  margin: 0 auto;
}

.toastCont .icon i {
  font-size: 34px;
  color: #fff;
}

.toastCont .tipText {
  padding: 5px;
}

.toastCont .tipText p {
  font-size: 16px;
  color: #fff;
}

.toastStatus4 {
  top: -20%;
}

.toastStatus4 .toastCont {
  background: transparent;
  border: initial;
  backdrop-filter: initial;
  -webkit-backdrop-filter: initial;
  -ms-backdrop-filter: initial;
  -moz-box-shadow: initial;
  -webkit-box-shadow: initial;
  box-shadow: initial;
}

.toastStatus3 .toastCont {
  background: var(--r_3);
}

.icon-StatusIcon3:before {
  content: "\e92b";
}

.toastStatus2 .toastCont {
  background: var(--r_1);
}

.icon-StatusIcon2:before {
  content: "\e928";
}

.toastStatus1 .toastCont {
  background: var(--r_2);
}

.icon-StatusIcon1:before {
  content: "\e94b";
}

.logOutTip {
  width: 100%;
}

.logOutTip .tipText {
  margin: 0 0 20px;
}

.logOutTip .tipText p {
  font-size: 16px;
  color: #fff;
}

.checkingTip .tipInfo>div {
  margin: 0 0 20px;
}

.payPasswordBox {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-color: rgba(236, 236, 236, 0.1);
  border-width: 2px 0 0 0;
  border-style: dashed;
}

.payPasswordBox input.payPassword {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}

/* 撕裂线 */
.splitLine {
  height: 18px;
  top: -1px;
  position: relative;
}

.splitLine .notch {
  height: 20px;
}

.splitLine .notch img {
  height: 100%;
}

.splitLine .line {
  background-color: #fff;
}

.splitLine .line:before {
  content: " ";
  width: 100%;
  height: 10px;
  display: block;
  border-width: 0px 0px 5px;
  border-style: dotted;
  border-color: var(--black4);
}

/* ---/END--- */

/* 顶部统计 */

.statistics ul li p {
  line-height: 1.2;
  font-size: 20px;
  font-weight: 700;
  color: var(--black1);
}

.statistics ul li span {
  font-size: 14px;
  color: var(--black2);
}

/* 顶部底 */
.shade {
  top: 0;
  left: 0;
  right: 0;
  bottom: -5px;
  position: absolute;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  -ms-backdrop-filter: blur(1px);
  z-index: 9;
}

.headBG {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  overflow: hidden;
  z-index: 0;
  background-color: var(--a_1);
}

.headBG .shade {
  background: transparent;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, var(--bgcolor) 100%);
}

.headBG img {
  width: 100%;
  opacity: 0.3;
  position: relative;
  z-index: 0;
}

/* 基本主题 */
.subject {
  min-height: 200px;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px 20px 60px;
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
}

.subject.bgIMG {
  background-image: url('./../images/Background/1.png');
}

.subject .groundSkin {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.subject .groundSkin img {
  width: 100%;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgb(255 255 255));
  opacity: 0.5;
}

/* 页 头 */
.pageHead {
  padding: 20px 10px 10px;
  position: relative;
  z-index: 9;
}

.specialTitle,
.pageHead .pageTitle {
  height: 35px;
}

.specialTitle img,
.pageHead .pageTitle img {
  height: 100%;
}

.pageHead .logo img {
  height: 45px;
}

.ceiling_Nav {
  top: 0;
  left: 0;
  right: 0;
  position: fixed !important;
  z-index: 9 !important;
}

/* 活动悬浮装饰 */

.treasureBox .likeness {
  width: 50px;
  min-height: 50px;
  position: fixed;
  left: 20px;
  bottom: 130px;
  z-index: 99;
}

.onlineService.welt .likeness {
  width: 60px;
  height: 60px;
}

.onlineService.navArea .likeness {
  width: 35px;
  height: 35px;
  margin: 0 5px;
  position: relative;
  z-index: 1;
}

.onlineService .likeness img {
  width: 100%;
}

.onlineService .bubble {
  left: 0;
  bottom: 75px;
  position: absolute;
  z-index: 9;
}

.onlineService .bubble>div {
  width: 130px;
  padding: 5px 10px;
  background: var(--blockColor1);
  position: relative;
  z-index: 1;
}

.onlineService .bubble:after {
  content: " ";
  width: 20px;
  height: 15px;
  bottom: -10px;
  left: 10px;
  display: inline-block;
  background: var(--blockColor1);
  position: absolute;
  clip-path: polygon(100% 0, 0 0, 80% 100%);
  z-index: 0;
}

.onlineService .bubble p {
  line-height: 1.0;
  font-size: 12px;
  color: #fff;
}

/* 页面头部标题 */
.typeTitle {
  margin: 0 0 20px;
}

.typeTitle .title h3 {
  font-size: 22px;
  color: var(--black2);
}

h3.tite {
  margin: 0 0 20px;
  font-size: 24px;
}

.obtain {
  right: 16px;
  top: 15px;
  font-size: 14px;
  color: var(--a_1);
  position: absolute;
}

.obtain:active {
  color: var(--a_3);
}

/* 更多 */

.lodingMore {
  margin: 10px 0;
  font-size: 16px;
  color: var(--r_0);
  padding: 10px;
  text-align: center;
  display: none;
}

/* 客服选择项 */
#promptSort_service .promptCont {
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.8);
}
 
/* 单双背景色 */
.pinto>tbody tr:nth-child(even) {
  background-color: #f3f3f3;
}

.pinto>tbody tr:nth-child(odd) {
  background-color: #fff;
}

/* 消息推送 */
.pushMessage {
  display: inline-block;
}

.pushMessage>div {
  margin: 10px 0 0;
}

.pushMessage .tipText {
  max-height: 50vh;
  margin: 20px 0 0;
  overflow: hidden;
}

.pushMessage .tipText>div:not(:last-child) {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-color: var(--black4);
  border-width: 0 0 5px;
  border-style: dotted;
}

.pushMessage .digest h3 {
  line-height: 1.3;
  font-size: 18px;
  color: var(--black0);
}

.pushMessage .digest p {
  line-height: 1.3;
  font-size: 14px;
  color: var(--black0);
}

.pushMessage .viewDetails {
  font-size: 14px;
  color: var(--r_0);
  text-align: right;
}

.pushMessage .viewDetails i {
  font-size: 12px;
}

/* 奖励 */

#promptSort_awardingBox .promptCont {
  background-color: transparent;
  box-shadow: initial;
}

.awardingBox {
  position: relative;
}

.awardingBox .hipe {
  width: 60%;
  left: 0;
  right: 0;
  bottom: 100px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
}

.awardingBox .hipe h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.awardingBox .hipe p {
  font-size: 14px;
  color: #fff;
}

.take {
  padding: 0 40px;
}

.siteInbox {
  position: relative;
}

.siteInbox .icon {
  width: 35px;
  height: 35px;
  background: var(--a_2);
}

.siteInbox .icon i {
  font-size: 18px;
  color: var(--black5);
}

.dotHint {
  width: 10px;
  height: 10px;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
  position: absolute;
  background-color: var(--r_3);
  z-index: 9;
}

/* .dotHint:empty {
  display: none;
} */

.unreadState {
  width: 10px;
  height: 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: var(--r_3);
}

.banner {
  max-height: 450px;
  overflow: hidden;
}

.banner img {
  width: 100%;
}

/* Advertising Area */


.advertisingArea {
  position: relative;
}

.advertisingArea .picture img {
  width: 100%;
  display: block;
}

.slogan {
  padding: 10px;
  position: relative;
  z-index: 3;
}


.slogan h3 {
  line-height: 1.2;
  font-size: 32px;
  color: var(--black1);
}

.slogan p {
  line-height: 1.0;
  font-size: 20px;
  color: var(--black0);
}

.slogan h3 em {
  font-size: 16px;
  font-weight: 300;
  color: var(--black2);
}

.sketch {
  background-image: url("./../images/GraphDefault.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 230px;
}

.sketch img {
  width: 100%;
}

.animate-translate {
  overflow: hidden;
}

.animate-translate:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-animation: loading-translate 2s infinite;
  animation: loading-translate 2s infinite;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
  background: linear-gradient(90deg, transparent, #fff, transparent);
}

.animate-translate.dark:after {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.5)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
}

@-webkit-keyframes loading-translate {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes loading-translate {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.dropload-up,
.dropload-down {
  position: relative;
  height: 0;
  overflow: hidden;
  font-size: 12px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.dropload-down {
  height: 50px;
}

.dropload-refresh,
.dropload-update,
.dropload-load,
.dropload-noData {
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.dropload-noData {
  color: var(--black3);
}

.dropload-load .loading {
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  margin: 6px;
  border: 2px solid #666;
  border-bottom-color: transparent;
  vertical-align: middle;
  -webkit-animation: rotate 0.75s linear infinite;
  animation: rotate 0.75s linear infinite;
}

div.groupRaer {
  margin: 0 0 10px 0;
  background: var(--black5);
  position: relative;
}

.appSuggest .statusIcon .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  text-align: center;
  background-color: var(--r_2);
}

.appSuggest .statusIcon .icon i {
  font-size: 36px;
  color: #fff;
}

.appSuggest .contentArea {
  margin: 20px 0;
}

.appSuggest .contentArea p {
  font-size: 16px;
  color: var(--black1);
}

/* Copyright */

.trademarkCopyright {
  padding: 20px;
  text-align: center;
  opacity: 0.3;
}

.trademarkCopyright .trademark img {
  height: 30px;
  margin: 0 auto;
  display: none;
}

.trademarkCopyright .copyright p {
  font-size: 14px;
  color: var(--black1);
}

/* / */

.downloadAPP .appLogo .icon {
  width: 100px;
  height: 100px;
}

.downloadAPP .explain {
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
  z-index: 5;
}

.downloadAPP .explain h3 {
  font-size: 22px;
  color: var(--black1);
}

.downloadAPP .explain p {
  color: var(--black1);
}

.downloadAPP .actionBar {
  margin: 0;
}

#promptSort_downloadAPP .promptMain {
  position: relative;
  backdrop-filter: inherit;
  -webkit-backdrop-filter: inherit;
  -ms-backdrop-filter: inherit;
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0);
  background-color: transparent;
}

#promptSort_downloadAPP .promptCont {
  padding: 0;
}

#promptSort_downloadAPP .promptCont .downloadAPP {
  padding: 20px;
  overflow: hidden;
  background-color: #fff;
}

#promptSort_downloadAPP .promptCont .downloadAPP .recommend {
  margin: 0 0 20px
}

#promptSort_downloadAPP .actionBar {
  position: relative;
}

.fixed_bottomStance {
  width: 100%;
  min-height: 30px;
}

.homePage,
.investPage,
.accountPage,
.taskhallPage,
.invitePage,
.aboutUsPage,
.commentsPage,
.financePage {
  margin: 0 auto 110px;
}

/* loding skeleton */

*.skeleton {
  padding: 20px 0 !important;
  opacity: 0.2;
}

*.skeleton>div:not(:last-child) {
  margin: 0 0 10px;
}

.skeleton .bar {
  min-width: 130px;
  padding: 0 20px;
}

.skeleton .bar li {
  height: 5px;
  margin: 10px 0 0;
  padding: 0;
  background-color: var(--black3);
  /* -webkit-animation-name: shared-horizonal-shimmer-animation;
  animation-name: shared-horizonal-shimmer-animation;
  -webkit-animation-duration: 1.92s;
  animation-duration: 1.92s;
  -webkit-animation-delay: 84ms;
  animation-delay: 84ms;
  -webkit-animation-timing-function: cubic-bezier(.34, 0, .21, 1);
  animation-timing-function: cubic-bezier(.34, 0, .21, 1);
  background-attachment: fixed;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-background-size: 100vw 100vh;
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(330deg, hsla(0, 0%, 100%, 0) 40%, rgba(0, 0, 0, .08) 50%, hsla(0, 0%, 100%, 0) 60%);
  background-image: linear-gradient(120deg, hsla(0, 0%, 100%, 0) 40%, rgba(0, 0, 0, .08) 50%, hsla(0, 0%, 100%, 0) 60%) */
}

.skeleton .bar li:nth-child(1) {
  margin: 0;
}

.skeleton .bar li.title {
  max-width: 60%;
  height: 10px;
}

.skeleton .sketch {
  width: 100%;
  height: 80px;
  background-image: initial;
}

.skeleton .userCard {
  padding: 0 20px;
}

.skeleton .userCard .portrait .frame {
  background-color: var(--black3);
}

.skeleton .userCard .bar {
  min-width: 130px;
  padding: 0 5px;
}

.logo img {
  height: 60px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.appLogo .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  -moz-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #fff;
}

.appLogo .icon img {
  width: 100%;
}

.appLogo .appName {
  width: 100%;
  padding: 10px;
  text-align: center;
}

.appLogo .appName h4 {
  font-size: 22px;
  color: var(--a_1);
}

.appLogo .appName p {
  font-size: 14px;
  color: var(--black2);
}

/* Loding1 */

.lodingDot {
  min-width: 30px;
}

.lodingDot .support {
  width: 30px;
  height: 30px;
  position: absolute;
  animation: rotation 3.8s linear infinite;
}

.lodingDot .support:nth-child(1) {
  animation-delay: 0.15s;
}

.lodingDot .support:nth-child(2) {
  animation-delay: 0.3s;
}

.lodingDot .support:nth-child(3) {
  animation-delay: 0.45s;
}

.lodingDot .support:nth-child(4) {
  animation-delay: 0.6s;
}

.lodingDot .support:nth-child(5) {
  animation-delay: 0.75s;
}

.lodingDot .support:nth-child(6) {
  animation-delay: 0.9s;
}

@keyframes rotation {
  0% {
    opacity: 0.8;
  }

  30% {
    transform: rotate(180deg);
    opacity: 1;
  }

  40% {
    transform: rotate(360deg);
    opacity: 1;
  }

  80% {
    transform: rotate(720deg);
    opacity: 0.8;
  }

  81% {
    opacity: 0;
  }

  100% {
    transform: rotate(0deg);
    opacity: 0;
  }
}

.lodingDot .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  top: 37px;
  left: 7px;
}

.lodingDot .support:nth-child(1) .dot {
  opacity: 1.0;
}

.lodingDot .support:nth-child(2) .dot {
  opacity: 0.8;
}

.lodingDot .support:nth-child(3) .dot {
  opacity: 0.6;
}

.lodingDot .support:nth-child(4) .dot {
  opacity: 0.4;
}

.lodingDot .support:nth-child(5) .dot {
  opacity: 0.2;
}

.lodingDot .support:nth-child(6) .dot {
  opacity: 0.2;
}

/* loding2 */
.lodingFlip {
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px)
  }

  50% {
    -webkit-transform: perspective(120px) rotateY(180deg)
  }

  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
  }
}

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/*loding3*/
.lodingLoader {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-animation: typing 1s linear infinite alternate;
  -moz-animation: Typing 1s linear infinite alternate;
  animation: typing 1s linear infinite alternate;
  margin: 46px auto;
  /* Not necessary- its only for layouting*/
  position: relative;
  left: -12px;
}

@-webkit-keyframes typing {
  0% {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2),
      24px 0px 0px 0px rgba(255, 255, 255, 0.2);
  }

  25% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 2),
      24px 0px 0px 0px rgba(255, 255, 255, 0.2);
  }

  75% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2),
      24px 0px 0px 0px rgba(255, 255, 255, 1);
  }
}

@-moz-keyframes typing {
  0% {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2),
      24px 0px 0px 0px rgba(255, 255, 255, 0.2);
  }

  25% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 2),
      24px 0px 0px 0px rgba(255, 255, 255, 0.2);
  }

  75% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2),
      24px 0px 0px 0px rgba(255, 255, 255, 1);
  }
}

@keyframes typing {
  0% {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2),
      24px 0px 0px 0px rgba(255, 255, 255, 0.2);
  }

  25% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 2),
      24px 0px 0px 0px rgba(255, 255, 255, 0.2);
  }

  75% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2),
      24px 0px 0px 0px rgba(255, 255, 255, 1);
  }
}

/*loding4*/

.lodingDallFall>div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  background: var(--b_1);
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite
}

.lodingDallFall>div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms
}

.lodingDallFall>div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms
}

.lodingDallFall>div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms
}


@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%)
  }

  10% {
    opacity: .5
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  90% {
    opacity: .5
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%)
  }
}

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%)
  }

  10% {
    opacity: .5
  }

  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0)
  }

  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0)
  }

  90% {
    opacity: .5
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%)
  }
}

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%)
  }

  10% {
    opacity: .5
  }

  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  90% {
    opacity: .5
  }

  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%)
  }
}

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%)
  }

  10% {
    opacity: .5
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  90% {
    opacity: .5
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%)
  }
}

/* ----- */

.more_Dots {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.2;
}

/* ----- */

em.unit,
.currency {
  line-height: 1.0;
  padding: 0 2px;
  font-size: 14px;
  font-weight: 300;
  color: var(--black3);
  vertical-align: top;
}

/* ----- */
.balanceCard {
  padding: 20px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.balanceCard .gongGeNAV ul li p {
  line-height: 1.0;
  font-size: 18px;
}

.balanceCard .gongGeNAV ul li h3 {
  font-size: 22px;
  line-height: 1.0;
  color: var(--black0);
}

.balanceCard .balance i {
  color: var(--black1);
}

.balanceCard .more i {
  font-size: 20px;
  font-weight: 700;
}

.balanceCard .capitalItem {
  position: relative;
}

.balanceCard .capitalItem .gongGeNAV ul li {
  padding: 0;
  text-align: left;
  background: transparent;
  -moz-box-shadow: initial;
  -webkit-box-shadow: initial;
  box-shadow: initial;
}

.balanceCard .capitalItem .gongGeNAV ul li>div {
  height: 100%;
  padding: 5px 5px 5px 0;
}

.balanceCard .cell li {
  padding: 10px 0;
}

.depositBtn {
  color: #FFF;
  background-color: var(--b_1);
}

.withdrawBtn {
  color: #FFF;
  background-color: var(--a_1);
}

/* Rule help */
.openRule .icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  background-color: var(--r_2);
}

.openRule .icon i {
  line-height: 1.1;
  font-size: 22px;
  color: #fff;
}

/* QR Code */
#QRCLogo {
  display: none;
}

#invitationQRCode canvas {
  margin: 0 auto;
  display: block;
}


/* 支付密码框 */

/* ----- */

.payBody {
  position: relative;
  z-index: 999;
}

.payBody .overallShade {
  display: none;
}

.pay-box {
  width: 100%;
  bottom: -500px;
  position: fixed;
  background: #fff;
  z-index: 400;
}

.pay-box .titleBar {
  padding: 10px;
  border-width: 0 0 1px;
}

.pay-box .titleBar .title h4 {
  color: var(--black1);
}

.pay-box .enablePrompt {
  padding: 10px;
}

.pay-box .enablePrompt p {
  font-size: 12px;
  color: var(--black2);
}

.pb-close {
  text-align: right;
  padding: 0;
}

.pb-close i {
  font-size: 22px;
}

.pb-empty i {
  font-size: 22px;
}

.pb-int {
  text-align: center;
  margin: 10px;
}

.pb-int>ul>li {
  width: 50px;
  height: 50px;
  padding: 5px;
  border-right: 0;
}

.pb-int>ul>li div {
  width: 100%;
  height: 100%;
  background-color: var(--black3);
}

.pb-int ul li i {
  width: 10px;
  height: 10px;
  background-color: var(--black1);
}

.pb-keyboard {
  margin-top: 30px;
}

.pb-keyboard ul {
  width: 100%;
}

.pb-keyboard ul li {
  height: 55px;
  border-width: 1px 1px 0 0;
  border-color: var(--black4);
  border-style: solid;
  font-size: 26px;
  text-align: center;
}

.pb-keyboard ul li.figure p,
.pb-keyboard ul li.pb-del i {
  font-size: 25px;
  color: var(--black0);
  position: relative;
  bottom: 1px;
}

.pb-keyboard ul>li:first-child {
  border-left: 0;
}

.pb-keyboard .figure:active {
  background: var(--black5);
}

.pb-keyboard .pb-empty {
  background: var(--black4);
  color: #fff;
}

.pb-keyboard .pb-empty p {
  font-size: 20px;
  position: relative;
  bottom: 6px;
}

.pb-keyboard .pb-del {
  background: var(--black4);
  border-width: 0;
  color: #fff;
}

.pb-keyboard .pb-del i {
  font-size: 25px;
  position: relative;
  bottom: 1px;
}

.translateXY50 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.translateX50 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.translateY50 {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.transitionAll05 {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.broadcast {
  width: 100%;
  margin: 10px 0 0;
  padding: 0 20px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0.8;
}

.broadcast .swiper_wrap {
  position: relative;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
}


.broadcast ul {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.broadcast ul li {
  width: 100%;
  height: 40px;
}

.broadcast .profil {
  width: 25px;
  height: 25px;
}

.broadcast .profil {
  margin: 0 5px 0 0;
}

.broadcast ul li .name p {
  font-size: 12px;
  color: #fff;
}


/* 邀请广告 */

.inviteCode {
  position: relative;
}

.inviteCode .code {
  top: 20px;
  left: 20px;
  position: absolute;
  z-index: 9;
}

.inviteCode .code>div {
  margin: 10px 0 0;
}

.inviteCode .code .txt h4 {
  font-size: 22px;
  color: var(--black1);
}

.inviteCode .code .txt span {
  font-size: 14px;
  color: var(--black2);
}

.inviteCode .code .copyBtn {
  padding: 5px 10px;
  display: inline-block;
  background: var(--a_1);
}

.inviteCode .code .copyBtn p {
  font-size: 14px;
  color: var(--black5);
}

.inviteCode .advertisingArea {
  overflow: hidden;
  background: var(--black5);
}

/* 宝箱弹框 */

#promptSort_snatchTreasure .promptMain .promptCont {
  padding: 0;
  background: transparent;
}

.snatchTreasurePopout {
  margin: 30px 0 0;
  position: relative;
}

.snatchTreasurePopout .treasureBox {
  width: 100%;
  position: relative;
  z-index: 1;
}

.snatchTreasurePopout .treasureBox:after {
  content: " ";
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background: var(--blockColor4);
  position: absolute;
  z-index: 1;
}

.snatchTreasurePopout .treasureBox .icon {
  width: 120px;
  position: relative;
  z-index: 2;
}

.snatchTreasurePopout .treasureBox .icon img {
  width: 100%;
}

.snatchTreasurePopout .interface {
  padding: 20px;
  top: -5px;
  position: relative;
  background: var(--black5);
  z-index: 0;
}

.snatchTreasurePopout .interface form {
  width: 100%;
}

.snatchTreasurePopout .interface .rewardResults h4 {
  font-size: 30px;
  color: var(--black1);
}

.snatchTreasurePopout .interface .rewardResults h4 em,
.snatchTreasurePopout .interface .rewardResults h4 i,
.snatchTreasurePopout .interface .rewardResults span {
  font-size: 14px;
  color: var(--black2);
  opacity: 0.5;
}

.snatchTreasurePopout .fillArea:focus,
.snatchTreasurePopout .inputArea:focus-within {
  border-color: var(--black5);
}

.snatchTreasurePopout .cancelBtn {
  color: var(--black5);
  border-color: var(--black3);
}

.snatchTreasurePopout .openBoxBtn {
  color: var(--black5);
  background: var(--a_1);
}

.snatchTreasurePopout.openBoxIncome {
  padding: 20px;
}

.snatchTreasurePopout.openBoxIncome .treasureBox.icon {
  position: relative;
  top: initial;
  left: initial;
}

.snatchTreasurePopout.openBoxIncome .winTheResult {
  margin: 0 0 0 5px;
  padding: 0 0 0 5px;
  text-align: center;
}

.snatchTreasurePopout.openBoxIncome .winTheResult h4 {
  font-size: 22px;
  color: var(--black5);
}

.snatchTreasurePopout.openBoxIncome .winTheResult span {
  font-size: 14px;
  color: var(--black4);
}

/* 览图 */

#previewSketch .promptMain {
  width: 100%;
  max-height: 100vh;
  top: 0;
  background-color: transparent;
}

#previewSketch .promptMain .roundOff {
  background-color: var(--r_3);
}

#previewSketch .promptMain .promptCont {
  padding: 0;
  max-height: 100vh;
}

#previewSketch .promptCont img {
  width: 100%;
}

/* 关注项 */
.followBox .list ul>li>div:not(:first-child) {
  padding: 0 0 0 10px;

}

.followBox .list .icon {
  width: 50px;
  height: 50px;
}

.followBox .list .icon img {
  width: 50px;
  height: 50px;
}

.followBox .followBtn {
  background: var(--b_1);
}