@charset "utf-8";

/* 布局 版面  */
body:after {
  content: " ";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--BW5);
  background-repeat: no-repeat;
  background-position: 0 130%;
  background-size: 100%;
  position: fixed;
  z-index: -2;
}

.app,
div.fixedArea,
.UPDownBox .container {
  margin: 0 auto;
}

.app {
  width: 100%;
  margin: 0 auto;
}

.webMaxWidth {
  width: 90%;
  max-width: 1900px;
  margin: 0 auto;
}

.popUpmask {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: var(--BW0);
  backdrop-filter: blur(2px);
  -webkit-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;
}

::-webkit-input-placeholder {
  color: #aaa;
  font-size: 14px;
  font-weight: 500;
}

:-moz-placeholder {
  color: #aaa;
  font-size: 14px;
  font-weight: 500;
}

::-moz-placeholder {
  color: #aaa;
  font-size: 14px;
  font-weight: 500;
}

:-ms-input-placeholder {
  color: #aaa;
  font-size: 14px;
  font-weight: 500;
}

.logo {
  min-width: 30px;
  max-width: 200px;
}

.logo img {
  width: 100%;
}

.developing {
  cursor: no-drop !important;
  opacity: 0.5 !important;
}

input:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  box-shadow: 0 0 0px 1000px #fff inset !important;
}

.fillArea,
textarea,
select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 10px 5px;
  font-size: 16px;
  text-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: text;
  user-select: text;
  outline: none;
  box-shadow: none;
  border-width: 0;
  border-color: #e0e0e0;
  border-style: solid;
  color: #fff;
  font-weight: 500;
  background-color: transparent;
}

.fillArea:focus {
  border-color: var(--accent2Color)
}

