.h1fs{
	font-size: 16px;
	width: 200px;
}
.h50{
	height: 50px;
}
.h75{
	height: 75px;
}
.relife_bg_darkblue{
	background-color: #03062f;
}
.relife_bg_paleblue{
	background-color: #eaf6fd;
}
.relife_bg_blue{
	background-color: #00a0e9;
}
.relife_bg_blue_link{
	background-color: #005A85
}
.relife_border{
	border: 3px solid #000000;
	border-image: linear-gradient(to right, #03023f 0%, #00a0ef 100%);
	border-image-slice: 1;
}
.relife_border_paleblue{
	border: 3px solid #00a0e9;
}
.relife_background{
	background-color: #000000;
	background-image: linear-gradient(to bottom, #03023f 10%, #00a0ef 100%);
}
.relife_background_r{
	background-color: #000000;
	background-image: linear-gradient(to right, #03023f 50%, #00a0ef 100%);
}
.relife_text_color{
	color: #ea5514;
}
.relife_borderb{
	border-bottom: solid 3px #00a0e9;
}
.font_36{
	font-size: 36px;
}
.font_24{
	font-size: 24px;
}
.font_20{
	font-size: 20px;
}
.font_14{
	font-size: 14px; 
}
.positionr{
	position:relative;
}
.positionr img{
	width:80px;
}
.positiona1{
	position: absolute;
	right: 36px;
	top: -80px;
}
.positiona2{
	position: absolute; 
	right: 50px; 
	top: 20px;
}
.positiona3{
	position: absolute;
	right: 0px;
	top: 40px;
}
.w_350{
	width: 350px;
}
.w_360{
	width: 360px;
}
@media (max-width: 1600px){
	.positionr img{
		width:50px;
	}
	.positiona1{
		position: absolute;
		right: 50px;
		top: -44px;
	}
}
@media (max-width: 1200px){
	.positionr img{
		width:30px;
	}
	.positiona1{
		position: absolute;
		right: 63px;
		top: -20px;
	}
}
@media (max-width: 768px){
	.h1fs{
		font-size: 14px;
		width:160px;
	}
	.font_36{
		font-size: 32px;
	}
	.font_24{
		font-size: 20px;
	}
	.positionr img{
		width:35px;
	}
	.positiona1{
		position: absolute;
		right: 170px;
		top: 20px;
	}
	.w_350{
		width: 80%;
	}
	.w_360{
		width: 250px;
	}
}
@media (max-width: 414px){
	.h1fs{
		font-size: 14px;
		width:125px;
	}
}