.container{
	min-height: 80vh!important;
}
.container-top {
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	align-items: center;
	width: 1200px;
	height: 88px;
	background: #FCFCFC;
}

.container-top-li {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #007BE5;
	font-size: 15px;
	font-weight: bold;
	width: 150px;
	height: 45px;
	border: 1px solid #007BE5;
	cursor: pointer;
}

.container-top-li+.container-top-li {
	margin-left: 44px;
}

.activeo {
	background: #007BE5;
	color: #FFF;
}

.container-top-li-icon {
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	transform: rotate(45deg);
}

.container-bottom {
	display: flex;
	align-items: center;
	margin-top: 8px;
	width: 1200px;
	height: 632px;
	background: #FCFCFC;
}

.container-bottom-left {
	box-sizing: border-box;
	padding: 12px 0;
	width: 280px;
	height: 100%;
	background: #FCFCFC;
	overflow: hidden;
	overflow-y: scroll;
}

.container-bottom-left1 {
	display: none;
	box-sizing: border-box;
	padding: 12px 0;
	width: 280px;
	height: 100%;
	background: #FCFCFC;
	overflow: hidden;
	overflow-y: scroll;
}

.container-bottom-left ul li {
	padding: 0 10px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #f5f7f9;
}

.container-bottom-left1 ul li {
	position: relative;
	padding: 0 10px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #f5f7f9;
}
.top-chat{
	position: absolute;
	top: 6px;
	right: 8px;
	font-size: 11px;
	color: #007BE5;
}


.container-bottom-right-top {
	z-index: 999;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #FCFCFC;
	height: 62px;
}
.img_send{
	position: relative;
	display: flex;
	align-items: center;
}
.img_send input[type=file]{
	position: absolute;
	opacity: 0;
}
.img_send input[type=file]::-webkit-file-upload-button{
	opacity: 0;
	cursor: pointer!important;
}
.container-bottom-right-chat-li-1 a{
	display: flex;
}
.container-bottom-right-chat-li-2 a{
	display: flex;
}


.container-bottom-left ul li:hover {
	background: #eff0f5;
}
.container-bottom-left1 ul li:hover {
	background: #eff0f5;
}
.m-emoji-wrapper{
	z-index: 99999!important;
    top: 180px;
}

.activeB {
	background: #eff0f5;
}
.activeB1 {
	background: #eff0f5;
}

.container-bottom-left-icon {
	position: relative;
	width: 38px;
	height: 38px;
	border-radius: 4px 4px 4px 4px;
}
.container-bottom-left-icon-pop{
	position: absolute;
	top: -5px;
	width: 14px;
	line-height: 14px;
	text-align: center;
	border-radius: 50%;
	background: red;
	font-size: 8px;
	color: #FFF;
}
.icon-pop{
	position: absolute;
	bottom: -33%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 85%!important;
	object-fit: contain;
}

.container-bottom-left-icon img {
	width: 38px;
	height: 38px;
	border-radius: 4px 4px 4px 4px;
}

.container-bottom-left-content {
	width: 100%;
	box-sizing: border-box;
	min-height: 65px;
	margin-left: 8px;
	padding: 14px 0;
}


.container-bottom-right {
	position: relative;
	width: 900px;
	height: 100%;
}
.container-bottom-right1 {
	display: none;
	position: relative;
	width: 1250px;
	height: 100%;
	background: #FCFCFC;
}
#messageText2{
	background: #FCFCFC;
}
.container-bottom-pop {
	width: 370px;
	height: 100%;
	border-left: 5px #F7F8FC solid;
	background: #FCFCFC;
}

.container-bottom-left {
	border-right: 5px #F7F8FC solid;
}

.container-bottom-left1 {
	border-right: 5px #F7F8FC solid;
}

.container-bottom-pop-top {
	padding: 0 12px;
	display: flex;
	border-bottom: 1px solid #E8E8E8;
	color: #959595;
	font-size: 14px;
	font-weight: bold;
}

.container-bottom-pop-top>div {
	padding: 20px 0;
	cursor: pointer;
}

.activeN {
	border-bottom: 2px #007BE5 solid;
	color: #007BE5;
}

.container-bottom-pop-bottom ul li {
	padding: 23px 5px;
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
	border-bottom: 1px solid #E8E8E8;
}

.container-bottom-pop-bottom { 
	overflow: hidden;
	overflow-y: scroll;
	max-height: 550px;
}


.container-bottom-pop-bottom-img {
	width: 90px;
	height: 65px;
	border-radius: 4px 4px 4px 4px;
}

