body {
	-webkit-font-smoothing: antialiased;
	color: #eee;
	background-color: #000;
	font-size: 16px;
}
.row {
	margin-right: 0;
	margin-left: 0;
}

a, a:hover, a:active {
	text-decoration: none;
}
.left-side {
	/*margin-top: 0;*/
	/*padding-top: 0;*/
}

.right-side {
	/*margin-top: 0;*/
	/*padding-top: 0;*/
}

.sm-padding {
	margin-top: 0.1em;
	margin-bottom: 0.2em;
}
h1, .h1{
	font-size: 3em;
	font-weight: 800;
}
h2, .h2{
	font-size: 2.5em;
	font-weight: 800;
}
h3, .h3{
	font-size: 2em;
	font-weight: 600;
}
h4, .h4{
	font-size: 1.5em;
	font-weight: 400;
}
h5, .h5{
	font-size: 1.25em;
}

.content {
	display: inline-block;
	text-align: center;
	/*position: relative;*/
/*		width: 600px;
	height: 400px;*/
}
.img-cur-lot {
	display: block;
  position: absolute;
  z-index: 10;
  width: 600px;
  /*height: 400px;*/
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: 000px;
  border-radius: 10px;


	/*position: absolute;
/*	width: 600px;
	height: 400px;*/
/*	left: 50%;
	top: 50%;
	*/
}


.current-code {
	display: inline-block;
	width: 3em;
}

.control-panel {
	/*margin-top: 60px;*/
}

.control-panel > * {
	margin: 60px 40px;
}

/*.v-align {
	width: 100%;
}
.v-align label {
	width: 40%;
}*/

label {
	overflow: hidden;
}

.img-cur-lot {
	cursor: pointer;
}
.img-tdy-lot {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 4px;
}


.text-red {
	color: #ff3f3f;
}
.text-blue {
	color: #3f3fff;
}


#select_bid option[selected], #select_bid option[selected]:hover {
  color: red !important;
}
.pointer {
	cursor: pointer;
}
.layui-layer-title {
	font-size: 24px;
	text-align: center;
}
.layui-layer-content {
	color: #0d3;
	background-color: #363636;
	padding: 25px 40px;
	font-size: 20px;
	line-height: 1.75em;
}