﻿#cmsFloatPanel {
    overflow: hidden;
    -webkit-transform: opacity .3s;
    transform: opacity .3s;
    opacity: 1
}

#cmsFloatPanel.hide {
    pointer-events: none;
    opacity: 0
}

#cmsFloatPanel .ctrolPanel {
    width: 50px;
    height: 203px;
    position: fixed;
    right: 20px;
    top: 200px;
    overflow: hidden;
    z-index: 2500
}

@media (max-width: 1280px) {
    #cmsFloatPanel .ctrolPanel {
        right: 10px
    }
}

#cmsFloatPanel .ctrolPanel a {
    width: 50px;
    height: 50px;
    font-size: 12px;
    color: #f30;
    text-align: center;
    overflow: hidden;
    background: url(../image/panel-bg.png) no-repeat;
    text-decoration: none
}

#cmsFloatPanel .ctrolPanel a.service {
    background-position: 0 -2
}

#cmsFloatPanel .ctrolPanel a.message {
    background-position: 0 -54px
}

#cmsFloatPanel .ctrolPanel a.qrcode {
    background-position: 0 -106px
}

#cmsFloatPanel .ctrolPanel a.arrow {
    background-position: 0 -158px
}

#cmsFloatPanel .ctrolPanel a:hover {
    opacity: .8
}

#cmsFloatPanel .ctrolPanel .arrow {
    line-height: 28px;
    display: block;
    margin: 1px auto
}

#cmsFloatPanel .ctrolPanel .arrow span {
    display: none
}

#cmsFloatPanel .ctrolPanel .arrow:hover span {
    display: block
}

#cmsFloatPanel .ctrolPanel .service {
    display: block;
    margin: 2px auto
}

#cmsFloatPanel .ctrolPanel .service span {
    color: #09f;
    line-height: 90px
}

#cmsFloatPanel .ctrolPanel .message {
    display: block;
    margin: 2px auto
}

#cmsFloatPanel .ctrolPanel .message span {
    color: #f30;
    line-height: 90px
}

#cmsFloatPanel .ctrolPanel .qrcode {
    display: block;
    margin: 2px auto
}

#cmsFloatPanel .ctrolPanel .qrcode span {
    color: #0c6;
    line-height: 90px
}

#cmsFloatPanel .arrow01 {
    border-left: 10px solid #ddd;
    left: 2px
}

#cmsFloatPanel .arrow01, #cmsFloatPanel .arrow02 {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    _: chroma(color=black);
    bottom: 0;
    position: absolute;
    top: 0
}

#cmsFloatPanel .arrow02 {
    border-left: 10px solid #fff;
    left: 0
}

#cmsFloatPanel .servicePanel {
    width: 128px;
    height: 400px;
    position: fixed;
    right: 70px;
    top: 200px;
    z-index: 2500;
    overflow: visible;
    display: none
}

@media (max-width: 1280px) {
    #cmsFloatPanel .servicePanel {
        right: 60px
    }
}

#cmsFloatPanel .servicePanel .servicePanel-inner {
    width: 128px;
    position: relative;
    overflow: visible
}

#cmsFloatPanel .servicePanel .servicePanel-inner .arrowPanel {
    display: none;
    width: 10px;
    height: 30px;
    position: absolute;
    right: 1px;
    top: 50px
}

#cmsFloatPanel .servicePanel .servicePanel-inner .arrowPanel .arrow02 {
    border-left: 10px solid #348ee3
}

#cmsFloatPanel .servicePanel .servicePanel-inner .serviceMsgPanel {
    width: 128px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

#cmsFloatPanel .servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-hd {
    width: 128px;
    height: 31px;
    background: url(../image/top.png) no-repeat;
    overflow: hidden
}

#cmsFloatPanel .servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-hd a {
    width: 24px;
    height: 24px;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    display: block;
    float: right
}

#cmsFloatPanel .servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-hd a span {
    display: none
}

#cmsFloatPanel .servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-bd {
    width: 128px;
    background: url(../image/middle.png) repeat-y;
    overflow: hidden;
    max-height: 200px;
    overflow-y: auto
}

#cmsFloatPanel .servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-bd .msggroup {
    width: 100px;
    margin: 0 15px;
    text-align: center;
    line-height: 20px
}

#cmsFloatPanel .servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-bd .msggroup:first-child a {
    margin: 0
}

#cmsFloatPanel .servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-bd .msggroup a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    color: #666;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#cmsFloatPanel .servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-bd img {
    display: inline-block;
    margin: 0 5px
}

