@charset "utf-8";
/* CSS Document */


body {
	overflow-y: scroll;
}



.model_table th{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
	text-align:center;
	font-size:1.5em;
	
}


.model_table td{
	text-align:center;
	color:#4e4e4e;
	font-size:14px;
	padding:5px;
}

.model_table tr:nth-child(even){
	background-color:#fff;	
}
.model_table tr:nth-child(odd){
	background-color:#f5f5f5;	
}


.model_table tr:last-child{
	border-bottom:#000000 3px solid;	
}

/*model_table*/

.model_table {
  width: 100%;
  margin-bottom: 1.5em;
}

@media (min-width: 48em) {
  .model_table {
    font-size: .9em;
  }
  .model_table{
	background-color:#f5f5f5;
  }
}
@media (min-width: 62em) {
  .model_table {
    font-size: 1em;
  }
}
.model_table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .model_table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.model_table thead th {
  background-color: #787878;
  border: 1px solid #787878;
  font-weight: normal;
  text-align: center;
  color: white;
  padding: 5px;
  font-size: 0.8em;
}
.model_table thead th:first-of-type {
  text-align: left;
}
.model_table tbody,
.model_table tr,
.model_table th,
.model_table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
@media (min-width: 48em) {
  .model_table tr {
    display: table-row;
  }
}
.model_table th,
.model_table td {
  padding: .5em;
  vertical-align: middle;
}
@media (min-width: 30em) {
  .model_table th,
  .model_table td {
    padding: .75em .5em;
  }
}
@media (min-width: 48em) {
  .model_table th,
  .model_table td {
    display: table-cell;
    padding: .5em;
  }
}
@media (min-width: 62em) {
  .model_table th,
  .model_table td {
    padding: .75em .5em;
  }
}
@media (min-width: 75em) {
  .model_table th,
  .model_table td {
    padding: .75em;
  }
}
.model_table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 48em) {
  .model_table caption {
    font-size: 1.5em;
  }
}
.model_table tfoot {
  font-size: .8em;
  font-style: italic;
}
@media (min-width: 62em) {
  .model_table tfoot {
    font-size: .9em;
  }
}
@media (min-width: 48em) {
  .model_table tbody {
    display: table-row-group;
  }
}
.model_table tbody tr {
  margin-bottom: 1em;
  border:#e2e2e2 1px dotted;
  border-bottom:#e4c2bf 1px dotted;
}
.model_table tbody tr.lhref:hover {background:#fffbe5;} 
@media (min-width: 48em) {
  .model_table tbody tr {
    display: table-row;
    border-width: 1px;
  }
}
.model_table tbody tr:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .model_table tbody tr:nth-of-type(even) {
    /*background-color: rgba(94, 93, 82, 0.1);*/
  }
}
.model_table tbody th[scope="row"] {
  background-color: #787878;
  color: white;
}
@media (min-width: 48em) {
  .model_table tbody th[scope="row"] {
    background-color: transparent;
    color: #5e5d52;
    text-align: left;
  }
}
.model_table tbody td {
  text-align: right;
}
@media (min-width: 30em) {
  .model_table tbody td {
    /*border-bottom: 1px dotted #787878;暂*/
  }
}
@media (min-width: 48em) {
  .model_table tbody td {
    text-align: center;
  }
}
.model_table tbody td[data-type=currency] {
  text-align: right;
}
.model_table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size: .8em;
  color: rgba(94, 93, 82, 0.75);
}
@media (min-width: 30em) {
  .model_table tbody td[data-title]:before {
    font-size: .9em;
  }
}
@media (min-width: 48em) {
  .model_table tbody td[data-title]:before {
    content: none;
  }
}
