* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	caret-color: transparent;
	user-select: none;
	font-family: Calibri, 'Trebuchet MS', sans-serif, sans-serif;
}

:root {
	--barWidth: calc(100vw - 100%);
	
}
body{
	font-size:calc(.5em  + .5vw);
}
@media (max-width:1024px) {
	body{
		font-size:calc(.5em  + .4vw);
	}	
}
#container {
	width: calc(100vw - var(--barWidth));
	height: 100vh;
	overflow: hidden;
	position: relative;
}

#container #imgBx {
	width: 100%;
	height: 100%;
	position: relative;
}

#container #imgBx img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

#container #imgBx img:nth-child(1) {
	z-index: 4;
}

#container #imgBx img:nth-child(2) {
	z-index: 3;

}

#container #imgBx img:nth-child(3) {
	z-index: 2;

}

#container #imgBx img:nth-child(4) {
	z-index: 1;

}

#container #imgBx img:nth-child(5) {
	z-index: 0;

}

#container #snowCanvas {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

@keyframes move {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes reverse {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#container #slogan {
	position: absolute;
	right: 10%;
	top: 20%;
	width: 45%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: .5em;
	z-index: 20;
}

#container #slogan span {
	font-size: 1.5em;
	color: #f1f1f1;
	font-weight: 200;
	opacity: 0;
	-webkit-text-stroke: 1px #fff;
}

#container #progress,
#container #counter {
	height: 0%;
	width: 2%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #f1683a;
	display: none;
	z-index: 19999;
}



#container #slogan span:nth-child(1) {
	animation: slogan 1s linear forwards;
}

#container #slogan span:nth-child(2) {
	animation: slogan 2s linear 2s forwards;
}

#container #slogan span:nth-child(3) {
	animation: slogan 2s linear 4s forwards;
}

#container #menu {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .5em;
	z-index: 199;
}

#container #menu>li {
	padding: .2em 1em;
	position: relative;
	border: 1px solid #fff;
	background-color: #f1683a;
	display: flex;
	letter-spacing: .1em;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 600;
}

#container #menu>li a {
	display: block;
	color: #000;
}

#container #menu>li:hover {
	background-color: #f1f1f1;
}

#container #menu #subMenu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
}

#container #menu #subMenu li {
	padding: .5em;
	text-align: center;
	border: 1px solid #fff;
	background-color: #f1f1f1;
}

#container #menu #subMenu li:hover {
	background-color: #f1683a;
	cursor: pointer;
}
@media (max-width:768px) {
	#container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 1.2em;
		gap: 2em;
	}

	#container #slogan {
		position: static;
		width: 100%;
		padding: 3em 0;
		align-items: center;
	}

	#container #slogan span {
		font-size: 0.8em;
		color: #fff;
	    font-weight: 200;
	    -webkit-text-stroke: .1px #f1683a;
	}
	#container #menu {
		margin-top: 3em;
	}
	#container #counter {
		width: 1%;
	}

}
#container #imgShow {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ccc;
	z-index: 100;
}

#imgShow #imgList {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 20%;
	background: #ccc;
	z-index: 99;
	box-shadow: -5px -3px 10px 5px #000;
	animation: showPanel1 1s ease-in forwards;
}

#imgList .icon-icon-up {

	position: absolute;
	right: 5%;
	top: 40%;
	font-size: 2em;
	font-weight: 600;

}

#imgList .icon-icon-down {
	position: absolute;
	right: 5%;
	bottom: 40%;
	font-size: 2em;
	font-weight: 600;
}

#imgList .inBorder {
	width: 80%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width:768px) {
	#imgList .inBorder {
		background: url(/img/back.jpg);
	}
	#imgList .icon-icon-up {

	position: absolute;
	right: 5%;
	top: 40%;
	font-size: 2em;
	font-weight: 600;

}

#imgList .icon-icon-down {
	position: absolute;
	right: 5%;
	bottom: 40%;
	font-size: 2em;
	font-weight: 600;
}
}

#imgShow #display {
	width: 80%;
	height: 100%;
	position: absolute;
	left: 20%;
	top: 0;
	visibility: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: .5em;
	z-index: 98;
	background: url(/img/back.jpg);

}
#display div{
	position: absolute;
	width: 20%;
	height: 50%;
	left: 0;
	bottom: 0;
	background: url(/img/bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#display img {
	background: url(/img/back1.jpg);
	opacity: 0;
	max-width: 70%;
	object-fit: contain;
	position: relative;
	object-position: center;
	display: none;
	box-shadow: 10px -5px 10px 5px #111;
}

#display span {
	font-size: 1.2em;
	color: #000;
	position: relative;
}

#container #profile {
	width: 30%;
	height: 0;
	background: url(/img/back.jpg);
	opacity: 0;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: -5px -3px 10px 5px #000;
	animation: showPanel1 1s ease-in forwards;
}

#profile .icon-guanbi,
#imgList .icon-guanbi {
	font-size: 1.5em;
	position: absolute;
	right: 5%;
	top: 1em;
}

#profile i:hover,
#imgList i:hover {
	cursor: pointer;
	color: #f1683a;
}

