@charset "utf-8";

.fl_open {
    position: fixed;
    width: 84px;
    height: 50px;
    z-index: 999;
    left: 0;
    /*left: -84px;*/
    bottom: 20px;
    background: url(../img/fl_open.png) no-repeat 0 0;
}
.fl_pop{
    position: fixed;
    background: #193654;
    opacity: 0.8;
    z-index: 9999;
    left: -4000px;
    /*left: 0;*/
    bottom: 0;
    width: 100%;
    height: 80px;
    color: #FFFFFF;
}
.fl_pop_left{ margin: 0 auto; width: 1190px; position: relative; padding-top: 15px; }
.fl_pop_left>p{ line-height:28px;margin-left:180px;}
.fl_pop_left .fl_pop_p1{ font-size: 18px; font-weight: bold;background: url(../img/warning.png) no-repeat 5px; padding-left: 35px;}
.fl_pop .fl_wrap_close {
    position: absolute;
    top: 10px;
    right:100px;
    font-size:28px;
    line-height: 1.2;
    font-family: Simsun;
    color: #9aa1a8;
    outline: 0 none;
}