#app {
  width: 100%;
  min-width: 1260px;
  min-height: 100vh;
  background: url('https://img.fxegames.com/fxegames/sgm/sdlsg//hd_1.jpg') no-repeat;
  background-size: cover;
  background-position: top center;
}

.top-logo {
  position: absolute;
  z-index: 1;
  top: 134px;
  left: 44px;
  width: 263px;
  height: 73px;
  background-image: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/logo-1.png');
}

.top-btns {
  position: absolute;
  z-index: 1;
  top: 134px;
  right: 100px;
  display: flex;
  align-items: center;
}
.top-btns .btn {
  position: relative;
  width: 48px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.top-btns .btn::before {
  content: '';
  position: absolute;
  width: 126px;
  height: 129px;
  background: url('https://img.fxegames.com/fxegames/sgm/sdlsg//hd_15.png') no-repeat;
  background-size: cover;
  transition: background 0.3s;
  pointer-events: none;
}
.top-btns .btn:hover::before {
  background-image: url('https://img.fxegames.com/fxegames/sgm/sdlsg//hd_16.png');
}
.top-btns .line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #755b37;
  opacity: 0.61;
}
.top-btns .points {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  width: 32px;
}
.top-btns .points span {
  width: 3px;
  height: 3px;
  background-color: #755b37;
  opacity: 0.65;
  box-sizing: border-box;
}
.top-btns .points.between {
  width: 44px;
  gap: 4px;
}
.top-btns .points.between .four {
  width: 5px;
  height: 5px;
  background-color: #755b37;
  border: solid 1px #bda887;
  opacity: 0.65;
  border-radius: 50%;
}
.top-btns .points.between .three {
  width: 4px;
  height: 4px;
}
.top-btns .points.between .one {
  width: 2px;
  height: 2px;
}
.top-btns .btn .icon {
  position: relative;
  flex-direction: column;
  width: 35px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top-btns .btn span {
  position: relative;
  font-size: 14px;
  color: #f6d9ab;
  transform: translateY(-5px);
}
.top-btns .home-btn .icon {
  background-image: url('https://img.fxegames.com/fxegames/sgm/sdlsg//hd_11.png');
}
.top-btns .download-btn .icon {
  background-image: url('https://img.fxegames.com/fxegames/sgm/sdlsg//hd_13.png');
}
.top-btns .share-btn .icon {
  background-image: url('https://img.fxegames.com/fxegames/sgm/sdlsg//hd_3.png');
}

.part-1 {
  position: relative;
  height: 949px;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.part-1 .join-hd {
  position: absolute;
  top: 564px;
  left: 481px;
  width: 218px;
  height: 245px;
  background: url('https://img.fxegames.com/fxegames/sgm/sdlsg//hd_5.png') no-repeat;
  background-size: cover;
  transition: background 0.3s;

  display: flex;
  align-items: center;
  justify-content: center;
}
.part-1 .join-hd:hover {
  background-image: url('https://img.fxegames.com/fxegames/sgm/sdlsg//hd_6.png');
}

.part-1 .float-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: arrow-down-up 2s 0s infinite ease-in-out;
}
.part-1 .float-bottom p {
  font-size: 18px;
  letter-spacing: 4px;
  color: #fffad0;
  text-shadow: 0px 0px 7px 1px #32170f;
}
.part-1 .float-bottom .arrow-icon {
  width: 42px;
  height: 41px;
  background: url('https://img.fxegames.com/fxegames/sgm/sdlsg//hd_4.png') no-repeat;
  background-size: cover;
}

.part-2 {
  position: relative;
  margin: 136px auto 0;
  width: 1636px;
  height: 2072px;
  background: url('https://img.fxegames.com/fxegames/sgm/sdlsg//hd_12.png') no-repeat;
  background-size: cover;
  padding: 356px 222px 358px 240px;
  box-sizing: border-box;
}
.part-2 .left-menus {
  position: absolute;
  top: 0;
  left: 0px;
}
.part-2 .left-menus .menu {
  position: relative;
  width: 71px;
  height: 199px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.part-2 .left-menus .menu::before {
  content: '';
  position: absolute;
  width: 96px;
  height: 233px;
  background: url('https://img.fxegames.com/fxegames/sgm/sdlsg//hd_9.png') no-repeat;
  background-size: cover;
  pointer-events: none;
  transform: translateX(-2px);
  transition: background 0.3s;
}
.part-2 .left-menus .menu:hover::before,
.part-2 .left-menus .menu.checked::before {
  background-image: url('https://img.fxegames.com/fxegames/sgm/sdlsg//hd_10.png');
}
.part-2 .left-menus .menu img {
  position: relative;
  -webkit-user-drag: none;
}
.part-2 .menu-group {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.part-2 .menu-group-1 {
  top: 256px;
  left: 215px;
  padding-top: 71px;
}
.part-2 .menu-group-2 {
  top: 193px;
  left: 116px;
  padding-top: 341px;
}
.part-2 .menu-group-1 .line {
  position: absolute;
  width: 2px;
  height: 100%;
  padding-top: 28px;
  background-color: #630a08;
}
.part-2 .menu-group-2 .line {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #c04a47;
}
.part-2 .menu-group .one {
  position: relative;
  width: 6px;
  height: 6px;
  background-image: linear-gradient(0deg, #f2ce3f 0%, #ffb453 100%);
  border-radius: 50%;
  margin-bottom: 3px;
}
.part-2 .menu-group .two {
  position: relative;
  width: 8px;
  height: 8px;
  background-image: linear-gradient(0deg, #f2ce3f 0%, #ffb453 100%);
  border-radius: 50%;
  margin-bottom: 17px;
}
.part-2 .menu-group .three {
  position: relative;
  width: 8px;
  height: 8px;
  background-image: linear-gradient(0deg, #f2ce3f 0%, #ffb453 100%);
  border-radius: 50%;
  margin: 36px 0;
}

.part-2 .menu-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.part-2 .top-title {
  flex-shrink: 0;
  width: 650px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.part-2 .top-title-1 {
  background-image: url('https://img.fxegames.com/fxegames/sgm/sdlsg//title/title_2.png');
}
.part-2 .top-title-2 {
  background-image: url('https://img.fxegames.com/fxegames/sgm/sdlsg//title/title_3.png');
}
.part-2 .top-title-3 {
  background-image: url('https://img.fxegames.com/fxegames/sgm/sdlsg//title/title_5.png');
}
.part-2 .top-title-4 {
  background-image: url('https://img.fxegames.com/fxegames/sgm/sdlsg//title/title_4.png');
}
.part-2 .bottom-tips {
  position: absolute;
  left: 391px;
  bottom: 226px;
  z-index: 1;

  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #640e00;
}
.part-2 .common-richtext {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  height: 100%;
  padding: 0 150px 0;
  box-sizing: border-box;
}
.part-2 .common-richtext::-webkit-scrollbar-track {
  background-color: #e4b68a;
}
.part-2 .common-richtext::-webkit-scrollbar-thumb {
  background-image: linear-gradient(0deg, #dd925f 0%, #e78550 100%);
  border-radius: 7px;
  cursor: pointer;
}
.part-2 .common-richtext::-webkit-scrollbar {
  width: 16px;
}

.part-2 .common-richtext h1 {
  position: relative;
  display: inline-block;
  min-width: 148px;
  height: 42px;
  background-color: #ecd07b94;
  border: solid 2px #9b2100;
  box-sizing: border-box;
  border-left: none;
  border-right: none;
  /* corner-shape: scoop; */
  /* border-radius: 6px; */

  font-size: 24px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 1px;
  color: #ab2800;

  margin: 42px 8px 16px;
  padding: 0 10px;
}
.part-2 .common-richtext h1::before,
.part-2 .common-richtext h1::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -8px;
  width: 8px;
  height: 42px;
  background: url('https://img.fxegames.com/fxegames/sgm/sdlsg//hd_17.png') no-repeat;
}
.part-2 .common-richtext h1::after {
  left: auto;
  right: -8px;
  transform: scaleX(-1);
}

.part-2 .common-richtext p {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #640e00;
}
.part-2 .common-richtext .highlight {
  color: #9c1001;
}
.part-2 .common-richtext .start-text p {
  color: #b51a00;
}
.part-2 .common-richtext img {
  display: block;
  margin: 43px auto 0;
}

.part-2 .common-richtext button {
  display: block;
  width: 373px;
  height: 120px;
  background: url('https://img.fxegames.com/fxegames/sgm/sdlsg//hd_7.png') no-repeat;
  margin: 30px auto 0;
  transition: background 0.3s;

  font-size: 35px;
  letter-spacing: 2px;
  color: #f7f1a9;
  line-height: 129px;
}
.part-2 .common-richtext button.hover:hover {
  background-image: url('https://img.fxegames.com/fxegames/sgm/sdlsg//hd_8.png');
}

.part-2 .common-richtext button.disabled {
  filter: grayscale(0.5);
  cursor: default;
}

.part-2 .common-richtext .signup-btn,
.part-2 .common-richtext .no-start-btn {
  display: none;
}

.part-3 {
  height: 301px;
  background-color: #440c06;
  margin-top: 80px;
}
.part-3 .five-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
  height: 100%;
}
.part-3 .five-list .five-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.part-3 .five-list .img-box {
  width: 136px;
  height: 136px;
  background-image: linear-gradient(0deg, #f2e2b1 0%, #fffbf3 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  border: solid 1px #9c815c;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
}
.part-3 .five-list .title {
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff5d8;
  margin-top: 23px;
}

.signup-modal {
  width: 934px;
  height: 621px;
  background: url('https://img.fxegames.com/fxegames/sgm/sdlsg//modal_3.png') no-repeat;
  padding: 90px 110px 96px 110px;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
}
.signup-modal .modal-body {
  flex: 1;
  min-height: 0;
}
.signup-modal .modal-footer {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  gap: 45px;
  margin: 20px 0 30px;
}
.signup-modal .footer-btn {
  width: 192px;
  height: 51px;
  background-repeat: no-repeat;
  transition: background 0.3s;

  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #640e00;
}
.signup-modal .footer-btn.cancel {
  background-image: url('https://img.fxegames.com/fxegames/sgm/sdlsg//modal_1.png');
}
.signup-modal .footer-btn.ok {
  background-image: url('https://img.fxegames.com/fxegames/sgm/sdlsg//modal_2.png');
}
.signup-modal .modal-close {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 47px;
  height: 46px;
  background: url('https://img.fxegames.com/fxegames/sgm/sdlsg//close_2.png') no-repeat;
  background-size: cover;
  transition: background 0.3s;

  display: flex;
  align-items: center;
  justify-content: center;
}
.signup-modal .modal-close::before {
  content: '';
  position: absolute;
  width: 17px;
  height: 17px;
  background: url('https://img.fxegames.com/fxegames/sgm/sdlsg//close_1.png') no-repeat;
  background-size: cover;
}
.signup-modal .modal-close:hover {
  background-image: url('https://img.fxegames.com/fxegames/sgm/sdlsg//close_3.png');
}

.signup-modal .form {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.signup-modal .form-item {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
}
.signup-modal .form-item .form-item-label {
  width: 265px;
  text-align: right;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  color: #2f0700;
}
.signup-modal .form-item .form-input {
  width: 307px;
  height: 34px;
  font-size: 21px;
  padding: 0 8px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: solid 1px #a3a3a3;
}
.signup-modal .form-item .form-input::placeholder {
  color: #868686;
}
.signup-modal .form-item .form-select:invalid {
  color: #868686;
}
.signup-modal .form-item .form-select option {
  color: rgba(0, 0, 0, 0.88);
}

body .sgqyz_foot_t {
  background-color: #3e0e05;
  color: #9b5a4d;
}

body .sgqyz_foot {
  background: #280903;
}

body .sgqyz_foot_cr p,
body .sgqyz_foot_cr p a {
  color: white;
}
