@charset "utf-8";

/* 基本元素重置 */
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
a {
    margin: 0;
    padding: 0;
    outline: none;
}

html,
body {
    min-height: 100%
}

body,
input,
textarea,
select,
button,
table {
    font-size: 14px
        /*;line-height:1.25em*/
}

body {
    font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
    color: #333;
    -webkit-text-size-adjust: none;
    background: #F3F3F3;
}

img,
fieldset {
    border: 0;
}

ul,
ol {
    list-style: none;
}

em,
address {
    font-style: normal;
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
}

/*a:active{border:none!important}  */
table {
    border-collapse: collapse;
}

ul li,
a,
dd,
p,
span,
i,
div {
    /*cursor: pointer;*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
    font-style: normal;
    font-weight: 400;
    outline: none;
}

img {
    border: none;
    vertical-align: middle;
    /*max-width: 100%*/
}

u {
    text-decoration: none
}



p,
li,
dl,
dt,
dd,
div,
i {
    /*cursor: pointer;*/
}


@font-face {
    font-family: 'icons';
    /* project id 526368 */
    src: url('../font/font_827480_2x8g1pc5hk5.eot');
    src: url('../font/font_827480_2x8g1pc5hk5.eot?#iefix') format('embedded-opentype'),
        url('../font/font_827480_2x8g1pc5hk5.woff') format('woff'),
        url('../font/font_827480_2x8g1pc5hk5.ttf') format('truetype'),
        url('../font/font_827480_2x8g1pc5hk5.svg#iconfont') format('svg');
}

i.icons {
    font-family: "icons" !important;
    font-size: 20px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    /*-webkit-text-stroke-width: 0.2px;*/
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 5px
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="checkbox"], textarea, label {
-webkit-appearance:none;
appearance:none;
outline:none;
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-appearance: none;
}