#cmsFloatPanel .servicePanel #mibew-agent-button {
    text-align: center
}

.qqimg {
    margin-bottom: -3px;
    width: 24px;
    height: 24px
}

#cmsFloatPanel .servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-ft {
    width: 128px;
    height: 22px;
    background: url(../image/bottom.png) no-repeat;
    overflow: hidden
}

#cmsFloatPanel .servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-bd .msggroup a {
    margin-bottom: 10px
}

#cmsFloatPanel .messagePanel {
    width: 280px;
    height: 90px;
    position: fixed;
    right: 70px;
    top: 255px;
    z-index: 10000;
    overflow: visible;
    display: none
}

#cmsFloatPanel .messagePanel .messagePanel-inner {
    width: 280px;
    position: relative;
    overflow: visible
}

#cmsFloatPanel .messagePanel .messagePanel-inner .arrowPanel {
    width: 10px;
    height: 30px;
    position: absolute;
    right: 1px;
    top: 15px
}

#cmsFloatPanel .messagePanel .messagePanel-inner .arrowPanel .arrow01 {
    border-left: 10px solid #fff;
    left: 1px
}

#cmsFloatPanel .messagePanel .messagePanel-inner .arrowPanel .arrow02 {
    border-left: 10px solid #fff
}

#cmsFloatPanel .messagePanel .messagePanel-inner .formPanel {
    width: 270px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

#cmsFloatPanel .messagePanel .messagePanel-inner .formPanel .formPanel-hd {
    height: 32px;
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-indent: 10px;
    background: url(https://en.mtncn.com/img/cmsfloatformpanel-hd-bg.gif) no-repeat
}

#cmsFloatPanel .messagePanel .messagePanel-inner .formPanel .formPanel-hd a {
    width: 32px;
    height: 32px;
    font-family: 'Microsoft Yahei';
    font-size: 12px;
    color: #fff;
    line-height: 32px;
    letter-spacing: 1px;
    text-indent: 0;
    display: block;
    float: right
}

#cmsFloatPanel .messagePanel .messagePanel-inner .formPanel .formPanel-hd a span {
    display: none
}

#cmsFloatPanel .messagePanel .messagePanel-inner .formPanel .formPanel-bd {
    padding: 0;
    overflow: hidden
}

#cmsFloatPanel .messagePanel .messagePanel-inner .formPanel .formPanel-bd p {
    font-size: 12px;
    color: #666;
    line-height: 22px;
    overflow: hidden
}

#cmsFloatPanel .messagePanel .messagePanel-inner .formPanel .formPanel-ft {
    height: 30px;
    background: #f4f4f4;
    text-align: right;
    padding: 0 10px;
    overflow: hidden
}

#cmsFloatPanel .messagePanel .messagePanel-inner .formPanel .formPanel-ft a {
    font-size: 12px;
    color: #999;
    line-height: 30px;
    letter-spacing: 1px
}

#cmsFloatPanel .qrcodePanel {
    width: 210px;
    height: 240px;
    position: fixed;
    right: 70px;
    top: 200px;
    z-index: 10000;
    overflow: visible;
    display: none
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner {
    width: 210px;
    position: relative;
    overflow: visible
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .arrowPanel {
    width: 10px;
    height: 30px;
    position: absolute;
    right: 1px;
    top: 180px
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .arrowPanel .arrow01 {
    border-left: 10px solid #fff;
    left: 1px
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .arrowPanel .arrow02 {
    border-left: 10px solid #fff
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .codePanel {
    width: 200px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .codePanel .codePanel-hd {
    height: 32px;
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-indent: 10px;
    background: url(../image/cmsfloatqrcodepanel-hd-bg.gif) no-repeat;
    overflow: hidden
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .codePanel .codePanel-hd a {
    width: 32px;
    height: 32px;
    font-family: 'Microsoft Yahei';
    font-size: 12px;
    color: #fff;
    line-height: 32px;
    letter-spacing: 1px;
    text-indent: 0;
    display: block;
    float: right;
    overflow: hidden
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .codePanel .codePanel-hd a span {
    display: none
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .codePanel .codePanel-bd {
    padding: 10px;
    overflow: hidden
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .codePanel .codePanel-bd img {
    max-width: 200px;
    border: none
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .codePanel .codePanel-ft {
    height: 30px;
    background: #f4f4f4;
    text-align: center;
    padding: 0 10px;
    overflow: hidden
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .codePanel .codePanel-ft a {
    font-size: 12px;
    color: #666;
    line-height: 30px;
    letter-spacing: 1px
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .codePanel .codePanel-ft a:hover {
    color: red
}