.continue[data-v-11ca07b2] {
  width: 100%;
}
.continue__box[data-v-11ca07b2] {
  width: 100%;
  margin-bottom: 15px;
}
.continue__box--title[data-v-11ca07b2] {
  display: flex;
}
.continue__box--title[data-v-11ca07b2], .continue__box--buttom[data-v-11ca07b2] {
  font-size: 13px;
}
.continue__box--buttom[data-v-11ca07b2] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.continue__box--buttom .buttom[data-v-11ca07b2] {
  display: flex;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 5px;
}
.continue__box--buttom .buttom__box[data-v-11ca07b2] {
  width: 20px;
  height: 20px;
  background-color: #343434;
  margin-right: 7px;
}
.continue__box--buttom .buttom .active[data-v-11ca07b2]::after {
  content: "";
  position: absolute;
  left: 7px;
  width: 7px;
  height: 14px;
  border: solid #ffd997;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@charset "UTF-8";
.keyboard[data-v-36982256] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.keyboard__border[data-v-36982256] {
  width: 80vw;
  height: 55vh;
  border: 1px solid #4c453d;
  background: linear-gradient(to bottom, #18191d 0%, #111215 100%);
  border-radius: 5px;
  overflow: hidden;
}
.keyboard__content[data-v-36982256] {
  margin-top: 15px;
}
.keyboard__content--system[data-v-36982256], .keyboard__content--number[data-v-36982256] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.keyboard__content--system .system__delete[data-v-36982256], .keyboard__content--system .system__input[data-v-36982256] {
  display: flex;
  align-items: center;
}
.keyboard__content--system .system__delete img[data-v-36982256] {
  height: 30px;
}
.keyboard__content--system .system__input[data-v-36982256] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45vw;
  height: 30px;
  background-color: #ffffff;
  margin: 0 20px;
  border-radius: 4px;
  color: #000;
  font-size: 20px;
}
.keyboard__content--align[data-v-36982256] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.keyboard__content--number[data-v-36982256] {
  margin-top: 15px;
  flex-direction: column;
}
.keyboard__content--number .number__box[data-v-36982256] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.keyboard__content--number .number__box--number[data-v-36982256] {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 7px;
  font-size: 24px;
  font-weight: 600;
  border: 1px solid #ffffff;
}
.keyboard__content--number .number__box--number[data-v-36982256]:active {
  /* 添加點擊效果的樣式 */
  transform: scale(0.95); /* 例如，縮小 5% */
  opacity: 0.8; /* 例如，降低透明度 */
  /* 其他效果 */
}
.keyboard__submit--footer[data-v-36982256] {
  width: 100%;
  position: absolute;
  margin-top: 10px;
  z-index: 3;
}
.keyboard__submit--footer .submit__footer--box[data-v-36982256] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.keyboard__submit--footer .submit__footer--ok[data-v-36982256], .keyboard__submit--footer .submit__footer--cancel[data-v-36982256] {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  border-radius: 4px;
  padding: 5px 0;
  margin-right: 8px;
  width: 130px;
  height: 35px;
}
.keyboard__submit--footer .submit__footer--ok[data-v-36982256] {
  border: 1px solid #d4c0a1;
}
.keyboard__submit--footer .submit__footer--cancel[data-v-36982256] {
  color: #6a6e7a;
  border: 1px solid #6a6e7a;
}
@media screen and (min-width: 768px) {
.keyboard__border[data-v-36982256] {
    width: 45vw;
    height: 35vh;
}
.keyboard__content[data-v-36982256] {
    margin-top: 15px;
}
.keyboard__content--system .system__delete img[data-v-36982256], .keyboard__content--system .system__delete img[data-v-36982256] {
    height: 30px;
}
.keyboard__content--system .system__input[data-v-36982256] {
    width: 25vw;
    height: 30px;
    margin: 0 20px;
    font-size: 20px;
}
.keyboard__content--number[data-v-36982256] {
    margin-top: 15px;
}
.keyboard__content--number .number__box--number[data-v-36982256] {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 7px;
    font-size: 24px;
}
}
@charset "UTF-8";
.isDialog--width[data-v-19aaa4ce] {
  width: 100% !important;
}
.display__none[data-v-19aaa4ce] {
  display: none;
}
.shunChase[data-v-19aaa4ce] {
  width: 100%;
}
.shunChase__box[data-v-19aaa4ce] {
  display: none;
}
.shunChase__box--content[data-v-19aaa4ce] {
  display: flex;
  align-items: flex-start;
  font-size: 13px;
}
.shunChase__box--content.roadMap__box[data-v-19aaa4ce] {
  justify-content: space-between;
}
.shunChase__box--content .roadMap[data-v-19aaa4ce] {
  width: 100%;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 4px;
}
.shunChase__box--content .roadMap__box--left[data-v-19aaa4ce] {
  width: 60%;
  border-radius: 4px;
  overflow: hidden;
  padding: 5px;
  margin-bottom: 5px;
}
.shunChase__box--content .roadMap__box--left[data-v-19aaa4ce] .game__frame {
  display: flex;
}
.shunChase__box--content .roadMap__box--left[data-v-19aaa4ce] .game__frame--box {
  flex: 1;
  border: 1px solid #b6b5b5;
  padding: 10px;
  box-sizing: border-box;
  height: 8.4vw;
}
.shunChase__box--content .roadMap__box--left[data-v-19aaa4ce] .game__frame--box .road__map--img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shunChase__box--content .roadMap__box--left[data-v-19aaa4ce] .game__frame--box .road__map--img img {
  height: 30px;
  position: absolute;
}
.shunChase__box--content .roadMap__tip[data-v-19aaa4ce] {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shunChase__box--content .roadMap__tip--box[data-v-19aaa4ce] {
  width: 100%;
  height: 7.8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border: 1px solid #d4c0a1;
  border-radius: 4px;
  margin-bottom: 5px;
}
.shunChase__box--content .roadMap__tip--box.active[data-v-19aaa4ce] {
  background-color: #d4c0a1;
}
.shunChase__box--content .roadMap__tip--box .delete__icon[data-v-19aaa4ce] {
  position: absolute;
  right: 5px;
}
.shunChase__roadMap--submit[data-v-19aaa4ce] {
  width: 100%;
  margin-bottom: 15px;
  z-index: 2;
}
.shunChase__roadMap--submit .roadMap__submit--box[data-v-19aaa4ce] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: flex-end;
}
.shunChase__roadMap--submit .roadMap__submit--buttom[data-v-19aaa4ce] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  background: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  border-radius: 4px;
  padding: 5px 0;
  margin-bottom: 8px;
  height: 35px;
  transition: 0.2s;
}
.shunChase__roadMap--submit .roadMap__submit--buttom[data-v-19aaa4ce]:active {
  transform: scale(0.95); /* 向下移动 1px */
}
.shunChase__roadMap--submit .roadMap__submit--buttom.PaintB[data-v-19aaa4ce], .shunChase__roadMap--submit .roadMap__submit--buttom.PaintP[data-v-19aaa4ce] {
  color: #ffffff;
  border: 1px solid #d4c0a1;
}
.shunChase__roadMap--submit .roadMap__submit--buttom.PaintP[data-v-19aaa4ce] {
  background-color: #0541c0;
}
.shunChase__roadMap--submit .roadMap__submit--buttom.PaintB[data-v-19aaa4ce] {
  background-color: #bd0505;
}
.shunChase__roadMap--submit .roadMap__submit--buttom.FallBack[data-v-19aaa4ce], .shunChase__roadMap--submit .roadMap__submit--buttom.Clear[data-v-19aaa4ce] {
  border: 1px solid #6a6e7a;
}
@media screen and (min-width: 768px) {
.shunChase__box--content .roadMap__box--left[data-v-19aaa4ce] .game__frame--box {
    height: 5.1vw;
}
.shunChase__box--content .roadMap__box--left[data-v-19aaa4ce] .game__frame--box .road__map--img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shunChase__box--content .roadMap__box--left[data-v-19aaa4ce] .game__frame--box .road__map--img img {
    height: 30px;
    position: absolute;
}
.shunChase__box--content .roadMap__tip--box[data-v-19aaa4ce] {
    height: 4.8vw;
}
}
@charset "UTF-8";
.stopCondition__box[data-v-5e514c7a] {
  width: 100%;
  margin-bottom: 15px;
}
.stopCondition__box--title[data-v-5e514c7a] {
  display: flex;
  flex-direction: column;
}
.stopCondition__box--title[data-v-5e514c7a], .stopCondition__box--content[data-v-5e514c7a], .stopCondition__box--buttom[data-v-5e514c7a] {
  font-size: 13px;
}
.stopCondition__box--content[data-v-5e514c7a] {
  display: flex;
  align-items: flex-start;
}
.stopCondition__box--content .chip__money[data-v-5e514c7a] {
  width: 130px;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  background-color: #0b0c0e;
  border: 1px solid #666;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
}
.stopCondition__box--content .custom-select[data-v-5e514c7a] {
  position: relative;
  width: 60px;
  /* 调整下拉菜单宽度 */
  background-color: black;
  color: white;
  /* 调整文字颜色 */
  cursor: pointer;
  font-size: 13px;
  /* 调整字体大小 */
  margin-right: 10px;
}
.stopCondition__box--content .custom-select .select-header[data-v-5e514c7a] {
  border: 1px solid #666;
  /* 调整选项边框样式 */
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 2px;
  padding: 2px 0;
}
.stopCondition__box--content .custom-select .select-header[data-v-5e514c7a]:focus {
  outline: none;
  /* 去除选项聚焦时的默认样式 */
}
.stopCondition__box--content .custom-select .select-header .arrow[data-v-5e514c7a] {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
  /* 调整三角形颜色 */
  margin-left: 5px;
  /* 调整三角形与文本之间的距离 */
  vertical-align: middle;
}
.stopCondition__box--content .custom-select .select-options[data-v-5e514c7a] {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 115px;
  background-color: black;
  display: none;
  z-index: 4;
  overflow: scroll;
}
.stopCondition__box--content .custom-select .select-options .option[data-v-5e514c7a] {
  padding: 1px 0 1px 10px;
  border-bottom: 1px solid #666;
  /* 调整选项边框样式 */
}
.stopCondition__box--content .custom-select .select-options .option[data-v-5e514c7a]:hover {
  background-color: #333;
  /* 调整选项鼠标悬停时的背景颜色 */
}
.stopCondition__box--content .custom-select.open .select-options[data-v-5e514c7a] {
  display: block;
}
.stopCondition__box--stop-condition[data-v-5e514c7a] {
  font-size: 13px;
  display: flex;
  align-items: center;
  margin: 10px 0 15px 0;
}
.stopCondition__box--stop-condition .condition__content[data-v-5e514c7a] {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.stopCondition__box--stop-condition .condition__content .chip__money[data-v-5e514c7a] {
  width: 130px;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  background-color: #0b0c0e;
  text-align: center;
  overflow: hidden;
}
@charset "UTF-8";
.perLevel[data-v-61722200] {
  width: 100%;
}
.perLevel__box[data-v-61722200] {
  width: 100%;
  margin-bottom: 15px;
}
.perLevel__box--title[data-v-61722200] {
  display: flex;
  flex-direction: column;
}
.perLevel__box--title[data-v-61722200], .perLevel__box--content[data-v-61722200] {
  font-size: 13px;
}
.perLevel__box--content[data-v-61722200] {
  display: flex;
  align-items: flex-start;
}
.perLevel__box--content.roadMap__box[data-v-61722200] {
  justify-content: space-between;
}
.perLevel__box--content .roadMap[data-v-61722200] {
  width: 60%;
  height: 140px;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 4px;
}
.perLevel__box--content .roadMap__tip--box[data-v-61722200] {
  width: 35%;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #605243;
  border-radius: 4px;
}
.perLevel__box--content .chip__money[data-v-61722200] {
  width: 130px;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  background-color: #0b0c0e;
  border: 1px solid #666;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
}
.perLevel__box--content .chip__gray-text[data-v-61722200] {
  color: #a0a5b5;
}
.custom-select[data-v-61722200] {
  position: relative;
  width: 60px;
  /* 调整下拉菜单宽度 */
  background-color: black;
  color: white;
  /* 调整文字颜色 */
  cursor: pointer;
  font-size: 13px;
  /* 调整字体大小 */
  margin-right: 10px;
}
.custom-select .select-header[data-v-61722200] {
  border: 1px solid #666;
  /* 调整选项边框样式 */
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 2px;
  padding: 2px 0;
}
.custom-select .select-header[data-v-61722200]:focus {
  outline: none;
  /* 去除选项聚焦时的默认样式 */
}
.custom-select .select-header .arrow[data-v-61722200] {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
  /* 调整三角形颜色 */
  margin-left: 5px;
  /* 调整三角形与文本之间的距离 */
  vertical-align: middle;
}
.custom-select .select-options[data-v-61722200] {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: black;
  display: none;
  z-index: 4;
}
.custom-select .select-options .option[data-v-61722200] {
  padding-left: 10px;
}
.custom-select .select-options .option[data-v-61722200]:hover {
  background-color: #333;
  /* 调整选项鼠标悬停时的背景颜色 */
}
.custom-select.open .select-options[data-v-61722200] {
  display: block;
}
.level--noshow[data-v-61722200] {
  color: #a0a5b5;
}
.level--noshow .PaintP[data-v-61722200],
.level--noshow .PaintB[data-v-61722200],
.level--noshow .chip__money[data-v-61722200] {
  color: #a0a5b5;
}
.PaintP[data-v-61722200] {
  color: #0541c0;
}
.PaintB[data-v-61722200] {
  color: #bd0505;
}
@charset "UTF-8";
.yellow__light[data-v-b5fc7536] {
  margin-right: 10px;
}
.shunChase[data-v-b5fc7536] {
  width: 100%;
}
.shunChase__box[data-v-b5fc7536] {
  width: 100%;
  margin-bottom: 15px;
}
.shunChase__box--title[data-v-b5fc7536] {
  display: flex;
  align-items: center;
}
.shunChase__box--title[data-v-b5fc7536], .shunChase__box--content[data-v-b5fc7536], .shunChase__box--buttom[data-v-b5fc7536] {
  font-size: 13px;
}
.shunChase__box--content[data-v-b5fc7536] {
  display: flex;
  align-items: flex-start;
}
.shunChase__box--content .chip__money[data-v-b5fc7536] {
  width: 130px;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  background-color: #0b0c0e;
  border: 1px solid #666;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
}
.shunChase__box--buttom[data-v-b5fc7536] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.shunChase__box--buttom .buttom[data-v-b5fc7536] {
  display: flex;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 5px;
}
.shunChase__box--buttom .buttom__box[data-v-b5fc7536] {
  width: 20px;
  height: 20px;
  background-color: #343434;
  margin-right: 7px;
}
.shunChase__box--buttom .buttom .active[data-v-b5fc7536]::after {
  content: "";
  /* 添加伪元素的内容 */
  width: 13px;
  height: 13px;
  position: absolute;
  /* 使用绝对定位 */
  top: 50%;
  /* 将方形定位在父容器的中间 */
  left: 50%;
  /* 将方形定位在父容器的中间 */
  transform: translate(-50%, -50%);
  /* 调整位置 */
  background-color: #ffd997;
}
.custom-select[data-v-b5fc7536] {
  position: relative;
  width: 60px;
  /* 调整下拉菜单宽度 */
  background-color: black;
  color: white;
  /* 调整文字颜色 */
  cursor: pointer;
  font-size: 13px;
  /* 调整字体大小 */
  margin-right: 10px;
}
.custom-select .select-header[data-v-b5fc7536] {
  border: 1px solid #666;
  /* 调整选项边框样式 */
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 2px;
  padding: 2px 0;
}
.custom-select .select-header[data-v-b5fc7536]:focus {
  outline: none;
  /* 去除选项聚焦时的默认样式 */
}
.custom-select .select-header .arrow[data-v-b5fc7536] {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
  /* 调整三角形颜色 */
  margin-left: 5px;
  /* 调整三角形与文本之间的距离 */
  vertical-align: middle;
}
.custom-select .select-options[data-v-b5fc7536] {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: black;
  display: none;
  z-index: 4;
}
.custom-select .select-options .option[data-v-b5fc7536] {
  padding-left: 10px;
}
.custom-select .select-options .option[data-v-b5fc7536]:hover {
  background-color: #333;
  /* 调整选项鼠标悬停时的背景颜色 */
}
.custom-select.open .select-options[data-v-b5fc7536] {
  display: block;
}
.PaintP[data-v-b5fc7536] {
  color: #0541c0;
}
.PaintB[data-v-b5fc7536] {
  color: #bd0505;
}
.doubleCast__box--buttom.start__buttom {
  align-items: flex-start;
  flex-direction: column;
}
.doubleCast__box--buttom .buttom {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.doubleCast__box--buttom .buttom.CustomRoadmap {
  justify-content: space-between;
}
.doubleCast__box--buttom .buttom .StartDirectly,
.doubleCast__box--buttom .buttom .CustomRoadmap {
  display: flex;
}
.doubleCast__box--buttom .buttom__box {
  width: 20px;
  height: 20px;
  background-color: #343434;
  margin-right: 7px;
}
.doubleCast__box--buttom .buttom .active::after {
  content: "";
  position: absolute;
  left: 7px;
  width: 7px;
  height: 14px;
  border: solid #ffd997;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.doubleCast__box--buttom .customize {
  width: 50%;
  height: 25px;
  line-height: 25px;
  border: 1px solid #666;
  border-radius: 4px;
  text-align: center;
}
.doubleCast__box--content .chip__money {
  width: 130px;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  background-color: #0b0c0e;
  text-align: center;
  margin-left: 15px;
  overflow: hidden;
}
.diaglog__box[data-v-e663b8a8] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
}
.diaglog__box--bg[data-v-e663b8a8] {
  width: 90vw;
  padding: 30px 15px;
  background-color: #1c1f24;
  border: 1px solid #4f4e4e;
  border-radius: 8px;
}
.diaglog__box--content[data-v-e663b8a8] {
  width: 100%;
  text-align: center;
  word-wrap: break-word;
  display: flex;
  align-items: center;
  justify-content: center;
}
.diaglog__box--bottom[data-v-e663b8a8] {
  display: flex;
  justify-content: center;
}
.diaglog__box--bottom .submit[data-v-e663b8a8] {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9d9d9d;
  color: #fff;
  padding: 5px 45px;
  height: 35px;
  text-align: center;
  border-radius: 4px;
  font-size: 15px;
}
.diaglog__title[data-v-e663b8a8] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #29292d;
}
.diaglog__title--text[data-v-e663b8a8] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.diaglog__title--close[data-v-e663b8a8] {
  position: absolute;
  right: 10px;
  z-index: 4;
}
.diaglog__title--close img[data-v-e663b8a8] {
  height: 15px;
}
.doubleCast__box--bettingMethod--buttom[data-v-486c77ac] {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  line-height: 32px;
  font-size: 13px;
  margin: 10px 0 15px 0;
}
.doubleCast__box--bettingMethod--buttom .buttom[data-v-486c77ac] {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.doubleCast__box--bettingMethod--buttom .buttom__box[data-v-486c77ac] {
  width: 20px;
  height: 20px;
  background-color: #343434;
  margin-right: 7px;
}
.doubleCast__box--bettingMethod--buttom .buttom .active[data-v-486c77ac]::after {
  content: "";
  position: absolute;
  left: 7px;
  width: 7px;
  height: 14px;
  border: solid #ffd997;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.doubleCast__box--bettingMethod--buttom .customize[data-v-486c77ac] {
  padding: 0 10px;
  border: 1px solid #666;
  border-radius: 4px;
}
.doubleCast {
  width: 100%;
}
.doubleCast__box {
  width: 100%;
  margin-bottom: 15px;
}
.doubleCast__box--title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.doubleCast__box--title, .doubleCast__box--content, .doubleCast__box--buttom {
  font-size: 13px;
}
.doubleCast__box--content, .doubleCast__box--buttom {
  display: flex;
  align-items: center;
  margin: 10px 0 15px 0;
}
.active[data-v-742b3b34]::after, .setting__box--buttom .buttom.active[data-v-742b3b34]::after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.yellow__light[data-v-742b3b34] {
  margin-right: 10px;
}
.setting[data-v-742b3b34] {
  width: 100%;
}
.setting__box[data-v-742b3b34] {
  width: 100%;
  margin-bottom: 15px;
}
.setting__box--title[data-v-742b3b34] {
  display: flex;
  align-items: center;
  font-size: 13px;
}
.setting__box--content[data-v-742b3b34] {
  display: flex;
  align-items: center;
  margin: 10px 0 15px 0;
  font-size: 13px;
}
.setting__box--content .chip__money[data-v-742b3b34] {
  width: 130px;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  background-color: #0b0c0e;
  text-align: center;
  margin-left: 15px;
  overflow: hidden;
}
.setting__box--buttom[data-v-742b3b34] {
  display: flex;
  align-items: center;
  margin: 10px 0 15px 0;
  font-size: 13px;
}
.setting__box--buttom .buttom[data-v-742b3b34] {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.setting__box--buttom .buttom__box[data-v-742b3b34] {
  width: 20px;
  height: 20px;
  background-color: #343434;
  margin-right: 7px;
}
.setting__box--buttom .buttom .banker__color[data-v-742b3b34] {
  color: #ff5656;
}
.setting__box--buttom .buttom .player__color[data-v-742b3b34] {
  color: #028ee6;
}
.setting__box--buttom .banker .active[data-v-742b3b34]::after {
  background-color: #ff5656;
}
.setting__box--buttom .player .active[data-v-742b3b34]::after {
  background-color: #028ee6;
}
@charset "UTF-8";
[data-v-1fc7a1d7] .el-icon-loading,[data-v-1fc7a1d7] .el-loading-text {
  color: #ffffff;
}
.record_hidden[data-v-1fc7a1d7] {
  visibility: hidden;
}
.auto[data-v-1fc7a1d7] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: -8px;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
}
.auto__border[data-v-1fc7a1d7] {
  width: 90vw;
  height: 80vh;
  border: 1px solid #4c453d;
  background: linear-gradient(to bottom, #18191d 0%, #111215 100%);
  border-radius: 5px;
  overflow: hidden;
}
.auto__title[data-v-1fc7a1d7] {
  width: 100%;
  height: 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  padding: 3px 0 10px 0;
  border-bottom: 1px solid #29292d;
}
.auto__title--text[data-v-1fc7a1d7] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.auto__title--close[data-v-1fc7a1d7] {
  position: absolute;
  right: 10px;
  display: flex;
  z-index: 4;
}
.auto__title--close img[data-v-1fc7a1d7] {
  height: 15px;
}
.auto__content[data-v-1fc7a1d7] {
  width: 100%;
  height: 82%;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  overflow: auto;
  /* 允许内容滚动 */
}
.auto__change[data-v-1fc7a1d7] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
}
.auto__change--btn[data-v-1fc7a1d7] {
  text-align: center;
  font-size: 12px;
  padding: 10px 0;
  width: 25%;
  height: 100%;
}
.auto__change--box[data-v-1fc7a1d7] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 10px;
  border-bottom: 1px solid #d4c0a1;
}
.auto__change .active[data-v-1fc7a1d7] {
  color: #ffffff;
  background-image: linear-gradient(to bottom, rgba(177, 17, 17, 0.1) 0%, rgba(177, 17, 17, 0.6) 100%);
}
.auto__submit--footer[data-v-1fc7a1d7] {
  width: 100%;
  position: relative;
  z-index: 3;
  margin-top: 10px;
}
.auto__submit--footer .submit__footer--box[data-v-1fc7a1d7] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.auto__submit--footer .submit__footer--ok[data-v-1fc7a1d7], .auto__submit--footer .submit__footer--cancel[data-v-1fc7a1d7] {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  border-radius: 4px;
  padding: 5px 0;
  margin-right: 8px;
  width: 130px;
  height: 35px;
}
.auto__submit--footer .submit__footer--ok[data-v-1fc7a1d7] {
  border: 1px solid #d4c0a1;
}
.auto__submit--footer .submit__footer--cancel[data-v-1fc7a1d7] {
  color: #6a6e7a;
  border: 1px solid #6a6e7a;
}
.auto__mask[data-v-1fc7a1d7] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3;
  pointer-events: none;
  /* 让鼠标事件穿透遮罩层 */
}
.dialog__mask[data-v-1fc7a1d7] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3;
}
@media screen and (min-width: 768px) {
.auto__border[data-v-1fc7a1d7] {
    width: 60vw;
    height: 60vh;
}
}
