html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #f5e3bf;
  background: #20452a;
  font-family: -apple-system, MiSans, PingFang SC, BlinkMacSystemFont,
    Helvetica Neue, Arial, Microsoft YaHei, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
button,
code,
dd,
details,
div,
dl,
dt,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
input,
li,
ol,
p,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

a {
  display: block;
  color: #fff;
  text-decoration: none;
}

body {
  background: url(../img/pc-bg.png) no-repeat 100% / cover;
}

#app {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 750px;
  margin: 0 auto;
}

/* 隐藏滚动条但保持滚动 */
#app {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#app::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.pc-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/* .pc-header .header-left {
  width: 540px;
  height: 723px;
} */

.pc-header .header-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 40px;
  margin-top: 70px;
}

.pc-header .header-right .domain {
  display: flex;
  justify-content: center;
  width: 377.77px;
  height: 102.88px;
  background: url(../img/pc-domain-warp.png) no-repeat 100% / cover;
  font-size: 43.26px;
  font-weight: 900;
  line-height: 57.36px;
}

.pc-header .header-right .domain span {
  margin-top: auto;
  margin-bottom: 7px;
}

.pc-header .header-right .app-domain-desc {
  width: 620px;
  height: 197.75px;
}

.pc-header .header-right a {
  width: 411px;
  height: 80.35px;
  border: 0;
  cursor: pointer;
}

.pc-header .header-right a.androidDownload {
  background: url(../img/android-download-btn.png) no-repeat 100% / contain;
  margin-top: 10px;
}

.pc-header .header-right a.iosDownload {
  background: url(../img/ios-download-btn.png) no-repeat 100% / contain;
  margin-top: 8px;
}

.pc-header .header-right a.joinNow {
  background: url(../img/jonin-now-btn.png) no-repeat 100% / contain;
  margin-top: 8px;
}

.app-domain {
  display: flex;
  justify-content: center;
  position: relative;
  width: 393px;
  height: 132px;
  background: url(../img/app-name-bg.png) no-repeat 100% / contain;
  margin-top: 89px;
}

