@font-face {
  font-family: Os-Regular;
  src: url("./font/OpenSans-Regular.ttf");
}
body{
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('./images/bg@2x.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.scroll-wrap{
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.container{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.container .share-title{
  margin-top: 1.3rem;
  width: 4rem;
  margin-bottom: 0.4rem;
}

.container .group-logo{
  width: 5.0rem;
}

.container .donwload-box{
  width: 5.5rem;
  height: 4.5rem;
  border-radius: 0.3rem;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0rem 0rem 0.893rem rgba(255, 234, 242, 1);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.container .donwload-box .download-title{
  width: 5.5rem;
}
.container .donwload-box .group-avatar{
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-top: -1rem;
  margin-bottom: 0.28rem;
}

.container .donwload-box .group-name{
  font-size: 0.23rem;
  font-family: Os-Regular;
  text-align: center;
  color: rgba(37, 37, 45, 1);
  margin-bottom: 0.05rem;

}
.container .donwload-box .group-member{
  font-size: 0.22rem;
  font-family: Os-Regular;
  text-align: center;
  color: rgba(108, 114, 115, 1);
  margin-bottom: 0.3rem;
}
.container .donwload-box .download-btn{
  width: 2.6rem;
  height: 0.780rem;
  border-radius: 0.5rem;
  background: radial-gradient(48.75% 433.78% at 1.25% 55.57%, rgba(255, 116, 137, 1) 0%, rgba(255, 78, 127, 1) 42.27%, rgba(255, 0, 116, 1) 100%);
  box-shadow: 0px -5.1px 10.2px rgba(255, 255, 255, 0.3) inset;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.552rem;
}
.container .donwload-box .download-btn .btn-logo{
  width: 0.352rem;
  height: 0.352rem;
  margin-right: 0.05rem;
}
.container .donwload-box .download-btn .btn-text{
  font-size: 0.20rem;
  font-family: Os-Regular;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}
.container .open{
  position: absolute;
  right: 0px;
  top: 5rem;
  width: 1.68rem;
  height: 0.58rem;
  border-radius: 41px 0px 0px 41px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px -5.1px 10.2px rgba(255, 255, 255, 0.3) inset;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.container .open .btn-text{
  color: rgba(255, 31, 129, 1);
  font-weight: 500;
  font-size: 0.20rem;
  font-family: Os-Regular;
  letter-spacing: -0.3px;
  margin-right: 0.1rem;
}
.container .open .btn-logo{
  width: 0.117rem;
  height: 0.223rem;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}