blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
a,
button,
input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
a:hover {
  text-decoration: none;
}
/* 正在点击的链接*/
a:active {
  text-decoration: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
ul {
  list-style: none;
}
input,
textarea,
button {
  border: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
textarea {
  resize: none;
}
.block {
  display: block;
}
.inlblock {
  display: inline-block;
}
.none {
  display: none;
}
.ar {
  text-align: right;
}
.ac {
  text-align: center;
}
.blod {
  font-weight: bold;
}
.vat {
  vertical-align: top;
}
.pull-l {
  float: left;
}
.pull-r {
  float: right;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
.pdt9 {
  padding-top: 9px;
}
.relative {
  position: relative;
}
body {
  box-sizing: border-box;
  font-family: PingFang SC, Noto sans, SourceHanSansCN-Bold, SourceHanSansCN;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body{
  background: url(./static/bg.jpg) #07163f;
  background-repeat:no-repeat;
  background-size:100%;
  min-height: 768px;
  min-width: 1024px;
}

.head{
  height: 7vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.head > div{
  width: 10vw;
  height: 7vh;
}
.head .menu{
  width: 50vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.head .menu a{
  width: 5vw;
  height: 3.5vh;
  color: #fff;
  border: 1px solid #1984fc;
  font-size: 18px;
  text-align: center;
  line-height: 3.5vh;
  border-radius: 4px;
}
.head .menu .title{
  font-size: 30px;
  color: #fff;
}
.head .weather{
  color: #fff;
  line-height: 7vh;
  font-size: 18px;
  text-indent: 2vw;
}













      