html {
  font-size: 100PX;
  font-size: 5.2083333333vw;
}

#lotteryContent .mo {
  display: none;
}
#lotteryContent img {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  height: auto;
}
#lotteryContent p, #lotteryContent h2, #lotteryContent span {
  text-align: center;
}
#lotteryContent .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
#lotteryContent .banner-box {
  position: relative;
}
#lotteryContent .banner-box .pc, #lotteryContent .banner-box .mo {
  max-width: 100%;
}
#lotteryContent .banner-box .banner_icon {
  position: absolute;
  bottom: -2%;
  left: 74%;
  width: 1.25rem;
  height: auto;
}
#lotteryContent .main-content {
  background-image: url(https://resource.xp-pen.com/img/active_list/GenshinLottery_UK/bg.jpg);
  background-size: 100%;
  padding: 0.6rem 0;
}
#lotteryContent .main-inner-box {
  max-width: 14rem;
  width: 100%;
  margin: 0 auto;
}
#lotteryContent .title-box {
  text-align: center;
  margin: 0.4rem 0;
}
#lotteryContent .title-box h2 {
  display: inline-block;
  font-family: Source Han Serif SC;
  font-weight: 500;
  font-size: 0.6rem;
  color: #CEE0FF;
  vertical-align: middle;
  padding: 0 0.6rem;
}
#lotteryContent .title-box img {
  width: 1.97rem;
  height: auto;
}
#lotteryContent .prize-list {
  position: relative;
  text-align: center;
  margin-bottom: 0.4rem;
}
#lotteryContent .prize-list img {
  max-width: 100%;
}
#lotteryContent .prize-list_2 {
  width: 50%;
}
#lotteryContent .prize-list_2 .prize-title {
  top: 27%;
}
#lotteryContent .prize-title {
  position: absolute;
  top: 28.5%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 0.3rem;
  color: #2D2C84;
}
#lotteryContent .prize-name {
  position: absolute;
  bottom: 14%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 0.24rem;
  color: #1D156A;
  width: 100%;
}
#lotteryContent .lottery-detail-content {
  background-image: url(https://resource.xp-pen.com/img/active_list/GenshinLottery_UK/whattime_bg.png);
  background-size: 100% 100%;
  padding: 1rem 0.4rem;
  margin: 1rem 0;
}
#lotteryContent .lottery-detail-content .title-box {
  margin: 0.6rem 0 0.4rem;
}
#lotteryContent .lottery-detail-content .title-box h2 {
  font-size: 0.36rem;
  padding: 0 0.3rem;
}
#lotteryContent .time-intro {
  font-weight: 500;
  font-size: 0.24rem;
  color: #CEE0FF;
  line-height: 1.5;
}
#lotteryContent .time-list {
  max-width: 7rem;
  margin: 0 auto 0.5rem;
}
#lotteryContent .time-list-title {
  text-align: center;
}
#lotteryContent .time-list-title span {
  font-weight: bold;
  font-size: 0.24rem;
  color: #CEE0FF;
  vertical-align: middle;
  padding: 0 0.2rem;
}
#lotteryContent .lottery-prize {
  position: relative;
  text-align: center;
  margin-top: 0.3rem;
}
#lotteryContent .lottery-prize p {
  font-weight: 500;
  font-size: 0.2rem;
  color: #D5CDFD;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#lotteryContent .impro-time-box {
  max-width: 7rem;
  margin: 0 auto;
}
#lotteryContent .impro-time-list {
  width: 42%;
  text-align: center;
  position: relative;
}
#lotteryContent .impro-time-list img {
  max-width: 100%;
}
#lotteryContent .impro-time-list p {
  font-weight: bold;
  color: #191953;
  text-align: center;
}
#lotteryContent .impro-time-list .lottery-intro-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
#lotteryContent .impro-time-list .lottery-time-title {
  font-size: 0.4rem;
  text-transform: uppercase;
  min-height: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#lotteryContent .impro-time-list .lottery-time-text {
  font-size: 0.24rem;
}
#lotteryContent .join-content {
  margin: 0.4rem 0 1rem;
  transition: all 0.5s;
}
#lotteryContent .join-content:hover {
  transform: scale(1.1);
}
#lotteryContent .may-box {
  text-align: center;
  margin: 0.8rem 0 1rem;
}
#lotteryContent .social-box {
  justify-content: center;
}
#lotteryContent .social-list {
  width: 17%;
  margin: 0 0.2rem;
}
#lotteryContent .contact-box {
  color: #CEE0FF;
  font-size: 0.24rem;
  margin: 0.4rem 0 1rem;
}
#lotteryContent .contact-box a {
  color: #5191FF;
}
#lotteryContent .winners-table-content {
  margin-top: 0.6rem;
  padding-bottom: 1rem;
}
#lotteryContent .name-list {
  width: 35%;
  border-right: 2px solid #5554AD;
}
#lotteryContent .name-list:last-child {
  border-right: none;
}
#lotteryContent .name-list p {
  font-size: 0.24rem;
  margin-bottom: 0.12rem;
  height: 0.72rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#lotteryContent .name-list p:last-child {
  margin-bottom: 0;
}
#lotteryContent .name-list .bold-text {
  font-weight: bold;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0.1rem;
}
#lotteryContent .time_list {
  width: 15%;
}
#lotteryContent .table-title {
  background: #A6C7FF;
  font-weight: 500;
  color: #2A2981;
}
#lotteryContent .winner-name {
  background: #5554AD;
  color: #E5E4FF;
}
#lotteryContent .winner-name img {
  width: 0.66rem;
  height: 0.66rem;
  margin-right: 0.1rem;
}
#lotteryContent .winner-name span {
  vertical-align: middle;
}

@media screen and (max-width: 1080px) {
  html {
    font-size: 100PX;
    font-size: 9.2592592593vw;
  }
  #lotteryContent .mo {
    display: block;
  }
  #lotteryContent .pc {
    display: none;
  }
  #lotteryContent .main-content {
    background-image: url(https://resource.xp-pen.com/img/active_list/GenshinLottery_UK/bg_mob.jpg);
  }
  #lotteryContent .main-inner-box {
    max-width: 10rem;
  }
  #lotteryContent .prize-list_2 {
    width: 100%;
  }
  #lotteryContent .prize-title {
    font-size: 0.4rem;
    top: 24.5%;
  }
  #lotteryContent .prize-name {
    font-size: 0.3rem;
    bottom: 11%;
  }
  #lotteryContent .lottery-detail-content {
    background-image: url(https://resource.xp-pen.com/img/active_list/GenshinLottery_UK/whattime_bg_mob.png);
  }
  #lotteryContent .social-list {
    width: 32%;
    margin: 0 0.2rem 0.4rem;
  }
  #lotteryContent .winner-name img {
    width: 0.33rem;
    height: 0.33rem;
  }
  #lotteryContent .name-list p {
    font-size: 0.2rem;
  }
}/*# sourceMappingURL=index.css.map */