html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
body{
     font-family:microsoft yahei,SimHei,SimSun,Arial,Helvetica,verdana,sans-serif;
     font-size: 16px;
     box-sizing: border-box;
}
ul,ol,li{
    list-style: none;
}
input{
    outline: none;
    font-family: "microsoft yahei";
}
textarea{
    font-family: "microsoft yahei";
}
option{
    font-family: "microsoft yahei";
}
.carry-fl{
    float: left;
}
.carry-fr{
    float: right;
}
.carry-cf:after{
    content: "";
    display: block;
    clear: both;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
a{
    margin:0;
    padding:0;
    border:0;
    background:transparent;
    text-decoration: none;
}
a:hover{
    cursor: pointer;
}
.input-readonly{
    background: #f8f8f8;
    border: 0!important;
    box-shadow:none!important;
}
:focus{
    outline: none;
}
.hidden{
    display: none!important;
}
.show{
    display: block!important;
}
h1, h2, h3, h4, h5, h6{
    font-weight: normal;
}
.carry_ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.scroll-hidden{
    overflow-y: hidden!important;
}
@media screen and (max-width: 768px){
  .ant-drawer-wrapper-body {
    height: 100%;
    overflow-y: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
}
