.chatting{
  width: 100vw;
  height: 100vh;
  background-color: #3d3d3d !important;
  padding-top: 3%;
}
.sapcing{
  margin-bottom: 3%;
}
.chatting_main{
  width: 1240px;
  min-height: 560px;
  height: 90vh;
  margin: 0 auto;
  background-color: #f2f3f4;
}
.chatting_main-left{
  width: 340px;
  border-right: 1px solid rgba(193, 193, 193, .5);
  background-color: #fff;
}
.chatting_main-right{
  /* border-left: 1px solid rgba(193, 193, 193, .5); */
}
.user-infor{
  height: 125px;
  align-items: center;
  justify-content: center;
  background-color: #cc0031;
}
.user-infor-picture-box{
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.user-infor-picture{
  width: 54px;
  height: 54px;
  border: 2px solid #cc0031;
  border-radius: 50%;
  background-color: #fff;
}
.user-infor-picture img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  /* border: 1px solid #cc0031; */
}
.user-infor-nickname{
  width: 222px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.contacts-tab{
  height: 50px;
}
.contacts-tab-lable{
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: rgba(242, 243, 244, .5);
}
.contacts-tab-lable span{
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.selected-tab-style{
  background-color: #fff !important;
  opacity: 1;
}
.selected-tab-style::after{
  content: "";
  position: absolute;
  top: 48px;
  left: 25px;
  width: 120px;
  height: 2px;
  background-color: #cc0031;
}
.selected-tab-style span{
  color: #cc0031 !important;
}
.contacts-list{
  overflow-y: auto;
}
.contacts-list-label{
  height: 88px;
  align-items: center;
  cursor: pointer;
}
.selected-contacts{
  background-color: #f2f3f4;
}
.contacts-list-label:hover{
  background-color: rgba(221, 223, 224, .3);
}
.contacts-list-label-img{
  width: 60px;
	height: 60px;
	margin: 14px 10px;
}
.contacts-list-label-img img{
  width: 60px;
	height: 60px;
	border-radius: 10px;
}
.angle-mark{
  top: -6px;
  right: -6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #cc0031;
}
.contacts-list-label-infor{
  margin-right: 10px;
}
.contacts-user-nickname{
  font-size: 16px;
  line-height: 1;
}
.contacts-dialogue{
  font-size: 14px;
  line-height: 1;
  color: #999;
  margin-top: 10px;
}
.contacts-list-label-time{
  width: 70px;
  justify-content: flex-end;
}
.contacts-list-label-time span{
  font-size: 12px;
  line-height: 1;
  color: #999;
  margin-top: 26px;
  margin-right: 16px;
}

.chat-head{
  height: 62px;
  align-items: center;
  border-bottom: 1px solid #cfd3d6;
}
.chat-head-img{
  width: 36px;
	height: 36px;
  margin-left: 18px;
  margin-right: 10px;
}
.chat-head-img img{
  width: 36px;
	height: 36px;
	border-radius: 10px;
}
.chat-head span{
  font-size: 14px;
  line-height: 1.5;
}
.chat-room{
  padding-bottom: 14px;
  overflow: auto;
}
.chat-room-label,.chat-room-withdraw{
  margin-top: 14px;
}
.dialogue-time{
  margin-top: 2px;
  justify-content: center;
}
.dialogue-time span{
  font-size: 14px;
  line-height: 1;
  color: #999;
}
.dialogue-box-checkbox{
  width: 18px;
  height: 18px;
  /* border-radius: 50%;
	border: 1px solid #cc0031; */
}
.dialogue-box-img{
  width: 34px;
	height: 34px;
}
.dialogue-box-img img{
  width: 34px;
	height: 34px;
	border-radius: 10px;
}
.other-party-content{
  margin-left: 10px;
}
.my-style-content{
  margin-right: 10px;
}
.my-style-content p{
  text-align: right;
}
.dialogue-box-content p{
  font-size: 14px;
  line-height: 1.5;
  color: #999;
}
.dialogue-content{
  margin-top: 4px;
}
.dialogue-content-text{
  display: inline-block;
  max-width: 430px;
  padding: 5px 10px;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
}
.other-party-text{
  border-radius: 0px 10px 10px 10px;
}
.my-style-content-text{
  border-radius: 10px 0px 10px 10px;
}

.my-news{
  flex-direction: row-reverse;
}
.other-party{
  margin-left: 18px;
}
.my-style{
  margin-right: 18px;
}
.my-style-text{
  flex-direction: row-reverse;
}

.chat-input{
  height: 194px;
  border-top: 1px solid #cfd3d6;
}
.chat-input-fuc{
  padding-left: 18px;
  height: 32px;
  align-items: center;
}
.chat-input-fuc-box{
  width: 24px;
	height: 24px;
	background-color: #cfd3d6;
	border-radius: 4px;
  margin-right: 8px;
  cursor: pointer;
}
.chat-input-fuc-box img{
  width: 20px;
  height: 20px;
}
.chat-input-container{
  width: 864px;
  height: 150px;
  background-color: #fff;
  margin: 0 auto;
  margin-bottom: 12px;
  border-radius: 10px;
}
.chat-input-textarea{
  width: 810px;
  height: 134px;
  background-color: #fff;
	border-radius: 10px;
  border: 0;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px;
  overflow: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.chat-input-textarea::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.chat-input-send{
  bottom: 10px;
  right: 10px;
  width: 34px;
	height: 34px;
	background-color: #cc0031;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.send-icon{
  font-size: 24px !important;
  color: #fff;
  margin-left: 4px;
  cursor: pointer;
}
.fuc-icon{
  font-size: 20px !important;
  color: #fff;
}
.fuc-popup{
  width: 100px;
	background-color: #ffffff;
	box-shadow: 0px 8px 16px 0px 
		rgba(0, 0, 0, 0.08);
	border-radius: 10px;
  position: fixed;
}
.fuc-popup-label{
  height: 32px;
  cursor: pointer;
}
.fuc-popup-label span{
  font-size: 16px;
  line-height: 1;
}
.fuc-popup-label:hover{
  color: #cc0031;
}
.function-block{
  height: 36px;
  background-color: #cc0031;
  top: 62px;
  left: 0;
  z-index: 999;
}
.function-block-btn{
  width: 60px;
  height: 24px;
  border-radius: 10px;
  cursor: pointer;
}
.function-block-btn span{
  font-size: 14px;
  line-height: 24;
}
.cancel-block span{
  color: #fff;
}
.delect-block{
  background-color: #fff;
  margin-left: 20px;
}
.delect-block span{
  color: #cc0031;
}
.chat-room-withdraw span{
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}
.close-dialogue-box{
  width: 16px;
  height: 16px;
  top: 14px;
  right: 18px;
  cursor: pointer;
  z-index: 9999;
}
.close-box-icon{
  font-size: 16px !important;
  color: #cc0031;
}
/* --------------------------------复选框样式start-------------------------------------- */
.checkbox-style{
  width: 16px;
  height: 16px;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  cursor: pointer;
}

.dialogue-box-goods{
  width: 550px;
  height: 120px;
  background-color: #fff;
	border-radius: 10px;
  bottom: 10px;
  right: 175px;
}

.d_goods-img{
  width: 90px;
  height: 90px;
  background-color: #cfd3d6;
	border-radius: 10px;
  margin: 0 10px;
}
.d_goods-img img{
  border-radius: 10px;
}
.d_goods-btn{
  width: 80px;
  height: 100px;
  margin-right: 10px;
}
.d_goods-infor{
  height: 90px;
  margin-right: 15px;
  justify-content: space-between;
}
.send_goods-btn{
  height: 26px;
  border: 1px solid #cc0031;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 79px;
  z-index: 9999;
}
.send_goods-btn:hover{
  background-color: #cc0031 !important;
}
.send_goods-btn:hover span{
  color: #fff !important;
}
.send_goods-btn span{
  font-size: 14px;
  line-height: 18px;
  color: #cc0031;
}
.d_goods-name{
  margin-top: 5px;
  font-size: 14px;
  line-height: 22px;
}
.d_goods-price{
  font-size: 14px;
  color: #999;
  line-height: 18px;
  margin-bottom: 5px;
}
/*lable标签的大小、位置、背景颜色更改，在css选择时，“+”代表相邻元素，即当前元素的下一元素*/
.checkbox-style +label{
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  box-sizing: border-box;
}
/*当input框为选中状态时，lable标签的样式，其中在css选择时，“：”表示当前input框的值，即checked；
    该部分主要对显示的“对号”的大限居中方式，显示颜色进行了设置*/
.selected-checkbox:checked +label::before{
  display: block;
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #cc0031 !important;
  background-color: #cc0031;
}

input[type=checkbox]{
  visibility: hidden;
}
/* --------------------------------复选框样式end-------------------------------------- */