/* Generated by less 2.2.0 */
/***************************************************
		加载 LESS
***************************************************/
/***************************************************
		定义专用风格（颜色、渐变、投影、圆角）
***************************************************/
/***************************************************
		定义通用样式
***************************************************/
.FT-OUTLINE-LIGHT {
  text-shadow: #ffffff -1px 0 1px, #ffffff 1px 0 1px, #ffffff 0 -1px 1px, #ffffff 0 1px 1px;
}
.FT-EN {
  font-family: "Helvetica Neue";
}
html,
body {
  height: 100%;
}
body {
  background: #000000;
  color: #ffffff;
}
a {
  text-transform: lowercase;
  font-variant: normal;
}
/***************************************************
		定义通用布局
***************************************************/
.icon-close {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  border-radius: 99em;
  background: rgba(0, 0, 0, 0.64) url(../image/index/icon-close.png) no-repeat center;
  background-size: 22px auto;
  width: 36px;
  height: 36px;
  z-index: 3;
}
#bgm {
  display: none;
}
.mejs__offscreen {
  display: none;
}
.mejs__container {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 1px !important;
  height: 1px !important;
  display: block;
  opacity: 0;
  visibility: hidden;
}
.music-player-icon {
  position: fixed;
  top: 12px;
  right: 12px;
  bottom: auto;
  left: auto;
  text-indent: -9999em;
  background: url(../image/index/icon-audio.png);
  background-size: cover;
  width: 36px;
  height: 36px;
  z-index: 3;
  transition: 500ms linear;
  opacity: 0;
  visibility: hidden;
}
@keyframes ani-music-play {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.music-player-icon-play {
  animation: ani-music-play 1s infinite linear;
  opacity: 1;
  visibility: visible;
}
.music-player-icon-pause {
  animation: ani-music-play 1s infinite linear paused;
  opacity: 1;
  visibility: visible;
}
.page {
  background: url(../image/index/bg.png) repeat-y;
  background-size: 100% auto;
  height: inherit;
  position: relative;
}
.page > div {
  height: inherit;
}
.page > div > div {
  background: no-repeat center;
  background-size: cover;
  height: inherit;
  display: flex;
  align-items: center;
  position: relative;
}
.page > div > div .container {
  padding: 0 24px;
  flex-grow: 1;
  position: relative;
  z-index: 1;
}
.page > div > div .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}
.page > div > div .bg img {
  max-height: inherit;
  object-fit: cover;
}
@keyframes ani-arrow-down {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    bottom: 12px;
  }
  100% {
    opacity: 0;
  }
}
.page:after {
  position: absolute;
  top: auto;
  right: 50%;
  bottom: 24px;
  left: auto;
  animation: ani-arrow-down 1s infinite;
  content: "";
  background: url(../image/index/icon-arrow-down.png) no-repeat center;
  background-size: cover;
  width: 26px;
  height: 16px;
  margin: 0 -13px 0;
  display: block;
  opacity: 0;
  visibility: visible;
  z-index: 3;
}
.page-isend:after {
  content: none;
  opacity: 0;
  visibility: hidden;
}
.page-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.page-loading .container {
  text-align: center;
}
.page-loading .container > * {
  transition: 500ms linear;
}
@keyframes ani-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-loading .container .loading img {
  animation: ani-loading 1s infinite linear;
  width: 64px;
}
.page-loading .container .loading p {
  margin: 12px 0 0;
}
.page-loading .container .enter {
  line-height: 0;
  opacity: 0;
  visibility: hidden;
}
.page-loading-over .container .loading {
  opacity: 0;
  visibility: hidden;
}
@keyframes ani-btn-enter {
  0% {
    opacity: .8;
    transform: scale(0.97, 0.97);
  }
  50% {
    opacity: 1;
    transform: scale(1, 1);
  }
  100% {
    opacity: .8;
    transform: scale(0.97, 0.97);
  }
}
.page-loading-over .container .enter {
  animation: ani-btn-enter 1s infinite linear;
  opacity: 1;
  visibility: visible;
}
.page-loading-end {
  opacity: 0;
  visibility: hidden;
  transition: 500ms linear;
}
/***************************************************
		main.html
***************************************************/
#index .ani {
  visibility: hidden;
}
#index .container {
  height: 100%;
  padding: 0;
  overflow: hidden;
}
#index .container > * {
  line-height: 0;
  text-align: center;
}
#index .container .logo {
  position: relative;
  top: 160px;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  height: 100px;
  margin: 0 0 0 8px;
}
#index .container .gallery-1 {
  position: absolute;
  top: 220px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 263px;
  height: 177px;
}
#index .container .gallery-2 {
  position: absolute;
  top: 220px;
  right: 0;
  bottom: auto;
  left: auto;
  width: 288px;
  height: 312px;
}
#index .container .gallery-3 {
  position: absolute;
  top: 370px;
  right: 0;
  bottom: auto;
  left: 0;
  width: 310px;
  height: 211px;
}
#index .container .gallery-4 {
  position: absolute;
  top: 460px;
  right: 0;
  bottom: auto;
  left: auto;
  width: 219px;
  height: 179px;
}
#index .bg img {
  object-position: 0 -50px;
}
#intro p {
  color: #ffffff;
  text-shadow: #ff54d2 0 0 10px;
  line-height: 1.6;
  text-align: center;
}
#intro .mv {
  width: 327px;
  height: 184px;
  margin: 24px auto;
}
#sell h1 {
  text-indent: -9999em;
  background: url(../image/index/title-sell.png) no-repeat;
  background-size: cover;
  width: 216px;
  height: 45px;
  margin: 0 auto;
}
#sell .sell-list li {
  margin: 32px 0 0;
}
#sell .sell-list li > * {
  margin: 0 0 0 104px;
}
#sell .sell-list li img {
  width: 110px;
  margin: 0;
  float: left;
}
#sell .sell-list li h2 {
  font-size: 1.4rem;
  line-height: 1.29;
  color: #fffac7;
  letter-spacing: 0;
  text-shadow: #c44e00 0 0 10px;
}
#sell .sell-list li p {
  text-shadow: #ff54d2 0 0 10px;
  margin-top: 4px;
}
#sell .sell-list li p.info {
  border: 1px dashed transparent;
  border-top-color: rgba(255, 255, 255, 0.37);
  border-bottom-color: rgba(255, 255, 255, 0.37);
  font-size: 12px;
  padding: 4px 0;
}
#sell .sell-list li p.price b {
  font-size: 1.8rem;
  line-height: 1.25;
  font-family: "Helvetica Neue";
  color: #fffac7;
  letter-spacing: 4px;
  display: inline-block;
}
#sell .sell-list li a {
  font-weight: 600;
  background: #00c4c2;
  color: #ffffff;
  letter-spacing: 4px;
  text-indent: 6px;
  margin-top: 8px;
  padding: 4px 12px;
  display: inline-block;
}
#sell .sell-list li:nth-child(even) > * {
  margin: 0 104px 0 0;
}
#sell .sell-list li:nth-child(even) img {
  margin: 0;
  float: right;
}
#sell .sell-list li:nth-child(even) p {
  margin-top: 4px;
}
#sell .sell-list li:nth-child(even) a {
  margin-top: 8px;
}
#gallery h1 {
  text-indent: -9999em;
  background: url(../image/index/title-gallery.png) no-repeat;
  background-size: cover;
  width: 207px;
  height: 45px;
  margin: 0 auto;
}
#gallery .list {
  font-size: 0;
  letter-spacing: -4px;
  line-height: 0;
  text-align: justify;
  margin: 24px -4px 0;
}
#gallery .list > * {
  vertical-align: top;
  display: inline-block;
}
#gallery .list * {
  font-size: 1.4rem;
  line-height: 1.29;
  text-align: left;
  letter-spacing: normal;
}
#gallery .list:after {
  content: "";
  width: 100%;
  height: 0;
  display: inline-block;
}
#gallery .list li {
  border: 4px solid transparent;
  line-height: 0;
  /*width: 25%;*/
  width: 50%;
}
#gallery .list li a {
  line-height: inherit;
}
#gallery .cpright {
  text-transform: uppercase;
  font-variant: normal;
  font-size: 1rem;
  line-height: 1.18;
  color: rgba(255, 255, 255, 0.37);
  text-align: center;
  margin: 24px -24px 0;
}
