/**
 * 客服系统独立CSS - 简洁版
 * 命名空间: kefu90_
 */

/* 主容器 */
.kefu90_fixed {
    position: fixed;
    right: 15px;
    top: 280px;
    z-index: 999999;
    width: 110px;
    font-family: Arial, sans-serif;
}

/* QQ按钮 */
.kefu90_panel {
    width: 110px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    overflow: hidden;
}

.kefu90_qqbtn {
    display: block;
    width: 100%;
    padding: 15px 10px;
    text-align: center;
    color: #0484cd;
    text-decoration: none;
    font-size: 14px;
}

.kefu90_qqbtn:hover {
    background: #f5f5f5;
    color: #0266b3;
}

.kefu90_qqicon {
    width: 50px;
    height: 50px;
    margin: 0 auto 8px;
    background: url(/skin/kefu/qq.png) center/cover no-repeat;
    border-radius: 50%;
}

/* QQ文字 */
.kefu90_qqtext {
    font-weight: bold;
    font-size: 13px;
}

/* 联系信息 */
.kefu90_info {
    border-top: 1px solid #eee;
    padding: 10px;
    font-size: 12px;
    color: #333;
    text-align: center;
}

.kefu90_info p {
    margin: 5px 0;
}

.kefu90_info .kefu90_tel {
    color: #e66d15;
    font-weight: bold;
    font-size: 14px;
}

/* 关闭按钮 */
.kefu90_close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 24px;
    height: 24px;
    background: url(/skin/kefu/close_im.png) no-repeat;
    cursor: pointer;
    border: none;
}

.kefu90_close:hover {
    transform: scale(1.1);
}

/* 重新打开按钮 */
.kefu90_open {
    display: none;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 60px;
    box-shadow: 0 2px 10px rgba(102,126,234,0.4);
}

.kefu90_open:hover {
    transform: scale(1.05);
}

/* 回到顶部 */
.kefu90_gotop {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    background: #fff url(/skin/kefu/toTop-icon.png) center/30px no-repeat;
    border: 1px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.kefu90_gotop:hover {
    background-color: #f5f5f5;
}
