/******** 二维码生成页面样式 ******/
* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	position: relative;
}

#divContainer {
	position:fixed;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    min-width: 1000px;
    z-index:-10;
    zoom: 1;
    background-color: #fff;
    background: url(../img/wchat_background.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

#wrap {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 39rem;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	/* background-image: url(../img/background.png);
	background-image: url(../img/wchat_background.jpg); */
}

#divTip {
	font-family: "微软雅黑";
	font-size: 1.7rem;
	color: #FF9800;
	text-align: center;
	margin-bottom: 10px;
}

#code {
	width: 300px;
	height: 100%;
	float: left;
	margin-left: 20%;
}

.title {
	width: 100%;
	height: 55px;
	font-size: 45px;
	font-family: "微软雅黑";
	text-align: center;
	line-height: 55px;
	color: #373737;
	font-weight: bold;
	margin-top: 10px;
}

#qrImg {
	width: 100%;
	height: 280px;
	border: 1px solid #E2E2E2;
}

.hint {
	text-align: center;
	color: #373737;
	margin-top: 20px;
}

#box {
	width: 300px;
	float: right;
	margin-right: 20%;
}

#wxMpBox {
	width: 500px;
	margin: 0 auto;
}

.hintpa {
	font-size:40px;
}

.hintpb {
	font-size:30px;
	margin-top: 6px;
}

img#imiImg {
	height: 40px;
	width: 40px;
}

.outside {
    width: 100%;
    height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	overflow: hidden;
	/*text-align: center;*/
	position: relative;
    z-index:-10;
    zoom: 1;
    background-color: #fff;
    background: url(../img/wchat_background.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
	vertical-align: middle;
}

.inside {
    width: 80%;
	/* height: 20%; */
	height: 0;
	padding-bottom: 80%;
    position: relative;
	text-align: center;
	vertical-align: middle;
	z-index: -9; 				/* z-index 属性设定了一个定位元素及其后代元素或 flex 项目的 z-order。 当元素之间重叠的时候， z-index 较大的元素会覆盖较小的元素在上层进行显示 */
	/* background-color: red; */
	margin-left: 33%;
	margin-top: 22%;
    /* transform: translate(-50%, -50%); */
    background: no-repeat;
}

#mpQrImg {
    width: 383px;
	height: 383px;
	margin-left: 1px;
    text-align: center;
}

p#login_warn {
    font-size: 20px;
    color: #373737;
    position: absolute;
    left: 50%;
    top: 75%;
    transform: translate(-50%, -50%);
    font-weight: bold;
	display: none;
}








