.hyth-notice-form .layui-layer-setwin .layui-layer-close2 {
	background-position: 1px -40px;
    cursor: pointer;
    right: 0;
    top: 0;
    width: 15px;
    height: 15px;
}
.chat_right .chat_content_wrap .chat_content::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #c0c2c7;
}
.chat_right .chat_content_wrap .chat_content::-webkit-scrollbar {
    width: 6px;
    height: 8px;
    background-color: #ededef;
}
.hyth_chat_left::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #c0c2c7;
}
.hyth_chat_left::-webkit-scrollbar {
    width: 3px;
    height: 8px;
    background-color: #ededef;
}
.hyth_chat_left .delete_notice {
	cursor: pointer;
	color: #ccc;
	position: absolute;
	bottom: 15px;
	margin: 0px 92px;
}

.hyth_chat_left .delete_notice:hover {
	color:#f00;
}
.hyth_notice_ls_notice {
	color: var(--hyth-notice-icon-color)!important;
}

.hyth_notice_ls_notice>span {
	width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #f00;
    position: absolute;
    right: 5px;
    border-radius: 100%;
    color: #fff;
    font-size: xx-small !important;
    line-height: 15px;
    top: 10px;
}
.hyth_chat_left .chat_item .tips {
	position: absolute;
	background-color: #f65a5b;
	font-size: 14px;
	color: #fff;
	right: 12px;
	top: 25px;
	border-radius: 100%;
	padding: 0 0 0 3px;
	min-width: 15px;
	line-height: 15px;
	display: inline-block;
	box-sizing: border-box;
}
.hyth_notice_ls_hide {
	display: none;
}

.hyth_chat_dialog {
	width: 810px;
	overflow-y: hidden;
	overflow-x: hidden;
	height: 100%;
	border-radius: 2px !important;
}

.hyth_chat_left_type {
	float: left;
	width: 60px;
	background-color: #363844;
	height: 100%;
}

