#head_support{
    width: 280px;
    height: 90px;
    float: left;
    background: url('bg_support.png');
    position: relative;
}
#content_support{
    float: left;
    width: 254.6px;
    padding: 10px;
    height: 570px;
    background: white;
    border-right: solid 3.9px #0096FF;
    display: none;
}
#open_supoort{
    width: 100%;
    height: 100%;
    position: absolute;
    background: none ;
    cursor: pointer;
}
#wr_support{
    width: 280px;
    height:auto;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 50;
}
#row_content_support{
        width: 100%;
        height: auto;
        float: left;
        border-bottom: dashed 1px #0080C0;
        min-height: 80px;
        margin-bottom: 7px;
        padding-bottom: 7px;
}
#img_support{
        width: 70px;
        height: 70px;
        float: left;
        border: solid 2px silver;
        border-radius:70px;
}
#wr_info_support{
        width: 175px;
        float: left;
        background: white;
        margin-left: 5px;
        font-size: 12px;
}