@charset "utf-8";
/* CSS Document */
body,html
{
	margin: auto;
	padding: 0px;
	border: 0px;
	overflow: hidden;
}

body {
	width: 100%;
	height: 100%;
}

#box-img {
	width: 100%;
}

.fing{
	cursor:pointer;
}

#box-content {
	position: absolute;
	top: 0;
	left: 0;
}

#console{
	margin-left:50px;
}
#center_box{
	background-repeat:no-repeat;
	width: 980px;
	height: 645px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}
.des_cell
{
	width: 606px;
    height: 104px;
    padding: 5px;
	float: left;
	/*border: #999 solid 1px;*/
}
.src_cell
{
	float:left;
	height:62px;
	width:190px;
	padding:0px;
}
.pic_cell{
	width:0px;
	height:1px;
}
#des_container
{/*
	position: absolute;
	z-index: 3;
	*/
}
/*
#game_hint
{
	position: absolute;
	z-index: 2;
	width: auto;
	height: auto;
	top: 23px;
	left: 33px;
}*/
#vo_1
{
	position: absolute;
	z-index: 2;
	width: auto;
	height: auto;
	top: 152px;
	left: 30px;
}
#vo_2
{
	position: absolute;
	z-index: 2;
	width: auto;
	height: auto;
	top: 272px;
	left: 30px;
}
#vo_3
{
	position: absolute;
	z-index: 2;
	width: auto;
	height: auto;
	top: 392px;
	left: 30px;
}
#showPictures
{
	position: absolute;
	z-index: 2;
	width: auto;
	height: auto;
	left: 290px;
	top: 50px;
}
#showSentence
{
	position: absolute;
	z-index: 2;
	width: 606px;
	height: 104px;
	left: 292px;
	top: 517px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bolder;
	color: #562900;
	/**background-image: url(../images/B011.png);*/
}
#d0
{
	position: absolute;
	z-index: 4;
	left: 300px;
	top: 517px;
}
#s0
{
	position: absolute;
	z-index: 3;
	left: 85px;
	top: 146px;
}
#s1
{
	position: absolute;
	z-index: 3;
	left: 86px;
	top: 266px;
}
#s2
{
	position: absolute;
	z-index: 3;
	left: 86px;
	top: 387px;
}

#sen_vo
{
	position: absolute;
	z-index: 1;
	width: auto;
	height: auto;
	top: 545px;
	left: 220px;
}

#turn_back
{
	position: absolute;
	z-index: 1;
	width: auto;
	height: auto;
	left: 916px;
	top: 545px;
}

#test0
{
	position: absolute;
	z-index: 11;
	width: 1px;
	height: 1px;
	background-color: #6C9;
	opacity: 0;
}

#test1
{
	position: absolute;
	z-index: 11;
	width: 1px;
	height: 1px;
	background-color: #6C9;
	left: 81px;
	top: 139px;
	opacity: 0;
}

#test2
{
	position: absolute;
	z-index: 11;
	width: 1px;
	height: 1px;
	background-color: #6C9;
	left: 81px;
	top: 261px;
	opacity: 0;
}

#test3
{
	position: absolute;
	z-index: 11;
	width: 1px;
	height: 1px;
	background-color: #6C9;
	left: 81px;
	top: 381px;
	opacity: 0;
}

@media all and (max-width: 980px) {
	#center_box {
		width: 100%;
		height: 100%;
	}
	
	#vo_1 img,
	#vo_2 img,
	#vo_3 img,
	#sen_vo img,
	#turn_back img,
	#showPictures img,
	#showSentence img,
	#s0 img,
	#s1 img,
	#s2 img {
		width: 100%;
	}
	
	#vo_1 {
		width: 5%;
		height: auto;
		left: 3%;
		top: 24%;
	}
	
	#vo_2 {
		width: 5%;
		height: auto;
		left: 3%;
		top: 45%;
	}
	
	#vo_3 {
		width: 5%;
		height: auto;
		left: 3%;
		top: 65%;
	}
	
	#sen_vo {
		width: 5%;
		height: auto;
		left: 23%;
		top: 85%;
	}
	
	#turn_back {
		pwidth: 5%;
		height: auto;
		left: 93%;
		top: 85%;
	}
	
	#showPictures {
		width: 62%;
		height: auto;
		left: 29%;
		top: 8%;
	}
	
	#showSentence {
		width: 63%;
		height: auto;
		left: 28%;
		top: 81%;
	}
	
	#s0 {
		top: 23%;
		left: 9%;
		width: 19%;
		height: auto;
	}
	
	#s1 {
		top: 44%;
		left: 9%;
		width: 19%;
		height: auto;
	}
	
	#s2 {
		top: 64%;
		left: 9%;
		width: 19%;
		height: auto;
	}
	
	#d0 {
		width: 63%;
		height: 14%;
		left: 28%;
		top: 81%;
	}
}
