#home {
	background-color: rgb(68,68,68);
}

#home .big6 {
	position: absolute;
	width: 158px;
	height: 74px;
	display: inline-block;
	background-color: #000;
}

/* big fps locked */
#home .big6.fps .value{color: #fa0;}
#home .big6.fps.locked .value{color: #eee;}
#home .big6.locked{background-color: rgb(34,34,34);}

#home .title {
	color: rgb(238,238,238);
	width: 100%;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#home .value {
	width: 100%;
	height: 48px;
	display: flex;
	align-items: baseline;
	justify-content: center;
}



#home .value1,
#home .value2
{
	width: 100%;
	height: 37px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#home .value1 {align-items: flex-end;}
#home .value2 {align-items: flex-start;}
#home .lut div p {padding:5px 3px;height:22px;}
#home .lut div p:nth-of-type(1){width:60%;text-align: right;}
#home .lut div p:nth-of-type(2){width:40%;text-align: left;}
#home .lut div p span.disable {color:#eee;}

#home .fps {
	left: 0px;
	top:0px;
}
#home .ei {
	left: 161px;
	top: 0px;
}
#home .shutter {
	left: 322px;
	top: 0px;
}
#home .nd {
	left: 0px;
	top: 196px;
}
#home .lut {
	left: 161px;
	top: 196px;
}
#home .wb {
	left: 322px;
	top: 196px;
}

#home .centerbg {
	position: absolute;
	left: 0px;
	top: 74px;
	width: 480px;
	height: 122px;
	display: inline-block;
	background-color: rgb(51,51,51);
}

#home .centermain {
	position: absolute;
	left: 0px;
	top: 3px;
	width: 480px;
	height: 116px;
	display: inline-block;
	background-color: rgb(34,34,34);
}

#home .centermain div {
	/*background-color: #f00;*/
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#home .centermain div span {padding: 0 3px;}
#home .centermain div.hide {display: none;}

#home .timecode {
	left: 28px;top: 7px;width: 192px;height: 28px;
}
#home .timecode span{line-height: 28px;}
#home .rec {
	left: 50px;top: 40px;width: 65px;height: 18px;
}
#home .bat {
	left: 127px;top: 40px;width: 92px;height: 18px;
}
#home .frame {
	left: 232px;top: 10px;width: 75px;height: 18px;
	justify-content: flex-start!important;
}
#home .size {
	left: 314px;top: 10px;width: 116px;height: 18px;
}
#home .clip {
	left: 232px;top: 40px;width: 198px;height: 18px;
}
#home .media {
	position: absolute;
	left: 50px;
	width: 170px;
	height: 20px;
	/*background-color: #f0f;*/
}
#home .media1 {top: 64px;}
#home .media2 {top: 92px;}
#home .mediaac {
	position:absolute;
	display: block;
	top: 1px;left:0px;
	width: 4px;height: 18px;
}
#home .mediaac.act {background-color: #fff;}

#home .slotab {
	position:absolute;
	top: 1px;left:55px;
	width: 22px;height: 18px;
	background: no-repeat center;
}
#home .slotab.a {background-image: url('../image/icon/a_noplay.png');}
#home .slotab.b {background-image: url('../image/icon/b_noplay.png');}
#home .slotab.a.play {background-image: url('../image/icon/a_play.png');}
#home .slotab.b.play {background-image: url('../image/icon/b_play.png');}

#home .media p:nth-of-type(1) {
	position:absolute;
	top: 0px;left:10px;
	width:40px;height:20px;
	text-align: left;
	line-height: 20px;
}
#home .media p:nth-of-type(2) {
	position:absolute;
	top: 0px;left:90px;
	width:70px;height:20px;
	text-align: right;
	line-height: 20px;
}

#home .format1 {
	left: 232px;top: 64px;width: 205px;height: 20px;
}
#home .format2 {
	left: 232px;top: 92px;width: 205px;height: 20px;
}
#home .format1 .sub {
	left: 169px;top: 1px;width: 36px;height: 18px;
	background: no-repeat center url("../image/icon/sub.png");
	display: none;
}
#home .format1 .sub.visible {display: block;}
#home .audio {
	left: 436px;
	top: 2px;
	width: 40px;
	height: 112px;
	background-image: url('../image/icon/home_audio.png');
	background-repeat: no-repeat;
}
#home .audio.aless {
	background-image: url('../image/icon/home_audio_less.png');
}

#boot .logo {
	position: absolute;
	top: 35px;
	left: 124px;
	width: 232px;
	height: 200px;
	background: no-repeat center url('../image/icon/logo.png');
}

#home_abs .rec
{
	position: absolute;
	left: 50px;top: 111px;width: 65px;height: 20px;
	line-height: 20px;
	text-align: left;
}
