@charset "UTF-8";

.header {
  padding: 31px 0;
  color: #fff;
  background: url("../img/bg_top.jpg") no-repeat top center;
  background-size: cover;
}

.main {
  background: url("../img/bg_main.jpg") no-repeat bottom center;
  background-size: 100%;
}

.main.nob {
  background: none;
}

.part1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.part1 .col1 {
  width: 22.5%;
  flex-shrink: 0;
}

.part1 .col2 {
  flex: 1;
  overflow: hidden;
  margin: 0 40px;
  padding: 30px 0 40px 15px;
}

.part1 .col2 .logo2 img {
  max-width: 282px;
}

.part1 .col2 .desc {
  margin: 10px 0 34px;
  font-weight: 400;
  font-size: 14px;
  color: #282828;
  line-height: 24px;
}

.part1 .col3 {
  max-width: 33.33%;
  font-weight: 600;
  color: #025999;
  line-height: 30px;
}

.part1 .link a {
  width: 130px;
  height: 40px;
  background: #fff;
  color: #025999;
  box-shadow: 0px 3px 17px 1px rgba(2, 89, 153, 0.2);
  border-radius: 4px;
}

.part1 .link a img {
  width: 15px;
  margin-left: 10px;
}

.part1 .link a:hover {
  opacity: .88;
}

.part2 ul {
  margin: -15px;
}

.part2 li .item {
  padding: 30px 0;
  margin: 15px;
  color: #fff;
  background: #2662D7;
  border-radius: 8px;
  transition: all ease .3s;
}

.part2 li .item .icon {
  width: 120px;
}

.part2 li .item:hover {
  transform: translateY(-3px);
}

.part2 li .item .tit {
  margin-top: 25px;
}

.part2 li .item1 {
  padding: 40px 6.7708vw;
  color: #fff;
  background: #FA5838;
}

.part2 li .item1 .link {
  width: 70px;
  height: 26px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.part2 li .item1 .tit {
  margin-top: 0;
}

.part2 li:nth-child(3) .item {
  background: #F85A8A;
}

.part2 li:nth-child(4) .item {
  background: #21B989;
}

.part2 li:nth-child(5) .item {
  background: #00B1F2;
}

.part2 li:nth-child(6) .item {
  background: #FBAC1C;
}

.part2 li:nth-child(7) .item {
  background: #E8B46F;
}

.part2 li:nth-child(8) .item {
  background: #9D5DE6;
}

.part2 li:nth-child(9) .item {
  background: #12B0C9;
}

.part2 li:nth-child(10) .item {
  background: #94C82B;
}

.part2 li:nth-child(11) .item {
  background: #689AF1;
}

.part2 li:nth-child(12) .item {
  background: #D14ACC;
}

.part2 li:nth-child(13) .item {
  background: #D0713E;
}

.part3 img {
  display: block;
}

.links .link-tit {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.links .link-tit span {
  padding: 0 0 6px;
  border-bottom: 2px solid #015999;
}

.links ul li {
  margin-right: 20px;
  margin-top: 13px;
  padding-left: 12px;
  background: url("../img/dot.svg") no-repeat left center;
  background-size: 7px;
}

.links ul li a {
  color: #666;
}

.links ul li:hover a {
  color: #015999;
}

.footer {
  background: #F1F2F3;
  border-top: 4px solid #025999;
  padding: 30px 0;
}

.footer .ft1 .msg .cont {
  color: #666;
  line-height: 2;
  margin-top: 8px;
}

.footer .ft1 .qrcode .ewm {
  max-width: 125px;
  margin-right: 20px;
}

.footer .ft1 .qrcode .info .tit {
  margin-bottom: 15px;
}

.footer .ft1 .qrcode .info .method {
  color: #666;
  line-height: 2;
}

.footer .copyright {
  text-align: center;
  padding-top: 35px;
  color: #666;
}

.footer .copyright a {
  color: #666;
}

.footer .copyright a:hover {
  color: #333;
}

.type-tit {
  position: relative;
  margin: 60px 0;
}

.type-tit img {
  width: 106px;
}

.type-tit .tit {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #025999;
  transform: translate(-50%, -50%);
}

.type-tit .back {
  position: absolute;
  right: 0;
  top: 50%;
  transition: all ease .3s;
  transform: translateY(-50%);
  height: 40px;
  padding: 0 24px;
  color: #666;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.type-tit .back img {
  width: 13px;
  margin-right: 7px;
}

.type-tit .back img.s2 {
  display: none;
}

.type-tit .back:hover {
  background: #025999;
  color: #fff;
}

.type-tit .back:hover .s1 {
  display: none;
}

.type-tit .back:hover .s2 {
  display: inline-block;
}

.search {
  padding: 0 0 150px;
}

.search .search-form form {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 64px;
  background: #fff;
  box-shadow: 0px 9px 21px 1px rgba(97, 169, 235, 0.2);
  border-radius: 8px;
  border: 2px solid #A3CEF6;
}

.search .search-form form input[type='text'] {
  padding: 0 15px;
  flex: 1;
  height: 100%;
  background: none;
  overflow: hidden;
}

.search .search-form form input::-webkit-input-placeholder {
  color: #999;
  font-size: inherit;
}

.search .search-form form .button {
  width: 20%;
  height: 100%;
  font-size: 18px;
  background: #025999;
  border-radius: 0px 6px 6px 0px;
  color: #fff;
}

.search .search-form form .button:hover {
  opacity.88
}

.search .search-form form .button img {
  margin-right: 10px;
}

.detail .det1 .slides {
  width: 100%;
  padding: 0 50px;
  max-width: 580px;
  position: relative;
}

.detail .det1 .slides .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 3px;
  background: #D6D6D6;
  opacity: 1;
  border-radius: 0;
}

.detail .det1 .slides .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #025999;
}

