#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 2px;height:22px;white-space: nowrap;}
/*#home .lut div p:nth-of-type(1){width:50%;text-align: right;}
#home .lut div p:nth-of-type(2){width:50%;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: 4px;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: 310px;top: 10px;width: 110px;height: 18px;
}
#home .frame {
	left: 216px;top: 10px;width: 75px;height: 18px;
	justify-content: flex-start!important;
}
#home .size {
	left: 146px;top: 56px;width: 150px;height: 18px;
}
#home .zoomtofit {
	left: 146px;top: 73px;width: 130px;height: 18px;
	justify-content: flex-start!important;
}
#home .clip {
	left: 310px;width: 100px;height: 18px;
}
#home .clip1 {top: 40px;}
#home .clip2 {top: 66px;}
#home .media {
	position: absolute;
	top: 92px;
	width: 120px;
	height: 20px;
	/*background-color: #f0f;*/
}
#home .media1 {left: 10px;}
#home .media2 {left: 125px;}

#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:8px;
	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:28px;
	width:70px;height:20px;
	text-align: right;
	line-height: 20px;
}

#home .format1 {
	left: 240px;top: 92px;width: 200px;height: 20px;
}

#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: 68px;top: 128px;width: 65px;height: 20px;
	line-height: 20px;
	text-align: left;
}
