html {
  font-size: 100px;
}

body {
  margin: 0;
  padding: 0;
  background-color: #000000;
  font-family: "Microsoft YaHei";
}

#top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.3rem;
  background-image: url("../img/Header_01.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 999;
}

.topIcon {
  margin-left: 10px;
  width: 1rem;
  height: 1rem;
}

.topTitle {
  margin-left: 10px;
  font-size: 0.4rem;
  font-weight: 600;
  color: #e9967f;
}

.container {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  background-color: #a03e00;
}

.webLink {
  margin-top: 0.5rem;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  font-size: 0.25rem;
}
.linkInfo {
  color: #ffc66b;
  margin: 5px 0;
  text-decoration: underline;
}

.css a {
  position: fixed;
  top: 10%;
  right: 2%;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/btn_advisory.png");
  background-size: 100% 100%;
  z-index: 999;
}

.container .downBtn {
  position: absolute;
  top: 63%;
  left: 20%;
  width: 60%;
  height: 0.95rem;
  background-image: url("../img/btn_download.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.downBtn .online {
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 2rem;
  height: 1rem;
  background-image: url("../img/bg_online.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.container .downNum {
  position: absolute;
  top: 45.7%;
  right: 14%;
  width: 40%;
  height: 1rem;
  font-size: 0.44rem;
  text-align: center;
  align-items: 1rem;
  color: #fff;
}
/* Make marquee height, line-height & background SAME */
.Rummy51Bonus_Notice_Slider marquee {
  height: 0.7rem !important;
  line-height: 0.7rem !important;
  display: flex !important;
  align-items: center !important;
  white-space: nowrap !important;
}

/* DO NOT change background color */
.Rummy51Bonus_Notice_Slider marquee {
  background: rgb(178, 189, 24) !important; /* SAME AS YOURS */
  height: 0.7rem !important;
  line-height: 0.7rem !important;
  display: flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

/* Paragraph inline + same height */
.Rummy51Bonus_Notice_Slider marquee p {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0.7rem !important;
}

/* Links inherit same background & height */
.Rummy51Bonus_Notice_Slider marquee a {
  display: inline-flex !important;
  align-items: center !important;
  height: 0.7rem !important;
  line-height: 0.7rem !important;
  color: #FFFFFF !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  background: transparent !important; /* IMPORTANT */
}

/* Hover effect only text */
.Rummy51Bonus_Notice_Slider marquee a:hover {
  text-decoration: underline !important;
}
.swiper-slide > img {
  width: 100%;
}

.container .footer {
  margin: auto;
  width: 90%;
  padding-bottom: 20px;
}

.footer p {
  padding: 0;
  margin: 0;
}
