.sns-box {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding-top: 20px;
}

.sns-menu {
	min-width: 170px;
	overflow: hidden;
	margin-bottom: 20px;
	margin-left: 20px;
	/* margin-top: 20px; */
	background: var(--btn-bg);
	padding: 10px;
	border-radius: 3px;
}

.sns-menu-ul {
	width: 100%;
}

.sns-menu-ul .li {
	width: 100%;
	height: 26px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/* background: var(--ya); */
	/* border-radius: 23px; */
	margin-bottom: 5px;
	font-size: 12px;
	color: var(--btn-text);
	background: var(--btn-bg);
	cursor: pointer;
	padding: 0 20px;
	border-radius: 3px;
}

.sns-menu-ul .li i {
	font-size: 18px !important;
	color: var(--btn-text);
	margin-right: 10px;
	width: 30px;
}

.sns-menu-ul .li:hover {
	background: var(--btn-active-bg);
	color: var(--btn-active-text);
}

.sns-menu-ul .li:hover i {

	color: var(--btn-active-text);
}

.sns-menu-ul .li.active {
	color: var(--btn-active-text);
	background: var(--btn-active-bg);

	transition: all 0.2s ease;
}

.sns-menu-ul .li.active i {
	color: var(--btn-active-text);
	transition: all 0.2s ease;
}


.sns-right {
	min-width: 230px;
	margin-left: 20px;
	/* margin-top: 20px; */
}

.sns-right-box {
	width: 100%;
}

.sns-right-user {
	width: 100%;
	background: var(--btn-bg);

	border-radius: 10px;
	padding: 20px;
}

.sns-right-user .head {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
}

.sns-right-user .head .img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	display: block;
}

.sns-right-user .head .img img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.sns-right-user .head .name {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: var(--text-color);
}

.sns-right-user .num-ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
}

.sns-right-user .num-li {
	width: 33.33%;
}

.sns-right-user .num-li .num {
	width: 100%;
	font-size: 14px;
	text-align: center;
	color: var(--text-color);
	margin-bottom: 5px;
}

.sns-right-user .num-li .title {
	width: 100%;
	font-size: 12px;
	text-align: center;
	color: var(--text-color);
}

.sns-right-menu {
	width: 100%;
}

.sns-right-menu-ul {
	width: 100%;
	background: var(--btn-bg);
	border-radius: 10px;
	overflow: hidden;
	padding: 10px 0;
	margin-top: 20px;
}

.sns-right-menu-ul .li {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 12px;
	color: var(--btn-text);
	cursor: pointer;
	padding: 0 20px;
	margin: 5px 0;
}

.sns-right-menu-ul .li i {
	font-size: 18px !important;
	color: var(--btn-text);
	margin-right: 4px;
	width: 30px;
}

.sns-right-menu-ul .li:hover {
	background: var(--btn-active-bg);
	color: var(--btn-active-text);
}

.sns-right-menu-ul .li:hover i {
	color: var(--btn-active-text);
}

.sns-right-menu-ul .li.active {
	background: var(--btn-active-bg);
	color: var(--btn-active-text);
	transition: all 0.2s ease;
}

.sns-right-menu-ul .li.active i {
	color: var(--text-color);
	transition: all 0.2s ease;
}

.sns-con {
	min-width: 739px;
	margin-left: 20px;
}

.sns-con-main {
	width: 100%;
}

.sns-con-tab {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding-bottom: 10px;
	height: 40px;
}

.sns-con-tab .li {
	margin-right: 20px;
	font-size: 16px;
	cursor: pointer;
	padding-left: 6px;
	padding-bottom: 6px;
	letter-spacing: 6px;
}

.sns-con-tab .li.active {
	border-bottom: 2px solid var(--btn-active-icon);
	transition: all 0.2s ease;
}

.sns-con-tab .li:hover {
	border-bottom: 2px solid var(--btn-active-icon);
	transition: all 0.2s ease;
}

.sns-con-ul {
	width: 100%;
}

.sns-con-ul .none {
	width: 100%;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: var(--btn-text);
}

.sns-con-ul .li {
	width: 100%;
	margin-bottom: 0px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	/* background: var(--ya); */
	background: var(--btn-bg);
	padding: 20px;
}

.sns-con-ul .li.new-li {
	cursor: pointer;
}

