* {
  padding: 0;
  margin: 0;
}
html,
body {
  height: 100%;
}
img {
  display: block;
}
.buttons {
  display: flex;
  margin-top: -9.1rem;
}
.down-btn {
  display: flex;
  flex-direction: column;
}
.down {
  text-align: center;
  width: 100%;
  padding-top: 0px;
}
.down a {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header img {
  width: 100%;
}
.down img {
  width: 18rem;
  display: block;
  text-align: center;
  margin-bottom: 0%;
  animation: move 1.8s infinite;
}
.top1 img {
  width: 100%;
  margin-top: 5%;
}
.top2 img {
  width: 100%;
  margin-bottom: 0%;
}
.top3 img {
  width: 100%;
  margin-bottom: 5%;
}
.top4 img {
  width: 100%;
  margin-bottom: 3%;
}
.note {
  color: #fff;
  width: 100%;
  padding: 0 5%;
  box-sizing: border-box;
  font-size: 0.7rem;
  text-align: left;
}
.note1,
.note2 {
  width: 100%;
  padding: 0 5%;
  color: #fff;
  box-sizing: border-box;
  font-size: 0.7rem;
  text-align: left;
  position: absolute;
}
.note1 {
  top: 10%;
}
.active {
  color: #d5ba82;
}
.pagcor {
  margin-top: -15%;
  margin-left: 88%;  
  margin-bottom: 5%;
}
.pagcor img {
  width: 95%;
}
.foot {
  position: fixed;
  width: 720px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  padding: 0 0;
  box-sizing: border-box;
  z-index: 99;
}
.foot a {
  width: 100%;
}
.foot a img {
  width: 100%;
  display: block;
}

.TG {
  position: fixed;
  right: 0;
  top: 46.75%;
  margin: auto;
  z-index: 999;
  width: 8rem;
  height:8rem;
}
.TG img {
  width: 100%;
}
.foot img {
  width: 100%;
}
@keyframes move {
  0% {
    transform: scale(0.98) translate(0px, 2px);
  }
  50% {
    transform: scale(1) translate(0px, 0px);
  }
  100% {
    transform: scale(0.98) translate(0px, 2px);
  }
}
.content {
  width: 720px;
  margin: 0 auto;
  /* min-height: 200px;
  background: url("../img/BG.png") no-repeat 100% -1%/100% auto, #131313;
  margin: 0 auto;
  padding-bottom: 7.6rem; */
  background: rgb(10,28,121);
  background: -moz-linear-gradient(90deg, rgba(10,28,121,1) 0%, rgba(28,77,194,1) 49%, rgba(10,28,121,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(10,28,121,1) 0%, rgba(28,77,194,1) 49%, rgba(10,28,121,1) 100%);
  background: linear-gradient(90deg, rgba(10,28,121,1) 0%, rgba(28,77,194,1) 49%, rgba(10,28,121,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a1c79",endColorstr="#0a1c79",GradientType=1);
}
/* .down img {
  width: 60%;
} */
.top {
  position: relative;
}
.top img {
  width: 100%;
}

.DailyMysteryBonus {
  width: 100%;
  height: 18rem;
 }
 .times {
  position: fixed;
  right: 0%;
  top: 0;
  bottom: 0;
  margin: 8rem auto;
  width: 6rem;
  height: 4.3rem;
  z-index: 999;
}

.aside-service {
  right: 0.42rem;
}

.message {
  display: none;
  color: red;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 10px;
  text-align: center;
  position: absolute;
}
.modal {
display: none;
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
padding-top: 60px;
}
.modal-content {
background-color: #fefefe;
margin: 5% auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
border-radius: 10px;
}
.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}

#modalMessage {
font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .content {
    width: 100%;
  }
  .header img, .top4 img { 
    width: 100%;
  }
  .top4 {
    margin-bottom: 3%;
  }
  .foot {
    width: 100%;
    margin: 0;
  }
}
