@charset "utf-8";

body {
	margin: 0;
	padding: 0;
}

#bg-exit {
		background-color: rgba(255,255,255,0);
		cursor: pointer;
		width: 300px;
		height: 50px;
		left: 0px;
		position: absolute;
		top: 0px;
		z-index: 5000;
		cursor: pointer;
}

#unit-border {
  border: 0.5px solid #000000;
  width: 298px;
  height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

#unit-container {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	width: 300px;
	height: 50px;
}

#main-panel {
 
  width: 298px;
  height: 100%;
  overflow: hidden;
  background-color: #000000;

}

/**><**/
#line {
  width: 298px;
  height: 6px;
	position: absolute;
  background-color: #ffcc00;
	top: 44px;
  left: 0;
  z-index: 2;
}
#bg-text{
  width: 132px;
  height: 44px;
	position: absolute;
  background-color: #ffffff;
	top: 0px;
	left: 168px;
  z-index: 1;
}

#s1,#s2,#s3,#s4{
  position: absolute;
  width: 168px;
  height: 44px;
  overflow: hidden;
  opacity: 0;
}

.image{
  display: block;
  z-index: 2;
}

#h-s4{
  position: absolute;
  top: 0;
  z-index: 4;
  opacity: 0;
}

#t1, #t2, #t3,#t4{
  position: absolute;
  top: 0;
  left: 168px;
  z-index: 3;
  opacity: 0;
}

#mask-1{
  position: absolute;
  top: 0px;
  left: 168px;
  width: 84px;
  height: 22px;
  background: #fff;
  z-index: 4;
}
#mask-2{
  position: absolute;
  top: 22px;
  left: 168px;
  width: 84px;
  height: 22px;
  background: #fff;
  z-index: 4;
}

#mask-3{
  position: absolute;
  top: 0px;
  left: 252px;
  width: 45px;
  height: 44px;
  background:#fff;
  z-index: 4;
  opacity: 0;
}

#more{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 3;
}


