#div{
	position:absolute;
	top:0;
	left: 0%;
	width: 22%;
	height:10%;
	background-color:#080b30;
	display: flex;
	justify-content :center;
	align-items: center;
	color: white;
	font-size:30px;
}
.body{
	background-color: #080b30;
}
#title{
    position: absolute;
    top: 0%;
    left: 0%;
    width:100%;
    height: 10%;
    background-color: #080b30;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px; 
}

#time{
    position: absolute;
    top: 0%;
    left: 70%;
    width: 30%;
    height: 10%;
    background-color: #080b30;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
}
#left1{
    position: absolute;
    top: 10%;
    left: 0%;
    width: 30%;
    height: 45%;
    background-color: #080b30;
    display: flex;
    align-items: center;
    justify-content: center;
}
#left2{
    position: absolute;
    top: 55%;
    left: 0%;
    width: 30%;
    height: 45%;
    background-color: #080b30;
    display: flex;
    align-items: center;
    justify-content: center;
}
#right1{
    position: absolute;
    top: 10%;
    left: 70%;
    width: 30%;
    height: 45%;
    background-color: #080b30;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
#right2{
    position: absolute;
    top: 55%;
    left: 70%;
    width: 30%;
    height: 45%;
    background-color: #080b30;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-direction: column;
}
#center1{
    position: absolute;
    top: 10%;
    left: 30%;
    width: 40%;
    height: 20%;
    background-color: #080b30;
}
.center1-num{
    width: 25%;
    height: 50%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    color: yellow;
    font-size: 30px;
}
.center1-txt{
    width: 25%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: '微软雅黑';
    font-size: 15px;
    color: white;
}
#center2{
    position: absolute;
    top: 30%; 
    left: 30%;
    width: 40%;
    height: 45%;
    background-color: #080b30;
    display: flex;
    align-items: center;
    justify-content: center;
}
#center3{
    position: absolute;
    top: 70%; 
    left: 30%;
    width: 40%;
    height: 30%;
    background-color: #080b30;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

