body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td , a, div{ margin:0; padding:0; box-sizing: border-box;}
body, button, input, select, textarea { font:16px/1.5 Microsoft YaHei, arial, \5b8b\4f53; }
h1, h2, h3, h4, h5, h6 { font-size:100%; }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:courier new, courier, monospace; }
small { font-size:12px; }
ul, ol { list-style:none; }
a { text-decoration:none !important; }
a:hover { text-decoration:underline; }
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; border: none; outline: none;}
table { border-collapse:collapse; border-spacing:0; }
.clear{ content: ""; clear: both; }
.fl{  float: left; display: inline;}
.fr{  float: right; display: inline}
a{      display:inline-block;
    *display:inline;
    *zoom:1;
}
html, body{
    min-height: 100%;
}
a, div{
    color: #494949;
}
.show{
    overflow: hidden;
}
.show img{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.show:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#section .list-page table{
margin: auto;
}
#section .list-page table td{font-size: 14px;}
#section .list-page table td a{height: 20px; vertical-align: top;}
#section .list-page .defaultInputStyle{border: 1px solid #afd5f5;width: 42px;}