.detail .det1 .slides .jt {
  width: 17px;
  height: 32px;
  position: absolute;
  top: 50%;
  z-index: 22;
  transform: translateY(-50%);
  background-position: center;
  background-size: 100% 100%;
  cursor: pointer;
  background-image: url("../img/icon_arrow1.svg");
}

.detail .det1 .slides .jt:hover {
  background-image: url("../img/icon_arrow2.svg");
}

.detail .det1 .slides .jt.prev {
  left: 0;
}

.detail .det1 .slides .jt.next {
  right: 0;
  transform: rotate(-180deg);
}

.detail .det1 .info {
  width: 100%;
  max-width: 580px;
}

.detail .det1 .info li {
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  background: #fff;
  margin-bottom: 20px;
}

.detail .det1 .info li .label {
  width: 31%;
  padding: 13px 20px;
  color: #666;
}

.detail .det1 .info li .cont {
  flex: 1;
  border-left: 1px solid #eee;
  overflow: hidden;
  padding: 10px 20px 10px 20px;
}

.detail .det2 {
  padding: 110px 0 60px;
}

.detail .det2 .tabs {
  background: #FAFAFA;
  border: 1px solid #EEEEEE;
  border-bottom-color: #015999;
}

.detail .det2 .tabs li {
  padding: 11px 14px;
  color: #666;
  cursor: pointer;
}

.detail .det2 .tabs li.on {
  background: #025999;
  color: #fff;
  font-weight: bold;
}

.detail .det2 .tablist {
  padding: 30px 0;
}

.detail .det2 .tablist table {
  width: 100%;
  border-collapse: collapse;
}

.detail .det2 .tablist table td {
  padding: 12px 20px;
  border: 1px solid rgba(238, 238, 238, 0.6);
  word-break: break-all;
}

.detail .det2 .tablist table td:nth-child(1) {
  width: 160px;
  color: #666;
}

.detail .det2 .tablist .tabcont,
.detail .det2 .tablist .all_content_bottom {
  display: none;
}

.detail .det2 .tablist .tabcont1 {
  line-height: 2;
}

.detail .det2 .tablist .tabcont .show {
  cursor: pointer;
}

.detail .det2 .tablist .tabcont .show.on .mui-icon {
  transform: rotate(-180deg);
}

.detail .det2 .tablist .fold .mui-icon {
  width: 30px;
  height: 30px;
  background: url("../img/xjt.png") no-repeat center;
  background-size: 100% 100%;
}

/**自定义样式**/
.jcbg_pic {
  width: 100%;
  text-align: center;
}

.icons {
  /*padding-left: 35px;*/
  font-size: 26px;
}

/*企业资质信息*/
.qyzz_top {
  width: 100%;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background: #F8E323;
}

.qyzz_content,
.qyzz_content_bottom {
  margin: 20px 0 30px;
}

.qyzz_content_bottom {
  /*transition: all linear .3s;*/
}

/*海外检验信息*/
.hwjy_top {
  width: 100%;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background: #F45F66;
}

/*检测报告信息*/
.jcbg_top {
  width: 100%;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background: #6CC28F;
}

/*进口通关信息*/
.jktg_top {
  width: 100%;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background: #AED35B;
}

/*流通信息*/
.ltxx_top {
  width: 100%;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background: #9C8FC6;
}

/*相关声明信息*/
.all_top {
  width: 100%;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background: #68B9EB;
}

.all_content {
  margin: 30px auto;
  width: 90%;
}

.all_content p {
  font-size: 14px;
  color: #000000;
  text-indent: 30px;
  text-align: justify;
  line-height: 1.6;
}

.all_pic {
  width: 90%;
  margin: 15px auto;
  text-align: center;
}

.all_pic img {
  width: 100%;
}

.hidecss {
  display: none;
}

.fwxx_top {
  width: 100%;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background: #D287B0;
}

.comment_pic {
  width: 35px;
  height: 35px;
  vertical-align: middle;
}

.comment_title {
  font-size: 15px;
  color: #FFFFFF;
}

.caret {
  display: block;
  width: 0;
  height: 0;
  border: 20px solid;
  border-color: #D287B0 transparent transparent transparent;
  margin: 0 auto;
  position: relative;
  top: -5px;
}

.fwxx_content {
  margin: 40px 0 30px;
}

.fwxx_content_bottom {
  margin: 40px 0 30px;
}

.fwxx_content {
  text-align: center;
}

.fwxx_content .click {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background: #D287B0;
  border-radius: 50%;
  box-shadow: 0 0 4px #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fwxx_content .click .click_small {
  width: 95px;
  height: 95px;
  line-height: 95px;
  background: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 1px 4px #2C292C;
}

.fwxx_content .click .click_small .click_num {
  display: inline-block;
  font-size: 60px;
  color: #D287B0;
  animation: drop 2s infinite;
}

.fwxx_content .cx_num {
  font-size: 18px;
  color: #000000;
  margin-bottom: 0;
  margin-top: 20px;
}

@keyframes drop {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}

.fwxx_content_bottom {
  padding: 0 5px;
}

.fwxx_content_bottom #scodefwm1 {
  display: flex;
}

.fwxx_content_bottom #scodefwm1 .fwxx-left {
  flex: 1;
  margin-right: 5px;
}

.fwxx_content_bottom #scodefwm1 .fwxx-left input {
  flex: 1;
  font-size: 13px;
  margin-bottom: 0;
  line-height: 21px;
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  padding: 10px 15px;
  -webkit-user-select: text;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  outline: none;
  background-color: #fff;
  -webkit-appearance: none;
}

.fwxx_content_bottom #scodefwm1 .fwxx-right {
  width: 65px;
}

.fwxx_content_bottom #scodefwm1 .fwxx-right input.btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  background: #D287B0;
  color: #FFFFFF;
  border-radius: 3px;
  border: 0;
  margin: 0;
  padding: 0;
}

