.posi-all{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.posi-x{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.posi-y{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
/* 后期在线沟通 */
.chat_with_main{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #F0F5FE;
}
.chat_inner{
	width: 1366px;
	/* height: 800px; */
	height: 90%;
	background: #FFFFFF;
	border-radius: 40px;
	overflow: hidden;
	box-shadow: 50px 50px 50px rgba(0, 0, 0, 0.01);
}
.chat_inner .user_list{
	width: 24.75%;
	float: left;
	height: 100%;
	padding: 70px 24px;
	padding-top: 257px;
	box-sizing: border-box;
	position: relative;
}
.chat_inner .user_list .profile_con{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 70px;
}
.chat_inner .user_list .profile_con img,.chat_inner .user_list .list ul li .pic img,.chat_inner .msg_con .top .left img,.chat_inner .msg_con .msg_list .left_word .pic img{
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	margin: 0 auto;
}
.chat_inner .user_list .profile_con .pro_name{
	font-size: 20px;
	line-height: 24px;
	color: #384364;
	padding: 19px 0 4px;
	font-weight: bold;
}
.chat_inner .user_list .profile_con .pro_id{
	font-size: 14px;
	line-height: 14px;
	color: #666;
}
.chat_inner .user_list .list{
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
.chat_inner .user_list .list ul li{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 11px 10px;
	border-radius: 28px;
	cursor: pointer;
	padding-left: 58px;
	margin-top: 4px;
}
.chat_inner .user_list .list ul li:first-child{
	margin-top: 0;
}
.chat_inner .user_list .list ul li.active,.chat_inner .user_list .list ul li:hover{
	background: #F5F6FA;
}
.chat_inner .user_list .list ul li .pic{
	position: absolute;
	left: 10px;
	top: 11px;
}
.chat_inner .user_list .list ul li .pic img{
	width: 35px;
	height: 35px;
}
.chat_inner .user_list .list ul li .word{
	width: 100%;
}
.chat_inner .user_list .list ul li .word .name{
	width: 100%;
	display: flex;
	color: #384364;
	line-height: 14px;
	justify-content: space-between;
}
.chat_inner .user_list .list ul li .word .name .name_con{
	font-size: 14px;
	font-weight: 500;
	max-width: 100px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: 14px;
}
.chat_inner .user_list .list ul li .word .name .time{
	font-size: 12px;
}
.chat_inner .user_list .list ul li .word .con{
	padding-top: 5px;
	width: 100%;
	overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.chat_inner .user_list .list ul li .word .con .con_word{
	width: 80%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
	overflow: hidden;
	color: #666;
	font-size: 12px;
	float: left;
}
.chat_inner .user_list .list ul li .word .con .num{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 18px;
	padding: 0 5px;
	border-radius: 18px;
	background: #FF7600;
}
::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.chat_inner .msg_con{
	width: 75.25%;
	float: left;
	height: 100%;
	position: relative;
	background: #FAFAFB;
	box-sizing: border-box;
	border-left: 1px solid #FAFAFB;
	padding: 108px 0;
}
.chat_inner .msg_con .top{
	width: 100%;
	overflow: hidden;
	padding: 36px 82px 27px 42px;
	box-sizing: border-box;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.chat_inner .msg_con .top .left{
	float: left;
	color: #001B34;
	font-size: 14px;
	overflow: hidden;
	font-weight: bold;
	line-height: 14px;
	margin-top: 3px;
}
.chat_inner .msg_con .top .left img{
	width: 36px;
	height: 36px;
	margin-right: 7px;
}
.chat_inner .msg_con .top .right{
	float: right;
	width: 118px;
	border: 1px solid #384364;
	opacity: 0.8;
	border-radius: 23px;
	text-align: center;
	line-height: 43px;
	color: #384364;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}
.chat_inner .msg_con .top .left img,.chat_inner .msg_con .top .left span{
	display: block;
	float: left;
}
.chat_inner .msg_con .top .left span{
	margin-top: 11px;
}
.chat_inner .msg_con .msg_list{
	width: 100%;
	padding: 0 83px 0 42px;
	box-sizing: border-box;
	height: 100%;
	overflow-y: scroll;
	padding-bottom: 50px;
}
.chat_inner .msg_con .msg_list .left_word{
	position: relative;
	margin-top: 50px;
	padding-left: 59px;
	box-sizing: border-box;
}
.chat_inner .msg_con .msg_list .left_word .pic{
	position: absolute;
	left: 0;
	top: 0;
}
.chat_inner .msg_con .msg_list .left_word .pic img{
	height: 50px;
	width: 50px;
}
.chat_inner .msg_con .msg_list .left_word .word .name{
	font-size: 20px;
	font-weight: 500;
	color: #384364;
	line-height: 20px;
}
.chat_inner .msg_con .msg_list .word .content{
	margin-top: 10px;
	position: relative;
	display: inline-block;
}
.chat_inner .msg_con .msg_list .word .content p{
	position: relative;
	max-width: 410px;
	background: #FFFFFF;
	border-radius: 10px;
	font-size: 16px;
	color: #384364;
	padding: 15px;
	box-sizing: border-box;
	line-height: 24px;
}
.chat_inner .msg_con .msg_list .word .content img{
	display: block;
	border-radius: 10px;
}
.chat_inner .msg_con .msg_list .word .content .status{
	font-size: 14px;
	color: #4F63FC;
	font-weight: 500;
	position: absolute;
	top: 33px;
	right: -38px;
}
.chat_inner .msg_con .msg_list .word .time,.chat_inner .msg_con .msg_list .word .time{
	font-size: 14px;
	color: #384364;
	line-height: 14px;
	padding-top: 10px;
}
.chat_inner .msg_con .msg_list .right_word{
	text-align: right;
	margin-top: 50px;
}
.chat_inner .msg_con .msg_list .right_word .content{
	text-align: left;
}
.chat_inner .msg_con .msg_list .right_word .word .content .status{
	right: auto;
	left: -38px;
}
.chat_inner .msg_con .msg_list .right_word .word .content .status.active{
	color: #999faf;
}
.chat_inner .msg_con .msg_list .right_word .word .content p{
	color: #384364;
	background: rgba(79, 99, 252, 0.1);
}
.chat_inner .msg_con .msg_list .tab_list{
	width: 100%;
	display: none;
}
.chat_inner .msg_con .msg_list .tab_list.focus{
	display: block;
}
.chat_inner .msg_con .foot{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 108px;
	background: #fff;
	padding: 0 83px 0 42px;
	box-sizing: border-box;
}
.chat_inner .msg_con .foot .inner{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 29px 135px 0 0;
}
.chat_inner .msg_con .foot .inner .inp{
	width: 100%;
	height: 56px;
	padding-left: 28px;
	box-sizing: border-box;
	border: 1px solid #ECF1FA;
	box-shadow: 0px 15px 20px rgba(153, 153, 153, 0.1);
	border-radius: 51px;
	box-sizing: border-box;
	line-height: 54px;
	position: relative;
	padding-right: 81px;
	overflow: hidden;
}
.chat_inner .msg_con .foot .inner .inp img{
	padding: 17px 27px;
	display: block;
	width: 27px;
	right: 0;
	top: 0;
	position: absolute;
	cursor: pointer;
}
.chat_inner .msg_con .foot .inner .inp input{
	display: block;
	width: 100%;
	line-height: 54px;
	height: 54px;
	font-size: 18px;
	color: #384364;
	font-weight: 500;
}
.chat_inner .msg_con .foot .inner .btn{
	width: 125px;
	height: 56px;
	background: #4F63FC;
	opacity: 1;
	border-radius: 28px;
	text-align: center;
	line-height: 56px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 29px;
	cursor: pointer;
}
.chat_inner .msg_con .top .img1{
	display: none;
}
@media screen and (max-width:1440px) {
	.chat_inner{
		width: 1200px;
	}
	.chat_inner .user_list {
		padding: 70px 5px;
		padding-top: 190px;
	}
	.chat_inner .user_list .profile_con {
		top: 37px;
	}
	.chat_inner .user_list .list ul li {
		padding-left: 50px;
	}
}
@media screen and (max-width:1152px) {
	.chat_inner{
		width: 96%;
	}
}
@media screen and (max-width: 768px) {
	.chat_inner {
		width: 98%;
		height: 94%;
		border-radius: 20px;
	}
	.chat_inner .user_list .profile_con .pro_name {
		font-size: 18px;
		line-height: 20px;
		padding: 14px 0 4px;
	}
	.chat_inner .msg_con .top {
		padding: 30px;
	}
	.chat_inner .msg_con .top .right {
		width: 133px;
		line-height: 36px;
	}
	.chat_inner .user_list {
		width: 35%;
	}
	.chat_inner .msg_con {
		width: 65%;
	}
	.chat_inner .msg_con .msg_list {
		padding: 0 30px;
	}
	.chat_inner .msg_con .msg_list .right_word,.chat_inner .msg_con .msg_list .left_word{
		margin-top: 20px;
	}
	.chat_inner .msg_con .foot {
		padding: 0 30px;
	}
	.chat_inner .user_list .list ul li .word .name .name_con {
		max-width: 67px;
	}
	.chat_inner .user_list .profile_con .pro_name {
		font-size: 16px;
		padding: 10px 0 4px;
	}
}
@media screen and (max-width: 767px) {
	.chat_inner .user_list{
		width: 100%;
	}
	.chat_inner .user_list,.chat_inner .user_list .profile_con{
		display: none;
	}
	.chat_inner .user_list.active,.chat_inner .user_list .profile_con.active{
		display: block;
	}
	.chat_inner{
		width: 100%;
		height: 100%;
		border-radius: 0;
	}
	.chat_inner .user_list{
		padding-top: 24px;
	}
	.chat_inner .user_list .list ul li .word .name .name_con {
		max-width: 160px;
	}
	.chat_inner .msg_con {
		width: 100%;
	}
	.chat_inner .msg_con .top {
		padding: 20px 10px;
		padding-left: 40px;
	}
	.chat_inner .msg_con .msg_list,.chat_inner .msg_con .foot{
		padding: 0 10px;
	}
	.chat_inner .msg_con .msg_list{
		padding-bottom: 14px;
	}
	.chat_inner .msg_con .msg_list .word .content .status {
		top: 16px;
	}
	.chat_inner .msg_con .msg_list .word .content p {
		padding: 6px 10px;
	}
	.chat_inner .msg_con .msg_list .left_word .word .name {
		font-size: 16px;
	}
	.chat_inner .msg_con .msg_list .word .content {
		margin-top: 6px;
	}
	.chat_inner .msg_con .msg_list .left_word .pic img {
		height: 40px;
		width: 40px;
	}
	.chat_inner .msg_con .msg_list .left_word {
		padding-left: 50px;
	}
	.chat_inner .msg_con .msg_list .word .time, .chat_inner .msg_con .msg_list .word .time {
		font-size: 12px;
	}
	.chat_inner .msg_con .foot .inner .inp {
		height: 45px;
		line-height: 43px;
	}
	.chat_inner .msg_con .foot .inner .inp input {
		line-height: 40px;
		height: 40px;
		font-size: 16px;
		padding-left: 16px;
		padding-right: 60px;
	}
	.chat_inner .msg_con .foot .inner .btn {
		width: 100px;
		height: 45px;
		line-height: 45px;
		top: 20px;
	}
	.chat_inner .msg_con .foot .inner {
		padding: 20px 110px 0 0;
	}
	.chat_inner .msg_con .foot {
		height: 86px;
	}
	.chat_inner .msg_con .foot .inner .inp img {
		padding: 11px 18px;
	}
	.chat_inner .msg_con .top .img1{
		width: 10px;
		position: absolute;
		display: block;
		left: 0;
		padding: 10px;
	}
}
