* {
	padding: 0;
	margin: 0;
}

div {
	box-sizing: border-box;
}

.dis_flx {
	display: flex;
	align-items: center;
}

.dis_bet {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dis_flx_center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pore {
	position: relative;
}

.posab {
	position: absolute;
}

.fristBox {
	background-image: url('../img/bg.png');
	background-size: 100% 100%;
	height: 100vh;
	padding-top: 3rem;
}

.header {
	width: 100%;
	height: auto;
}

.header1 {
	width: 70%;
	font-size: 1.75rem;
	color: #fff;
	font-weight: 100;
	letter-spacing: 1.75rem;
}

.logo {
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 50%;
}

.imgbox {
	width: 5.5rem;
	height: 5.5rem;
	border-radius: 50%;
	background-color: #faceff;
}

.leftimg {
	width: 60%;
	height: 70%;
	background-image: url('../img/sj.png');
	background-size: 100% 100%;
}


.lastBox {
	background-image: url('../img/bg2.png');
	background-size: 100% 100%;
	height: 100vh;
	padding-top: 2rem;
}

.lookbtn {
	width: 12.25rem;
	height: 3.25rem;
	cursor: pointer;
	background: linear-gradient(180deg, #fff, #eaafff);
	box-shadow: 0 3px 18px rgba(89, 50, 185, .33);
	border-radius: 3.25rem;
	color: #2f2f2f;
	font-size: 1.06rem;
	line-height: .85rem;
	font-weight: 700;
	text-decoration: none;
	margin-top: 1.65rem;
}
