@charset "utf-8";

body {
	margin: 0;
	padding: 0;
}

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

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

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

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

}

/**><**/
#line {
  width: 726px;
  height: 10px;
	position: absolute;
  background-color: #ffcc00;
	top: 79px;
  left: 0;
  z-index: 2;
}
#bg-text{
  width: 301px;
  height: 80px;
	position: absolute;
  background-color: #ffffff;
	top: 0px;
	left: 428px;
  z-index: 1;
}

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

#mask-1{
  position: absolute;
  top: 0px;
  left: 428px;
  width: 185px;
  height: 36px;
  background: #fff;
  z-index: 4;
}
#mask-2{
  position: absolute;
  top: 35px;
  left: 428px;
  width: 185px;
  height: 40px;
  background: #fff;
  z-index: 4;
}

#mask-3{
  position: absolute;
  top: 0px;
  left: 613px;
  width: 114px;
  height: 69px;
  background:#fff;
  z-index: 4;
  opacity: 0;
}

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


