* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #2a2d33;
  transition: background-color 5000s ease-out 0.5s;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

input,
textarea,
button,
select {
  border: 0;
  resize: none;
  outline: 0;
  background: transparent;
}

button {
  cursor: pointer;
}

* {
  font-family: "Microsoft YaHei";
}

#mapC{
  display: none;
}
.searchMain {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0 auto 0;
  overflow: hidden;
  background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2025031110361141042/cms/image/339dcba4-01c5-4337-b8a5-2ef047ca5155.png_290xaf.png);
  background-position: 50% 0%;
  padding-bottom: 90px;
  background-size: contain;
  background-repeat: no-repeat;
}

.searchTitle {
  font-size: 24px;
  text-align: center;
  margin-top: 15px;
  color: #333;
}

.searchLine {
  width: 1080px;
  height: 1px;
  margin: 25px auto 77px;
  background-color: #e5e5e5;
}

.searchWrap {
  width: 806px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.searchInt {
  width: 665px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  padding: 0 20px;
  border: 1px solid #d4d4d4;
  font-size: 14px;
  color: #333;
}
.searchBtn {
  width: 127px;
  height: 50px;
  background-color: #d30f1f;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.searchStep {
  width: 806px;
  margin: 20px auto 0;
}

.searchStep>P{
  font-size: 14px;
  color: #808080;
  margin-left: 31px;
}

.searchStep > ul{
  display: flex;
}

.searchStep > ul > li {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.searchStep > ul > li:first-child{
  margin-left: 18px;
}

.searchStep > ul > li > p {
  font-size: 14px;
  color: #808080;
}

.searchStep > ul > li > div {
  width: 24px;
  height: 24px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  background-color: #e2e2e2;
  border-radius: 50%;
  margin-right: 10px;
}

/* 网站查询&扫码查询 */

.searchTip {
  width: 100%;
  display: flex;
  gap: 190px;
  justify-content: center;
  margin-top: 180px;
}

.flexCenter {
  display: flex;
  align-items: center;
}

.searchCir {
  width: 36px;
  height: 36px;
  background-color: #cf000d;
  border-radius: 50%;
  margin-right: 15px;
}

.searchCir > img {
  width: 100%;
  height: 100%;
  display: block;
}

.searchTipT {
  font-size: 24px;
  color: #cf000d;
}

.searchTipPart > p {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}

.searchTipPart > p:nth-child(2) {
  margin-top: 43px;
}

.searchTipPart > p > span {
  color: #cf000d;
}

/* 查询结果正品 */

.searchSuc {
  width: 100%;
  margin-top: 100px;
  display: none;
}


.sucImg{
    width: 58px;
    height: 65px;
    object-fit: contain;
    display: block;
    margin:0 auto;
}

.sucTip,
.failTip
{
    margin-top: 17px;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}

.sucCode{
    font-size: 14px;
    margin-top: 20px;
    color: #333;
    text-align: center;
}

.sucPro{
    margin-top: 24px;
    color: #8d8d8d;
    font-size: 15px;
    text-align: center;
}

.sucHeader{
    width: 1040px;
    height: 54px;
    background-color: #f1f1f1;
    margin: 100px auto 0;
    border-radius: 10px;
    padding-left: 25px;
    gap: 100px;
}

.sucHeader>p{
    color: #333;
    font-size: 16px;
}
.count{
    color: #cf000d;
    font-weight: 600;
}

.sucMsgTitle{
    width: 1040px;
    margin:33px auto 0;
}

.sucMsgTitle>img{
    width: 30px;
    height: 30px;
    object-fit: contain;
    display: block;
}
.sucMsgTitle>span{
    font-weight: 600;
    font-size: 18px;
    color: #333;
    margin-left: 20px;
}

.sucMsgList{
    width: 1040px;
    margin: 20px auto 0;
    border: 1px solid #e6e6e6;
}

.sucMsgList>li{
    width: 100%;
    display: flex;
    align-items: stretch;
}

.sucMsgList>li:nth-child(even){
    background-color: #f9f9f9;
}

.msg1
{
    width: 38%;
    border-right:1px solid #efefef;
    padding: 15px 40px;
}

.sucMsgList>li p{
    color: #000;
    font-size: 16px;
    /* font-weight: 600; */
}

.zsImg{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2%;
  gap: 2%;
}

.zsImg>img{
  max-width: 48%;
}

.msg2{
    width: 62%;
    padding: 15px 40px;
}

.sucMsgList>li img{
    width: auto;
    display: block;
}

/* 查询结果不是正品 */
.searchFail{
  width: 100%;
  margin-top: 83px;
  display: none;
}

.failImg{
  width: 75px;
  height: 66px;
  object-fit: contain;
  display: block;
  margin:0 auto;
}

.failTip{
  margin-top: 40px;
}

@media screen and (max-width:1024px) {
  .searchMain{
    width: 100%;
    background:none;
    margin-top: 30px;
  }
  .searchTitle{
    font-size: 22px;
  }
  .searchLine{
    display: none;
  }
  .searchWrap{
   padding:0 25px;
   width: 100%;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .searchInt{
    width: 100%;
  }
  .searchBtn{
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    width: 110px;
    font-size: 14px;
  }
  .searchStep{
   padding:0 25px;
   width: 100%;
    margin:20px auto 0;
    align-items: flex-start;
    /* flex-wrap: wrap; */
  }
  .searchStep > p{
    margin-left: 0;
    white-space: nowrap;
    font-size: 12px;
  }

  .searchStep > ul{
    flex-wrap: wrap;
  }
  .searchStep > ul > li{
    margin-right: 0px;
    width: 50%;
    margin-bottom: 10px;
  }
  .searchStep > ul > li:first-child{
    margin-left: 0;
  }
  .searchStep > ul > li > div{
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .searchStep > ul > li > p{
    font-size: 12px;
  }
  .searchFail,
  .searchSuc
  {
    padding:0 25px;
   width: 100%;
    margin-top: 50px;
  }
  .failImg{
    width: 50px;
    height: 50px;
  }
  .failTip{
    font-size: 18px;
    margin-top: 30px;
  }
  .sucImg{
    width: 45px;
    height: 50px;
  }
  .sucTip{
    font-size: 18px;
  }
  .sucPro{
    font-size: 14px;
    margin-top: 15px;
  }

  .sucHeader {
    width: 100%;
    gap: 25px;
    padding-left: 15px;
    margin-top: 50px;
  }
  .sucHeader > p{
    font-size: 14px;
  }
  .sucMsgTitle > span{
    font-size: 16px;
    margin-left: 10px;
  }
  .sucMsgTitle > img{
    width: 21px;
    height: 21px;
  }
  .sucMsgList{
    width: 100%;
  }
  .msg1,
  .msg2
  {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sucMsgList > li p{
    font-size: 12px;
  }
  .msg1{
    width:30%
  }
  .msg2{
    width: 70%;
  }
  .searchTip{
    width: 100%;
    padding:0 25px;
    margin-top: 50px;
    flex-direction: column;
    gap:30px;
  }
  .searchCir{
    width: 30px;
    height: 30px;
  }

  .searchCir > img{
    width: 16px;
  }
  .searchTipT{
    font-size: 18px;
  }
  .searchTipPart > p:nth-child(2){
    margin-top: 20px;
  }
  .searchTipPart > p{
    font-size: 12px;
  }
}