[v-cloak] {
  display: none;
}

::-webkit-scrollbar {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.logo_img {
  width: 100%;
}

#container {
  /* padding: 0px 5px; */
  width: 100%;
  height: 100%;
  color: #333333;
  font-size: 15px;
  background-color: white;
  overflow-x: hidden;
  overflow-y: auto;
  /* 隐藏滚动条 firefox */
  scrollbar-width: none;
  /* 隐藏滚动条IE 10+ */
  -ms-overflow-style: none;
}

/* 隐藏滚动条 Chrome Safari*/
#container::-webkit-scrollbar {
  display: none;
}

.caict-inside {
  padding: 1px 8px;
  background-color: rgba(171, 205, 239, 0.4);
  margin: 10px 0px;
  display: flex;
  align-items: center;
  width: fit-content;
  border-radius: 0px 5px 5px 0px;
}

.logo {
  width: 18px;
  height: 20px;
  display: inline-block;
  padding: 2px 6px;
  margin: 3px;
}


.caict-inside span {
  color: #5090cc;
  padding: 2px;
  font-size: 12px;
}

.caict-right {
  display: inline-block;
}

.equImg_info {
  margin: 0px auto;
  width: 100%;
  height: auto;
  text-align: center;
}

.equWrapper {
  margin: 0px auto;
  margin-top: 15px;
  margin-bottom: 26px;
  background-color: #fff200;
  border: 2px solid #fff200;
  width: fit-content;
  /* height: 36px; */
  /* line-height: 36px; */
  border-radius: 6px;
  display: flex;
  align-items: center;
}

.equId_box {
  font-size: 15px;
  color: #1a1a1a;
  font-weight: bolder;
  /* height: 36px; */
  display: inline-block;
  background-color: white;
  border-radius: 6px;
  padding: 8px 14px;
  text-align: left;
  word-break: break-all;
}

.main_container {
  padding: 10px 15px;
  width: 92%;
}

.main_title {
  height: 28px;
  position: relative;
}

.main_title span {
  /* background-color: burlywood; */
  font-weight: bold;
  font-size: 18px;
  color: #1a1a1a;
  vertical-align: bottom;
}

.vertical_bar {
  display: inline-block;
  width: 4px;
  height: 18px;
  background-color: #fff200;
  margin-right: 3px;
  border-radius: 5px;
}

.vertical_more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #909090;
  cursor: pointer;
}

.vertical_more strong {
  font-size: 18px;
}

.infoTable {
  width: 100%;
  border: 1px solid #f2f1e6;
  margin-top: 18px;
  margin-bottom: 36px;
  border-radius: 5px;
}

.infoTable td {
  width: 50%;
  padding: 6px;
}

.productBox {
  width: 100%;
}

p {
  margin-top: 15px;
  padding: 0px 5px 0px 11px;
  line-height: 150%;
  text-align: justify;
}

.icons {
  margin-top: 34px;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  /* align-items: flex-start; */
}

.icon_block {
  width: 33%;
  height: 90px;
  text-align: center;
  margin-bottom: 30px;
}

.icon_title {
  margin-top: 10px;
  font-size: 13px;
  color: #333333;
  width: 100%;
  text-align: center;
}

a {
  text-decoration: none;
  color: #333333;
  /* 去除a标签默认点击高亮 */
  -webkit-tap-highlight-color: transparent;
}

.imgs {
  margin: 0px auto;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.img_item {
  width: 100%;
  height: 117px;
  border-radius: 5px;
}

.company_button {
  margin: 0px auto;
  margin-top: 17px;
  padding: 10px 15px;
  background-color: #fff200;
  height: 24px;
  line-height: 24px;
  width: fit-content;
  border-radius: 5px;
}

/*   
  .companyButton{
    font-size: x-small;
    background-color: #fff200;
    width: fit-content;
    float: right;
    padding: 5px;
    border-radius: 5px;
  } */

.bottom {
  width: 100%;
  height: fit-content;
  margin-top: 8px;
  margin-bottom: 15px;
  padding-top: 10px;
}

.bottom_wrapper {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  height: 138px;
}

.wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.info_wrapper {
  display: inline-flex;
  padding: 4px 0px;
  /* margin: 4px 0px; */
}

/* .right_code{
    width: 50%;
    height: fit-content;
  } */

/* 
  背景图片完全显示，即覆盖 
    background-size: cover;
  */

/* .code{
     background-image: url(../img/iotCode.png);
    background-size: cover;
    float: right;
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }  */
.left_info {
  width: 15%;
  height: 31px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.info_value {
  width: 99%;
  height: 30px;
  line-height: 30px;
  color: rgb(116, 114, 114);
  font-size: small;
  /* white-space:nowrap; */
  margin-right: 3px;
}

.info_img {
  margin: 0px auto;
}

.info_title {
  font-size: xx-small;
  margin: 0px auto;
  margin-top: 2px;
  color: grey;
  margin-top: 3px;
}

/* .bottomInfo{
    margin: 0px auto;
    text-align: center;
    width: fit-content;
    padding: 1.5%;
    margin-bottom: 15px;
  } */

/* 全生命周期追溯、相关物料 */
.mp-detail {
  overflow: auto;
}

.mp-detail .item {
  border-bottom: 1px solid #efefef;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 16px;

}

.mp-detail .item .item-left {
  width: 90%;
}

.mp-detail .item .title {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #464646;
}

.mp-detail .item .content {
  color: #979797;
  font-size: 12px;
}

.ellipsis-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 750px) {
  .el-message {
      min-width: 300px !important;
  }

  .el-message-box {
      width: 80% !important;
  }
}

.btnFalse {
  background: #fff32f !important;
  border-color: #fff32f !important;
  color: #333 !important;
  font-weight: bold;
}