@charset "utf-8";
/* CSS Document */

.zmtWechat {
            bottom: -0px;
            height: 40px;
            
            position: fixed;
            width: 100%;
			max-width: 750px;
        }

        .wechatIcon {
            vertical-align: middle;
            width: 30px;
        }

        .we1 {
            background: #0061ae;
            color: #ffffff;
            float: left;
            font-size: 18px;
            height: 50px;
            line-height: 50px;
            overflow: hidden;
            padding-top: 0;
            position: relative;
            width: 40%;
            text-align: center;
        }

            .we1 a {
                color: #ffffff;
                text-decoration: none;
            }

        .we2 {
            background: #302825;
            color: #ffffff;
            float: left;
            font-size: 15px;
            height: 50px;
            line-height: 50px;
            padding-top: 0;
            width: 60%;
            text-align: center;
        }

        .zmtWechat {
            bottom: 0;
            height: 50px;
            position: fixed;
            width: 100%;
			max-width: 360px;
        }

        .xx {
            vertical-align: middle;
            width: 240px;
        }

        .wechatBox {
            display: none;
            height: 100%;
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 5;
        }

        .wechat {
            background: #fff;
            border-radius: 20px;
            box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
            color: #666;
            display: none;
            left: 10%;
            position: fixed;
            right: 10%;
            text-align: center;
            top: 20%;
            width: 80%;
            z-index: 5000;
        }

        .wechatimg {
            background: #fff;
            border-radius: 20px;
            box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
            color: #666;
            display: none;
            left: 10%;
            position: fixed;
            right: 10%;
            text-align: center;
            top: 20%;
            width: 80%;
            z-index: 5000;
        }

            .wechatimg img {
                width: 100%;
            }

        .wechat .p1 {
            font-size: 28px;
        }

        .wechat .p2 {
            font-size: 20px;
        }

        .wechat .wxid {
            background-color: #0061ae;
            color: #fff;
            font-size: 20px;
            margin: 30px 0;
            padding: 10px;
        }