﻿* html, * html body {
    /*background-image: url(about:blank);*/
    background-attachment: fixed
}

#chatBtn {
    position: fixed;
    background-color: #19caa6;
    font-family: 'Helvetica Neue', Helvetica, ' Microsoft Yahei', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    bottom: -42px;
    color: #fff;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    z-index: 2147483645;
    width: auto;
    box-sizing: content-box !important
}

#qimo_chatpup {
    position: fixed;
    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
}

.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, .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: 0;
    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: 0;
    background: #3fb8fd;
    color: #fff;
    border: none;
    padding: 2px 10px;
    border-radius: 5px;
    padding-top: 4px;\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;
    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, .2);
    -moz-box-shadow: 2px 2px 2px rgba(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, .2);
    -moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
}

#chatBtn ul.typelist li:hover {
    color: #fff
}

#chatBtn:hover ul {
    display: block
}

.m7_dragbar {
    width: 100%;
    height: 34px;
    opacity: .5;
    position: absolute;
    background-color: #fff;
    display: none;
    cursor: move
}

.m7_dragbarChat {
    width: 100%;
    height: 50px;
    opacity: .5;
    position: absolute;
    display: none;
    cursor: move
}

.qimo_maximg {
    position: absolute;
    right: 2%;
    top: 10px;
    width: 22px;
    height: 22px;
    background-color: #000;
    border-radius: 50%;
    text-align: center;
    cursor: auto
}

.qimo_minimg {
    position: absolute;
    right: 2%;
    top: 6px;
    width: 22px;
    height: 22px;
    background-color: #000;
    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: 18px;
    height: 22px;
    display: inline-block
}

。 qimo_maximg img {
    margin-top: 4px;
    width: 14px;
    height: 14px;
    display: inline-block
}

#mask {
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;
    left: 0;
    z-index: 99999999999999999999999999;
    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-radius: 6px;
    box-shadow: 0 0 3px 2px rgba(53, 53, 53, .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:#ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 0 3px 2px rgba(53, 53, 53, .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: #fff;
    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;
    margin: auto;
    width: 0;
    height: 100%;
}