* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #ffffff;
  font-family: Arial, Helvetica, "Microsoft YaHei", sans-serif;
  color: #111111;
}

.top-bar {
  width: 100%;
  height: 14px;
  background: #e59200;
}

.verify-page {
  width: 100%;
  text-align: center;
  padding-top: 35px;
  transform: scale(0.79);
  transform-origin: top center;
}

.logo-box {
  width: 43px;
  margin: 0 auto 13px;
}

.brand-logo {
  width: 43px;
  height: 43px;
  display: block;
  margin: 0 auto;
}

.check-card {
  width: 340px;
  min-height: 240px;
  margin: 0 auto;
  background: #f2f2f2;
  border-radius: 10px;
  padding: 22px 15px 20px;
}

.check-card h1 {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  color: #111111;
}

.cn-title {
  margin: 2px 0 16px;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  color: #111111;
}

.en-text {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  color: #111111;
}

.cn-text {
  margin: 0 0 16px;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  color: #111111;
}

#codeInput {
  width: 200px;
  height: 40px;
  border: 2px solid #d59a1c;
  border-radius: 8px;
  background: #ece8eb;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #111111;
  outline: none;
  padding: 0 8px;
}

.check-card button {
  display: block;
  width: 48px;
  height: 30px;
  margin: 16px auto 0;
  border: none;
  border-radius: 5px;
  background: #ece8eb;
  color: #111111;
  font-size: 11px;
  font-weight: 400;
  cursor: pointer;
}

/* 正品结果时，灰色框自动变高 */
.original-card {
  min-height: 420px;
}

/* 非正品结果时，灰色框保持较短 */
.fake-card {
  min-height: 270px;
}

/* 正品信息区域 */
.original-info {
  width: 280px;
  margin: 18px auto 0;
  text-align: left;
  font-size: 10px;
  line-height: 15px;
  color: #111111;
}

.original-info p {
  margin: 0;
}

.original-info strong {
  font-weight: 700;
}

/* 查验次数小方块 */
.count-box {
  width: 26px;
  height: 32px;
  margin: 8px auto 8px;
  background: #ece8eb;
  border-radius: 6px;
  text-align: center;
  line-height: 32px;
  font-size: 11px;
  color: #111111;
}

/* times文字 */
.times-text {
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  margin: 0 0 14px !important;
}

/* Result标题 */
.result-label {
  text-align: center;
  font-size: 10px;
  margin: 0 0 4px !important;
}

/* 正品绿色大字 */
.original-result {
  text-align: center;
  color: #008000;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

/* 非正品红色大字 */
.fake-result-text {
  margin-top: 26px;
  text-align: center;
  color: #e60000;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

/* 底部联系方式 */
footer {
  margin-top: 2px;
  font-size: 11px;
  line-height: 15px;
  color: #111111;
}

footer p {
  margin: 0;
}