﻿@charset "utf-8"; /* CSS Document */

* {
    padding: 0;
    margin: 0;
}

div, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, img, ol, ul, li, table, th, td, p, span, a {
    border: 0;
}

img, input {
    border: none;
    vertical-align: middle;
}

body {
    font-family: "Source Han Sans CN","Source Han Serif SC";
    ;
    font-size: 12px;
    background-color: #fff;
    color: #333;
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
}

ul, ol {
    list-style-type: none;
}

li {
    list-style: none
}

th, td, input {
    font-size: 12px;
}

h3 {
    font-size: 14px;
}

i, em {
    font-style: normal
}

button {
    border: none;
    cursor: pointer;
    font-size: 12px;
    background-color: transparent;
}

select {
    border-width: 1px;
    _zoom: 1;
    border-style: solid;
    font-size: 12px;
}

.clear {
    clear: both;
    font-size: 1px;
    height: 0;
    visibility: hidden;
    line-height: 0;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
    color: #383838;
}

input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="password"], input[type="date"] {
    -webkit-appearance: none;
    background: none;
    outline: none;
}

textarea {
    -webkit-appearance: none;
    outline: none;
    font-family: "Source Han Sans CN","Source Han Serif SC";
    resize: none;
}

select {
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.textjustify {
    text-align: justify;
}

    .textjustify:after {
        content: '';
        width: 100%;
        display: inline-block;
        overflow: hidden;
        height: 0;
    }

.textcenter {
    text-align: center;
}
