* 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 20px 0 rgba(0,0,0,.15);
    cursor: move;
    /*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_inviteBox{
    position: fixed;
    margin: auto;
    background-size: cover;
    width: 320px;
    height: 175px;
    border-radius: 5px;
    box-shadow: 0 0 3px 2px rgba(53, 53, 53, 0.1);
    border-width: 1px;
    border-color: #19CAA6;
    z-index: 2147483647;
    overflow: hidden;
    background: #3FD7FC;
    background: -moz-linear-gradient(top, #3FD7FC, #3E89FC);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3FD7FC), to(#3E89FC));
    background:-o-linear-gradient(top, #3FD7FC, #3E89FC);
}
.qimo_inviteBox .qimo_invite_close {
    width:16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top:5px;
    right: 5px;
}
.qimo_inviteBox_top{
    height: 88px;
    padding: 10px 25px;
    box-sizing: content-box !important;
}
.qimo_inviteBox_top_img{
    display: inline-block;
    width: 70px;
    height: 84px;
    float: left;
}
.qimo_inviteBox_top_img img{
    max-width: 100%;
    max-height: 100%;
}
.qimo_inviteBox_top_right{
    display: inline-block;
    float: left;
    height: 84px;
    margin-left: 10px;
    width: 180px;
    position: relative;
}
#qimo_inviteBox_InviteWords{
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    color: #fff;
    margin: 5px;
}
.qimo_inviteBox_top_button {
    position: absolute;
    width: 100%;
    bottom:5px;
    text-align: center;
}
.qimo_inviteBox_top_button .divbuttons {
    color: #fff;
    border: 1px #fff solid;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 10px;
    font-size: 14px;
    padding: 0 6px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding-top: 2px\9\0;
}
_:-ms-fullscreen, :root .msie11PadTop { padding-top: 2px }
#invite_click_button_1{
    margin-left:0;
}
.qimo_inviteBox_bottom{
    margin: 0 2px;
    height: 64px;
    width: 316px;
    position: relative;
    box-sizing: content-box !important;
}
.qimo_inviteBox_bottom textarea {
    box-sizing: border-box;
    outline: none;
    resize: none;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    width: 100%;
    height: 100%;
    padding: 10px 5px;
    margin: 0;
}
.qimo_inviteBox_bottom .sendInviteContent {
    position: absolute;
    bottom: 3px;
    right: 4px;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    background: #3fb8fd;
    color: #fff;
    border: none;
    padding: 2px 10px;
    border-radius: 5px;
    padding-top: 4px\9\0;
}
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;
}
.dragbarChat {
    width: 100%;
    height: 50px;
    opacity: 0.5;
    position: absolute;
    display: none;
    cursor: move;
}

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

.qimo_minimg {
    position: absolute;
    right: 2%;
    top: 2%;
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
.qimo_minimg:after{
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.qimo_minimg img{
    width: 25px;
    vertical-align: middle;
}
#mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000000000000000;
    display: none
}
#maskChat{
    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;
}

#qimo_screenpop {
    position: fixed;
    left: 28%;
    top: 20%;
    width: 700px;
    height: 400px;
    z-index: 2147483648;
    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;
}
.screendragbar {
    height: 60px;
    width: 100%;
    position: absolute;
    display: none;
    cursor: move;
}
.qimo_headerimg {
    height: 60px;
    position: absolute;
    right: 2%;
    top:0;
    vertical-align: middle;
}
.qimo_headerimg .screenminimg {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    margin-right: 5px;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
.qimo_headerimg .screenminimg img {
    width: 22px;
    height: 22px;
    vertical-align: middle;
}
.qimo_headerimg .screenminimg:after , .qimo_headerimg:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}