/*点击复制微信号并跳转到微信*/
.wxkf{display:none;}
.wxkf40{display:none;}
@media screen and (max-width:721px){
    .wxkf{
        width:100%;
        overflow:hidden;
        position:fixed;
        z-index: 9999;
        bottom:0;
        padding: 20px 0; /* 增加上下内边距 */
        border:0;
        display:block;
        text-align: center;
        font-size:14px;
        color:#fff;
        line-height: 20px; /* 增加行高 */
        height: 60px; /* 添加固定高度 */
        box-sizing: border-box; /* 确保高度包含内边距 */
    }
    .wxkf a{
        color:#fff;
        display: inline-block;
        vertical-align: middle;
    }
    .wxkf a span{
        padding:0 5px;
        margin-right:10px;
        color:#b30000;
        border-radius: 3px;
        background: #fff; /* 添加背景色使更明显 */
    }
    .wxkf40 {
        display:block;
        overflow: hidden;
        height:60px; /* 高度改为40px */
    }
}