.community {
	width: 100%;
	min-height: 100vh
}

.community .box .useName {
	font-family: PingFangSC-Medium;
	font-size: 24px;
	color: #333;
	line-height: 24px
}

.community .box .mesNumBgV {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between
}

.community .box .mesNumBgV .mesNum {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #666;
	line-height: 14px;
	display: flex;
	flex-direction: row;
	margin: 20px 0
}

.community .box .mesNumBgV .mesNum .mesNumItem {
	margin-right: 30px
}

.community .box .mesNumBgV .mesNum .mesNumItem span {
	font-size: 24px;
	font-weight: 700;
	color: #333
}

.community .box .mesNumBgV .focusBtnV .focusBtn {
	background-color: #f8b945;
	width: 160px;
	text-align: center;
	line-height: 36px;
	border-radius: 5px
}

.community .box .rightBox {
	background: #fafafa;
	border-radius: 4px;
	padding-top: 14px;
	padding-right: 12px;
	padding-bottom: 20px
}

.community .box .interc {
	margin-bottom: 30px
}

.community .post .card {
	background-color: #fff;
	padding: 22px 16px;
	border-bottom: 1px solid #e5e5e5
}

.community .post .card .card-title {
	font-family: PingFangSC-Medium;
	font-size: 18px;
	color: #000
}

.community .post .card .card-title:hover {
	color: #f8b945
}

.community .post .card .card-avatar {
	margin-top: 10px;
	display: flex;
	align-items: center
}

.community .post .card .card-avatar .avatar {
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	color: #fff;
	background: #c0c4cc;
	font-size: 14px
}

.community .post .card .card-avatar .nickname {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #333;
	margin-left: 8px
}

.community .post .card .card-content {
	margin-top: 16px
}

.community .post .card .card-content .card-sources {
	width: 100%;
	position: relative;
	padding-bottom: 56.1728395%;
	height: 0;
	overflow: hidden
}

.community .post .card .card-content .card-sources .dplayer,
.community .post .card .card-content .card-sources img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.community .post .card .card-content .card-msg {
	margin-top: 10px;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #333;
	letter-spacing: 0;
	line-height: 24px
}

.community .post .card .card-operation {
	display: flex;
	align-items: center;
	margin: 17px 0 4px
}

.community .useBgV {
	margin-left: 12px
}

.community .useBgV .userMesv {
	display: flex;
	align-items: center;
	line-height: 12px;
	cursor: pointer
}

.community .useBgV .userMesv .avatar {
	border-radius: 50%;
	width: 26px;
	height: 26px
}

.community .useBgV .userMesv .userName {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #333;
	letter-spacing: 0;
	line-height: 16px;
	margin: 0 4px 0 6px
}

.community .useBgV .userNumInfo {
	margin: 14px 0 7px 0;
	display: flex;
	justify-content: space-between
}

.community .useBgV .userNumInfo .userNumItem {
	width: 32%;
	height: 48px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #fff;
	border-radius: 4px;
	text-align: center
}

.community .useBgV .userNumInfo .userNumItem .userNum {
	font-size: 18px;
	color: #333;
	text-align: center
}

.community .useBgV .userNumInfo .userNumItem .userTitle {
	font-size: 12px;
	color: #666;
	text-align: center
}

.community .marginTop20 {
	margin-top: 20px
}