     /* 客服浮动窗口样式 */
        .customer-service {
            position: fixed;
            right: 20px;
            bottom: 160px;
            width: 60px;
            background: linear-gradient( 180deg, #137FFE 0%, #3793FF 100%);
            border-radius: 6px;
            z-index: 999;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 5px 0;
            width: 65px;
        }
        .customer-service .customer-center:nth-child(2) {
            margin-top:15px;
        }
        .customer-service .customer-center:nth-child(4):hover .wx{
            display: block;
        }
        .customer-service .customer-center img {
            width: 24px;
        }
        .customer-service .customer-center {
            height: 60px;
            text-align: center;
            font-weight: 400;
            font-size: 12px;
            color: #FFFFFF;
            line-height: 26px;
        }
        .customer-service .customer-center a{
            color: #FFFFFF;
        }

        .customer-service .customer-center .wx{
            margin-left: -150px;
            float: left;
            display: none;
        }
        .customer-service .customer-center .wx img{
            width: 138px;
            height: 138px;
            border-radius: 0px 0px 0px 0px;
        }

        .customer-service .customer-top {
            width: 82px;
            height: 82px;
            margin-top: -94px;
            background-image: url('../img41/message-top.png'); /* 使用电子签章背景图 */
            background-size: cover;
            background-position: center;
            text-align: center;
        }
        .customer-service .customer-top div{
            font-weight: 400;
            font-size: 12px;
            color: #FFFFFF;
            margin-top: 57px;
            line-height: 25px;
            margin-left: 9px;
            width: 64px;
            height: 25px;
            background: linear-gradient(270deg, #278BFF 0%, #0075FF 100%);
            border-radius: 4px 4px 4px 4px;
            text-align: center;
        }

        .customer-service .customer-bom {
            width: 64px;
            margin-bottom: -78px;
            /*box-shadow: 0 0px 9px rgba(0, 0, 0, 0.1);*/
            background: linear-gradient(180deg, #F1F3F9 0%, #FAFBFD 100%);
            border-radius: 6px;
        }
        .customer-service .customer-bom img {
            width: 24px;
        }
        .customer-service .customer-bom div{
            font-weight: 400;
            font-size: 12px;
            color: #FFFFFF;
            margin-top: 10px;
            line-height: 20px;
            height: 58px;
            border-radius: 4px 4px 4px 4px;
            text-align: center;
        }
        .customer-service .customer-bom p{
            font-weight: 500;
            font-size: 12px;
            color: #333333;
            line-height: 26px;
        }