.qiyezizhi {
  border-color: #F8E323 transparent transparent transparent;
}

.jinkoutongguan {
  border-color: #AED35B transparent transparent transparent;
}

.liutong {
  border-color: #9C8FC6 transparent transparent transparent;
}

.jinkoujianyan {
  border-color: #F45F66 transparent transparent transparent;
}

.jiancebaogao {
  border-color: #6CC28F transparent transparent transparent;
}

.xiangguan {
  border-color: #68B9EB transparent transparent transparent;
}

.fangwei {
  border-color: #D287B0 transparent transparent transparent;
}

/*闃蹭吉鐮佹煡璇�*/
.fwm {
  display: flex;
  align-items: center;
  width: 100%;
  height: 37px;
  line-height: 37px;
  background: #ACE8C5;
  position: fixed;
  bottom: 0;
}

.fwm input {
  flex: 1;
  height: 30px;
  font-size: 12px;
  margin: 0 0 0 1px;
}

.fwm a {
  width: 70px;
  padding: 0 5px;
  text-align: center;
  font-size: 13px;
}

/*濯掍綋鏌ヨ閮ㄥ垎*/
@media (max-width: 440px) {
  .fwxx_pic {
    width: 90%;
    margin: 0 auto;
  }

  .fwxx_pic img {
    width: 100%;
  }
}

@media (max-width: 427px) {
  .bottom {
    height: 100px;
  }
}

@media (max-width: 430px) {
  .grid_nine ul li {
    height: 98px;
  }

  .grid_nine ul li img {
    width: 50px;
    height: 50px;
  }

  .grid_nine ul li span {
    font-size: 12px;
  }
}

@media (max-width: 384px) {
  .top_logo img {
    width: 100%;
    background-size: cover;
  }
}

@media (max-width: 377px) {
  .grid_nine ul li {
    height: 98px;
  }

  .grid_nine ul li img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 1180px) {
  .part2 ul {
    margin: -10px;
  }

  .part2 ul li .item {
    margin: 10px;
  }
}

@media (max-width: 800px) {
  body {
    padding-top: 62px;
  }

  .header {
    padding: 8px 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 222;
  }

  .header img {
    max-width: 90%;
  }

  .part1 {
    padding: 25px 0 45px;
  }

  .part1 .col1 {
    margin-bottom: 25px;
  }

  .part1 .col1 img {
    max-width: 55%;
  }

  .part1 .col2 {
    flex: auto;
    overflow: visible;
    margin: 15px 0 -10px;
    padding: 0;
  }

  .part1 .col3 {
    width: 100%;
    margin-bottom: 25px;
  }

  .part2 ul {
    margin: -5px;
  }

  .part2 ul li {
    width: 50%;
  }

  .part2 ul li .item {
    margin: 5px;
    padding: 25px 0;
  }

  .part2 ul li .item .icon {
    width: 65px;
  }

  .part2 ul li .item .tit {
    margin-top: 15px;
  }

  .part2 ul li:nth-child(1) {
    /* width: 100%; */
  }

  .part2 ul li:nth-child(1) .item {
    /* padding: 25px 20px; */
  }

  .part2 ul li:nth-child(1) .item .tit {
    /* margin: 0 15px; */
  }

  .part2 ul li:nth-child(1) .item .link {
    /* width: 55px; */
  }

  .links li {
    width: 100%;
  }

  .footer {
    padding: 30px 0 20px;
    border-top-width: 2px;
  }

  .footer .ft1 .qrcode {
    margin-top: 15px;
  }

  .footer .ft1 .qrcode .info .tit {
    margin-bottom: 15px;
  }

  .footer .ft1 .qrcode .info .method {
    line-height: 1.5;
  }

  .footer .ft1 .qrcode .info .method br {
    display: none;
  }

  .footer .copyright {
    font-size: 12px;
    line-height: 1.6;
  }

  .type-tit img {
    max-width: 80px;
  }

  .search {
    padding: 40px 0 60px;
  }

  .search .search-form {
    margin-top: 30px;
  }

  .search .search-form form {
    height: 50px;
  }

  .search .search-form form button {
    width: 25%;
  }

  .detail .type-tit .back {
    padding: 0 15px;
    height: 35px;
  }

  .detail .det1 .info {
    margin-top: 25px;
  }

  .detail .det2 {
    padding: 50px 0;
  }

  .detail .det2 .tabs {
    overflow: hidden;
  }

  .detail .det2 .tabs ul {
    white-space: nowrap;
    overflow-x: auto;
  }

  .detail .det2 .tablist {
    padding-bottom: 0;
  }

  .detail .det2 .tablist table {
    margin-top: 25px;
  }

  .detail .det2 .tablist table td:nth-child(1) {
    width: 120px;
  }
}

/* 新增8-19 */
@font-face {
  font-family: 'DIN';
  src: url("./DIN-Medium.ttf");
}

.fitImg {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.fitImg img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .6s;
  -o-transition: .6s;
  -moz-transition: .6s;
  transition: .6s;
}

.fitImg:hover img,
.item:hover .fitImg img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.part2 ul {
  margin: -4px;
}

.part2 ul li .item {
  margin: 4px;
}

.part2 ul li:nth-child(12) .item {
  background: #689AF1;
}

.part2 ul li:nth-child(13) .item {
  background: #D14ACC;
}

.part2 ul li:nth-child(14) .item {
  background: #D0713E;
}

.part2 ul li:nth-child(n+10) {
  display: none;
}

.part2 .learn-more {
  margin: 35px 0 0 0;
}

.part2 .learn-more a {
  width: 160px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: all ease .3s;
}

.part2 .learn-more a i {
  width: 14px;
  height: 8px;
  margin-left: 6px;
  background-position: center;
  background-size: 100% 100%;
  background-image: url("../img/jt1.png");
}

