@charset "utf-8";
#goodcover {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  /*height: 133%;*/
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.50;
  filter: alpha(opacity=80);
}
#code {
  width:900px;
  /*height:600px;*/
    overflow-y:auto;
  background-color: #fff;
  padding: 10px;
  position: absolute;
  display: none;
  left: 45%;
  z-index: 1002;
}
#code input {
    outline:none;
    padding-left:5px;    
}
#code .sure {
    border:none;
    display:block;
    width:40%;
    height: 30px;
    line-height: 30px;
    margin:20px auto;
    background:#283075; 
    border-radius:10px;
    color:#fff;
}
.close1 {
  /*width:900px;*/
  height: 20px;
}
#closebt {
  float: right;
}
#closebt img {
  width: 20px;
}
.goodtxt {
  width:65%;
    margin:0 auto;
}
.goodtxt>form>p{
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
    margin:10px auto;
    text-align:left;
}
#code table td {
    box-sizing:border-box;
    padding-left:10px;
}
#code table input{
  float:right;
  margin-top:8px;
  margin-right: 15px;
}
#code table td p{
  height: 30px;
  line-height: 30px;
}
.weareinput{
  border:none;
  border:1px solid #ddd;
  border-radius: 5px;
}
/*列表模式样式*/
 #pmhTable{
  width:100%;
  margin:0 auto;
      margin-top: 85px;
  font-family:'microsoft yahei'!important;
      /*display: none;*/
  font-size:14px;
}
#pmhTable>tbody>tr{
    height: 40px;
  line-height:40px;
    background: #faf9f8;
}
#pmhTable>tbody>tr>td{
    border-bottom: 1px dotted #969696;
    padding-left:10px;  
}
#pmhTable>tbody>tr>.lastChild{
  width:40px;
}         
#pmhTable>tbody>tr:hover{
    cursor:pointer;
    /*background: #cbd2eb;*/
    background:#cbd2eb;

}
#pmhTable>tbody>tr:first-child{
    background: #9eaee5;
    /*background:url('../images/bgTitle.png');*/
}
#pmhTable>tbody>tr .open{
    background: url('../images/open.png') center center no-repeat;
}
#pmhTable>tbody>tr .downLoad{
    background: url('../images/download1.png') center center no-repeat;
}
.zcTable{
   width: 1100px;
   margin:0 auto;
   background:#fff!important;
   color: #8b837e;
   display: none;
}
.zcTable>td>a{
   color:#8b837e;
}
.zcTable:hover a{
    color:#27316f;
}
.changeWays {
     background:url('../images/picAndwords.png') left center no-repeat;
     position: absolute;
     top: 195px;  
     padding-left:40px;
     font-size:18px;
}
.listsCard .card {
  display:flex;
}