.sns-con-ul .li .head {
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.sns-con-ul .li .head img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.sns-con-ul .li .con {
	width: 629px;
	height: auto;
	margin-left: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #646464;
	background: var(--btn-bg);
}

.sns-con-ul .li .con .name {
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
}

.sns-con-ul .li .con .name .nickname {
	font-size: 16px;
	color: var(--text-color);
	line-height: 30px;
}

.sns-con-ul .li .con .name .time {
	font-size: 12px;
	color: #CECECE;
	margin-left: 20px;
	line-height: 30px;
}

.sns-con-ul .li .con .name .status {
	font-size: 14px;
	color: var(--text-color);
	margin-left: 20px;
	line-height: 30px;
	height: 30px;
	background: var(--btn-active-icon);
	text-align: center;
	padding: 0 20px;
	border-radius: 15px;
}

.sns-con-ul .li .con .title {
	width: 100%;
	line-height: 32px;
	font-size: 14px;
	color: var(--text-color);
	max-height: 64px;
	overflow: hidden;
}

.sns-con-ul .li .con .intro {
	width: 100%;
	line-height: 22px;
	max-height: 112px;
	font-size: 12px;
	color: var(--text-color);
	overflow: hidden;
	margin-bottom: 6px;
}

.sns-con-ul .li .con .content {
	width: 100%;
	height: auto;
	padding: 10px 0;
	line-height: 22px;
	font-size: 14px;
	color: var(--text-color);
	min-height: 200px;
	margin-bottom: 20px;
}

.sns-con-ul .li .con .content img {
	width: 80%;
	height: auto;
	display: block;
	margin: 5px auto;
	padding: 0;
	border-radius: 0px;
}

.sns-con-ul .li .con .to-detail {
	cursor: pointer;
}

.sns-con-ul .li .con .img-box {
	width: 100%;

	z-index: 9999;
}

.sns-con-ul .li .con .img-box .img-li {
	width: 100%;
	height: 170px;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	background: url(../images/bg.png) no-repeat center center;
	background-size: cover;
	margin-bottom: 10px;
}

.sns-con-ul .li .con .img-box .img-li img {
	max-width: 100%;
	max-height: 100%;
}

.sns-con-ul .li .con .img-box .img-li3 {
	width: 170px;
	margin-right: 10px;
	cursor: pointer;
	border-radius: 5px;
}

.sns-con-ul .li .con .img-box.new-img img {
	width: 100%;
	height: 200px;

	border-radius: 5px;
	margin-bottom: 10px;
}

.sns-con-ul .li .con .video-box {
	width: 100%;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	background: #dddddd;
	border-radius: 5px;
	overflow: hidden;
}

.sns-con-ul .li .con .video-box video {
	width: 500px;
	height: 400px;
	background: #dddddd;
}

.sns-con-ul .li .con .video-box .video-img {
	width: 100%;
	height: 400px;
	background: url(../images/bg.png) no-repeat center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 5px;
}

.sns-con-ul .li .con .video-box .video-img i {
	font-size: 80px;
	color: var(--text-color);
	transition: all 0.2s ease;
}

.sns-con-ul .li .con .video-box .video-img:hover i {
	transform: scale(1.2);
}

.sns-con-ul .li .con .video-box iframe {
	width: 100%;
	height: 400px;
	overflow: auto;
	display: none;
}

.sns-con-ul .li .con .tag-box {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.sns-con-ul .li .con .tag-box .tag-li {
	height: 18px;
	line-height:18px;
	padding: 0 12px;
	margin-right: 12px;
	font-size: 10px;
	background: #efefef;
	color: var(--an);
	border-radius: 12px;
	cursor: pointer;
}

.sns-con-ul .li .con .tool-box {
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;

}

.sns-con-ul .li .con .tool-box .tool-li {
	height: 30px;
	line-height: 30px;
	margin-right: 45px;
	font-size: 16px;
	color: var(--text-color);
	border-radius: 15px;
	cursor: pointer;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.sns-con-ul .li .con .tool-box .tool-li i {
	font-size: 18px !important;
	color: var(--text-color);
}

.sns-con-ul .li .con .tool-box .tool-li .num {
	font-size: 16px;
	color: var(--text-color);
	height: 30px;
	line-height: 30px;
	margin-left: 6px;
}

.sns-con-ul .li .con .tool-box .tool-li.active i {
	color: var(--btn-active-icon);
	transition: all 0.2s ease;
}

.sns-con-ul .li .con .tool-box .tool-li.active .num {
	color: var(--btn-active-icon);
	transition: all 0.2s ease;
}

.sns-add-type {
	width: 100%;
	height: 100%;
}

.sns-add-type-ul {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 40px;
}

.sns-add-type-ul .li {
	width: 200px;
	text-align: center;
	cursor: pointer;
}

.sns-add-type-ul .li i {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 30px !important;
	color: var(--an);
	text-align: center;
	background: #ffffff;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
}

.sns-add-type-ul .li .title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 20px !important;
	color: var(--an);
	text-align: center;
}

.sns-add {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	position: relative;
	padding: 20px;
	padding-bottom: 20px;
}

.sns-add-ul {
	width: 100%;
}

.sns-add-ul .li {
	width: 100%;
}

.sns-add-ul .li .title {
	width: 100%;
	font-size: 14px;
	color: var(--an);
	height: 50px;
	line-height: 50px;
}

.sns-add-ul .li .input {
	width: 100%;
}

.sns-add-ul .li .input input[type=text],
.sns-add-ul .li .input input[type=file],
.sns-add-ul .li .input input[type=password],
.sns-add-ul .li .input input[type=email],
.sns-add-ul .li .input select {
	width: 100%;
	height: 46px;
	padding: 12px;
	border: none;
	border-radius: 12px !important;
	transition: all 0.2s ease;
	margin-bottom: 0px;
	border: 1px solid transparent;
	font-size: 14px;
	background: #EBECF0;
	box-shadow: var(--invagination-shadow);
}

.sns-add-ul .li .input input[type=text]:focus,
.sns-add-ul .li .input input[type=file]:focus,
.sns-add-ul .li .input input[type=password]:focus,
.sns-add-ul .li .input input[type=email]:focus,
.sns-add-ul .li .input select:focus {
	border: 1px solid var(--blue) !important;
	background: var(--white);
	box-shadow: none;
}

.sns-add-ul .li .input textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 96px;
	line-height: 24px;
	padding: 8px 12px;
	border: none;
	border-radius: 12px !important;
	border: 1px solid transparent;
	font-size: 14px;
	background: #EBECF0;
	box-shadow: var(--invagination-shadow);
	margin-bottom: 0;
	overflow: hidden;
}

.sns-add-ul .li .input textarea:focus {
	border: 1px solid var(--blue) !important;
	background: var(--white);
	box-shadow: none;
}

.sns-add-ul .li .input .add-new-img {
	display: block;
	width: 98%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	border-radius: 5px;
	margin-bottom: 5px;
}

.sns-add-ul .li .input .add-new-content {
	width: 100%;
	height: auto;
	background: #EBECF0;
	border: 1px solid transparent;
	box-shadow: var(--invagination-shadow);
	border-radius: 12px !important;
	padding: 10px 12px;
	line-height: 22px;
	font-size: 14px;
	color: var(--an);
	min-height: 200px;
	/* max-height: 600px; */
	overflow-y: auto;
}

.sns-add-ul .li .input .add-new-content:focus {
	border: 1px solid var(--blue) !important;
	background: var(--white);
	box-shadow: none;
	outline: none;
}

.sns-add-ul .li .input .add-new-content textarea {
	background: none !important;
	box-shadow: none !important;
	border-radius: 0px !important;
	border: none !important;
	resize: none;
	height: 40px;
	min-height: 40px;
}

.sns-add-ul .li .input .add-new-content img {
	width: 80%;
	height: auto;
	display: block;
	margin: 5px auto;
	padding: 0;
	border-radius: 0px;
}

.sns-add-ul .li .input .add-new-content-box {
	width: 100%;
	height: auto;
}

.sns-add-box {
	width: 100%;
	height: 99%;
	position: relative;
	/* padding-top: 40px; */
}

.add-new-content-tool-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	background: rgba(255, 255, 255, .5);
}

