/* Line-pick page styles — aligned with reference demo/d/zy/wangzhan.php */

* {
  margin: 0;
  padding: 0;
}

body {
  max-width: 720px;
  margin: 0 auto;
  font-family: "PingFang SC", "microsoft yahei", arial, "helvetica neue", "hiragino sans gb", sans-serif;
  background: #e9f3ff;
}

.layout {
  min-height: 100vh;
  padding-bottom: 24px;
  background: #e9f3ff;
}

.jiance {
  padding-top: 28px;
  text-align: center;
}

#iconText.checking {
  font-size: 24px;
  margin-bottom: 4px;
  font-weight: bold;
  color: #c66b21;
}

#iconText.red {
  font-size: 24px;
  margin-bottom: 4px;
  font-weight: bold;
  color: #3d7eff !important;
}

#subText {
  color: #3b4b75;
  font-size: 14px;
}

.icon {
  display: block;
  margin: 16px auto 32px;
  width: 160px;
  height: 130px;
  -webkit-animation: bounce-down 1.2s linear infinite;
  animation: bounce-down 1.2s linear infinite;
}

.icon.b1 {
  background: url(images/1.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.icon.b2 {
  background: url(images/2.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

@-webkit-keyframes bounce-down {
  25% { -webkit-transform: translateY(-8px); }
  50%, 100% { -webkit-transform: translateY(0); }
  75% { -webkit-transform: translateY(8px); }
}

@keyframes bounce-down {
  25% { transform: translateY(-8px); }
  50%, 100% { transform: translateY(0); }
  75% { transform: translateY(8px); }
}

.actions {
  padding: 0 20px;
}

.weui-btn_primary {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  padding: 0 24px;
  color: #fff;
  background: #477fee;
  width: min(320px, 90vw);
  height: 48px;
  box-sizing: border-box;
  border-radius: 40px;
  text-decoration: none;
  cursor: pointer;
  border: 0;
}

.weui-btn_primary img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  flex-shrink: 0;
}

.weui-btn_primary h3 {
  flex: 1;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  text-align: left;
  color: #fff;
}

.weui-btn_primary span {
  font-size: 12px;
  opacity: 0.95;
  white-space: nowrap;
}

.empty-tip {
  text-align: center;
  color: #b42318;
  padding: 20px;
}

img {
  max-width: 100%;
  height: auto;
}
