.aside {
    position: fixed;
    right: 20px;
    bottom: 10%;
    z-index: 9999;
}

.aside ul {
    position: relative;
    background: #0c6aff;
    border-radius: 10px;
    margin-bottom: 5px;
}

.aside ul li {
    width: 76px;
    height: 76px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.aside ul li:first-child {
    position: absolute;
    left: -13px;
    top: -50px;
}

span,
u {
    font-weight: 400;
    font-style: normal;
}

.aside span.off {
    position: absolute;
    right: -18px;
    top: -18px;
    font-size: 18px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
}

.aside ul li:first-child .avatar {
    width: 100px;
}

.aside ul li:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.aside ul li .aside-item {
    padding-top: 5px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.header .navbox .nav .administration:before,
.domainBtn::before,
.aside ul li:not(:first-child) .aside-item:before {
    --size: 20px;
    opacity: 0;
    content: "";
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: var(--size);
    height: var(--size);
    background: radial-gradient(circle closest-side, rgba(0, 255, 248, .37647), transparent);
    transform: translate(-50%, -50%);
    transition: all .3s ease, left 0s, top 0s;
}

button {
    border: none;
    background-color: transparent;
    outline: none;
}

.aside ul li i.iconweixinzixun {
    width: 24px;
    margin: 5px auto;
    display: block;
}

.aside ul li i.iconweixinzixun img {
    width: 100%;
}

.aside ul li p {
    font-size: 13px;
    color: #fff;
}

.aside ul li .consult-card,
.aside ul li .phone-card {
    position: absolute;
    right: 80px;
    bottom: 0;
    z-index: 212;
    box-sizing: border-box;
    display: none;
}

/* WhatsApp 二维码卡片 - 无背景、无阴影，只显示二维码 */
.aside ul li .consult-card {
    width: auto;
    height: auto;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}

/* Email 卡片 - 保持原有样式 */
.aside ul li .phone-card {
    width: 210px;
    height: auto;
    padding: 15px;
    border-radius: 8px;
    color: #60646b;
    background: -moz-linear-gradient(bottom, #d2e6ff 0%, #ffffff 100%);
    background: -webkit-linear-gradient(bottom, #d2e6ff 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #d2e6ff 0%, #ffffff 100%);
    box-shadow: 0 6px 20px 0 rgba(50, 50, 51, .1);
}

/* 添加透明连接区域，连接按钮和卡片，避免鼠标移动时断开 */
.aside ul li .consult-card::before,
.aside ul li .phone-card::before {
    content: '';
    position: absolute;
    right: 210px;
    top: 0;
    bottom: 0;
    width: 80px;
    background: transparent;
    z-index: -1;
}

.aside ul li .consult-card h3,
.aside ul li .phone-card h3 {
    font-size: 20px;
    line-height: 20px;
    background: linear-gradient(315deg, #000, #006cff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.aside ul li .phone-card h3 {
    margin-bottom: 0;
}

.aside ul li .consult-card p {
    font-size: 16px;
    color: #333;
    line-height: 16px;
}

.aside ul li .consult-card .cord {
    display: block;
    width: auto;
    height: auto;
    max-width: 210px;
    margin: 0;
    padding: 0;
    background: transparent;
}

.aside ul li .consult-card p.saoma {
    font-size: 13px;
    color: #666;
    letter-spacing: 5px;
    font-weight: 300;
}

.aside .top {
    justify-items:center;
    align-content:center;
    border-radius: 10px;
    background: #0c6aff;
    text-align: center;
    width: 76px;
    height: 60px;
    box-sizing: border-box;
    /* padding-top: 16px; */
    cursor: pointer;
    transition: all 0.3s;
}

.aside .top:hover {
    /* transform: translateY(-5px); */
    /* box-shadow: 0 5px 15px rgba(12, 106, 255, 0.4); */
}

.aside .top p {
    color: #FFF;
    font-size: 14px;
}