@import "../../assets/css/bulma.min.css";
@import "../../assets/css/page-transitions.css";
@import "_fonts.css";
@import "header.css";
@import "dots-navigation.css";
@import "btn.css";
@import "card.css";
@import "transition.css";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body,
#content {
	height: 100%;
	margin: 0;
	position: relative;
	overflow-x: hidden;
}

#content {
	padding-top: 60px;
}

body {
	font-size: 14px;
  	font-weight: 500;
	line-height: 1.43;
	letter-spacing: normal;
	font-family: PingFang SC Semibold;
}

.baobao-container {
	padding: 16px;
	text-align: center;
	position: relative;
}

.baobao-background {
	width: 100vw;
	height: 100vh;
	display: inline-block;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
}

.baobao-background video,
.baobao-background img {
	min-height: 100vh;
	min-width: 100vw;
	object-fit: cover;
}

body.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}

.baobao-fancy-text {
	color: #121212;
	background: linear-gradient(
		99deg,
		#7b88d4 -5%,
		#181b64 16%,
		#959cc7 50%,
		#050d9e 75%,
		#050d9e 85%,
		#49519f 102%
	);
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 2.5px;
	-webkit-background-clip: text;
	-webkit-text-stroke: 4px transparent;
	position: relative;
	display: inline-block;
}

.baobao-fancy-text > span {
	display: inherit;
	padding: 4px;
	opacity: 0;
	vertical-align: inherit;
	background: inherit;
	-webkit-background-clip: inherit;
}

.baobao-fancy-text > .baobao-fancy-text-show {
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.baobao-fancy-text-shadow {
	text-shadow: 0 4px 4px #000;
}

@media screen and (max-width: 640px) {
	.baobao-fancy-text {
		background: linear-gradient(
			99deg,
			#9da4cc -5%,
			#3a3e8c 16%,
			#959cc7 50%,
			#2e34b6 85%,
			#515a98 102%
		);
		font-size: 19px;
		letter-spacing: 1.3px;
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
	}
}
