* {
	font-family: STHeiti Light;
}

.layui-side-scroll::-webkit-scrollbar {
	width: 6px;
}

.layui-side-scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, .3);
	background-color: #555;
}

.inStatus {
	background-color: #c81f1f;
	color: #fff !important;
}

.search {
	margin: 10px 15px;
}

.header{
	display: flex;
	align-items: center;
	justify-content: center;
}

.header_logo{
	height: 30px;
    margin-right: 10px;
	border-radius: 2px;
	color: #fff;
}

.title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.list-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 5px 10px;
	padding: 10px;
	border-radius: 5px;
}

.list-item:hover {
	background: #696969;
	cursor: pointer;
}

.inChat {
	background: #696969;
}

.list-item-left {
	display: flex;
	align-items: center;
}

.list-item-logo {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border-radius: 50%;
	text-align: center;
}

.list-item-name {
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.site {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #ff5722;
	border-radius: 50%;
	margin-right: 5px;
	line-height: 14px;
	text-align: center;
	font-size: 4px;
}

.site-text {
	width: 16px;
	height: 16px;
	display: inline-block;
	transform: scale(0.8);
}

.list-item-time {
	margin-bottom: 20px;
}

.list-item-info,
.list-item-time {
	font-size: 10px;
	color: rgba(255, 255, 255, .7);
}

.layui-btn-group {
	display: flex;
	justify-content: center;
}

.layui-body {
	overflow: hidden;
}

.chat-box {
	padding: 25px 25px 0;
	height: auto;
	min-height: 100%;
	width: 800px;
	min-width: 800px;
	margin: 0 auto;
	background: #fff;
}

.layui-body::-webkit-scrollbar {
	width: 4px;
}

.layui-body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}

.chat-name {
	font-size: 18px;
	font-weight: bold;
	margin-right: 10px;
}

.chat-right {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
}

.chat-right-content {
	margin-right: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.chat-right-content-time {
	text-align: right;
	margin: 5px 0;
	color: #b4bbc4;
}

.chat-right-content-chat,
.chat-left-content-chat {
	background: #c81f1f;
	color: #fff;
	padding: 10px;
	border-radius: 10px 2px 10px 10px;
	max-width: 400px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: normal;
	line-height: 24px;
}

.chat-left-content-chat{
	border-radius: 2px 10px 10px 10px;
}

.chat-right-content-chat a {
	color: #fff;
	text-decoration: underline;
	font-style: italic;
}

.chat-right-content-chat a:hover {
	color: #d8d8d8;
}

.chat-left-content-chat a {
	text-decoration: underline;
	font-style: italic;
}

.chat-left-content-chat a:hover {
	opacity: 0.7;
}



.chat-right-content-chat img,.chat-left-content-chat img {
	max-width: 400px;
	/* min-height: 400px; */
	min-height: auto;
	cursor: pointer;
}

.chat-right-user {
	text-align: center;
	font-size: 10px;
}

.chat-right-user-logo,
.chat-left-user-logo {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	margin-bottom: 5px;
}

.chat-left {
	display: flex;
	margin-bottom: 20px;
}

.chat-left-content {
	margin-left: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.chat-left-content-time {
	margin: 5px 0;
	color: #b4bbc4;
}

.chat-left-content-chat {
	border-radius: 2px 10px 10px 10px;
	background-color: #c81f1f0d;
	color: #000;
}

.chat-left-user {
	text-align: center;
	font-size: 10px;
}

.chat-user-logo{
	width: 40px;
	height: 40px;
}

.news {
	position: absolute;
	top: -22%;
	right: 0px;
	background: #fff;
}

.send {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: #fff;
	display: flex;
}

.sendDisabled {
	pointer-events: none;
}

.welcome {
	text-align: left;
	min-width: 400px;
	width: 800px !important;
	background: #fff;
	margin: 0 auto;
	padding: 80px 20px 0;
	line-height: 40px;
	height: 97%;
}

.singe-line {
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	white-space: nowrap;
	width: 200px;
}

.demo-login-container {
	width: 320px;
	margin: 25vh auto 0;
}

.demo-login-container h1 {
	text-align: center;
	margin-bottom: 30px;
}

.demo-login-other .layui-icon {
	position: relative;
	display: inline-block;
	margin: 0 2px;
	top: 2px;
	font-size: 26px;
}

.loading {
	font-size: 30px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.modify {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: rgb(0, 0, 0);
	opacity: .6;
	display: none;
}

.modify_content {
	width: 300px;
	padding: 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: #fff;
	z-index: 99999;
	display: none;
}

.modify_close {
	padding-bottom: 20px;
	text-align: right;
}

.showModify {
	display: block;
}

.mobile-img {
	max-width: 200px !important;
}

.layui-input-group {
	width: 100%;
}

.layui-input-block {
	display: flex;
	justify-content: center;
	margin-left: 0;
}

.bg-green {
	background-color: #16b777 !important;
}

.noShow{
	display: none;
}

.inBlock{
	display: block;
}