.hyth_chat_left_type li {
	padding: 15px;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.hyth_chat_left_type li i {
	color: #6F7180;
	font-size: 18px;
}

.hyth_chat_left_type li.current,.hyth_chat_left_type li:hover {
	background: #2B2D38
}

.hyth_chat_left_type li.current i,.hyth_chat_left_type li:hover i {
	color: #34d862;
	font-size: 18px;
}

.hyth_chat_left_type li.settings {
    position: absolute;
    bottom: 0;
    width: 30px;
}

.hyth_chat_container {
	height: 100%;
	float: left;
	width: 750px;
}

.hyth_chat_left_icon {
	float: left;
	padding: 5px 0 5px 10px;
	position: relative;
}

.hyth_chat_left_icon i {
	width: 30px;
	display: inline-block;
	border-radius: 50%;
	background-color: #FF5722;
	color: #fff;
	line-height: 30px;
	text-align: center;
	padding: 5px 5px;
	font-size: 20px;
}

.hyth_chat_left .hyth_chat_left_icon .jinsom-aite2 {
	background-color: #f0b849;
}

.hyth_chat_left .hyth_chat_left_icon .jinsom-pinglun2 {
	background-color: #6fbc6d;
}

.hyth_chat_left .hyth_chat_left_icon .jinsom-xihuan2 {
	background-color: #f4979c;
}

.hyth_chat_left .hyth_chat_left_icon .jinsom-tongzhi1 {
	background-color: #69c5e4;
}

.hyth_chat_left_wrap {
	float: left;
	width: 240px;
	height: 572px;
	border-right: 1px solid #DEDEDE;
	overflow: hidden;
}

.hyth_chat_left {
	overflow-y: auto;
	overflow-x: hidden;
	width: 240px;
	height: 572px;
	background: #F3F6F7
}

.hyth_chat_left .chat_search {
	width: 240px;
	position: relative;
	padding: 10px;
}

.hyth_chat_left .chat_search input {
	width: 180px;
	border: 1px solid #DEDEDE;
	border-radius: 50px;
	font-size: 14px;
	padding: 0px 12px 0px 30px;
	background: #F3F6F7;
	height: 30px;
	line-height: 30px
}

.hyth_chat_left .chat_search_icon {
	position: absolute;
	top: 14px;
	left: 18px;
	fill: #DEDEDE;
}

.hyth_chat_left ul {
	width: 240px;
	height: auto;
	margin: 0;
	list-style-type: none;
	padding: 0;
}

.hyth_chat_left ul li {
	position: relative;
	width: 92%;
	height: 49px;
	padding: 8px 10px;
	border-bottom: 1px solid #DEDEDE;
	background: #F3F6F7
}

.hyth_chat_left ul li:hover {
	cursor: pointer;
	background: #DBDEDF;
}

.hyth_chat_left .chat_item {
	float: left;
	width: 127px;
	margin-left: 12px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #999;
	line-height: 20px;
}

.hyth_chat_left .chat_item .chat_ms_span {
	font-size: 14px;
	color: #333;
	line-height: 30px;
}

.hyth_chat_left .chat_item .chat_span {
	font-size: 14px;
	color: #333;
	line-height: 50px;
}

.hyth_chat_left .chat_item .last_content {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.chat_right {
	position: relative;
	float: left;
	width: 509px;
	height: 100%;
}

.chat_right .body_title {
	width: 490px;
	font-size: 16px;
	height: 50px;
	padding-left: 20px;
	text-align: left;
	border-bottom: 1px solid #DEDEDE;
	line-height: 50px;
}

.chat_right .chat_content_wrap {
	width: 510px;
	height: calc(100% - 51px);
	overflow: hidden;
}

.current_room {
	background: #DEDEDE !important;
}

.chat_right .chat_content_wrap .chat_content {
	padding: 11px 15px 0px;
	height: 98%;
	overflow-y: auto;
	overflow-x: hidden;
}
.chat_right .chat_content_wrap .chat_content .jinsom-chat-message-list {
	height: 250px !important;
}
.chat_right .chat_content_wrap .chat_content .chat_cont .jinsom-smile-form {
	width: 500px;
    left: -38px;
    top: -245px;
    padding: 5px 2px;
}
.chat_right .chat_content_wrap .chat_content .item-media {
	width: 40px;
}

.chat_right .chat_content_wrap .chat_content .item-media .avatar {
	border-radius: 100%;
}

.chat_right .chat_content_wrap .chat_content .item-content {
	box-sizing: border-box;
	display: flex;
	padding: 10px 0px;
	border-bottom: 1px solid #DEDEDE;
	height: 110px;
	min-height: 75px;
}

.chat_right .chat_content_wrap .chat_content .item-inner {
	padding: 0px 10px;
	height: 26px;
	position: relative;
	width: 440px;
}

.chat_right .chat_content_wrap .chat_content .item-inner .item-title {
	width: 368px;
}

.chat_right .chat_content_wrap .chat_content .item-inner .item-title .name {
	font-size: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.chat_right .chat_content_wrap .chat_content .item-inner .item-title .name .jinsom-verify {
    bottom: -17px;
    position: absolute;
    left: -15px;
    width: 18px;
    height: 18px;
    background-size: 48px;
    background-repeat: no-repeat;
}
.chat_right .chat_content_wrap .chat_content .item-inner .item-title .name span {
	color: #999;
}
.chat_right .chat_content_wrap .chat_content .item-inner .item-title .name span.jinsom-mark{
	color: #fff;
}
.chat_right .chat_content_wrap .chat_content .item-inner .item-title .desc {
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    margin-top: 5px;
    width: 100%;
    height: 55px;
    line-height: 19px;
    padding: 5px;
    font-size: 12px;
    background-color: #F5F5F5;
    border-radius: 5px;
    letter-spacing: 1px;
    color: #666;
}
.chat_right .chat_content_wrap .chat_content .item-inner .item-title .desc img {
	width: 18px!important;
	height: 18px!important;
}

.chat_right .chat_content_wrap .chat_content .item-inner .time {
	position: absolute;
	right: 0;
	top: 0px;
	font-size: 14px;
	color: #999;
}

.chat_right .chat_content_wrap .chat_content .jinsom-site-notice-content .time {
	border-radius: 10px;
	background-color: #ccc;
	width: 80px;
	color: #fff;
	font-size: 12px;
	margin: 10px auto 10px;
	text-align: center;
	padding: 2px 0;
}

.chat_right .chat_content_wrap .chat_content .jinsom-site-notice-content .content {
	min-height: 100px;
	overflow: hidden;
	padding: 15px;
	line-height: 24px;
}
.chat_right .chat_content_wrap .chat_content .jinsom-site-notice-content .content img {
    width: 100%;
}
.chat_right .chat_content_wrap .chat_content .jinsom-site-notice-content li {
	background-color: #dee1e2;
	box-shadow: 0px 4px 7px rgba(119, 119, 119, 0.1);
	border-radius: 4px;
	margin-bottom: 30px;
	position: relative;
}

.hyth_chat_left .jinsom-chat-content-recent-user li:hover,.hyth_chat_left .jinsom-chat-content-follow-user li:hover {
	background: #DEDEDE;
}

.chat_right .hyth-chat-textarea {
	height: 120px;
}
.hyth-chat-textarea {
    display: block;
    clear: both;
    width: 100%;
    padding: 5px 10px;
    border: none;
    box-sizing: border-box;
    height: 78px;
}
.hyth_chat_left_type li[type="notice"] .number{
	top: 5px;
	position: absolute;
	left: 35px;
	border-radius: 50%;
	background: #FD5D2B;
	color: #fff;
	font-size: xx-small !important;
	line-height: 15px;
	width: 15px;
}
.hyth_chat_left_type li.message .number{
	position: absolute;
	left: 35px;
	border-radius: 50%;
	background: #FD5D2B;
	color: #fff;
	font-size: xx-small !important;
	line-height: 15px;
	width: 15px;
	top: 0px;
}

.chat_right .chat_content_wrap .chat_content .item-media .jinsom-niming {
    font-size: 40px;
}
.chat_right .chat_content_wrap .chat_content .item-media .jinsom-qixin-qunzu {
    font-size: 40px;
}

.hyth-notice-content-notice-me {
    padding: 20px;
}
.hyth-notice-content-notice-me>.time {
    border-radius: 10px;
    background-color: #ccc;
    width: 80px;
    color: #fff;
    font-size: 12px;
    margin: 10px auto 10px;
    text-align: center;
    padding: 2px 0;
}
.hyth-notice-content-notice-me li .content {
    min-height: 100px;
    overflow: hidden;
    padding: 15px;
    line-height: 24px;
    background: #eee;
}
.hyth-notice-content-notice-me li {
    background-color: #fff;
    box-shadow: 0px 4px 7px rgba(119, 119, 119, 0.1);
    border-radius: 4px;
    margin-bottom: 30px;
    position: relative;
}
.hyth-notice-content-notice-me li .content img {
    max-width: 100%;
    margin-bottom: 10px;
}
.hyth-notice-content-notice-me li>i {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ef6055;
    position: absolute;
    border-radius: 100%;
    top: -5px;
    left: -5px;
}
.hyth-notice-content-notice-me .more {
    text-align: center;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0px 4px 7px rgba(119, 119, 119, 0.1);
    cursor: pointer;
}

.hyth_notice_settings .email_item {
    float: left;
    width: 127px;
    margin-left: 12px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
    line-height: 20px;
}
.hyth_notice_settings .email_item .email_span {
    font-size: 14px;
    color: #333;
    line-height: 50px;
}
.hyth_notice_settings ul li {
    position: relative;
    width: 92%;
    height: 49px;
    padding: 8px 10px;
    border-bottom: 1px solid #DEDEDE;
    background: #F3F6F7;
}
.hyth_notice_settings ul li:hover {
    cursor: pointer;
    background: #DBDEDF;
}
.hyth-current-user-avatar {
	display: grid;
    place-content: center;
    padding: 18px 15px;
    text-align: center;
    cursor: pointer;
}
.hyth-current-user-avatar img {
	border-radius: 2px;
}