@charset "utf-8";
/* 微信客服 */
    .weixin_kefu {
        position: fixed;
        z-index: 20;
        left: 10px;
        bottom: 128px;
        width: 112px;
        height: 44px;
    }
    .weixin_show {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 1000;
        width: 100%;
        /* height: 100%; */
        height: 0;
        overflow: hidden;
        background: rgba(0,0,0,.2);
        /* display: none; */
        transition: all 0.6s;
        -o-transition: all 0.6s;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
    }
    .weixin_show.current {
        /* display: block; */
        height: 100%;
        -webkit-animation: sticky 0.8s;
        animation: sticky 0.8s;
    }
    .weixin_pad {
        position: absolute;
        height: 420px;
        margin-top: -210px;
        left: 20px;
        right: 20px;
        top: 50%;
        background: #fff;
        border-radius: 6px;
    }
    .weixin_bg {
        padding:3em;
        height: 80%;
        
    }
    .weixin_bg h3 {
        margin-top: 30px;
        font-size: 1.2em;
        line-height: 2;

    }
    .weixin_bg img {
            width: 12em;
    }
    .weixin_bg p {
        font-size:1em;
        line-height: 1.8;
    }
    .weixin_bg span {
        font-size:1.3em;
        color: var(--text_theme);
    }
    .weixin_bg i {
        position: absolute;
        right: 30px;
        top:30px;
        font-size:22px;
    }