div {
  box-sizing: border-box;
  font-family: 'Irish Grover';
  font-style: normal;
}
* {
  padding:0;
  margin: 0;
}
img {
  display: block;
}
.top {
  width: 18.75rem;
  height: 2.45rem;
  background-color:#af8be3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.65rem;
  position: sticky;
  top: 0;
  z-index: 4;
}
.top img {
  width: 2.5rem;
}
.menu {
  display: flex;
  font-family: 'Irish Grover';
  font-style: normal;
  font-size: 0.47rem;
  color: #44008b !important;
}
.menu a {
  color: #44008b !important;
}
.menu div {
  margin-right: 0.6rem;
}
.img1 {
  width: 18.75rem;
  /* height: 10rem; */
}
.about__title {
  height: 2.05rem;
  line-height: 2.05rem;
  background-color: #672e9f;
  color: #af8be3;
  text-align: center;
  font-size: 1.6rem;
}
.about__main {
  position: relative;
  height: 6.3rem;
  background: url(./image/about.jpeg);
  background-size: 100%;
  background-color: pink
}
.about__main2 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 6.3rem;
  z-index: 2;
  background-color: rgb(103, 46, 159,0.7)
}
.about__text {
  font-size: 0.45rem;
  line-height: 0.7rem;
  color: #e5c8ee;
  text-align: center;
  position: relative;
  padding: 0 1.35rem;
  padding-top: 0.25rem;
  z-index: 3;
}
.member {
  background:#672e9f;
  padding-top: 0.6rem;
  padding-bottom: 0.2rem;
}
.member__title {
  color: #af8be3;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 0.4rem;
}
.member__item {
  width: 17.5rem;
  height: 6.2rem;
  margin: 0 auto;
  border-radius: 0.3rem;
  background-color:#af8be3;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  padding-right: 0.33rem;
  padding-left: 0.33rem;
}
.member__item img {
  width: 5.5rem;
  border-radius: 0.2rem;
  height: 5.5rem;
}
.member__item div {
  flex: 1;
  color: #45018c;
  font-size: 1.4rem;
  text-align: center;
}
.store {
  width: 18.75rem;
  background: url(./image/store.jpeg);
  background-size: 110% 100%;
  background-position: center;
  height: 12.2rem;
  position: relative;
  padding-top: 0.3rem;
  background-color: pink
}
.store__title {
  color: #af8be3;
  text-align: center;
  font-size: 1.5rem;
  position: relative;
  z-index: 3;
  margin-bottom: 0.4rem;
}
.store__main2 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 12.2rem;
  z-index: 2;
  background-color: rgb(103, 46, 159,0.7)
}
.storeList {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-evenly;
  color: #FFF;
  font-size: 0.45rem;
  margin-top: 1.6rem;
}
.storeItem {
  text-align: center;
  line-height: 0.9rem;
}
.storeItem img {
  width: 4rem;
  margin: 0 auto;
  margin-bottom: 0.1rem;
}
.storeBtn {
  width: 3rem;
  height: 1rem;
  margin: 0 auto;
  margin-top: 0.5rem;
  line-height: 1rem;
  font-size: 0.7rem;
  text-align: center;
  position: relative;
  z-index: 3;
  color:#af8be3;
  background-color: #672e9f;
}
.music {
  width: 18.75rem;
  background: url(./image/music.jpeg);
  background-size: 130% 100%;
  background-position: center 0rem;
  height: 24.6rem;
  position: relative;
  padding-top: 0.7rem;
  background-color: pink
}
.music__title {
  color: #af8be3;
  text-align: center;
  font-size: 1.5rem;
  position: relative;
  z-index: 3;
  margin-bottom: 0.4rem;
}
.music__main2 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 24.6rem;
  z-index: 2;
  background-color: rgb(103, 46, 159,0.7)
}
.musicList {
  margin-top: 1.8rem;
  position: relative;
  z-index: 3;
  display: grid;
  justify-items: center;
  grid-template-rows: repeat(2, 1fr); /* 两行，每行高度相等 */
  grid-template-columns: repeat(2, 1fr); /* 两列，每列宽度相等 */
  gap: 10px; /* 可以根据需要设置行列之间的间隔 */
}
.musicItem__img {
  width: 6.2rem;
  height: 6.2rem;
  display: flex;
  align-items: center;
  justify-content:center;
  background-color:#af8be3;
  border-radius: 0.15rem;
  margin-bottom:0.3rem
}
.musicItem__img img {
  width: 5.65rem;
  border-radius: 0.15rem;
}
.musicItem {
  font-size: 0.45rem;
  color: #FFF;
  text-align: center;
  margin-bottom: 1.5rem;
}
.gallery {
  width: 18.75rem;
  height: 21.4rem;
  background-color: #672e9f;
  padding-top: 0.4rem;
}
.gallery__title {
  color: #af8be3;
  text-align: center;
  font-size: 1.5rem;
  position: relative;
  z-index: 3;
  margin-bottom: 0.4rem;
}
.gallery__title2 {
  color: #af8be3;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  z-index: 3;
  margin-top: 0.9rem;
}
.galleryImg {
  display: flex;
  margin-top: 0.9rem;
  padding-left: 0.55rem;
}
.galleryImg2 {
  display: flex;
  flex-direction: column;
}
.gallery3 {
  width: 8.4rem;
  height: 15rem;
  margin-right: 0.2rem;
}
.gallery2 {
  width: 9rem;
  height: 8.95rem;
}
.gallery1 {
  margin-top: 0.2rem;
  height: 5.9rem;
  width: 3.4rem;
  margin-right: 0.2rem;
}
.gallery4 {
  margin-top: 0.2rem;
  height: 5.9rem;
  width: 5.34rem;
}
.content {
  width: 18.75rem;
  height: 7.1rem;
  background:#a784d8;
  padding-top: 1rem;
}
.content_input {
  display: flex;
  justify-content: center;
}
.content_input div {
  font-size: 0.55rem;
  color: #fff;
}
.right {
  margin-right: 1rem;
}
.content_input input {
  background:#c0abe3;
  border: none;
  width: 6rem;
  border-radius: 0.1rem;
  height: 0.8rem;
  padding-left: 0.2rem;
  margin-top: 0.1rem;
}
.content_icon {
  display:flex;
  justify-content: center;
}
.content_icon img {
  width: 0.65rem;
  height: 0.65rem;
  margin-top: 1.4rem;
  margin-right: 0.45rem;
}
.content_text {
  text-align: center;
  font-size: 0.4rem;
  margin-top: 0.7rem;
}
.hoverBox {
  display: none;
  align-items: center;
}
.hoverBoxText {
  text-align:left !important;
  margin-left: 1.5rem;
  line-height:0.4rem
}
.name {
  color: #6c34a8;
  font-size: 0.5rem !important;
  margin-right: 0.2rem;
  margin-left: -0.2rem;
  font-family: 'Gabriela';
}
.nameDetail {
  color:#FFF;
  font-family: 'Gabriela';
  font-size: 0.5rem !important;
}
.hoverBoxTextBottom {
  font-size: 0.55rem !important;
  font-family: 'Ewert' !important;
  font-style: normal;
  margin-left: 1.3rem;
  margin-top: 0.9rem;
  text-align: left !important;
}
.rigg {
  text-align: right !important;
  margin-right: 1.2rem;
}
.riggs {
  margin-left: 5.8rem;
}
a {
  list-style: none;
  text-decoration: none;
  color:#FFF;
}
.textDetail {
  height: 6.2rem;
  padding-top: 0.2rem;
}
.t1 {
  margin-top: 0.3rem;
}
.t2 {
  margin-top: 0.4rem;
}
.flex1 {
  display: flex;
  margin-top: 0.2rem;
  margin-left: 0;
  line-height: 0.7rem;
}
.flex1 .nameDetail {
  flex: 1;
}
.flex1 .name {
  margin-left: 0.4rem;
}
.idolName {
  display: flex;
  align-items: center;
}
.member__item:hover .hoverBox{
  display: flex;
}
.member__item:hover .idolName{
  display: none;
}
.idolName div {
  font-family: 'Gabriela';
  font-weight: bold;
}
.musicIcon {
  position: absolute;
  border-radius: 50%;
  right: 0.5rem;
  top: 2.6rem;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
  justify-content:center;
  align-items:center;
  background-color: #ae8be3;
}
.musicIcon img {
  width: 1rem;
  height: 1rem;
}
body {
  position: relative;
}