.goodid-main {
	width: 959px;
	border: 1px gray solid;
	margin: auto;
	background-color: white;
	padding-bottom: 20px;
}

.head-button {
	width: 200px;
	height: 50px;
	cursor: pointer;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	padding: 0;
}

	.head-button:hover {
		background-position: -200px 0px;
	}

	.head-button:active {
		background-position: -400px 0px;
	}

	.head-button[disabled] {
		background-position: -600px 0px;
	}


.head-button-1 {
	background-image: url(images/btn_tag_lhjj.png);
}

.head-button-2 {
	background-image: url(images/btn_tag_lhsj.png);
}

.head-button-3 {
	background-image: url(images/btn_tag_lhsc.png);
}

.head-button-4 {
	background-image: url(images/2/btn_tag_lhxf.png);
}

.header-title {
	padding: 0 22px;
	text-align: left;
}

	.header-title img {
		position: relative;
	}

	.header-title hr {
		border-color: #DADAD8;
	}

.area-button {
	width: 200px;
	height: 50px;
	cursor: pointer;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	padding: 0;
}

	.area-button:hover {
		background-position: -200px 0px;
	}

	.area-button:active {
		background-position: -400px 0px;
	}

	.area-button[disabled] {
		background-position: -600px 0px;
	}

.area-button-1 {
	background-image: url(images/btn_tag2_sjlh.png);
	z-index: 9;
}

.area-button-2 {
	background-image: url(images/btn_tag2_bylh.png);
	margin-left: -34px;
	z-index: 8;
}

.area-button-3 {
	background-image: url(images/btn_tag2_qylh.png);
	margin-left: -34px;
	z-index: 7;
}

.area-button-4 {
	background-image: url(images/btn_tag2_cjlh.png);
	margin-left: -34px;
	z-index: 6;
}

.area-button-5 {
	background-image: url(images/btn_tag2_jqqd.png);
	margin-left: -34px;
	z-index: 5;
}

.refresh-button {
	width: 192px;
	height: 42px;
	cursor: pointer;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	padding: 0;
	background-image: url(images/btn_hyh.png);
}

	.refresh-button:hover {
		background-position: -192px 0;
	}

	.refresh-button:active {
		background-position: -384px 0;
	}

	.refresh-button:disabled {
		background-position: -576px 0;
	}

.input-form {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0 40px;
}

	.input-form input {
	}

.number-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
}

.number-item {
	width: 178px;
	height: 70px;
	border: 1px gray dashed;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
}

	.number-item:hover {
		background-color: lightyellow;
	}

	.number-item .uid {
		font-size: 18px;
		font-weight: bold;
		margin-top: 13px;
		margin-bottom: 0px;
	}

	.number-item .money {
		font-size: 12px;
	}

.container-container {
	min-height: 360px;
	position: relative;
	margin-bottom: 20px;
}

.loading-layer {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.8);
}

.empty-layer {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 99;
}

	.empty-layer div {
		margin: auto;
		margin-top: 100px;
	}

.loading-text {
	margin: auto;
	margin-top: 100px;
}

.sel {
	/* box-shadow: inset 5px 5px 5px black, inset -5px -5px 5px black; */
}



.sel-img {
	margin-top: 40px;
	margin-left: 15px;
	display: none;
}

.sel .sel-img {
	display: inline;
}

.my_badge_triangle {
	width: 0;
	height: 0;
	border-top: 40px solid red;
	border-right: 66px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	box-sizing: content-box;
	padding-top: -20px;
}

.my_badge_text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	color: white;
	font-weight: bold;
	margin-top: 5px;
	width: 38px;
	text-align: center
}



