/* 分页 */
.pagination {
	margin: 10px 0px;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	align-items: center;
	color: #666666;
}

.pagination span.active,
.pagination a {
	color: #0099FF;
	border: 1px solid #0099FF;
	background-color: transparent;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 500;
	display: inline-block;
	margin: 0 4px;
	width: 40px;
	height: 40px;
	padding: 6px 0;
	text-align: center;
	line-height: 25px;
}

.pagination span.active {
	color: #B3B3B3;
	border: 1px solid #B3B3B3;
}

.jump-ipt {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: transparent;
	outline: 0;
	border: 0;
	border-bottom: 1px solid #B3B3B3;
	width: 50px;
	padding: 5px;
	text-align: center;
	margin: 0 5px;
}

.jump-ipt:focus,
.jump-ipt:active {
	border-color: #0099FF;
}

.pagination .jump-btn {
	width: auto;
	font-size: 14px;
	font-weight: 500;
	border-radius: 4px;
	height: auto;
	padding: 5px 10px;
	border: 1px solid #e3e3e3;
	background: #e3e3e3;
	color: #333333;
}

/* 分页 end */

/* 社区 */
.community {
	display: flex;
	justify-content: flex-start;
	position: relative;
}

.community-active a {
	border-bottom: 2px solid #0E9FFF;
}

.community-box {
	width: 748px;
	background: #FFFFFF;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
	border-radius: 16px;
	padding: 24px;
}

.loading-after {
	display: none;
}

.search-text {
	font-size: 12px;
	color: #999999;
	letter-spacing: 0;
	margin-bottom: 16px;
	max-width: 748px;
}

.community-list-title {
	font-size: 18px;
	letter-spacing: 0;
	display: flex;
	justify-content: space-between;
	color: #333333;
}

.list-title-font {
	font-size: 22px !important;
}

.community-list-title>span {
	word-break: break-all;
}

.community-color-question {
	color: rgba(0, 130, 255, .8);
	background: rgba(0, 130, 255, .08);
}

.delete-concent {
	border-bottom: 1px solid #D8D8D8;
	padding: 6px 0;
}

