@font-face {
  font-family: "USMCC";
  src: url("../fonts/USMCCyuanjiantecu.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Alibaba PuHuiTi";
  src: url("../fonts/Alibaba_PuHuiTi_2.0_65_Medium_65_Medium.woff2")
    format("woff2");
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: var(--bg-link) var(--bg-primary);
}

:root {
  --bg-primary: #f0f5ef;
  --bg-secondary: #ecf5ef;
  --bg-page: #ffffff;
  --bg-link: #0e7231;
  --bg-sample: rgba(0, 0, 0, 0.02);
  --bg-lable: linear-gradient(
    90deg,
    rgba(63, 157, 96, 0.2) 0%,
    rgba(63, 157, 96, 0.04) 100%
  );
  --bg-flow: rgba(0, 0, 0, 0.02);
  --text-primary: #ffffff;
  --text-secondary: #0e7231;
  --text-tertiary: #000000;
  --text-quaternary: rgba(0, 0, 0, 0.4);
  --text-step: #1067ee;
  --text-step-secondary: #36b563;
}

body {
  background: var(--bg-primary);
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px;
}
.logo {
  width: 256px;
  height: 34px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.link {
  padding: 6px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 5px;
}

.anti-counterfeiting {
  background: var(--bg-link);
  border-radius: 4px;
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 500;
  font-family: "Alibaba PuHuiTi", "Microsoft YaHei", sans-serif;
  line-height: 24px;
  img {
    width: 18px;
    height: 18px;
    transform: translateY(0px);
  }
}

.platform {
  background: var(--bg-page);
  border-radius: 4px;
  color: var(--text-secondary);
  font-size: 18px;
  font-weight: 500;
  font-family: "Alibaba PuHuiTi", "Microsoft YaHei", sans-serif;
  line-height: 24px;
  img {
    width: 22.5px;
    height: auto;
    transform: translateY(0px);
  }
}

.search {
  padding: 69px 0px;
  margin: 0px 20px;
  width: calc(100% - 40px);
  background: var(--bg-page);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  h1 {
    text-align: center;
    font-weight: 400;
    font-size: 36px;
    font-family: "USMCC";
  }
  p {
    font-family: "Alibaba PuHuiTi";
    font-size: 20px;
    font-weight: 400;
    margin-top: 8px;
    color: var(--text-quaternary);
    letter-spacing: 1px;
    text-align: center;
  }
}

/*** 搜索框样式 ***/

.search-box {
  display: flex;
  flex-direction: column;
}

.key_wp {
  width: 680px;
  height: 48px;
  background: var(--bg-page);
  border-radius: 4px;
  border: 2px solid var(--bg-link);
  padding: 13px 16px;
  clear: both;
  float: none;
  align-items: center;
  margin: 60px 0px 20px 0px;
  input {
    border: 0px;
    outline: none;
    font-size: 16px;
    font-family: "Alibaba PuHuiTi";
    transform: translateY(-1.75px);
  }
}

.yzm-wp {
  width: 240px;
  height: 48px;
  background: var(--bg-page);
  border: 2px solid var(--bg-link);
  border-radius: 4px;
  padding: 13px 16px;
  clear: both;
  float: none;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  input {
    width: 40%;
    height: 100%;
    border: none;
    outline: none;
    font-family: "Alibaba PuHuiTi";
    transform: translateY(0px);
    font-size: 16px;
  }
  img {
    width: 70px;
    height: auto;
  }
}

/***查询按钮的样式***/
.sy_search_btn {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  font-family: "Alibaba PuHuiTi";
  color: var(--text-primary);
  border: none;
  cursor: pointer;
  border-radius: 8px;
  padding: 14px;
  background-color: var(--text-secondary);
}

/*** 防伪标识样例 ***/
.sample {
  width: calc(100% - 40px);
  margin: 0px auto;
  padding: 50px 100px 40px 100px;
  background: var(--bg-page);
}

.lable {
  width: 100%;
  padding: 16px;
  background: var(--bg-lable);
}

.lable h2 {
  font-size: 16px;
  font-weight: normal;
  font-family: "Alibaba PuHuiTi";
}

.lable h2::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 16px;
  background: var(--bg-link);
  margin-right: 12px;
  transform: translateY(2.5px);
}

.sample figure {
  margin-top: 20px;
  width: 100%;
  padding: 40px;
  background: var(--bg-sample);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sample figure img {
  width: 228px;
  height: auto;
}

/*** 数据资产 ***/
.data-assets {
  width: calc(100% - 40px);
  margin: 0px auto;
  padding: 50px 100px 40px 100px;
  background: var(--bg-page);
}

.data-assets figure {
  margin-top: 20px;
  width: 100%;
  padding: 40px;
  background: var(--bg-sample);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.data-assets figure img {
  width: 140px;
  height: auto;
}

.guide {
  width: calc(100% - 40px);
  margin: 0px auto;
  padding: 50px 100px 40px 100px;
  background: var(--bg-page);
}

.flow {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 65px 20px;
}

.flow-text {
  width: 74px;
  height: 165px;
  background: var(--bg-primary);
  border-radius: 8px 8px 8px 8px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-lr;
  font-weight: normal;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 32px;
  letter-spacing: 1px;
  font-family: "Alibaba PuHuiTi";
}

.flow-imgs {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 60px;
}

.flow-imgs div {
  padding: 50px;
  display: flex;
  align-items: center;
  gap: 70px;
  background: var(--bg-flow);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.web {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.web img {
  width: 100%;
  height: auto;
}

.web figcaption {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  text-align: center;
  margin-top: 14px;
  font-family: "Alibaba PuHuiTi";
}

.step {
  text-align: center;
  transform: translateY(-40px);
}

.step figcaption {
  transform: translateY(5px);
  .h {
    font-family: "DingTalk JinBuTi", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    color: var(--text-step);
  }
  .n {
    font-family: "Alibaba PuHuiTi";
    font-style: italic;
    font-weight: bold;
    font-size: 32px;
    color: var(--text-step);
  }
  .mobile {
    color: var(--text-step-secondary);
  }
}

.footer {
  padding: 42px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top {
  display: flex;
  align-items: center;
  gap: 26px;
}

.top figure {
  display: flex;
  gap: 8px;
  img {
    width: 28px;
    height: auto;
  }
  figcaption {
    display: flex;
    align-items: center;
    gap: 18px;
    span {
      font-family: "Alibaba PuHuiTi";
      font-weight: normal;
      font-size: 18px;
      color: rgba(0, 0, 0, 0.9);
      line-height: 16px;
      text-align: center;
    }
  }
}
.footer p {
  margin-top: 20px;
  color: #063e1a;
  font-weight: normal;
  font-size: 18px;
  font-family: "Alibaba PuHuiTi";
  text-align: center;
  line-height: 16px;
}
