.container {
	width: 100%;
	background-color: #FFFFFF;
	min-width: 1600px;
	overflow: hidden;
}

.phonePay {
	width: 70%;
	margin: auto;
}

.pos {
	width: 70%;
	margin: 70px auto;
}

.example {
	width: 100%;
}

.example>.title {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 70px;
}

.example>.title>p{
	display: inline-block;
}

.example>.title>p>span:first-child {
	color: #032A3F;
	font-size: 30px;
}

.example>.title>p>span:last-child {
	color: #FFFFFF;
	font-size: 9px;
	background-color: #032A3F;
	width: 100%;
	display: inline-block;
}

.example>.title>span {
	color: #fdfdfd;
	font-size: 14px;
	margin-left: 22px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background-color: #ED3516;
	border-radius: 3px;
}

.exampleList {
	display: flex;
	width: 70%;
	margin: auto;
	padding-bottom: 68px;
	justify-content: space-between;
	border-bottom: 1px solid #EEEEEE;
}



/**********************/
.example_item{
	float: left;
}
/**********************/


.example_item {
	flex: 0 0 30%;
}

.exampleList>.example_item>.itemTitle {
	color: #FFFFFF;
	font-size: 16px;
	background-color: #032A3F;
	margin-top: 16px;
	line-height: 24px;
	width: 100px;
	text-align: center;
}

.exampleList>.example_item>.itemDesc {
	color: #666666;
	margin-top: 16px;
	font-size: 14px;
	line-height: 25px;
	width: 80%;
}

.submitForm {
	width: 70%;
	margin: auto;
	background-color: #FFFFFF;
	text-align: center;
	padding: 60px 0px 66px 0px;
	margin-top: 76px;
}

.submitForm>.stepProgress {
	width: 850px;
	margin: auto;
	display: flex;
	align-items: center;
}

.submitForm>.stepProgress>.step {
	width: 130px;
	height: 30px;
	font-size: 16px;
	color: #fefefe;
	background-color: #CCCCCC;
	line-height: 30px;
}

.submitForm>.stepProgress>.line {
	width: 300px;
	height: 1px;
	background-color: #E5E5E5;
}

.submitForm>.stepProgress>.active {
	background-color: #032A3F;
}

.submitForm input {
	margin-top: 26px;
}

.submitForm select {
	width: 320px;
	margin-top: 26px;
	margin-left: 16px;
	border-radius: 6px;
	border: 1px solid #A0A0A0;
	height: 48px;
	outline: none;
	padding-left: 18px;
}

.submitForm button{
	width: 200px;
	color: #032A3F;
	border-radius: 6px;
	background-color: rgba(0, 0, 0, 0);
	height: 44px;
	border: 1px solid #032A3F;
	margin-top: 50px;
	margin-left: 30px;
}

.submitForm input[type="text"] {
	width: 300px;
	height: 44px;
	border: 1px solid #a0a0a0;
	border-radius: 6px;
	outline: none;
	padding-left: 18px;
	margin-left: 16px;
}

.submitForm label {
	width: 100px;
	display: inline-block;
	text-align: right;
	color: #4D4D4D;
	font-size: 16px;
}
