/*由于样式冲突 下面的全部加了一个C*/
.Cbox {
    width: 600px;
    height: 550px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    box-shadow: -1px 0px 8px 1px #E3E7E9, /*左边阴影*/ 0px -1px 8px 2px #E3E7E9, /*上边阴影*/ 1px 0px 8px 2px #E3E7E9, /*右边阴影*/ 0px 1px 8px 2px #E3E7E9; /*下边阴影*/
    box-sizing: border-box;
    display: flex;
}

/* 左边盒子 */
.CleftBox {
    width: 390px;
    height: 550px;
    position: fixed;
    float: right;
    bottom: 0%;
    right: 276px;
    box-sizing: border-box;
    box-shadow: -4px 1px 11px #aaaaaa;

}

.Cmsg-house {
    display: flex;
    align-items: center;
    width: 260px;
    height: 92px;
    background-color: white;
    box-sizing: border-box;
    border-radius: 6px;
    position: relative;
}

.Chouse-img {
    width: 97px;
    height: 72px;
    margin: 0 10px;
}

.Cinfo {
    text-align: left;
}

.Cinfo .Chousetitle {
    width: 132px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.Cdesc {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #747677;
    height: 35px;
    line-height: 35px;
}

.Cprice {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    display: inline-block;
}

.CtotalPrice {
    font-size: 14px;
    font-family: Tahoma;
    font-weight: bold;
    color: #FF622B;
    display: inline-block;
}

.Cmsg-house ::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left: 8px solid #fff;
    position: absolute;
    top: 39px;
    right: -16px;
}


/* 聊天框 */
.Ctitle {
    font-weight: bold;
    width: 390px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    font-family: Microsoft YaHei;
    color: #333333;
    padding: 0 15px;
    border: 1px solid #E3E7E9;
    background: white;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.Ctitle img {
    width: 12px;
    height: 12px;
    align-self: center;
}

.CchatBox {
    width: 390px;
    height: 490px;
    background: #FFFFFF;
}

.Cmessage-box {
    padding: 0 15px;
    width: 390px;
    height: 380px;
    overflow: auto;
    background-color: #f5f5f5;
    border-left: 1px solid #E3E7E9;
    border-right: 1px solid #E3E7E9;
    box-sizing: border-box;
}

.Clist-item {
    display: flex;
    margin-bottom: 10px 0;
    justify-content: flex-start;
}

.Cavatar {
    flex: none;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.Ctime {
    margin-top: 8px;
    color: #888;
    font-size: 12px;
    font-family: Microsoft YaHei;
    text-align: center;
}

.Cuser {
    text-align: right;
    flex-direction: row-reverse;
}

.Cuser .Cavatar {
    margin-left: 40px;
    margin-right: 0;
}

.Cuser .Cinfo-box ::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left: 8px solid #fff;
    position: absolute;
    top: 10px;
    right: -15px;
}

.Cmsg {
    display: inline-block;
    position: relative;
    padding:19px 15px;
    border-radius: 6px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    text-align: left;
    color: #333;
    background-color: white;
}

.Ctarget .Cinfo-box ::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right: 8px solid #fff;
    position: absolute;
    top: 21px;
    left: -16px;
}

.CtextBox {
    width: 390px;
    height: 130px;
    border: 1px solid #E3E7E9;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    position: relative;
    background: white;
}

.Ctextarea {
    width: 370px;
    height: 115px;
    background: #FFFFFF;
    border: 1px solid #E3E7E9;
    border-radius: 3px;
    align-self: center;
}

.textareas {
    width: 365px;
    height: 76px;
    border: none;
    resize: none;
}

.Cbutton {
    width: 85px;
    height: 32px;
    background: #2CADD7;
    border-radius: 4px;
    color: white;
    border: none;
    position: absolute;
    bottom: 10px;
    right: 15px;
}

/* 右边盒子 */
.CrightBoxOpen {
    /*width: 210px;*/
    height: 550px;
    position: fixed;
    bottom: 0%;
    right: 67px;
    border-left: 1px solid #E3E7E9;
    box-sizing: border-box;
    box-shadow: -4px 1px 11px #aaaaaa;
}

.CrightBoxClose {
    /*width: 210px;*/
    height: 550px;
    position: fixed;
    bottom: 1%;
    right: 19px;
    box-sizing: border-box;
}

/* 聊天人列表 */
.CweiliaoOpen {
    background: white;
    width: 227px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
    border-width: 1px 1px 1px 0;
    border-color: #E3E7E9;
    border-style: solid;
}

.CweiliaoClose {
    background-color: white;
    box-shadow: -4px 1px 11px #aaaaaa;
    width: 210px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
    border-width: 1px 1px 1px 1px;
    border-color: #E3E7E9;
    border-style: solid;
    position: absolute;
    bottom: 0px;
    right: 30px;
}

.CweiliaoTitle {
    display: flex;
    height: 40px;
    line-height: 40px;
}

.CchatIcon {
    width: 24px;
    height: 20px;
    align-self: center;
    margin-right: 5px;
}

/* 箭头转换动画 */
.Carrow {
    width: 13px;
    height: 7px;
    align-self: center;
}

.CarrowTransform {
    transition: 0.2s;
    transform-origin: center;
    transform: rotateZ(180deg);
}

.CarrowTransformReturn {
    transition: 0.2s;
    transform-origin: center;
    transform: rotateZ(0deg);
}

/* 经纪人列表上下滑动动画 */
.Copen {
    animation: slideContentUp 1s;

}

.Cclose {
    animation: slideContentDown 1s;
}

@keyframes slideContentUp {
    10% {
        transform: translateY(-10px);
    }
}

@keyframes slideContentDown {
    10% {
        transform: translateY(10px);
    }

}

.CbelongerList {
    background: white;
    height: 510px;
    width: 227px;
    box-sizing: border-box;
    padding-left: 10px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #E3E7E9;
    overflow: auto;

}

.Cbelonger {
    height: 70px;
    padding: 10px 10px 10px 0;
    display: flex;
    box-sizing: border-box;
    border-bottom: 1px solid #E3E7E9;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    position: relative;
}
.Cbelonger img{
    width: 45px;
    height: 45px;
}

.Cbelonger .Cavatar {
    align-self: center;
    margin-right: 8px;
}

.CchatInfo {
    width: 140px;
}

.CfirstLine {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;

}
.Cname{
    width: 76px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei;
    color: #333333;
    font-size: 15px;
    font-weight: bold;
}

.CfirstLine .Ctime {
    margin-top: 0px
}
.CsecondLine {
    width:140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #666666;
}
.unread{
    position:absolute;
    width: 11px;
    height: 11px;
    background: #FF4200;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    top:14px;
    left:29px;
}