#imgList .inBorder ul {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	gap: 3%;

}

#imgList .inBorder ul li {
	width: 80%;
	height: 15%;
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 2px solid #fff;
	position: relative;
}

#imgList .inBorder li:hover {
	cursor: pointer;
	border: 2px solid #000;
}

#imgList .inBorder li>div {
	width: 100%;
	height: 20%;
	background-color: #f1683a;
	display: flex;
	align-items: center;
	justify-content: center;

}

#imgList .inBorder li img {
	height: 80%;
	width: 100%;
	display: inline;
	object-fit: cover;
}

@media (max-width:768px) {
	#imgShow #imgList {
		top: 0;
		height: 100vh;
		width: 100%;
		box-shadow: 0px 0px 0px 0px;
		background-color: #ccc;
		animation: showPanel 1s ease-in forwards;
	}

	#imgList .inBorder {
		width: 100%;
		height: 100%;
	}

	#imgList .inBorder ul li:nth-child(1) {
		width: 95%;
		height: auto;
		list-style: none;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background: url(/img/back1.jpg);
	}

	#imgList .inBorder li div {
		font-size: 1em;
		background-color: transparent;
		height: auto;
		padding: .5em 0;
	}

	#imgList .inBorder ul li img {
		height: auto;
		max-width: 90%;
		max-height: 80%;
		object-fit: cover;
		
	}

	#imgList .inBorder ul li:nth-child(2) {
		display: none;
	}

	#imgList .inBorder ul li:nth-child(3) {
		display: none;
	}

	#imgList .inBorder ul li:nth-child(4) {
		display: none;
	}

	#imgList .inBorder ul li:nth-child(5) {
		display: none;
	}

	#imgList .icon-icon-up {
		display: none;
	}

	#container #imgList .icon-icon-down {
		display: none;
	}
}

#container #profile .inBorder {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1em;
}

#container #profile .inBorder #contact {
	width: 60%;
	height: 20%;
	opacity: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1em;
	animation: moveContact 1s ease-in 3s forwards;
}

#container #profile .inBorder #contact img {
	width: 30%;
	object-fit: cover;
}

#container #profile #name {
	font-weight: 600;
	letter-spacing: .5em;
	writing-mode: vertical-lr;

}

#container #profile .inBorder #name img {
	width: 2em;
}

#container #profile #image {
	width: 0%;
	margin-left: 3em;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1em;
	animation: showImage 1s linear 1.5s forwards;
}

#container #profile #image img {
	width: 50%;
	border-radius: 5%;
	object-fit: cover;
}

#container #profile p {
	width: 80%;
	height: auto;
	letter-spacing: .1em;
	color: black;
	line-height: 1.5em;
	text-align: justify;
}

#container #profile p span {
	font-weight: 600;
}

@media (max-width:768px) {
	#container #profile {
		box-shadow: 1px 1px 20px 10px #f1f1f1;
		width: 100%;
		left: 0;
		top: 0;
		background-color: #ccc;
		animation: showPanel 1s ease-in forwards;
		overflow-y: auto;
	}

	#container #profile .inBorder {
		width: 100%;
		height: auto;
		flex-direction: column;
		justify-content: flex-start;
		gap: 1em;
		padding: 5em 0;
	}

	#container #profile #image {
		margin-left: 0;
		animation: showImage2 1s ease-in forwards;
	}

	#container #profile #image img {
		width: 60%;
	}

	#container #profile p {
		width: 80%;
		height: auto;
	}

	#container #profile .inBorder #contact {
		width: 90%;
		height: auto;
	}

	#container #profile .inBorder #contact img {
		width: 20%;

	}

	#container #profile .inBorder #name img {
		width: 1em;
	}

}

#container #footer {
	width: 100%;
	position: absolute;
	bottom: 2em;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 20;
	gap: 1em;
}
#container #footer div{
	display: flex;
	justify-content: center;
	align-items: center;
}
#container #footer div img{
	width: 1.2em;
	object-fit: cover;
	margin-right: .2em;
}
@media (max-width:768px) {
	#container #footer {
		position: static;
		flex-direction: column;
		gap: .5em;
	}
}

#container .showBar {
	display: block;
}


#container .showSlider {
	visibility: visible;
}



@keyframes showPanel1 {
	to {
		height: 100%;
		opacity: 1;
	}
}

@keyframes showPanel {
	to {
		height: 100%;
		opacity: 1;
	}
}

@keyframes showImage {
	to {
		width: 50%;
		opacity: 1;
	}
}

@keyframes showImage2 {
	to {
		width: 70%;
		opacity: 1;
	}
}


@keyframes moveContact {
	to {
		opacity: 1;
	}
}

.zoom {
	animation: zoom 1s ease-in forwards;
}

@keyframes zoom {
	from {
		opacity: 0;
		height: 70%;
	}

	to {
		height: 60%;
		opacity: 1;
	}
}

.zoom1 {
	animation: zoom1 1s ease-in forwards;
}

@keyframes zoom1 {
	from {
		opacity: 0;
		height: 90%;
	}

	to {
		height: 80%;
		opacity: 1;
	}
}

@keyframes slogan {
	to {
		opacity: 1;
	}
}