<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  width: 100%;
  height: 100%;
  background: url("../images/bg.png") repeat-y;
  background-size: 100%;
  text-align: center;
}
h2 {
  width: 8.291rem;
  height: 2.563rem;
  margin: 0.15rem auto 0;
  background: url("../images/top.png") no-repeat;
  background-size: 100%;
}
.movies {
  width: 9.28rem;
  height: 3.307rem;
}
.freeWatch {
  width: 8.622rem;
  height: 10.696rem;
  margin: 0 auto;
  background: url("../images/mid.png") no-repeat;
  background-size: 100%;
}
.layer {
  display: none;
  width: 8.889rem;
  margin: 0.2rem auto;
  background-color: #fff;
  font-weight: 600;
  color: #000;
  border-radius: 0.914rem;
  padding: 0.8rem 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.layer dt {
  padding-bottom: 0.6rem;
  font-size: 0.626rem;
}
.layer dd {
  margin: 0 0.6rem;
  font-size: 0.37rem;
  text-align: left;
}
.layer dd span {
  color: #f00;
  text-align: center;
}
h3 {
  width: 8.622rem;
  height: 2.326rem;
  margin: 0 auto;
  background: url("../images/bot.png") no-repeat;
  background-size: 100%;
}
.download {
  width: 8.02rem;
  margin: 0.15rem auto;
}
.download a {
  width: 3.672rem;
  height: 0.863rem;
  background: linear-gradient(90deg, #fef9f8 0%, #fd6266 100%);
  color: #000;
  border-radius: 0.102rem;
}
.download a .icon {
  display: inline-block;
  width: 0.745rem;
  height: 0.745rem;
}
.download a .android {
  background: url("../images/android.png") no-repeat;
  background-size: 100%;
}
.download a .ios {
  background: url("../images/ios.png") no-repeat;
  background-size: 100%;
}
.download a .font {
  display: inline-block;
  width: 2.56rem;
}
.download a .font strong {
  font-size: 0.508rem;
  letter-spacing: 0.05rem;
}

.downloadandroid {
  width: 5.871rem;
  height: 1.387rem;
}
.downloadios {
  width: 5.871rem;
  height: 1.387rem;
}
.row {
  display: flex;
  flex-direction: row;
}
.column {
  display: flex;
  flex-direction: column;
}
.center {
  align-items: center;
  justify-content: center;
}
.between {
  align-items: center;
  justify-content: space-between;
}
.around {
  align-items: center;
  justify-content: space-around;
}
</pre></body></html>