body {
  background-color: #1a0f07;
  margin: 0;
}

.toast-container .toast {
  text-align: center;
}

#app {
  min-width: 1260px;
}

[v-cloak] {
  display: none;
}

html {
  line-height: 1.15;
}

button {
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
  background: none;
  border: none;
  padding: 0;
  color: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

@keyframes arrow-down-up {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}

/* 通用弹窗 */
.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;

  display: flex;
  justify-content: center;
  align-items: center;

  transform: translateZ(0);
}
.modal-wrapper .modal-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.3s;
}
.modal-wrapper .modal-box {
  position: relative;
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s;
}
.fx-modal-enter .modal-mask,
.fx-modal-leave-active .modal-mask {
  opacity: 0;
}

.fx-modal-enter .modal-box,
.fx-modal-leave-active .modal-box {
  transform: scale(0.9);
  opacity: 0;
}

.fx-modal-enter-active,
.fx-modal-leave-active {
  transition: all 0.3s;
}

.scrollbar {
  overflow-y: auto;
  height: 100%;
}

.scrollbar::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #e5e1ce;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: #8e4a3e;
  cursor: pointer;
  border-radius: 3px;
}

.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

body .serverChooseAlertCon {
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/tcbg1.png) no-repeat;
  background-size: 100% 100%;
  border: none;
}
body .serverChooseAlertConent {
  padding: 0 16px;
  box-sizing: border-box;
}
body .serverChooseAlertTitle {
  position: relative;
  background: none;
  color: transparent;
  pointer-events: none;
}
.serverChooseAlertTitle::after {
  position: absolute;
  left: 0;
  content: '选择您的区服';
  color: #876c42;
}
body .serverChooseAlertClose {
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/btnf.png) no-repeat;
  background-size: 100% 100%;
}
body .selectUser {
  display: none;
}
body .selectServer .txt {
  display: none;
}
body .selectServer {
  margin: 0;
  margin-bottom: 17px;
  background-color: #fffbed;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  padding: 27px 0 25px;
  height: auto;
  display: flex;
  justify-content: center;
}
body .selectServer .serverSelect {
  width: 258px;
  height: 64px;
  background: none;
}
body .serverSelectCon {
  background-color: #f1e6ca;
  border-radius: 4px;
  color: #876c42;
}
body .serverSelectCon span {
  color: #876c42;
  font-weight: bold;
}
body .serverSelectCon em {
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #876c42;
}
body .serverChooseAlertConent .btn {
  background-color: #92312a;
  border-radius: 4px;
}
