.qq298 {
    width: 250px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -127px;
    background-color: #13aaeb;
    z-index: 1000;
    transition: width 0.3s ease 0s;
}
.qq298.on {
    width: 50px;
}
.qq298 .top-list {
    width: 100%;
}
.qq298 .top-list ul {
    width: 100%;
}
.qq298 .top-list li {
    width: 100%;
    position: relative;
    border-bottom: 0px solid #3b3b3b;
    transition: background 0.3s ease 0s;
    height: 50px;
}
.qq298 .top-list a {
    display: block;
    width: 100%;
}
.qq298 .top-list .ico {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    transition: background 0.3s ease 0s;
    z-index: 2;
}
.qq298 .top-list .ico2 {
    background: url(/template/pc/skin/zujianku/qq298_b.png) no-repeat center #13aaeb;
}
.qq298 .top-list .ico3 {
    background: url(/template/pc/skin/zujianku/w298_b.png) no-repeat center #13aaeb;
}
.qq298 .top-list .ico5 {
    background: url(/template/pc/skin/zujianku/f298_b.png) no-repeat center #13aaeb;
}
.qq298 .top-list .ico7 {
    background: url(/template/pc/skin/zujianku/t298_b.png) no-repeat center #13aaeb;
}
.qq298 .top-list .stt {
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    transition: color 0.3s ease 0s;
    position: absolute;
    left: 28px;
    top: 0;
    z-index: 1;
    width: 222px;
    cursor: pointer;
}
.qq298 .top-list li:hover .stt {
    color: #15191e;
}
.qq298 .top-list li:hover .ico2 {
    background: url(/template/pc/skin/zujianku/qq298_h.png) no-repeat center #fff;
}
.qq298 .top-list li:hover .ico3 {
    background: url(/template/pc/skin/zujianku/w298_h.png) no-repeat center #fff;
}
.qq298 .top-list li:hover .ico5 {
    background: url(/template/pc/skin/zujianku/f298_h.png) no-repeat center #fff;
}
.qq298 .top-list li:hover .ico7 {
    background: url(/template/pc/skin/zujianku/t298_h.png) no-repeat center #fff;
}
.qq298 .top-list li:hover {
    background-color: #fff;
}
.qq298 .top-list .top298 .stt {
    font-family: "Arial";
    font-weight: bold;
}
.qq298 .top-list li .weix {
    position: relative;
}
.qq298 .sidebox {
    position: absolute;
    right: 250px;
    top: 0;
    transition: all 0.1s ease 0s;
    width: 120px;
    z-index: 10;
    display: none;
    background: #13aaeb;
}
.qq298 .sidebox img {
    width: 110px;
    height: 110px;
    display: block;
    margin: 5px auto;
}