body{
    background: #000;
}
#app-act {
  background: url(https://image.xunyou.com/PALETTE/act-bg.png) center/cover;
  height: 100vh;
  overflow: hidden;
}
#app-act a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
ul{
    list-style: none;
}
#app-act .content {
  width: 870px;
  margin: 90px auto 0;
}
#app-act .banner img {
  border-radius: 6px;
  filter: drop-shadow(0px 2px 32px rgba(0, 0, 0, 0.7));
}
#app-act .activity {
  color: #fff;
  margin-top: 176px;
  display: flex;
  justify-content: space-between;
}
#app-act .activity-menu {
  /* outline: 1px solid #29363C; */
  width: 206px;
  font-size: 14px;
  /* background: rgba(41, 54, 60);
     opacity: 0; */
}
#app-act .activity-menu li {
  box-sizing: border-box;
  height: 58px;
  padding: 0 16px;
  border-bottom: 1px solid #29363c;
  color: #adb5bd;
  cursor: pointer;
  background: rgba(41, 54, 60, 0.2);
  display: flex;
  align-items: center;
}
#app-act .activity-menu li:hover, #app-act .activity-menu li.active {
  background: #29363c;
  color: #fff;
}
#app-act .activity-content {
  width: 594px;
  font-size: 14px;
}
#app-act .activity-content .new-icon{
    display: none;
}
#app-act .activity-content li{
    display: none;
}
#app-act .activity-content .activity-content-img {
  margin-bottom: 16px;
}
#app-act .activity-content img {
  border-radius: 3px;
}
#app-act .activity-content .title {
  font-size: 16px;
}
#app-act .activity-content .title img{
    margin-right: 10px;
}
#app-act .activity-content .time {
  color: #adb5bd;
  margin: 8px 0 16px;
}
#app-act .activity-content .words {
  line-height: 20px;
}
#app-act .activity-content .lookdetail {
  text-align: right;
  margin-top: 32px;
}
#app-act .activity-content .lookdetail a {
  width: 112px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #00ad59;
  border-radius: 3px;
}
#app-act .activity-content .lookdetail a:hover{
    background-color: #00CC69;
} 