
/*体验列表*/
.physicexam .tab {
  padding-top: 40px;
  width: 875px;
}
.physicexam .tab li {
  width: 265px;
  height: 30px;
  background-color: #41b0a7;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  float: left;
  margin-bottom: 10px;
  margin-right: 40px;
}
.physicexam .tab li.active {
  background-color: #d1f1ee;
  color: #41b0a7;
}
.physicexam .tab li:nth-child(3n) {
  margin-right: 0;
}
.physicexam .detail-wrap {
  margin-top: 10px;
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
  display: none;
}
.physicexam .detail-wrap.active {
  display: block;
}
.physicexam .detail-wrap .detail-title {
  height: 30px;
  background-color: #41b0a7;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}


.physicexam .detail-wrap .paper {
  border-left: 1px solid #41b0a7;
  text-align: center;
  line-height: 30px;
  padding: 0 3px;
  font-size: 12px;
}

.physicexam .detail-wrap .xl65 {
  border-left: 1px solid #41b0a7;
    border-bottom: 1px solid #41b0a7;
    border-right:1px solid #41b0a7;
  text-align: center;
  line-height: 30px;
  padding: 0 3px;
  font-size: 12px;
}

.physicexam .detail-wrap .header .paper {
  background-color: #d1f1ee;
  color: #41b0a7;
}
 .physicexam .detail-wrap .detail .paper {
  border-bottom: 1px solid #41b0a7;
}

.physicexam .detail-wrap .col {
  border-left: 1px solid #41b0a7;
  text-align: center;
  line-height: 30px;
  padding: 0 5px;
  font-size: 14px;
}
.physicexam .detail-wrap .col11 {
  width: 330px;
}
.physicexam .detail-wrap .col21 {
  width: 200px;
}
.physicexam .detail-wrap .col31 {
  width: 330px;
    border-right: 1px solid #41b0a7;
}
 .physicexam .detail-wrap .col1 {
  width: 160px;
}
.physicexam .detail-wrap .col2 {
  width: 230px;
}
 .physicexam .detail-wrap .col3 {
  width: 245px;
}
 .physicexam .detail-wrap .col4 {
  width: 90px;
}
 .physicexam .detail-wrap .col5 {
  width: 95px;
  border-right: 1px solid #41b0a7
}
 .physicexam .detail-wrap .header .col {
  background-color: #d1f1ee;
  color: #41b0a7;
}
 .physicexam .detail-wrap .detail .col {
  border-bottom: 1px solid #41b0a7;
}

.detail table {
  width: 100%;
}

.header tr {
  height: 100%;
}

