﻿#pop-online-tel
{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 120px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 10px #949494;
    margin-left: -200px;
    margin-top: -60px;
    z-index: 99;
}
#pop-online-tel .close
{
    position: absolute;
    width: 20px;
    height: 20px;
    color: #bdbdbd;
    top: 10px;
    right: 10px;
    font-size: 20px;
    text-align: center;
}
#pop-online-tel .close:hover
{
    color: #7d7d7d;
}
#pop-online-tel .telnum
{
    color: #333;
    font-size: 20px;
    line-height: 30px;
    margin: 50px 0 0;
    text-align: center;
}
#pop-online-tel .telnum .fa
{
    font-size: 30px;
    vertical-align: middle;
    margin: 0 10px 0 0;
    color: #209eea;
}
#pop-online-qr
{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 10px #949494;
    margin-left: -150px;
    margin-top: -160px;
    z-index: 99;
    text-align: center;
    vertical-align: middle;
}
#pop-online-qr img
{
    max-width: 257px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    max-height: 257px;
}
#pop-online-qr .close
{
    position: absolute;
    width: 20px;
    height: 20px;
    color: #bdbdbd;
    top: 5px;
    right: 5px;
    font-size: 20px;
    text-align: center;
}
#pop-online-qr .close:hover
{
    color: #7d7d7d;
}
div.sitewidget-onlineService .onlineservice-fixed-blocks-list .onlineservice-fixed-blocks-tips::-webkit-scrollbar
{
    display: none;
}