body {
	background-color: #F8FAFC;
	/* background-color: rgb(248,250,252); */
}

.main-blog-wrapper{
	margin-top: 70px;
	margin-bottom: 20px;
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.leave-message-div {
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid rgb(226, 232, 240);
}

.card {
	border: 1px solid rgb(226, 232, 240);
}

h5 {
	font-size: 17.5px;
	line-height: 21px;
	margin-top: 20px;
	margin-bottom: 10px;
}

input {
	padding: 5px;
	outline: none;
	border: 1px solid rgb(226, 232, 240);
	border-radius: 5px;
}

textarea {
	padding: 5px;
	outline: none;
	border: 1px solid rgb(226, 232, 240);
	border-radius: 5px;
}

.main-blog-div{
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

#header_buttons {
	background-color: #fff;
}

.blog-log {
	font-family: Georgia, 'Times New Roman', 'SimSun', 'PingFang SC', 'Source Han Sans', 'Helvetica Neue', sans-serif;
	margin-top: 30px;
	line-height: 48px;
	font-size: 40px;
	color: rgb(37, 41, 51);
	text-align: left;
}

.banner-blog{
	margin: auto;
	padding: 10px;
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.no-overflow {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 25px;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

.no-overflow-abstract {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-height: 25px;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

.avatar {
	// position: absolute;
	margin-top: -45px;
	border: 3px solid #fefefe;
	z-index: 10;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.avatar-2 {
	border: 3px solid #fefefe;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.name-time {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	white-space: nowrap;
	margin-bottom: 10px;
	margin-top: -20px;
	margin-left: 20px;
	width: 100%;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
}

.banner-item-title {
	display: flex;
	flex-direction: row;
}

.blog-tag-success {
	left: 4px;
	top: 10px;
	position: absolute;
	color: rgb(24, 138, 66);
	background-color: rgb(202, 241, 216);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	font-weight: 700;
	height: 25px;
	padding: 8px;
	border-radius: 5px;
}

.view-tag {
	position: absolute;
	right: 10px;
	top: 10px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	border: 2px solid #eee;
	border-radius: 15px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.04), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
	background-color: #fff;
	padding: 8px;
}

.name-time-2 {
	display: flex;
	flex-direction: column;
	white-space: nowrap;
	margin-top: -10px;
	margin-left: 20px;
	width: 100%;
	// font-family: Sen;
	font-family: Georgia, 'Times New Roman', Times, serif;
	// color: #007bff;
	font-size: 18px;
}

.title {
	font-family: Sen;
	max-width: 100%;
	line-height: 28px;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: pointer;
	text-decoration: underline solid transparent;
	font-weight: 700;
}

.title:hover {
	text-decoration: underline;
	/* 鼠标悬停时显示下划线 */
}

img {
	max-width: 100%;
}


.container {
	min-height: 100%;
	width: 100%;
}

.pre-next-blogs-container {
	display: flex;
	flex-direction: row;
	border: 1px solid rgb(226, 232, 240);
	margin-top: 20px;
	padding: 5px;
}

.relative-post {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: left;
	padding: 0px;
	cursor: pointer;
}

.relative-post div {
	display: flex;
	flex-direction: column;
	padding: 0px;
	width: 95%;
	padding: 0px 5px 0px 5px;
	// background-color: red;
	// text-align: left;
}

.relative-post div p {
	margin: 5px 8px 5px 8px;
	font-size: 17px;
	white-space: nowrap;
	overflow: hidden;
	/* 隐藏超出容器的内容 */
	text-overflow: ellipsis;
	/* 超出部分显示省略号 */
	max-width: 100%;
	// background-color: #fff;
	// text-align: right;
	// justify-content: right;
}

.relative-post div p:hover {
	color: rgb(14, 165, 233);
}

.relative-post div span {
	color: rgb(14, 165, 233);
	margin: 0px 8px 0px 8px;
	font-size: 15px;
	font-weight: 800;
}

.relative-post i {
	transform: scale(1.5);
	color: rgb(14, 165, 233);
	margin: 0px 8px 0px 8px;
}

.right-post-div {
	justify-content: right;
}

.right-post {
	display: flex;
	justify-content: flex-end;
}

.right-post span {
	text-align: right;
}

.right-post p {
	text-align: right;
}

.name-and-title {
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.blog-time {
	font-size: 12px;
	color: rgb(155, 155, 155);
	margin-top: 0px;
	margin-bottom: 0px;
}

.reply-detail {
	font-size: 17px;
	margin-top: 30px;
	color: rgb(102, 102, 102);
	width: 100%;
}

.comment-author {
	font-size: 17px;
	font-weight: 700;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: rgb(51, 51, 51);
	margin-top: 10px;
	margin-bottom: 0px;
}

.reply-div {
	margin: 0px 0px 10px 0px;
	background-color: aliceblue;
	border: none;
	display: flex;
	flex-direction: row;
}

.reply-container {
	margin-top: 20px;
	padding: 10px;
	border: 1px solid rgb(226, 232, 240);
}

.avatar-3 {
	width: 60px;
	height: 60px;
	margin-left: 20px;
	border-radius: 50%;
	border: 1px solid #fefefe;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.message-container {
	position: fixed;
	right: 20px;
	top: 30px;
	z-index: 10000000;
	font-weight: 500;
}

.message-div {
	cursor: pointer;
	position: relative;
	width: 300px;
	margin-top: 10px;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.05);
}

.success-message {
	color: rgb(22, 163, 74);
	border: 1.5px solid rgb(187, 247, 208);
	background-color: rgba(240, 253, 244, 0.95);
}

.error-message {
	color: rgb(220, 38, 38);
	border: 1.5px solid rgb(254, 202, 202);
	background-color: rgba(254, 242, 242, 0.95);
}

.info-message {
	color: rgb(37, 99, 235);
	border: 1.5px solid rgb(191, 219, 254);
	background-color: rgba(239, 246, 255, 0.95);
}

.message-detail {
	color: rgb(51, 65, 85);
	font-size: 12px;
	line-height: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.absolute-icon {
	position: absolute;
	right: 8px;
	top: 8px;
	padding: 4px;
	border-radius: 10px;
}

.absolute-icon:hover {
	background-color: #F8FAFC;
}

.verify-code-div {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
}

.verify-code-div input {
	width: 70%;
}

.verify-code-div button {
	width: 30%;
}

.close-processing {
	fontSize: 0.5rem;
	float: right;
	margin-left: 20px;
	border-radius: 50%;
}

.processing-container {
	z-index: 1000000;
	position: fixed;
	top: 80px;
	opacity: 0.95;
	padding: 10px;
	width: 200px;
	height: 45px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	fontSize: 1.3rem;
	top: 180px;
	left:calc(50% - 100px);
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.processing-container i {
	margin: 10px;
}

.blog-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 60px;
}

.tags-and-time {
	display: flex;
	flex-direction: row;
	font-size: 16px;
	font-weight: 700;
	align-items: center;
	margin-top: -10px;
	margin-bottom: -15px;
}

.tags-and-time div {
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}

.tags-and-time div span {
	white-space: nowrap;
	margin-right: 10px;
	color: rgb(96, 91, 229);
	display: inline-block;
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: 700;
}

.tags-and-time div button {
	color: rgb(100, 116, 139);
	white-space: nowrap;
	background-color: rgba(226, 232, 240, 0);
	font-size: 14px;
	border: none;
	padding: 2px 10px 2px 10px;
	border-radius: 5px;
}

.tags-and-time div button:hover {
	white-space: nowrap;
	background-color: rgba(226, 232, 240, 0.93);
}

.tags-and-time div button i {
	margin-right: 5px;
}

.left-buttons div{
	position: relative;
}

.left-buttons {
	z-index: 1000;
	position: fixed;
	top: 29%;
	left: 10px;
	display: flex;
	flex-direction: column;
}

.thumb-tag {
	position: absolute;
	display: inline-block;
	text-align: center;
	/* margin: -10px 0px 0px 17px; */
	left: 17px;
	top: -7px;
	transform: scale(0.4);
	border-radius: 20px;
	font-weight: 800;
	font-size: 20px;
	padding-top: 8px;
	width: 40px;
	height: 40px;
	background-color: rgb(14, 165, 233);
	color: #fff;
}


.left-buttons button {
	border: none;
	background-color: rgba(255,255,255,0);
	display: flex;
	justify-content: center;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 40px;
	height: 40px;
}

.left-buttons button i{
	background-color: #fff;
	color: rgb(14, 165, 233);
	font-size: 18px;
	padding: 11px;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.avatar-2 {
	border: 3px solid #fefefe;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.contents-container {
	max-height: 450px;
	overflow-y: auto;
	position: relative;
	border-color: rgb(226, 232, 240);
	z-index: 100;
}

.blog-content {
	padding: 10px 45px 10px 45px;
	border-color: rgb(226, 232, 240);
	margin: 0px;
}

.top-right-button {
	display: flex;
	justify-content: space-between;
}

.top-right-button span {
	font-size: 16px;
	font-weight: 700;
}

.top-right-button button {
	background-color:rgba(255,255,255,0);
	/* background-color:antiquewhite; */
	display: flex;
	justify-content: center;
	border: none;
}

.top-right-button button i{
	background-color: #fff;
	color: rgb(14, 165, 233);
	font-size: 18px;
	padding: 6px;
	height: 30px;
	width: 30px;
	border-radius: 15px;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}