body {
    margin: 0 auto;
}

@keyframes slidedown {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(100%);
    }
}

.slidedown {
    animation: slidedown 0.5s linear;
}

.slideup {
    animation: slideup 0.5s linear;
}

@keyframes slideup {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

/* 聊天内容 */
.news {
    width: 100%;
    padding-top: 15px;
    text-align: center;
    box-sizing: border-box;
}

#flag {
    margin-bottom: 50px;
    height: 16px;
}

.chat-notice {
    text-align: center;
    font-size: 16px;
    padding: 6px 0;
    color: #666;
}

.historycon {
    height: 100%;
    width: 100%;
    border-top: 0px;
}


/* 聊天 */
.chat-news {
    width: 100%;
    overflow: hidden;
}

.chat-news .my_right {
    float: right;
    padding: 6px 6px;
}

.chat-news .name {
    margin: 0 2px;
    color: #7f7f7f;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.chat-news .you_left {
    float: left;
    padding: 6px 6px;
}

.selectImg {
    display: inline-block;
    width: 75px;
    height: 75px;
    margin-left: 25px;
}

.my_right .selectImg {
    margin-right: 40px;
}

.new_img {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    vertical-align: middle;
    margin: 0 4px;
}

.new_txt {
    max-width: 200px;
    display: inline-block;
    border-radius: 6px;
    line-height: 20px;
    /* background-color: #95d4ff; */
    background-color: #69DEE8;
    padding: 8px 10px;
    margin: 0 6px;
    margin-left: 25px;
    text-align: left;
}

.new_txt2 {
    background-color: #ffffff;
}

.my_right .new_txt {
    margin-right: 30px;
}

.you {
    background-color: lightgreen;
}

.my {
    border-color: transparent transparent transparent #95d4ff;
}

.you {
    border-color: transparent #95d4ff transparent transparent;
}

.hei {
    margin-top: 30px;
    height: 10px;
}

.history {
    height: 100%;
    margin-top: 8px;
    padding: 6px;
    font-size: 14px;
    line-height: 20px;
    word-break: break-all;
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
    color: transparent;
    z-index: -1;
}

/* 信息输入区域 */
.message {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    background-color: #f7f7f7;
}

.sendMessage {
    display: block;
    height: 40px;
    padding: 6px;
    background-color: #f7f7f7;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    z-index: 3;
}

.sendMessage .sendinp {
    float: left;
    width: calc(100% - 114px);
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    padding: 0 6px;
    font-size: 16px;
    color: #666;
    background-color: #ffffff;
}

.sendMessage .add {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 25px;
    font-size: 20px;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    margin-left: 12px;
    margin-right: 10px;
    margin-top: 7px;
}



.increased {
    width: 100%;
    padding: 10px;
    background-color: #f7f7f7;
    display: none;
}


.image {
    line-height: 50px;
    text-align: center;
    border-radius: 8px;
    font-size: 16px;
}

.incr_inp1 {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    opacity: 0;
    left: 0;
    top: 0;
}


.sendinfo {
    float: right;
    width: 50px;
    box-sizing: border-box;
    border: none;
    color: #ffffff;
    height: 30px;
    border-radius: 4px;
    font-size: 15px;
    line-height: 30px;
    margin-top: 6px;
    font-weight: bold;
}

.bg1 {
    background-color: #45d6db;
}

.sendinfo.button-hover {
    background-color: #45d6db;
}

.increased .image {
    width: 50px;
    height: 70px;
    text-align: center;
    border-radius: 4px;
    position: relative;
}

.image .chat_img {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat_img image {
    width: 25px;
    height: 50rpx;
}

.chat_t1 {
    font-size: 12px;
    line-height: 13px;
    margin-top: 7px;
    color: #7f7f7f;
}

.chat_per1 {
    text-align: right;
    padding-right: 20rpx;
}

.chat_per2 {
    text-align: left;
    padding-left: 20rpx;
}


.chat_time {
    text-align: center;
    padding: 10px 0 5px;
}

.chat_time div {
    background-color: #dadada;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
    padding: 3px 8px;
    border-radius: 5px;
}

#more_his{
    cursor: pointer;
}
.sp01{
    color: darkgray;
    margin: 20px;
}