.blockchain_inventory_query{
  min-height: calc(100vh - 568px);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.blockchain_inventory_query a{
  color: #ff8c00;
}
.blockchain_inventory_query h2{
  font-weight:bolder ;
  margin-bottom: 40px;
}
.blockchain_inventory_query .search-box{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 20px;

}
.blockchain_inventory_query .query{
  box-sizing: border-box;
  margin: 0;
  padding: 7px;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  position: relative;
  display: inline-block;
  width: 500px;
  min-width: 0;
  border-radius: 6px;
  transition: all 0.2;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #d9d9d9;
}

.blockchain_inventory_query .search{
  font-size: 22px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 10px;
  cursor: pointer;
}
.blockchain_inventory_query .not-login{
  font-size: 16px;
  font-weight: normal;
}
.blockchain_inventory_query .not-login a{
  color: #337ab7;
}
.blockchain_inventory_query .not-login .rocket{
  margin-right: 3px;
}
.blockchain_inventory_query .card{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  list-style: none;
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
}
.blockchain_inventory_query .card-head{
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 48px;
  margin-bottom: -1px;
  padding: 0 24px;
  color: rgba(0, 0, 0, 0.88);
  font-weight: bold;
  font-size: 16px;
  background: transparent;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 8px 8px 0 0;
  text-align: left;
}
.blockchain_inventory_query .card-body{
  padding: 24px;
  border-radius:  0 0 8px 8px;
  text-align: left;
  position: relative;
}

.blockchain_inventory_query .card-body form{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}
.blockchain_inventory_query .card-body .lock{
  width: 100%;
  /* height: 400px; */
  overflow: hidden;
}
.blockchain_inventory_query .card-body .mask{
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius:  0 0 8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
.blockchain_inventory_query .card-body .mask>p{
  font-size: 18px;
  font-weight: bold;
}
.blockchain_inventory_query .card-body .mask >i{
  font-size: 62px;
  color:#ff8c00;
}
.blockchain_inventory_query .card-body .descriptions{
  color: rgba(0, 0, 0, 0.45);
  font-weight: normal;
  font-size: 14px;
  text-align: start;
  width: 150px;

}
.loader-box{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 150px;
}
.loader-box p{
  margin-top: 10px;
}
.loader-box .loader {
  border: 4px solid rgba(0, 0, 0, 0.1); /* 轻颜色的边框 */
  border-radius: 50%; /* 圆形 */
  border-top: 4px solid #ff8c00; /* 蓝色边框 */
  width: 40px; /* 加载器的宽度 */
  height: 40px; /* 加载器的高度 */
  animation: spin 2s linear infinite; /* 应用加载动画 */
}
 
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.biq-modal .modal-content{
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: auto;
}
.biq-modal .modal-body{
  padding: 24px 48px;
}
.biq-modal .modal-title{
  margin: 0;
  color: rgba(0, 0, 0, 0.88);
  font-weight: 600;
  font-size: 16px;
  word-wrap: break-word;
}
.biq-modal .success-tip{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}
.biq-modal .success-tip i{
  font-size: 48px;
  margin-right: 10px;
}
.biq-modal .success-tip span{
  font-size: 28px;
  font-weight: bolder;
}
.biq-modal .online{
  width: 100%;
  height: 60px;
  resize: none;
  box-sizing: border-box;
  margin: 0;
  padding: 7px;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  position: relative;
  display: inline-block;
  width: 500px;
  min-width: 0;
  border-radius: 6px;
  transition: all 0.2;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #d9d9d9;
}
.biq-modal .modal-close{
  outline: none;
  position: relative;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  background: transparent;
  border: 1 solid transparent;
  cursor: pointer;
  user-select: none;
  color: rgba(0, 0, 0, 0.88);
  background: #ffffff;
  border-color: #d9d9d9;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
}
