﻿@charset "utf-8";
/*---- public.css begin----*/
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
input,
textarea,
pre {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: Microsoft YaHei, 'PingFang SC', arial, helvetica, sans-serif;
}
li {
    list-style-type: none;
}
img {
    border-style: none;
}
table {
    border-collapse: collapse;
}
label,
button {
    cursor: pointer;
}
select,
input,
textarea {
    outline: none;
    font-size: 12px;
}
body {
    font-size: 14px;
}
/*伪类定义*/
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #c00;
    text-decoration: none;
}
a:active {
    outline: none;
}
/*清除链接虚框*/
a,
area {
    blr: expression(this.onFocus=this.blur());
    outline-style: none;
}
/* for IE */
:focus {
    -moz-outline-style: none;
}
/*for Firefox   */
/*清除浮动定义*/
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}
.clearfix {
    display: inline-block;
}
.clearbox {
    visibility: hidden;
    clear: both;
    margin-top: -1px !important;
    margin-top: 0;
    height: 0;
    border-top: 1px solid transparent !important;
    border-top: 0;
    background: none;
    font-size: 0;
}
/*clearbox：清除浮动，撑开边框*/
* html .clearfix {
    height: 1%;
}
* + html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
.fix {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
}
.clear {
    float: none;
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 0;
    min-height: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}
.clear10 {
    float: none;
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 0;
    min-height: 0;
    height: 10px;
    font-size: 0;
    line-height: 0;
}
.clear15 {
    float: none;
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 0;
    min-height: 0;
    height: 15px;
    font-size: 0;
    line-height: 0;
}
.clear25 {
    float: none;
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 0;
    min-height: 0;
    height: 25px;
    font-size: 0;
    line-height: 0;
}
/*浮动*/
.fl {
    float: left;
}
.fr {
    float: right;
}
.center {
    margin: 0 auto;
}