.card .glue-card__asset img{
    height: unset;
}
.scale105{
    transform: scale(1.05);
}
.scale11{
    transform: scale(1.1);
}
.scale145{
    transform: scale(1.45);
}
#wheel_link{
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  color: black;
}
.wheel{
    width: 10rem;
    cursor: pointer;
}
#wheel_link p{
  font-size: 16px;
  line-height: 16px;
  color: black;
}

#hero .gemini-page-cover__inner{
  align-items: end;
}
.layer_box{
  width: 85vw;
  height: 85vh;
}
.layer-box-item-detail{
  margin-left: 0;
}
.layer-box-item-img{
  margin-right: 30px;
}
.item-box{
  max-height: unset;
}
.glue-card__cta {
  padding: 0;
}
.glue-card__cta .glue-button{
  padding: 0 20px 20px;
  min-height: unset;
}
/* 针对最大宽度为767px的设备 */
@media only screen and (max-width: 767px) {
  /* 移动端专用样式 */
  .wheel{
    width: 6rem;
  }
  .gemini-page-cover__background--image img{
    width: 100%;
    height: unset;
  }
}
/* 响应式开关 */
@media (max-width: 980px) {
}
