.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);
}
