html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
}

.top {
	width: 100%;
	height: 50%;
	background-color: #333744;
}

.bottom {
	width: 100%;
	height: 50%;
	background-color: #ebebeb;
}

.from {
	width: 445px;
	height: 455px;
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -62.5%);
}

.topHead {
	width: 100%;
	height: 100px;
	font-size: 32px;
	color: white;
	line-height: 100px;
	position: relative;
	top: 0;
	left: 0;
}

.topHead span {
	position: absolute;
	top: 0;
	left: 40%;
}

.topHead i {
	display: inline-block;
	width: 47px;
	height: 47px;
	background: url("../../images/ad/服务商信息.png") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 27%;
	left: 27%;
}

.newfrom {
	width: 100%;
	height: 75%;
	background-color: #fff;
	position: relative;
	top: 0;
	left: 0;
	box-shadow: 0px 15px 8px #ccc;
}

.menu {
	margin: 0;
	width: 100%;
	height: 100%;
	list-style: none;
	box-sizing: border-box;
	padding: 15px 40px;
}

.menu li:first-child {
	margin-bottom: 14px;
	font-size: 14px;
	color: #404040;
}

.menu li:nth-child(2) {
	width: 365px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	border: 1px solid #d3d3d3;
	padding-left: 15px;
	position: relative;
	top: 0;
	left: 0;
	border-radius: 5px;
}

.menu li:nth-child(2) input {
	width: 280px;
	height: 24px;
	border-color: transparent;
	outline: none;
	font-size: 14px;
}

.menu li:nth-child(3) {
	width: 365px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	border: 1px solid #d3d3d3;
	padding-left: 15px;
	margin: 20px 0 16px 0;
	position: relative;
	top: 0;
	left: 0;
	border-radius: 5px;
}

.menu li:nth-child(3) input {
	width: 280px;
	height: 24px;
	border-color: transparent;
	outline: none;
	font-size: 14px;
}

.menu li:nth-child(4) {
	height: 18px;
	font-size: 14px;
	margin-top: 30px
}

.menu li:nth-child(4) span {
	margin-left: 10px;
}

#bear {
	margin: 0;
	font-size: 14px;
}

.menu li:last-child button {
	width: 365px;
	height: 52px;
	background-color: #6576ad;
	color: white;
	font-size: 18px;
	margin-top: 26px;
	padding: 0;
	border: 0;
	border-radius: 5px;
}

#user {
	display: inline-block;
	width: 22px;
	height: 30px;
	background: url("../../images/ad/登录.png") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 24.5%;
	left: 90%;
}

#pswd {
	display: inline-block;
	width: 22px;
	height: 30px;
	background: url("../../images/ad/密码.png") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 22%;
	left: 90%;
}

#log {
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url("../../images/ad/箭头.png") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 81%;
	left: 80%;
}


/* 绘制二维码 */
.qrs {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 1);
	display: none;
}

.qrs>a {
	position: absolute;
	top: 78%;
	left: 50%;
	transform: translate(-50%, 0);
}

#qrcode>img {
	width: 195px;
}

.icon-printguanbi::before {
	margin-left: 5px;
	font-size: 21px;
}

.icon-printguanbi {
	width: 35px;
	height: 35px;
	padding-top: 4px;
}

.poster-container {
	width: 500px;
	height: 656px;
	position: relative;
	overflow: hidden;
	margin: auto;
}

.poster-bg-img {
	width: 500px;
	height: 656px;
	background: url("../../../../images/payTheFres.png") no-repeat;
	background-size: 100%;
}

.poster-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 656px;
	box-sizing: border-box;
	padding: 15px;
	color: #fff;
	text-align: center;
}

.poster-bg-mask {
	width: 500px;
	height: 510px;
}

.poster-qrcode {
	width: 95px;
	height: 95px;
	position: absolute;
	top: 224px;
	left: 120px;
	background-color: #fff;
}

.poster-qrcode-canvas {
	width: 300px;
	height: 300px;
}

.poster-qrcode-logo {
	width: 105px;
	height: 105px;
}