.wm {
    width: 1010px;
    margin: 0 auto;
}

body {
    background: #232832;
}


.community-box {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.community-box-left {
    width: 120px;
    height: 216px;
    background: #393E46;
    opacity: 1;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.community-box-left div {
    width: 88px;
    height: 30px;
    color: #fff;
    font-size: 18px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}

.community-box-left div:hover {
    color: #ED6F22;
}

.communityA {
    background: #ED6F22 !important;
    color: #FFFFFF !important;
}

.communityA:hover {
    color: #FFFFFF !important;
}

.community-box-right {
    width: 860px;
    min-height: 700px;
    background: #393E46;
    border-radius: 10px;
    padding: 12px 30px;
    box-sizing: border-box;
}

.community-box-right .community-box-item {
    border-bottom: 1px solid #848EA2;
    padding: 18px 0;
    width: 100%;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.community-item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-comm {
    display: flex;
    align-items: center;
}

.header-comm img {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    object-fit: cover;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.header-comm .name-title-comm {
    margin-left: 18px;
}

.header-comm .name-title-comm div:nth-child(1) {
    font-size: 16px;
    /* font-family: Source Han Sans CN; */
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;

}

.header-comm .name-title-comm div:nth-child(2) {
    font-size: 14px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #CCCCCC;
}

.community-attention {
    width: 68px;
    height: 30px;
    background: #ED6F22;
    border-radius: 5px;
    font-size: 16px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.attention-ok {
    width: 68px;
    height: 30px;
    background: #E6E6E6;
    border-radius: 5px;
    font-size: 16px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #999999;
    cursor: pointer;
}

.community-item-content {
    font-size: 18px;
    /* font-family: Source Han Sans CN; */
    font-weight: 500;
    line-height: 31px;
    color: #fff;
    opacity: 1;
    display: flex;
    flex-wrap: wrap;
    margin: 18px 0 12px;
}

.community-item-img {
    display: flex;
    flex-wrap: wrap;
}

.community-item-img .img-list {
    width: 240px;
    height: 180px;
    object-fit: contain;
    background-color: #F5F5F5;
    margin-right: 10px;
    margin-bottom: 20px;
    vertical-align: top;
    border-radius: 10px;
}

.community-item-img .community-item-video {
    position: relative;
    width: 240px;
    height: 180px;
    margin-right: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.community-item-img video {
    object-fit: contain;
    background-color: #F5F5F5;
    width: 240px;
    height: 180px;

}

.community-item-img .img-list-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 75px;
}

.community-item-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.bottom-flex {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.bottom-flex img {
    vertical-align: top;
}

.bottom-flex div {
    font-size: 14px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #999999;
    margin-left: 5px;
}

/* 分页 */
.pagination {
    margin-top: 42px;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.page-link {
    font-size: 14px;
    /* font-family: Source Han Sans CN; */
    font-weight: 500;
    color: #999;
    border: 1px solid #FF9901;
    border-radius: 8px !important;
    margin: 0 13.5px;
}

.page-link:hover {
    background: #FF9901;
    color: #fff;
}

.dropdownnew {
    display: flex;
    align-items: center;
    margin-top: 18px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.dropdownnew .dropdownnew-type {
    font-size: 16px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #999999;
    opacity: 1;
}

.form-control {
    width: 114px;
    height: 30px;
    padding: 0 5px;
    border: 1px solid #FF9901;
}

.form-control:focus {
    border-color: #FF9901;
    box-shadow: none;
}

/* 自定义选择器 */
.myselect {
    position: relative;
}

.myselect .select-content {
    width: 114px;
    height: 30px;
    border: 1px solid #FF9901;
    border-radius: 6px;
    cursor: pointer;
    padding: 0 10px;
    line-height: 30px;
    font-size: 14px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #fff;
}

.myselect-icon {
    position: absolute;
    right: 5px;
    top: 10px;
    cursor: pointer;
}

.myselect ul {
    border: 1px solid #FF9901;
    display: block;
    position: absolute;
    border-radius: 6px;
    margin-top: 5px;
    width: 80px;
    height: 60px;
    background-color: #393E46;
    display: none;
}

.myselect ul li {
    cursor: pointer;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #999;
}

.myselect ul li:hover {
    /* background-color: #FF9901; */
    color: #fff;
}

.feljob-btn {
    display: flex;
    width: 100%;
    padding: 0 70px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    margin-top: 44px;
}

.feljob-btn span {
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
    font-size: 16px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    cursor: pointer;
    box-sizing: border-box;
}

.feljob-btn span:nth-child(1) {
    background: #FF9901;
    color: #FFFFFF;
}

.feljob-btn span:nth-child(2) {
    color: #999999;
    border: 1px solid #E6E6E6;
}

/* .imageup:before {
    content: "Message here.";

    font-size: 21px;

    position: absolute;

    top: 50%;

    left: 50%;

    margin-left: -80px;
} */