.game {
    height: 600px;
    width: 1000px;
    background: url(../images/background.png);
    position: relative;
	margin: 0 auto;		/* 居中 */
}

.attribute {
    height: 550px;
    width: 175px;
    padding-top: 50px;
    padding-left: 25px;
    position: absolute;
}

.main {
    height: 600px;
    width: 600px;
    position: absolute;
    z-index: 1;
    margin-left: 200px;
    font-size: 0px; /* 消除块级元素之间的间隙*/
    background: url(../images/main/resource_1.png);
}

.possess {
    height: 555px;
    width: 200px;
    position: absolute;
    padding-top: 45px;
    margin-left: 800px;
}

.floor {
    height: 40px;
    width: 150px;
    text-align: center;
    background: url(../images/attribute/gray.png);
    font-size: 23px;
    font-weight: bold;
    color: #ffffff;
}

.col {
    height: 40px;
    width: 150px;
    padding-top: 10px;
    float: left;
}

.blood_img {
    height: 30px;
    width: 30px;
    display: inline-block;
}

.key_img {
    height: 25px;
    width: 25px;
	margin-left: 5px;
    display: inline-block;
}

.value {
    height: 25px;
    width: 80px;
    text-align: right;
    background: url(../images/attribute/gray.png);
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    padding-left: 30px;
}

.tools {
    height: 300px;
    width: 150px;
    background: url(../images/attribute/gray.png);
	/* background: url(../images/background.png); */
    margin-top: 30px;
    margin-left: 23px;
}

.weapon {
    height: 55px;
    width: 150px;
    margin-left: 23px;
    margin-top: 15px;
    background: url(../images/attribute/gray.png);
}

.weapon_name {
    height: 20px;
    width: 90px;
    text-align: center;
    background: url(../images/attribute/gray.png);
    font-size: 20px;
    font-weight: 600;
    color: #803472;
    display: inline-block;
}

.weapon_img {
    height: 50px;
    width: 50px;
    background: url(../images/attribute/gray.png);
    display: inline-block;
}

.armor_name {
    height: 20px;
    width: 90px;
    text-align: center;
    background: url(../images/attribute/gray.png);
    font-size: 20px;
    font-weight: 600;
    color: #01fa70;
    display: inline-block;
}

.armor_img {
    height: 50px;
    width: 50px;
    background: url(../images/attribute/gray.png);
    display: inline-block;
}

.keys {
    height: 380px;
    width: 155px;
    margin-left: 23px;
    margin-top: 20px;
    background: url(../images/attribute/gray.png);
	/* -webkit-filter: opacity(0%);
	filter: opacity(0%); */
}

.message {
    height: 300px;
    width: 502px;
    margin-left: 248px;
    margin-top: 150px;
    position: absolute;
    z-index: 2; /*隐藏元素总是堆叠在main上*/
    display: none; /*默认隐藏*/
    background: url(../images/message.png);
}

.load {
    font-size: 23px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    z-index: 2; /*隐藏元素总是堆叠在main上*/
    display: none; /*默认隐藏*/
    background: url(../images/load.png);
}

.handbook {
    height: 600px;
    width: 580px;
    margin-left: 200px;
    margin-top: 0px;
    position: absolute;
    z-index: 2; /*隐藏元素总是堆叠在main上*/
    display: none; /*默认隐藏*/
    background: url(../images/message.png);
	font-size: 18px;
	text-align: left;
	padding-left: 20px;
	color: fuchsia;
	-webkit-filter: opacity(0%);
	filter: opacity(65%);
}

.click_handbook{
	height: 280px;
	width: 300px;
	margin-left: 350px;
	margin-top: 120px;
	position: absolute;
	z-index: 2; /*隐藏元素总是堆叠在main上*/
	display: none; /*默认隐藏*/
	background: url(../images/message.png);
	font-size: 23px;
	text-align: center;
	padding-left: 20px;
	color: fuchsia;
	-webkit-filter: opacity(0%);
	filter: opacity(65%);
}

.notepad{
    height: 570px;
    width: 570px;
    margin-left: 200px;
    margin-top: 0px;
	padding-left: 30px;
	padding-top: 30px;
	color: magenta;
    position: absolute;
    z-index: 2; /*隐藏元素总是堆叠在main上*/
    display: none; /*默认隐藏*/
    background: url(../images/message.png);
	-webkit-filter: opacity(0%);
	filter: opacity(65%);
}

.store {
    height: 380px;
    width: 450px;
    margin-left: 280px;
    margin-top: 120px;
    position: absolute;
    z-index: 2; /*隐藏元素总是堆叠在main上*/
    display: none; /*默认隐藏*/
    /* background: url(../images/attribute/gray.png); */
    background: darkturquoise;
    text-align: center;
	-webkit-filter: opacity(0%);
	filter: opacity(80%);
}

.store_title {
    height: 80px;
    width: 410px;
    margin-left: 20px;
    margin-top: 20px;
    font-size: 24px;
    color: #FF00FF;
}

.store_content {
    height: 45px;
    width: 230px;
    font-size: 22px;
    text-align: left;
	line-height: 45px;
    padding-left: 20px;
    margin-left: 100px;
    margin-top: 12px;
    background: #01FA70;
    color: blue;
	-webkit-filter: opacity(0%);
	filter: opacity(70%);
}


.tips {
    height: 50px;
    width: 980px;
    position: absolute;
    margin-top: 600px;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 25px;
    font-weight: bold;
    color: #000000;
}
