.chatBox{
    position:fixed;
    bottom:20px;
    right:20px;
    z-index:1000
}
.smlBox{
    width:60px;
    height:60px;
    margin-bottom:6px;
    /*background-color:#000056;*/
    background-color:#415BA8;
    /*border-bottom:1px solid #000056;*/
    border-bottom:1px solid #415BA8;
    text-align: center;
    cursor: pointer;
}
.qqImg{
    background-image:url("../img/chat/qq.png");
}
.phoneImg{
    background-image:url("../img/chat/phone.png");
}
.wechatImg{
    background-image:url("../img/chat/wechat.png");
}
.shareImg{
    background-image:url("../img/chat/share.png");
}
.qqPrompt{
    width: 120px;
    height: 60px;
    border: 1px solid #ccc;
    position: fixed;
    bottom: 225px;
    /*bottom: 158px;*/
    right: 90px;
    margin:auto;
    /*display: -webkit-box;*/
    display: none;
    -webkit-box-orient: vertical;
    z-index: 1000;
    background-color: white;
}
.qqBox{
    width: 300px;
    height: 300px;
    border: 1px solid #ccc;
    position: fixed;
    bottom: 10px;
    right: 10px;
    margin:auto;
    /*display: -webkit-box;*/
    display: none;
    -webkit-box-orient: vertical;
    z-index: 1000;
    background-color: white;
}
.weBox{
    width: 180px;
    height: 180px;
    border: 1px solid #ccc;
    position: fixed;
    bottom: 99px;
    /*bottom: 32px;*/
    right: 90px;
    margin:auto;
    /*display: -webkit-box;*/
    display: none;
    -webkit-box-orient: vertical;
    z-index: 1000;
    background-color: white;
}
.qqcodeBox{
    text-align: center;
    margin-top:20px
}
.codeBox{
    text-align: center;
    margin-top:10px
}
.codeBox img{
    width:75%;
    height:75%;
}
.codeBox p{
    margin-top:10px
}
.phoneBox{
    width: 120px;
    height: 60px;
    border: 1px solid #ccc;
    position: fixed;
    bottom: 92px;
    /*bottom: 25px;*/
    right: 90px;
    margin:auto;
    /*display: -webkit-box;*/
    display: none;
    -webkit-box-orient: vertical;
    z-index: 1000;
    background-color: white;
}
.codeBox{
    text-align: center;
}
.sharePrompt{
    width: 120px;
    height: 60px;
    border: 1px solid #ccc;
    position: fixed;
    bottom: 25px;
    right: 90px;
    margin:auto;
    /*display: -webkit-box;*/
    display: none;
    -webkit-box-orient: vertical;
    z-index: 1000;
    background-color: white;
}
.social-share{
    width: 150px;
    height: 60px;
    border: 1px solid #ccc;
    position: fixed;
    bottom: 25px;
    right: 90px;
    margin:auto;
    /*display: -webkit-box;*/
    display: none;
    -webkit-box-orient: vertical;
    z-index: 1000;
    text-align: center;
    background-color: white;
}
.phoneNum{
    color:red;
    font-weight: bold;
    margin-top:10px
}
.BoxHead{
    width: 100%;
    height: 52px;
    background: url(../img/20170926103645_01.jpg) no-repeat;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
}
.headImg{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin:0 10px;
}
.headImg img{
    width: 100%;
    height: 100%;
    border-radius:50%;
}
.headIcon{
    float:right;
    color:white;
    font-size: 25px;
    margin-top:8px;
    margin-right:8px;
    cursor: pointer;
}
.internetName{
    width: auto;
    height: 52px;
    line-height: 52px;
    color: white;
}
.context{
    -webkit-box-flex: 1;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
}
.conLeft{
    width: 200px;
    height:548px;
    overflow: auto;
    background: #fafafa;
}
.conLeft::-webkit-scrollbar{
    width: 0;
}
.conLeft ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.conLeft li{
    width: 100%;
    height: 62px;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
}
.conLeft li .liLeft{
    width:30%;
    height: 100%;
}
.liLeft img{
    margin: 10px;
}
.liRight span{
    display:block;
    font-size: 16px;
    height: 31px;
    line-height: 31px;
}
.liRight span:last-child{
    font-size: 14px;
    color: #767676;
    line-height:15px;
    overflow: hidden;
}
.conRight{
    -webkit-box-flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.Righthead{
    width: 100%;
    height: 42px;
    /*border-bottom: 1px solid #000056;*/
    border-bottom: 1px solid #415BA8;
    /*background-color: #000056;*/
    background-color: #415BA8;
    color:white
}
.headName{
    width: auto;
    height: 100%;
    line-height: 42px;
    margin-left: 20px;
    font-family: "微软雅黑";
    font-size: 18px;
    float: left;
}
.headConfig{
    width: 20%;
    float: right;
    height: 100%;

}
.headConfig ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
}
.headConfig li{
    margin:10px 5px;
}
.RightCont{
    -webkit-box-flex: 1;
    overflow-y: scroll;
}

.RightCont::-webkit-scrollbar{
    width: 15px;
}
.RightCont ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.RightCont li{
    width: 100%;
    height: 50px;
    /*display: -webkit-box;
    -webkit-box-orient: horizontal;*/
    margin-top: 10px;
}
.nesHead{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-left:15px ;
    float: left;
}
.nesHead img{
    width: 44px;
    height: 44px;
    border-radius: 50%;
}
.news{
    width: auto;
    height: 40px;
    background: #eeeeee;
    padding:5px 20px;
    margin: 4px;
    line-height: 40px;
    font-size: 14px;
    border-radius:10px;
    margin-left: 10px;
    position: relative;
    float: left;
}
.news .jiao{
    position: absolute;
    left: -8px;
    top: 10px;
}
.news .Expr{
    width: 50px;
    height: 30px;
    margin: 5px;
}
.answerHead{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-left:15px ;
    float: right;
}
.answerHead img{
    width: 44px;
    height: 44px;
    border-radius: 50%;
}
.answers{
    width: auto;
    height: 30px;
    background: #eeeeee;
    padding:5px 20px;
    margin: 4px;
    line-height: 30px;
    font-size: 14px;
    border-radius:10px;
    margin-left: 10px;
    position: relative;
    float: right;
}
.answers .jiao{
    position: absolute;
    right: -8px;
    top: 10px;
}
.RightFoot{
    width: 100%;
    height: 88px;
    border-top: 1px solid #ccc;
    position: relative;
}
.emjon{
    width: 360px;
    height: 200px;
    border: 1px solid #ccc;
    position: absolute;
    left:0;
    top:-190px;
    display: none;
    background: #fff;
}
.emjon ul{
    list-style: none;
    margin:0;
}
.emjon ul li{
    width: 50px;
    height: 30px;
    margin: 5px;
    float: left;

}
.emjon ul li:hover{
    box-shadow:5px 5px 5px #888888;
    transform: scale(1.2);

}
.emjon ul li img{
    width: 100%;
    height: 100%;

}
.footTop{
    width: 100%;
    height: auto;
}
.footTop ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
}
.footTop li{
    margin: 5px 10px;
}
.sendBtn{
    width: 68px;
    height: 25px;
    /*background: #000056;*/
    background: #415BA8;
    border: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
}
.bg{
    background: #ebebec;
}