* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
	outline: none;
	list-style: none;
}
/* ----------------字体引入---------- */
@font-face {
    font-family: Arial, sans-serif;
	src: url(../clients/Y20200927/font/cartoon.eot),url(../clients/Y20200927/font/cartoon.TTF);
} 
.interactionFixed {
	width: 100%;
	margin: 0 auto;
	overflow-y: scroll;
	font-size: 14px;
    font-family: Arial, sans-serif;
}

.interaction {
	position: relative;
	height: 100%;
}


.publishInter {
	width: 95%;
	height: 100px;
	margin: 10px auto;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	border: 1px solid #bbb;
	position: relative;
}

.publishInter2 {
	width: 80%;
	height: 100px;
	margin: 10px auto;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	border: 1px solid #bbb;
	position: relative;
}


#publishBut {
	position: absolute;
	bottom: 4px;
	right: 4px;
	padding: 3px 10px;
	border-radius: 15px;
	background-color: #6495ED;
	color: #fff;
}

.interactionBox {

}

.ownerName {
	padding: 3px 3px;
    font-family: Arial, sans-serif;
	color:#0c77da;
    cursor: pointer;
}

.ownerName span {
	margin-right: 10px;
	display:contents;
}

.ownerName span:last-child {
    font-family: Arial, sans-serif;
}

.ownerText {
	line-height: 24px;
	padding-right: 10px;
	background-color: #e1e7f2;
	display: none;
}

.interactionList>.replyBox{
	margin-top: 5px;
	padding: 10px 0 10px 20px;
}

.interactionList>div .replyBox{
	margin-top: 4px;
	margin-left: 20px;
}


.ownerText span,
.replyText span {
	padding: 1px 5px;
	border-radius: 4px;
	color: #555;
}

.ownerButton,
.replyButton {
	padding-top:10px;
	display: flex;
	line-height: 22px;
	font-size: 12px;
}

.replyButton {
	border-bottom: 1px solid #48D1CC;
}

.replyButton p:first-child {
	color: #888;
}


.replyButShow {
	background: url(../clients/Y20200927/images/hf.png) no-repeat 5px center;
	background-size: 18px;
	padding-left: 25px;
	margin-left: 20px;
}

.rightButShow {
	padding-left: 25px;
	margin-right: 20px;
}


.replyBox ul {
	margin-bottom: 10px;
}

.replyBox ul li {
	margin-left: 10px;
	padding-top: 4px;
	padding-left: 10px;
}


.replyHeader{
    cursor: pointer;
}

.replyHeader * {
	display:contents;
}

.replyHeader span {
	margin-right: 10px;
	color:#333;
}

.replyButs{
    border-top: 1px solid rgba(151, 179, 190, 0.3); 
	margin-top: 10px;
}

.replyButs span {
	margin-right: 10px;
	display:inline-block;
	padding-top: 2px;
	padding-bottom: 4px;
	font-size: 13px;
	color: #2222c7;
    cursor: pointer;
}

.replyName {
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 5px;
	padding-left: 0px;
	padding-right: 10px;
}

.replyName span:nth-child(2) {
	margin: 0 5px;
	color: #999;
}

.interactionList {
	padding: 1px 0;
	font-size: 14px;
}

.replyInputBox {
	display: none;
	margin-bottom: 10px;
}

.replyInput {
	width: 95%;
	margin: 0 auto;
	display: flex;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	min-height: 120px;
	position: relative;
}

.ContentLine {
	background-color: #e1e7f2;
	padding-left: 8px;
	line-height:26px;
	margin-top:4px;
}

.ContentText {
	display: inline;
/*	line-height: 42px;*/
	width: 100%;
/*	padding-left: 8px;*/
	color:#18676a;
}

.replyText2 {
	display: inline;
	line-height: 37px;
	width: 100%;
	padding-left: 0px;
}

#replyAnswer {
	position: absolute;
	right: 4px;
	bottom: 4px;
	padding: 3px 15px;
	background-color: #6495ED;
	color: #fff;
	border-radius: 15px;
}

.replyInput, .publishInter, .publishInter2{
    flex-direction: column;
}

.publishTitle, .replyTitle{
	margin-bottom:4px;
	line-height: 20px;
	padding-left: 0px;
}


#publishText2 {
	width: 100%;
	padding: 5px;
	height: 70px;
}

#publishText {
	width: 100%;
	padding: 5px;
	height: 957px;
}

.replycmdline{
	text-align: right;
}

.settingline{
	margin-bottom: 10px;

}

.NewPost{
	color:red !important;
}

.LastPost{
	color:#d79e0b !important;
}

.PassPost{
	color:black !important;
}

.ownerBox
{
	list-style: disc;
}
