
/*TABLE樣式*/

.iframbody{
  height: 7100px;
}

table {
  margin: 0% 0 0 0;
  float: left;
  width: 100%;
  /*border:1px solid #e1e1e1; */
  font-size: 15px;
  min-width: 100%;
}

table thead {
  background-color: #fff;
  color: #666;
  border-bottom: 1px solid #ddd;
}

table th{
  font-weight: 600;
  display: none;
}

th, td {
  padding: 13px 20px;
  text-align: center;
  vertical-align: middle;
  color:#777;
}

td{
  line-height: 25px;
  padding: 5px 10px;
  display: block;
}



th:first-child,td:first-child{
  text-align: center;
}
table thead th:nth-child(1), table tbody tr td:nth-child(1),
table thead th:nth-child(4), table tbody tr td:nth-child(4),
table thead th:nth-child(3), table tbody tr td:nth-child(3),
table thead th:nth-child(2), table tbody tr td:nth-child(2),
table thead th:nth-child(5), table tbody tr td:nth-child(5),
table thead th:nth-child(6), table tbody tr td:nth-child(6){
  text-align: left;
}

table tbody tr:nth-child(even) {
    background-color: #fff;
}
table tbody tr:nth-child(odd) {
   background-color:#f9f9f9;
}
table tbody tr{
  border-bottom: 1px solid #ccc;
  width: 100%;
  float: left;
  margin:0 0 5% 0;
}
table tbody tr:last-child{
  border-bottom: 0px;
}

table tbody tr:hover{
  background: #f5f5f5;
}

table tbody tr td{
  display: block;
  float:left;
  width:100%;
  border-left:1px solid #666;
  border-right:1px solid #666;
  border-top:0.5px solid #666;
  border-bottom:0.5px solid #666;
}


table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  /*width: 40%;*/
  display: inline-block;
  /*background: #f00;*/
  float: left;
  text-align: left;
  /*border-right:1px solid #ccc;*/
}


  tr td:nth-child(3){
    padding: 10px 0;

  }

  tr td:nth-child(3):before{
    padding: 0px 10px;
  }


  tr td:nth-child(3) .div{
    padding: 5px 15px;
  }
  tr td:nth-child(3) .top{
    border-bottom:1px solid #ccc;
  }
   tr td:nth-child(3) .div .text-center{
    margin: 0 0px 0 0;
    text-align: center;
  }

/*------------------------------------------*/
@media (min-width: 600px) and (max-width:1000px){

    tr td:nth-child(3){
    min-height: 170px;
  }
table tbody tr{
  border-bottom: 1px solid #ccc;
  width: 50%;
  float: left;
  margin:0 0 2% 0;
}

}

@media (min-width: 600px){

  .iframbody{
    height: 4000px;
  }

  table tbody tr:nth-child(22) td:nth-child(4){
    min-height: 87px;
  }
  table{
    border:0px; 
  }
}

@media (min-width: 900px){

 table tbody tr:nth-child(22) td:nth-child(4){
    min-height: unset;
  }
}



@media (min-width: 1001px) {

  .iframbody{
    height: 3000px;
  }

  table{
    border:1px solid #ccc; 
  }

  table td:before {
    display: none;
  }
  table th ,table tbody tr td{
    display: table-cell;
    float: none;
    width: auto;
  }
  table tbody tr td{
    border:1px solid #ccc;
  }
  td{
    padding: 10px 15px;
  }
  table tbody tr{
    width: auto;
    float: none;
  }

 
  
  tr td:nth-child(3) .div .text-center{
    text-align: center;
  }

  tr td:nth-child(3) .div .text-center{
    margin: 0 10px 0 0;

    text-align: center;
  }


  /*table thead th:nth-child(1){width:10%;}
  table thead th:nth-child(4){width:10%;}
  table thead th:nth-child(3){width:20%;}
  table thead th:nth-child(2){width:25%;}
  table thead th:nth-child(5){width:8%;}
  table thead th:nth-child(6){width:12%;}
  table thead th:nth-child(7){width:15%;}*/

}


