@font-face {
	font-family: 'Fontas';
	src: url('BarlowCondensed-Bold.otf');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Fontas';
}

img {
	max-width: 100%;
}

li {
	list-style-type: none;
}

body {
	width: 750px;
	margin: 0 auto;
}

.logo {
	font-size: 72px;
	color: #e40000;
	text-align: center;
	text-transform: uppercase;
	background: #d0dbff;
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main {
	width: 100%;
	padding: 15px;
	display: flex;
	flex-direction: column;
}

.tu {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.tu img {
	width: 100%;
}

.tu p {
	font-size: 42px;
	color: #fff;
	font-family: Arial;
}

.tu1 {
	display: flex;
	position: relative;
	flex-direction: column;
}

.tu1 img {}

.tu1 p {
	position: absolute;
	bottom: 0;
	z-index: 22;
	font-size: 36px;
	font-family: Fontas;
	text-align: center;
	width: 100%;
	text-shadow: 3px 1px 3px #000000;
	-webkit-text-stroke: 1px black;
	/* Safari, Chrome */
	text-stroke: 1px black;
	/* æ ‡å‡†å±žæ€§ */
	color: white;
	/* å­—ä½“é¢œè‰² */
}

.tuit {
	color: #414141;
	font-family: Fontas;
	font-size: 52px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 30px;
}

.tit3 {
	font-size: 50px;
	color: #1d29cc;
	text-transform: uppercase;
	font-family: Fontas;
	padding: 20px 0;
}

.p3 {
	font-size: 32px;
	color: #000;
	font-family: Arial;
}

.tit2 {
	background: #2b9439;
	text-align: center;
	border-radius: 30px;
	font-size: 54px;
	color: #fff;
	text-transform: uppercase;
	font-family: Fontas;
	padding: 6px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.p4 {
	font-size: 32px;
	color: #000;
	font-family: Arial;
}

.showl {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

.showl li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #d0dbff;
	margin-top: 20px;
	padding: 10px 20px;
}

.showl li img {
	width: 120px;
}

.showl li p {
	text-align: center;
	font-size: 28px;
	color: #000;
	font-family: 'Fontas';
	width: calc(100% - 150px);
}

.shuo {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 100px;
}

.shuo li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #eee;
	margin-top: 20px;
	padding: 10px 20px;
}

.shuo li:first-child {
	flex-direction: row-reverse;
}

.shuo li img {}

.shuo li p {
	font-size: 28px;
	color: #000;
	font-family: 'Fontas';
	width: calc(100% - 150px);
}

.dke {
	width: 100%;
	display: flex;
	background: #466ef4;
	color: #fff;
	font-size: 26px;
	flex-direction: column;
	padding: 20px;
	align-items: center;
}

.dkes {
	display: flex;
}

.dke span {
	width: 80px;color: #feff00;
}

.dke p {
	width: calc(100% - 80px);
}

.tans {
	border-radius: 50px;
	text-align: center;
	color: #0d3ac8;
	font-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to bottom, #fff, #d5dfff);
	width: 570px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.tans a {
	color: #0d3ac8;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: blink;
}

.tans img {
	margin-right: 10px;
	width: 90px;
	padding: 10px;
}

#animat {
	position: relative;
	animation: mymove 5s infinite;
	-webkit-animation: mymove 5s infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
	-webkit-animation: mymove 5s infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
}

@keyframes mymove {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(1.1);
	}

	50% {
		transform: scale(1);
	}

	75% {
		transform: scale(1.1);
	}

}

@-webkit-keyframes mymove {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(1.1);
	}

	50% {
		transform: scale(1);
	}

	75% {
		transform: scale(1.1);
	}
}

.diks {
	position: fixed;
	bottom: 0;
	max-width: 750px;
	left: 50%;
	margin-left: -378px;
	z-index: 999;
}

@media screen and (max-width:460px) {
	body {
		padding: 10px;
		width: 100%;
	}

	.showl li img {
		width: 80px;
	}

	.showl li p {
		width: calc(100% - 100px);
		font-size: 24px;
	}

	.shuo li p {
		font-size: 24px;
	}

	.tans {
		width: 100%;
		font-size: 24px;
		margin-bottom: 0px;
		margin-top: 10px;
	}

	.diks {
		width: 100%;
		left: 0;
		margin-left: 0;
	}

	.tans img {
		width: 58px;
	}

	.dke {
		font-size: 20px;
		padding: 10px 30px;
	}

	.dke span {
		width: 60px;
	}

	.dke p {
		width: calc(100% - 60px);
		font-size: 18px;
	}

	.shuo {
		margin-bottom: 210px;
	}
}