.denglu {
	color: #dfb88c;
}

.denglu input {
	border: 1px solid #dfb88c;
	height: 40px;
	width: 65%;
	border-radius: 5px;
	padding: 0 10px;
	background:#0c0c0c;
}

.denglu label {
	font-weight: normal;
	width: 65px;
	margin-right: 5px;
	text-align: right;
}

.denglu label.bt {
	position: relative;
}

.denglu label.bt:before {
	content: '*';
	position: absolute;
	top: 0;
	left: 0;
}

.denglu .form-group {
	text-align: center;
	margin-bottom: 2vh;
}

.p2img1 {
	margin: 4vh 0 4vh 0;
}

#dengluButton {
	width: 46%;
	display: block;
	margin: 0 auto;
}

.pr {
	position: relative;
}

.rc.pr {
	margin-top: -12.5vh;
}

.p3img3 {
	margin: 4vh 0;
}

.p3img4 {
	
}

#qrcode {
	width: 45%;
    margin: 0 auto 0;
    background: #fff;
    padding: 10px 10px 5px 10px;
    overflow: hidden;
    pointer-events: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 7.5%;
    z-index: 9999;
}
#qrcode img{
	width: 100%;
	pointer-events: auto;
}



/*iphone6及以下*/

@media screen and (max-height:605px) {
	.p2img1 {
		margin: 3vh 0 3vh 0;
	}
	.denglu input {
		height: 35px;
	}
}