/*新增浮窗样式*/
.fw-wrap-new {
    position: fixed;
    bottom: 72px;
    right: 0;
    z-index: 1000;
    height: 155px;
}

.fw-wrap-new>a {
    display: block;
    margin-bottom: 1px;
    position: relative;
    cursor:pointer;
}

.fw-txt-new,.fw-btn-new {
    display: inline-block;
    border-radius:2px;
}

.fw-txt-new {
    color: #fff;
    font-size : 12px;
    -webkit-transform : scale(0.84) ;
    *font-size:10px;
    text-align: center;
    background: #1b86ca;
    position: absolute;
    z-index: 100;
    left: 0;
    top:0;
    bottom:0;
    right:0;
    padding:2px;
    line-height: 1.2;
    display: none;
}

.fw-btn-new {
    width: 32px;
    height: 32px;
    position: relative;
    z-index: 2;
}

.fw-online-new {
    background:#1b86ca url(../images/fw_kf.png) no-repeat center;
    /*background-size:70%;*/
}

.fw-survey-new {
    background:#1b86ca url(../images/fw_qr_code.png) no-repeat center;
    /*background-size:70%;*/
}

.fw-top-new {
    background:#1b86ca url(../images/fw_top.png) no-repeat center;
    /*background-size:70%;*/
}


.fw-wrap-new{
    z-index:8000000000;
}
.fw-download-new {
    background:#1b86ca url(../images/fw_qr_code.png) no-repeat center;
    /*background-size:80%;*/
}
.fw-download-box{
    position: absolute;
    right:45px;
    top:50%;
    margin-top:-59px;
    border:1px solid #1b86ca;
    border-radius:4px;
    padding:5px;
    background: #fff;
    text-align: center;
    display: none;
}
.fw-download-box em{
    position: absolute;
    top:50%;
    right:-20px;
    margin-top: -10px;
    display: inline-block;
    width:0;
    height:0;
    border:10px solid transparent;
    border-left-color: #1b86ca;
}
.fw-download-box span{
    position: absolute;
    top:50%;
    right:-18px;
    margin-top: -10px;
    display: inline-block;
    width:0;
    height:0;
    border:10px solid transparent;
    border-left-color: #fff;
}
.fw-download-box p{
    font-size:12px;
    color:#333;
    margin:0;
}
.fw-download-wrap-new{
    width:90px;
    height:90px;
}
.fw-download-img{
    display: block;
    max-width: 100%;
}