body {
  width: 7.2rem;
  overflow-x: hidden;
  opacity: 0;
}

p,
ul,
ol {
  margin: 0;
}

@font-face {
  font-family: "metro-bold";
  src: url("../fonts/Metropolis-Bold.otf");
}

@font-face {
  font-family: "metro-extrabold";
  src: url("../fonts/Metropolis-ExtraBold.otf");
}

@font-face {
  font-family: "metro-medium";
  src: url("../fonts/Metropolis-Medium.otf");
}

@font-face {
  font-family: "metro-semibold";
  src: url("../fonts/Metropolis-SemiBold.otf");
}

* {
  font-family: metro-semibold;
}

body {
  min-height: 100vh;
  background-image: url("../images/background.png");
  background-size: cover;
}

.mj-index {
  overflow-x: hidden;
}

.index-top-area {
  width: 100%;
  height: 7.2rem;
  position: relative;
}

.index-top-area .logo-info {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 0.6rem);
  padding: 0.2rem 0.3rem 0.4rem;
  background-image: url("../images/top-bg.png");
  background-size: 100% 100%;
  z-index: 1000;
}

.index-top-area .logo-info .logo {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  margin-right: 0.2rem;
}

.index-top-area .logo-info .sitename .name {
  font-size: 0.3rem;
  color: #fff;
  line-height: 1;
}

.index-top-area .logo-info .sitename .slogan {
  font-size: 0.2rem;
  color: #E5E5E5;
  font-family: metro-medium;
}

.index-top-area video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-top-area .operation-area {
  position: absolute;
  z-index: 10000;
  right: 0.42rem;
  bottom: 0.25rem;
}

.index-top-area .operation-area img {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  cursor: pointer;
  margin-top: 0.38rem;
}

.index-top-area .countdown-area {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFB000;
  position: absolute;
  left: 0.3rem;
  bottom: 0.2rem;
  z-index: 10000;
}

.index-top-area .countdown-area * {
  font-size: 0.36rem;
}

.index-top-area .download-mask-area {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.index-top-area .download-mask-area .download-mask-content {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.index-top-area .download-mask-area .download-mask-content a {
  width: 4.3rem;
  height: 0.9rem;
  border-radius: 0.24rem;
  background-image: linear-gradient(to right, #ff8f51, #ff3e6e);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.26rem;
  box-shadow: 0 0.05rem 0.1rem rgba(255, 71, 71, 0.4);
}

.index-top-area .download-mask-area .download-mask-content .finger {
  width: 0.9rem;
  display: block;
  position: absolute;
  left: calc(100% - 0.2rem);
  --animate-duration: 1.8s;
}

.index-bottom-area .des {
  padding: 0.4rem 0.3rem 0;
  color: #fff;
  font-size: 0.24rem;
  font-family: metro-bold;
  text-align: center;
}

.index-bottom-area .user-list {
  padding: 0.3rem 0.3rem 0.4rem;
  display: flex;
  align-items: center;
  overflow: scroll;
}

.index-bottom-area .user-list::-webkit-scrollbar {
  display: none;
}

.index-bottom-area .user-list .user-item {
  margin-right: 0.15rem;
  flex-shrink: 0;
  background-image: url("../images/card.png");
  background-size: 100% 100%;
  width: 2rem;
  height: 2.9rem;
}

.index-bottom-area .user-list .user-item .avatar-area {
  margin: 0.2rem auto 0;
}

.index-bottom-area .user-list .user-item .avatar-area .avatar {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

.index-bottom-area .user-list .user-item .avatar-area .play-icon {
  width: 0.7rem;
  display: block;
  margin: -0.35rem auto 0;
}

.index-bottom-area .user-list .user-item .username {
  font-family: metro-medium;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 0.04rem;
}

.index-bottom-area .user-list .user-item .user-config {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.2rem;
  margin-top: 0.08rem;
  line-height: 1;
}

.index-bottom-area .user-list .user-item .user-config img {
  width: 0.16rem;
  height: 0.16rem;
  display: block;
  margin-right: 3px;
}

.index-bottom-area .user-list .user-item-on {
  background-image: url("../images/card-checked.png");
}

.index-bottom-area .download-area {
  width: 5.84rem;
  height: 0.9rem;
  border-radius: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, #ff4c4c, #f044ff);
  box-shadow: 0 0.05rem 0.1rem rgba(255, 71, 71, 0.4);
  margin: 0 auto 0.65rem;
}

.index-bottom-area .download-area p {
  font-size: 0.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 0.2rem;
}

.index-bottom-area .download-area img {
  width: 0.34rem;
  display: block;
}

.index-bottom-area .intro-area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.4rem;
}

.index-bottom-area .intro-area img {
  width: 1.5rem;
  display: block;
  margin-right: 0.3rem;
}

.index-bottom-area .intro-area .content p {
  font-size: 0.28rem;
  color: #FFEEFE;
  font-family: metro-medium;
}

.index-bottom-area .intro-area .content p span {
  font-family: metro-bold;
  font-size: 0.3rem;
  color: #FFB000;
}

.index-bottom-area .intro-area .content p:last-child {
  color: #fff;
  margin-top: 0.18rem;
}

.index-bottom-area .intro-area .content p:last-child span {
  color: #fff;
}