.disabledInput,
button[disabled],
input[disabled] {
  color: #fff;
  background-color: #c9c9c9;
  background: -ms-linear-gradient(right, #c2c2c2, #c9c9c9);
  background: -moz-linear-gradient(right, #c2c2c2, #c9c9c9);
  background: -webkit-gradient(linear, 100% 0%, 0% 0%, from(#c2c2c2), to(#c9c9c9));
  background: -webkit-linear-gradient(right, #c2c2c2, #c9c9c9);
  background: -o-linear-gradient(right, #c2c2c2, #c9c9c9);
  border-width: 0;
  cursor: no-drop;
  -webkit-opacity: 1;
  opacity: 1;
}

.readonlyInput {
  background-color: #e0e0e0;
  border-width: 0;
  cursor: no-drop;
  -webkit-opacity: 1;
  opacity: 1;
}

select {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

textarea {
  height: 180px;
  line-height: 26px;
  padding: 0 8px;
  resize: none;
  background: #F7F6F6;
  overflow: auto;
  outline: none;
}

.agreeCheck {
  width: 100%;
  padding: 0 10px;
  font-size: 12px;
  color: #999;
  display: inline-block;
  position: relative;
}

.check {
  width: 100%;
  display: inline-block;
  position: relative;
}

.agreeCheck input[type=checkbox],
.check input[type=checkbox],
.check input[type=radio] {
  display: none;
  visibility: hidden;
}

.agreeCheck label,
.check label {
  line-height: 20px;
  padding: 0 0 0 25px;
  color: #999;
  display: inline-block;
  position: relative;
}

.agreeCheck label::before,
.check label::before {
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 0;
  display: inline-block;
  background-color: #fff;
  border: 2px solid #ccc;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  text-align: center;
  vertical-align: text-top;
  cursor: pointer;
  position: absolute;
  left: 0;
}

.agreeCheck label:after,
.check label:after {
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.agreeCheck input[type=checkbox]:checked+label:after,
.check input[type=checkbox]:checked+label:after,
.check input[type=radio]:checked+label:after {
  opacity: 1;
  background-color: var(--a_1);
  content: "\e928";
}

.check input[type=radio]:checked+label:after {
  content: "\e928";
}

.forms .agreeCheck label span,
.forms .check label span {
  font-size: 14px;
  color: #999;
}

.forms .check label p {
  font-size: 16px;
  color: #666;
}

#areaCode {
  font-size: 18px;
  color: var(--BW2);
}

.main {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* 布局 版面  */

[class^="bg_"]:after,
[class*="bg_"]:after {
  content: ' ';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: -1;
}

.bg_fff:after {
  background: var(--bw5);
}

.bg_00:after {
  background: var(--BW0);
}

.bg_01:after {
  background: var(--a_1);
}

.flex_Box {
  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;
}

.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;
}

.gap_5 {
  grid-gap: 5px;
}

.gap_10 {
  grid-gap: 10px;
}

.gap_20 {
  grid-gap: 20px;
}

.clear:after {
  clear: both;
  display: table;
  content: "";
}

.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;
}

.m_b30 {
  margin-bottom: 30px !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%;
}

/* 投影 */
.shadow_0 {
  -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;
}

.shadow_1 {
  filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.05));
}

.shadow_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;
}


/*--圆角--*/

.radius50P {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.radius3PX {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.radius8PX {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.radius8800PX {
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
}

.radius0088PX {
  border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
}

.radius0880PX {
  border-radius: 0 8px 8px 0;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 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;
}

.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;
}

.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;
}

.cardOutline01 {
  border-radius: 15px 15px 35px 15px;
  -webkit-border-radius: 15px 15px 35px 15px;
  -moz-border-radius: 15px 15px 35px 15px;
}

.cardOutline02 {
  border-radius: 0 50px 0 0;
  -webkit-border-radius: 0 50px 0 0;
  -moz-border-radius: 0 50px 0 0;
}

.cardOutline03 {
  border-radius: 0 0 50px 10px;
  -webkit-border-radius: 0 0 50px 10px;
  -moz-border-radius: 0 0 50px 10px;
}

form ul>li {
  margin: 0 0 20px;
  position: relative;
}

.formTitle {
  display: inline-block;
  font-size: 14px;
  padding: 0 5px 3px;
}

.formTitle h4 {
  font-size: 14px;
  color: var(--BW2);
}

.inputArea {
  padding: 0 10px;
  position: relative;
  border-width: 2px;
  border-color: rgba(215, 215, 215, 0.9);
  border-style: solid;
  background-color: rgba(247, 247, 247, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  -ms-backdrop-filter: blur(5px);
}

.inputArea .trueInpt {
  border-width: 0;
  border-color: var(--BW3);
  border-style: solid;
  position: relative;
}

.inputArea:focus-within {
  border-color: var(--a_2);
}

.inputArea .i_inputIcon {
  font-size: 22px;
  color: #fff;
}

.l_S .fillArea {
  padding: 10px 0 10px 50px;
}

.r_S .fillArea {
  padding: 10px 50px 10px 10px;
}

.r_S.l_S .fillArea {
  padding: 10px 50px;
}

.leftSideBox,
.rightSideBox {
  height: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
  z-index: 10;
}

.leftSideBox>* {
  margin: 0;
}

.rightSideBox i {
  font-size: 22px;
}

.flag img {
  width: 25px;
}

.eye i {
  display: none;
}

.eye.reveal .r,
.eye.secret .s {
  display: block;
}

.getCode p {
  font-size: 14px;
  color: var(--r_0);
}

.getCode.parclose {
  opacity: 0.5;
}

.checkBox input[type="checkbox"],
.radiogroup input[type="radio"] {
  display: none;
  visibility: hidden;
}

.checkBox label,
.radiogroup label {
  line-height: 20px;
  padding: 0 0 0 25px;
  color: #999;
  display: inline-block;
  position: relative;
}

.checkBox label::before,
.radiogroup label::before {
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 0;
  display: inline-block;
  border: 3px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  text-align: center;
  vertical-align: text-top;
  cursor: pointer;
  position: absolute;
  left: 0;
}

.checkBox label:after,
.radiogroup label:after {
  width: 25px;
  height: 25px;
  line-height: 25px;
  top: -5px;
  left: 0;
  content: "";
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.checkBox label::before,
.checkBox label:after {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

.checkBox input[type="checkbox"]:checked+label:before,
.radiogroup input[type="checkbox"]:checked+label:before,
.radiogroup input[type="radio"]:checked+label:before {
  background-color: rgba(204, 204, 204, 0.1);
  border: 3px solid rgba(255, 255, 255, 0.5);
}

.checkBox input[type="checkbox"]:checked+label:after,
.radiogroup input[type="checkbox"]:checked+label:after,
.radiogroup input[type="radio"]:checked+label:after {
  opacity: 1;
  content: "\e928";
}


/* 暂无数据 */

.noData {
  width: 80%;
  max-width: 300px;
  margin: 20px auto;
  text-align: center;
}

.noData div.tipIcon {
  width: 50%;
  max-width: 180px;
  margin: 0 auto;
}

.noData div.tipIcon img {
  width: 100%;
  max-width: 150px;
  opacity: 0.3;
}

.noData h3 {
  width: 60%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  color: var(--BW2);
}

.noData p {
  font-size: 16px;
  font-weight: 500;
  color: rgba(14, 46, 11, 0.3);
}

/*--标题栏--*/

.titleBar {
  padding: 10px;
  border-color: var(--BW5);
  border-width: 0 0 1px;
  border-style: solid;
}

.titleBar a {
  font-size: 14px;
}

.titleBar i,
.titleBar h3 {
  font-size: 20px;
  color: var(--BW1);
  position: relative;
  z-index: 1;
}

.titleBar h3:after {
  content: " ";
  width: 60%;
  height: 5px;
  right: 0;
  bottom: 3px;
  display: inline-block;
  position: absolute;
  background-color: var(--a_3);
  opacity: 0.5;
  z-index: 0;
}

.titleBar span {
  padding: 0 6px;
  font-size: 14px;
  font-weight: 500;
  color: #999;
}

.titleBar .more p {
  font-size: 14px;
  font-weight: 700;
  color: var(--BW2);
}

.titleBar .more i {
  font-size: 12px;
  color: var(--r_0);
  opacity: 0.8;
}

/* title标题 */

.title h2 {
  margin: 0 0 5px;
  font-size: 28px;
}

.title h3 {
  margin: 0 0 5px;
  font-size: 18px;
  color: var(--BW1);
}

/* 子标题 */

.subtitle h3 {
  font-size: 16px;
  color: var(--BW1);
}

/* 不可编辑  禁止鼠标点击 */

.parclose {
  pointer-events: none;
  cursor: default;
}

/* 说明提示 */

p.specialTips {
  margin: 5px 0 0;
  font-size: 14px;
  text-align: center;
  color: var(--r_3) !important;
}

.tips {
  background-color: #fff;
}

.tips .explain {
  margin: 0;
  padding: 10px 20px;
}

.explain {
  margin: 0;
  padding: 0;
}

.explain h3 {
  line-height: 1.1;
  font-size: 28px;
  color: var(--BW1);
}

.explain h3 i {
  margin: 0 5px 0 0;
  font-size: 24px;
  color: var(--r_3);
}

.explain p {
  line-height: 1.0;
  margin: 5px 0;
  font-size: 16px;
  color: var(--BW1);
}

.instructions p {
  margin: 5px 0;
  font-size: 14px;
  color: var(--BW1);
}

.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-"] {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  /* word-break: break-all; */
  -webkit-box-orient: vertical;
}

.length-limit-1 {
  -webkit-line-clamp: 1;
}

.length-limit-2 {
  -webkit-line-clamp: 2;
}

.length-limit-4 {
  -webkit-line-clamp: 4;
}

.length-limit-10 {
  -webkit-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 ul li {
  width: 25%;
  padding: 10px;
  text-align: center;
}

.gongGeNAV ul li .icon {
  min-width: 25px;
  max-width: 30px;
  margin: 0 auto 5px;
  position: relative;
}

.gongGeNAV ul li .icon>div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gongGeNAV ul li .icon img {
  width: 100%;
}

.gongGeNAV ul li .icon i {
  font-size: 26px;
  color: var(--BW1);
  position: relative;
}

.gongGeNAV ul li p {
  color: var(--BW0);
  font-size: 14px;
}

.gongGeNAV ul li span {
  color: var(--BW1);
  font-size: 14px;
}

/* 信息条 */

.cell li {
  padding: 15px 10px;
}

.cell li:not(:first-child) {
  border-width: 1px 0 0;
  border-color: rgba(255, 255, 255, 0.2);
  border-style: solid;
}

.cell li .icon {
  width: 35px;
  height: 35px;
}

.cell li .icon i {
  font-size: 30px;
  font-weight: 300;
  color: var(--BW1);
}

.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: #fff;
  opacity: 0.8;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.cell li .titleLabel span {
  font-size: 12px;
  color: #fff;
  opacity: 0.6;
}

.cell li .contInfo p {
  font-size: 14px;
  color: #fff;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.cell li .contInfo p:empty:before {
  content: " ";
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  opacity: 0.3;
}

.cell li .contInfo span {
  font-size: 12px;
  color: var(--BW2);
}

.cell li .contInfo em {
  font-size: 12px;
  font-weight: 300;
  color: var(--BW2);
}

.cell li .contInfo h4 {
  font-size: 20px;
}

.cell li .more i {
  font-size: 14px;
  color: #ccc;
}

/* 按钮 */

.clickBtn {
  padding: 5px 30px;
  display: inline-flex;
  background-color: rgba(255, 255, 255, 0.01);
  border-color: #fff;
  border-width: 2px;
  border-style: solid;
  cursor: pointer;
  position: relative;
}

.clickBtn p,
.clickBtn i {
  line-height: 1.5;
  font-size: 26px;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

.clickBtn p {
  padding: 0 10px 0 0;
}

.clickBtn:hover i {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  transform: translateX(5px);
}

.clickBtn_S {
  height: 35px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  border-width: 2px;
  border-style: solid;
  cursor: pointer;
}

.clickBtn_S p {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #fff;
}

.cancelBtn {
  background-color: var(--BW2);
}

.confirmBtn {
  background-color: var(--a_2);
}

.delBtn {
  background-color: var(--r_3);
}

/*--表单控件按钮区--*/
.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: 10px 20px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  -ms-backdrop-filter: blur(5px);
  position: fixed;
  z-index: 99;
}

div.fixedArea .actionBar {
  margin: 10px 0 20px;
  padding: 10px 20px;
  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);
}

/* 上滑滚动选择框 */

.UPDownBox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.UPDownBox .closeUPDownBox {
  font-weight: 700;
  text-align: center;
  color: var(--BW1);
}

.UPDownBox .boxTitle {
  height: 45px;
  padding: 0 20px;
  border-color: var(--BW4);
  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);
  -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;
  padding: 20px;
  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;
}

.UPDownBox.slideBox .container .boxTitle {
  display: none;
}

/* 去色 */

.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: 45px;
  height: 45px;
  right: -10px;
  bottom: -15px;
  position: absolute;
  background-color: var(--r_3);
  z-index: 99;
}

.roundOff i {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}


.overallShade {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(46, 46, 46, 0.1);
  z-index: 1;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  -ms-backdrop-filter: blur(3px);
}

.promptBox,
.toastBox {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  position: fixed;
  z-index: 9999;
}

.promptCont,
.toastCont {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  background-color: #fff;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  -ms-backdrop-filter: blur(5px);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  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: 0 20px;
  position: relative;
  z-index: 9;
}

.promptMain .promptTitleBar .promptTitle {
  padding: 10px 0;
}

.promptMain .promptTitleBar .promptTitle h3 {
  font-size: 22px;
  color: var(--BW0);
}

.promptMain .promptCont {
  padding: 20px;
  max-height: 75vh;
  overflow-y: scroll;
}

.location_1 .promptMain {
  margin: initial;
  left: -20px;
  padding: 0 0 0 20px;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.promptCont {
  max-width: 600px;
  position: relative;
}

.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;
}

.toastCont {
  max-width: 250px;
  padding: 20px;
  top: 20%;
  position: relative;
  background-color: rgba(97, 97, 97, 0.8);
}

.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;
}

.toastStatus3 .toastCont {
  background-color: var(--r_3);
}

.icon-StatusIcon3:before {
  content: "\e92b";
}

.toastStatus2 .toastCont {
  background-color: var(--r_1);
}

.icon-StatusIcon2:before {
  content: "\e928";
}

.toastStatus1 .toastCont {
  background-color: var(--r_2);
}

.icon-StatusIcon1:before {
  content: "\e94b";
}

.toastStatus0 .lodingIcon {
  width: 60px;
  margin: 0 auto;
  position: relative;
}

.toastStatus0 .lodingIcon img {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}

.toastStatus0 .toastCont {
  background-color: transparent;
  backdrop-filter: initial;
  -webkit-backdrop-filter: initial;
  -ms-backdrop-filter: initial;
  -moz-box-shadow: initial;
  -webkit-box-shadow: initial;
  box-shadow: initial;
}

.shading {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 0;
}

.shading img {
  width: 100%;
  display: block;
}

.bootstrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100vh;
  z-index: 9999;
}

.bootstrapper .enterCard {
  max-width: 380px;
  min-height: 160px;
  background: var(--BW5);
  transform: rotate(0deg);
}

.bootstrapper .enterCard>div {
  overflow: hidden;
}

.bootstrapper .enterCard .logo {
  width: 40px;
  height: 100%;
}

.bootstrapper .enterCard .trim {
  width: 20px;
  background: var(--b_1);
}

.bootstrapper .enterCard .trim .txt p {
  color: var(--a_2);
  font-size: 12px;
  transform: rotate(90deg);
  white-space: nowrap;
}

.bootstrapper .enterCard .content {
  height: calc(100% - 30px);
}

.bootstrapper .enterCard .content>div:not(:last-child) {
  margin: 0 5px 0 0;
  padding: 0 20px 0 0;
}

.bootstrapper .enterCard .introduction {
  font-size: 12px;
}

.bootstrapper .enterCard .introduction span {
  line-height: 1.0;
  font-size: 80%;
  font-weight: 700;
}

.bootstrapper .enterCard .enterBtn {
  cursor: pointer;
}

.bootstrapper .enterCard .enterBtn .txt {
  width: 35px;
  position: relative;
}

.bootstrapper .enterCard .enterBtn .txt h4 {
  font-size: 30px;
  color: var(--a_1);
  position: absolute;
  transform: translateY(90%) translateX(-30px) rotate(90deg);
}

.bootstrapper .enterCard .enterBtn .txt h4:after {
  content: " ";
  width: 100%;
  height: 2px;
  display: inline-block;
  bottom: 0;
  left: 0;
  position: absolute;
  background: var(--a_1);
  -webkit-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.bootstrapper .enterCard .enterBtn:hover .txt h4:after {
  width: 130%;
}

.bootstrapper .enterCard .FlowingArrow {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}

.bootstrapper .enterCard .FlowingArrow img {
  height: 20px;
  opacity: 0.3;
}

.bootstrapper .enterCard .FlowingArrow ul {
  width: 200%;
  list-style: none;
}

.magnetic_01 {
  position: relative;
  animation-name: glitch;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.magnetic_01:before,
.magnetic_01:after {
  content: attr(title);
  position: absolute;
  left: 0;
}

.magnetic_01:before {
  animation-name: glitchTop;
  animation-duration: 1.0s;
  animation-iteration-count: infinite;
  clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}

.magnetic_01:after {
  animation-name: glitchBotom;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}


@keyframes glitchTop {

  2%,
  64% {
    transform: translate(2px, -2px);
  }

  4%,
  60% {
    transform: translate(-2px, 2px);
  }

  62% {
    transform: translate(13px, -1px) skew(-13deg);
  }
}

@keyframes glitchBotom {

  2%,
  64% {
    transform: translate(-2px, 0);
  }

  4%,
  60% {
    transform: translate(-2px, 0);
  }

  62% {
    transform: translate(-22px, 5px) skew(21deg);
  }
}

.flow {
  -webkit-animation: flow 10s linear infinite;
  -o-animation: flow 10s linear infinite;
  animation: flow 10s linear infinite;
}

@keyframes flow {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-280px);
  }
}