.container-bottom-pop-bottom-img>img {
	width: 90px;
	height: 65px;
	border-radius: 4px 4px 4px 4px;
}

.container-bottom-pop-bottom-content-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 12px;
	font-weight: 600;
	color: #333333;
	line-height: 16px;
}

.container-bottom-pop-bottom-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 70px;
	margin-left: 8px;
}

.container-bottom-right-top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 33px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #F3F3F3;
}

.container-bottom-right-bottom {
	z-index: 999;
	height: 148px;
	background: #FCFCFC;
	border-top: 1px solid #E5E5E5;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.cu{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.cu-time{
	margin-left: 8px;
	font-size: 12px;
	color: #999;
}
#ckli:last-child{
	margin-bottom: 35px;
}

.container-bottom-right-bottom .quit {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 12px;
	margin-right: 50px;
	width: 82px;
	height: 33px;
	background: #007BE5;
	border-radius: 21px 21px 21px 21px;
	opacity: 1;
	cursor: pointer;
}

.container-bottom-right-center {
	z-index: 9999;
	height: 500px;
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.container-bottom-right-center-card {
	display: none;
	z-index: 9999;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 405px;
	height: 183px;
	background: #FFF;
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
}

.container-bottom-right-center-card-img {
	margin-left: 10px;
	width: 128px;
	height: 83px;
	border-radius: 4px 4px 4px 4px;
}

.container-bottom-right-center-card-img img {
	width: 128px;
	height: 83px;
	border-radius: 4px 4px 4px 4px;
}

.container-bottom-right-center-card .aquiy {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
	border-top: 1px solid #E5E5E5;
	font-size: 14px;
	font-weight: 600;
	color: #007BE5;
	cursor: pointer;
}
.photo-pop{
	display: none;
	position: absolute;
	top: -3px;
	left: -3px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #FF0000;
}
.photo-pop1{
	display: block;
	
}
.container-content-pop{
	display: flex;
	flex-direction: column;
	justify-content: center;
	
	align-items: center;
	width: 1200px;
	height: 396px;
	background: #FCFCFC;
	border-radius: 6px 6px 0px 0px;
}

.container-bottom-right-chat {
	padding: 35px 38px 0px 38px;
	margin-top: 60px;
	height: 400px;
}

.container-bottom-right-chat1 {
	padding: 35px 38px 0px 18px;
	margin-top: 60px;
	height: 400px;
}
.container-bottom-right-pop-is{
	width: 35%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	flex-direction: column;
}
.container-bottom-right-pop-is-li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	color: #999;
}
.container-bottom-right-pop-is-li-left{
	width: 200px;
	text-align: right;
}
.container-bottom-right-pop-is-li + .container-bottom-right-pop-is-li{
	margin-top: 15px;
}

.more1{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 6px;
	text-align: center;
	z-index: 0;
	color: #007BE5;
	font-size: 12px;
}

.more2{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 6px;
	text-align: center;
	z-index: 0;
	color: #007BE5;
	font-size: 12px;
}

.container-bottom-right-chat-li-1 {
	display: flex;
	margin-top: 20px;
}

.container-bottom-right-chat-li-1-img {}

.container-bottom-right-chat-li-1-img img {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	cursor: pointer;
}

.container-bottom-right-chat div:first-child {
	margin-top: 0;
}


.container-bottom-right-chat-li-1-chat {
	display: flex;
	align-items: center;
	/* margin-left: 19px; */
	padding: 7px 15px;
	max-width: 440px;
	background: #F5F7F9;
	border-radius: 4px 4px 4px 4px;
	font-size: 13px;
	font-weight: 400;
	color: #333333;
	line-height: 18px;
	overflow-wrap: break-word;
	/*就是下面这一句，好像网上没有这一个的说明，但是浏览器都支持*/
	word-break: break-word;
	word-wrap: break-word;
	white-space: pre-line;
}
.op{
	
}
.container-bottom-right-chat-li-1-chat img{
	width: 28px;
	height: 28px;
}

.container-bottom-right-chat-pro-img {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 20px 10px;
	width: 300px;
	height: 100px;
	background: #f5f7f9;
	border-radius: 10px;
	cursor: pointer;
	/* box-shadow: 0 0 0px .5px #999; */   
}

.container-bottom-right-chat-pro-img-left {
	width: 100px;
	height: 80px;
	border-radius: 10px;
}
.container-bottom-right-chat-pro-img-left img{
	width: 100px;
	height: 80px;
	border-radius: 10px;
}

