/* 颜色 */
.kf122 dd {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    background: #999999;
    margin-top: 2px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
}
.kf122 dd span {
    display: block;
    color: #2c2c2c
}
.kf122 dd.t122 .box122 {
    position: absolute;
    top: 0;
    width: 190px;
    right: -200px;
    height: 100%;
    margin-right: 10px;
    border-radius: 5px;
    background: #999999;
    opacity: 0;
    transition: all .5s;
}
.kf122 dd.t122 .box122:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent #999999;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: -18px;
    margin-left: -12px;
}
.kf122 dd.code122 .box122 {
    position: absolute;
    top: 0;
    width: 140px;
    right: -172px;
    height: 140px;
    margin-right: 10px;
    border-radius: 5px;
    background: #999999;
    opacity: 0;
    transition: all .5s;
}
.kf122 dd:hover {
    background: #333;
}
.kf122 dd.code122 .box122:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent #999999;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 30px;
    right: -18px;
    margin-left: -12px;
}
/* 颜色 end*/
.kf122 {
    position: fixed;
    top: 50%;
    right: 1%;
    margin-top: -163px;
    z-index: 100;
    width: 80px;
}
.kf122 dd:first-child {
    margin-top: 0;
}
.kf122 dd i {
    width: 100%;
    height: 45px;
    display: block;
    margin-top: 13px;
    background: url({eyou:global name='web_cmspath' /}/skin/zujianku/images/kf122.png) no-repeat center 0;
}
.kf122 dd.qq122 i {
    background-position-y: 0;
}
.kf122 dd.t122 i {
    background-position-y: -30px;
}
.kf122 dd.code122 i {
    background-position-y: -60px;
}
.kf122 dd.top122 i {
    background-position-y: -90px;
}
.kf122 dd.t122 .box122 p {
    font-size: 14px;
    margin: 15px auto 7px;
}
.kf122 dd.t122 .box122 h3 {
    font-size: 18px;
    font-weight: bold;
}
.kf122 dd.code122 .box122 img {
    width: 120px;
    height: 120px;
    padding: 11px;
}
.kf122 dd.t122:hover .box122 {
    opacity: 1;
    right: 80px;
}
.kf122 dd.code122:hover .box122 {
    opacity: 1;
    right: 80px;
}
