.home-sidebar {
    position: fixed;
    top: 50%;
    right: 24px;
    z-index: 1000;
    width: 80px;
    padding: 64px 0 18px;
    border-radius: 40px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(32, 92, 197, 0.12);
    box-sizing: border-box;
    animation: home-sidebar-slide-in 0.45s ease-out both;
}

@keyframes home-sidebar-slide-in {
    from {
        opacity: 0;
        transform: translate(104px, -50%);
    }

    to {
        opacity: 1;
        transform: translate(0, -50%);
    }
}

.home-sidebar-ai {
    position: absolute;
    top: -48px;
    left: 50%;
    display: block;
    width: 72px;
    height: 92px;
    cursor: pointer;
    outline: 0;
    transform: translateX(-50%);
}

.home-sidebar-ai > img {
    display: block;
    width: 72px;
    height: 92px;
}

.home-sidebar-ai-tip {
    position: absolute;
    top: 50%;
    right: calc(100% + 12px);
    display: none;
    width: 164px;
    padding: 12px 20px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    color: #64748b;
    font-family: 'Alibaba PuHuiTi 3.0', 'Microsoft YaHei', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    transform: translateY(-50%);
}

.home-sidebar-ai-tip::after {
    position: absolute;
    top: 0;
    right: -16px;
    width: 16px;
    height: 100%;
    content: '';
}

.home-sidebar-ai-tip strong,
.home-sidebar-ai-tip > span {
    display: block;
}

.home-sidebar-ai-tip strong {
    margin-bottom: 8px;
    color: #0f172a;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.home-sidebar-ai-tip > img {
    display: block;
    width: 114px;
    height: 114px;
    margin-bottom: 8px;
    object-fit: cover;
}

.home-sidebar-ai:hover .home-sidebar-ai-tip,
.home-sidebar-ai:focus-visible .home-sidebar-ai-tip {
    display: block;
}

.home-sidebar-actions {
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: center;
}

.home-sidebar-item {
    position: relative;
    display: flex;
    width: 56px;
    min-height: 72px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #000;
    cursor: pointer;
    font-family: 'Alibaba PuHuiTi 3.0', 'Microsoft YaHei', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.home-sidebar-item > img {
    display: block;
    width: 48px;
    height: 48px;
    margin-bottom: 2px;
    object-fit: contain;
}

.home-sidebar-back-top {
    display: none;
}

.home-sidebar-back-top.is-visible {
    display: flex;
}

.home-sidebar-item:hover,
.home-sidebar-item:focus-visible {
    color: #1f6fea;
    outline: 0;
}

.home-sidebar-item:hover > img,
.home-sidebar-item:focus-visible > img {
    transform: translateY(-2px);
}

.home-sidebar-phone-tip {
    position: absolute;
    top: 50%;
    right: calc(100% + 12px);
    display: none;
    width: 180px;
    padding: 12px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    color: #64748b;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    transform: translateY(-50%);
}

.home-sidebar-phone-tip::after {
    position: absolute;
    top: 0;
    right: -16px;
    width: 16px;
    height: 100%;
    content: '';
}

.home-sidebar-phone-tip strong,
.home-sidebar-phone-tip > span {
    display: block;
	padding:2px 0;
}

.home-sidebar-phone-tip strong {
    color: #0f172a;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.home-sidebar-phone-number {
    display: flex !important;
    gap: 4px;
    margin-top: 0;
    color: #0f172a;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    align-items: center;
}

.home-sidebar-phone-number .iconfont {
    display: inline-flex;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #e51a1a;
    font-size: 20px;
    line-height: 20px;
    align-items: center;
    justify-content: center;
}

.home-sidebar-item:first-child:hover .home-sidebar-phone-tip,
.home-sidebar-item:first-child:focus-visible .home-sidebar-phone-tip {
    display: block;
}

.home-sidebar-service-tip {
    position: absolute;
    top: 50%;
    right: calc(100% + 12px);
    display: none;
    width: 154px;
    padding: 12px 20px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    color: #64748b;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    transform: translateY(-50%);
}

.home-sidebar-service-tip::after {
    position: absolute;
    top: 0;
    right: -16px;
    width: 16px;
    height: 100%;
    content: '';
}

.home-sidebar-service-tip strong,
.home-sidebar-service-tip > span {
    display: block;
}

.home-sidebar-service-tip strong {
    margin-bottom: 8px;
    color: #0f172a;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.home-sidebar-service-tip > img {
    display: block;
    width: 114px;
    height: 114px;
    margin-bottom: 8px;
    object-fit: cover;
}

.home-sidebar-item:nth-child(2):hover .home-sidebar-service-tip,
.home-sidebar-item:nth-child(2):focus-visible .home-sidebar-service-tip {
    display: block;
}

.home-sidebar-app-tip {
    position: absolute;
    top: 50%;
    right: calc(100% + 12px);
    display: none;
    width: 154px;
    padding: 12px 20px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    color: #64748b;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    transform: translateY(-50%);
}

.home-sidebar-app-tip::after {
    position: absolute;
    top: 0;
    right: -16px;
    width: 16px;
    height: 100%;
    content: '';
}

.home-sidebar-app-tip strong,
.home-sidebar-app-tip > span {
    display: block;
}

.home-sidebar-app-tip strong {
    margin-bottom: 8px;
    color: #0f172a;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.home-sidebar-app-tip > img {
    display: block;
    width: 114px;
    height: 114px;
    margin-bottom: 8px;
    object-fit: cover;
}

.home-sidebar-item:nth-child(4):hover .home-sidebar-app-tip,
.home-sidebar-item:nth-child(4):focus-visible .home-sidebar-app-tip {
    display: block;
}

@media screen and (max-width: 1280px) {
    .home-sidebar {
        right: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-sidebar {
        animation: none;
        transform: translateY(-50%);
    }
}
