html{
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}
body{
    margin: 0;
    padding: 0;
    border: none;
}
#chatBtn {
    position: fixed;
    background-color: #19CAA6;
    font-family: 'Helvetica Neue', 'Helvetica', 'Microsoft Yahei', 'Arial', 'sans-serif';
    font-size: 16px;
    right: 0px;
    left:0px;
    bottom: -48px;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    cursor: pointer;
    z-index: 2147483645;
    width:100%;
    /*background-image: url('../images/chat.png');*/
    /*background-repeat: no-repeat;*/
}

#qimo_badge {
    display: none;
    position: absolute;
    top: -10px;
    right: 2px;
    background-color: rgb(255, 73, 73);
    border-radius: 10px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0px 6px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid rgb(255, 255, 255);
}

#qimo_chatpup {
    position: absolute;
    top: 0px!important;
    right: 0px!important;
    left:0px!important;
    bottom: -100%!important;
    height: 100%;
    width:100%;
    z-index: 2147483647;
    overflow: hidden;
    background: #fff;
    -webkit-transform: translate3d(0, 0, 0);
}
.overbody,[data-7m = "overbody"]{
    width: 100%;
    height: 100%;
    position: fixed;
}
iframe{
    border:0;
}
.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: 99999;
    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;
}
.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;
}
.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;
}
.qimo_showNewMsg{
    position: fixed;
    bottom: 15%;
    right: -50%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;
    max-width: 70%;
    padding: 1px 6px;
}
#chatIframe {
    display: block;
}
