@charset "UTF-8";

.community-ad-top{
    width: 100%;
    height: 169px;
    margin-top: var(--header-height);
    margin-bottom: 46px;
    overflow: hidden;
}
.community-ad-top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.community-ad-top img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.community-tabs{
    margin-bottom: 29px;
}
.community-tabs .community-tabs-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    padding: 20px 36px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.community-tabs .community-tabs-info .ctf-l{
    display: flex;
    align-items: center;
}
.community-tabs .community-tabs-info .ctf-l .ctf-l-title{
    font-size: var(--app-fs-20);
    color: #212121;
    font-weight: bold;
    margin-right: 50px;
}
.community-tabs .community-tabs-info .ctf-l .ctf-l-list{
    display: flex;
    align-items: center;
}
.community-tabs .community-tabs-info .ctf-l .ctf-l-list a{
    margin-right: 36px;
    font-size: var(--app-fs-18);
    color: #757575;
}
.community-tabs .community-tabs-info .ctf-l .ctf-l-list a:hover{
    color: #D92A1D;
}
.community-tabs .community-tabs-info .ctf-l .ctf-l-list a.active{
    color: #D92A1D;
}
.community-tabs .community-tabs-info .ctf-l .el-input{
    font-size: var(--app-fs-18);
    color: #757575;
    width: 40%;
}
.community-tabs .community-tabs-info .ctf-l .el-input__inner{
    border: none;
    padding-right: 0;
    font-size: var(--app-fs-18);
    color: #757575;
}
.community-tabs .community-tabs-info .ctf-l input::placeholder {
    color: #757575;
}
.community-tabs .community-tabs-info .ctf-r{
    display: flex;
    align-items: center;
}
.community-tabs .community-tabs-info .ctf-r-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.community-tabs .community-tabs-info .ctf-r-list a{
    font-size: var(--app-fs-18);
    color: #757575;
    margin-right: 30px;
    white-space: nowrap;
}
.community-tabs .community-tabs-info .ctf-r-list a:hover{
    color: #D92A1D;
}
.community-tabs .community-tabs-info .ctf-r-list a.active{
    color: #D92A1D;
}
.community-sentences{
    padding-bottom: 30px;
}
.community-sentences .community-sentences-info{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.community-sentences .community-sentences-info .community-sentences-l{
    width: 67%;
}
.community-sentences .community-sentences-info .community-sentences-r{
    width: 30%;
}
.community-sentences .community-sentences-info .community-sentences-l .csl-item{
    display: block;
    width: 100%;
    padding: 26px 45px;
    margin-bottom: 17px;
    border-radius: 10px;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.community-sentences .community-sentences-info .community-sentences-l .csl-item .csl-item-top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.community-sentences .community-sentences-info .community-sentences-l .csl-item .title-box{
    display: flex;
    align-items: center;
    width: 60%;
}
.community-sentences .community-sentences-info .community-sentences-l .csl-item .title-box .title{
    font-size: var(--app-fs-18);
    color: #3D3D3D;
    line-height: 50px;
}
.community-sentences .community-sentences-info .community-sentences-l .csl-item .title-box span{
    white-space: nowrap;
    font-size: var(--app-fs-12);
    color: #fff;
    padding: 2px 4px;
    margin-left: 12px;
    background: #D92A1D;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.community-sentences .community-sentences-info .community-sentences-l .csl-item .csl-item-top .time-box{
    font-size: var(--app-fs-16);
    color: #757575;
}
.community-sentences .community-sentences-info .community-sentences-l .csl-item .csl-item-xian{
    width: 48px;
    height: 1px;
    background: #D8D8D8;
    margin: 15px 0;
}
.community-sentences .community-sentences-info .community-sentences-l .csl-item .csl-item-btm{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.community-sentences .community-sentences-info .community-sentences-l .csl-item .csl-item-sub{
    font-size: var(--app-fs-14);
    color: #757575;
    margin-bottom: 13px;
}
.community-sentences .community-sentences-info .community-sentences-l .csl-item .csl-b-lx{
    font-size: var(--app-fs-14);
    color: #D8D8D8;
}
.community-sentences .community-sentences-info .community-sentences-l .csl-item .csl-b-icon{
    margin-left: 20px;
    font-size: var(--app-fs-12);
    color: #757575;
}
.community-sentences .community-sentences-info .community-sentences-l .csl-item .csl-b-icon p{
    margin-left: 11px;
}
.community-sentences .community-sentences-info .community-sentences-l .csl-item .csl-b-img{
    width: 40px;
    height: 19px;
}
.community-sentences .community-sentences-info .community-sentences-l .csl-item:hover .title{
    color: #D92A1D;
}
.community-sentences .community-sentences-info .community-sentences-l .csl-item  .csl-b-l{
    width: 60%;
}
.community-sentences .community-sentences-info .community-sentences-r .csr-list{
    width: 100%;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.community-sentences .community-sentences-info .community-sentences-r .csr-list .csr-list-top{
    padding: 20px;
    border-bottom: 1px solid #D8D8D8;
}
.community-sentences .community-sentences-info .community-sentences-r .csr-list .csr-list-top a{
    font-size: var(--app-fs-18);
    color: #4C4C4C;
    margin-right: 20px;
}
.community-sentences .community-sentences-info .community-sentences-r .csr-list .csr-list-top a.active{
    color: #D92A1D;
}
.community-sentences .community-sentences-info .community-sentences-r .csr-list .csr-list-top a:hover{
    color: #D92A1D;
}
.community-sentences .community-sentences-info .community-sentences-r .csr-list .csr-btm{
    padding: 20px;
}
.community-sentences .community-sentences-info .community-sentences-r .csr-list .csr-btm .csr-b-item{
    display: block;
    font-size: var(--app-fs-16);
    line-height: 30px;
    color: #3D3D3D;
}
.community-sentences .community-sentences-info .community-sentences-r .csr-list .csr-btm .csr-b-item:hover{
    color: #D92A1D;
}
.community-sentences .community-sentences-info .community-sentences-r .csr-r-ad{
    display: block;
    width: 100%;
    height: 135px;
    overflow: hidden;
    margin: 14px 0;
}
.community-sentences .community-sentences-info .community-sentences-r .csr-r-ad img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.community-sentences .community-sentences-info .community-sentences-r .csr-r-ad img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.community-sentences .community-sentences-info .community-sentences-r .csr-r-user{
    width: 100%;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.community-sentences .community-sentences-info .community-sentences-r .csr-r-user .csr-user-top{
    padding: 20px;
    border-bottom: 1px solid #D8D8D8;
    font-size: var(--app-fs-18);
    color: #4C4C4C;
}
.community-sentences .community-sentences-info .community-sentences-r .csr-user-list{
    padding: 20px;
}
.community-sentences .community-sentences-info .community-sentences-r .user-item{
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}
.community-sentences .community-sentences-info .community-sentences-r .user-item img{
    width: 50px;
    height: 50px;
    margin-right: 12px;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.community-sentences .community-sentences-info .community-sentences-r .user-item .user-name{
    font-size: var(--app-fs-16);
    color: #757575;
    line-height: 22px;
}
.community-sentences .community-sentences-info .community-sentences-r .user-item .user-time{
    font-size: var(--app-fs-14);
    color: #D8D8D8;
}
.community-ad-top.details{
    margin-bottom: 30px;
}
.community-bread{
    margin-bottom: 23px;
    color: #757575;
}
.community-bread a{
    font-size: var(--app-fs-14);
    color: #757575;
}
.community-bread span{
    margin: 0 5px;
}
.community-bread a:hover{
    color: #D92A1D;
}
.community-details .community-sentences-l{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.community-details .community-sentences-l .community-details-title{
    text-align: center;
    font-size: var(--app-fs-24);
    color: #3D3D3D;
    line-height: 50px;
}
.community-details .community-sentences-l .community-details-sub{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.community-details .community-sentences-l .community-details-sub .cds-item{
    display: flex;
    align-items: baseline;
    margin-right: 20px;
    font-size: var(--app-fs-12);
    color: #757575;
}
.community-details .community-sentences-l .community-details-sub .cds-item p{
    margin-left: 5px;
}
.community-details .community-sentences-l .community-details-info{
    padding: 0 5%;
    margin-top: 20px;
}
.community-details .community-sentences-l .community-details-info img{
    max-width: 100%;
}
.community-details .community-sentences-l .community-details-sm{
    padding: 0 5%;
    text-align: center;
    font-size: var(--app-fs-14);
    color: #B5B5B5;
    margin-top: 20px;
}
.bg-w{
    background: #fff;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 16px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.community-details .community-sentences-l .community-details-ad{
    display: block;
    width: 100%;
    height: 135px;
    margin-bottom: 26px;
}
.community-details .community-sentences-l .community-details-ad img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.community-details .community-details-comment{
    padding: 24px 40px;
    border-radius: 10px;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.community-details .community-details-comment .cdc-title{
    font-size: var(--app-fs-16);
    color: #757575;
    margin-bottom: 20px;
}
.community-details .community-details-comment .cdc-title2{
    font-size: var(--app-fs-16);
    color: #757575;
    margin-top: 20px;
    margin-bottom: 38px;
}
.community-details .community-details-comment .cdc-item{
    margin-bottom: 15px;
}
.community-details .community-details-comment .cdc-item img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 13px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.community-details .community-details-comment .cdc-item .cdc-item-r{
    flex: 1;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 10px;
}
.community-details .community-details-comment .cdc-item .cdc-item-name{
    font-size: var(--app-fs-16);
    color: #B5B5B5;
}
.community-details .community-details-comment .cdc-item .cdc-item-text{
    font-size: var(--app-fs-16);
    color: #757575;
    line-height: 22px;
    margin-top: 6px;
}
.community-details .community-details-comment .cdc-item .cdc-item-time{
    justify-content: space-between;
    font-size: var(--app-fs-14);
    color: #D8D8D8;
    line-height: 22px;
    margin-top: 6px;
}

.community-details .community-details-comment .cdc-item .cdc-item-time .cdc-item-set p{
    margin-right: 10px;
    cursor: pointer;
}
.community-details .community-details-comment .cdc-item .cdc-item-time .cdc-item-set p:hover{
    color: #D92A1D;
}
.community-details .cd-user-box{
    align-items: center;
    width: 100%;
    padding: 26px 35px;
    margin-bottom: 16px;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.community-details .cd-user-box img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.community-details .cd-user-box .cdc-u-name{
    font-size: var(--app-fs-18);
    color: #4C4C4C;
}
.community-details .cd-user-box .cdc-u-sub{
    font-size: var(--app-fs-12);
    color: #C0C4CC;
}
.community-details .cd-list{
    width: 100%;
    margin-bottom: 19px;
    border-radius: 10px;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.community-details .cd-list .cd-list-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #D8D8D8;
}
.community-details .cd-list .cd-list-top .cd-l-title{
    font-size: var(--app-fs-18);
    color: #4C4C4C;
}
.community-details .cd-list .cd-list-top .cd-l-more{
    font-size: var(--app-fs-18);
    color: #B5B5B5;
}
.community-details .cd-list .cd-list-top .cd-l-more:hover{
    color: #D92A1D;
}
.community-details .cd-list .cd-l-btm{
    padding: 20px;
}
.community-details .cd-list .cd-l-btm .csr-b-item {
    display: block;
    font-size: var(--app-fs-16);
    line-height: 30px;
    color: #3D3D3D;
}
.community-details .cd-list .cd-l-btm .csr-b-item:hover{
    color: #D92A1D;
}
.community-details .community-details-btns{
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.community-details .community-details-btns a{
    font-size: var(--app-fs-14);
    color: #757575;
    margin-top: 25px;
}
.community-details .community-details-btns a:hover{
    color: #D92A1D;
}
.community-sentences .community-sentences-info .community-sentences-r .csr-add-box{
    width: 100%;
    padding: 15px 0;
    background: #D92A1D;
    margin-bottom: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.community-sentences .community-sentences-info .community-sentences-r .csr-add-box .csr-add-btn{
    font-size: var(--app-fs-16);
    color: #fff;
    align-items: baseline;
}
.community-sentences .community-sentences-info .community-sentences-r .csr-add-box .csr-add-btn p{
    margin-left: 10px;
}
.community-sentences .community-sentences-info .community-sentences-r .csr-add-box .csr-add-xian{
    width: 2px;
    height: 15px;
    margin: 0 15px;
    background: #fff;
}


/* 侧边栏 */
.classromm-sider{
    position: fixed;
    top: 50%;
    right: 3%;
    z-index: 12;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.classromm-sider .class-sider-item{
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    font-size: var(--app-fs-18);
    margin-bottom: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.classromm-sider .class-sider-item .iconfont{
    color: #ccc;
}
.classromm-sider .class-sider-item  .iconfont.csi-sc{
    color: #D92A1D
}
.classromm-sider .class-sider-item .num-box{
    position: absolute;
    top: 0;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #D92A1D;
    color: #fff;
    font-size: var(--app-fs-14);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
@media (max-width: 996px){
    .community-sentences .community-sentences-info .community-sentences-l .csl-item,.community-tabs .community-tabs-info{
        padding: 15px;
        margin-bottom: 15px;
    }
    .community-sentences .community-sentences-info .community-sentences-l .csl-item .csl-b-l{
        width: 80%;
    }
    .bg-w{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .community-ad-top.details,.community-bread{
        margin-bottom: 15px;
    }
}
@media (max-width: 768px){
    .community-tabs .community-tabs-info,.community-tabs .community-tabs-info .ctf-l{
        flex-wrap: wrap;
        width: 100%;
    }
    .community-tabs .community-tabs-info .ctf-r{
        margin-top: 15px;
    }
    .community-tabs .community-tabs-info .ctf-l .ctf-l-title{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .community-tabs .community-tabs-info .ctf-l .ctf-l-list{
        justify-content: space-between;
        width: 100%;
    }
    .community-tabs .community-tabs-info .ctf-l .ctf-l-list a{
        margin-right: 0;
    }
    .community-sentences .community-sentences-info{
        flex-wrap: wrap;
    }
    .community-sentences .community-sentences-info .community-sentences-l,.community-sentences .community-sentences-info .community-sentences-r{
        width: 100%;
    }
    .community-sentences .community-sentences-info .community-sentences-l .csl-item .csl-b-img{
        display: none;
    }
    .community-sentences .community-sentences-info .community-sentences-r{
        margin-top: 20px;
    }
    .community-sentences .community-sentences-info .community-sentences-l .csl-item .csl-b-l{
        width: 100%;
    }
    .community-sentences .community-sentences-info .community-sentences-l .csl-item .csl-b-icon{
        margin-left: 10px;
    }
    .community-sentences .community-sentences-info .community-sentences-l .csl-item .csl-item-top .time-box{
        display: none;
    }
    .community-sentences .community-sentences-info .community-sentences-l .csl-item .title-box{
        width: 100%;
    }
    .community-sentences .community-sentences-info .community-sentences-l .csl-item .csl-item-xian{
        margin: 5px 0;
    }
    .community-sentences .community-sentences-info .community-sentences-l .csl-item .title-box .title{
        line-height: 1.7;
    }
    .community-sentences .community-sentences-info .community-sentences-r .csr-list .csr-list-top,.community-sentences .community-sentences-info .community-sentences-r .csr-list .csr-btm,.community-sentences .community-sentences-info .community-sentences-r .csr-r-user .csr-user-top,.community-sentences .community-sentences-info .community-sentences-r .csr-user-list,.community-details .community-details-comment,.community-details .cd-user-box,.community-details .cd-list .cd-list-top,.community-details .cd-list .cd-l-btm{
        padding: 15px;
    }
    .community-sentences .community-sentences-info .community-sentences-l .csl-item .csl-b-icon p{
        margin-left: 5px;
    }
    .community-ad-top{
        margin-bottom: 30px;
    }
    .community-tabs{
        margin-bottom: 15px;
    }
    .community-sentences .community-sentences-info .community-sentences-r .csr-list .csr-btm .csr-b-item,.community-details .community-sentences-l .community-details-title,.community-details .cd-list .cd-l-btm .csr-b-item{
        line-height: 1.75;
    }
    .community-details .community-sentences-l .community-details-sub,.community-details .community-sentences-l .community-details-info{
        margin-top: 10px;
    }
    .community-details .community-details-comment .cdc-title{
        margin-bottom: 15px;
    }
    .community-details .community-details-comment .cdc-title2{
        margin: 15px 0;
    }
    .community-details .community-details-btns a{
        margin-top: 15px;
    }
}