* {
    padding: 0;
    margin: 0;
}

body {
    font-family: serif;
    background-color: #EDEDED;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Noto Serif SC', serif;
}

.feg {
    width: 100%;
    height: 1px;
    background-color: #D2D2D2;
    transform-origin: 0 0;
    transform: scaleY(0.5);
}

.feg2 {
    width: 100%;
}

.ltrq {
    flex: 1;
    width: 100%;
    overflow-y: auto;
    background-color: #EDEDED;
}

a {
    color: #242325;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

input {
    width: 100%;
    height: 100%;
    background-color: #fff;
    outline: none;
    border: none;
    border-radius: 5px;
    padding-left: 5px;
}


/**标题栏**/

.btl {
    width: 100%;
    background-color: #EDEDED;
    position: fixed;
    top: 0;
    margin: auto;
}

.btl2 {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.bt2 {
    width: 45px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bt2 img {
    width: 26px;
    height: 26px;
}

.bt3 {
    flex: 1;
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}


/**我的界面**/

.wdx {
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    flex-direction: column;
    background-color: #EDEDED;
}


/**聊天列表样式**/

.jqrys {
    display: flex;
    align-items: center;
    width: 100%;
}

.yhimg {
    border-radius: 5px;
    width: 45px;
    height: 45px;
    margin: 2%;
}

.yhimg img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.jqrys2a {
    flex: 1;
    height: 100%;
    background-color: #95EC69;
}

.jqrysx {
    display: flex;
    align-items: center;
    background-color: #95EC69;
    margin-left: 16%;
    width: 70%;
    margin: 2%;
}

.jqrys2 {
    width: 12%;
    margin: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.jqrys3 {
    display: flex;
    width: 70%;
    flex-direction: column;
}

.jqrfy2 {
    padding: 2%;
    margin: 2%;
    background-color: #95EC69;
    border-radius: 0 10px 0 10px;
    flex: 1;
}

.yhname {
    margin-top: 0px;
}


/**发送信息栏**/

.fsxl {
    width: 100%;
    background-color: #F7F7F7;
    position: fixed;
    bottom: 0;
    margin: auto;
}


/* 顶部占位用单独的类 */

.top-placeholder {
    width: 100%;
    height: 54px;
    flex-shrink: 0;
}


/* 输入框区域样式 - 支持向上扩展 */

.fsxl .btl2 {
    display: flex;
    align-items: flex-end;
    padding: 8px 0;
    height: auto;
    min-height: 20px;
}

.fsxl .bt2 {
    width: 45px;
    height: auto;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fsxl .bt3 {
    height: auto;
    min-height: 36px;
}

.fsxl textarea {
    width: 100%;
    min-height: 36px;
    max-height: 120px;
    font-size: 16px;
    line-height: 1.4;
    padding: 8px 12px;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    outline: none;
    font-family: inherit;
    resize: none;
    overflow-y: auto;
    box-sizing: border-box;
}