.container-bottom-right-chat-pro-img-right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 10px;
}
.pro-top{
	font-size: 12px;
	color: #393b3d;
	font-weight: 600;
	height: 50px;
	word-wrap:break-word;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow: hidden;
	width: 170px;
}

.container-bottom-right-chat-li-2 {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
	display: flex;
	   
}
#messageText1{
	background: #FCFCFC;
}
.imgText-img{
	position: absolute;
	/* top: 0; */
	display: flex;
}
.container-bottom-right-chat-li-2-cu1-img img{
	width: 200px;
	/* height: 79px; */
	object-fit: contain;
}

.container-bottom-right-chat-li-2-img {}

.container-bottom-right-chat-li-2-img img {
	margin-left: 19px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	cursor: pointer;
}

.container-bottom-right-chat-li-2-chat {
	position: relative;
	display: flex;
	align-items: center;
	padding: 7px 15px;
	max-width: 440px;
	background: #007BE5;
	border-radius: 4px 4px 4px 4px;
	font-size: 13px;
	font-weight: 400;
	color: #FFF;
	line-height: 18px;
	overflow-wrap: break-word;
	/*就是下面这一句，好像网上没有这一个的说明，但是浏览器都支持*/
	word-break: break-word;
	word-wrap: break-word;
	white-space: pre-line;
}
.cu{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 19px;
}

