*{margin: 0;padding: 0;}
html, body, #app {
    width: 100%;
    min-height: 100%;
    margin: 0;
}
a{text-decoration: none;}
a img{border:0;}
#app{
    max-width: 550px;
    background: #f6f6f7;
    margin: 0 auto;
    height: 100vh;
    overflow-y: auto;
}
div,input{
    box-sizing: border-box;
}
.message-box{
    padding: 35px 15px 15px 15px;
    display: block;
    overflow: hidden;
}
.time{
    font-size: 16px;
    color: #c2c2c2;
    margin-bottom: 5px;
    text-align: center;
}
.left-box{
    width: 80%;
    overflow: hidden;
    padding-bottom: 25px;
    float: left;
}
.right-box{
    width: 80%;
    overflow: hidden;
    padding-bottom: 25px;
    float: right;
}
.fl{
    float: left;
}
.mr-10{
    margin-right: 10px;
}
.fr{
    float: right;
}
.ml-10{
    margin-left: 10px;
}
.tx{
    width: 40px;
    height: 40px;
    border-radius: 10%;
}
.tx img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10%;
}
.info{
    background: #e4e5e7;
    padding: 4px 8px;
    border-radius: 8px;
    word-break: break-word;
    width: calc( 100% - 40px - 10px );
    font-size: 16px;
    color:#000;
    line-height: 1.5;
    word-break: break-word !important;
    text-wrap:inherit !important;
}
.info p{
    font-size: 16px;
    color:#000;
    line-height: 1.5;
    word-break: break-word !important;
    text-wrap:inherit !important;
}
.info p span{
    word-break: break-word !important;
    text-wrap:inherit !important;
}
.info a{
    font-size: 16px;
    color:#216eff;
    line-height: 1.5;
    text-decoration: underline;
}
.info .fuzhi{
    background: #009706;
    color: #fff;
    text-decoration: none;
    padding: 5px;
    border-radius: 3px;
    display: block;
    margin: 5px 30% 0 30%;
    text-align: center;
}
.info .fuzhi2{
    background: #009706;
    color: #fff;
    text-decoration: none;
    padding: 5px;
    border-radius: 3px;
    display: block;
    margin: 5px 30% 0 30%;
    text-align: center;
}
.img{
    background: #e4e5e7;
    border-radius: 8px;
    width: calc( 100% - 40px - 10px );
}
.img img{
    border-radius: 8px;
    width: 100%;
    height: auto;
}
.question{
    color: #216eff !important;
}
.space50{
    width: 100%;
    height: 50px;
    overflow: hidden;
}
.chat-board{
    width: 100%;
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 20;
    transition: all .15s linear;
    max-width: 550px;
    transform: translateX(-50%);
}
.chat-board .chat-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 52px;
    box-sizing: border-box;
    overflow: hidden;
    background: #ededed;
    box-shadow: 0 0 1px #00000014;
    padding: 4px 15px;
}
.input1{
    width: 60%;
    height: 36px;
    background: #ffffff;
    border-radius: 4px;
    border: 0;
    resize: none;
    padding: 2px 5px;
    border: 0;
    line-height: 36px;
}
.bq{
    margin: 0 10px;
    width: 20px;
    height: 20px;
}
.gj{
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px;
}
.fs{
    font-size: 14px;
    width: 40px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    background: #03ab19;
    border: 0;
}
.chat-menus{
    width: 100%;
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 6px;
    background: #ededed;
    border-top: 1px solid #ddd;
}
.emoji-box{
    overflow: auto;
    font-size: 1.5rem;
}
.chat-menus-box{
    flex-wrap: wrap;
    padding: 30px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.chat-menus-item{
    text-align: center;
    width: 50px;
    margin-right: 30px;
    font-size: .75rem;
    position: relative;
}
.chat-menus-img{
    height: 50px;
    width: 50px;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chat-menus-img img{
    width: 24px;
    height: 21px;
}
.chat-menus-title{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #000;
}
.chat-menus-input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
}

.tongzhi{
    padding: 0 15px;
    border-bottom: 1px solid #efefef;
    font-size: 18px;
    color: #ed0000;
    height: 32px;
    background: #fff;
    line-height: 32px;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
}
.str_wrap {
    position:fixed;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space:nowrap;
    width: 100%;
}

.str_wrap.str_active {
    background:#f1f1f1;
}
.str_move {
    white-space:nowrap;
    position:absolute;
    top:0;
    left:0;
    cursor:move;
}
.str_move_clone {
    display:inline-block;
    //display:inline;
    //zoom:1;
    vertical-align:top;
    position:absolute;
    left:100%;
    top:0;
}
.str_vertical .str_move_clone {
    left:0;
    top:100%;
}
.str_down .str_move_clone {
    left:0;
    bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
    white-space:normal;
    width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
    cursor:inherit;
}
.str_wrap img {
    max-width:none !important;
}





























