﻿@charset "UTF-8";
HTML, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset {
    border: none;
    font-family: "思源黑体";
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    text-decoration:none;
    list-style: none;
    outline: none;
    font-weight: normal;
}

html, body {
    height: 100%;
    width: 100%;
    min-width: 1200px;
}

address, caption, cite, code, dfn, em,  th, var {
    font-style: normal;
    font-weight: normal;
}

a {
    cursor: pointer;
    text-decoration: none;
}
i{
    font-style: normal;
}

a:link {
    color: #333333;
}

a:visited {
    color: #333333;
}

a:hover {
    color: #333333;
}

a:active {
    color: #333333;
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

input {
    -webkit-appearance: none;
    margin: 0;
    outline: none;
    padding: 0;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input::-ms-input-placeholder {
    color: #ccc;
}

input::-moz-placeholder {
    color: #ccc;
}

input[type=submit], input[type=button] {
    cursor: pointer;
}

button[disabled], input[disabled] {
    cursor: default;
}

img {
    border: none;
    vertical-align: middle;
}

ul, ol, li {
    list-style-type: none;
}

.cursor {
    cursor: pointer;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: block;
    clear: both;
}