<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

.logo-home{
    position:absolute;
    left: 33px;
    top: 28px;
    width: 290px;
    height:68px;
    cursor:pointer;
   
}

body, i, p{
	margin:0;
}
body{
	background:#f7f7f7;
}
.img-1,
.img-2,
.img-3{
	min-width:1264px;
	width:100%;
	height:579px;
	background:url(img-1.jpg) no-repeat center top;
}
.img-2{
	height:678px;
	background-image:url(img-2.jpg);
}
.img-3{
	height:829px;
	background-image:url(img-3.jpg);
}
.innerWrap{
	margin:0 auto;
	width:1264px;
	height:100%;
	position:relative;
}
.innerWrap &gt; i{
	position:absolute;
	cursor:pointer;
	
}
.btn-1{
	width:280px;
	height:58px;
	right:220px;
	bottom:141px;
}
.btn-2{
	width:252px;
	height:56px;
	right:121px;
	bottom:48px;
}
.btn-3{
	width:252px;
	height:56px;
	right:56px;
	bottom:78px;
}
</pre></body></html>