.detail {
  overflow: hidden;
}
.detail .spot-light {
  position: absolute;
  width: 60px;
  top: -80px;
  right: -20px;
  -webkit-transition: all .7s;
  transition: all .7s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.detail .spot-start {
  -webkit-transform: rotate(30deg) !important;
  transform: rotate(30deg) !important;
}
.detail .box {
  padding-top: 40px;
}
.detail .box article {
  position: relative;
  bottom: -1000px;
  width: 100%;
  margin-bottom: 30px;
  background: #000;
  border-radius: 5px;
  box-shadow: -2px 2px 2px #666;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.detail .box article:last-child {
  margin-bottom: 0;
}
.detail .box article a {
  display: block;
  color: #FFF;
  text-decoration: none;
}
.detail .box article a .icon {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -60px;
  display: inline-block;
  vertical-align: middle;
  width: 120px;
}
.detail .box article a .icon img {
  width: 100%;
}
.detail .box article a .text {
  display: inline-block;
  padding: 50px 0 50px 140px;
}
.detail .box article a .text h3 {
  padding-bottom: 10px;
  font-size: 2.4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
.detail .box article a .text .text-sub-title {
  font-size: 1.2rem;
}
.detail .box .slide-box {
  bottom: 0 !important;
}
.detail .boss-btn {
  position: relative;
  height: 60px;
  margin-bottom: 30px;
}
.detail .boss-btn img {
  position: absolute;
  top: 0;
  right: 10px;
  width: 60px;
  height: 60px;
}
.detail .bosscard {
  position: absolute;
  left: 50%;
  bottom: -1000px;
  margin-left: -100px;
  width: 200px;
  background-color: #E6B422;
  border-radius: 5px;
  box-shadow: -2px 2px 2px #666;
  z-index: 3;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.detail .bosscard a {
  color: #FFF;
  text-decoration: none;
}
.detail .bosscard a .text {
  padding-bottom: 20px;
  text-align: center;
}
.detail .bosscard a .text h3 {
  padding-bottom: 10px;
  font-size: 2.4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
.detail .bosscard a .text .text-sub-title {
  font-size: 1.2rem;
}
.detail .active {
  bottom: 50px;
}

.dark {
  background-color: #545400;
}