.cu1{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.cu-time1{
	margin-left: 8px;
	font-size: 12px;
	color: #999;
}
.container-bottom-right-chat-li-2-chat img{
	z-index: 999;
	/* width: 28px;
	height: 28px; */
}

.container-bottom-pop-bottom-title-li div {
	box-sizing: border-box;
	margin-top: 10px;
	padding: 0 4px;
	font-size: 12px;
	color: #666666;
}

.container-bottom-pop-bottom-title-li-quit {
	margin-top: -30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 10px;
}

.commodity-details {
	display: none;
}

.commodity-list {
	padding: 0 15px;
}

.container-bottom-pop-bottom-title-li-quit-img>ul {
	padding-left: 6px;
}

.container-bottom-pop-bottom-title-li-quit-img>ul>li+li {
	margin-top: 8px;
}

.container-bottom-pop-bottom-title-li-quit-img>ul>li img {
	width: 100%;
	height: 100%;
}

.container-bottom-pop-bottom-title-li-quit-img-quit {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 9px;
	width: 253px;
	height: 32px;
	background: #007BE5;
	border-radius: 4px 4px 4px 4px;
	cursor: pointer;
}

.controls {
	display: none;
}

.container-bottom-right {
	position: relative;
	background: #FCFCFC;
}
.container-bottom-right1 {
	margin-left: 20px;
	display: none;
	position: relative;
	background: #FCFCFC;
}

.container-bottom-right-settings {
	display: none;
	box-sizing: border-box;
	padding: 28px 0;
	z-index: 9999;
	position: absolute;
	right: 20px;
	bottom: 0;
	width: 350px;
	height: 586px;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
	border-radius: 8px 8px 8px 8px;
}

.container-bottom-right-settings-top {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 28px;
	border-bottom: 1px solid #E5E5E5;
}

.container-bottom-right-settings-top ul {
	
	display: flex;
	flex-wrap: wrap;
}

.container-bottom-right-settings-top ul li {
	margin-top: 20px;
	margin-left: 21px;
	display: flex;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	font-size: 11px;
	color: #333;
	font-weight: bold;
}

.container-bottom-right-settings-top ul li div {
	width: 44px;
	height: 44px;
	border-radius: 50%;
}

.container-bottom-right-settings-top ul li div img {
	width: 44px;
	height: 44px;
	border-radius: 50%;
}

.container-bottom-right-settings-top ul li span {
	text-align: center;
	width: 44px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 9px;
}

.group-settings-role {
	display: inline-block;
	margin-top: 4px;
	padding: 2px 6px;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	border-radius: 2px;
	line-height: 1.2;
	width: auto;
}

.group-settings-role-cs {
	background: #7D87FA;
}

.group-settings-role-buy {
	background: #FC5256;
}

.group-settings-role-sell {
	background: #007BE5;
}

.group-settings-account {
	display: block;
	margin-top: 4px;
	width: 70px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}

.container-bottom-right-settings-bottom {
	padding: 0 30px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.container-bottom-right-settings-bottom-li {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #E5E5E5;
	cursor: pointer;
}

.container-bottom-right-settings-bottom-li-name {
	font-size: 13px;
	font-weight: 400;
}

.quit2 {
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 35px;
	background: #007BE5;
	border-radius: 29px 29px 29px 29px;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}

.quit1 {
	margin: auto;
	margin-top: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 35px;
	background: #007BE5;
	border-radius: 29px 29px 29px 29px;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}
.exit-group{
	margin: 0 auto;
	margin-top: 45px;
	width: 80%;
	line-height: 35px;
	border-radius: 20px;
	text-align: center;
	background: #007BE5;
	color: #FFF;
	font-size: 12px;
	cursor: pointer;
}

.pop1-personnel {
	position: relative;
	box-sizing: border-box;
	padding: 30px 0;
	width: 439px;
	height: 606px;
	background: #FFFFFF;
	border-radius: 20px 20px 20px 20px;
}

.pop1-personnel-top {
	padding: 0 30px;
	padding-bottom: 21px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #E5E5E5;
}

.pop1-personnel-top-search {
	margin-left: 33px;
}

.pop1-personnel-top-search input {
	box-sizing: border-box;
	padding: 0 15px;
	width: 276px;
	height: 30px;
	background: rgba(255, 255, 255, 0.34);
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #D2D2D2;
}

.pop1-personnel-center {
	padding: 0 30px;
	height: 500px;
}

.pop1-personnel-center ul li {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}

.pop1-personnel-center-left {
	display: flex;
	align-items: center;
}

.pop1-personnel-center-left>img {
	width: 31px;
	height: 30px;
	border-radius: 4px 4px 4px 4px;
}

.pop1-personnel-bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	z-index: 999;
	width: 439px;
	height: 59px;
	background: #FFFFFF;
	border-radius: 0px 0px 20px 20px;
	border-top: 0.5px solid #D2D2D2;
}

.pop1-personnel-bottom>div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 291px;
	height: 34px;
	background: #007BE5;
	border-radius: 31px 31px 31px 31px;
	color: #fff;
	cursor: pointer;
}
.img-pop{
	display: none;
	z-index: 9999;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	
}
.img-pop-warp{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.img-pop-warp img{
	width: 400px;
	object-fit: contain;
}

.container-content-pop3{
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.container-content-pop3-read{
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.container-content-pop3-read .read{
	margin: 5px 30px 0 0;
	width: 70px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #999;
	font-size: 10px;
	color: #999;
	cursor: pointer;
}
.container-content-pop3-warp{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background: #FCFCFC;
}
.container-content-pop-li{
	box-sizing: border-box;
	display: flex;
	width: 95%;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 25px 0;
	border-bottom:  .5px solid #F3F3F3;
	cursor: pointer;
}
.container-content-pop-li-left{
	display: flex;
	align-items: center;
	color: #666;
	font-weight: bold;
	font-size: 13px;
}
.container-content-pop-li-text{
	margin-left: 10px;
}
.container-content-pop3-back{
	margin: 25px;
	display: none;
}
.back{
	width: 60px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #999;
	font-size: 12px;
	color: #999;
	cursor: pointer;
}
.text{
	margin-top: 25px;
	font-size: 14px;
}

.container-content-pop-li-right{
	color: #999;
	font-size: 12px;
}

.container-content-pop-li-pop{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: red;
}

.container-bottom{
	/* display: flex;
	align-items: flex-start; */
}

.container-content-right-extend-4{
	padding: 5px 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 50px;
}

.is{
	position: relative;
}
.is1{
	position: relative;
}
.is2{
	position: relative;
}
.container-top-li-pop{
	position: absolute;
	top: 5px;
	right: 18px;
	width: 16px;
	line-height: 16px;
	text-align: center;
	border-radius: 50%;
	background: red;
	font-size: 8px;
	color: #FFF;
}

.feed{
	width: 40px;
	height: 20px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #007BE5;
	font-size: 11px;
	font-weight: 600;
	color: #007BE5;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.is_assat_buy{
	padding: 2px 8px;
	background: red;
	color: #FFF;
	font-size: 10px;
}
.is_assat_sell{
	padding: 2px 8px;
	background: #007BE5;
	color: #FFF;
	font-size: 10px;
}
.container-content-pop-warpt{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.container-content-pop-warpt + .container-content-pop-warpt{
	margin-top: 30px;
}

.draw{
	display: flex;
	align-items: center;
}

.draw-right{
	font-size: 12px;
	margin-right: 5px;
	color: red;
	cursor: pointer;
}