html,
body {
  background-color: #030e1d;
}

.bg {
  position: relative;
  font-size: 3.2vw;
  color: #ffffff;
  line-height: 1;
  font-family: PingFang SC;
  /* height: 46.74rem; */
}

.hide {
  display: none;
}

.center {
  left: 50%;
  transform: translate(-50%);
}

.bg #header {
  position: fixed;
  top: 0;
  z-index: 99;
  display: none;
}

.main {
  background: url(https://cdn-js.yebaojiasu.com/mobile/m817/m_bg.png) no-repeat
    center top;
  background-size: 100% 100%;
  height: 18.4rem;
}

.bg .logo {
  width: 4.08rem;
  height: 0.82rem;
  position: absolute;
  top: 0.6rem;
  background: url(https://cdn-js.yebaojiasu.com/mobile/m817/logo_b.png)
    no-repeat center top;
  background-size: 100% 100%;
}

.bg .sec1 {
  width: 7.5rem;
  height: 5.36rem;
  background: url(https://cdn-js.yebaojiasu.com/mobile/m817/mobile-top-banner.jpg)
    no-repeat center top;
  background-size: 100% 100%;
  position: absolute;
  top: 0rem;
}

.bg .sec1 .h1 {
  font-size: 8vw;
  color: #00deff;
  position: absolute;
  top: 1.06rem;
  left: 0;
  width: 100%;
  text-align: center;
}

.bg .sec1 .p1 {
  font-size: 4.27vw;
  font-weight: bold;
  position: absolute;
  top: 2.2rem;
  left: 0;
  width: 100%;
  text-align: center;
}

.bg .sec1 .p2 {
  font-size: 3.7vw;
  position: absolute;
  top: 2.76rem;
  left: 0;
  width: 100%;
  text-align: center;
}

.bg .download {
  width: 2.8rem;
  height: 0.84rem;
  background: linear-gradient(94deg, #fae0ac 0%, #f9b839 91%, #f0b137 100%);
  opacity: 1;
  border-radius: 0.46rem;
  font-size: 4.8vw;
  text-align: center;
  line-height: 0.86rem;
  color: #392a0d;
  font-weight: bold;
  position: absolute;
  top: 6rem;
}

.bg .content {
  margin-top: -10.5rem;
  width: 100%;
}

.bg .homegame_list {
  width: 100%;
  margin-bottom: 0.8rem;
  overflow: hidden;
  position: relative;
}

.bg .seagame_list {
  width: 100%;
  margin-bottom: 0.8rem;
  overflow: hidden;
  position: relative;
}

.bg .top_title {
  position: relative;
  width: 100%;
  height: 0.6rem;
}

.bg .line_top {
  width: 100%;
  height: 0.02rem;
  background: url(https://cdn-js.yebaojiasu.com/mobile/m817/line2.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(180deg);
}

.bg .line_bottom {
  width: 100%;
  height: 0.02rem;
  background: url(https://cdn-js.yebaojiasu.com/mobile/m817/line2.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.bg .top_title .left {
  position: absolute;
  top: 0;
  left: 0.4rem;
  font-size: 4.27vw;
  font-weight: bold;
}

.bg .top_title .right {
  position: absolute;
  top: 0.05rem;
  right: 0.4rem;
  font-size: 3.2vw;
  color: #fff;
}

.bg .top_title .right span {
  font-family: "SimSun";
}

.bg .game_ul {
  width: 100%;
  position: relative;
  max-height: 4.25rem;
  overflow: hidden;
  padding: 0 0.5rem 0.42rem 0.5rem;
}

.bg .game_ul:after {
  content: "";
  display: block;
  clear: both;
}

.bg .game_ul li p {
  width: 1.32rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bg .game_ul li {
  float: left;
  text-align: center;
  margin-right: 0.4rem;
  margin-top: 0.4rem;
}

.bg .sea_list li {
  margin-right: 0.4rem;
}

.bg .game_ul li:nth-child(4),
.bg .game_ul li:nth-child(8) {
  margin-right: 0;
}

.bg .game_ul li img {
  width: 1.32rem;
  height: 1.32rem;
  border-radius: 0.4rem;
  margin-bottom: 0.16rem;
}

.bg .msg {
  position: relative;
  margin-bottom: 0.8rem;
}

.bg .msg .msg_title {
  width: 2.31rem;
  height: 0.8rem;
  background: url(https://cdn-js.yebaojiasu.com/mobile/m817/hot_msg.png)
    no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 0.4rem;
}

.bg .msg .msg_tab p:first-child {
  display: flex;
  justify-content: space-around;
}

.bg .msg .msg_tab .line {
  width: 100%;
  border-bottom: 0.02rem solid #043653;
  position: absolute;
  top: 1.7rem;
  left: 0;
}

.bg .msg .msg_tab span {
  font-size: 4vw;
  font-weight: 500;
  padding-bottom: 0.4rem;
}

.bg .msg .msg_tab span:first-child {
  margin-left: -0.3rem;
}

.bg .msg .msg_tab span:last-child {
  margin-right: -0.4rem;
}

.bg .msg .msg_tab span.active {
  background: url(https://cdn-js.yebaojiasu.com/mobile/m817/line1.png) no-repeat;
  background-size: 100%;
  background-position: 0 0.48rem;
  z-index: 9;
  color: #2abcff;
}

.bg .msg .msg_ul li {
  width: 7rem;
  height: 2.2rem;
  background-color: #04162c;
  margin: 0.2rem auto 0;
  position: relative;
}

.bg .msg .msg_ul img {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 0.2rem;
  left: 0.16rem;
}

.bg .msg .msg_ul .img_div {
  position: absolute;
  top: 0.2rem;
  left: 0.16rem;
  width: 1.8rem;
  height: 1.8rem;
  background: url(https://cdn-js.yebaojiasu.com/mobile/m817/li_bg.png) no-repeat;
  background-size: 100% 100%;
  z-index: 6;
}

.bg .msg .msg_ul .msg_right {
  position: absolute;
  left: 2.2rem;
  top: 0;
  width: 4.6rem;
  overflow: hidden;
}

.bg .msg .msg_ul .msg_top {
  font-size: 3.7vw;
  font-weight: 500;
  line-height: 0.4rem;
  margin: 0.6rem 0 0.3rem 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bg .msg .msg_ul .msg_time {
  font-size: 2.67vw;
}

.bg .msg .see_all {
  width: 7rem;
  height: 0.58rem;
  margin: auto;
  line-height: 0.58rem;
  text-align: center;
  background-color: #04162c;
  margin-top: 0.2rem;
  font-weight: 500;
  color: #a5c8f2;
  font-size: 3.7vw;
}

.bg .msg .see_all img {
  width: 0.23rem;
  height: 0.21rem;
  vertical-align: middle;
}

.bg .my_good {
  position: relative;
}

.bg .my_good .good_title {
  width: 2.31rem;
  height: 0.8rem;
  background: url(https://cdn-js.yebaojiasu.com/mobile/m817/my_good.png)
    no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 0.4rem;
}

.bg .my_good .hot-game {
  width: 7.5rem;
  height: 7.2rem;
}

.bg .my_good .swiper-wrapper div {
  width: 4.6rem;
  height: 7.2rem;
}

.bg .my_good .one {
  background: url(https://cdn-js.yebaojiasu.com/mobile/m817/swiper1.png) center
    top no-repeat;
  background-size: 100% 100%;
}

.bg .my_good .two {
  background: url(https://cdn-js.yebaojiasu.com/mobile/m817/swiper2.png) center
    top no-repeat;
  background-size: 100% 100%;
}

.bg .my_good .three {
  background: url(https://cdn-js.yebaojiasu.com/mobile/m817/swiper3.png) center
    top no-repeat;
  background-size: 100% 100%;
}

.Exchange_code {
  position: absolute;
  top: 7.8rem;
  width: 100%;
  text-align: center;
}
.Mask {
  display: block;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
.eject {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 70;
}
.Exchange_code1 {
  width: 6.25rem;
  height: 2.11rem;
  background: url(https://cdn-js.yebaojiasu.com/mobile/act/20220411/Exchange_code.png)
    center top no-repeat;
  position: absolute;

  top: 5.21rem;
  left: 0.63rem;
  z-index: 99;
}
.Activation_code {
  display: inline-block;
  margin-top: 0.2rem;
  width: 5.55rem;
  height: 0.88rem;
  background: url(https://cdn-js.yebaojiasu.com/mobile/act/20220411/Activation_code.png)
    center top no-repeat;
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #392a0d;
  margin-left: 0.35rem;
  text-align: center;
  z-index: 99;
}
.fail_button {
  width: 6.25rem;
  height: 0.8rem;
  background: url(https://cdn-js.yebaojiasu.com/mobile/act/20220411/Exchange1.png)
    center top no-repeat;
  background-size: 6.25rem 0.8rem;
  margin-top: 1.08rem;
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #392a0d;
  text-align: center;
  line-height: 0.8rem;
}
.fail_button1 {
  width: 6.25rem;
  height: 0.8rem;
  background: url(https://cdn-js.yebaojiasu.com/mobile/act/20220411/Exchange1.png)
    center top no-repeat;
  background-size: 6.25rem 0.8rem;
  margin-top: 1.08rem;
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #392a0d;
  text-align: center;
  line-height: 0.8rem;
}
.Activation_code1 {
  width: 0.7rem;
  height: 0.6rem;
  background: url(https://cdn-js.yebaojiasu.com/mobile/act/20220411/fail!.png)
    center top no-repeat;
  background-size: 0.6rem 0.6rem;
  position: absolute;
  top: 0.43rem;
  left: 2.82rem;
}
.Exchange_code1_p {
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #392a0d;
  margin-top: 1.27rem;
  text-align: center;
}
.Activation_code2 {
  width: 0.7rem;
  height: 0.6rem;
  background: url(https://cdn-js.yebaojiasu.com/mobile/act/20220411/logo.png)
    center top no-repeat;
  background-size: 0.6rem 0.6rem;
  position: absolute;
  top: 0.43rem;
  left: 2.82rem;
}
.Activation_code3 {
  width: 0.7rem;
  height: 0.6rem;
  background: url(https://cdn-js.yebaojiasu.com/mobile/act/20220411/logo.png)
    center top no-repeat;
  background-size: 0.6rem 0.6rem;
  position: absolute;
  top: 0.43rem;
  left: 2.82rem;
}
.Exchange_p {
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #392a0d;
  margin-top: 1.27rem;
  text-align: center;
}
.header-user {
  width: 100%;
  display: none;
  position: absolute;
  top: 7.93rem;
  text-align: center;
  color: #fae0ac;
}

.act-logout {
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #fae0ac;
}
