body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, table, figure, img, a {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
}

q:before, q:after {
    content: '';
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

strong {
    font-weight: bold;
}

input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

fieldset, img, abbr, acronym, a img {
    border: 0px none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

body, input, textarea {
    font-family: "Microsoft YaHei", Arial;
}

body {
    background: #fff;
    font-size: 16px;
    color: #000;
    line-height: 1.428;
}

a {
    text-decoration: none;
    color: #595757;
}

ol, ul, li, figure {
    list-style: none;
}

input:focus {
    outline: none;
}

input[type=text],input[type=number]{
    border: none;
    outline: none;
}

input[type=date], input[type=datetime], input[type=datetime-local], select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*select 下拉箭头*/
select::-ms-expand {
    display: none;
}

/*input number 上下箭头*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

a, .btn, .touch {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    overflow: visible;
}

a:active, .touch:active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/*input placeholder样式*/
input::-webkit-input-placeholder {
    color: #cccccc;
}

input::-moz-placeholder {
    color: #cccccc;
}

input:-ms-input-placeholder {
    color: #cccccc;
}

input:-moz-placeholder {
    color: #cccccc;
}

img {
    display: block;
}

img.banner {
    width: 100%;
}

.clear:after {
    content: ' ';
    display: block;
    clear: both;
}

.ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*smartScroll.css*/
.noscroll,
.noscroll body {
    overflow: hidden;
}
.noscroll body {
    position: relative;
}
.scrollable{
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
