﻿

.con-com {
  background: #f8f8f8;
  margin: 0 1.2rem;
  padding: 0.5rem;
  font-size: 0.8rem;
  margin-bottom: 0.33rem;
}
.con-com-head {
  position: relative;
}

.con-com-face {
  width: 18%;
  text-align: center;
  float: left;
  margin-left: -0.5rem;
}

.con-com-face-img {
  width: 80rpx;
  height: 80rpx;
  border-radius: 50%;
}

.con-com-name {
  float: left;
}

.con-com-name > span {
  display: block;
}
.cc-name {

}
.con-com-contant.user {
    margin-left: 16%;
    margin-top: -7%;
}

.con-com-contant-in {
  margin: 0.33rem 0;
}
.cc-tag {
  background-image: linear-gradient(90deg, #f54732, #ff7338);
  color: #fff;
  border-radius: 1rem;
  font-size: 0.7rem;
  padding: 0 0.33rem;
  margin-top: 0.33rem;
}

.con-com-head .con-com-hbtn {
  position: absolute;
  padding: 0.2rem 0.4rem;
  top: 0.55rem;
  right: 1rem;
  border: 1px solid #f7c914;
}
.con-com-cbtn {
  width: 100%;
  display: block;
  text-align: center;
}

.u-concom {
	font-size: 0.8rem;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    /* background-color: red; */
}

.patbottom {
	background: #eee;
}

.patbottom .w100p {
	display: flex;
    text-indent: 0;
}

.u-cc-btn {
	padding: 0.17rem 0;
	text-align: center;
	margin: 0 0.7rem 0 0.33rem;
	border-radius: 0.2rem;
	position: absolute;
	bottom: 26px;
	right: 0;
	width: 3rem;
	font-size: 0.75rem;
}

.uc-input {
	display: block;
	border: 1px solid #ccc;
	padding: 5px 0.5rem;
	border-radius: 0.2rem;
  line-height: 20px;
	width: 100%;
	height: unset;
  max-height: 60px;
	min-height: 60px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	background: #fff;
	color: #444;
	margin: 0.2rem 4.5rem 0.2rem 0.7rem;
	font-size: 0.8rem;
	-webkit-transition: color .2s linear, border-color .3s linear;
}