
#head-container {
	/* display: none; */
	/* background-color: red; */
	
}
 #headtext .split-text {
     color: black; /* 设置所有文本为黑色 */
     font-size: 30px; /* 设置默认字体大小 */
 }

 #headtext .split-text:first-child {
    color: #00b4ef;
	font-size: 1.4em;
	font-weight: 700;
	text-shadow: 3px 1px 3px rgba(19, 18, 18, 0.19);
 }
#head-img {
	display: flex;
	justify-content: center;
	/* 水平居中 */
	align-items: center;
	/* 垂直居中 */

	/* 设置高度 */
	/* border: 1px solid #ccc; */
	/* 为了可视化效果添加边框 */
}

.img-fluid {
	height: 100px;
}

#head-icon .thumbnail {
	border: none;
}

#head-icon img {
	height: 50px;
}

#searchtext {
	height: 50px;
}

#btn-query {
	height: 50px;
	margin-right: 2px;
}

#msg-row {
	margin-top: 20px;
}

#msg-head {
	font-size: 30px;
}

#msg-box {
	margin-top: 14px;
	width: 100%;
	word-break: normal;
	display: block;
	white-space: pre-wrap;
	overflow: hidden;
	font-size: 20px;
}