 /*右侧漂浮替换样式*/
    .im {
        position: fixed;
        right: 2px;
        top: auto;
        bottom: 40px;
        z-index: 11;
    }

    .im-l {
        color: var(--im-l-color);
        width: 32px;
        height: 60px;
        cursor: pointer;
        background-color: #eec511;
        box-shadow: 0 0 8px #eaf0f6;
        border-radius: 4px 0px 0px 4px;
        display: block;
        text-align: center;
        line-height: 60px;
        float: left;
    }

        .im-l i {
            font-size: 20px;
        }

    #select {
        display: none;
    }

    .im .box {
        float: right;
        width: 100px;
        background-color: #eec511;
        border-radius: 0 4px 4px 4px;
        display: none;
    }

        .im .box ul {
            background-color: #fff;
            list-style-type: none;
            margin: 5px;
            padding:15px 0 1px 0;
        }

            .im .box ul li {
                overflow: hidden;
                text-align: center;
                margin-bottom: 15px;
            }

                .im .box ul li a {
                    text-decoration: none;
                    display: block;
                }

                .im .box ul li a span {
                    display: block;
                    font-size: 12px;
                    font-weight: normal;
                    font-family: Arial;
                    color: #666;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                }

                .im .box ul li i {
                    font-size: 24px;
                    color: #f39d22;
                }

                .im .box ul li a:hover i {
                    color: #343537;
                }

    #select:checked + .box {
        display: block;
    }

    @media screen and (min-width:768px) {
        .im {
            width: 132px;
            position: fixed;
            right: -100px;
            top: 250px;
            transition: right 0.5s;
            bottom: auto;
            z-index: 11;
        }

            .im:hover {
                right: 0;
            }

            .im .box {
                position: absolute;
                display: block;
                width: 100px;
                right: 0;
                top: 0;
            }
    }

 .im .im-l .icon-xiaoxi21 {
     width: 22px !important;
     height: 22px !important;
     display: inline-block !important;
     margin: 0 !important;
     padding: 0 !important;
     font-size: 0 !important;
     line-height: 1 !important;
     vertical-align: middle !important;

     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.5C6.8 3.5 2.8 7 2.8 11.5s4 8 9.2 8c1 0 2-.15 2.9-.46L20.5 21l-1.55-4.15c1.45-1.43 2.25-3.27 2.25-5.35 0-4.5-4-8-9.2-8Z' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='8.5' cy='11.5' r='1' fill='%23fff'/%3E%3Ccircle cx='12' cy='11.5' r='1' fill='%23fff'/%3E%3Ccircle cx='15.5' cy='11.5' r='1' fill='%23fff'/%3E%3C/svg%3E") !important;
     background-repeat: no-repeat !important;
     background-position: center !important;
     background-size: 22px 22px !important;
 }

 .im .im-l .icon-xiaoxi21::before {
     content: none !important;
     display: none !important;
 }
