/*导航目录页面样式*/
.table_box_div{
  width: 100%; overflow-y: hidden;
}
.table_infos{
  width: 100%; table-layout: fixed;
}
.table_main_div{
  width: 100%;
}
table {
  width: 100%; white-space: nowrap; text-align: center;
}
.tr_data:hover{
  background-color: rgba(0,0,0,0.1);
}
.limit_txt{
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.icon{
  width: 20px; height: 20px; vertical-align: middle;
}
/*.icon:hover{
  transform: translateX(-100%); filter: drop-shadow(20px 0 0 #D0422C);
}*/
.icon_link{
  display: inline-block; width: 20px; overflow: hidden; vertical-align: middle;
}
#tags_icon{
  float: right; width: 20px; line-height: 39px;
}
.tags{
  display: flex; flex-direction: row; overflow-x: auto; white-space: nowrap;
  scrollbar-width: none; /* firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.tags::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.tag a{
  margin: 0px 3px; padding: 1px 6px; white-space: nowrap;
}
.tag a:hover, .current_item a {
  padding: 1px 6px; color: #fff; background-color: #D0422C; border-radius: 3px; text-decoration: none;
}
/*数据资料页面样式*/
.datas{
  float: left; width: 65%; min-height: 600px; margin-bottom: 60px;
}
.datas_notes{
  margin: 20px 0 30px 0; line-height: 29px;
}
.datas table{
  max-width: 390px; text-align: left;
}
.sidebar{
  float: right; width: 30%;
}
.sidebar button{
  width: 190px; margin: 30px 0 10px 0; cursor: pointer;
}
.sidebar li{
  line-height: 35px;
}
.qrcode_img{
  width: 190px; height: 190px;
}
.td_lable{
  width: 390px; font-size: 13.5px; color: #979A9A; white-space: normal; word-wrap: break-word; word-break: break-all;
}
@media screen and (max-width:500px){
  .td_lable{
    width: 270px;
  }
}
.td_value{
  width: 110px; text-align: center; vertical-align: middle;
}
.searchInput{
  width: 330px; height: 45px; padding-right: 10px;
}
/*增加 input 输入数据后显示删除键X*/
.input_box{
  position: relative; display: inline-block; margin-bottom: 20px;
}
.input_clear{
  position: absolute; right: 5px; line-height: 45px; font-size: 15px; color: #c8c8c8; display: none;
}
.searchInput:valid + .input_clear {display: inline-block;}
/*去除 input datalist 下拉箭头*/
input::-webkit-calendar-picker-indicator {
  opacity: 0;
}
button{
  cursor: pointer;
}
.no_datas{
  width: 100%;
  line-height: 190px;
  font-size: 22px;
  font-weight: lighter;
  text-align: center;
}
