@font-face {
  font-family: 'iconfont';
  /* project id 544107 */
  src: url('https://at.alicdn.com/t/font_544107_9puy1ewd7wj.eot');
  src: url('https://at.alicdn.com/t/font_544107_9puy1ewd7wj.eot?#iefix') format('embedded-opentype'), url('https://at.alicdn.com/t/font_544107_9puy1ewd7wj.woff2') format('woff2'), url('https://at.alicdn.com/t/font_544107_9puy1ewd7wj.woff') format('woff'), url('https://at.alicdn.com/t/font_544107_9puy1ewd7wj.ttf') format('truetype'), url('https://at.alicdn.com/t/font_544107_9puy1ewd7wj.svg#iconfont') format('svg');
}
html {
  font-size: 80%;
}
@media screen and (max-width: 400px) {
  html {
    font-size: 70%;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 90%;
  }
}
@media screen and (min-width: 600px) {
  html {
    font-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 120%;
  }
}
body {
  background: #f7f7f7;
  background-size: contain;
  margin: 0;
  padding: 0 0 5rem;
  font: 1.2rem/1.5 'Hiragino Sans GB', "Microsoft Yahei", sans-serif;
}
.show {
  display: block !important;
}
.iconfont {
  font-family: 'iconfont';
}
#app {
  padding: 0 2rem;
  max-width: 768px;
  margin: auto;
  position: relative;
}
.header {
  height: calc(100vw * 590 / 1128);
  position: relative;
  background: #f7f7f7 url('index-bg.png') center top no-repeat;
  background-size: cover;
  margin: -20% -2rem 1rem;
  padding: 0 2rem;
  box-sizing: border-box;
  max-height: 400px;
}
.header .logo {
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: 50%;
  left: 50%;
  margin: -1rem -2.5rem;
  background: #FFF url("https://cdn.ickd.cn/mobile/images/mlogo.png") center center no-repeat;
  background-size: contain;
  border-radius: 50%;
  border: 3px solid #FFF;
  box-sizing: border-box;
}
.header .query-box {
  position: absolute;
  bottom: -0.5rem;
  right: 2rem;
  left: 2rem;
}
.header .query-box .input-wrap {
  display: flex;
  padding: 8px 5px;
  background: #FFF;
  border-radius: 3px;
  line-height: 100%;
  box-shadow: 0px 2px 8px rgba(213, 213, 213, 0.7);
  align-items: center;
}
.header .query-box .input-wrap input {
  flex: 1;
  border: none;
  outline: 0;
  box-sizing: border-box;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  padding: 0 0 0 0.5rem;
  width: 1px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.header .query-box .input-wrap input::placeholder {
  font-size: 18px;
  font-family: 'iconfont';
}
.header .query-box .input-wrap .btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}
.header .query-box .input-wrap .btn-group .clear-btn {
  color: #c9c9c9;
  margin-right: 1rem;
  border-right: 1px solid #CCC;
  padding: 0.5rem 1rem;
}
.header .query-box .input-wrap .btn-group .scan-btn {
  font-size: 2rem;
  color: #1E9FFF;
  padding: 0.5rem;
}
.header .query-box .input-wrap .btn-group .query-btn {
  font-size: 1.8rem;
  color: #1E9FFF;
  padding: 0.5rem 0.5rem 0.5rem 0;
  justify-content: center;
  align-items: center;
}
.funs {
  margin-top: 2.5rem;
}
.funs .links {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.funs .links a {
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: transparent;
}
.funs .links li {
  flex: 1;
  text-align: center;
}
.funs .links i {
  display: block;
  font-style: normal;
  font-size: 2.5rem;
  color: #1E9FFF;
  padding: 0.5rem;
  border-radius: 50%;
  text-align: center;
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  background: #FFF;
  margin: auto auto 0.5rem;
  box-shadow: 0 2px 8px rgba(213, 213, 213, 0.7);
}
.logs {
  margin: 1rem -2rem;
  padding: 2rem;
  overflow: hidden;
  min-height: 40vh;
}
.logs .log-list-title {
  font-weight: bold;
  color: #666;
  margin-bottom: 1rem;
}
.logs .no-log {
  text-align: center;
  color: #666;
}
.logs .no-log .icon {
  font-size: 8rem;
}
.logs .log {
  margin-top: 1rem;
  justify-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
.logs .log.show-del {
  margin-left: -7rem;
}
.logs .log .log-content {
  display: flex;
  padding: 1rem;
  background: #FFF;
  color: #666;
  border-radius: 1rem;
  box-sizing: content-box;
}
.logs .log .logo {
  margin-right: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}
.logs .log .logo img {
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
}
.logs .log .com {
  color: #333;
  font-size: 1.6rem;
}
.logs .log .no {
  color: #888;
}
.logs .log .back-layer {
  position: absolute;
  right: calc(-5rem - 2rem);
  bottom: 0;
  top: 0;
  width: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logs .log .back-layer .del-btn {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  line-height: 3rem;
  text-align: center;
  background: #FF003E;
  color: #ffffff;
}
.footer {
  text-align: center;
  color: #ccc;
  font-size: 1.2rem;
  padding: 1rem 0;
}
.bottom-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4.3rem;
  background: #FFF;
  z-index: 666;
  display: flex;
  flex-direction: column;
}
.bottom-bar:before {
  display: block;
  content: ' ';
  height: 1px;
  background: #CCC;
  width: 200%;
  transform: scaleY(0.5);
  margin-bottom: 0.2rem;
}
.bottom-bar ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.bottom-bar ul li {
  flex: 1;
}
.bottom-bar ul a {
  text-decoration: none;
  color: #888;
}
.bottom-bar ul a.cur {
  color: #1E9FFF;
}
.bottom-bar ul i {
  display: block;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: bold;
}
.mp-layer {
  position: relative;
  z-index: 999;
  display: none;
  font-size: 1.6rem;
}
.mp-layer .mask,
.mp-layer .box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.mp-layer .box {
  display: table;
  z-index: 999999;
  background: transparent;
}
.mp-layer .box .layer-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.mp-layer .box .content {
  display: inline-block;
  width: 80%;
  max-width: 500px;
  box-sizing: border-box;
  background: #FFF;
  border-radius: 1rem;
  padding: 1rem;
  overflow: hidden;
  overflow-clip: clip;
}
.mp-layer .copy-name-btn {
  background: #00a4ff;
  color: #FFF;
  margin: 1rem -1rem -1rem;
  padding: 1rem 0;
}
.mp-layer .close-btn {
  margin: 3rem auto 0;
  color: #FFF;
  font-size: 3rem;
  width: 3rem;
  position: relative;
}
/*# sourceMappingURL=index.css.map */