.activitycenter {

}

.activitycenter > .content {
    width: 1200px;
    margin: 25px auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.activitycenter > .content > .item {
    width: 49%;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 0 20px;
    box-sizing: border-box;
    margin: 15px 0;
}

.activitycenter > .content > .item > .top {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.activitycenter > .content > .item > .top > .left {
    font-size: 18px;
    font-weight: 500;
    color: #323232;
    line-height: 45px;
}

.activitycenter > .content > .item > .top > .right {
    font-size: 16px;
    font-weight: 500;
    color: #323232;
    line-height: 45px;
}

.activitycenter > .content > .item > .top > .right > .count {
    color: #38daa6;
}

.activitycenter > .content > .item > .middle > div.img {
    width: 100%;
    height: 180px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.activitycenter > .content > .item > .bottom {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    height: 55px;
    align-items: center;
}

.activitycenter > .content > .item > .bottom > .left {
    color: #323232;
}

.activitycenter > .content > .item > .bottom > .right > a {
    background: #38daa6;
    border-radius: 16px;
    border: none;
    outline: none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 15px;
    cursor: pointer;
}

.activitycenter > .content > .item > .bottom > .right > a.already {
    background: #E5E5E5;
}
