

.anti-counterfeiting h2 {
  color: #ffffff;
  font-size: 32px;
}

.anti-counterfeiting h5 {
  color: #ffffff;
  font-size: 12px;
}

.anti-counterfeiting h3 {
  color: #ffffff;
  font-size: 18px;
}

/* 外层div */
.layer-section {
  padding: 0.9rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.query-section{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0.4rem;
  width: 100%;
  text-align: center;
}
.query-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
  margin-right: 0.1rem;
}
.query-input-group input {
  position: relative;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #999999;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 0.1rem;
  margin-top: 0.2rem;
}
.query-search-btn{
  width: 80px;
  height: 50px;
  border-radius: 4px;
  margin-top: 0.2rem;
  background-color: #1E87FE;
  text-align: center;
  margin-right: 0.1rem;
}
.query-search-btn img{
  height: 50px;
  margin: auto;
}

/* 查询方式 */
.inquiry-mode-section img {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0.36rem 0 0.25rem 0;
}

.inquiry-mode-section p {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  margin: 0.13rem 0 0.64rem 0;
}

.inquiry-mode-content {
  background: rgba(255, 255, 255, 0.3);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.2rem;
}

/* 本站提示 */
.site-tips-section {
  padding: 0.4rem 0 0.6rem 0;
}

.site-tips-section p {
  color: #ffffff;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  margin: auto;
}

/* 大屏幕 */
@media screen and (min-width: 800px) {
  .anti-counterfeiting {
    width: 100%;
    height: 100%;
    background: url(http://mt-5jbkbki51590029596.img.hyxmt.cn/upload/2020-05-26/1590474870EVGV1ghy.png);
    background-size: cover;
  }
  /* 查询方式 */
  .inquiry-mode-section {
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 0.4rem 0 0.5rem 0;
  }
  /* 本站提示 */
  .site-tips-section p {
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    margin: auto;
  }
}
/* 小屏幕 */
@media screen and (max-width: 800px) {
  .anti-counterfeiting {
    width: 100%;
    height: 100%;
    background: url(http://mt-5jbkbki51590029596.img.hyxmt.cn/upload/2020-05-26/1590475027xgnukQjV.png);
    background-size: cover;
  }
  /* 查询方式 */
  .inquiry-mode-section {
    text-align: center;
    padding: 0.4rem 0 0.5rem 0;
  }
   /* 本站提示 */
   .site-tips-section p {
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    margin: auto;
  }
}
<!--0.00021100044250488-->