/* ================================================
   common.css
   合并自 base.css + iconfont.css
   所有页面共用
   ================================================ */


/* ------------------------------------------------
   Reset：清除默认样式
   ------------------------------------------------ */
body,
h1, h2, h3, h4, h5, h6,
p, ul, ol, li, dl, dt, dd, input {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

body {
    font: 16px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei",
        "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    color: #333;
}

ul, ol {
    list-style: none;
}

em, i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #333;
}

img {
    vertical-align: middle;
}

input {
    border: none;
    outline: none;
    color: #333;
}

button {
    cursor: pointer;
}


/* ------------------------------------------------
   工具类
   ------------------------------------------------ */
.fl { float: left; }
.fr { float: right; }

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}
.clearfix::after {
    clear: both;
}

.text-detail {
    color: #b184f1;
}


/* ------------------------------------------------
   Iconfont 字体定义
   ------------------------------------------------ */
@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.ttf') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-ziyuan1:before  { content: "\e601"; }
.icon-biaoqian:before { content: "\e602"; }
.icon-dingwei:before  { content: "\e603"; }
.icon-bianji:before   { content: "\e604"; }
.icon-caidan:before   { content: "\e605"; }
.icon-jiahao:before   { content: "\e606"; }
.icon-guanbi:before   { content: "\e607"; }
.icon-gongwenbao:before { content: "\e608"; }
.icon-houtui:before   { content: "\e609"; }
.icon-geren:before    { content: "\e60a"; }
.icon-diannao:before  { content: "\e60b"; }
.icon-gouwudai:before { content: "\e60c"; }
.icon-laji:before     { content: "\e60d"; }
.icon-queren:before   { content: "\e60e"; }
.icon-qianjin:before  { content: "\e60f"; }
.icon-jiangbei:before { content: "\e610"; }
.icon-liwu:before     { content: "\e611"; }
.icon-kapian:before   { content: "\e612"; }
.icon-neicun:before   { content: "\e613"; }
.icon-ren:before      { content: "\e614"; }
.icon-saoma:before    { content: "\e615"; }
.icon-paizhao:before  { content: "\e616"; }
.icon-shangyige:before { content: "\e617"; }
.icon-rili2:before    { content: "\e618"; }
.icon-shangchuan_1:before  { content: "\e619"; }
.icon-shangchuanwenben:before { content: "\e61a"; }
.icon-shangchuan:before    { content: "\e61b"; }
.icon-shipin:before   { content: "\e61c"; }
.icon-shijian:before  { content: "\e61d"; }
.icon-shezhi:before   { content: "\e61e"; }
.icon-rili:before     { content: "\e61f"; }
.icon-shuju:before    { content: "\e620"; }
.icon-tianjiahaoyou:before { content: "\e621"; }
.icon-suo:before      { content: "\e622"; }
.icon-fangzi:before   { content: "\e623"; }
.icon-shoucang:before { content: "\e624"; }
.icon-wenjian:before  { content: "\e625"; }
.icon-sousuo:before   { content: "\e626"; }
.icon-shuji:before    { content: "\e627"; }
.icon-xihuan:before   { content: "\e628"; }
.icon-weixian:before  { content: "\e629"; }
.icon-tongzhi:before  { content: "\e62a"; }
.icon-shuben:before   { content: "\e62b"; }
.icon-yuyin:before    { content: "\e62c"; }
.icon-icon-xiaolian:before { content: "\e62d"; }
.icon-xiaoxi:before   { content: "\e62e"; }
.icon-zhinan:before   { content: "\e62f"; }
.icon-youjian:before  { content: "\e630"; }
.icon-gonggao:before  { content: "\e631"; }
.icon-xiayige:before  { content: "\e632"; }
