.IM_chat-form {
    filter: alpha(opacity = 0);
    transition: 0.2s ease-out;
    position: fixed;
    top: 50%;
    width: 60px;
    /*height: 80px;*/
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    text-align: center;
    padding: 16px 0;
    z-index: 200;
    cursor: pointer;
    right: 0;
    font-size: 12px;
    background-color: #1880ff;
    padding-bottom: 10px;
    border-radius: 10px;
}
.IM_chat-lists {
    height: 100%;
    margin-top: 10px;
}
.IM_chat-form .IM_chat-item {
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    margin:0;
}
.IM_chat-form input{
    cursor:pointer;border:none;background:transparent;color:#fff;margin: 3px 0;
}
.IM_chat-form input:hover{
    color: #043b9a
}
.chat-icon {
    display: block;
    width: 25px;
    height: 21px;
    background: url(/chat/imgs/chat.png);
    margin: 0px auto;
    margin-bottom: 2px;
}
.IM_chat-minimize{
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: url(/chat/imgs/jiao.png) no-repeat;
    position: absolute;
    right: 38px;
    top: 16px;
}
.IM_chat-jiao {
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: url(/chat/imgs/close.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 16px;
}
#IM_chat-talk{
    width: 400px;
    height: 560px;
    position: fixed;
    bottom: 10px;
    right:90px;
    z-index: 999999;

}
#IM_chat-iframe{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: rgba(15, 66, 76, 0.25) 0 0 24px 0;
    border: none;
}


/* 邀请弹窗 */
.IM_chat-form .invite{
    height:200px;
    width:300px;
    position: fixed;
    margin-left:auto;
    margin-right:auto;
    border-radius: 5px;
    top:25%;
    /*margin-top:-200px;*/
    z-index: 999;
    left:0;
    right:0;
    background-color: #0b97c3;

}


#IM_chat-invite-mobile{
    height:170px;
    width:90%;
    position: fixed;
    margin-left:auto;
    margin-right:auto;
    z-index: 99999;
    left:0;
    right:0;
}

.IM-chat-invite-m-middle{
    top:40%;
}
.IM-chat-invite-m-bottom{
    bottom:20px;
}

div.IM_chat-invite-lt{
    top:20px;
    left:20px;
}
.IM_chat-invite-mt{
    top:20px;
    left:0px;
    right:0px;
}
.IM_chat-invite-rt{
    top:20px;
    right:20px;
}
.IM_chat-invite-lm{
    top:0;
    bottom:0;
    left:20px;
}
.IM_chat-invite-mm{
    left:0;
    right:0;
    top:0;
    bottom:0;
}
.IM_chat-invite-rm{
    top:0;
    bottom:0;
    right:20px;
}
.IM_chat-invite-lb{
    bottom:20px;
    left:20px;
}
.IM_chat-invite-mb{
    bottom:20px;
    left:0px;
    right:0px;
}
.IM_chat-invite-rb{
    bottom:20px;
    right:20px;
}


#IM_chat-invite{
    height:170px;
    width:380px;
    position: fixed;
    /*margin-left:auto;
    margin-right:auto;*/
    margin:auto;
    z-index: 999;
   /* top:25%;
    left:0;
    right:0;*/
}

#IM_chat-invite-iframe{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: rgb(15 66 76 / 25%) 0 0 14px 0;
    border: none;
}

