﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    border: 0;
}

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    text-align: left;
    font-style: normal;
}

input {
    -webkit-appearance: none; /*去除input默认样式*/
}

    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    input {
        -webkit-appearance: none;
    }


:focus {
    outline: 0;
}

body {
    line-height: 1.4;
    font-size: 14px;
    color: #444;
    -webkit-text-size-adjust: none;
    font-family: Arial,SimSun,Helvetica,sans-serif;
    min-width: 320px;
    max-width: 1024px;
    min-height: 100%;
    margin: 0 auto;
    background: #fff;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

strong, b, em, i, address, cite {
    font-style: normal;
}

a:link, a:visited {
    color: #666;
    text-decoration: none;
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
}

a:hover {
    color: #666;
    text-decoration: none;
}
