* {
  margin: 0;
  padding: 0;
}

[v-cloak] {
  opacity: 0;
}

.head {
  overflow: auto;
  position: sticky;
  top: 0px;
  width: 100%;
  height: 50px;
  background: #1581ec;
  user-select: none;
}
.head > h1 {
  font-family: "Andale Mono";
  font-size: 20px;
  color: aliceblue;
  margin: 10px 16px;
  cursor: pointer;
}

body {
  /* background: url("https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fattach.bbs.miui.com%2Fforum%2F201305%2F30%2F220025pxfkhykvkgkvuktq.jpg&refer=http%3A%2F%2Fattach.bbs.miui.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1624812186&t=d337e78457449d58bcbb6475af7df710") repeat; */
  background-size: cover;
}

#root {
  position: absolute;
  top: 0px;
  width: 100%;
}

a {
  display: none;
}

.other {
  position: relative;
  margin: 20px 90px 0px 90px;
  display: flex;
  justify-content: space-around;
}

.other > div {
  position: relative;
  margin: 10px 20px;
  width: 170px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.other > div > img {
  border-radius: 10px;
  width: 100%;
  transition: all 500ms;
  /* border: 1px solid rgb(182, 181, 181); */
}

.other > div > img:hover {
  box-shadow: 0px 0px 20px #0cfdb5;
}

.other > div > span {
  margin-top: 15px;
  color: #178e9d;
  font-size: 12px;
}

.footer {
  margin: 0px 80px 30px 80px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  min-height: 100px;
}

.footer > div {
  margin: 5px;
  width: 9%;
  min-width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer > div > img {
  border-radius: 10px;
  width: 100%;
  min-height: 70px;
  max-height: 100px;
  object-fit: contain;
  transition: all 500ms;
  /* border: 1px solid rgb(182, 181, 181); */
}

.footer > div > img:hover {
  box-shadow: 0px 0px 20px #178e9d;
  filter: saturate(100%);
}

.footer > div > span {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  color: #178e9d;
  font-size: 12px;
}

.body {
  margin-top: 10px;
  text-align: center;
}

.body > img {
  width: 30%;
}

.top {
  width: 60%;
  margin: auto;
  margin-top: 40px;
}

.el-select .el-input {
  width: 130px;
}

.input-with-select .el-input-group__prepend {
  background-color: #fff;
  height: 50px;
}

.el-input__inner {
  height: 52px;
}

.util {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 15px;
}

.sal {
  transform: scale(0.5);
  transform-origin: top;
}

/*# sourceMappingURL=index.css.map */
