<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<style>
* {
padding: 0;
margin: 0;
}
ul,
ol {
list-style: none;
}
a {
text-decoration: none;
}
body {
background-color: darkgray;
}
header {
width: 100%;
min-width: 1434px;
height: 50px;
background-color: rgba(47, 47, 47, 0.98);
}
header section {
width: 600px;
height: 50px;
margin: 0px auto;
}
header section label {
width: 100px;
color: rgb(221, 221, 221);
line-height: 50px;
font-size: 24px;
float: left;
}
header section input {
width: 360px;
height: 24px;
margin-top: 12px;
float: right;
padding-left: 20px;
padding-top: 1px;
padding-right: 2px;
padding-bottom: 1px;
border-radius: 5px 5px 5px 5px;
border: none;
outline: none;
}
section h2 {
width: 600px;
height: 32px;
margin: 0px auto;
margin-top: 20px;
margin-bottom: 20px;
}
section span {
float: right;
background-col