.fl_open_wrap{
    bottom: 55px;
    display: none;
    height: 150px;
    left: 0;
    overflow: hidden;
    position: fixed;
    width: 120px;
    z-index: 10090;
    cursor: pointer;
}
.fl_pop_wrap {
    bottom: 0;
    display: none;
    height: 300px;
    left: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 10089;
}
.fl_pop_wrap .fl_pop_wrap_cntr {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.fl_pop_wrap .fl_pop_wrap_cntr_bg {
    background: #E13E3F;
    height: 100%;
    left: 0;
    /*opacity: 0.9;*/
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -200;
}
.fl_pop_wrap .fl_pop_box {
    color: #333;
    font-size: 12px;
    height: 300px;
    margin: auto;
    position: relative;
    width: 1000px;
}
.fl_pop_wrap .fl_wrap_close {
    color: #9aa1a8;
    font-family: Simsun;
    font-size: 38px;
    line-height: 1.2;
    outline: 0 none;
    position: absolute;
    right: -20px;
    top: 118px;
    width: 40px;
    height: 40px;
    display: block;
}

#logo_2 .mycart .TotalItemCount {

    position: absolute;
    top: -4px;
    left: 104px;
    display: inline-block;
    padding: 1px 2px;
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background: #DD2727;
    border-radius: 7px 7px 7px 0;
    min-width: 12px;
    text-align: center;

}