.app-domain span {
  font-size: 45px;
  font-weight: 700;
  text-shadow: 0 0 #631a02;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffbd35;
  margin-bottom: 20px;
  margin-top: auto;
  background: linear-gradient(180deg, #ffffff 15%, #ee7021 83.92%);
  -webkit-background-clip: text;
}

.home-container {
  position: relative;
  width: 100%;
  padding: 0 0 66px;
  transition: all 0.3s;
  padding-bottom: 1rem;
}

.home-container .pc-top-bg {
  height: 20px;
  width: 100%;
  background: url(../img/pc-top-bg.png) repeat 100% / cover;
}

.web-btn-warp {
  display: none;
}
.web-btn-warp img {
  width: 35rem;
}

.button-warp1 {
  margin-top: 711px;
  width: 450px;
  height: 130px;
  line-height: 120px;
  background: url("../img/btn-bg1.png") no-repeat 100% / cover;
}

.button-warp-link {
  font-size: 48px;
  font-weight: 630;
  text-align: center;
  text-shadow: 0 3px #4d1600;
}

.button-warp2 a {
  font-size: 48px;
}

.desc-warp {
  padding: 0 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  height: 489.38px;
}

.margin-top {
  margin-top: 80px !important;
}

.desc-warp .title {
  margin-top: 38px;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  color: #fff;
}

.redraw-warp {
  margin-top: 66px;
  width: 148px;
  height: 148px;
  text-align: center;
  /* border: 1px solid #ecb060;
  box-shadow: 0px 0px 20px 5px #bc783ae5 inset; */
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.redraw-warp img {
  width: 136px;
  height: auto;
}

.redraw-desc {
  margin-top: 30px;
  font-size: 18.75px;
  font-weight: 500;
  line-height: 31px;
  text-align: center;
}

.bottom-div {
  height: 66px;
}

.app-domain-warp {
  display: none;
}

#join,
#download {
  display: none;
}

.desc-container {
  display: grid;
  grid-template-columns: 540px 540px;
  gap: 70px;
  justify-content: center;
}

body {
  background: none !important;
}
.pc-top-bg {
  display: none;
}
.app-domain-warp {
  display: flex;
  justify-content: center;
  width: 100%;
}
.pc-header {
  display: none;
}
.app-domain {
  display: flex;
  justify-content: center;
  position: relative;
  width: 20rem;
  height: 3rem;
  background: url(../img/app-name-bg.png) no-repeat 100% / contain;
  margin-top: 3rem;
}
.app-domain img {
  width: 100%;
  display: block;
  object-fit: contain;
}
.app-domain span {
  font-size: 0.225rem;
  font-weight: 700;
  text-shadow: 0 0 #631a02;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffbd35;
  margin-bottom: 0.1rem;
  margin-top: auto;
  background: linear-gradient(180deg, #ffffff 15%, #ee7021 83.92%);
  -webkit-background-clip: text;
}
.home-container {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0.12rem 0.33rem;
  transition: all 0.3s;
  background: url(../img/header-bg.png) no-repeat center top;
  max-width: 750px;
  margin: 0 auto;
}
.web-btn-container {
  margin-top: 48rem;
}

.web-btn-download {
  margin-top: 1.5rem;
  padding: 0 2rem;
}
.web-btn-download a {
  display: block;
}
.web-btn-download a img {
  width: 100%;
  display: block;
}
.web-btn-warp {
  width: 100%;
  display: flex !important;
  justify-content: center;
}
.web-btn-warp .button-warp {
  margin-top: 0.15rem;
  width: 3.325rem;
  height: 0.65rem;
  line-height: 0.6rem;
  background: url(../img/jonin-now-btn.png) no-repeat 100% / contain;
}
.web-btn-warp.android .button-warp {
  margin-top: 3.755rem;
  background: url(../img/android-download-btn.png) no-repeat 100% / contain;
}
.web-btn-warp.ios .button-warp {
  background: url(../img/ios-download-btn.png) no-repeat 100% / contain;
}
.button-warp-link {
  font-size: 0.24rem;
  font-weight: 630;
  text-align: center;
  text-shadow: 0 3px #4d1600;
}
.button-warp2 a {
  font-size: 0.24rem;
}
.margin-top {
  margin-top: 0.4rem !important;
}
.desc-container {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.desc-warp {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 45rem;
  height: 48rem;
  background: url(../img/content-bg.png) no-repeat;
  background-size: 100% auto;
}
.desc-warp {
  margin-top: -5rem;
}
.desc-warp .title {
  margin-top: 11.5rem;
  font-size: 1.5rem;
  font-weight: 630;
  /* line-height: 3rem; */
  color: #fff;
  letter-spacing: -1px;
}
.redraw-warp {
  margin-top: 0.23rem;
  width: 1rem;
  height: auto;
  line-height: 1rem;
  text-align: center;
  /* border: 0.01rem solid #ECB060;
        box-shadow: 0px 0px 20px 5px #BC783AE5 inset; */
  border-radius: 0.15rem;
}
.redraw-warp img {
  width: 10rem;
  /* height: 10rem; */
  margin-top: 3rem;
}
.redraw-desc {
  margin-top: 1.2rem;
  font-size: 1.5rem;
  font-weight: 380;
  /* line-height: 0.155rem; */
  text-align: center;
  padding: 0 4rem;
}
.bottom-div {
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  margin-top: 2rem;
  padding: 0 0.2rem 12rem;
}
.link {
  color: yellow;
}
.fixed-div {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.fixed-div img {
  width: 100%;
  display: block;
  max-width: 750px;
  margin: 0 auto;
}
/* Image-styled Modal */
.image-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.2rem;
}
.image-modal.show {
  display: flex;
}
.image-modal-content {
  position: relative;
  width: 40rem;
  max-width: 90vw;
  background: #23492a;
  border-radius: 2rem;
  padding: 2rem;
  border: 1px solid #fff000;
}
.image-modal-title img {
  width: 1rem;
  height: auto;
  display: block;
  margin: 0 auto 0.15rem;
}
.image-modal-buttons .modal-btn {
  display: block;
  margin: 0.08rem 0;
}
.image-modal-buttons .modal-btn img {
  width: 100%;
  height: auto;
  display: block;
}
.image-modal-close {
  /* position: absolute;
  top: 0.06rem;
  right: 0.06rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.28rem;
  cursor: pointer; */
}
/* Support list styled like provided image */
/* .support-modal {
  padding-top: 0.2rem;
} */
.support-list {
  margin-top: 0.05rem;
}
.support-row {
  display: flex;
  align-items: center;
  gap: 2rem;
  text-decoration: none;
  margin: 0.8rem 0;
}
.support-icon {
  width: 5rem;
}
.support-triangle {
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1.5rem solid #ffd400; /* yellow */
  filter: drop-shadow(0 0.02rem 0.02rem rgba(0, 0, 0, 0.25));
}
.support-btn {
  display: inline-block;
  background: linear-gradient(90deg, #0f731e, #0fd75d);
  border: 1px solid #fff000;
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.002rem;
  padding: 1rem 0;
  border-radius: 0.08rem;
  line-height: 1;
  /* box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.25); */
  min-width: 2rem;
  text-align: center;
  flex: 1;
}
/* Link access modal styles */
.link-modal-content {
  padding: 0.2rem 0.2rem 0.3rem;
}
.link-modal-header {
  text-align: center;
  color: #fff;
  margin-bottom: 0.12rem;
}
.link-modal-header .line1 {
  font-size: 1.5rem;
  font-weight: 700;
}
.link-modal-header .line2 {
  font-size: 1.5rem;
  font-weight: 700;
}
.link-modal-header .highlight {
  color: #ffd400;
}

.access-list {
  display: flex;
  flex-direction: column;
  /* gap: 2rem; */
  padding: 1rem;
}
.access-row {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.latency-badge {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff000;
  border-radius: 999px;
  padding: 1rem;
  font-size: 1.5rem;
  min-width: 1rem;
  text-align: center;
}
.chevron-group {
  display: inline-flex;
  gap: 0.04rem;
}
.chevron-group img {
  width: 50%;
}
.chevron {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.06rem solid transparent;
  border-bottom: 0.06rem solid transparent;
  border-left: 0.08rem solid #ffd400;
  filter: drop-shadow(0 0.01rem 0.02rem rgba(0, 0, 0, 0.25));
}
.access-main {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  border: 1px solid #fff000;
  border-radius: 1rem;
  overflow: hidden;
}
.access-field {
  background: #fff;
  color: #333;
  padding: 1rem;
  font-size: 1.5rem;
}
.access-enter {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 1rem;
  text-decoration: none;
}
