.im-layer{
    position: absolute;
    /* right: 100px;
    bottom: 200px;
    z-index: 99999; */
    left: -100%;
}
.has_chat_info .im_layer{
    width: 720px !important;
}
.small.has_chat_info .im_layer {
    width: 680px !important;
}
.layui-layer-page.im_layer .layui-layer-content {
    overflow: hidden;
}
.im_layer{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}
.im_layer .layui-layer-title{
    height: 30px;
    background-color: #fff;
    border: 0;
}
[class*=" el-icon-tfy"],
[class^=el-icon-tfy] {
    font-family: tfy-iconfont !important;
}
.im-box {
    
    height: 622px;
    background-color: #fff;
    /* border: 1px solid #f3f3f3; */
    overflow: hidden;
    position: relative;
    /* box-shadow: 0px 0 12px 0px #ccc; */
}

 
 


.chat_content {
    background-color: #fff1f1;
    height: 100%;
    position: relative;
}

.chat_content .friend_top {
    padding: 10px 15px 25px 15px;
    background-color: #fff;
}

.chat_content .friend_top .header_box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.chat_content .friend_top .header_box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.chat_content .friend_top .info_box .name {
    font-size: 16px;
    margin-right: 5px;
    font-weight: bold;
}

.chat_content .friend_top .info_box .status {
    font-size: 12px;
    color: #48dab4;
}

.chat_content .friend_top .info_box .level {
    margin-left: 10px;
    padding: 3px 5px;
    color: #ffdc42;
    background-color: #ff706f;
    border-radius: 5px;
    font-size: 10px;
}

.chat_content .friend_top .info_box .data_box {
    margin-top: 8px;
    font-size: 12px;
    color: #888;
}

