﻿.cli_head .open_qq {
    text-shadow: 1px 1px 1px #27ae60;
    position: fixed;
    background: #27ae60;
    color: #fff;
    text-decoration: none;
    right: 30px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-radius: 50%;
    bottom: 155px;
    font-size: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    z-index: 2147483647;
}
.cli_head #cli-qq {
    width: 50px;
    height: 50px;
    bottom: 155px;
    right: 30px;
    background: #27ae60;
    color: #fff;
    font-size: 12px;
    font-family: sans-serif;
    text-decoration: none;
    opacity: .9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    transition: background 200ms linear;
}
.cli_head #scrollUp {
    width: 50px;
    height: 50px;
    bottom: 96px;
    right: 30px;
    background: #777;
    color: #fff;
    font-size: 12px;
    font-family: sans-serif;
    text-decoration: none;
    opacity: .9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    transition: background 200ms linear;
}
.cli_head #scrollUp:hover {
    background: #27ae60;
}
.cli_head #go2top{
    font-size: 26px !important;
    width: 26px;
    height: 26px;
    display: block;
    vertical-align: middle;
    padding: 12px 0px 12px 17px;
}
.cli_head #go2qq{
    font-size: 20px !important;
    width: 20px;
    height: 20px;
    display: block;
    vertical-align: middle;
    padding: 15px;
}
#go2top:before,#go2qq:before{
    margin:0;
}
.cli_head #cli-qq .img_qq{
    width: 50px;
    height: 50px;
    border-radius:50px;
    background: url(../images2/qq.png);
}
.cli_head #cli-qq .img_qq:hover{
    background: url(../images2/qq_hover.png);
}