#combination {
    width: 1024px;
    height: 768px;
    position: relative;
}

#combination .container {
    width: 1024px;
    height: 768px;
    position: relative;
}

#combination .main-section{
	width: 100%;
	height: 100%;
	float: left;
}
#combination .play-title{
	width: 100%;
	float: left;
	text-align: center;
	font-family: 'VAGRoundedBold';
	color: #d1f7c1;
}
#combination .play-btn{
	font-family: 'VAGRoundedBold';
	font-size: 31px;
	background: url('../../../imgs/2/base/button_play_game.png');
	background-size: 100% 100%;
	border: none;
	color: #fff;
	width: 238px;
	height: 62px;
	cursor: pointer;
}

#combination #livingHome{
	text-align: center;
}
#combination #homeTitle{
	color: #734267;
	margin: 202px 0 35px 0;
	font-size: 48px;
	text-transform: uppercase;
}
#combination .home-description{
	font-family: 'VAGRoundedLight';
	font-size: 24px;
	text-align: justify;
	display: block;
	margin: 0 0 60px 117px;
	color: #734267;
	width: 790px;
	line-height: 30px;
}
	#combination .home-description br{
		display: block;
		line-height: 3;
	}

#combination .image-list{
	margin-top: 126px;
	margin-left: 60px; 
}
#combination .item-list{
	float: left;
	width: 163px;
	height: 154px;
	background: #fff;
	margin-right: 20px;
	margin-bottom: 20px;
}

#combination .amplify-image{
	display: none;
	position: absolute;
	width: 504px;
	/*height: 360px;*/
	left: 50%;
	top: 50%;
	margin-left: -252px;
	margin-top: -240px;
	background: #fff;
	border-radius: 19px;
	text-align: center;
}
#combination .amplify-image img{
	width: 430px;
	/*height: 289px;*/
	margin-top: 5px;
}
#combination .image-view{
	position: relative;
	width: auto;
	height: auto;
	/*float: left;*/
	margin-left: 37px;
}


#combination .amplify-image .image-view{
	position: relative;
	width: auto;
	height: auto;
	float: left;
	margin-left: 37px;
    margin-bottom: 20px;
}

#combination .side-legend{
	font-family: 'VAGRoundedLight';
	font-size: 13px;
	color: #fff;
	width: 289px;
	position: absolute;
	bottom: 0;
	text-align: left;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform:rotate(-90deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
}
#combination .side-legend span{
	/*padding: 2px;
	background : url('../../../imgs/1/widget_combinationgame/legend-bg.png');*/

	color: #fff;
	padding: 4px;
	text-shadow: #000 0 0 0.3em;
    font: 13px "Verdana", Helvetica, Arial, sans-serif; 
    background-color: rgba(0, 0, 0, 0.2);

    white-space: nowrap;
    z-index: 2;
    
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#combination #backImage, #forwardImage{
	width: 74px;
	height: 76px;
	position: absolute;
	top: 338px;
	cursor: pointer
}
#combination #backImage{
	left: 103px;
	background: url('../../../imgs/2/base/button_prev.png');
}
#combination #forwardImage{
	left: 863px;
	background: url('../../../imgs/2/base/button_next.png');
}
#combination .close-zoom{
    position: relative;
	float: right;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	margin-top: 10px;
	background: url('../../../imgs/2/popups/button_close.png') no-repeat;
	cursor: pointer;
    z-index: 1000;
}
#combination .finish-box{
	display: none;
	width: 705px;
	height: 356px;
	background: #fff;
	border-radius: 19px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -178px;
	margin-left: -356px;
	text-align: center;
}

#combination #associationFinish a{
	float: right;
	width: 40px;
	height: 40px;
	margin-right: 14px;
	margin-top: 14px;
	background: url('../../../imgs/2/popups/button_close.png');
	cursor: pointer;
}
#combination #associationFinish h1{
	font-family: 'VAGRoundedBold';
	font-size: 56px;
	margin-top: 55px;
	margin-bottom: 25px;
}
#combination #associationFinish h2{
	font-family: 'VAGRoundedBold';
	font-size: 33px;
	margin-bottom: 35px;
}
#combination #associationFinish p{
	font-family: 'VAGRoundedLight';
	font-size: 27px;
	display: block;
	width: 550px;
	margin-left: 77px;
	line-height: 1;
}

#combination .finish-item{
	width: 286px;
	height: 155px;
	background: rgba(0,0,0, 0.2);
	position: relative;
	float: left;
}
	#combination .finish-item img{
		width: 165px;
		height: 158px;
		position: absolute;
		left: 0;
		cursor: pointer;
	}
	#combination .finish-item h1{
		display: block;
		position: absolute;
		width: 116px;
		top: 40px;
		right: 0;
		color: #fff;
		font-family: 'VAGRoundedBold';
		font-size: 18px;
		text-align: center;
	}
	#combination .finish-item h2{
		display: block;
		position: absolute;
		width: 176px;
		top: 60px;
		left: 0;
		color: #fff;
		/*font-family: 'VAGRoundedBold';*/
		font-size: 33px;
		text-align: center;
	}
	#combination .finish-button{
		position: absolute;
		left: 180px;
		top: 86px;
		height: 32px;
		width: 90px;
		border: none;
		background: url('../../../imgs/2/widget_combinationgame/finish-btn.png') top left no-repeat;
		background-size: 100%;
		color: #fff;
		font-family: 'VAGRoundedBold';
		font-size: 15px;
		cursor: pointer;
	}

#combination #playAgain{
	width: 238px;
	height: 63px;
	font-size: 26px;
	position: absolute;
	left: 398px;
	top: 525px;
}
#combination .info-layer, .zoom-layer{
	position: absolute;
	z-index: 3;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	display: none;
}
#combination .animal-info{
	display: none;
	position: absolute;
	width: 504px;
	/*height: 602px;*/
	height: auto;
	left: 50%;
	top: 50%;
	margin-left: -252px;
	margin-top: -301px;
	background: #fff;
	border-radius: 19px;
	text-align: center;
}
	#combination .animal-info img{
		width: 400px;
		height: 289px;
		margin-top: 45px;
		
	}
	#combination .animal-info .span-name{
		font-family: 'VAGRoundedBold';
		font-size: 36px;
	}

	#combination .animal-info p{
		font-family: 'VAGRoundedLight';
		font-size: 16px;
		display: block;
		width: 430px;
		margin-left: 37px;
		margin-bottom: 40px;
		text-align: left;
		line-height: 24px;
	}	

	#combination .close-info{
        position: relative;
		float: right;
		width: 40px;
		height: 40px;
		margin-right: 10px;
		margin-top: 10px;
		background: url('../../../imgs/2/popups/button_close.png');
        z-index: 1000;
		cursor: pointer;
	}

	#combination .info_null{
		width: 400px;
		height: 1px;
		margin-top: 35px;
	}

#combination #backInfo, #forwardInfo{
	width: 74px;
	height: 76px;
	position: absolute;
	top: 318px;
	cursor: pointer
}

#combination #backInfo{
	left: 103px;
	background: url('../../../imgs/2/base/button_prev.png') top left no-repeat;
}
#combination #forwardInfo{
	left: 863px;
	background: url('../../../imgs/2/base/button_next.png') top left no-repeat;
}
