        .customer-service-entry {
            box-sizing: border-box;
            align-items: center;
            background-color: #fff;
            box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
            color: #666;
            cursor: pointer;
            display: flex;
            height: 50px;
            justify-content: center;
            text-decoration: none;
            transition: all 0.3s ease;
            width: 60px;
           
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
           
        }

       .customer-service-entry__headset-icon:hover {
            background: #F7F9FD;
        }

        /* 耳机图标 */
       .customer-service-entry__headset-icon {
            width: 40px;
            text-align: center;
            box-sizing: border-box;
            font-size: 25px;
        }

        /* 客服信息面板 */
       .customer-service-panel {
            background-color: #fff;
            box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
            padding: 20px 0px 20px 10px;
            right: calc(100% + 10px);
            bottom: 0%;
            z-index: 1000;
            position: absolute;
            border-radius: 10px;
            display: none;
        }

        /* 新增过渡区域样式 */
       .customer-service-transition {
            position: absolute;
            right: 100%;
            bottom: 0;
            width: 10px;
            height: 100%;
            display: none;
        }

        /* 客服信息列表 */
       .customer-service-list {
            box-sizing: border-box;
            gap: 8px;
            display: flex;
            flex-direction: column;
        }

        /* 客服分类标题 */
       .customer-service-category__title {
            box-sizing: border-box;
            color: #666;
            font-size: 13px;
            margin-bottom: 10px;
            gap: 10px;
            display: grid;
            grid-template-columns: 1fr 1fr;
        }

        /* 客服联系方式列表 */
       .customer-service-contact__list {
            box-sizing: border-box;
            display: grid;
            grid-template-columns: 1fr 1fr;
        }

        /* 客服联系方式链接 */
       .customer-service-contact__link {
            box-sizing: border-box;
            color: #0d6efd;
            text-decoration: none;
            align-items: center;
            border-radius: 4px;
            gap: 10px;
            display: flex;
            padding: 8px;
            transition: all 0.3s ease;
            cursor: pointer;
        }
        .customer-service-contact__link:hover {
            background: #C5CAE9;
        }
        .ticket-service-list__link:hover {
            background: #C5CAE9;
        }
        /* 客服头像容器 */
       .customer-service-contact__avatar-container {
            box-sizing: border-box;
            flex-shrink: 0;
            height: 36px;
            position: relative;
            width: 36px;
        }

        /* 客服头像 */
       .customer-service-contact__avatar {
            box-sizing: border-box;
            vertical-align: middle;
            height: 100%;
            max-width: 100%;
            border-radius: 50%;
            object-fit: cover;
            width: 100%;
        }

        /* 客服在线状态图标 */
       .customer-service-contact__online-status {
            box-sizing: border-box;
            background-color: #52c41a;
            border-radius: 50%;
            bottom: -2px;
            color: #52c41a;
            height: 8px;
            position: absolute;
            right: -2px;
            width: 8px;
            border: 1.33333px solid #fff;
        }

        /* 客服信息详情 */
       .customer-service-contact__info {
            box-sizing: border-box;
            display: flex;
            flex: 1 1 0%;
            flex-direction: column;
            justify-content: center;
            min-width: 0px;
        }

        /* 客服姓名 */
       .customer-service-contact__name {
            box-sizing: border-box;
            color: #333;
            display: block;
            font-size: 13px;
            font-weight: 500;
            line-height: 15.6px;
            margin-bottom: 2px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        /* 客服职位 */
       .customer-service-contact__position {
            box-sizing: border-box;
            color: #999;
            display: block;
            font-size: 12px;
            line-height: 14.4px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        /* 微信号输入框（隐藏） */
       .customer-service-contact__wechat-input {
            box-sizing: border-box;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            font-size: 16px;
            line-height: 24px;
            position: absolute;
            left: -9999px;
        }

        /* 工单服务入口容器 */
       .ticket-service-entry {
            box-sizing: border-box;
            align-items: center;
            background-color: #fff;
            box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
            color: #666;
            cursor: pointer;
            display: flex;
            height: 50px;
            justify-content: center;
            text-decoration: none;
            transition: all 0.3s ease;
            width: 60px;
           
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
          
        }

        /* 入口图标 */
       .bi-ticket-detailed {
            box-sizing: border-box;
            font-size: 25px;
            width: 40px;
            text-align: center;
            box-sizing: border-box;
            font-size: 25px;
        }

       .bi-ticket-detailed:hover {
            background: #F7F9FD;
        }

        /* 工单服务面板 */
       .ticket-service-panel {
            box-sizing: border-box;
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
            display: none;
            padding: 15px;
            position: absolute;
            right: calc(100% + 10px);
            /*bottom: 50%;*/
            width: 240px;
            z-index: 1000;

        }

        /* 新增过渡区域样式 */
       .ticket-service-transition {
            position: absolute;
            right: 100%;
            bottom: 0;
            width: 10px;
            height: 100%;
            display: none;
        }

        /* 工单服务标题 */
       .ticket-service-panel__title {
            box-sizing: border-box;
            color: #333;
            font-weight: 500;
            line-height: 19.2px;
            margin: 0 0 10px;
            font-size: 16px;
            border-bottom: 0.666667px solid #eee;
            padding-bottom: 8px;
        }

        /* 工单服务列表 */
       .ticket-service-list {
            box-sizing: border-box;
            gap: 8px;
            display: flex;
            flex-direction: column;
        }

        /* 工单服务链接 */
       .ticket-service-list__link {
            box-sizing: border-box;
            color: #666;
            text-decoration: none;
            align-items: center;
            border-radius: 4px;
            gap: 10px;
            display: flex;
            padding: 8px;
            transition: all 0.3s ease;
        }

        /* 工单服务链接图标 */
       .ticket-service-list__link-icon {
            box-sizing: border-box;
            font-size: 20px;
            color: #1366ec;
        }

        /* 工单服务链接内容 */
       .ticket-service-list__link-content {
            box-sizing: border-box;
            flex: 1 1 0%;
            min-width: 0;
        }

        /* 工单服务链接标题 */
       .ticket-service-list__link-title {
            box-sizing: border-box;
            color: #333;
            display: block;
            font-size: 14px;
            font-weight: 500;
            line-height: 16.8px;
            margin-bottom: 2px;
        }

        /* 工单服务链接描述 */
       .ticket-service-list__link-desc {
            box-sizing: border-box;
            color: #999;
            display: block;
            font-size: 12px;
            line-height: 14.4px;
        }

        /* 外层容器样式 */
       .main-container {
           
            font: 14px code, "Microsoft YaHei", sans-serif;
        }

        /* 内层容器样式 */
       .inner-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            text-align: center;
        }

        /* 圆形边框通用样式 */
       .circle-border {
            border: 0.666667px solid #0052d9;
            border-radius: 50%;
            height: 46px;
            width: 46px;
            position: absolute;
            z-index: 1;
            animation: 2s ease 2s infinite normal none running;
        }

        /* 不同圆形边框的透明度和动画名称 */
       .circle-border-1 {
            opacity: 0.00020697;
            animation-name: myani-one;
        }

       .circle-border-2 {
            opacity: 0.0690224;
            animation-name: myani-two;
        }

       .circle-border-3 {
            opacity: 0.199954;
            animation-name: myani-three;
        }

       .circle-border-4 {
            opacity: 0.0954892;
            animation-name: myani-four;
        }

        /* 图片样式 */
       .service-image {
            height: 45px;
            width: 45px;
            border-radius: 50%;
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            border: 2px solid #fff;
        }

        /* 链接样式 */
       .service-link {
            color: #fefefe;
            cursor: pointer;
            text-decoration: none;
            animation: 2s linear 0s infinite normal none running blinkfoot;
            background-color: #0056ff;
            border-radius: 2px;
            box-shadow: 0 4px 8px 0 rgba(3, 27, 78, 0.12);
            display: flex;
            justify-content: space-around;
            margin-top: -10px;
            padding: 5px 0;
            transition: background-color 0.3s ease;
            width: 60px;
            z-index: 2;
        }

        /* 链接内文字样式 */
       .service-text {
            margin: 0;
            font-family: monospace;
            font-size: 12px;
            font-weight: 500;
            letter-spacing: 2.5px;
            line-height: 14px;
            overflow-wrap: break-word;
            width: 36px;
        }
        /* 定义动画关键帧 */
        @keyframes myani-one {
            0% {
                transform: scale(1);
                opacity: 0.00020697;
            }

            100% {
                transform: scale(2);
                opacity: 0;
            }
        }

        @keyframes myani-two {
            0% {
                transform: scale(1);
                opacity: 0.0690224;
            }

            100% {
                transform: scale(2);
                opacity: 0;
            }
        }

        @keyframes myani-three {
            0% {
                transform: scale(1);
                opacity: 0.199954;
            }

            100% {
                transform: scale(2);
                opacity: 0;
            }
        }

        @keyframes myani-four {
            0% {
                transform: scale(1);
                opacity: 0.0954892;
            }

            100% {
                transform: scale(2);
                opacity: 0;
            }
        }

        @keyframes blinkfoot {
            0%,
            100% {
                opacity: 1;
            }

            50% {
                opacity: 0.5;
            }
        }

       .Cloud-Services-fixed-box {
            position: fixed;
            right: 2%;
            bottom: 15%;
            z-index: 3;
        }

       .Cloud-Services-fixed-box .to-top-btn {
         
            width: 60px;
            height: 60px;
            background: #fff;
            box-shadow: 0px 8px 40px 0px rgba(30, 35, 45, 0.08);
            justify-content: center;
            align-content: center;
            cursor: pointer;
            flex-wrap: wrap;
            -webkit-transition: .2s;
            -moz-transition: .2s;
            transition: .2s;
            display: -webkit-flex;
            opacity: 0;
        }

       .Cloud-Services-fixed-box .to-top-btn i {
            color: #c7c7c7;
            font-size: 22px;
            -webkit-transition: .2s;
            -moz-transition: .2s;
            transition: .2s;
        }

       .Cloud-Services-fixed-box .to-top-btn p {
            font-size: 12px;
            color: #8f8f8f;
            position: relative;
            top: -2px;
        }

       .Cloud-Services-fixed-box .to-top-btn.show {
            opacity: 1;
        }
         @media (max-width: 787px) {
            .Cloud-Services-fixed-box {
                display: none;
            }
        }
    