.next-page-box {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.next-page {
	font-size: 15px;
	color: #586571;
	font-weight: bold;
	height: 40px;
	padding: 0 20px;
	border: none;
	border-radius: 10px;
	background: #fff;
	width: calc(100% - 40px);
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
}

.next-page img {
	width: 20px;
	height: 20px;
	display: none;
}

.community-color-answer {
	color: rgba(237, 120, 55, .8);
	background: rgba(237, 120, 55, .08);
}

.list-title-tip {
	display: inline-block;
	height: 22px;
	border-radius: 13px;
	font-size: 12px;
	letter-spacing: 1.2px;
	text-align: center;
	padding: 0 10px;
	line-height: 26px;
	margin-left: 4px;
	white-space: nowrap;
}

.community-box-list:not(:last-child) {
	border-bottom: 1px solid #D8D8D8;
	margin-bottom: 16px;
}

.community-detail-box-list:not(:last-child) {
	margin-bottom: 24px;
}

.community-list-word-box {
	margin: 10px 0;
	display: block;
	cursor: pointer;
}

.community-list-word {
	font-size: 15px;
	color: #333333;
	letter-spacing: 0;
	line-height: 25px;
	display: inline-block;
	word-wrap: break-word;
	white-space: normal;
	word-break: break-all;
}

.community-list-operate {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 14px;
}

.community-detail-list-operate {
	padding-bottom: 25px;
}

.thumbs-up {
	background-color: rgba(0, 130, 255, .2);
	border-radius: 8px;
	border: none;
	padding: 6px 12px;
	font-size: 14px;
	color: rgba(0, 130, 255);
	letter-spacing: 1.4px;
	display: flex;
	align-items: center;
	font-weight: bold;
}

.thumbs-up:hover {
	font-weight: 400;
}

.thumbs-up-img {
	width: 14px;
	height: 14px;
	display: inline;
	margin-right: 6px;
	margin-top: -2px
}

.community-comment {
	display: flex;
	align-items: center;
	margin-left: 16px;
	cursor: pointer;
	position: relative;
}

.community-comment img {
	width: 16px;
	height: 16px;
	margin-right: 4px;
}

.community-comment-img {
	height: 14px !important;
}

.community-list-imgText {
	display: flex;
	margin: 10px 0;
	font-size: 15px;
	color: #333333;
	letter-spacing: 0;
	line-height: 25px;
}

.community-list-imgText img {
	max-width: 140px;
	min-width: 140px;
	height: 80px;
	border-radius: 6px;
	margin-right: 10px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.community-loading {
	width: 100%;
	padding: 14px 0;
	background: #FFFFFF;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
	border-radius: 16px;
	text-align: center;
	font-size: 15px;
	color: #586571;
	letter-spacing: 1.5px;
	margin: 16px 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

.community-loading img {
	width: 22px;
	height: 22px;
	display: none;
}

.community-loading-box {
	display: none;
}

.init-loading {
	width: 748px;
	height: 326px;
	background: #fff;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.init-loading img {
	width: 400px;
	height: 300px;
}

.list-blank-box {
	width: 748px;
	height: 326px;
	background: #fff;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #4D4D4D;
	letter-spacing: 1.4px;
	display: none;
}

.list-blank-box img {
	width: 175px;
	height: 131px;
	margin-bottom: 20px;
}

.list-user-blank-box {
	width: 100;
	height: 326px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #4D4D4D;
	letter-spacing: 1.4px
}

.list-user-blank-box img {
	width: 175px;
	height: 131px;
	margin-bottom: 20px;
}

.community-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 276px;
}

.community-info {
	background: #FFFFFF;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
	border-radius: 16px;
	padding: 20px;
	margin-bottom: 10px;
}

.community-info-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.community-info-top-left {
	font-size: 14px;
	color: #1A1A1A;
	letter-spacing: 1.4px;
	cursor: pointer;
}

.community-info-top-left img {
	width: 36px;
	height: 36px;
	border-radius: 50%;

}

.community-info-top-right {
	font-size: 12px;
	color: #8590A6;
	letter-spacing: 1.2px;
}

.community-info-middle {
	display: flex;
	padding: 0 27px;
	align-items: center;
	justify-content: space-between;
	margin-top: 16px;
}

.img-box {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 153, 255, .15);
	border-radius: 32px;
}

.community-info-middle-list {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.community-info-middle-list img {
	width: 36px;
	height: 36px;
}

.community-info-middle-list span {
	margin-top: 6px;
	font-size: 14px;
	color: #4D4D4D;
	letter-spacing: 1.4px;
	line-height: 32px;
}

.community-info-bottom {
	background: rgba(230, 230, 230, .2);
	border-radius: 16px;
	display: flex;
	padding: 11px 0;
	margin-top: 16px;
}

.community-info-bottom-list {
	display: flex;
	flex-direction: column;
	width: 50%;
	align-items: center;
}

.community-info-bottom-list span {
	font-size: 12px;
	color: #4D4D4D;
	letter-spacing: 1.2px;
	line-height: 32px;
}

.community-info-bottom-list:first-child {
	border-right: 1px solid #D8D8D8;
}

.community-num {
	font-size: 24px;
	color: #0082FF;
	letter-spacing: 1.2px;
	text-align: center;
	line-height: 36px;
	font-weight: bold
}

.weight-300 {
	font-weight: 300;
}

.community-info-img img {
	width: 100%;
	height: 120px;
	border-radius: 16px;
	margin-bottom: 16px;
}

.community-info-operate {
	background: #FFFFFF;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
	border-radius: 16px;
	padding: 20px;
	font-size: 14px;
	color: #1A1A1A;
	letter-spacing: 1.4px;
}

.community-info-operate-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.operate-left {
	display: flex;
	color: #1a1a1a
}

.community-info-operate-list:first-child {
	margin-bottom: 19px;
}

.community-info-operate-list img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.community-info-title {
	font-size: 15px;
	color: #1A1A1A;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
}

.community-info-list:not(:last-child) {
	margin-bottom: 6px;
}

.community-info-list a {
	font-size: 14px;
	color: #475A66;
	letter-spacing: 0;
	line-height: 22px;
}

.community-info-list span {
	font-size: 12px;
	color: #999999
}

.operate-right {
	width: 50px;
	height: 24px;
	background: rgba(216, 216, 216, .2);
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.operate-right span {
	display: inline-block;
	height: 12px;
	line-height: 14px;
	color: #486B8D;
	font-size: 12px;
	letter-spacing: 1.2px;
}

.write-questoin {
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #0082FF;
	padding: 6px 12px;
	font-size: 14px;
	color: rgba(0, 130, 255);
	letter-spacing: 1.4px;
	display: flex;
	align-items: center;
	margin-left: 16px;
	font-weight: bold;
}

.write-questoin:hover {
	background: rgba(0, 128, 255, 0.05);
	color: rgba(0, 130, 255);
	font-weight: 400;
}

.community-ques-title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	color: #333333;
}

.community-ques-title img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #0082FF;
	margin-right: 6px;
}

.community-ques-date {
	font-size: 12px;
	color: #999999;
	line-height: 24px;
	margin-left: 6px;
}

.community-question-top {
	background: #fff;
}

.question-top-content {
	padding: 24px 24px 10px 24px;
}

.community-list-tag {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.community-tag {
	height: 26px;
	padding: 0 10px;
	border-radius: 13px;
	font-size: 12px;
	color: #0082FF;
	letter-spacing: 1.2px;
	text-align: center;
	line-height: 26px;
	background: rgba(0, 130, 255, .1);
	margin: 0 10px 10px 0;
	white-space: nowrap;
}

.read-all-box {
	margin-top: 36px;
	position: relative;
}

.read-all {
	width: 100%;
	height: 300px;
	background-image: linear-gradient(rgba(0, 0, 0, 0) 1%, rgba(255, 255, 255, 1) 85%);
	position: absolute;
	bottom: 58px;
	left: 0;
	display: none;
}

.read-all span {
	position: absolute;
	bottom: 12px;
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #586571;
	letter-spacing: 1.5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.read-all img {
	width: 14px;
	height: 9px;
	margin-right: 8px;
}

.expand-all,
.collapse-all {
	text-align: center;
	font-size: 15px;
	color: #586571;
	letter-spacing: 1.5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.expand-all span {
	margin-left: 8px;
}

.title-right-date {
	font-size: 12px;
	color: #999999;
	letter-spacing: 0;
}

.ques-title-img {
	width: 38px !important;
	height: 38px !important;
}

.community-themes-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.community-themes-list {
	width: 508px;
	background: #FFFFFF;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
	border-radius: 16px;
	margin-bottom: 24px;
	position: relative;
	padding-bottom: 15px;
}

.themes-tags-box {
	position: absolute;
	bottom: 182px;
	right: 16px;
}

.themes-list-img {
	width: 100%;
	height: 220px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.themes-list-middle {
	height: 84px;
	width: calc(100% - 32px);
	margin: 0 auto;
	padding: 14px 0 20px 0;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #D8D8D8
}

.themes-middle-img {
	width: 32px;
	height: 32px;
	margin-right: 16px;
}

.themes-middle-left {
	display: flex;
}

.themes-middle-title {
	font-size: 18px;
	color: #333333;
	letter-spacing: 1.8px;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

}

.themes-middle-btn {
	height: 26px;
	border-radius: 13px;
	background: rgba(0, 130, 255, .8);
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 1.2px;
	text-align: center;
	padding: 0 10px;
	line-height: 26px;
	display: inline-block
}

.themes-middle-btn:hover {
	background: rgba(0, 130, 255);
	color: #FFFFFF;
	transition: all .5s;
}

.themes-list-bottom {
	margin-top: 19px;
	padding: 0 16px;
}

.themes-bottom-list {
	margin-top: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.themes-bottom-list a {
	display: block;
	font-size: 15px;
	color: #333333;
	letter-spacing: 1.5px;
	width: 390px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.themes-question-tip {
	height: 26px;
	border-radius: 13px;
	background: rgba(113, 126, 135, .1);
	font-size: 12px;
	color: #475A66;
	letter-spacing: 1.2px;
	text-align: center;
	padding: 0 10px;
	line-height: 28px;
	margin-right: 6px;
	white-space: nowrap;
}

.theme-detail-bg {
	width: 100%;
	height: 500px;
	position: fixed;
	top: 88px;
	left: 0;
	z-index: -1
}

.theme-detail-content {
	width: 100%;
	margin-top: 277px;
	background: #FFFFFF;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
	border-radius: 16px;
	padding: 32px 0;
}

.theme-content-top-scroll {
	font-size: 14px;
	color: rgba(23, 80, 153);
	letter-spacing: 0;
	display: flex;
	align-items: center;
	cursor: pointer;
	display: none;
}

.theme-content-top-scroll img {
	width: 14px;
	height: 9px;
	margin: 0 0 2px 4px;
	transition: all .3s;
}

.theme-content-top {
	width: calc(100% - 48px);
	margin: 0 auto;
	padding-bottom: 16px;
	border-bottom: 1px solid #D8D8D8;
	margin-bottom: 24px;
}

.theme-content-top-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 24px;
	color: #1A1A1A;
	letter-spacing: 4.8px;
}

.theme-content-top-date {
	font-size: 12px;
	color: #999999;
	letter-spacing: 0;
	margin: 0px 0 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.theme-content-top-main {
	font-size: 15px;
	color: #333333;
	letter-spacing: 0;
	line-height: 25px;
	width: 100%;
	border: none;
	max-height: 50px;
	overflow: hidden;
}

.theme-detail-list-title {
	font-size: 18px;
	display: flex;
	align-items: center;
	margin-top: 14px;
	background-image: linear-gradient(90deg, rgba(0, 130, 255, 0.10) 1%, rgba(0, 130, 255, 0.00) 100%);
	height: 32px;
}

.theme-list-title-img {
	width: 12px;
	height: 14px;
	margin: 0 10px 0 24px;

}

.theme-detail-tab {
	display: flex;
	padding: 0 24px;
	margin: 16px 0;
}

.theme-active {
	font-size: 16px !important;
	color: #333333 !important;
	letter-spacing: 1.6px !important;
	font-weight: bold
}

.theme-active::after {
	content: '';
	width: 40px;
	height: 2px;
	background: #0099FF;
	display: block;
	margin: 0 auto;
	margin-top: 6px;
	transition: all .6s
}

.theme-tab-one {
	font-size: 14px;
	color: #666666;
	letter-spacing: 1.4px;
	margin-right: 16px;
}

.theme-list-detail {
	padding: 0 24px;
	margin-bottom: 16px;
}

.theme-list-word {
	font-size: 15px;
	color: #333333;
	letter-spacing: 0;
	line-height: 25px;
	margin: 10px 0 4px 0;
}

.theme-list-detail-bottom {
	font-size: 12px;
	color: #999999;
	letter-spacing: 0;
	display: flex;
	justify-content: space-between;
}

.theme-scroll-text,
.theme-scroll {
	display: none;
	cursor: pointer;
	font-size: 14px;
	color: rgba(23, 80, 153);
}

.theme-scroll-text img {
	width: 12px;
	height: 8px;
	margin-right: 4px;
	transform: rotate(180deg);
}

.community-user-top {
	background: #fff;
	position: relative;
	width: 100%;
	height: 417px;
}

.community-user-bg {
	width: 100%;
	height: 300px;
}

.community-user-avatar {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 135px;
	left: calc(50% - 100px);
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #ccc;
}

.community-user-avatar-hover {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 135px;
	left: calc(50% - 100px);
	background: rgba(0, 0, 0, 0.50);
	border-radius: 50%;
	display: none;
	text-align: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.community-user-avatar-hover span {
	font-size: 12px;
	color: #FFFFFF;
}

.community-user-avatar-hover img {
	width: 29px;
	height: 29px;
	margin-bottom: 16px;
}

.community-user-name {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 56px;
	font-size: 22px;
	color: #1A1A1A;
	letter-spacing: 2.2px;
}

.community-user-name a {
	margin-top: -4px
}

.community-user-edit {
	width: 15px;
	height: 15px;
	margin-left: 8px;
	cursor: pointer;
}

.community-user-tab {
	border-bottom: 1px solid #F2F2F2;
	margin-bottom: 17px;
}

.user-tab-one {
	margin-right: 26px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #666666;
	letter-spacing: 1.4px;
	display: inline-block;
}

.user-tab-active {
	border-bottom: 2px solid #0099FF;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1.6px;
	font-weight: bold;
}

.user-tab-one:first-child {
	margin-left: 18px;
}

.community-user-tab-title {
	width: 100%;
	padding-bottom: 16px;
	border-bottom: 1px solid #F2F2F2;
	margin-bottom: 16px;
	font-size: 15px;
	color: #333333;
	letter-spacing: 1.5px;
}

.community-tab-content {
	padding-left: 18px;
}

.community-tab-content:not(:first-child) {
	display: none
}

.user-dynamic {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #8590A6;
	letter-spacing: 0;
	margin-bottom: 12px;
}

.user-collection-info {
	font-size: 12px;
	color: #999999;
	letter-spacing: 0;
	margin-right: 10px;
}

.user-collection-info span {
	margin-right: 10px
}

.community-margin0 {
	margin-bottom: 0px !important
}

.community-title-date {
	font-size: 12px;
	color: #999999;
	letter-spacing: 0;
	width: 120px;
	text-align: right;
	white-space: nowrap;
	margin-left: 10px;
}

.community-question-operate {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 16px;
}

.question-operate-flex {
	display: flex;
	font-size: 12px;
	color: #8590A6;
	letter-spacing: 1.2px;
}

.operate-right-one {
	margin-right: 8px;
}

.operate-flex-btn {
	padding: 5px 11px;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #586571;
	font-size: 14px;
	color: #586571;
	letter-spacing: 1.4px;
	margin-left: 16px;
}

.user-answer-tab {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	color: #333333;
	letter-spacing: 1.4px;
	padding-bottom: 17px;
	border-bottom: 1px solid #F2F2F2;
	margin-bottom: 16px;
}

.user-answer-tab-one {
	cursor: pointer;
	margin-right: 24px;
}

.user-answer-tab-active {
	font-size: 15px;
	letter-spacing: 1.5px;
	font-weight: bold
}

.write-question-top {
	width: 100%;
	height: 78px;
	background: #fff;
	font-size: 22px;
	color: #1A1A1A;
	position: fixed;
	top: 120px;
	z-index: 100;
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.10);
}

.write-top-padding {
	padding: 0 32px;
	line-height: 78px;
}

.editor-question {
	z-index: 99;
	width: 100%;
	padding: 24px;
	background: #fff;
	border-radius: 16px;
	margin-top: 94px;
	min-height: calc(100vh - 289px);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
}

.editor-title {
	width: 100%;
	padding-bottom: 16px;
	font-size: 28px;
	color: #000000;
	border: none;
	border-bottom: 1px solid #D8D8D8;
	background: #fff;
	height: 56px;
}

.editor-title:disabled {
	color: #000000 !important;
	opacity: 1;
}

.editor-title::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .3)
}

.editor-title::-moz-input-placeholder {
	color: rgba(0, 0, 0, .3)
}

.editor-title::-ms-input-placeholder {
	color: rgba(0, 0, 0, .3)
}

.editor-set {
	margin-top: 24px;
}

.editor-set-title {
	font-size: 22px;
	color: #1A1A1A;
}

.editor-set-main {
	padding: 24px 24px 0 24px;
}

.editor-title:focus-within {
	border-bottom: 1px solid #D8D8D8;
}

.editor-set-one {
	position: relative;
	display: flex;
}

.editor-set-one:last-child {
	margin-top: 16px;
}

.set-one-title {
	font-size: 15px;
	color: #333333;
	letter-spacing: 0;
	width: 60px;
	margin-right: 24px;
}

.title-required:after {
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	top: 4px;
	left: 62px;
	background: url(/img/community/required.svg) no-repeat;
}

.set-one-upload {
	width: 140px;
	height: 90px;
	border: 1px dashed rgba(0, 0, 0, 0.10);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 12px;
	color: rgba(51, 51, 51, .5);
	letter-spacing: 0;
	background: #fff;
	cursor: pointer;
	position: relative;
}

.user-upload-img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
}

.set-one-upload span {
	line-height: 14px;
	margin: 2px 0 0 6px;
}

.upload-tip {
	display: flex;
	width: 100%;
	justify-content: center;
}

.set-add-cover {
	width: 14px;
	height: 14px;
}

.set-upload-tip {
	font-size: 12px;
	color: #B4B4B4;
	letter-spacing: 0;
	margin-top: 4px;
}

.editor-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 59px;
	background: #ffffff;
	width: 100%;
	z-index: 99;
	font-size: 14px;
	color: #8590A6;
	letter-spacing: 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}

.editor-footer-sm {
	width: 100%;
	padding: 0 48px;
	height: 100%;
}

.editor-footer-left span:first-child {
	margin-right: 16px;
}

.editor-footer-sm {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.editor-btn {
	height: 32px;
	padding: 0 12px;
	border-radius: 8px;
	border: none;
	font-size: 14px;
	color: #586571;
	letter-spacing: 1.4px;
}

.editor-btn {
	margin-left: 20px;
}

.editor-save {
	font-size: 14px;
	color: #0082FF;
	letter-spacing: 1.4px;
	background: #fff;
	border: 1px solid #0082FF;
}

.editor-release {
	background: #0082FF;
	color: #fff;
}

.set-one-tag {
	width: 140px;
	height: 32px;
	border: 1px solid #D8D8D8;
	border-radius: 6px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: rgba(51, 51, 51, .5);
	margin-right: 16px;
}

.set-one-tag span {
	margin-left: 6px;
}

.user-add-comment {
	width: 100%;
	border: 1px solid #ECECEC;
	box-shadow: 0 2px 10px 0 rgba(171, 171, 171, 0.10);
	border-radius: 8px;
	display: none
}

.add-comment-number {
	width: 100%;
	padding: 16px;
	border-bottom: 1px solid #D8D8D8;
}

.add-comment-bottom {
	padding: 10px 16px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.add-comment-input {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 570px;
	min-height: 40px;
	border: 1px solid #D8D8D8;
	border-radius: 4px;
}

.add-input-toolbar {
	order: 1;
}

.add-input-container {
	flex: 1;
}

.add-comment-btn {
	border: none;
	height: 40px;
	padding: 0 12px;
	background: #0082FF;
	border-radius: 8px;
	color: #fff;
	margin-left: 16px;
	letter-spacing: 4px;
	white-space: nowrap;
}

.add-comment-author {
	width: 24px;
	height: 24px;
	border-radius: 50%
}

.add-comment-content {
	width: 100%;
	padding: 10px 16px;
	border-bottom: 1px solid #D8D8D8;
}

.add-comment-content .comment-content-list:not(:last-child) {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D8D8D8;
}

.comment-content-list {
	display: flex;
}

.comment-content-list-style {
	margin-top: 10px;
	padding-top: 10px;

}

.comment-content-list-style:first-child {
	border-top: 1px solid #D8D8D8
}

.comment-content-main {
	width: 100%;
	margin-left: 6px;
	height: 100%;
}

.comment-content-main-top {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 24px;
	align-items: center;
}

.comment-content-main-name {
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
}

.comment-content-main-name span {
	font-size: 14px;
	color: #8590A6;
	letter-spacing: 1.4px;
	margin: 0 6px;
	font-weight: 400;
}

.comment-content-main-time {
	font-size: 12px;
	color: #999999;
	letter-spacing: 0;
}

.comment-content-main-word {
	margin: 6px 0;
}

.comment-operate-one {
	display: flex;
	align-items: center;
	margin-right: 10px;
	font-size: 12px;
	color: #8590A6;
	letter-spacing: 1.2px;
	border: none;
	background: #fff;
}

.comment-operate-one img {
	width: 12px;
	height: 12px;
	margin-right: 4px;
}

.comment-second-img {
	height: 10px !important;
	margin-top: 2px;
}

.comment-loading-box {
	width: 100%;
	height: 120px;
	display: flex;
	justify-content: center;
}

.comment-loading {
	width: 160px;
	height: 120px;
}

.comment-operate-one span {
	margin-top: 2px;
}

.content-like span {
	margin-top: 5px;
}

.comment-content-main-operate {
	display: flex;
}

.community-pagination {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #D8D8D8;
}

.community-comment-sp-loading {
	width: auto;
	padding: 10px 0;
	background: #FFFFFF;
	text-align: center;
	font-size: 15px;
	color: #586571;
	letter-spacing: 1.5px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	border-bottom: 1px solid #d8d8d8
}

.community-comment-sp-loading img {
	width: 22px;
	height: 22px;
	display: none;
}

.scroll-read {
	font-size: 14px;
	color: rgba(23, 80, 153);
	letter-spacing: 0;
	border: none;
	background: #fff;
	margin-top: -2px;
	display: inline-flex;
	align-items: center;
	margin-left: 8px;
	white-space: nowrap;
}

.scroll-read img {
	min-width: 13px;
	max-width: 13px;
	height: 8px;
	margin-left: 4px;
}

.community-comment-putaway {
	margin-left: auto;
	font-size: 14px;
	color: rgba(23, 80, 153);
	display: none;
	cursor: pointer;
	margin-top: -2px;
}

.community-comment-putaway img {
	width: 12px;
	height: 8px;
	transform: rotateX(180deg)
}

.community-answer-flex {
	display: flex;
	margin-top: 16px;
}

.community-answer-detail-content {
	font-size: 15px;
	color: #333333;
	letter-spacing: 0;
	max-height: 500px;
	overflow: hidden;
}

.community-answer-detail-content img {
	border-radius: 16px;
}

.community-answer-thumb-num {
	opacity: 0.8;
	font-size: 14px;
	color: #475A66;
	letter-spacing: 0;
	margin: 16px 0 6px 0;
}

.community-answer-putaway {
	margin-left: auto;
	display: none;
	color: #586571;
	cursor: pointer;
	display: none;
}

.community-answer-putaway img {
	width: 12px;
	height: 8px;
	transform: rotateX(180deg)
}

.all-ready-like {
	background: #0082FF;
	color: #fff;
}

.secont-comment-loading-box {
	width: 100%;
	padding: 14px 0;
	border-radius: 16px;
	text-align: center;
	font-size: 15px;
	color: #586571;
	letter-spacing: 1.5px;
}

.secont-comment-loading-btn {
	background: #FFFFFF;
	border: none;
}

.question-cover {
	display: none !important
}

.tags-box {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 84px)
}

.tags-search {
	display: flex;
	align-items: center;
	height: 32px;
	border: 1px solid #D8D8D8;
	border-radius: 6px;
	margin-right: 16px;
	padding: 0 10px;
	position: relative;

}

.tags-search-input:focus-within {
	border: none;
}

.tags-search-input::-webkit-input-placeholder {
	font-size: 12px;
	color: rgba(51, 51, 51, .5) !important;
}

.tags-search-input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 12px;
	color: rgba(51, 51, 51, .5) !important;
}

.tags-search-input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 12px;
	color: rgba(51, 51, 51, .5) !important;
}

.tags-search-input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-size: 12px;
	color: rgba(51, 51, 51, .5) !important;
}

.tags-search-input::-ms-input-placeholder {
	/* Microsoft Edge */
	font-size: 12px;
	color: rgba(51, 51, 51, .5) !important;
}

.tags-delete-img {
	width: 12px;
	height: 12px;
	cursor: pointer;
}

.search-tag-img {
	width: 14px;
	height: 14px;
	margin-right: 6px;
}

.tags-search-input {
	border: none;
	font-size: 12px;
	color: rgba(133, 144, 166) !important;
	width: 100px;
	height: 18px;
}

.search-input-val {
	width: 120px;
	height: 18px;
	display: none;
	font-size: 12px;
	color: #8590A6;
}

.tags-search-list {
	position: absolute;
	width: calc(100% + 2px);
	left: -1px;
	bottom: 32px;
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	border-radius: 6px;
	z-index: 1;
	display: none;
	max-height: 128px;
	overflow: auto;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
}

.tags-search-list li {
	font-weight: 400;
	font-size: 16px;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	line-height: 32px;
	padding: 0 10px 0;
	cursor: pointer;
}

.tags-search-list li:first-child {
	border-radius: 6px 6px 0 0;
}

.tags-search-list li:last-child {
	border-radius: 0 0 6px 6px;
}

.tags-search-list li:hover {
	background-color: #0099FF;
	color: #ffffff;
}

.search-blankdata {
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
}

.upload-loading {
	width: 40px;
	height: 40px;
	display: none;
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
}

.user-upload-img-box {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	display: none;
	position: relative;
}

.upload-btn-group {
	position: absolute;
	bottom: 10px;
	background: rgba(18, 18, 18, 0.75);
	border-radius: 6px;
	left: 25px;
	display: none;
}

.upload-btn {
	height: 32px;
	padding: 0 10px;
	background: none;
	border: none;
	color: #fff;
	line-height: 32px;
	display: inline
}


/* ipad 和 iphone */
.suspended-ball {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-image: linear-gradient(140deg, #8EE7FF 2%, #50A9E5 100%);
	border: none;
	position: fixed;
	right: 20px;
	bottom: 144px;
	z-index: 100;
	display: none;
}

.suspended-ball img {
	width: 27px;
	height: 27px;
}

.community-header-sp {
	width: 100%;
	padding: 15px 20px 10px 20px;
	background: #fff;
	border-bottom: 1px solid #F5F5F5;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.header-sp-search-box {
	width: 100%;
	background: #F5F5F5;
	border-radius: 24px;
	height: 44px;
	border: none;
	display: flex;
	padding: 0 20px;
	align-items: center;
	margin-top: 10px;
}

.header-sp-search-input:focus-within {
	border: none;
}

.header-sp-search-box img {
	width: 22px;
	height: 22px;
}

.header-sp-top {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 15px;
	position: relative;
}

.header-sp-logo {
	width: 152px;
	height: 32px;
}

.header-sp-more {
	width: 24px;
	height: 18px;
}

.header-sp-operate {
	position: absolute;
	top: 40px;
	right: 0;
	width: 200px;
	height: 194px;
	z-index: 100;
	background: #fff;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
	padding: 20px 0;
	display: none
}

.sp-operate-flex {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.sp-operate-flex a {
	font-size: 18px;
	color: #666666;
	padding: 12px 0;
	margin-bottom: 4px
}

.sp-community-home {
	background: #FCFCFC;
	border: 1px solid rgba(0, 0, 0, 0.10);
	border-radius: 2px;
	font-size: 14px !important;
	color: #838383 !important;
	padding: 6px !important;
	margin-top: 12px;
}

.community-header-sp-mask,
.community-user-sp-mask {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.30);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
	display: none;
}

.community-footer-box {
	width: 100%;
	height: 64px;
	background: #FFFFFF;
	box-shadow: 0 4px 16px 0 rgba(103, 103, 105, 0.30);
	border-radius: 16px 16px 0 0;
	position: fixed;
	bottom: 0;
	right: 0;
	display: none;
	justify-content: space-around;
	align-items: center;
	z-index: 99
}

.footer-box-one {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
	color: #333333;
	letter-spacing: 1.6px;
}

.footer-box-active {
	color: #0099FF;
	font-weight: bold;
}

.footer-box-one img {
	width: 22px;
	height: 21px;
	margin-bottom: 5px;

}

.community-sp-userinfo {
	display: none;
}

.sp-add-comment {
	display: block;
	width: 100%;
}

.share-box {
	width: 125px;
	height: 230px;
	background: #fff;
	border: 1px solid #D8D8D8;
	position: absolute;
	border-radius: 6px;
	top: 32px;
	right: -39px;
	z-index: 91;
	padding: 16px 12px;
}

.share-box-position {
	width: 100%;
	height: 100%;
	position: relative;
}

.share-box-position:before {
	content: '';
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #D8D8D8;
	position: absolute;
	top: -26px;
	left: calc(50% - 10px)
}

.share-box-position:after {
	content: '';
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	top: -25px;
	left: calc(50% - 10px)
}

.share-box-each:hover {
	color: #000;
}

.fade-enter-active,
.fade-leave-active {
	transition: opacity .5s;
}

.fade-enter,
.fade-leave-to {
	opacity: 0;
}

.share-box-list {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	color: #4D4D4D;
	letter-spacing: 1.4px;
}

.share-box-each {
	margin-bottom: 16px;
	text-align: left;
	color: #4d4d4d
}

.wchat-code {
	width: 83px;
	height: 83px;
	margin-left: calc(50% - 41.5px)
}

.wchat-code img {
	width: 100%;
	height: 100%
}

.wchat-code canvas {
	width: 83px;
	height: 83px;
}

.operate-more-box {
	position: absolute;
	width: 124px;
	height: 130px;
	top: 44px;
	right: -25px;
	z-index: 100;
	background: #fff;
	text-align: left;
	padding: 16px 12px;
	border: 1px solid #D8D8D8;
	border-radius: 6px;
}

.share-box {
	display: none
}

.sp-block {
	display: none
}

.bottom-operate {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	background: #fff;
	z-index: 100;
}

.bottom-operate-list {
	font-size: 18px;
	width: 100%;
	color: #4D4D4D;
	letter-spacing: 1.8px;
	padding: 12px 0;
	text-align: center;
	display: block;
}

.bottom-operate-list a {
	display: block;
	width: 100%;
	height: 100%;
}

.bottom-operate-share-box {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bottom-share-bottom-list span {
	margin-top: 6px;
	font-size: 12px;
}

.bottom-operate-share {
	width: 100%;
	height: 176px;
	background: #FFFFFF;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
	border-radius: 16px 16px 0 0;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
	padding: 20px;
	display: none;
}

.bottom-share-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bottom-share-bottom img {
	width: 32px;
	height: 32px;
}

.bottom-share-top {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	color: #333333;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.bottom-share-bottom-list {
	display: flex;
	align-items: center;
	flex-direction: column;
	color: #999999;
}

.share-close {
	width: 18px;
	height: 18px;
}

.wxshare {
	background: #4CBF00;
}

.firendshare {
	background: #9AD122
}

.weiboshare {
	background: #F56467
}

.linkshare {
	background: #54ADFA;
}

.preview-sp {
	display: none;
	width: 100%;
	height: 55px;
	background: #fff;
	padding-top: 15px;
}

.preview-sp-btn {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border: 1px solid #0099FF;
	text-align: center;
	line-height: 40px;
	color: #0099FF
}

.editor-footer-sp {
	width: 100%;
	height: 70px;
	background: #fff;
	position: fixed;
	bottom: 20px;
	left: 0;
	padding: 30px;
	display: none;
}

.footer-sp-flex {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-sp-cancel {
	border: 1px solid #0099FF;
	width: calc(50% - 5px);
	height: 40px;
	border-radius: 20px;
	background: #fff;
	font-size: 16px;
	color: #0082FF;
	letter-spacing: 0;
}

.footer-sp-replace {
	border: 1px solid #0099FF;
	width: calc(50% - 5px);
	height: 40px;
	border-radius: 20px;
	background: #0099FF;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0;
}

.header-sp-top-back {
	display: none;
}

.editor-answer-spfooter {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 15px;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
	z-index: 100;
	display: none
}

.answer-spfooter-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.answer-cancel-btn {
	border: 1px solid #0099FF;
	width: calc(50% - 5px);
	height: 40px;
	border-radius: 20px;
	background: #fff;
	font-size: 16px;
	color: #0082FF;
	letter-spacing: 0;
}

.answer-replace-btn {
	border: 1px solid #0099FF;
	width: calc(50% - 5px);
	height: 40px;
	border-radius: 20px;
	background: #0099FF;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0;
}

.all-answer-number {
	width: 100%;
	font-size: 15px;
	color: #1A1A1A;
	letter-spacing: 1.5px;
	padding-bottom: 16px;
	border-bottom: 1px solid #D8D8D8;
	margin-bottom: 24px;
}

.community-box-list-sp {
	background: #fff;
	padding: 16px 20px;
	margin-bottom: 10px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
	display: none
}

.community-ques-title-sp img {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	margin-right: 10px;
}

.community-ques-title-sp {
	display: flex;
	font-size: 14px;
	color: #333333;
	margin-bottom: 16px;
}

.community-ques-date-sp {
	font-size: 12px;
	color: #999999;
	margin-top: 2px;
}

.community-detail-content-sp {
	font-size: 15px;
	color: #333333;
	line-height: 25px;
	display: block;
	overflow: hidden;
}

.community-list-operate-sp {
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}

.question-sp-scroll-box {
	display: none;
}

.question-sp-scroll {
	display: flex;
	align-items: center;
	color: rgba(23, 80, 153);
}

.question-sp-scroll img {
	width: 15px;
	height: 10px;
	margin: -5px 3px 0 0;
	transition: all .5s;
}

.community-waterfall-top {
	width: 100%;
	padding: 20px 20px 15px;
	border-bottom: 1px solid #D8D8D8;
	background: #fff;
}

.community-waterfall-list-content {
	padding: 20px;
	background: #fff;
}

.community-waterfall-list-commnet {
	margin-top: 10px;
	padding: 16px 0 0 0;
	background: #fff;
}

.waterfall-list-commnet-title {
	width: 100%;
	padding: 0 20px 16px 20px;
	border-bottom: 1px solid #D8D8D8;
}

.waterfall-comment {
	position: relative;
	margin-bottom: 64px;
}

.waterfall-comment-content {
	padding-left: 20px;
}

.waterfall-comment-top {
	display: flex;
	justify-content: space-between;
}

.waterfall-comment-list {
	margin-top: 14px;
}

.waterfall-comment-info {
	margin: 6px 0;
	padding-right: 20px;
}

.waterfall-comment-operate {
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 10px;
}

.waterfall-comment-list-second {
	padding-left: 20px;
}

.community-waterfall-operate {
	display: flex;
	justify-content: space-between;
	background: #FFFFFF;
	box-shadow: 0 4px 16px 0 rgba(103, 103, 105, 0.10);
	height: 64px;
	padding: 16px 20px;
	position: absolute;
	bottom: -64px;
	right: 0;
	width: 100%;
	z-index: 1;
}

.waterfall-operate-right {
	display: flex;
	justify-content: space-between;
}

.waterfall-operate-one {}

.waterfall-operate-one img {
	width: 16px;
	height: 16px;
	margin-bottom: 5px;
}

.waterfall-operate-one {
	height: 39px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 22px;
}

.reaplase-box {
	display: none
}

.community-user-tabinfo {
	position: absolute;
	display: none;
	right: 20px;
	bottom: 70px;
}

.user-tabinfo-one {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 16px;
}

.user-tabinfo-one span:first-child {
	font-size: 12px;
	color: #4D4D4D;
	letter-spacing: 1.2px;
}

.user-tabinfo-one span:last-child {
	font-size: 18px;
	color: #1A1A1A;
	letter-spacing: 0.9px;
}

.font-bold {
	font-weight: bold;
}

.m-b10 {
	margin-bottom: 10px
}

.qa-collection span {
	margin-top: 2px;
}

.sp-operate-more span {
	margin-top: 2px;
}

.img-lookfor {
	width: 16px;
	height: 12px !important;
}

.border-none {
	border: none !important;
}

.community-box em {
	color: #175099;
	font-weight: bold;
}

.m-l0 {
	margin-left: 0 !important
}

.content-like-span {
	margin-top: 4px !important;
}

.sp-thumbs-like {
	font-size: 12px;
	color: #999999;
	letter-spacing: 0;
	margin-bottom: 5px;
	display: none;
}

.img-38 {
	width: 38px !important;
	height: 38px !important;
}

.img-24 {
	width: 24px !important;
	height: 24px !important;
}

.operate-correct span {
	margin-top: 2px;
}

.user-flex {
	display: flex;
}

.update-avatar-box {
	position: absolute;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .5);
	top: 135px;
	left: calc(50% - 100px);
	z-index: 2;
	display: none;
	cursor: pointer;
}

.update-avatar-position {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 12px;
	color: #FFFFFF;
}

.update-avatar-img {
	width: 29px;
	height: 29px;
	margin-bottom: 16px;
}

.user-init-loading {
	width: 100%;
	box-shadow: none;
}

/* 社区头部 */
@media (min-width: 768px) and (max-width: 1024px) {

	/* ipad样式 */
	.suspended-ball {
		display: block
	}

	.community-sp-userinfo {
		margin-bottom: 0;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
		z-index: 101
	}

	.community-info {
		width: 100%;
		margin-bottom: 0;
		border-radius: 16px 16px 0 0;
	}

	.community-header-sp {
		display: block
	}

	.community-info-middle {
		justify-content: space-around;
		padding: 0;
	}

	.community-search {
		width: 100%;
		letter-spacing: 1.4px;
		height: 100%;
	}

	.community-footer-box {
		display: flex;
	}

	.community-themes-list {
		width: 100%;
	}
}

@media screen and (min-width: 320px)and (max-width: 767px) {

	/* ipad样式 */
	.suspended-ball {
		display: block
	}

	.community-sp-userinfo {
		margin-bottom: 0;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
		z-index: 101
	}

	.header-sp-operate {
		right: -20px;
	}

	.community-info {
		width: 100%;
		margin-bottom: 0;
		border-radius: 16px 16px 0 0;
	}

	.community-header-sp {
		display: block
	}

	.community-info-middle {
		justify-content: space-around;
		padding: 0;
		margin-top: 8px;
	}

	.community-info-bottom {
		margin-top: 0px;
	}

	.community-search {
		width: 100%;
		letter-spacing: 1.4px;
		height: 100%;
	}

	.community-footer-box {
		display: flex;
	}

	.add-comment-input .w-e-menu .w-e-panel-container {
		top: 0;
		right: 0;
		width: 240px !important;
		border-top: 1px solid #ccc !important;
		left: unset !important;
		right: 0;
		box-shadow: 1px 0 2px #ccc;

	}
}

.history-back {
	width: 12px;
	height: 24px;
}

.sp-search-img {
	width: 23px;
	height: 21px;
	margin-right: 24px;
}

/* 社区头部 end */

/* 社区 end */
