* {
  font-family: 'Georgia', 'serif', 'lucida grande', 'lucida sans unicode', 'Microsoft YaHei';
  box-sizing: border-box;
}
::selection {
  background: #b6d2ea;
  color: #000;
}
html {
  font-size: 10px;
}
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f5f5;
  font-size: 1.6rem;
}
* {
  padding: 0;
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica Neue, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
#app {
  width: 100%;
}
a {
  text-decoration: none;
  color: #777;
}
a.link {
  color: #04c9d7;
  cursor: pointer;
}
a.link:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5 {
  color: #333;
}
ul {
  margin: 0;
  padding: 0;
  /* list-style-type: none; */
}
input {
  outline: none;
  border: 1px solid #bbb;
  padding: 12px;
  width: 200px;
  font-size: 14px;
  -webkit-appearance: none;
  /* 移除iOS的默认样式 */
  box-shadow: none;
  /* 移除阴影 */
}
input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
input:focus::-webkit-input-placeholder {
  color: #ccc;
}
textarea {
  outline: none;
  width: 100%;
  padding: 12px;
  border: 1px solid #bbb;
  font-size: 14px;
  -webkit-appearance: none;
  /* 移除iOS的默认样式 */
  box-shadow: none;
  /* 移除阴影 */
}
textarea:focus {
  border: 1px solid #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
textarea:focus::-webkit-input-placeholder {
  color: #ccc;
}
button.primary {
  color: #fff;
  background-color: #006aa4;
  border-color: #1890ff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  line-height: 1.499;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 36px;
  padding: 0 15px;
  font-size: 14px;
  user-select: none;
  outline: none;
  border-radius: 3px;
}
button.primary:hover {
  color: #fff;
  background-color: #40a9ff;
  border-color: #40a9ff;
}
footer {
  width: 100%;
  height: 80px;
  font-size: 1.4rem;
  background-color: #006aa4;
  font-size: 13px;
  color: #ddd;
}
footer .brand {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 12px;
}
footer .inner {
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
footer .inner .beian {
  display: flex;
  align-items: center;
  color: #ddd;
}
footer .inner .beian:hover {
  color: #fff;
}
footer .inner .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ddd;
  margin: 0 16px;
}
footer .inner .wangbei {
  display: flex;
  align-items: center;
}
footer .inner .wangbei > a {
  display: flex;
  align-items: center;
}
footer .inner .wangbei > a img {
  width: 15px;
  height: 15px;
  float: left;
}
footer .inner .wangbei > a p {
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 0px 0px 0px 5px;
  color: #ddd;
}
footer .inner .wangbei > a p:hover {
  text-decoration: underline;
  color: #fff;
}
