.activity-detail {}

.activity-detail .title {
    font-size: 24px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    color: #303336;
    line-height: 30px;
    text-align: center;
}

.activity-detail .time {
    font-size: 16px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    color: #969A9D;
    line-height: 32px;
    text-align: right;
}

.activity-detail .time span {
    color: #303336;
}

.activity-detail .line {
    background: url(../images/line.png) center bottom;
    width: 100%;
    height: 10px
}

.activity-detail-content {
    margin-top: 20px;
}

.activity-detail .flex {
    display: flex;

    flex-wrap: nowrap;
}

.activity-detail .flex .flex-left {
    font-size: 16px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    color: #969A9D;
    line-height: 40px;
}

.activity-detail .flex .flex-title-width {
    width: 203px;
}

.activity-detail .flex .flex-right {
    width: auto;
    font-size: 16px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    line-height: 40px;
    color: #303336;
}

.activity-detail .flex .left-text {
    color: #303336;
    font-size: 16px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    line-height: 40px;
}

.activity-detail .flex .right-text {
    color: #303336;
    font-size: 16px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    line-height: 40px;
    margin-left: 20px;
}

.activity-detail .image {
    width: 760px;
    margin: 0 auto;
    padding-top: 20px;
}

.activity-detail .image img {
    width: 100%;
}

/* 月主题活动 */
.activity-detail-content-month{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.activity-detail-content-month .image{
    width: 30%;
    height: 280px;
    overflow: hidden;
    margin: 0 1.5% 1.5%;
    cursor: pointer;

}
.activity-detail-content-month .image img{
    width: 100%;
}
.modalContent{
   width: 100%;
   background-color: rgba(0, 0, 0, 0.4);
    margin: 0 auto;
    z-index: 99;
    position: absolute;
    top: 0%;
    left: 0%;
}
.modal-body{
    width: 68%;
    margin: 10% auto;
   position: relative;
}
.modal-image{
    width: 100%;
}
.closeButton{
    position: absolute;
    top: -25px;
    right: -25px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.clock-icon{
    width: 16px;
    height: 16px;
}