.header {
	height: 77px;
	background-color: #fff;
	border-bottom: 1px solid #d5d5d5;
	box-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
	-webkit-box-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	position: relative;
	opacity: .93;
}

.header-layer {
	width: 990px;
	margin: 0 auto;
}

.cf {
	zoom: 1;
}

.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.header .logo {
	width: 242px;
	height: 64px;
	margin-top: 8px;
	float: left;
}

.nav {
	float: right;
	font-size: 15px;
}

.box {
	position: relative;
	/* 添加相对定位 */
	width: 126px;
	height: 130px;
	border: 1px solid #e3e3e3;
	margin: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #313131;
	font-family: "黑体";
}

.box2 {
	position: relative;
	width: 126px;
	height: 40px;
	border: 1px solid #e3e3e3;
	margin: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #313131;
	font-family: "黑体";
}

.box2::before {}

.blue {
	border: 2px solid #3387ef;
}

.selected::before {
	content: "\25BA";
	/* Unicode 编码，显示 ✓ 图标 */
	position: absolute;
	/* 绝对定位 */
	top: 0px;
	right: 0px;
	font-size: 12px;
	color: white;
	width: 0;
	height: 0;
	border-right: 20px solid #3387ef;
	border-bottom: 20px solid transparent;
	/* background-color: #3387ef; */
	font-weight: bold;
	text-align: center;
}

.btn-default {
	border-color: #2977d8;
	background-color: #3387ef;
}

.btn {
	width: 126px;
	height: 38px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	transition: background-color .3s linear;
}
.box_point{
	margin-bottom: 20px;
}
.box_money{
	border-top: 1px dashed #e3e3e3;font-size: 16px; text-align: center; padding-top: 10px;
}
.inputVal{
	width: 100%; font-size: 20px; border: none; text-align: center;
}
.other_unit{
	border-top: 1px dashed #e3e3e3;font-size: 16px; text-align: center; padding-top: 10px;
}

.icon-success-l {
	background-image: url(../images/icons.png);
	background-position: -161px 0;
	width: 65px;
	height: 65px;
	margin: 0 auto;
}
#order_no{
	height: 38px; width: 230px;
}
.getcdkey{
	border-radius: 0; width: auto; margin-left: -5px; margin-top: -2px;
}
