/*详细介绍*/
 .zoom p,.zoom div,.zoom p strong{
     line-height: 180%;
     font-size: 0.25rem;
     padding-bottom:0.3125rem;
}
 .zoom p a{
     font-size: 0.25rem;
}
 .zoom img{
     max-width: 100%;
}
 .zoom table, .zoom th, .zoom tr, .zoom td {
     border:1px solid #89aed4;
     padding: 0.125rem;
     font-size: 0.25rem;
     line-height: 0.375rem;
}
 .zoom table{
     width: 100%;
}
@media only screen and (min-width: 100px) and (max-width: 768px) {
.zoom table, .zoom th, .zoom tr, .zoom td{    font-size: 16px;line-height: 30px;}
}