﻿@charset "utf-8";
/* 本css文件用于当前网站自定义样色 */
/* 字体图标 */
@font-face {
    font-family: "iconfont";
    src: url("../../Base/fonts/iconfont.eot?t=1466761399"); /* IE9*/
    src: url("../../Base/fonts/iconfont.eot?t=1466761399#iefix") format("embedded-opentype"), url("../../Base/fonts/iconfont.woff?t=1466761399") format("woff"), url("../../Base/fonts/iconfont.ttf?t=1466761399") format("truetype"), url("../../Base/fonts/iconfont.svg?t=1466761399#iconfont") format("svg"); /* iOS 4.1- */
}

.header .logo a {
    line-height: 450px;
    background: url(/content/Main/2019/images/logo.png) left center no-repeat;
    overflow: hidden;
    background-size: auto 100%;
    height: 45px;
    display: block;
}
#header .userLogged dt a .notAvatar i,.header .userLogged dt a .notAvatar i {
    font-size: 26px;
}
.fa {
    line-height: inherit;
}
/*提示*/
.prompt a{color:#0068B7}

/* fixedNav */
.fixedNav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 22px;
    overflow: hidden;
    background: #0068B7;
}
.fixedNav li {
    float: left;
    width: 20%;
    text-align: center;
    color: #fff;
}
.fixedNav a {
    display: block;
    color: #fff !important;
    height: 55px;
    font-size: 12px;
}
.fixedNav a:before {
    font-family: "iconfont";
    content: "\e620";
    display: block;
    font-size: 20px;
    height: 30px;
    line-height: 40px;
}
.fixedNav .li2 a:before {
    content: "\e60a"
}
.fixedNav .li3 a:before {
    content: "\e60e"
}
.fixedNav .li4 a:before {
    content: "\e60b"
}
.fixedNav .li5 a:before {
    content: "\e622"
}
