
.right_tools {
    position: fixed;
    right: 30px;
    top: 350px;
    width: 76px;
    box-sizing: border-box;
    height: auto;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    z-index: 10000;
}
.right_tools a {
    display: block;
    padding: 12px 8px 12px;
    color: #999999;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.right_tools a i {
    display: block;
    margin: 0 auto 4px;
    width: 30px;
    height: 28px;
}
.right_tools a:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 1px;
    top: 0;
    left: 50%;
    margin-left: -30px;
    background-color: #e6e6e6;
}
.right_tools li:first-child a:before {
    display: none;
}
.right_tools a i.right_i1 {
    background: url(../img/zixun.png) no-repeat center center;
    background-size: contain;
}
.right_tools a i.right_i3 {
    background: url(../img/phone.png) no-repeat center center;
    background-size: contain;
}
.right_tools a i.right_i6 {
    background: url(../img/return_top.png) no-repeat center center;
    background-size: contain;
}
.right_tools .bgs1 {
    color: #069947;
    display: block;
    height: 44px;
    overflow: hidden;
    line-height: 44px;
    font-size: 16px;
}
.ecv2_right_code_hide {
    display: none;
    position: absolute;
    left: -165px;
    top: 0;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    padding: 10px 10px 16px 10px;
    border: solid 1px #e5e5e5;
    color: #666666;
}
.ecv2_right_code_hide img {
    width: 140px;
    height: 140px;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    border: solid 1px #e5e5e5;
}
.right_tools a:hover .ecv2_right_code_hide {
    display: block;
}