body,
html {
    margin: 0;
    padding: 0;
    height: 100%
}

body {
    font-family: "Microsoft Yahei";
    color: #fff;
    background: 0 0
}

.impowerBox {
    line-height: 1.6;
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.impowerBox h1 {
	font-size: 18pt;
}

.impowerBox .qrcode {
    width: 280px;
    margin-top: 15px;
    border: 1px solid #E2E2E2
}

.impowerBox .title {
	font-size: 14pt;
}

.impowerBox a {
	text-decoration:none;
	color: #fff;
}