.chat_content .friend_top .info_box .data_box span {
    margin-right: 10px;
    display: inline-block;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat_content .friend_top .menu_box {
    position: absolute;
    right: 0;
    top: 10px;
    line-height: 60px;
}

.chat_content .friend_top .menu_box .menu_item {
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
}

.chat_content .friend_top .menu_box .menu_item .el-icon-tfy-dianhua1 {
    position: relative;
    top: 3px;
    margin-right: 3px;
    font-size: 30px;
    color: #1296db;
}

.chat_content .friend_top .menu_box .menu_item .el-icon-tfy-weixin2 {
    position: relative;
    top: 3px;
    margin-right: 3px;
    font-size: 30px;
    color: #09de74;
}

.chat_content .friend_top .menu_box .menu_item .el-icon-tfy-gengduo {
    position: relative;
    top: 3px;
    margin-right: 3px;
    font-size: 30px;
    color: #ff5e66;
}

.chat_content .chat_list_box {
    height: 390px;
    overflow-x: hidden;
    padding: 16px;
    box-sizing: border-box;
}
.small .chat_content .chat_list_box {
    height: 330px;
    padding: 12px;
}

.chat_content .chat_list_box::-webkit-scrollbar {
    display: none;
}

.chat_content .chat_list_box .get_more {
    padding: 10px;
    font-size: 13px;
    color: #888;
    text-align: center;
    cursor: pointer;
}

.chat_content .chat_list_box .no_more {
    padding: 10px;
    font-size: 13px;
    color: #888;
    text-align: center;
}

.chat_content .chat_list_box .chat_item .time {
    text-align: center;
    margin-top: 20px;
}

.chat_content .chat_list_box .chat_item .time span {
    padding: 4px 15px 2px 15px;
    border-radius: 3px;
    background-color: #e7e7e7;
    font-size: 13px;
    color: #888;
}

.chat_content .chat_list_box .my_chat {
    margin-top: 10px;
    min-height: 50px;
}

.chat_content .chat_list_box .my_chat .header_box {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    overflow: hidden;
    float: right;
}

.chat_content .chat_list_box .my_chat .header_box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.chat_content .chat_list_box .my_chat .info {
    float: right;
    max-width: 60%;
    min-height: 25px;
    margin-right: 25px;
    padding: 6px 15px;
    margin-top: 5px;
    line-height: 1.6;
    min-height: 24px;
    border-radius: 10px;
    background-color: #ff706f;
    color: #fff;
    position: relative;
    white-space: pre-line;
}

.chat_content .chat_list_box .my_chat .info .point {
    border: 10px solid;
    border-color: #ff706f transparent transparent #ff706f;
    position: absolute;
    top: 8px;
    right: -8px;
}

.chat_content .chat_list_box .my_chat .img {
    float: right;
    max-width: 220px;
    margin-right: 25px;
    padding: 12px;
    margin-top: 5px;
    line-height: 1.6;
    border-radius: 10px;
    background-color: #fff;
    color: #fff;
    position: relative;
    font-size: 0;
}

.chat_content .chat_list_box .my_chat .img img {
    max-width: 100%;
    border-radius: 10px;
}

.chat_content .chat_list_box .my_chat .img .point {
    border: 10px solid;
    border-color: #fff transparent transparent #fff;
    position: absolute;
    top: 8px;
    right: -8px;
}

.chat_content .chat_list_box .my_chat .build-card {
    width: 50%;
    padding: 10px;
    margin-right: 20px;
    background-color: #fff;
    border-radius: 6px;
    float: right;
    cursor: pointer;
}

.chat_content .chat_list_box .my_chat .build-card .build-img-box {
    width: 100%;
    height: 182px;
    border-radius: 5px;
    overflow: hidden;
}

.chat_content .chat_list_box .my_chat .build-card .build-img-box .build-img {
    width: 100%;
    height: 100%;
}

.chat_content .chat_list_box .my_chat .build-card .build-title {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat_content .chat_list_box .friend_chat {
    margin-top: 10px;
    padding: 10px;
}

.chat_content .chat_list_box .friend_chat .header_box {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    overflow: hidden;
    float: left;
}

.chat_content .chat_list_box .friend_chat .header_box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.chat_content .chat_list_box .friend_chat .info {
    float: left;
    max-width: 60%;
    min-height: 25px;
    margin-left: 25px;
    padding: 6px 15px;
    margin-top: 5px;
    line-height: 1.6;
    border-radius: 10px;
    background-color: #ffffff;
    color: #ff706f;
    position: relative;
    white-space: pre-line;
}

.chat_content .chat_list_box .friend_chat .info .point {
    border: 10px solid;
    border-color: #fff #fff transparent transparent;
    position: absolute;
    top: 8px;
    left: -8px;
}

.chat_content .chat_list_box .friend_chat .img {
    float: left;
    max-width: 220px;
    margin-left: 25px;
    padding: 12px;
    margin-top: 5px;
    line-height: 1.6;
    border-radius: 10px;
    background-color: #ffffff;
    color: #ff706f;
    position: relative;
    font-size: 0;
}

.chat_content .chat_list_box .friend_chat .img img {
    max-width: 100%;
    border-radius: 10px;
}

.chat_content .chat_list_box .friend_chat .img .point {
    border: 10px solid;
    border-color: #fff #fff transparent transparent;
    position: absolute;
    top: 8px;
    left: -8px;
}

.chat_content .chat_list_box .friend_chat .build-card {
    width: 50%;
    padding: 10px;
    margin-left: 20px;
    background-color: #fff;
    border-radius: 6px;
    float: left;
    cursor: pointer;
}

.chat_content .chat_list_box .friend_chat .build-card .build-img-box {
    width: 100%;
    height: 182px;
    border-radius: 5px;
    overflow: hidden;
}

.chat_content .chat_list_box .friend_chat .build-card .build-img-box .build-img {
    width: 100%;
    height: 100%;
}

.chat_content .chat_list_box .friend_chat .build-card .build-title {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat_content .chat_list_box .system-info {
    padding: 5px;
    width: 72%;
    margin: 0 auto;
    margin-top: 20px;
}

.chat_content .chat_list_box .apply-tel,.apply-wechat {
    position: relative;
    top: 20px;
    text-align: center;
    color: #666;
    font-size: 13px;
}

.chat_content .chat_list_box .apply-tel .cont {
    padding: 3px 10px;
    border-radius: 3px;
    background-color: #e9e8e8;
}
.chat_content .chat_list_box .apply-wechat .cont {
    padding: 3px 10px;
    border-radius: 3px;
    background-color: #e9e8e8;
}

.chat_content .chat_list_box .apply-tel .agree {
    color: #1296db;
    margin-left: 10px;
    cursor: pointer;
}
.chat_content .chat_list_box .apply-wechat .agree {
    color: #1296db;
    margin-left: 10px;
    cursor: pointer;
}

.chat_content .chat_list_box .wechat-card {
    width: 320px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #f3f3f3;
}

.chat_content .chat_list_box .wechat-card .wechat-info-box {
    align-items: center;
    padding: 12px;
    height: 50px;
}

.chat_content .chat_list_box .wechat-card .wechat-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    text-align: center;
    line-height: 52px;
    border-radius: 6px;
    background-color: #09de74;
    margin-right: 10px;
    float: left;
    font-size: 30px;
    color: #fff;
}

.chat_content .chat_list_box .wechat-card .wechat-info .name {
    margin-bottom: 5px;
    color: #666;
}

.chat_content .chat_list_box .wechat-card .wechat-info .wechat {
    font-weight: bold;
}

.chat_content .chat_list_box .wechat-card .options {
    border-top: 1px solid #f3f3f3;
    font-size: 0;
}

.chat_content .chat_list_box .wechat-card .options div {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 15px 10px;
    font-size: 15px;
    cursor: pointer;
}

.chat_content .chat_list_box .wechat-card .options .right-btn {
    border-left: 1px solid #f3f3f3;
    color: #ff706f;
}

.chat_content .send_box {
    height: 150px;
    padding: 10px 15px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
}
.small .chat_content .send_box {
    height: 135px;
    padding: 8px 12px;
}

.chat_content .send_box .face_list {
    padding: 10px;
    width: 360px;
    position: absolute;
    z-index: 2;
    bottom: 150px;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
}

.chat_content .send_box .face_list .face_item {
    width: 10%;
    padding: 5px;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
}

.chat_content .send_box .face_list .face_item img {
    max-width: 100%;
}

.chat_content .send_box .fast_reply_box {
    padding: 0 10px;
    width: 450px;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    bottom: 150px;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
}

.chat_content .send_box .fast_reply_chil_box {
    position: relative;
}

.chat_content .send_box .fast_reply_chil_box .edit_fast_reply {
    height: 45px;
    width: 100%;
    line-height: 45px;
    text-align: center;
    color: #888;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}

.chat_content .send_box .fast_reply_list {
    max-height: 190px;
    overflow-x: hidden;
}

.chat_content .send_box .fast_reply_list .fast_reply_item {
    padding: 10px;
    padding-right: 40px;
    border-bottom: 1px solid #f7f7f7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    cursor: pointer;
    position: relative;
}

.chat_content .send_box .fast_reply_list .fast_reply_item .edit {
    width: 40px;
    padding: 10px 0;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 20px;
}

.chat_content .send_box .send_bar {
    height: 40px;
    line-height: 43px;
}

.chat_content .send_box .send_bar .icon {
    padding: 5px;
    font-size: 28px;
    color: #888;
    cursor: pointer;
}

.chat_content .send_box .send_bar .file {
    height: 0;
    width: 0;
    overflow: hidden;
}

.chat_content .send_box .send_bar .fast_reply {
    float: right;
    cursor: pointer;
}

.chat_content .send_box .send_bar .fast_reply .text {
    position: relative;
    top: -5px;
    color: #888;
}

.chat_content .send_box .send_input {
    padding: 10px;
    height: 40px;
    overflow: hidden;
}

.chat_content .send_box .send_input:focus {
    outline: -webkit-focus-ring-color auto 0;
}

.chat_content .send_box .send_btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 6px;
    color: #fff;
    background-color: #ff706f;
    font-size: 15px;
    cursor: pointer;
    user-select: none;
}

.chat_content .tip {
    text-align: center;
    font-size: 36px;
    color: #dedede;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 40px;
    margin: auto;
}

.chat_info {
    width: 200px;
  
    height: 100%;
    background-color: #fff;
}

.chat_info .card {
    padding: 10px;
}

.chat_info .card .title {
    padding: 30px 10px 20px 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f3f3f3;
}

.chat_info .card .info_box {
    padding: 10px 20px;
}

.chat_info .card .info_box p {
    color: #666;
    margin-bottom: 10px;
}

.chat_info .card .info_box .btn {
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    font-size: 13px;
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #FF5C6A;
}

.chat_info .card .time_line {
    padding: 10px 20px;
    height: 285px;
    overflow-x: hidden;
}

.chat_info .card .time_line::-webkit-scrollbar {
    display: none;
}

.chat_info .card .line_item {
    padding-left: 30px;
    padding-bottom: 20px;
    border-left: 2px solid #dedede;
    position: relative;
    box-sizing: border-box;
}

.chat_info .card .line_item::before {
    content: "";
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #dedede;
    position: absolute;
    left: -7px;
    top: 0;
}

.chat_info .card .line_item .desc {
    font-size: 14px;
    margin-bottom: 8px;
    color: #333;
}

.chat_info .card .line_item .time {
    font-size: 13px;
    color: #666;
    font-weight: bold;
}
.fast_reply_layer textarea{
    width: 340px;
    height: 90px;
    padding: 10px;
    margin-left: 10px;
    margin-top: 10px;
    box-sizing: border-box;
    border: 1px solid #f3f3f3;
}
.img_layer{
    height: 600px;
}
.img_layer img{
    height: 100%;
}
#start_el{
    margin-top:20px;
    text-align: center;
}
.start{
    font-size: 32px;
    padding: 15px;
    cursor: pointer;
}
.start.el-icon-tfy-shoucang{
    color: #fda613;
}
.start.el-icon-tfy-shoucang1{
    color: #333;
}
.evaluate_tip{
    padding: 10px;
    margin-top: 10px;
}

.build_box{
    padding: 10px;
    height: 120px;
    box-sizing: border-box;
    left: 10px;
    right: 10px;
    position: absolute;
    bottom: 155px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
}
.build_box .build_img{
    width: 150px;
    height: 100px;
    overflow: hidden;
    float: left;
    border-radius: 5px;
    margin-right: 10px;
}
.build_box .build_img img{
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
}
.build_box .build_info .build_title {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #333;
}
.build_box .send_info_btn{
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 6px;
    color: #ff706f;
    background-color: #ffe9e9;
    font-size: 15px;
    cursor: pointer;
    user-select: none;
    border: 1px solid #ff706f;
}