html {
    background: #F1F3EC;
    position: relative;
}

.community-page {
    width: 100%;
    height: 100%;
    background: #F1F3EC;
}

.dynamic-list {
    min-height: 100%;
    height: 100%;
    background: #F1F3EC;
}

.nav-item {
    font-size: 18px;
    font-weight: 500;
    color: #999999;
}

.nav-list .active {
    background: rgba(103, 179, 159, 0.1);
    border-radius: 10px;
    color: #67B39F;
}

.hot-dynamic {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 700px;
}

.dynamic-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 21px -10px 0 -10px;
    width: 1120px;
}

.dynamic-item {
    width: 204px;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 0px 10px 20px 10px;
    padding-bottom: 21px;
    cursor: pointer;
}

.dynamic-item:hover {
    box-shadow: 0px 0px 16px 0px #D0D0D0;
}

.dynamic-image {
    width: 204px;
    background: #FFFFFF;
    border-radius: 10px;
}

.dynamic-text {
    max-height: 70px;
    font-size: 16px;
    font-weight: 400;
    color: #3C3C3C;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 限制在一个块元素显示的文本的行数。*/
    padding: 0 17px 0 13px;
    margin-top: 11px;
    margin-bottom: 13px;
    box-sizing: border-box;

}

.user-info {
    width: 100%;
    padding-left: 14px;
    padding-right: 17px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.user-avatar {
    width: 24px;
    height: 24px;
    background: #3C3C3C;
    border-radius: 4px;
    margin-right: 9px;
}

.user-name {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.hot-title {
    font-size: 24px;
    font-weight: 500;
    color: #3C3C3C;
    width: 1100px;
}

.footer {
    color: #999999;
    position: relative;
    padding-bottom: 40px;
    bottom: 0;
    background: #F1F3EC;
}

.footer a {
    color: #999999;
}

.more {
    font-size: 24px;
    font-weight: 500;
    color: #67B39F;
    line-height: 24px;
    text-align: center;
    margin-bottom: 59px;
    cursor: pointer;
}


.mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}

.app-pop {
    position: relative;
    width: 400px;
    height: 456px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lucky {
    position: absolute;
    width: 130px;
    right: 0;
    top: -122px;
}

.eCode {
    width: 200px;
    height: 200px;
}

.text1 {
    margin-top: 18px;
    font-size: 20px;
    font-weight: 500;
    color: #3C3C3C;
    line-height: 24px;
}

.text2 {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #3C3C3C;
    line-height: 24px;
}

.confirm {
    margin-top: 25px;
    width: 200px;
    height: 42px;
    background: #67B39F;
    border-radius: 21px;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
}