.word-tab{
	position: relative;
}
	
.word-tab-item {
	font-size: 16px;
}

.word-title {
	margin-bottom: 34px;
}

.word-title-text {
	font-size: 24px;
	font-weight: 700;
	color: #142c53;
	margin-bottom: 14px;
}

.word-title-icon {
	width: 28px;
	height: 5px;
	border-radius: 5px;
	background: #2459fd;
}

.word-txt {
	font-size: 16px;
	color: #142c53;
	line-height: 1.8;
}

.word-txt-scroll {
	overflow-y: scroll;
	height: 560px;
}

.word-txt p {
	/* text-indent:2em; */
	margin-bottom: 10px;
}

.word-line {
	font-size: 16px;
	color: #142c53;
	margin-bottom: 15px;
}

.word-line span {
	color: #899ab5;
}

.word-textarea {
	width: 100%;
	height: 285px;
	border-radius: 4px;
	border: 1px solid #d9dce3;
	padding: 28px 23px;
	margin-bottom: 34px;
	font-size: 14px;
}

.word-info {
	font-size: 16px;
	color: #142c53;
	margin-bottom: 26px;
}

.word-input {
	width: 338px;
	height: 48px;
}

.feed-btn {
	width: 160px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #215aff;
	color: #FFF;
	border-radius: 6px;
	margin-top: 40px;
	cursor: pointer;
}

/* 加入我们 */
.word-ol-join {
	position: absolute;
	right: 0;
	top: 0;
	width: 187px;
	height: 52px;
	border-radius: 4px;
	background-color: #e4ebf2;
	border: 1px solid #225afc;
	color: #225afc;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}
