/* 针对屏幕宽度在 768px 及以上的设备 */
@media only screen and (min-width: 768px) {
  body, .minWidth768 {
    width: 600px;
    margin: 0 auto!important;
  }
}

* {
  box-sizing: border-box;
}
	.leftBox {
		display: flex;
		align-items: center;
	}
	
	.right {
		margin-top: 16px;
	}
	
	.right img {
		width: 20px;
		height: 20px;
	}
	
	.payimg img {
		width: 30px;
		height: 30px;
		margin: 3px 7px 0 0;
	}
	
	.payButton {
		margin-top: 39px;
		width: 100%;
		height: 53px;
		background: #3263F6;
		border-radius: 53px;
		font-size: 17px;
		color: #FFF;
		text-align: center;
		line-height: 53px;
	}
	
	.typeBox {
		width: 100%;
		height: 53px;
		background: #FFFFFF;
		border-radius: 10px;
		margin-top: 8px;
		display: flex;
		justify-content: space-between;
		padding: 0 15px 0 12px;
		box-sizing: border-box;
	}
	.thirdBox {
		margin-top: 33px;
	}
	
	.secondNum {
		font-size: 13px;
		color: #555;
	}
	
	.secondBox span {
		font-size: 32px;
		color: #E20000;
		font-family: "Dinbold";
	}
	
	.secondBox {
		font-size: 20px;
		color: #E20000;
		text-align: center;
	}
.poupBgc {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, 0.5);
		z-index: 5;
	}
.closeImg img {
		width: 20px;
		height: 20px;
		margin-right: 8px;
	}

	.poupBox .firstBox {
		font-size: 17px;
		color: #222222;
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}

	.poupBox {
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 6;
		width: 100%;
		height: 398px;
		background: #F6F6F6;
		border-radius: 19px 19px 0px 0px;
		padding: 15px 10px 40px;
		box-sizing: border-box;
	}
	.poupBox1 {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 6;
		width: 258px;
		background: url(../image/payEndBg.png) no-repeat;
		background-size: 100% 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 23px;
		padding-bottom: 19px;
	}
	.poupBox1 .title{
		font-family: PingFangSC, PingFang SC;
		font-weight: 600;
		font-size: 18px;
		color: #222222;
		margin-bottom: 28px;
	}
	.poupBox1 img{
		width: 131px;
		height: 73px;	
		margin-bottom: 19px;
	}
	.poupBox1 .btn{
		width: 220px;
		height: 41px;
		line-height: 41px;
		background: #3263F6;
		border-radius: 20px;
		font-family: PingFangSC, PingFang SC;
		font-weight: 400;
		font-size: 14px;
		color: #FFFFFF;
		text-align: center;
	}
	.poupBox1 .btn1{
		background: #E2E9FF;
		font-size: 14px;
		color: #3263F6;
		margin-bottom: 10px;
	}