.wifi-tips {
    background: #3c4559;
    width: 100%;
    position: fixed;
    z-index: 1000;
    left: 0;
    bottom: 0;
    color: #fff;
    height: 100px;
    padding: 20px 0 0
}

.wifi-tips .con {
    width: 990px;
    margin: 0 auto
}

.wifi-tips .con .left {
    width: 610px;
    float: left;
    background: url(http://file.caixin.com/file/content/images/pc-wifi-icon.png) no-repeat 0 15px;
    padding-left: 85px;
    min-height: 68px
}

.wifi-tips .con .left dt {
    font-size: 22px;
    line-height: 140%
}

.wifi-tips .con .left dd,.wifi-tips .con .left dd a {
    color: #fcaf16;
    font-size: 18px;
    text-align: right
}

.wifi-tips .con .right {
    width: 185px;
    float: right
}

.wifi-tips .con .right dt {
    text-align: right;
    cursor: pointer
}