﻿@charset "utf-8";

/* CSS Document */

html {
    min-height: 100%;
}

body {
    height: 100%;
}

body {
    font-size: 12px;
    font-family: 'Microsoft Yahei';
    color: #231815;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul,
dl,
dd,
dt,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
img,
td,
div,
input {
    margin: 0;
    padding: 0;
    outline: none;
}

img {
    border: 0;
}

ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline-style: none;
    text-decoration: none;
    border: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.cleargap {
    font-size: 0;
    letter-spacing: -8px;
    text-align: left;
}

.ibox {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 12px;
    letter-spacing: normal;
}

.img-responsive {
    max-width: 100%;
    width: auto\9;
    height: auto;
    -ms-interpolation-mode: bicubic;
    _width: auto;
}

.pta {
    position: absolute;
}

label {
    font-family: 'Microsoft Yahei';
}