/* 新的悬浮框 pc*/
#IM_sidebar{
    font-size:12px;
    transition: 0.2s ease-out;
    background: #f2f2f2;
    position: fixed;
    padding:10px 5px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    border:#ccc solid 1px;
    border-radius: 5px 5px 5px 5px;
    width:122px;
    z-index:999;
}
#IM_sidebar img{
    border:none;
}
#IM_sidebar .IM_images{
    width:110px;
    height:110px;
    margin-bottom:10px;
}
#IM_sidebar .IM_images img{
    height:100%;
    width:100%;
}
#IM_sidebar a{
    font-size:12px;
    line-height:normal;
    text-decoration: none;
}
.IM_sidebar{
    position: relative;
}
.IM_sidebar_list{
    padding:0px;
    marign:0px;
}
.IM_sidebar ul{
    list-style: none;
}
.IM_sidebar_list li a{
    color:white;

}
.IM_sidebar_list li{
    padding:5px 5px;
    /* height:25px; */
    /* line-height:1px; */
    background: #2f9ee4;
    border-radius: 3px;
    margin-bottom: 10px;
    position: relative;
}
.IM_sidebar_list li:last-of-type{
    margin-bottom:0px;
}
.IM_sidebar_list a{
    display:block;
}
.IM_sidebar_list li img{
    position: absolute;
    display:inline-block;
    vertical-align: middle;
}
.IM_sidebar_list li img.myIcon{
    height:16px;
    width:16px;
    left:12px;
}
.IM_sidebar_list li img.ali{
    left:12px;
}
.IM_sidebar_list li span{
    margin-left:30px;
    display: block;
}
.IM_sidebar_title{
    width:35px;
    height:120px;
    top:30%;
    background-color:#2f9ee4 ;
    position: absolute;
    cursor: pointer;
    overflow:hidden;
}
.IM_sidebar_title.left_off,.IM_sidebar_title.right_on{
    background-image: url('/static/common/images/sidebar/sidebar_title1.png');
}
.IM_sidebar_title.left_on,.IM_sidebar_title.right_off{
    background-image: url('/static/common/images/sidebar/sidebar_title2.png');
}
.IM_sidebar_title a{
    color:#fff;
    height:100%;
    display:block;
}
.IM_sidebar_title.left{
    right:-41px;
    border-radius: 0px 3px 3px 0px;
}
.IM_sidebar_title.right{
    left:-41px;
    border-radius: 3px 0px 0px 3px;
}
.IM_sidebar_hide{
    /*right:-122px !important;*/
    /*margin-right:-122px;*/
}
.IM_sidebar .IM_sidebar_bottom{
    margin-top:10px;
}
.IM_sidebar .IM_sidebar_bottom .IM_icon {
    width:16px;
    height:16px;
    display:inline-block;
    vertical-align: middle;
}
.IM_sidebar .IM_sidebar_bottom .IM_qr{
    width:110px;
    height:110px;
    margin:10px 0px 2px;
}
.IM_sidebar .IM_sidebar_bottom p{
    margin-bottom:5px;
    text-align: center;
    color:#454545;
}
.IM_sidebar .IM_sidebar_bottom .IM_qr img{
    height:100%;
    width:100%;
}
.IM_sidebar .IM_sidebar_bottom .IM_phone{
    display:block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.IM_sidebar .IM_sidebar_bottom .IM_phone a{
    color:#333;
}
.IM_sidebar .overline{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
#IM_sidebar.rm{
    top:50%;
    right:0px;
    transform: translateY(-50%);
}
#IM_sidebar.lm{
    top:50%;
    left:0px;
    transform: translateY(-50%);
}
#IM_sidebar.lt{
    top:10px;
    left:0px;
}
#IM_sidebar.lb{
    bottom:10px;
    left:0px;
}
#IM_sidebar.rt{
    top:10px;
    right:0px;
}
#IM_sidebar.rb{
    bottom:10px;
    right:0px;
}
/* mobile */
#IM_sidebar_m{
    height:60px;
    position:fixed;
    left:0;
    right:0;
    background: #1E9FFF;
    font-size:14px;
    box-sizing: border-box;
    z-index: 200;
}

#IM_sidebar_m.top{
    top:0;
}
#IM_sidebar_m.bottom{
    bottom:0;
}
#IM_sidebar_m ul{
    display: flex;
    height:100%;
    padding:0px;
    margin:0px;
    list-style: none;
}

#IM_sidebar_m li{
    flex:1;
    position: relative;
}
#IM_sidebar_m li a{
    height:100%;
    display: flex;
    color:white;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: normal;
    cursor: pointer;
}
#IM_sidebar_m li a span{
    margin-top:5px;
}
#IM_sidebar_m li img{
    height:26px;
    width:26px;
    border:0;
}
#IM_sidebar_m li:not(:last-of-type){
    border-right: white solid 2px;
}
#IM_sidebar_m li .qrImages{
    transition: 0.2s ease-out;
    height:120px;
    width:120px;
    box-sizing: border-box;
    display:none;
    padding:10px;
    border-radius: 5px;
    background-color: #f2f2f2;
    opacity: 0.9;
    position: absolute;
    right:10px;
}
#IM_sidebar_m li .qrImages>div{
    position: relative;
    height:100px;
    width:100px;
}
#IM_sidebar_m li .qrImages .jt{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    left:50%;
    margin-left:-5px;
}
#IM_sidebar_m.bottom li .qrImages .jt{
    bottom:-20px;
    border-top: 10px solid #f2f2f2;
}
#IM_sidebar_m.top li .qrImages .jt {
    top:-20px;
    border-bottom: 10px solid #f2f2f2;
}
#IM_sidebar_m li .qrImages img{
    height:100px;
    width:100px;
    border:none;
}
#IM_sidebar_m.top li .qrImages{
    top:70px;
}
#IM_sidebar_m.bottom li .qrImages{
    top:-130px;
}

/* 小化条 */
#IM_chat_minimize{
    height:30px;
    width:120px;
    background-color:#1880ff;
    position: fixed;
    padding:0px 10px;
    bottom:10px;
    right:20px;
    z-index: 999999;
    border-radius: 2px;
}
#IM_chat_minimize .chat-icon{
    display:inline-block;
    width: 18px;
    height: 15px;
    vertical-align: middle;
    margin-right:10px;
    background-size: cover;
    background-image: url(/chat/imgs/chat.png);
}
#IM_chat_minimize a{
    color:#fff;
    display:block;
    text-decoration: none;
    line-height:30px;
    font-size:13px;
}
