@charset "utf-8";
/*
    *create by chengkun 19/9/2015.
    *version 1.0.
    *Reset the browser default style.
*/
/* 设置盒模型样式 */
article, aside, blockquote, body, button, code, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, input, legend, li, menu, nav, ol, p, pre, section, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
/* 清除列表默认样式 */
ul, ol, li {
    list-style: none;
}
em, i {
    font-style: normal;
}
html, body {
    font-family: 'Hiragino Sans GB','Microsoft YaHei','黑体',sans-serif;
    font-size: 14px;
    color: #383838;
    background: #fff;
    margin: 0 auto;
}
body, input, textarea, select, button {
    -webkit-appearance: none;
    border-radius: 0;
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
}
a, button, input, p, label, div {
    -webkit-tap-highlight-color: rgba(255,0,0,0);
}
img {
    border: 0;
    vertical-align: top;
}
input, textarea {
    border: none;
}
input:focus, textarea:focus {
    outline: none;
}
textarea {
    resize: none;
}
button {
    border: none;
    background: none;
}

/* 清除浮动 */
.clearfix:after,.clearfix:before{
    content:"";
    display:table;
}
.clearfix:after{
    clear:both;
    overflow:hidden;
}
.clearfix{
    zoom:1;
}
/*浮动*/
.fl {
    float: left;
}

.fr {
    float: right;
}


.disabled {
    background: #ccc;
    color: #fff;
}
