@charset "utf-8";

body {
	margin: 0;
	padding: 0;
}

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

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

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

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

}

/**><**/
#line {
  width: 6px;
  height: 50px;
	position: absolute;
  background-color: #ffcc00;
	top: 0px;
  left: 172px;
  z-index: 2;
}
#bg-text{
  width: 142px;
  height: 50px;
	position: absolute;
  background-color: #ffffff;
	top: 0px;
	left: 178px;
  z-index: 1;
}

#s1,#s2,#s3,#s4{
  position: absolute;
  width: 172px;
  height: 50px;
  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: 178px;
  z-index: 3;
  opacity: 0;
}

#mask-1{
  position: absolute;
  top: 0px;
  left: 178px;
  width: 142px;
  height: 24px;
  background: #fff;
  z-index: 4;
}
#mask-2{
  position: absolute;
  top: 24px;
  left: 178px;
  width: 142px;
  height: 24px;
  background: #fff;
  z-index: 4;
}

#t4-1, #t4-2, #t4-3, #t4-4, #t4-5{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 3;
}