.part2.open ul li:nth-child(n+10) {
  display: block;
}

.part2.open .learn-more a {
  border-color: #025999;
  color: #025999;
}

.part2.open .learn-more a i {
  background-image: url("../img/jt2.png");
}

.part-tit {
  font-weight: bold;
  margin-bottom: 35px;
}

.part-tit span {
  padding: 0 30px;
}

.part3 .part-box {
  margin-bottom: 25px;
}

.part3 .col1 {
  width: 30%;
  flex-shrink: 0;
  margin-right: 3.3333vw;
}

.part3 .col1 li {
  background: #025999;
  border-radius: 8px;
  background: rgba(2, 89, 153, 0.1);
  border-radius: 15px;
  padding: 20px 24px;
  margin-bottom: 10px;
}

.part3 .col1 li .tit {
  font-weight: bold;
  margin-bottom: 3px;
}

.part3 .col1 li:nth-child(1) .tit {
  color: #025999;
}

.part3 .col1 li:nth-child(2) {
  background: rgba(70, 156, 53, 0.1);
}

.part3 .col1 li:nth-child(2) .tit {
  color: #469C35;
}

.part3 .list {
  padding-left: 5px;
}

.part3 .list li .tit {
  font-size: 16px;
  color: #015999;
}

.part3 .list li .desc {
  color: #282828;
  margin: 3px 0 0 0;
}

.part5 .part5-type {
  margin: 25px 0 30px;
  color: #666;
}

.part5 .part5-type .fl .cat {
  color: #000;
  position: relative;
  padding-left: 15px;
}

.part5 .part5-type .fl .cat::before {
  content: "";
  width: 5px;
  height: 30px;
  background: #025999;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.part5 .part5-type .fl .txt {
  margin: 10px 0 0 8px;
}

.part5 .part5-type .link {
  color: #666;
}

.part5 .part5-type .link img {
  margin-left: 9px;
}

.part5 .part5-type .link:hover {
  color: #025999;
}

.part5 ul {
  margin: -15px;
}

.part5 ul .item {
  margin: 15px;
}

.part5 .list1 ul .item {
  background: #F6F6F6;
  padding: 20px;
  transition: all ease .3s;
}

.part5 .list1 ul .item .item-time {
  font-family: 'DIN';
  font-weight: bold;
}

.part5 .list1 ul .item .item-tit {
  margin: 15px 0;
}

.part5 .list1 ul .item .fitImg {
  overflow: hidden;
  padding-top: 55.65%;
}

.part5 .list1 ul .item:hover {
  background: #E5EEF5;
}

.part5 .list1 ul .item:hover .item-tit {
  text-decoration: underline;
}

.part5 .list2 {
  margin: 30px 0 10px;
}

.part5 .list2 li .item {
  border-bottom: 2px solid #eee;
  padding: 0 25px 20px 0;
  transition: all ease .3s;
  position: relative;
}

.part5 .list2 li .item::after {
  content: "";
  width: 10px;
  height: 10px;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  bottom: 30px;
  background-image: url("../img/jia1.png");
}

.part5 .list2 li .item .item-time {
  margin-bottom: 10px;
  font-weight: bold;
}

.part5 .list2 li .item:hover {
  color: #025999;
  border-color: #025999;
}

.part5 .list2 li .item:hover .item-tit {
  text-decoration: underline;
}

.part5 .list2 li .item:hover::after {
  background-image: url("../img/jia2.png");
}

@media (max-width: 800px) {
  .part-tit span {
    padding: 0 15px;
  }

  .part-tit img {
    width: 100px;
  }

  .part3 .col1 {
    width: 100%;
  }

  .part3 .col2 {
    margin-top: 35px;
  }

  .part3 .col2 .pic {
    width: 100%;
    padding: 0 35px 30px 35px;
  }

  .part3 .col2 .list li {
    margin: 10px 0;
  }

  .part5 .part5-type .link img {
    width: 6px;
  }

  .part5 ul {
    flex-wrap: wrap;
    margin: 0;
  }

  .part5 ul li {
    width: 100%;
  }

  .part5 ul li .item {
    margin: 6px 0;
  }

  .part5 .list2 {
    margin: 15px 0 10px;
  }
}

.search_2 {
  padding-bottom: 0;
}

.part2_2 {
  padding-top: 16px;
}

.part3_2 {
  margin-top: 48px;
}


/* 新加 */
.pore {
  position: relative;
}

