.activity .floor[data-v-13904e52]:first-child {
    margin-top: 15px;
}
.floor[data-v-13904e52] {
    background: #fff;
    box-shadow: 0 4px 8px #c7c7c7;
    padding: 15px;
    height: 173px;
}
.actTitle[data-v-13904e52] {
    cursor: pointer;
}
.floor .floorTitleImg[data-v-13904e52] {
    float: left;
    width: 960px;
    height: 150px;
}
.defaultImg {
    background: url(http://a.img-alicdn.com/Images/Common/notPicture.png) 50% no-repeat!important;
    background-size: cover;.defaultImg
    background-color: #f3f3f3!important;
    width: 788px;
    height: 169px;
}
.floor .floorRright[data-v-13904e52] {
    float: left;
    width: 160px;
    padding: 0 15px;
    box-sizing: border-box;
}
.floor .floorRright h2[data-v-13904e52] {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    color: #e73b3b;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.floor .floorRright p[data-v-13904e52] {
    font-size: 14px;
    padding: 12px 0;
    height: 72px;
}
.floor .floorRright a[data-v-13904e52] {
    font-size: 18px;
    display: block;
    line-height: 40px;
    width: 120px;
    background: #e73b3b;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    padding-right: 18px;
    box-sizing: border-box;
}

.floor .floorRright a i[data-v-13904e52] {
    position: absolute;
    margin-top: 15px;
    margin-left: 8px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #f29696;
    transition: .1s;
}

.activity .show a i[data-v-13904e52] {
    transform: rotate(180deg);
}

.activity .nav ul {
  overflow: hidden;
  background: rgba(245, 244, 240, 0.9);
}

.activity .nav ul {
  overflow: hidden;
  background: rgba(245, 244, 240, 0.9);
}

.activity .nav li {
  width: 15%;
  text-align: center;
  float: left;
}
.activity .nav li:hover a,
.activity .nav li.current a {
  color: #fff;
  background: red;
  border-radius: 8px;
}
.activity .nav li a {
  font-size: 20px;
  color: #867f73;
  overflow: hidden;
}
.activity .nav li .font {
  font-size: 34px;
  margin-right: 5px;
  vertical-align: middle;
}
.activity .nav .m-li {
  color: #fff;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.activity .nav {
  margin-top: 10px;
  line-height: 72px;
  position: relative;
}