﻿*{
    margin: 0;
    padding: 0;
}
.flex-row{
    display: flex;
    flex-direction: row;
}
.flex-col{
    display: flex;
    flex-direction: column;
}
.jus-a{
    justify-content: space-around;
}
.jus-b{
    justify-content: space-between;
}
.sideFrame{
    position: fixed;
    right: 0;
    top: 0;
    width: 320px;
    height: 100%;
    z-index: 2001;
    background: #fff;
    transition: .5s;
    right: -320px;
}
.sideFrame .s_header{
    height: 40px;
    line-height: 40px;
    background: #F5F5F5;
    align-items: center;
}
.sideFrame .s_header span{
    color:#B3B3B3;
    padding:0 8px 0 15px;
    font-size: 14px;
}
.sideFrame .s_header i.ri_arrow{
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url("../images/ri_arrow.png")no-repeat center/cover;
    cursor: pointer;
}
.sideFrame .s_name{
    align-items: center;
    padding-left: 15px;
    position: relative;
    z-index: 444;
    top: 14px;
}
.sideFrame .s_name span{
    font-size: 14px;
    color:#666;
}
.sideFrame .s_name .imgWrap{
    width: 58px;
    height: 58px;
    margin-right: 8px;
    border-radius:50% !important;
    overflow: hidden;
}
.sideFrame .s_name .imgWrap img{
    width: 100%;
    height: 100%;
}

.sideFrame div.it{
    width: 95%;
    margin:auto;
    background: #F5F5F5;
    padding:25px 0 25px;
}
.sideFrame div.it p{
    width: 90%;
    height: 35px;
    line-height: 35px;
    background: #ECECEC;
    font-size: 12px;
    margin:auto;
    text-align: center;
    border-radius: 10px !important;
}
.sideFrame div.it p .callMe{
    color:#005DFF;
}

.sideFrame .s_msgWrap{
    width: 95%;
    margin:-12px auto 0;
    height: calc(100% - 405px);
    /*min-height: 300px;*/
    /*max-height: 620px;*/
    background: #F5F5F5;
    border-radius: 10px;
    /*overflow-y: auto;*/
}
.sideFrame .s_msgWrap::-webkit-input-placeholder{
    color:#D0D0D0;
}
.sideFrame .s_msgWrap .msgList{
    width: 100%;
}


/*  欢迎语  */
.sideFrame .s_msgWrap .msgList li.msgLi{
    margin: 15px 0 15px 7px;
    overflow: hidden;
}
.sideFrame .s_msgWrap .msgList li.msgLi p{
    color:#666;
}
.sideFrame .s_msgWrap .msgList li.msgLi .reply{
    float: left;
    display: inline-block;
    max-width: 90%;
    padding:8px;
    background: #fff;
    color:#000;
    margin-top: 8px;
    border-radius: 0 10px 10px 7px !important;
}

/*  me */
.sideFrame .s_msgWrap .msgList li.msgLi.me{
    margin-right: 13px;
}
.sideFrame .s_msgWrap .msgList li.msgLi.me p{
    color:#00D1B2;
    text-align: right;
}
.sideFrame .s_msgWrap .msgList li.msgLi.me .reply{
    float: right;
    background: #00D1B2;
    color:#fff;
    border-radius: 10px 0 7px 10px !important;
}

/*  select problem */
.sideFrame .s_msgWrap .msgList li.msgLi.selectProblem .reply .youFind{
    margin-bottom: 8px;
    color:#000;
}
.sideFrame .s_msgWrap .msgList li.msgLi.selectProblem .reply > a{
    display: block;
    color:blue;
    margin-bottom: 3px;
}
.sideFrame .s_msgWrap .msgList li.msgLi.selectProblem .reply .phone{
    margin-top: 10px;
    color:#000;
}

.sideFrame .inputMsg{
    display: block;
    width: 95%;
    height: 50px;
    margin:12px auto 0;
    resize: none;
    border-radius: 7px !important;
    outline: none;
    padding:8px;
    border:1px solid #eee;
}
.sideFrame .inputMsg.on{
    border-color:#17A493;
}
.sideFrame .inputMsg:hover{
    border-color:#17A493;
}
.sideFrame .sendBtn{
    width: 95%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color:#fff;
    font-size: 16px;
    margin:15px auto 0;
    background: #17A493;
    border-radius: 10px !important;
    cursor: pointer;
}
.sideFrame .s_foot{
    margin: 10px auto 0;
    width: 95%;
    border-top: 1px solid #eee;
    padding: 9px 5px 0;
}
.sideFrame .s_foot .info_text .s_title{
    font-size: 13px;
    font-weight: bold !important;
    color:#000;
    margin-bottom: 12px;
}
.sideFrame .s_foot .info_text p+p{
    margin-bottom: 5px;
}
.sideFrame .s_foot .QR{
    width: 80px;
    height: 80px;
}
.sideFrame .s_foot .footLogo{
    display: block;
    width: 157px;
    height: 63px;
    margin:28px auto 17px;
}
.leStre{
    position: absolute;
    width: 30px;
    height: 115px;
    background: #fff;
    top: 43%;
    left: -26px;
    transform: translateY(-50%);
    text-align: center;
    border-radius: 0 0 0 20px !important;
    cursor: pointer;
}
.leStre::before{
    content: '';
    position: absolute;
    width: 28px;
    height: 61px;
    background: url("../images/doll.png") no-repeat center/cover;
    top: -38px;
    left: -2px;
}
.leStre pre{
    width: 30px;
    line-height: 3px;
    text-align: center;
    background: #fff;
    border: none;
    color:#666;
    font-weight: 500 !important;
    margin: 0;
    margin-top: 16px;
    padding: 0;
}
.leStre .le_arrow{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/le_arrow.png") no-repeat center/cover;
    margin:4px auto;
}

.sideFrame .lump{
    border-radius: 5px !important;
}