.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hover-highlight:hover {
  color: #e26d6d;
  cursor: pointer;
}
.hidden {
  display: none;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  display: block;
  zoom: 1;
  height: 100%;
  width: 100%;
  font-size: 14px;
  background: #fff;
  font-family: 'PingHei', 'PingFang SC', 'Roboto', 'Helvetica Neue', 'Work Sans', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}
body:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
a {
  text-decoration: none;
}
a:link,
a:visited,
a:active {
  color: #e26d6d;
}
a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.brg-box {
  display: block;
  width: 100%;
  height: 600px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.brg-img {
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.header {
  height: 200px;
  margin: 0 auto;
  padding: 80px 50px 0px 50px;
  text-align: center;
}
.header div {
  margin: 1.8rem 0;
}
.header .logo {
  font-size: 46px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: 1.5px;
  z-index: 11;
}
.header .logo:hover {
  color: #e26d6d;
  cursor: pointer;
}
.header .des {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .4px;
  color: #000000;
}
.menu {
  position: fixed;
  right: 1%;
  top: 0;
  font-size: 15px;
  font-weight: 300;
  height: 34px;
  line-height: 34px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.9);
}
.menu > span:hover {
  color: #e26d6d;
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  .menu > span {
    color: #ffffff;
  }
}
.menu #music {
  font-size: 16px;
  padding-right: 14px;
}
.main-time {
  position: relative;
  text-align: center;
  margin-bottom: 5.5rem;
  font-size: 22px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7);
  white-space: nowrap;
  letter-spacing: .4px;
}
.main-time:before {
  content: "Since 2017/12/6";
  position: absolute;
  bottom: -150%;
  left: 10%;
  right: 0;
  font-size: 12px;
}
.container {
  display: block;
  zoom: 1;
  width: 66%;
  margin: 1rem auto;
  padding: 1rem ;
  text-align: center;
  background-color: #fbfbfb;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.container .card {
  margin: 1rem auto;
  width: 30%;
  padding: 1rem 0;
  height: 220px;
  display: inline-block;
  border-radius: 8px;
}
@media screen and (max-width: 479px) {
  .container .card {
    width: 100%;
    clear: both;
  }
}
.container .card img {
  display: block;
  margin: 1rem auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.container .card:hover {
  cursor: pointer;
  -webkit-box-shadow: 2px 8px 20px 0 rgba(31, 32, 68, 0.25);
  box-shadow: 2px 8px 20px 0 rgba(31, 32, 68, 0.25);
  transition: all .5s;
  transform: scale(1.01);
}
.container .card .name,
.container .card .des {
  margin: .9rem 0;
}
.container .card .name {
  font-weight: 400;
  letter-spacing: 1px;
}
.container .card .des {
  font-weight: 300;
  letter-spacing: .4px;
}
.footer {
  text-align: center;
  width: 100%;
  height: 40px;
  margin: 4rem auto 2rem auto;
}
.footer > span {
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  color: rgba(0, 0, 0, 0.7);
  white-space: nowrap;
  letter-spacing: .4px;
}
.info {
  position: fixed;
  padding: .4rem 0;
  right: 1%;
  top: 6%;
  background: #fbfbfb;
  font-size: 12px;
  font-weight: 300;
  line-height: 80px;
  border-radius: 5px;
  width: 14%;
  height: 80px;
  text-align: center;
  transform: translateX(-20px);
}
@media screen and (max-width: 479px) {
  .info {
    width: 50%;
    top: 10%;
    background: #fff;
  }
}
.info:before {
  content: "NextSingle: 11/11";
  position: absolute;
  top: -30%;
  left: 0;
  right: 0;
  font-size: 12px;
}
@media screen and (max-width: 479px) {
  #bgmusic {
    display: none;
  }
}
@keyframes itemRIn {
  0% {
    -webkit-transform: translateX(60px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
.itemRIn {
  animation-fill-mode: forwards;
  animation-name: itemRIn;
  animation-duration: .5s  ;
  animation-iteration-count: 1 ;
  animation-delay: 0s;
}
