@font-face {
  font-family: 'demibold';
  src: url("./OPENSANSSEMIBOLD.TTF");
}

@font-face {
  font-family: 'italic';
  src: url("./OPENSANS-SEMIBOLDITALIC.TTF");
}

html,
body {
  height: 100%;
}

.max {
  height: 100%;
  width: 10rem;
}

.max .cover {
  height: 100%;
  width: 10rem;
  align-items: center;
  justify-content: center;
  position: relative;
}

.max .cover>p {
  background: rgba(0, 0, 0, 0.32);
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.max .cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.max .cover .player {
  width: 2.56rem;
  height: 2.56rem;
  background: url("../images/open.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.32);
  border-radius: 50%;
  z-index: 3;
}

.max .footer {
  width: 10rem;
  height: 2.1333333333rem;
  border-top-right-radius: 0.4266666667rem;
  border-top-left-radius: 0.4266666667rem;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  display: flex;

  align-items: center;

  justify-content: right;
  justify-content: flex-end;

  box-sizing: border-box;
  padding: 0 0.64rem;
  z-index: 3;
}
.max .footer .open-wrapper {
  position: relative;
  height: 100%;
  width: 2.1333333333rem;
  display: table-cell;
  vertical-align: middle;
  float: right;
}

.max .footer>img {
  /*width: 5.2266666667rem;*/
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.max .footer p {
  width: 2.1333333333rem;
  height: 0.8533333333rem;
  border-radius: 0.4266666667rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2666666667rem;
  font-family: demibold;
  background-image: -webkit-linear-gradient(to right, #FF62EE, #9923FF);
  background-image: linear-gradient(to right, #FF62EE, #9923FF);
  z-index: 5;

}
.max .footer p>img {
  width: 100%;
}

.max .hint {
  padding: 0.3466666667rem 0.5333333333rem;
  background: #fff;
  display: inline-block;
  border-radius: 0.4266666667rem;
  position: fixed;
  top: 0.7466666667rem;
  right: 0.2133333333rem;
  z-index: 4;
  font-family: demibold;
  color: #3C3C3C;
  font-size: 0.3733333333rem;
  opacity: 0;
}

.max .hint::after {
  position: absolute;
  top: -0.1333333333rem;
  right: 0.2666666667rem;
  transform: rotate(135deg);
  content: "";
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-bottom-color: #fff;
}

.max .hint.active {
  opacity: 1;
}


.bottom{
  width: 10rem;
  height: 2.1333333333rem;
  border-top-right-radius: 0.4266666667rem;
  border-top-left-radius: 0.4266666667rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FFFFFF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 17px;
}
.bottom .logo{
  display: inline-block;
  width: 1.3866666667rem;
  height: 1.3866666667rem;
  border-radius: 0.1333333333rem;
  margin-right: 0.1333333333rem;
}
.bottom .text{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.bottom .text .title{
  font-weight: bold;
  font-size: 0.48rem;
}
.bottom .text .sub-title{
  color: #b6b6b6;
  font-size: 0.32rem;
}
/*# sourceMappingURL=index.css.map */