body {
	margin: 0 auto;
	max-width: 400px; 
	font-size: 16px;
}

header {
	z-index: 2;
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 400px;
	height: 60px;
	background-color: #29bde0;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 60px;
}

.img-home {
	position: absolute;
	top: 10px;
	left: 12px;
	transform: scale(0.6,0.6);
}

.img-info {
	position: absolute;
	top: 10px;
	right: 12px;
	transform: scale(0.6,0.6);
}

main {
	background-color: #29bde0;
}

.record-wrap {
	max-width: 400px;
	height: 802px;
	border: 1px solid #ddd;
}

.win {
	/*position: absolute;
	top: 60px;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 60px auto 0px auto;
}

.img-win {
	transform: scale(0.6,0.6);
}

.comment {
	position: relative;
	top: -30px;
	margin: 0 auto;
	color: #f5c76f;
	max-width: 250px;
	font-weight: 600;
}

.time1 {
	letter-spacing: 3px;
	color: #fff;
}

footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	max-width: 400px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: #99dff0;
	background-color: rgba(153,223,240,0.6);
}
.btn {
	font-size: 18px;
	height: 42px;
	width: 150px;
	color: #fff;
}

.btn-again {
	background-color: #f66f6f;
}

.btn-share {
	background-color: #fbb435;
}

.record {
	margin: 0 40px 10px 40px;
	background-color: #fff;
}

h2 {
	font-size: 24px;
}

.time {	
	position: relative;
	bottom: 18px;
	color: #acacac;
}

span {
	position: relative;
	left: 200px;
	bottom: 32px;
	color: #c7c7c7;
	font-size: 14px;
}

.item {
	border-bottom: 1px solid #ddd;
}

.blank {
	position: relative;
	width: 100%;
	height: 50px;
}

a {
	color: #fff;
	text-decoration: none;
}

a:focus, a:hover {
    color: #29bde0;
    text-decoration: none;
}