.rpg_LT{
	position:absolute;
	left:0px;top:20px;
	text-shadow:1px 1px 0px black;	
	/*显示装备数量的小字*/
	font-family:'Audiowide';color:#fff;
	font-size:12px;
}
.rpg_info{
	position:absolute;
	left:0px;top:0px;width:160px;height:40px;
	clip-path: polygon(10px 0, 100% 0, 100% 30px, 150px 100%, 0 100%, 0 10px);
	background:#00000080; 
}
.rpg_icon{ 
	position:absolute;
	width:40px;height:40px;
	background-image:url(icons/player.png);
}
.rpg_name{
	position:absolute;
	left:40px;top:4px;
	font-size:12px;
	color:#fff;
	margin-left:4px;
}
.rpg_life_number{
	position:absolute;
	left:124px;top:4px;
	width:80px;height:16px;
	color:#ccc;	
	padding-left:0px;
	padding-top:4px;	
}
.rpg_life_con{ 
	position:absolute;left:44px;
	top:24px;
   	width:100px;height:6px;
	background-color:#ee0;
	border-radius:4px;
	border:solid 1px #ccc;
	overflow:hidden;	
	box-shadow:inset 0px 0px 4px black;
}
.rpg_life{ 
	position:absolute;left:0;top:0;
   	width:100%;height:100%;
	background-color:#f00;
	opacity:0.6;
}
.rpg_gold{
	position:absolute;
	left:160px;
	top:0px;
	width:80px;
	height:20px;
	background:url(icons/money.png);
	background-repeat:no-repeat;
	background-size:auto 100%;
	color:#ff0;
	text-shadow:2px 2px 0px black;	
	padding-left:24px;
	padding-top:4px;
}
.rpg_exp{
	position:absolute;
	left:160px;
	top:20px;
	width:80px;
	height:20px;
	background:url('icons/exp.png');
	background-repeat:no-repeat;
	background-size:auto 100%;
	color:#bff;
	text-shadow:2px 2px 0px black;
	padding-left:24px;
	padding-top:4px;
}
.rpg_MOVE{
	position:absolute;
	left:20px;bottom:40px;
	width:160px;height:160px;
	background:url(icons/circle.png);
}
.rpg_RB{
	position:absolute;
	right:40px;bottom:60px;	
	display:grid;
   grid: repeat(2, 60px) / auto-flow;	
}
.rpg_RB >div{
	background-repeat:no-repeat;
	background-size:cover;	
	width: 60px;
	height: 60px;
}
.rpg_RB >div:nth-child(1){ background-image:url(icons/joybt-1.png);}
.rpg_RB >div:nth-child(2){ background-image:url(icons/joybt-3.png);}
.rpg_RB >div:nth-child(3){ background-image:url(icons/joybt-2.png);}
.rpg_RB >div:nth-child(4){ background-image:url(icons/joybt-4.png);}
.rpg_ITEMS{
	position:absolute;
	transform:translateX(-50%);
	left:50%;
	bottom:2px;
	display:grid;
    grid: repeat(1, 26px) / auto-flow;	
	
   gap:1px;
}
.rpg_item{
	background-repeat:no-repeat;
	background-size:cover;	
	width: 26px;
	height: 26px;	
	color:#fff;
	text-align:right;
	text-shadow: 0 0 2px #c00, 0 0 4px #c00, 0 0 6px #ec0;
	font-size:14px;
	background:#938f8b80;	
}