@charset "UTF-8";
.onSubmit[data-v-6e7ce31b] {
  border: 1px solid #d4c0a1;
  color: #fff;
  width: 100%;
  border-radius: 4px;
  padding: 0.5rem 1rem;
}
.cancel[data-v-6e7ce31b] {
  border: 1px solid #6a6e7a;
  color: #6a6e7a;
  width: 100%;
  border-radius: 4px;
  padding: 0.5rem 1rem;
}
.ChangePassword__form[data-v-6e7ce31b] {
  border: 1px solid #4c453d;
  background: linear-gradient(to bottom, #18191d 0%, #111215 100%);
  border-radius: 5px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ChangePassword__form .ConfirmBtn[data-v-6e7ce31b] {
  width: 100%;
  top: 0;
  display: flex;
  justify-content: space-around;
}
.ChangePassword__form .ConfirmBtn .onSubmit[data-v-6e7ce31b],
.ChangePassword__form .ConfirmBtn .cancel[data-v-6e7ce31b] {
  width: 35%;
  text-align: center;
}
.form[data-v-6e7ce31b] {
  width: 90%;
  /* 如果只想針對有文字的 input 添加樣式，可以使用 :not(:placeholder-shown) 選擇器 */
}
.form__field2[data-v-6e7ce31b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 25px;
  width: 100%;
  color: #a0a4b1;
}
.form__field2 i[data-v-6e7ce31b] {
  position: absolute;
  right: 10px;
  display: flex;
}
.form__field2 input[data-v-6e7ce31b] {
  background-color: #0b0c0e !important;
  font-size: 12px;
  color: #ffffff;
}
.form__field2 Label[data-v-6e7ce31b] {
  text-align: left;
  font-size: 14px;
}
.form__field2 .PWDField[data-v-6e7ce31b],
.form__field2 #AccountField[data-v-6e7ce31b] {
  padding: 5px;
}
.form__field2 #AccountField[data-v-6e7ce31b] {
  text-align: left;
  color: #a0a4b1;
}
.form__title[data-v-6e7ce31b] {
  color: #fff;
  border-bottom: 1px solid #29292d;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form input[data-v-6e7ce31b] {
  background-color: transparent;
  /* 或者可以使用其他的值，比如 'inherit' */
}
.form input[data-v-6e7ce31b]:not(:-moz-placeholder-shown) {
  background-color: transparent;
  /* 或者可以使用其他的值，比如 'inherit' */
}
.form input[data-v-6e7ce31b]:not(:placeholder-shown) {
  background-color: transparent;
  /* 或者可以使用其他的值，比如 'inherit' */
}
.stage {
  width: 100%;
  height: 100%;
}
.console-overlay {
  position: fixed;
  top: 40px;
  max-height: 400px;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.85);
  color: #0f0;
  font-family: monospace;
  font-size: 13px;
  padding: 10px;
  border-radius: 6px;
  z-index: 9999;
}
.log-line {
  margin-bottom: 4px;
}
#app {
  width: 100%;
  height: 100%;
  max-width: 430px;
  max-height: 736px;
  margin: 0 auto;
  overflow: hidden;
}
.app__position {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.password__box {
  width: 100%;
  height: 100%;
  z-index: 2005;
  display: flex;
  justify-content: center;
  align-items: center;
}
.screen__mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.screen__mask .screen__mobile img {
  height: 140px;
}
.screen__mask .screen__mobile--text {
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
}
.Loading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Loading .loadingImg {
  height: 40px;
  margin-bottom: 5px;
  animation: loading-rotate 2s linear infinite;
}
@keyframes loading-rotate {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
@charset "UTF-8";
.roadmap-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.roadmap-cell {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.shunChase__box--content .P0_BigRoad_1::before,
.shunChase__box--content .P0_BigRoad_2::before {
  width: 25px !important;
  height: 25px !important;
  border: 3px solid;
}

.game__header--statistics .P0_BigRoad_1,
.game__header--statistics .P0_BigRoad_2,
.game__header--statistics .P0_BigRoad_3,
.game__header--statistics .P0_BigEyeRoad_1,
.game__header--statistics .P0_BigEyeRoad_2,
.game__header--statistics .P0_SmallRoad_1,
.game__header--statistics .P0_SmallRoad_2,
.game__header--statistics .P0_SmallRoad_3,
.game__header--statistics .P0_CockroachRoad_1,
.game__header--statistics .P0_CockroachRoad_2,
.game__header--statistics .P0_CockroachRoad_3,
.game__room .game__bottom--statistics .P0_BigRoad_1,
.game__room .game__bottom--statistics .P0_BigRoad_2,
.game__room .game__bottom--statistics .P0_BigRoad_3,
.game__room .game__bottom--statistics .P0_BigEyeRoad_1,
.game__room .game__bottom--statistics .P0_BigEyeRoad_2,
.game__room .game__bottom--statistics .P0_SmallRoad_1,
.game__room .game__bottom--statistics .P0_SmallRoad_2,
.game__room .game__bottom--statistics .P0_SmallRoad_3,
.game__room .game__bottom--statistics .P0_CockroachRoad_1,
.game__room .game__bottom--statistics .P0_CockroachRoad_2,
.game__room .game__bottom--statistics .P0_CockroachRoad_3 {
  display: flex;
  align-items: center;
}
.game__header--statistics .P0_BigRoad_1::before,
.game__header--statistics .P0_BigRoad_2::before,
.game__header--statistics .P0_BigEyeRoad_1::before,
.game__header--statistics .P0_BigEyeRoad_2::before,
.game__header--statistics .P0_SmallRoad_1::before,
.game__header--statistics .P0_SmallRoad_2::before,
.game__header--statistics .P0_SmallRoad_3::before,
.game__room .game__bottom--statistics .P0_BigRoad_1::before,
.game__room .game__bottom--statistics .P0_BigRoad_2::before,
.game__room .game__bottom--statistics .P0_BigEyeRoad_1::before,
.game__room .game__bottom--statistics .P0_BigEyeRoad_2::before,
.game__room .game__bottom--statistics .P0_SmallRoad_1::before,
.game__room .game__bottom--statistics .P0_SmallRoad_2::before,
.game__room .game__bottom--statistics .P0_SmallRoad_3::before {
  width: 6px;
  height: 6px;
}
.game__header--statistics .P0_CockroachRoad_1::before,
.game__header--statistics .P0_CockroachRoad_2::before,
.game__header--statistics .P0_CockroachRoad_3::before,
.game__header--statistics .P0_BigRoad_3::before,
.game__room .game__bottom--statistics .P0_CockroachRoad_1::before,
.game__room .game__bottom--statistics .P0_CockroachRoad_2::before,
.game__room .game__bottom--statistics .P0_CockroachRoad_3::before,
.game__room .game__bottom--statistics .P0_BigRoad_3::before {
  width: 6px;
}

.game__list--gameListPage {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.game__list--gameListPage .P0_BigRoad_1::before,
.game__list--gameListPage .P0_BigRoad_2::before {
  width: 9px;
  height: 9px;
}
.game__list--gameListPage .P1_BigRoad_1::after,
.game__list--gameListPage .P1_BigRoad_2::after,
.game__list--gameListPage .P1_BigRoad_3::after,
.game__list--gameListPage .P1_BigRoad_3::before {
  width: 5px;
  height: 5px;
}

.game__room .P0_BigRoad_1::before,
.game__room .P0_BigRoad_2::before {
  width: 10px;
  height: 10px;
}
.game__room .P1_BigRoad_1::after,
.game__room .P1_BigRoad_2::after,
.game__room .P1_BigRoad_3::after,
.game__room .P1_BigRoad_3::before {
  width: 5px;
  height: 5px;
}
.game__room .P2_BigRoad_1::after {
  width: 12px;
  height: 1px;
}
.game__room .P0_BigEyeRoad_1::before,
.game__room .P0_BigEyeRoad_2::before,
.game__room .P0_SmallRoad_1::before,
.game__room .P0_SmallRoad_2::before,
.game__room .P0_SmallRoad_3::before {
  width: 5px;
  height: 5px;
}
.game__room .P0_CockroachRoad_1::before,
.game__room .P0_CockroachRoad_2::before,
.game__room .P0_CockroachRoad_3::before {
  width: 6px;
}
.game__room .map__show .P0_BigRoad_1::before,
.game__room .map__show .P0_BigRoad_2::before {
  width: 13px;
  height: 13px;
}
.game__room .map__show .P1_BigRoad_1::after,
.game__room .map__show .P1_BigRoad_2::after,
.game__room .map__show .P1_BigRoad_3::after,
.game__room .map__show .P1_BigRoad_3::before {
  width: 8px;
  height: 8px;
}
.game__room .map__show .P2_BigRoad_1::after {
  width: 20px;
  height: 1px;
}
.game__room .map__show .P0_BigEyeRoad_1::before,
.game__room .map__show .P0_BigEyeRoad_2::before,
.game__room .map__show .P0_SmallRoad_1::before,
.game__room .map__show .P0_SmallRoad_2::before,
.game__room .map__show .P0_SmallRoad_3::before {
  width: 15px;
  height: 15px;
}
.game__room .map__show .P0_CockroachRoad_1::before,
.game__room .map__show .P0_CockroachRoad_2::before,
.game__room .map__show .P0_CockroachRoad_3::before {
  width: 15px;
}
.game__room .map__show .P2_BigRoad_2::before {
  content: "2";
  color: #000;
  font-size: 8px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.game__room .map__show .P2_BigRoad_2::after {
  content: "";
  background-color: green;
  content: "";
  width: 20px;
  height: 1px;
  border-radius: 25%;
  position: absolute;
  transform: rotate(-45deg);
}
.game__room .map__show .P2_BigRoad_3::before {
  content: "3";
  color: #000;
  font-size: 8px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.game__room .map__show .P2_BigRoad_3::after {
  content: "";
  background-color: green;
  content: "";
  width: 20px;
  height: 1px;
  border-radius: 25%;
  position: absolute;
  transform: rotate(-45deg);
}
.game__room .map__show .P2_BigRoad_4::before {
  content: "4";
  color: #000;
  font-size: 8px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.game__room .map__show .P2_BigRoad_4::after {
  content: "";
  background-color: green;
  content: "";
  width: 20px;
  height: 1px;
  border-radius: 25%;
  position: absolute;
  transform: rotate(-45deg);
}
.game__room .map__show .P2_BigRoad_5::before {
  content: "5";
  color: #000;
  font-size: 8px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.game__room .map__show .P2_BigRoad_5::after {
  content: "";
  background-color: green;
  content: "";
  width: 20px;
  height: 1px;
  border-radius: 25%;
  position: absolute;
  transform: rotate(-45deg);
}
.game__room .map__show .P2_BigRoad_6::before {
  content: "6";
  color: #000;
  font-size: 8px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.game__room .map__show .P2_BigRoad_6::after {
  content: "";
  background-color: green;
  content: "";
  width: 20px;
  height: 1px;
  border-radius: 25%;
  position: absolute;
  transform: rotate(-45deg);
}
.game__room .map__show .P2_BigRoad_7::before {
  content: "7";
  color: #000;
  font-size: 8px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.game__room .map__show .P2_BigRoad_7::after {
  content: "";
  background-color: green;
  content: "";
  width: 20px;
  height: 1px;
  border-radius: 25%;
  position: absolute;
  transform: rotate(-45deg);
}
.game__room .map__show .P2_BigRoad_8::before {
  content: "8";
  color: #000;
  font-size: 8px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.game__room .map__show .P2_BigRoad_8::after {
  content: "";
  background-color: green;
  content: "";
  width: 20px;
  height: 1px;
  border-radius: 25%;
  position: absolute;
  transform: rotate(-45deg);
}
.game__room .map__show .P2_BigRoad_9::before {
  content: "9";
  color: #000;
  font-size: 8px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.game__room .map__show .P2_BigRoad_9::after {
  content: "";
  background-color: green;
  content: "";
  width: 20px;
  height: 1px;
  border-radius: 25%;
  position: absolute;
  transform: rotate(-45deg);
}

.game__multiTable .P0_BigRoad_1::before,
.game__multiTable .P0_BigRoad_2::before {
  width: 7px;
  height: 7px;
}
.game__multiTable .P1_BigRoad_1::after,
.game__multiTable .P1_BigRoad_2::after,
.game__multiTable .P1_BigRoad_3::after,
.game__multiTable .P1_BigRoad_3::before {
  width: 4px;
  height: 4px;
}
.game__multiTable .P2_BigRoad_1::after {
  width: 9px;
  height: 1px;
}
.game__multiTable .P0_BigEyeRoad_1::before,
.game__multiTable .P0_BigEyeRoad_2::before,
.game__multiTable .P0_SmallRoad_1::before,
.game__multiTable .P0_SmallRoad_2::before,
.game__multiTable .P0_SmallRoad_3::before {
  width: 4px;
  height: 4px;
}
.game__multiTable .P0_CockroachRoad_1::before,
.game__multiTable .P0_CockroachRoad_2::before,
.game__multiTable .P0_CockroachRoad_3::before {
  width: 5px;
}
.game__multiTable .map__show .P0_BigRoad_1::before,
.game__multiTable .map__show .P0_BigRoad_2::before {
  width: 13px;
  height: 13px;
}
.game__multiTable .map__show .P1_BigRoad_1::after,
.game__multiTable .map__show .P1_BigRoad_2::after,
.game__multiTable .map__show .P1_BigRoad_3::after,
.game__multiTable .map__show .P1_BigRoad_3::before {
  width: 8px;
  height: 8px;
}
.game__multiTable .map__show .P2_BigRoad_1::after {
  width: 20px;
  height: 1px;
}
.game__multiTable .map__show .P0_BigEyeRoad_1::before,
.game__multiTable .map__show .P0_BigEyeRoad_2::before,
.game__multiTable .map__show .P0_SmallRoad_1::before,
.game__multiTable .map__show .P0_SmallRoad_2::before,
.game__multiTable .map__show .P0_SmallRoad_3::before {
  width: 15px;
  height: 15px;
}
.game__multiTable .map__show .P0_CockroachRoad_1::before,
.game__multiTable .map__show .P0_CockroachRoad_2::before,
.game__multiTable .map__show .P0_CockroachRoad_3::before {
  width: 15px;
}
.game__multiTable .map__show .P2_BigRoad_2::before {
  content: "2";
  color: #000;
  font-size: 8px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.game__multiTable .map__show .P2_BigRoad_2::after {
  content: "";
  background-color: green;
  content: "";
  width: 20px;
  height: 1px;
  border-radius: 25%;
  position: absolute;
  transform: rotate(-45deg);
}
.game__multiTable .map__show .P2_BigRoad_3::before {
  content: "3";
  color: #000;
  font-size: 8px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.game__multiTable .map__show .P2_BigRoad_3::after {
  content: "";
  background-color: green;
  content: "";
  width: 20px;
  height: 1px;
  border-radius: 25%;
  position: absolute;
  transform: rotate(-45deg);
}
.game__multiTable .map__show .P2_BigRoad_4::before {
  content: "4";
  color: #000;
  font-size: 8px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.game__multiTable .map__show .P2_BigRoad_4::after {
  content: "";
  background-color: green;
  content: "";
  width: 20px;
  height: 1px;
  border-radius: 25%;
  position: absolute;
  transform: rotate(-45deg);
}
.game__multiTable .map__show .P2_BigRoad_5::before {
  content: "5";
  color: #000;
  font-size: 8px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.game__multiTable .map__show .P2_BigRoad_5::after {
  content: "";
  background-color: green;
  content: "";
  width: 20px;
  height: 1px;
  border-radius: 25%;
  position: absolute;
  transform: rotate(-45deg);
}
.game__multiTable .map__show .P2_BigRoad_6::before {
  content: "6";
  color: #000;
  font-size: 8px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.game__multiTable .map__show .P2_BigRoad_6::after {
  content: "";
  background-color: green;
  content: "";
  width: 20px;
  height: 1px;
  border-radius: 25%;
  position: absolute;
  transform: rotate(-45deg);
}
.game__multiTable .map__show .P2_BigRoad_7::before {
  content: "7";
  color: #000;
  font-size: 8px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.game__multiTable .map__show .P2_BigRoad_7::after {
  content: "";
  background-color: green;
  content: "";
  width: 20px;
  height: 1px;
  border-radius: 25%;
  position: absolute;
  transform: rotate(-45deg);
}
.game__multiTable .map__show .P2_BigRoad_8::before {
  content: "8";
  color: #000;
  font-size: 8px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.game__multiTable .map__show .P2_BigRoad_8::after {
  content: "";
  background-color: green;
  content: "";
  width: 20px;
  height: 1px;
  border-radius: 25%;
  position: absolute;
  transform: rotate(-45deg);
}
.game__multiTable .map__show .P2_BigRoad_9::before {
  content: "9";
  color: #000;
  font-size: 8px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.game__multiTable .map__show .P2_BigRoad_9::after {
  content: "";
  background-color: green;
  content: "";
  width: 20px;
  height: 1px;
  border-radius: 25%;
  position: absolute;
  transform: rotate(-45deg);
}

.P0_BigRoad_1::before,
.P0_BigRoad_2::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid;
  position: absolute;
}

.P0_BigEyeRoad_1::before,
.P0_BigEyeRoad_2::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 1px solid;
  position: absolute;
}

.P0_BigRoad_1::before,
.P0_BigEyeRoad_1::before {
  border-color: red !important;
}

.P0_BigRoad_2::before,
.P0_BigEyeRoad_2::before {
  border-color: blue !important;
}

.P0_SmallRoad_1::before,
.P0_SmallRoad_2::before,
.P0_SmallRoad_3::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
}

.P0_SmallRoad_1::before {
  background-color: red;
  border: 1px solid red;
}

.P0_SmallRoad_2::before {
  background-color: blue;
  border: 1px solid blue;
}

.P0_SmallRoad_3::before {
  background-color: limegreen;
  border: 1px solid limegreen;
}

.P0_CockroachRoad_1::before,
.P0_CockroachRoad_2::before,
.P0_CockroachRoad_3::before {
  content: "";
  width: 4px;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  transform: rotate(-45deg);
}

.P0_BigRoad_3::before {
  content: "";
  width: 9px;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  transform: rotate(-45deg);
}

.P0_CockroachRoad_1::before {
  color: red;
}

.P0_CockroachRoad_2::before {
  color: blue;
}

.P0_CockroachRoad_3::before {
  color: limegreen;
}

.P0_BigRoad_3::before {
  color: limegreen;
}

.P1_BigRoad_1::after,
.P1_BigRoad_2::after,
.P1_BigRoad_3::after,
.P1_BigRoad_3::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #FFF;
}

.P1_BigRoad_1::after,
.P1_BigRoad_3::before {
  background-color: red;
  top: 0;
  left: 0;
}

.P1_BigRoad_2::after {
  background-color: blue;
  bottom: 0;
  right: 0;
}

.P1_BigRoad_3::after {
  background-color: blue;
  top: 0;
  left: 0;
}

.P2_BigRoad_2::before {
  content: "2";
  color: #000;
  font-size: 5px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.P2_BigRoad_2::after {
  content: "";
  background-color: green;
  content: "";
  width: 11px;
  height: 1px;
  border-radius: 25%;
  position: absolute;
  transform: rotate(-45deg);
}

.P2_BigRoad_3::before {
  content: "3";
  color: #000;
  font-size: 5px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.P2_BigRoad_3::after {
  content: "";
  background-color: green;
  content: "";
  width: 11px;
  height: 1px;
  border-radius: 25%;
  position: absolute;
  transform: rotate(-45deg);
}

.P2_BigRoad_4::before {
  content: "4";
  color: #000;
  font-size: 5px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.P2_BigRoad_4::after {
  content: "";
  background-color: green;
  content: "";
  width: 11px;
  height: 1px;
  border-radius: 25%;
  position: absolute;
  transform: rotate(-45deg);
}

.P2_BigRoad_5::before {
  content: "5";
  color: #000;
  font-size: 5px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.P2_BigRoad_5::after {
  content: "";
  background-color: green;
  content: "";
  width: 11px;
  height: 1px;
  border-radius: 25%;
  position: absolute;
  transform: rotate(-45deg);
}

.P2_BigRoad_6::before {
  content: "6";
  color: #000;
  font-size: 5px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.P2_BigRoad_6::after {
  content: "";
  background-color: green;
  content: "";
  width: 11px;
  height: 1px;
  border-radius: 25%;
  position: absolute;
  transform: rotate(-45deg);
}

.P2_BigRoad_7::before {
  content: "7";
  color: #000;
  font-size: 5px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.P2_BigRoad_7::after {
  content: "";
  background-color: green;
  content: "";
  width: 11px;
  height: 1px;
  border-radius: 25%;
  position: absolute;
  transform: rotate(-45deg);
}

.P2_BigRoad_8::before {
  content: "8";
  color: #000;
  font-size: 5px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.P2_BigRoad_8::after {
  content: "";
  background-color: green;
  content: "";
  width: 11px;
  height: 1px;
  border-radius: 25%;
  position: absolute;
  transform: rotate(-45deg);
}

.P2_BigRoad_9::before {
  content: "9";
  color: #000;
  font-size: 5px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.P2_BigRoad_9::after {
  content: "";
  background-color: green;
  content: "";
  width: 11px;
  height: 1px;
  border-radius: 25%;
  position: absolute;
  transform: rotate(-45deg);
}

.P2_BigRoad_1::after {
  content: "";
  background-color: green;
  width: 9px;
  height: 1px;
  border-radius: 25%;
  position: absolute;
  transform: rotate(-45deg);
}

.P2_BigRoad_0::before {
  content: "";
}

.gradient-tip {
  width: 80%;
  height: 35px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  background: linear-gradient(to right, rgba(193, 148, 12, 0) 0%, rgb(193, 148, 12) 50%, rgba(193, 148, 12, 0) 100%);
}
.gradient-tip::before, .gradient-tip::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  pointer-events: none;
}
.gradient-tip::before {
  top: 1px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
}
.gradient-tip::after {
  bottom: 1px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
}

.BackgroundColor_0,
.BackgroundColor_1,
.BackgroundColor_2 {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.BackgroundColor_0::before, .BackgroundColor_0::after,
.BackgroundColor_1::before,
.BackgroundColor_1::after,
.BackgroundColor_2::before,
.BackgroundColor_2::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  pointer-events: none;
}
.BackgroundColor_0::before,
.BackgroundColor_1::before,
.BackgroundColor_2::before {
  top: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
}
.BackgroundColor_0::after,
.BackgroundColor_1::after,
.BackgroundColor_2::after {
  bottom: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
}

.BackgroundColor_0 {
  background: linear-gradient(to right, rgba(0, 113, 188, 0) 0%, rgb(0, 113, 188) 50%, rgba(0, 113, 188, 0) 100%);
}

.BackgroundColor_1 {
  background: linear-gradient(to right, rgba(240, 0, 0, 0) 0%, rgb(240, 0, 0) 50%, rgba(240, 0, 0, 0) 100%);
}

.BackgroundColor_2 {
  background: linear-gradient(to right, rgba(28, 163, 40, 0) 0%, rgb(28, 163, 40) 50%, rgba(28, 163, 40, 0) 100%);
}

.mode_bg_green_tables {
  background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgb(28, 163, 40) 50%, rgba(28, 163, 40, 0) 100%);
}

.mode_bg_pink_tables {
  background: linear-gradient(to right, rgba(176, 62, 118, 0) 0%, rgb(176, 62, 118) 50%, rgba(176, 62, 118, 0) 100%);
}

.mode_bg_red_tables {
  background: linear-gradient(to right, rgba(240, 98, 99, 0) 0%, rgb(240, 0, 0) 50%, rgba(240, 98, 99, 0) 100%);
}

.mode_bg_orange_tables {
  background: linear-gradient(to right, rgba(181, 115, 41, 0) 0%, rgb(181, 115, 41) 50%, rgba(181, 115, 41, 0) 100%);
}

.mode_bg_grey_tables {
  background: linear-gradient(to right, rgba(61, 61, 61, 0) 0%, rgb(61, 61, 61) 50%, rgba(61, 61, 61, 0) 100%);
}

.color-box {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0.5px 0px rgba(255, 255, 255, 0.3);
  border-radius: 1px;
}
.color-box.R3 {
  background: linear-gradient(180deg, #660000 0%, rgba(31, 0, 0, 0.9) 100%);
}
.color-box.R4 {
  background: linear-gradient(180deg, #660000 0%, rgba(31, 0, 0, 0.9) 100%);
}
.color-box.B3 {
  background: linear-gradient(180deg, #004166 0%, rgba(0, 20, 31, 0.9) 100%);
}
.color-box.B4 {
  background: linear-gradient(180deg, #004166 0%, rgba(0, 20, 31, 0.9) 100%);
}
.color-box.G {
  background: linear-gradient(180deg, #226600 0%, rgba(9, 28, 0, 0.9) 100%);
}
.color-box.G2 {
  background: linear-gradient(180deg, #226600 0%, rgba(9, 28, 0, 0.9) 100%);
}
.color-box.Y {
  background: linear-gradient(180deg, #C07B00 0%, rgba(75, 48, 0, 0.9) 100%);
}
.color-box.Y2 {
  background: linear-gradient(180deg, #C07B00 0%, rgba(75, 48, 0, 0.9) 100%);
}
.color-box.B2 {
  background: linear-gradient(to bottom, #1a3a50, #0a1a2a);
}
.color-box.R2 {
  background: linear-gradient(to bottom, #5c1818, #2a0000);
}
.color-box.brighten-animation {
  animation: brightenAnimation 1.1s ease-out infinite;
}

@keyframes brightenAnimation {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.7);
    /* 可根据需要调整中途的亮度 */
  }
  100% {
    filter: brightness(1);
  }
}
.isConnectedScreen__mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9;
  position: absolute;
  top: 0;
}
.isConnectedScreen__mask .isConnectedLoading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.isConnectedScreen__mask .isConnectedLoading .isConnectedLoadingImg {
  height: 40px;
  margin-bottom: 5px;
  animation: loading-rotate 2s linear infinite;
}

@keyframes loading-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.el-dialog__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.el-dialog__wrapper .el-dialog__header {
  text-align: center;
  padding: 10px 20px 10px;
}
.el-dialog__wrapper .el-dialog__title {
  line-height: 24px;
  font-size: 18px;
  color: #ffffff;
}
.el-dialog__wrapper .el-dialog--center {
  color: #fff;
  border-radius: 8px;
  background-color: #171717;
  border: 1px solid #4f4e4e;
}
.el-dialog__wrapper .el-dialog--center .el-dialog__body {
  padding: 10px 20px 10px;
}
.el-dialog__wrapper .el-dialog__footer .el-button {
  font-weight: 100;
}

.hidden {
  visibility: hidden !important;
}

.mask.yellow {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 5px;
  position: absolute;
  align-items: center;
}

.glowing--border {
  text-align: center;
  color: #c5a474 !important;
  animation: glow 1.5s infinite;
}

.dialog__box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
}

.blink {
  animation: blink-animation 0.5s 6 alternate;
}

@keyframes blink-animation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes glow {
  0% {
    border-color: #D4C0A1;
    box-shadow: 0 0 1px #D4C0A1;
  }
  50% {
    border-color: #fecf89;
    box-shadow: 0 0 2px #fecf89;
  }
  100% {
    border-color: #D4C0A1;
    box-shadow: 0 0 1px #D4C0A1;
  }
}
.advertise__customer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.highlight-text {
  color: #ffd65a;
  font-size: 15px;
  display: contents;
}

.orderNumber-text {
  font-size: 9px;
  display: contents;
}

* {
  box-sizing: border-box;
}

.swiper-slide {
  border-radius: 2px;
  overflow: hidden;
}

.blue-text {
  color: #0151ff !important;
}
.blue-bg {
  background-color: #0151ff;
}

.yellow {
  color: #FFCB7C !important;
}
.yellow__light {
  color: #fbdc8f;
}
.yellow-text {
  color: #FFCB7C !important;
}
.yellow-bg {
  background-color: #E8C817;
}

.black-bg {
  background: radial-gradient(circle at center, #ffffff 0%, #ffffff 1%, #000000 20%);
}

.white {
  font-size: 8px;
  color: #B6B6B6;
}
.white-text {
  color: #FFFFFF !important;
}
.white-bg {
  background-color: #FFFFFF;
}

.red-text {
  color: #d36c6c !important;
}
.red-bg {
  background-color: #fe2323;
}

.green-text {
  color: #c2ff9b !important;
}
.green-light {
  color: #7CFFE7;
}
.green-bg {
  background-color: #10e01a;
}

.gray-text {
  font-size: 12px;
  color: #A0A5B5;
}
.gray-bg {
  background-color: #616161;
}

.xs-wrapper .swiper-wrapper {
  justify-content: center;
}

.multiTable__bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
}
.multiTable__bottom--mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 4;
}

.article {
  height: 100%;
}

.small__size {
  transform: scale(0.8);
}

.display__none {
  display: none !important;
}

.border-bottom {
  border-bottom: 3px solid #29292D;
}

.w80 {
  width: 80px;
}

.w130 {
  width: 130px;
}

.margin__right--65 {
  margin-right: 65px;
}

.margin__right--10 {
  margin-right: 10px;
}

.margin__top--10 {
  margin-top: 10px;
}

.margin__top--15 {
  margin-top: 15px;
}

.margin__bottom--5 {
  margin-bottom: 5px;
}

.margin__bottom--15 {
  margin-bottom: 15px;
}

.margin__bottom--35 {
  margin-bottom: 35px !important;
}

html,
body {
  touch-action: manipulation;
  /* 禁止双击放大 */
  user-scalable: no;
  /* 禁止用户手动缩放 */
}

html {
  height: 100%;
}

body {
  background-color: #1e1e1e;
  color: #e7e7e7;
  font: 300 1rem/1.5 Helvetica Neue, sans-serif;
  font-family: SourceHanSansCN-Regular, Verdana, Arial;
  margin: 0;
  min-height: 100%;
  /* 禁止用户选择文本 */
  -webkit-touch-callout: none;
  /* 禁止长按链接、图片弹出菜单 */
  -webkit-user-select: none;
  /* 禁止选中文本（如何双击） */
  /* Konqueror 浏览器 */
  -moz-user-select: none;
  /* 火狐浏览器 */
  /* Internet Explorer/Edge */
  user-select: none;
  /* 正常的CSS属性*/
}

.align {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.align__item--start {
  align-self: flex-start;
}
.align__item--end {
  align-self: flex-end;
}

.site__title {
  margin-bottom: 1rem;
}

input {
  border: 0;
  font: inherit;
}
input::-moz-placeholder {
  color: #b6b4a5;
}
input::placeholder {
  color: #b6b4a5;
}

.custom-input .el-input__inner {
  background-color: #0b0c0e;
  color: #fff;
  border: 1px solid #0b0c0e;
  text-align: center;
}

.el-input__prefix {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form__field {
  margin-bottom: 1rem;
}

.form__field2 {
  margin: 10px 0px;
}

.status_field {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #a0a4b1;
  height: 30px;
  font-size: 12px;
}

.el-icon-close {
  font-size: 20px;
  color: rgb(106, 110, 122);
}

.form input {
  outline: 0;
  padding: 0.5rem 1rem;
}
.form input[type=text], .form input[type=password] {
  width: 100%;
}
.form input:focus::-moz-placeholder {
  color: transparent;
}
.form input:focus::placeholder {
  color: transparent;
}
.form.PWDField {
  padding: 3px;
}

.grid {
  margin: 0 auto;
  max-width: 23rem;
  width: 100%;
}

h2 {
  font-size: 2.75rem;
  font-weight: 100;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

svg {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: #ccc;
}

#SelectLangPanel {
  left: auto;
  background: #252525;
  border-color: #5f5f5f;
}

#SelectLangItem:hover {
  color: #000;
  font-weight: bold;
  background-color: #fdda8d;
}

.register {
  text-align: center;
  padding: 5rem 0;
  height: 650px;
}
.register input[type=account], .register input[type=password] {
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: 1rem 50%;
}
.register input[type=submit] {
  background-image: linear-gradient(160deg, #f6ac70 0%, #fdda8d 100%);
  color: #fff;
  margin-bottom: 6rem;
  width: 100%;
}

.winMoney {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.winMoney__title, .winMoney__text {
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000, 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000;
  /* 上 */
}
