
.mPhone{
	height: 596px;
}
.mPhoneHead{
	top: 30px;
}
.mPhoneCon{
	margin: 30px auto 0;
  height: 569px;
}
.mPhoneIcon {
	top: -4px;
}
.mAgreement{
	padding-top: 20px;
}
.mCenterCon4{
	height: 600px;
}
.mCon4Cant{
	height: 460px;
}
.mTopAmount{
	margin-top: 20px;
}
.mCenterCon2{
	height: 492px;
}



.mPop {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}

.mask {
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.8;
}

.mConfirmPop {
	width: 584px;
	height: 453px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../../h5pay/img/pConfirmPop.png) no-repeat;
	background-size: contain;
}

.tAvatar {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
	position: absolute;
	top: 90px;
	left: 50%;
	transform: translateX(-50%);
}

.tAvatar>img {
	width: 100%;
	height: 100%;
}

.tId {
	width: 100%;
	position: absolute;
	top: 180px;
	left: 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.tName {
	width: 100%;
	position: absolute;
	top: 210px;
	left: 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.tNote {
	width: 100%;
	position: absolute;
	top: 252px;
	left: 0;
	color: #ff0000;
	font-size: 14px;
	text-align: center;
}


.wBtn {
	width: 180px;
	height: 48px;
	position: absolute;
	top: 340px;
	left: 90px;
	background: url(../../h5pay/img/btnBg.png) no-repeat;
	background-size: contain;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}

.rBtn {
	width: 180px;
	height: 48px;
	position: absolute;
	top: 340px;
	left: 320px;
	border-radius: 40px;
	background: linear-gradient(to right, #00f089, #00a0e8);
	background-size: contain;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}


.colseBtn {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50px;
	right: 50px;
	background: url(../../h5pay/img/pClose.png) no-repeat;
	background-size: contain;
}

.companyInfo{
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 300px;
	left: 500px;
}

.mCenterCon5{
	height: 492px;
}