.pm-block {
    width: 100%;
    position: absolute;
}
.pm-container-switch-container {
    width: 120px;
    height: 25px;
    padding: 0px;
    z-index: 9999999;
    display: block;
    position: fixed;
    bottom: 0px;
    right:100px;
}
.pm-container-switch {
    display: block;
    width: 120px;
    height: 25px;
    text-align: center;
    font-size: 9px;
    line-height: 25px;
    color: #FFF!important;
    background: #333;
    float: right;
    margin-right: 200px;
    cursor: pointer;
}
.pm-container-switch a {
    color: #FFF!important;
    text-decoration: none;
}
.pm-container {
    width: 100%;
    padding: 20px 45px 60px;
    background: #FFF;
    border-top: 1px solid #333;
    text-align: left;
    box-sizing: border-box;
    z-index: 9999999;
    display: none;
    font-size: 12px;
}
.pm-log {
    padding-left: 10px;
}
.pm-query {
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    display: block;
    color: #666;
    font-size: 10px;
}
.pm-query:hover {
    height: auto;
    overflow:visible;
}