body,
.btn,
.form--iptText {
	font-family: Arial, Helvetica, "儷黑 Pro", "微軟正黑體", "新細明體", sans-serif;
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.order {
	width: 431px;
	height: 878px;
	padding: 105px 27px 106px 29px;
	background-image: url(../images/bg.png);
	box-sizing: border-box;
}
.order-check,
.order-end {
	display: none;
}
.order__head,
.order__body,
.order__foot {
	padding: 10px;
}
.order__head {
	background-color: #17a2b8;
}
.order--tit {
	margin: 0;
	color: #fff;
	text-align: center;
}
.order--hello {
	color: #333;
}
.order__ls {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.order__item {
	border-bottom: solid 1px #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
}
.order__val {
	float: right;
	line-height: 1.5;
}
.order--danger {
	color: red;
	font-size: 30px;
	line-height: 1;
}
.order-end .order__body {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 85px;
	margin: auto;
	font-size: 2em;
	text-align: center;
}
.form--price {
	color: #999;
}
.form__lbl {
	float: right;
	color: #666;
	font-size: 16px;
}
.form--iptText {
	border: none;
	padding: 7px 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
	border-radius: 3px;
	width: 50px;
	text-align: right;
	font-size: 15px;
}
.d-block {
	display: block;
}
.btn {
	color: #fff;
	border: none;
	border-radius: 5px;
	width: 100%;
	line-height: 2;
	font-size: 20px;
}
.btn-info {
	background-color: #17a2b8;
}
.btn-info:hover {
	background-color: #1797ab;
}