.add-new-content-tool {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #dddddd;
	padding: 0 20px;
	border-radius: 0;
	border: 1px solid transparent;
}

.add-new-content-tool .li {
	padding-right: 10px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: var(--an);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.add-new-content-tool .li span {
	font-size: 14px;
	color: var(--an);
	cursor: pointer;
	padding-left: 2px;
}

.add-new-content-tool .li i {
	color: var(--an);
	font-size: 26px !important;
	cursor: pointer;
}

.sns-add-ul .li .button {
	width: 120px;
	background: var(--btn-active-icon);
	font-size: 14px !important;
	color: var(--text-color);
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	cursor: pointer;
	margin-top: 20px;
	display: inline-block;
	margin-right: 10px;
}

.sns-add-ul .li .tag-ul {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 12px;
}

.sns-add-ul .li .tag-li {
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	font-size: 12px;
	background: #dddddd;
	color: var(--an);
	border-radius: 6px;
	cursor: pointer;
}

.sns-add-ul .li .tag-li.active {
	background: var(--btn-active-icon);
	color: var(--text-color);
}

.sns-add-ul .li .choose-btn {
	display: block;
	margin: 0;
}

.sns-add-ul .li .img-show {
	display: none;
	padding-top: 10px;
}

.sns-add-ul .li .img-show img {
	width: 200px;
	height: auto;
}

.sns-add-ul .li .img-show.add-new img {
	width: 600px;
	height: auto;
}

.sns-add-ul .li .upload-img-box {
	width: 100%;
	height: auto;
}

.sns-add-ul .li .upload-img-ul {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.sns-add-ul .li .upload-img-li {
	width: 200px;
	height: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.sns-add-ul .li .upload-img-li {
	width: 200px;
	height: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.sns-add-ul .li .upload-img-li .img {
	width: 100%;
	height: 100%;
	background: url(../images/bg.png) no-repeat center center;
	background-size: cover;
	border-radius: 10px;
	position: relative;
}

.sns-add-ul .li .upload-img-li .del {
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: -6px;
	top: -6px;
	z-index: 2;
	text-align: center;
	border-radius: 50%;
	background: rgba(0, 0, 0, .5);
	cursor: pointer;
}

.sns-add-ul .li .upload-img-li .del i {
	font-size: 20px !important;
	color: var(--text-color);
}

.sns-add-ul .li .upload-img-li .del:hover i {
	color: var(--btn-active-icon);
	transition: all 0.2s ease;
}

.sns-add-ul .li .upload-img-li .add {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--gray);
	cursor: pointer;
	border-radius: 10px;
}

.sns-add-ul .li .upload-img-li .add i {
	font-size: 100px;
	color: var(--gray);
}

.sns-add-ul .li .add-new-upload-img-box {
	width: 100%;
	height: auto;
}

.sns-add-ul .li .add-new-upload-img-btn {
	margin-top: 10px;
}

.sns-add-ul .li .text-num {
	width: 100%;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 10px;
}

.sns-add-ul .li .text-num.red {
	color: var(--btn-active-icon);
}

.big-img-box {
	width: 100%;
	min-height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.big-img-box .big-img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.to-top-btn {
	position: fixed;
	right: 30px;
	bottom: 20px;
	z-index: 99;
	width: 50px;
	height: auto;
	display: none;
}

.to-top-btn .li {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	background: rgba(0, 0, 0, .5);
	cursor: pointer;
	margin-bottom: 10px;
	opacity: 0.5;
}

.to-top-btn i {
	color: var(--text-color);
	font-size: 20px !important;
}

.to-top-btn .li:hover {
	opacity: 1;
}

.sns-detail-box {
	width: 100%;
}

.sns-detail-box .sns-con-ul .li {
	width: 100%;
	margin-bottom: 20px;
	background: none;

	display: block;
}

.sns-detail-box .sns-con-ul .li .con {
	width: 100%;
	height: auto;
	margin-left: 0;
	padding: 20px;

}

.sns-detail-box .sns-con-ul .li .con .name {
	height: auto;
	margin-bottom: 20px;
}

.sns-detail-box .sns-con-ul .li .con .name .head {
	margin-right: 10px;
}

.sns-detail-box .sns-con-ul .li .con .title {
	font-size: 14px;
	height: auto;
	line-height: 40px;
	max-height: 100px;
}

.sns-comment-box {
	width: 100%;
	height: 100%;
	padding-bottom: 150px;
}

.sns-comment-con {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.sns-comment-ul {
	width: 100%;
	height: auto;
	padding: 0 10px;
	margin-bottom: 10px;
}

.sns-comment-ul .li {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.sns-comment-ul .li .head {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.sns-comment-ul .li .head img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.sns-comment-ul .li .con {
	width: 100%;
	height: auto;
	flex: 1;
}

.sns-comment-ul .li .name {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: var(--blue);
	font-size: 14px;
}

.sns-comment-ul .li .name .intro {
	color: var(--gray);
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}

.sns-comment-ul .li .content {
	width: 100%;
	height: auto;
	line-height: 24px;
	color: var(--an);
	font-size: 14px;
	margin-bottom: 10px;
}

.sns-comment-ul .li .more {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.sns-comment-ul .li .time {
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.sns-comment-ul .li .time .text {
	font-size: 12px;
	color: #aaaaaa;
	margin-right: 10px;
}

.sns-comment-ul .li .tool {
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.sns-comment-ul .li .tool-li {
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 30px;
	cursor: pointer;
}

.sns-comment-ul .li .tool-li i {
	font-size: 16px;
	color: #aaaaaa;
}

.sns-comment-ul .li .tool-li .num {
	font-size: 14px;
	color: #aaaaaa;
	margin-left: 4px;
}

.sns-comment-ul .li .tool-li.active i {
	color: var(--btn-active-icon);
}

.sns-comment-ul .li .tool-li.active .num {
	color: var(--btn-active-icon);
}

.sns-comment-ul .show-more-ul {
	display: none;
}

.sns-comment-ul .show-more {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	color: #aaaaaa;
	cursor: pointer;
}

.sns-comment-ul .show-more i {
	font-size: 14px;
}

.sns-comment-add {
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
	z-index: 9;
	position: absolute;
	border-top: 1px solid #bbbbbb;
	padding: 10px 30px;
	background: #efefef;
}

.sns-comment-add .top {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.sns-comment-add .to-user {
	height: auto;
	font-size: 14px;
	color: var(--gray);
}

.sns-comment-add .to-user .name {
	color: var(--blue);
	margin-left: 4px;
	margin-right: 2px;
}

.sns-comment-add .close {
	cursor: pointer;
}

.sns-comment-add .close i {
	font-size: 16px;
	color: var(--gray);
}

.sns-comment-add .input-box {
	width: 100%;
	height: auto;
}

.sns-comment-add .input {
	width: 100%;
	height: auto;
	min-height: 40px;
	padding: 8px 8px;
	line-height: 24px;
	font-size: 14px;
	border: 1px solid #dddddd;
	max-height: 300px;
	overflow: auto;
	border-radius: 6px;
	border: 1px solid transparent;
	box-shadow: var(--invagination-shadow);
}

.sns-comment-add .input:focus {
	border: 1px solid var(--blue) !important;
	background: var(--white);
	box-shadow: none;
	outline: none;
}

.sns-comment-add .text-num {
	width: 100%;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 10px;
}

.sns-comment-add .text-num.red {
	color: var(--btn-active-icon);
}

.sns-comment-add .btn-box {
	width: 100%;
	height: auto;
	text-align: right;
}

.sns-comment-add .btn-box .btn {
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: var(--btn-active-icon);
	color: var(--text-color);
	font-size: 16px;
	display: inline-block;
	border-radius: 5px;
	cursor: pointer;
}

.sns-main-box {
	width: 740px;
	height: auto;
	margin: 0 auto;
}

.sns-main-top {
	width: 100%;
	height: auto;
}

.sns-main-info {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.sns-main-info .follow-btn {
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: var(--btn-active-icon);
	color: var(--text-color);
	font-size: 16px;
	cursor: pointer;
	border-radius: 20px;
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid var(--btn-active-icon);
}

.sns-main-info .follow-btn.active {
	background: none;
	color: var(--btn-active-icon);
}

.sns-main-info .head {
	width: 40px;
	height: 40px;
	margin-right: 20px;
}

.sns-main-info .head img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.sns-main-info .name {
	font-size: 16px;
	color: var(--btn-text);
}

.sns-main-tool {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.sns-main-tool .tool-li {
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 20px;
}

.sns-main-tool .tool-li i {
	font-size: 16px;
	color: var(--btn-text);
}

.sns-main-tool .tool-li .num {
	font-size: 14px;
	color: var(--btn-text);
	margin-left: 4px;
}