html,body{
  -webkit-user-select: none;
  user-select: none;
  margin: 0;
  font-family: "PingFang SC","Microsoft Yahei",sans-serif;
}
.head-line{
    width: 100vw;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color : url("../images/bg.png") fixed no-repeat;
    background-size: cover;
    padding-bottom: 10px;
}
.header{
  width: 100vw;
  height: 600px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: url("../images/collections/header-collections.png") fixed no-repeat;
  background-size: cover;
}

.header-image-description{
    width: 100vw;
    height: 20px;
    display: flex;
    align-items: right;
    flex-direction: column;
    justify-content: center;
    background: url("../images/collections/header-collections.png") fixed no-repeat;
    background-size: cover;
}

.header-image-description h1{
    padding-right: 2px;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.3);
    text-align: right !important;
}

.body{
  width: 100vw;
  height: 1670px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("../images/bg.png") scroll no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.6);
}

.bottom{
  width: 100vw;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("../images/collections/header-collections.png") fixed no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.6);
}

.box-headline{
  width: calc(100%);
  height: 60px;
  display: flex;
  flex-direction: row;
  text-align: center;
  position: fixed;
  z-index: 150;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
}

.box-headline::before{
  content: "";
  width: calc(100%);
  height: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  background: inherit;
  box-shadow: inset 0 0 0 500px rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: -1;
}

.box-headline h2{
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    transition:0.2s linear
}

.box-headline h2:hover{
    font-size: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

.aru-avatar img{
    margin-top: 130px;
    border-radius: 50%;
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.5)
}

.aru-avatar-headline img{
    margin-top: 14px;
    margin-left: 10px;
    border-radius: 50%;
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5)
}


.aru-avatar h2{
    font-size: 50px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    align-items: center;
    transition:0.2s linear
}
.aru-avatar h2:hover{
    font-size: 50px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

.box{
  width: calc(100% - 200px);
  height: 1550px;
  display: flex;
  flex-direction: column;
  text-align: center;
  position:relative;
  z-index: 100;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 50px;
  overflow: hidden;
}

.box::before{
  content: "";
  width: calc(100%);
  height: calc(100% - 500px);
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  background: inherit;
  box-shadow: inset 0 0 0 500px rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transform: scale(2.5);
  z-index: -1;
}

.box h2{
  font-size: 20px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
}
.box2{
  width: calc(100% - 200px);
  height: 150px;
  display: flex;
  flex-direction: column;
  text-align: center;
  position:relative;
  z-index: 100;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 50px;
  margin-bottom: 30px;
  overflow: hidden;
}

.box2::before{
  content: "";
  width: calc(100%);
  height: 150px;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  background: inherit;
  box-shadow: inset 0 0 0 500px rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: -1;
}

.box2 h2{
  font-size: 50px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
}

.box-bottom{
  width: calc(100%);
  height: 40px;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 150;
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
}

.box-bottom::before{
  content: "";
  width: calc(100%);
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  background: inherit;
  box-shadow: inset 0 0 0 500px rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: -1;
}

.line1 {
  display: flex;
  justify-content: space-between;
  flex-direction: row!important;
}

/* 以上是藏品的css */

.collection-box{
  margin-left: 60px; 
  margin-right: 60px;
  margin-top: 50px;
  position: relative;
  width: 300px;
  height: 600px;
  margin: 50px;
  border-radius: 30px;
  box-shadow: 20px 20px 50px rgba(0,0,0,0.5);
  overflow: hidden;
  display: block;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.5);
  border-left: 1px solid rgba(255,255,255,0.5);
}


.collection-box .content{
  flex-direction: column;
  text-align: center;
  width: 300px;
  height: 600px;
  border-radius: 30px;
  font-size: 50px;
  font-weight: 300;
  padding-top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  overflow:hidden;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.5s;
}

.collection-box .content:hover{
  opacity: 1;
}

.collection-box h3{
  font-size: 30px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
}

/* 藏品卡片样式 */