 .layerbx{
  background:rgba(0,0,0,0.6);
  z-index:50;
}
.layerbxin{
  width:800px;
  margin:0 auto;
  background: #303030;
  border:1px solid #eac352;
  min-height:400px;
  border-radius: 6px;
  overflow:hidden;
}
.layertou{
  height:40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color:#111;
  padding:0px 10px;
  background:#eac352;
}
.layertou-1{
  font-size:18px;
}
.laucnt2-1{
  font-size:16px;
  padding:12px 0px;
  color:#fff;
}
.laucnt2-2{
  max-height: 500px;
  overflow-y: auto;
}
.layertou-2 img{
  display:block;
}
.layercont{
  padding:10px;
}
.tabtb{
  width:100%;
  
}
.tabtb td{
  border:1px solid #9e844a;
  color:#fff;
  height:40px;
  text-align:center;
}
.tabtb tr:first-child td{
  color:#181818;
  background:#ffd773;
}