.drug{
  padding-top: 60px;
  padding-bottom: 60px;
}
.drug table{
  width: 100%;
  border: 1px solid #0284F2;
  text-align: center;
  font-size: 18px;
  line-height: 60px;
}
.drug table tr:nth-of-type(odd) {
  background: #eee;
}
.drug table tr:first-child{
  background: #0284f2;
  color: #fff;
}
.drug table th{
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  font-family: "Noto Sans S Chinese Regular";
}
.drug table td:hover{
  color: #0284F2;
}
.drug table td + td {
  border-left: 1px solid #0284F2;
}
@media only screen and (max-width: 1679px) {
  .drug{
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .drug table{
    font-size: 16px;
    line-height: 54px;
  }
  .drug table th{
    font-size: 20px;
  }
}
@media only screen and (max-width: 1365px) {
  .drug{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .drug table{
    font-size: 14px;
    line-height: 48px;
  }
  .drug table th{
    font-size: 18px;
  }
}
@media only screen and (max-width: 1079px) {
  .drug{
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .drug table{
    line-height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .drug{
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .drug table{
    font-size: 12px;
    line-height: 20px;
  }
  .drug table th{
    font-size: 16px;
    line-height: 30px;
  }
  .drug table td{
    padding: 6px;
  }
}
@media only screen and (max-width: 479px) {
   .drug{
    padding-top: 5%;
    padding-bottom: 5%;
  }
}