
.impowerWx {
	padding: 16px 0 23px;
	width: 420px;
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-sizing: border-box;
    box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, .2);
    z-index: 100001;
    font-family: "Microsoft Yahei";
    display: none;
}
.impowerWx .logo{
    margin-left: 16px;
    margin-bottom: 10px;
    position: relative;
    top: 0;
}
.impowerWx .logo img{
    height: 40px;
}
.impowerWx .close{
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    z-index: 99;
}
.impowerWx p{
    margin-top: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-align: center;
    display: none;
}
.impowerWx .image{
    /* width: 246px;
    height: 246px;
    border: 1px solid #eee;
    margin: 17px auto 11px; */
}
.impowerWx .image img{
    width: 100%;
    height: 100%;
}
.impowerWx .bot{
    margin-top: 10px;
    text-align: center;
}
.impowerWx .bot a{
    font-size: 16px;
    color: #333;
    display: inline-block;
    vertical-align: top;
}
.impowerWx .bot a i{
    width: 19px;
    height: 19px;
    margin: 2px 6px 0 0;
    background: url('https://public.mtnets.com/Images/public/impowerWx-qq.png') no-repeat;
    display: inline-block;
    vertical-align: top;
}
.impowerWx .bot a:last-child{
    margin-left: 30px;
    color: #199202;
}