body {
	margin: 0 auto;
	min-width: 320px;
	max-width: 640px;
	font-size: 14px;
	background: #fff;
}

.pay_content {
	width: 100%;
	height: auto;
	background: #fefefe;
	margin-top: 30px;
	margin-bottom: 20px;
}

.pay_image {
	width: 20%;
	height: auto;
	float: left;
	padding-top: 10%;
	margin-left: 3%;
}

.pay_image img {
	width: 50%;
	padding-top: 25%;
	margin-left: 35%;
}

.pay_success {
	width: 90%;
	float: right;
	height: auto;
}

.succuss_center_a {
	display: inline-block;
	width: 280px;
	height: 40px;
	text-align: center;
	color: #fff;
	border: 0;
	margin-right: 10px;
	text-decoration: none;
	background: #ef3470;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.succuss_center_b {
	display: inline-block;
	width: 140px;
	height: 40px;
	text-align: center;
	color: #EFF804;
	border: 0;
	text-decoration: none;
	background: #FF1818;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.mui-bar {
	margin: 0 auto;
	min-width: 320px;
	max-width: 640px;
}

.code {
	height: 40px;
	color: #7f4900;
	line-height: 40px;
	width: 100%;
	background: white;
	font-size: 28px;
	padding: 0;
	border: dashed 1px #ff4400;
	box-sizing: border-box;
	font-family: "Microsoft Yahei";
	position: relative;
}