*{
    box-sizing: border-box;
    font-size: 1.0rem;
}
body{
    background: #f5f5f7;
    overflow-y: hidden;
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
    color: #333;

}

.nodata{
    padding-left: 0.3rem;
    font-weight: bold;
}
.msg_body{
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    flex-flow: column nowrap;
}
.chats{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom:2.5rem ;
    overflow-y: scroll;
    overflow: scroll;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
}
.shownoreadmsg{
    position: fixed;
    right: 0.5rem;
    bottom: 4.5rem;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #1aac19;
    color: #fff;
    display: flex;
    font-size: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
}
.pulldown{
    color: #fff;
}
.loads{
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #E5E5E5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loadimge{
    width: 120px;
    height: 120px;
}
.msgitem{
    display: flex;
    margin-bottom: 5px;
    width: 100%;
}
.leftmsg{
    justify-content: flex-start;
}
.rightmsg{
    justify-content: flex-end;
}
.msgbody{
    width:90%;
    display: flex;
}
.head_item{
    width: 40px;
}
.headimage{
    width: 40px;
    height: 40px;
}
.usermsg_item{
    width: calc(100% - 40px);
    padding-left: 0.5rem;
}

.username{
    height: 25px;
    line-height: 25px;
    color: #6f6f6f;
    font-weight: 100;
    white-space: nowrap;
    font-size: 1.0rem;

}
.jqrname{
    color: red !important;
}

.usermsg{

    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 18px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 9px;
    padding-bottom: 9px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 7px;
    position: relative;
    display: inline-block;
}
.jqrmsg{
    background-color: #eff0fe !important;
}
.otheruser:before{
    content: '';
    position: absolute;
    width: 6px; height: 6px;
    background: linear-gradient(to top, #d1d1d1, #d1d1d1) no-repeat, linear-gradient(to right, #d1d1d1, #d1d1d1) no-repeat, linear-gradient(135deg, #fff, #fff 6px, hsla(0,0%,100%,0) 6px) no-repeat;
    background-size: 6px 1px, 1px 6px, 6px 6px;
    transform: rotate(-45deg);
    left: -4px;
    top: 13px;

}
.jqrmsg:before{
    content: '';
    position: absolute;
    width: 6px; height: 6px;
    background: linear-gradient(to top, #d1d1d1, #d1d1d1) no-repeat, linear-gradient(to right, #d1d1d1, #d1d1d1) no-repeat, linear-gradient(135deg, #eff0fe, #eff0fe 6px, hsla(0,0%,100%,0) 6px) no-repeat;
    background-size: 6px 1px, 1px 6px, 6px 6px;
    transform: rotate(-45deg);
    left: -4px; top: 13px;
}
.mymsg{
    background-color: #a1e85a !important;
    border: 1px solid #84b559;
}
.mymsg:before{
    content: '';
    position: absolute;
    width: 6px; height: 6px;
    background: linear-gradient(to top, #84b559, #84b559) no-repeat, linear-gradient(to right, #84b559, #84b559) no-repeat, linear-gradient(135deg, #a1e85a, #a1e85a 6px, hsla(0,0%,100%,0) 6px) no-repeat;
    background-size: 6px 1px, 1px 6px, 6px 6px;
    transform: rotate(-225deg);
    right: -4px;
    top: 13px;
}
.usermsg>span{
    display: block;
}
.usermsg>div{
    display: flex;
    flex-wrap: wrap;
}
.usermsg_item_right{
    text-align: right;
    padding-left: 0rem;
    padding-right: 0.5rem;
}
.result{
    width: 100%;
}
.kjjg{
    color: red;
    font-size: 16px;
    letter-spacing: 4px;
}
.result-a{
    display: flex;
    align-items: center;
    height: 16px;
    justify-content: space-between;
    width: 100%;
}
.result-b{
    height: 40px;
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.fanshow{
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    background-color: red;
    color: #fff;
}
.result-c{
    height: 30px;
    display: flex;
    align-items: center;
}
.result-c>span{
    width: 22px;
    height: 22px;
    margin-right: 5px;
    text-align: center;
    line-height: 22px;
}
.showq{
    border-radius: 50%;
    border: solid 1px #8ecde5;
}
.showq1{
    border-radius: 50%;
    border: solid 1px red;
}
.showljlist{
    width: 100%;
}
.r_item{
    height: 20px;
    display: flex;
    align-items: center;

}
.r_head{
    background-color: #3CB6E6;
    color: #fff;
}
.r_item>span{
    text-align: center;
    font-size: 10px !important;
}
.r_item>span:first-child{
    width: 25%;
    font-size: x-small !important;
}
.r_item>span:nth-child(2)
{
    width: 55%;
    display: flex;
    justify-content: space-between;
}
.r_item>span:last-child{
    width: 20%;
}
.pb{
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    border: solid 1px #8ecde5;
    margin: 0;
}
.showimgae{
    width: 100%;
    height: 26rem;
}
.showresult{
    color: #000;
}
.showresult>span{
    font-size: 12px !important;
}
.allkeyword{
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background-color: #f5f5f7;
    border: 1px solid #dcdcde;

}
.keybody{

    height: 2.5rem;
    display: flex;
    align-items: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    justify-content: space-between;
}
.userimge{
    color: #7f8085;
    font-size: 1.8rem !important;
}
.userimgeadd{
    color: #7f8085;
    font-size: 1.8rem !important;
}
.inputmsg{
    width: 60%;
    background: #fcfcfc;
    border: 1px solid #dcdcde;
    height: 1.8rem;
    line-height: 1.8rem;
    border-radius: 0.25rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    outline: none;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.2rem;
}
.inputmsg::-webkit-scrollbar {
  width: 0;
}
.sendbtn{
    border: 1px solid #1f8b1b;
    width: 3rem;
    height: 1.8rem;
    border-radius: 3px;
    text-align: center;
    line-height: 26px;
    font-weight: bold;
    color: #ffffff;
    background: #1aac19;
    outline: none;
}
.keybodyitem{
    height: 10rem;
    background: #d0d3dc;
    padding: 0.5rem;

}
.k_item{
    width: 100%;
    padding: 0;
    display: flex;
    margin-bottom: 0.5rem;
}
.pbtn{
    display: inline-block;
    width: 8%;
    margin-left: 1%;
    margin-right: 1%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    border-radius: 4px;
}
.rw{
    width: 18%;
}
.selectbtn{
    background-color: darkorange;
}
.hhang{
    color: #7f8085 !important;
    background: orange !important;
}
.delbtn{
    color: red;

}

.pds{
	display:flex !important;
	flex-wrap:wrap;
}
.fdmsg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    background-color: #f9f9f9;
    padding: 1rem;
	overflow:auto;
    display: none;
}
.backmsg{
    height: 2.0rem;
    color: red;
    letter-spacing: 5px;
}
.titlemsg{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    letter-spacing: 2px;
	height:2.0rem;
}
.gzmsg {
    
    margin-top: 5px;
}
.gzmsg >span{
	display:block;
	line-height:25px;
}
.dsad{
    font-size: 0.8rem;
}