.physicexam{
width:1200px;
margin:50px auto;
}
.physicexam .detail-wrap .detail-title {
    height: 60px;
    background-color: #4b9a7b;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 60px;
}
.physicexam .detail-wrap .paper {
  border-left: 1px solid #f0f0f0;
  text-align: center;
  line-height: 30px;
  padding: 10px 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 .detail tr:nth-child(2n+1){
    background: #fafafa;
}
.physicexam .detail-wrap .header .paper {
  background-color: #d1f1ee;
  color: #41b0a7;
}
.physicexam .detail-wrap .detail .paper {
  border-bottom: 1px solid #f0f0f0;
}

.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;
}
/*移动端*/
@media screen and (max-width: 768px){
.physicexam {
    width: calc(100% - 0.48rem);
    margin: 0.5rem auto;
}
.physicexam .detail-wrap .detail-title {
    height: 1rem;
    background-color: #4b9a7b;
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
    line-height: 1rem;
}
.physicexam .detail-wrap .paper {
    border-left: 1px solid #f0f0f0;
    text-align: center;
    line-height: 1.5;
    padding: 0.2rem 0.1rem;
    font-size: 0.2rem!important;
}
.physicexam .detail-wrap .paper strong{
  font-size: 0.2rem!important;
}



}

