* html, * html body {
    background-image: url(about:blank);
    background-attachment: fixed;
}

#chatBtn {
    position: fixed;
    position: fixed \9;
    *position: fixed;
    _position: absolute;
    background-color: #19CAA6;
    font-family: 'Helvetica Neue', 'Helvetica', 'Microsoft Yahei', 'Arial', 'sans-serif';
    font-size: 16px;
    line-height: 24px;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    /*right: 100px;*/
    bottom: -42px;
    color: #fff;
    text-align: center;
    /*padding: 8px 10px 8px 10px;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    z-index: 2147483645;
    width:auto;
}

#qimo_chatpup {
    position: fixed;
    position: fixed \9;
    *position: fixed;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    /*right: 100px;*/
    bottom: -100%;
    width: 355px;
    height: 500px;
    z-index: 2147483647;
    overflow: hidden;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 0 3px 2px rgba(53, 53, 53, 0.1);
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-style: solid solid none;
    border-top-color: #19CAA6;
    border-right-color: #19CAA6;
    border-left-color: #19CAA6;
}

iframe{
    border:0;
}

#chatBtn ul.typelist{
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    line-height: 24px;
    color: #373a40;
    font-size: 12px;
    list-style: none;
    text-align: center;
    padding: 10px 0 40px;
    +padding-bottom: 50px;
    overflow: hidden;
}
#chatBtn ul.typelist li{
    background: #eee;
    padding: 0;
    margin: 0;
    cursor: pointer;
    position: relative;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
#chatBtn ul.typelist li p{
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    padding: 0 5px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
#chatBtn ul.typelist li:first-child{
    border-radius: 4px 4px 0 0;
}
#chatBtn ul.typelist li:last-child{
    border-radius: 0 0 4px 4px;
    position: relative;
}
#chatBtn ul.typelist li span{
    display: block;
    position: absolute;
    width: 1em;
    height: 12px;
    left: 50%;
    top: 15px;
    margin-left: -.5em;
    color: #eee;
    -webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
#chatBtn ul.typelist li:hover{
    color: #fff;
}
#chatBtn:hover ul{
    display: block;
}
.dragbar {
    width: 100%;
    height: 50px;
    opacity: 0.5;
    position: absolute;
    background-color: #ffffff;
    display: none;
    cursor: move;
}

.maximg {
    position: absolute;
    right: 2%;
    top: 2%;
    width: 17px;
    height: 17px;
}

.minimg {
    position: absolute;
    right: 2%;
    top: 2%;
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
.minimg:after{
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.minimg img{
    width: 25px;
    vertical-align: middle;
}
#mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000000000000000;
    display: none
}
#qimo_videopup {
    position: fixed;
    left: 28%;
    top: 20%;
    width: 700px;
    height: 500px;
    z-index: 2147483647;
    overflow: hidden;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 0 3px 2px rgba(53, 53, 53, 0.1);
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-style: solid solid none;
    border-top-color: #19CAA6;
    border-right-color: #19CAA6;
    border-left-color: #19CAA6;
}
/*未读消息提醒圆点*/
#qimo_badge {
    display: none;
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #ff4949;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #fff;
}
