html,
body {
  margin: 0px;
}
.common-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483640;
  overflow-x: hidden;
  text-align: center;
  font-family: "Microsoft JhengHei";
}
.common-modal.has-overlay {
  background: rgba(0, 0, 0, 0.5);
}
.common-modal * {
  font-family: "Microsoft JhengHei";
}
.common-modal:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.common-modal .common-modal-dialog-style1 {
  width: 563px;
  vertical-align: middle;
  margin: auto;
  display: inline-block;
}
.common-modal .common-modal-dialog-style1 .common-modal-content-style1 {
  position: relative;
  font-size: 14px;
  border-radius: 10px;
  background-color: #e9e9e9;
  border: 1px solid #96271d;
  margin: 0 auto;
}
.common-modal .common-modal-dialog-style1 .common-modal-content-style1 .common-modal-header {
  background-color: #96271d;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  height: 37px;
  line-height: 37px;
  white-space: nowrap;
  border-radius: 8px 8px 0 0;
}
.common-modal .common-modal-dialog-style1 .common-modal-content-style1 .common-modal-body {
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  color: #000000;
}
#refresh_hall_status_box table.refresh-all-hall-status-table {
  margin: 0 auto 20px;
  width: 470px;
  font-size: 12px;
  border-collapse: collapse;
}
#refresh_hall_status_box table.refresh-all-hall-status-table td {
  border: 1px solid #96271d;
  border-right: 2px solid #96271d;
  height: 26px;
}
#refresh_hall_status_box table.refresh-all-hall-status-table td.spacing {
  width: 6px;
  border: none;
}
#refresh_hall_status_box table.refresh-all-hall-status-table td[data-hall_name] {
  font-weight: bold;
  color: #96271d;
  width: 72px;
}
#refresh_hall_status_box table.refresh-all-hall-status-table td.status-text {
  background-color: #b56760;
  color: #ffffff;
  width: 60px;
}
#refresh_hall_status_box table.refresh-all-hall-status-table td.status-text.failed {
  background-color: #951d12;
}
.game_frame {
  width: 100%;
  height: 100%;
}
.color-primary {
  color: #96271d;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-size-minimum {
  font-size: 12px;
}
.href-style1 {
  color: #96271d;
  text-decoration: underline;
  font-size: 16px;
  cursor: pointer;
}
.button-style1 {
  border: 1px solid #96271d;
  background-color: #96271d;
  color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
}
.button-style1.active {
  border: 1px solid #96271d;
}
.button-style1:disabled,
.button-style1.disabled {
  background-color: #4f1f1b;
  border: 1px solid #4f1f1b;
}
.button-style2 {
  border: 1px solid #96271d;
  background-color: transparent;
  color: #96271d;
  border-radius: 5px;
  cursor: pointer;
}
.button-style2.active {
  border: 1px solid #96271d;
}
.button-size1 {
  height: 36px;
  width: 270px;
  font-size: 16px;
}
.button-size2 {
  height: 42px;
  width: 240px;
  font-size: 18px;
}
.input-style1 {
  color: #313131;
  border: 1px solid #313131;
  border-radius: 3px;
  font-weight: 600;
  padding: 0 8px;
}
.input-style1.open-game-phone-recall-style {
  color: #96271d;
  background-color: #313131;
}
.input-style1:read-only {
  background-color: #c9c7c7;
}
.input-size1 {
  height: 42px;
  width: 240px;
  font-size: 18px;
}
#vue_gamehall_box {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #000000;
  height: 100vh;
  width: 100vw;
  color: #ffffff;
  font-family: "Microsoft JhengHei";
}
#vue_gamehall_box * {
  font-family: "Microsoft JhengHei";
}
#vue_gamehall_box .loading-page .logo {
  width: 250px;
  height: 96px;
  margin: 90px auto 14px;
}
#vue_gamehall_box .loading-page .logo img {
  width: 100%;
}
#vue_gamehall_box .loading-page .loading-process {
  width: 250px;
  height: 51px;
  margin: 0 auto 17px;
}
#vue_gamehall_box .loading-page .loading-process .show-text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
#vue_gamehall_box .loading-page .loading-process .el-progress-bar__outer {
  background-color: #252525;
}
#vue_gamehall_box .loading-page .status-bar {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  width: 272px;
  margin: 0 auto;
}
#vue_gamehall_box .page-style1 {
  margin: 0 auto;
  text-align: center;
}