@charset "utf-8";
/**
 * 基本样式
 * @author rollin(huangxiaorong@021.com)
 */
* {
    margin: 0;
    padding: 0
}

img {
    border: 0
}

:focus {
    outline: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
    font-family: Arial, "微软雅黑";
}

input, button, textarea, select {
    *font-size: 100%;
    border: 0;
    font-family: Arial, "微软雅黑";
}

body {
    font: 12px/2em Microsoft YaHei, SimSun, Arial;
    word-break: break-all;
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clr:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clr {
    height: 1%;
    zoom: 1;
}

.fl {
    float: left
}

.fr {
    float: right
}

.no {
    display: none
}

button.hidefocus::-moz-focus-inner {
    border: 0
}

:focus {
    outline: 0;
    -moz-outline: 0
}

a:focus {
    outline: none;
}

input, textarea {
    outline: 0
}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    cursor: pointer;
}

li {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
}

a, a:hover {
    text-decoration: none;
}

.pr {
    position: relative
}

.pa {
    position: absolute
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.db {
    display: block;
}

.ov {
    overflow: hidden;
}

/*********公共部分end **********************/