@font-face {
    font-family: iconfont;
    src: url(../fonts/iconfont.eot);
    src: url(../fonts/iconfont.eot) format('embedded-opentype'), url(../fonts/4bf72016b49f439088918d4ec7889b93.woff) format('woff'), url(../fonts/iconfont.ttf) format('truetype'), url(../fonts/iconfont.svg) format('svg')
}

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

.icon-telephone:before {
    content: "\e646"
}

.icon-new:before {
    content: "\e628"
}

.icon-xiangshang:before {
    content: "\e66b"
}

.icon-fuxuansel:before {
    content: "\e64d"
}

.icon-xiazai5:before {
    content: "\e605"
}

.icon-youjian:before {
    content: "\e623"
}

.icon-xiangxia:before {
    content: "\e6b2"
}

.icon-unchoice:before {
    content: "\e639"
}

.icon-anquanbaozhang1:before {
    content: "\e61c"
}

.icon-yonghu:before {
    content: "\e645"
}

.icon-weixin:before {
    content: "\e62c"
}

.icon-pingguo:before {
    content: "\e610"
}

.icon-cuowutishi:before {
    content: "\e743"
}

.icon-anzhuo:before {
    content: "\e63d"
}

.icon-help:before {
    content: "\e688"
}

.icon-server:before {
    content: "\e69e"
}

.icon-staff:before {
    content: "\e6a5"
}

.icon-window:before {
    content: "\e6c0"
}

.icon-info-read:before {
    content: "\e6cc"
}

.icon-panel:before {
    content: "\e6d0"
}

.icon-account-asset:before {
    content: "\e71b"
}

.icon-set-alarm:before {
    content: "\e728"
}

.icon-batch-add:before {
    content: "\e738"
}

.icon-batch-import:before {
    content: "\e73b"
}

.icon-shopping-cart:before {
    content: "\e785"
}

.icon-money:before {
    content: "\e78b"
}

.icon-blackboard:before {
    content: "\e78e"
}

.icon-mima:before {
    content: "\e652"
}

.icon-icon--:before {
    content: "\e650"
}

.icon-queren:before {
    content: "\e604"
}

.icon-you:before {
    content: "\e600"
}

.icon-zuo:before {
    content: "\e601"
}

.icon-protocol-audit:before {
    content: "\e7c8"
}

.icon-dui:before {
    content: "\e624"
}

.icon-guanbi:before {
    content: "\e625"
}

.icon-qq:before {
    content: "\f216"
}

.icon-script-language:before {
    content: "\e7e3"
}

.icon-quxiaojingyin:before {
    content: "\e7f0"
}

a {
    text-decoration: none
}

.htop {
    position: fixed;
    top: 50%;
    right: 20px;
    width: 40px;
    z-index: 999
}

.htop ul {
    overflow: visible;
    list-style: none
}

.htop li {
    margin-bottom: 5px;
    height: 40px
}

.htop li a {
    display: block;
    padding: 10px;
    line-height: 1;

    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    font-size: 18px;
    color: #ff343e;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    white-space: nowrap;
    float: right
}

.qr-img {
    display: none;
    position: absolute;
    top: -12px;
    left: -150px;
    padding-top: 20px;
    width: 129px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(172, 194, 216, .3);
    -webkit-box-shadow: 0 0 10px 0 rgba(172, 194, 216, .3);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 0;
    color: #244362;
    text-align: center
}

.qr-img:before {
    content: '';
    position: absolute;
    top: 20px;
    right: -24px;
    border: 12px solid transparent;
    border-left-color: #fff
}

.qr-img img {
    display: block;
    margin: 0 auto
}

.qr-img p {
    font-size: 14px;
    line-height: 2.2
}

.htop li span {
    display: inline-block;
    width: 0;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    vertical-align: -3px
}

.htop i {
    font-size: 20px;
    color: #fff
}

.htop li:hover a {
    opacity: .8;
    filter: alpha(opacity=80)
}

.htop .htop-open:hover a {
    border-radius: 22px
}

.htop .htop-open:hover a span {
    margin-left: 12px;
    width: 120px
}

.htop .htop-open:nth-child(3):hover span {
    width: 150px
}

.go-top {
    display: none
}