#app {
  height: 100%;
  font-family: "PingFang SC", "Avenir", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  background: #fff;
}
#app .mint-cell {
    min-height: 0.84rem;
}
#app .mint-cell-text,
  #app .mint-cell-value {
    font-size: 0.3rem;
}
#app .mint-popup-bottom {
    width: 100%;
}
#app .btn {
    background: green;
    font-size: 0.24rem;
    height: 0.55rem;
    color: #fff;
    border-radius: 0.1rem;
}

body,
div,
span,
header,
footer,
nav,
section,
aside,
article,
ul,
dl,
dt,
dd,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
i,
b,
textarea,
button,
input,
select,
figure,
figcaption {
  padding: 0;
  margin: 0;
  list-style: none;
  font-style: normal;
  text-decoration: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}
body:focus,
div:focus,
span:focus,
header:focus,
footer:focus,
nav:focus,
section:focus,
aside:focus,
article:focus,
ul:focus,
dl:focus,
dt:focus,
dd:focus,
li:focus,
a:focus,
p:focus,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
i:focus,
b:focus,
textarea:focus,
button:focus,
input:focus,
select:focus,
figure:focus,
figcaption:focus {
  outline: none;
}
div,
img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Chrome and Safari */
  -moz-backface-visibility: hidden;
  /* Firefox */
  -ms-backface-visibility: hidden;
  /* Internet Explorer */
}
textarea,
button,
input {
  -webkit-appearance: none;
  resize: none;
  outline: none;
}
/***去除input默认背景色****/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
html,
body {
  font-size: 12px;
  height: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
img {
  border: 0 solid;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cursor {
  cursor: pointer;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.inlineBlock {
  display: inline-block;
}
.clear {
  clear: both;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.vw100 {
  width: 100%;
}
.color325AAC {
  color: #325AAc;
}
.border1px {
  height: 1px;
  background: #ccc;
  -webkit-transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  overflow: hidden;
}
.sticky-list .sticky-container .am-list-item {
  padding-left: 0;
}
.sticky-list .sticky-container .am-list-line {
  padding-right: 0;
}
.sticky-list .sticky-container .am-list-line .am-list-content {
  padding-top: 0;
  padding-bottom: 0;
}
.sticky-list .sticky-container .sticky {
  padding: 7px 15px;
  -webkit-transform: none;
          transform: none;
}
.parbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.posRelative {
  position: relative;
}
.flex1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.sacNifdc .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 1.08rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fbf9fe;
  font-size: 0.4rem;
}
.sacNifdc .btn_box .btn_cancel {
  padding: 0 20px;
  color: #828282;
}
.sacNifdc .btn_box .btn_confirm {
  padding: 0 20px;
  color: green;
}
.sacNifdc .categoryBody {
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 100%;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
}
.sacNifdc .categoryBody.active {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.sacNifdc .categoryBody .categoryTitle {
  background: #F4F6F8;
  line-height: 1.01851852rem;
  font-size: 0.48148148rem;
  color: #313335;
  text-align: center;
  font-weight: bold;
}
.sacNifdc .categoryBody .categoryTitle .mint-cell-allow-left::after {
  left: 0.27777778rem;
  border: solid 2px #313335;
  border-top-width: 0;
  border-right-width: 0;
  content: " ";
  top: 50%;
  left: 20px;
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.sacNifdc .categoryBody .categNames {
  padding-left: 0.46296296rem;
  height: calc(100vh - 60px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.sacNifdc .categoryBody .categNames .nameCells {
  display: inline-block;
  padding-left: 0.46296296rem;
  padding-right: 0.46296296rem;
  line-height: 0.92592593rem;
  background: #EFEEEE;
  border-radius: 0.09259259rem;
  margin-top: 0.46296296rem;
  margin-right: 0.32407407rem;
}
.sacNifdc .fixedfooter {
  width: 100%;
  position: fixed;
  z-index: 2;
  bottom: 0;
  background: #F0F0F0;
  /*padding: 50/@checkSize 35/@checkSize;*/
  padding: 0 0.32407407rem;
}
.sacNifdc .fixedfooter .leftCon {
  margin-top: 0.14814815rem;
  color: #000;
}
.sacNifdc .fixedfooter .leftCon .count {
  color: #004073;
}
.sacNifdc .fixedfooter .leftCon .mt10 {
  margin-top: 0.13888889rem;
}
.sacNifdc .fixedfooter .rightCon {
  width: 2.26851852rem;
  height: 2.26851852rem;
  margin-top: 0.27777778rem;
}
.sacNifdc .fixedfooter .rightCon img {
  width: 100%;
  height: 100%;
}
.sacNifdc .banner img {
  width: 100%;
}
.sacNifdc .fileldQuery {
  background: #F4F6F8;
  padding-bottom: 0.09259259rem;
}
.sacNifdc .fileldQuery .commField {
  padding: 0.18518519rem 0.27777778rem;
}
.sacNifdc .fileldQuery .commField .flendName {
  width: 1.94444444rem;
  font-size: 0.38888889rem;
  color: #004073;
  line-height: 0.92592593rem;
}
.sacNifdc .fileldQuery .commField .fieldBtn {
  width: 2.03703704rem;
  text-align: right;
}
.sacNifdc .fileldQuery .commField .inputLike {
  height: 0.92592593rem;
  line-height: 0.92592593rem;
  border: 0.03703704rem solid #004073;
  border-radius: 0.18518519rem;
  padding-left: 0.27777778rem;
  font-size: 0.38888889rem;
  color: #004073;
}
.sacNifdc .fileldQuery .commField .inputLike .input {
  position: absolute;
  height: 100%;
  width: 80%;
  right: 10px;
  border: 0;
  left: 10px;
  display: inline-block;
  background: #F4F6F8;
  color: #004073;
}
.sacNifdc .fileldQuery .commField .inputLike .input .mint-cell-value input {
  background: #F4F6F8;
}
.sacNifdc .fileldQuery .commField .inputLike .mint-cell-allow-right::after {
  border-color: #004073;
  right: 0.27777778rem;
}
.sacNifdc .fileldQuery .commField .inputLike .scanCode {
  right: 0.13888889rem;
  position: absolute;
  top: 0.13888889rem;
  width: 0.55555556rem;
  height: 0.55555556rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAHSK9QiAAAAAXNSR0IArs4c6QAAADBQTFRFAAAAAFWAAE2AAEJ3AEJ1AEJ0AEJ0AEFzAEF0AEBzAEBzAEBzAEBzAEFzAEBzAEBz0jJJ1QAAAA90Uk5TAAYKOkZRYWaYs9/i+vz+Q2aNVwAAASlJREFUOMu1UjFOw0AQHDmOCFKIOwqa+Akp6ZIfwAsiqCnCB5Ai8YCIOkXEC0xLBT8IHWWQIhoajIQiEhuG9WE7Z19OMpEy0mpnd273ds9GM4zwCCAUI6n8nVhbmA9PmKfyie+ItX2hXXVMqTrSpMdQSrBPYWf4SpJvmVZ0KahQ6lJ0s6TZJ/bknGQ8cU+YDPObCcIWFEANJQWVug1eMl6XfJCP0wMu0iC+AQ7Wg14imKclzuhD69ZYaoETV53Avpx9U/va27xBlaAWgadZ0FrgRP9ybh6sRHUDfbA/vpL3dGc0BX73MOCrOXufCzywYwo1Rti8tXqY3Qv/By2wC9vcsfvNp/TNvMMYEw5NocEljvhzXapxjt95C1xt+hmeE344nhaF+P4c+AUvqETlIE25WwAAAABJRU5ErkJggg==) center no-repeat;
  background-size: 0.44444444rem 0.44444444rem;
}
.sacNifdc .fileldQuery .commField .reset {
  width: 1.75rem;
  border: 0.03703704rem solid #004073;
  border-radius: 0.18518519rem;
  line-height: 0.92592593rem;
  height: 0.92592593rem;
  color: #004073;
}
.sacNifdc .fileldQuery .commField .goSubmit {
  width: 1.75rem;
  border: 0.03703704rem solid #004073;
  border-radius: 0.18518519rem;
  line-height: 0.92592593rem;
  height: 0.92592593rem;
  color: #fff;
  background: #004073;
}
.sacNifdc .isFixedBottom {
  padding-bottom: 2.59259259rem;
}
.sacNifdc .producTabs .mint-tab-items {
  color: #CBCBCB;
  text-align: center;
  padding: 0.27777778rem 0;
  width: 50%;
  float: left;
}
.sacNifdc .producTabs .mint-tab-items.is-selected {
  color: #3E3E3E;
  border-color: #004073;
  margin-bottom: 0;
  border-bottom: 0.05555556rem solid #004073;
}
.sacNifdc .producTabs .mint-tab-items.is-selected .weight {
  color: #52E96E;
}
.sacNifdc .producTabs .mint-tab-items.is-selected .red {
  color: #FE1F25;
}
.sacNifdc .producTabs .mint-tab-items .mint-tab-item-labels {
  font-size: 0.37037037rem;
  line-height: 0.42592593rem;
}
.sacNifdc .homeList .title_h2 {
  font-size: 0.35185185rem;
  color: #555;
  line-height: 0.92592593rem;
  background: #F4F6F9;
}
.sacNifdc .homeList .title_h2 .names {
  display: block;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -ms-flex-align: center;
      align-items: center;
}
.sacNifdc .homeList .title_h2 .numbers {
  padding-top: 0.09259259rem;
  padding-bottom: 0.09259259rem;
  line-height: 0.55555556rem;
  padding-left: 0.09259259rem;
  padding-right: 0.09259259rem;
  display: block;
  width: 2.87037037rem;
  border-left: 0.02777778rem solid #fff;
  text-align: center;
}
.sacNifdc .homeList .listCon {
  font-size: 0.35185185rem;
  color: #666;
  background: #F4F6F9;
  padding-top: 0.18518519rem;
  padding-bottom: 0.18518519rem;
}
.sacNifdc .homeList .listCon.even {
  background: #fff;
}
.sacNifdc .homeList .listCon .names {
  display: block;
  text-align: center;
  line-height: 0.55555556rem;
}
.sacNifdc .homeList .listCon .numbers {
  display: block;
  line-height: 0.92592593rem;
  width: 2.77777778rem;
  border-left: 0.02777778rem solid #fff;
  text-align: center;
}
.sacNifdc .searchResult {
  line-height: 1.38888889rem;
  color: #000;
  font-size: 0.46296296rem;
  text-align: center;
  background: #F4F6F8;
  font-weight: bold;
  position: relative;
}
.sacNifdc .searchResult .homeIcon {
  position: absolute;
  right: 0.27777778rem;
  font-size: 0.2962963rem;
  color: #004073;
  display: inline-block;
  top: 0.18518519rem;
  line-height: 0.37037037rem;
  font-weight: normal;
}
.sacNifdc .searchResult .homeIcon .img {
  width: 0.53703704rem;
  height: 0.5rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAA2CAMAAAChp3phAAAAAXNSR0IArs4c6QAAANhQTFRFAAAAAP//AICAAICAAFWAAFWOAFWAAFCAAE2AAEd6AEV2AEl2AER3AEd4AENzAER4AER2AER0AEJ0AEN1AEF1AEF0AEF2AEJ0AEJ1AEF0AEF1AEB0AEB1AEJ1AEF0AEJ0AEF1AEB0AEJ0AEFzAEF0AEFzAEBzAEF0AEFzAEFzAEBzAEB0AEFzAEF0AEBzAEF0AEB0AEFzAEB0AEBzAEFzAEF0AEF0AEBzAEB0AEBzAEB0AEBzAEBzAEFzAEF0AEB0AEBzAEB0AEF0AD9zAEBzAEFzAEF0AEBzQt3nqQAAAEd0Uk5TAAECBAYJDBAUGRocHiQqMThAQkhKS05RWVpiY2ttbnB2d4CJipKbnJ2mr7a4wMfIz9TW19nc4eLj5ufo6+3w8vP3+fr6/P1pcZlcAAAByklEQVRIx+2WV3eCQBCFV1QsKPaOYuzYe4s9Qf7/Pwo7amQN4JBzck4enBe91/0W3N25QIh15SeTPPlN+duaXm2/czKx1qDWCYegt659V93rhIyMAer34WMcQYNc+UQJteJ2V1T67VTmcGSoB9eaRamIzkD0Qhgyu4PBLf4i+RbIXfYp6FNg5CZztzIbsBSfPRmbw7BuwGgGumDOYzagp3qmY45FF+u7ikfqn6seK1IcwuxD0dFPhqlrplN7auY3hPpDpsuAXEaTxaeb17xsXs5+/XOXLW/ydwt9ZJiDptftoL5xmOP9eT3eVIUHMNMHsj3eL504CBOSOlzbEtlWty4+pMhSc45CgCzJggaQQxRia0GSy0WBOEQJKSyWSaN2gFrrF/rXqKCs7g+OlSLgUWGrMbUV0KiiPZSCRleP6AqNstJOvdB/jdJA5VGDeZqjRnSqGyIKFXUxNaId3ZBRqKyLjhGVdGPEIVBupAuJ6U+VcaxReg1VYHq/QR918adonL7GNdjYCO4pK3G2KCdRch98iJw0vGWMZJG3QHlRHsFrSvpHXJXOGqbOJZOoS+8R5D5tGpPBhvoEVBtBq4wVpM70YIEdph2J3ZUv6jftceZFUUMAAAAASUVORK5CYII=) no-repeat;
  background-size: 100%;
  display: inline-block;
}
.sacNifdc .commonLabel {
  font-size: 0.33333333rem;
  line-height: 0.74074074rem;
  color: #666;
}
.sacNifdc .commonLabel .err {
  color: #FE1F25;
}
.sacNifdc .commonLabel .suc {
  color: #52E96E;
}
.sacNifdc .commonpadding {
  padding: 0.27777778rem;
}
.sacNifdc .borderLine {
  border-bottom: 1px solid #979797;
}
.sacNifdc .comH2title {
  font-size: 0.46296296rem;
  color: #000;
  font-weight: bold;
  padding-bottom: 0.27777778rem;
}
.sacNifdc .resultNum {
  font-size: 0.31481481rem;
  color: #666;
  padding-bottom: 0.18518519rem;
}
.sacNifdc .resultNum .weight {
  color: #FE1F25;
  text-decoration: underline;
  padding-left: 0.09259259rem;
  padding-right: 0.09259259rem;
}
.sacNifdc .cjxq .title_h2 {
  font-size: 0.35185185rem;
  color: #555;
  line-height: 0.92592593rem;
  background: #F4F6F9;
}
.sacNifdc .cjxq .title_h2 .names {
  display: block;
  text-align: center;
}
.sacNifdc .cjxq .title_h2 .foodProTime {
  display: block;
  width: 2.77777778rem;
  border-left: 0.02777778rem solid #fff;
  text-align: center;
}
.sacNifdc .cjxq .title_h2 .sampleType {
  display: block;
  width: 1.94444444rem;
  border-left: 0.02777778rem solid #fff;
  text-align: center;
}
.sacNifdc .cjxq .title_h2 .checkFlag {
  display: block;
  width: 1.94444444rem;
  border-left: 0.02777778rem solid #fff;
  text-align: center;
}
.sacNifdc .cjxq .listCon {
  font-size: 0.35185185rem;
  color: #666;
  background: #F4F6F9;
  padding-top: 0.18518519rem;
  padding-bottom: 0.18518519rem;
}
.sacNifdc .cjxq .listCon.even {
  background: #fff;
}
.sacNifdc .cjxq .listCon .names {
  display: block;
  text-align: center;
  line-height: 0.55555556rem;
  padding-left: 0.18518519rem;
}
.sacNifdc .cjxq .listCon .foodProTime {
  display: block;
  width: 2.77777778rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -ms-flex-align: center;
      align-items: center;
}
.sacNifdc .cjxq .listCon .sampleType {
  display: block;
  width: 1.94444444rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -ms-flex-align: center;
      align-items: center;
}
.sacNifdc .cjxq .listCon .checkFlag {
  display: block;
  width: 2.03703704rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -ms-flex-align: center;
      align-items: center;
}
.sacNifdc .cjxq .listCon .checkFlag.suc {
  color: #52E96E;
}
.sacNifdc .cjxq .listCon .checkFlag.err {
  color: #FE1F25;
}
.sacNifdc .cjjg {
  padding-bottom: 0.18518519rem;
}
.sacNifdc .cjjg .title_h2 {
  font-size: 0.35185185rem;
  color: #555;
  line-height: 0.92592593rem;
  background: #F4F6F9;
}
.sacNifdc .cjjg .title_h2 .names {
  display: block;
  text-align: center;
}
.sacNifdc .cjjg .title_h2 .foodProTime {
  display: block;
  width: 32%;
  border-left: 0.02777778rem solid #fff;
  text-align: center;
}
.sacNifdc .cjjg .title_h2 .sampleType {
  display: block;
  width: 32%;
  border-left: 0.02777778rem solid #fff;
  text-align: center;
}
.sacNifdc .cjjg .listCon {
  font-size: 0.35185185rem;
  color: #666;
  background: #F4F6F9;
  padding-top: 0.18518519rem;
  padding-bottom: 0.18518519rem;
}
.sacNifdc .cjjg .listCon.even {
  background: #fff;
}
.sacNifdc .cjjg .listCon .names {
  display: block;
  text-align: center;
  line-height: 0.55555556rem;
  color: #FE1F25;
  padding-right: 0.18518519rem;
  word-break: break-all;
}
.sacNifdc .cjjg .listCon .foodProTime {
  display: block;
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  color: #FE1F25;
  word-break: break-all;
  padding-left: 0.09259259rem;
  padding-right: 0.18518519rem;
}
.sacNifdc .cjjg .listCon .sampleType {
  display: block;
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  color: #FE1F25;
  word-break: break-all;
  padding-left: 0.09259259rem;
  padding-right: 0.09259259rem;
}
.arrow {
  display: inline-block;
  margin-top: 5px;
}
.arrow::after {
  border: solid 1px #FE1F25;
  border-bottom-width: 0;
  border-left-width: 0;
  content: " ";
  display: inline-block;
  width: 5px;
  height: 5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  vertical-align: middle;
}
.arrow.suc::after {
  border-color: #52E96E;
}