.flexb {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexb2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flexb3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.bgBox {
  background: url() center no-repeat;
  background-size: cover;
}

.row {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.row .kuang {
  height: 100%;
}

.flex-ac {
  justify-content: space-between;
}

.flex-ac>.logo {
  max-width: calc(100% - 110px);
}

.btnB {
  background: rgba(255, 255, 255, 0.2);
  width: 110px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: rgb(255, 255, 255);
  border-radius: 6px;
  transition: all 0.5s;
}

.btnB img {
  display: block;
  height: 15px;
  margin-right: 6px;
}

.btnB span {
  display: block;
}

.btnB:hover {
  background: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}

/* 登录注册 */
.dlzc {
  margin: 48px 0 128px;
  background: url(../img/ndlbj.jpg) top center no-repeat #015999;
  background-size: 100% auto;
}

.dlzc .pTit {
  font-size: 30px;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.dlzc .nrBox {
  padding: 56px;
}

.dlzcL {
  width: calc(50% - 72px);
}

.dlzcR {
  width: calc(50% + 36px);
  background: url(../img/ndlbj2.jpg) top center no-repeat #2f90d7;
  background-size: 100% auto;
  padding: 0 20px 20px;
}

.dlzcL .titB {
  font-size: 36px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin-bottom: 30px;
}

.dlzcL .titB::after {
  content: "";
  background-color: rgb(255, 255, 255);
  display: block;
  width: 57px;
  height: 3px;
  margin-top: 48px;
}

.dlzcL .descB {
  font-size: 20px;
  color: rgb(255, 255, 255);
}

.dlzcL .descB p {
  position: relative;
  margin-top: 20px;
  padding-left: 24px;
}

.dlzcL .descB p:first-child {
  margin-top: 0;
}

.dlzcL .descB p::before {
  content: "";
  display: block;
  width: 5px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}

.dlzcR .pxTit {
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-align: center;
  padding: 18px 0;
}

.dlzcForm {
  background: rgb(255, 255, 255);
  padding: 48px;
}

.dlzcForm .line {
  margin-top: 20px;
  justify-content: flex-start;
}

.dlzcForm .line:first-child {
  margin-top: 0;
}

.dlzcForm .titB {
  display: block;
  width: 78px;
  text-align: right;
  font-weight: 700;
}

.dlzcForm input,
.dlzcForm select {
  display: block;
  border: 1px solid rgb(205, 213, 212);
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  width: calc(100% - 78px);
  height: 40px;
  padding: 0 16px;
  font-family: inherit;
}

.dlzcForm select {
  background: url(../img/njt2.png) calc(100% - 16px) center no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.dlzcForm .tzmB input {
  width: calc(100% - 216px);
}

.dlzcForm .sendBtn {
  background: rgb(1, 89, 153);
  width: 118px;
  margin-left: 20px;
  height: 40px;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  color: #ffffff;
}

.dlzcForm .tijiao {
  background: rgb(1, 89, 153);
  width: 100%;
  height: 40px;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  color: #ffffff;
  margin: 30px 0 0;
  border: 0;
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
}

.dlzcForm .linkB {
  font-size: 14px;
  color: rgb(1, 89, 153);
  margin: 12px 0 0;
}

.dlzcForm .linkB a {
  color: rgb(1, 89, 153);
}

/* 会员 */
.hyAll .wp {
  max-width: 1440px;
}

.huibg {
  background: #f1f2f3;
}

.huiyuanB {
  align-items: stretch;
  min-height: 900px;
}

.huiyuanL {
  width: 280px;
  background: #e3e6e8;
}

.huiyuanR {
  width: calc(100% - 280px);
  background: #ffffff;
  padding: 0 20px;
}

.huiyuanL .touxiang {
  padding: 46px 16px;
  text-align: center;
}

.huiyuanL .touxiang .txB {
  width: 100px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}

.huiyuanL .touxiang .txB img {
  display: block;
  height: 100%;
}

.huiyuanL .touxiang .xmB {
  font-size: 22px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  margin: 20px auto 0;
}

.leftNav a {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  font-size: 18px;
  color: rgb(44, 44, 44);
  font-weight: bold;
  padding-right: 38px;
}

.leftNav a::after {
  content: "";
  background-color: rgb(0, 91, 172);
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
  opacity: 0;
}

.leftNav a img {
  display: block;
  margin-right: 16px;
  filter: grayscale(1) brightness(80%) invert(80%);
}

.leftNav a.on {
  background: rgb(255, 255, 255);
  color: rgb(0, 91, 172);
}

.leftNav a.on::after {
  opacity: 1;
}

.leftNav a.on img {
  filter: unset;
}

.huiyuanR .pageTit {
  font-size: 18px;
  color: rgb(48, 48, 49);
  border-bottom: 1px solid #eaeaf7;
  padding: 15px 0;
  padding-left: 14px;
  position: relative;
  margin-bottom: 20px;
}

.huiyuanR .pageTit::after {
  content: "";
  background-color: rgb(0, 91, 172);
  position: absolute;
  left: 0;
  top: calc(50% - 11px);
  width: 4px;
  height: 22px;
}

.huiyuanB1 .topName {
  background: rgb(241, 242, 243);
  height: 60px;
  padding-left: 60px;
  position: relative;
  font-size: 18px;
  color: rgb(48, 48, 49);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 56px;
}

.huiyuanB1 .topName img {
  filter: grayscale(1) brightness(80%) invert(80%);
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.hy1Ul {
  margin: -32px -16px;
}

.hy1Ul li {
  padding: 32px 16px;
  width: 30%;
  text-align: center;
  color: rgb(48, 48, 49);
}

.hy1Ul b {
  display: block;
  font-size: 36px;
}

.hy1Ul span {
  display: block;
  font-size: 16px;
}

.huiyuanB .linkB {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.huiyuanB .linkB a {
  background-color: rgb(241, 242, 243);
  width: max-content;
  min-width: 180px;
  height: 48px;
  text-align: center;
  padding: 0 24px;
  font-size: 17px;
  color: rgb(48, 48, 49);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  margin-top: 8px;
}

.huiyuanB .linkB a.on {
  background: #005bac;
  color: rgb(255, 255, 255);
}

.huiyuanB .searchB {
  margin-top: 22px;
  font-size: 14px;
  color: rgb(48, 48, 49);
  flex-wrap: wrap;
  justify-content: flex-start;
}

.huiyuanB .searchB label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  /* margin-top: 8px; */
}

.huiyuanB .baogaoB .searchB {
  margin-top: 0;
}

.huiyuanB .baogaoB .searchB label {
  margin-top: 0;
}

.huiyuanB .searchB .titB {
  display: block;
  width: 74px;
}

.huiyuanB .searchB input,
.huiyuanB .searchB select {
  border: 1px solid rgb(223, 223, 240);
  background-color: rgb(255, 255, 255);
  width: 224px;
  height: 40px;
  padding: 0 20px;
}

.huiyuanB .searchB select {
  background: url(../img/njt2.png) calc(100% - 16px) center no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.huiyuanB .searchB input#demo {
  width: 300px;
  text-align: center;
}

.huiyuanB .searchB .searchBtn {
  border-color: rgb(0, 91, 172);
  background-color: rgb(0, 91, 172);
  width: 78px;
  cursor: pointer;
  color: #ffffff;
}

.huiyuanB .baogaoB {
  margin-top: 30px;
}

.huiyuanB .bgtjBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(234, 234, 247);
  width: 166px;
  height: 40px;
  font-size: 16px;
  color: rgb(0, 91, 172);
}

.huiyuanB .bgtjBtn img {
  /* display: block; */
  margin-right: 10px;
  vertical-align: middle;
}

.huiyuanB .bgtjBtn input {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.huiyuanB .baogaoB .tltB {
  font-size: 14px;
  color: rgb(63, 63, 63);
}

.huiyuanB .tblB {
  margin-top: 20px;
}

.huiyuanB .tblB table {
  border: 1px solid #dfdff0;
  width: 100%;
  border-collapse: collapse;
}

.huiyuanB .tblB th {
  background: #f1f2f3;
}

.huiyuanB .tblB th,
.huiyuanB .tblB td {
  border: 1px solid #dfdff0;
  min-height: 48px;
  font-size: 16px;
  color: rgb(48, 48, 49);
  padding: 16px;
}

.huiyuanB .xtit {
  font-size: 20px;
  color: rgb(0, 91, 172);
  padding-left: 16px;
  position: relative;
  margin-bottom: 20px;
}

.huiyuanB .xtit::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #005bac;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
}

.huiyuanB .hyForm label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 14px;
}

.huiyuanB .hyForm .line label {
  width: calc(50% - 30px);
}

.huiyuanB .hyForm .titB {
  font-size: 14px;
  color: rgb(48, 48, 49);
  width: 72px;
}

.huiyuanB .hyForm input,
.huiyuanB .hyForm select,
.huiyuanB .hyForm textarea {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(223, 223, 240);
  background-color: rgb(255, 255, 255);
  width: calc(100% - 72px);
  height: 40px;
  padding: 0 20px;
}

.huiyuanB .hyForm select {
  background: url(../img/njt2.png) calc(100% - 16px) center no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.huiyuanB .hyForm textarea {
  height: 80px;
  padding: 8px 20px;
}

.huiyuanB .hyForm input.scBtn {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(0, 91, 172);
  color: rgb(0, 91, 172);
  background-color: rgb(255, 255, 255);
  width: 154px;
  height: 40px;
}

.huiyuanB .hyForm .ylB {
  margin: 14px 0 0 72px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(223, 223, 240);
  background-color: rgb(255, 255, 255);
  padding: 12px 20px;
}

.huiyuanB .hyForm .ylB .xbt {
  margin-bottom: 8px;
}

.huiyuanB .hyForm .ylB .tul {
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.huiyuanB .hyForm .ylB .tul p {
  margin-right: 16px;
}

.huiyuanB .hyForm .ylB .tul p:last-child {
  margin-right: 0;
}

.huiyuanB .hyForm .ylB .tul img {
  display: block;
  width: 120px;
  height: 120px;
}

.huiyuanB .hyForm .ylB .tul span {
  display: block;
  font-size: 14px;
  color: rgb(0, 0, 0);
  text-align: center;
  margin-top: 8px;
  cursor: pointer;
}

.huiyuanB .hyForm .btnG {
  margin: 30px 0 0 72px;
  justify-content: flex-start;
}

.huiyuanB .hyForm .btnG input {
  display: block;
  background-color: rgb(0, 91, 172);
  width: 78px;
  height: 40px;
  margin-right: 20px;
  color: #ffffff;
  border: 0;
}

.huiyuanB .hyForm .btnG input[type=reset] {
  background: #e3e6e8;
  color: #5d5d5d;
}

.huiyuanB .bqsqB {
  margin-top: 24px;
  width: max-content;
}

.huiyuanB .bqsqB .cpnName {
  border: 1px solid #e6e6e6;
  width: max-content;
  margin-bottom: 24px;
}

.huiyuanB .bqsqB .cpnName .titB {
  border-right: 1px solid #e6e6e6;
  width: 110px;
  padding: 8px 15px;
  height: 38px;
  line-height: 20px;
  border-radius: 2px 0 0 2px;
  text-align: center;
  background-color: #FBFBFB;
  overflow: hidden;
  box-sizing: border-box;
}

.huiyuanB .bqsqB .cpnName input {
  border: 0;
}

.huiyuanB .bqsqB .kuang {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.huiyuanB .bqsqB .tuB {
  width: 180px;
}

.huiyuanB .bqsqB table {
  border: 1px solid #e6e6e6;
  width: max-content;
  border-collapse: collapse;
}

.huiyuanB .bqsqB td {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 8px;
}

.huiyuanB .bqsqB td:last-child {
  border-right: 0;
}

.huiyuanB .bqsqB .hyForm table input {
  width: 40px;
  height: 24px;
  padding: 0;
  text-align: center;
}

.huiyuanB .bqsqB .hyForm .btnG {
  width: max-content;
  margin-left: 0;
}

@media (max-width:1440px) {}

@media (max-width:1232px) {
  .dlzc .nrBox {
    padding: 4.5vw;
  }

  .dlzcR {
    padding: 0 16px 16px;
  }

  .dlzcForm {
    padding: 3vw;
  }

  .dlzcL .titB {
    font-size: 3vw;
  }

  .dlzcForm .tzmB input {
    width: calc((100% - 78px) - 11.2vw);
  }

  .dlzcForm .sendBtn {
    width: 9.6vw;
    margin-left: 1.6vw;
  }
}

@media (max-width:1024px) {
  .huiyuanL {
    width: 200px;
  }

  .huiyuanR {
    width: calc(100% - 200px);
  }
}

@media (max-width:800px) {
  body {
    padding-top: 10vw;
  }

  .flex-ac>.logo {
    max-width: calc(100% - 96px);
  }

  .btnB {
    width: 96px;
  }

  .dlzc {
    margin: 24px 0;
  }

  .dlzc .pTit {
    font-size: 24px;
    padding: 12px 0;
  }

  .dlzc .nrBox {
    padding: 16px;
    display: block;
  }

  .dlzcL {
    width: 100%;
  }

  .dlzcR {
    width: 100%;
    margin-top: 16px;
  }

  .dlzcL .titB {
    font-size: 18px;
    margin-bottom: 16px;
    text-align: center;
  }

  .dlzcL .titB::after {
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
  }

  .dlzcL .descB {
    font-size: 14px;
    display: none;
  }

  .dlzcL .descB p {
    margin-top: 4px;
  }

  .dlzcR .pxTit {
    padding: 12px 0;
  }

  .dlzcForm {
    padding: 16px;
  }

  .dlzcForm input,
  .dlzcForm select {
    padding: 0 8px;
  }

  .dlzcForm .tzmB input {
    width: calc(100% - 166px);
  }

  .dlzcForm .sendBtn {
    width: 80px;
    margin-left: 8px;
  }

  .dlzcForm .line {
    margin-top: 8px;
  }

  .dlzcForm .tijiao {
    margin-top: 12px;
    font-size: 14px;
  }

  .hyAll {
    padding: 16px 0;
  }

  .huiyuanB {
    display: block;
  }

  .huiyuanL {
    width: 100%;
  }

  .huiyuanR {
    width: 100%;
  }

  .huiyuanL .touxiang {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #ffffff;
  }

  .huiyuanL .touxiang .txB {
    width: 48px;
    margin: 0;
  }

  .huiyuanL .touxiang .xmB {
    font-size: 18px;
    margin: 0 0 0 16px;
  }

  .leftNav {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .leftNav a {
    display: block;
    padding: 12px 0;
    width: 20%;
    margin: 0;
    height: auto;
  }

  .leftNav a::after {
    width: 100%;
    height: 2px;
  }

  .leftNav a img {
    margin: 0 auto;
    height: 24px;
  }

  .leftNav a span {
    margin: 4px auto 0;
    display: block;
    font-size: 14px;
    text-align: center;
  }

  .huiyuanB {
    min-height: unset;
  }

  .huiyuanR {
    padding: 0 16px 16px;
  }

  .huiyuanB1 .topName {
    font-size: 16px;
    padding: 8px 0;
    padding-left: 40px;
    height: auto;
    margin-bottom: 16px;
  }

  .huiyuanB1 .topName img {
    width: 24px;
    left: 10px;
  }

  .hy1Ul {
    margin: 0 -12px;
  }

  .hy1Ul li {
    padding: 12px;
  }

  .hy1Ul b {
    font-size: 28px;
  }

  .hy1Ul span {
    font-size: 14px;
  }

  .huiyuanR .pageTit {
    margin-bottom: 12px;
  }

  .huiyuanB .linkB {
    margin: 0 0 0;
  }

  .huiyuanB .linkB a {
    min-width: unset;
    height: 36px;
    padding: 0 16px;
    margin: 6px 8px 0 0;
    font-size: 14px;
  }

  .huiyuanB .searchB {
    margin-top: 12px;
  }

  .huiyuanB .searchB input,
  .huiyuanB .searchB input#demo,
  .huiyuanB .searchB select {
    width: calc(100% - 72px);
  }

  .huiyuanB .baogaoB {
    flex-wrap: wrap;
    margin-top: 12px;
  }

  .huiyuanB .baogaoB .searchB {
    width: 100%;
    margin-top: 12px;
  }

  .huiyuanB .searchB label {
    width: 100%;
    margin-right: 0;
  }

  .huiyuanB .searchB .searchBtn {
    margin-top: 16px;
  }

  .huiyuanB .tblB th,
  .huiyuanB .tblB td {
    padding: 4px;
    font-size: 14px;
  }

  .huiyuanB .hyForm .line {
    flex-wrap: wrap;
  }

  .huiyuanB .hyForm .line label {
    width: 100%;
  }

  .huiyuanB .hyForm .ylB {
    padding: 8px;
  }

  .huiyuanB .hyForm .ylB .tul p {
    width: calc(50% - 4px);
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .huiyuanB .hyForm .ylB .tul p:nth-child(even) {
    margin-right: 0;
  }

  .huiyuanB .hyForm .btnG {
    margin-top: 16px;
  }

  .huiyuanB .bqsqB {
    width: 100%;
  }

  .huiyuanB .bqsqB .cpnName {
    margin-bottom: 12px;
  }

  .huiyuanB .bqsqB .kuang {
    display: block;
    margin-bottom: 8px;
  }

  .huiyuanB .bqsqB table {
    width: 100%;
  }

  .huiyuanB .bqsqB tr {
    display: block;
  }

  .huiyuanB .bqsqB td {
    display: block;
    width: 100%;
  }

  .huiyuanB .tblB thead {
    display: none;
  }

  .huiyuanB .tblB tr {
    display: block;
    border: 1px solid #dfdff0;
    padding: 4px;
  }

  .huiyuanB .tblB td {
    width: 100%;
    display: block;
    border: 0;
    min-height: unset;
  }

  .huiyuanB .tblB .tbl1 td:nth-child(1)::before {
    content: "序号:";
  }

  .huiyuanB .tblB .tbl1 td:nth-child(2)::before {
    content: "检测机构:";
  }

  .huiyuanB .tblB .tbl1 td:nth-child(3)::before {
    content: "报告编号:";
  }

  .huiyuanB .tblB .tbl1 td:nth-child(4)::before {
    content: "报告日期:";
  }

  .huiyuanB .tblB .tbl1 td:nth-child(5)::before {
    content: "样品名称:";
  }

  .huiyuanB .tblB .tbl1 td:nth-child(6)::before {
    content: "状态:";
  }

  .huiyuanB .tblB .tbl1 td:nth-child(7)::before {
    content: "操作:";
  }

  .huiyuanB .tblB .tbl2 td:nth-child(1)::before {
    content: "序号:";
  }

  .huiyuanB .tblB .tbl2 td:nth-child(2)::before {
    content: "报告编号:";
  }

  .huiyuanB .tblB .tbl2 td:nth-child(3)::before {
    content: "产品名称:";
  }

  .huiyuanB .tblB .tbl2 td:nth-child(4)::before {
    content: "原产国:";
  }

  .huiyuanB .tblB .tbl2 td:nth-child(5)::before {
    content: "原产地:";
  }

  .huiyuanB .tblB .tbl2 td:nth-child(6)::before {
    content: "净含量:";
  }

  .huiyuanB .tblB .tbl2 td:nth-child(7)::before {
    content: "状态:";
  }

  .huiyuanB .tblB .tbl2 td:nth-child(8)::before {
    content: "操作:";
  }

  .huiyuanB .tblB .tbl3 td:nth-child(1)::before {
    content: "序号:";
  }

  .huiyuanB .tblB .tbl3 td:nth-child(2)::before {
    content: "批次号:";
  }

  .huiyuanB .tblB .tbl3 td:nth-child(3)::before {
    content: "产品名称:";
  }

  .huiyuanB .tblB .tbl3 td:nth-child(4)::before {
    content: "申请时间:";
  }

  .huiyuanB .tblB .tbl3 td:nth-child(5)::before {
    content: "产品数量:";
  }

  .huiyuanB .tblB .tbl3 td:nth-child(6)::before {
    content: "生产标签数量:";
  }

  .huiyuanB .tblB .tbl3 td:nth-child(7)::before {
    content: "状态:";
  }

  .huiyuanB .tblB .tbl3 td:nth-child(8)::before {
    content: "操作:";
  }

  .huiyuanB .tblB .tblb1 td:nth-child(1)::before {
    content: "序号:";
  }

  .huiyuanB .tblB .tblb1 td:nth-child(2)::before {
    content: "产品子类名:";
  }

  .huiyuanB .tblB .tblb1 td:nth-child(3)::before {
    content: "查询时间:";
  }

  .huiyuanB .tblB .tblb1 td:nth-child(4)::before {
    content: "查询地点:";
  }

  .huiyuanB .tblB .tblb1 td:nth-child(5)::before {
    content: "批次号:";
  }

  .huiyuanB .tblB .tblb3 td:nth-child(1)::before {
    content: "序号:";
  }

  .huiyuanB .tblB .tblb3 td:nth-child(2)::before {
    content: "企业:";
  }

  .huiyuanB .tblB .tblb3 td:nth-child(3)::before {
    content: "小标:";
  }

  .huiyuanB .tblB .tblb3 td:nth-child(4)::before {
    content: "中标:";
  }

  .huiyuanB .tblB .tblb3 td:nth-child(5)::before {
    content: "大标:";
  }

  .huiyuanB .tblB .tblb3 td:nth-child(6)::before {
    content: "申请时间:";
  }

  .huiyuanB .tblB .tblb3 td:nth-child(7)::before {
    content: "状态:";
  }

  .huiyuanB .tblB .tblb3 td:nth-child(8)::before {
    content: "操作:";
  }

  .huiyuanB .tblB .tblb4 td:nth-child(1)::before {
    content: "序号:";
  }

  .huiyuanB .tblB .tblb4 td:nth-child(2)::before {
    content: "作废类型:";
  }

  .huiyuanB .tblB .tblb4 td:nth-child(3)::before {
    content: "申请时间:";
  }

  .huiyuanB .tblB .tblb4 td:nth-child(4)::before {
    content: "状态:";
  }

  .huiyuanB .tblB .tblb4 td:nth-child(5)::before {
    content: "备注:";
  }

  .huiyuanB .tblB .tblb4 td:nth-child(6)::before {
    content: "操作:";
  }

  .huiyuanB .tblB .tblb5 td:nth-child(1)::before {
    content: "序号:";
  }

  .huiyuanB .tblB .tblb5 td:nth-child(2)::before {
    content: "企业名称:";
  }

  .huiyuanB .tblB .tblb5 td:nth-child(3)::before {
    content: "产品批次号:";
  }

  .huiyuanB .tblB .tblb5 td:nth-child(4)::before {
    content: "类型:";
  }

  .huiyuanB .tblB .tblb5 td:nth-child(5)::before {
    content: "添加时间:";
  }

  .huiyuanB .tblB .tblb5 td:nth-child(6)::before {
    content: "操作:";
  }

}

.fc-white {
  color: #ffffff;
}

.layui-form-label {
  box-sizing: content-box;
}

.cus-bt-primary {
  background-color: #005bac;
}

.layui-form-pane .layui-form-label {
  width: 130px;
}

.layui-form-pane .layui-input-block {
  margin-left: 130px;
}

.preimg-box {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}

.preimg-box .arr-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
}

.pay-tips {
  font-size: 14px;
  color: #666;
}
.pay-tips .title {
  color: red;
}

.pay-info {
  background-color: #f9f9f9;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  padding: 20px;
}

.pay-info .title {
  font-size: 16px;
  color: #015999;
}
.pay-info .title::after {
  content: " ";
  border-bottom: 1px solid #015999;
  margin: 10px 0;
  display: block;
}

.pay-info .info > div {
  padding: 5px 0;
}

.page-box {
  text-align: right;
}

.all_top.p_cusor {
  /* cursor: pointer; */
  margin-bottom: 30px;
  background-color: #6CC28F;
}

.all_top.p_cusor .xiangguan {
  border-color: #6CC28F transparent transparent transparent;
}