.fixed {
    display: block;
	position:absolute;
    z-index: 9999;
    right: 0;
    bottom: 0;
    background: #fff;
}
.fiexd-top {
    padding: 10px 0;
    text-align: right;
    font-size: 0;
    border-bottom: 1px solid #999;
}
.fiexd-top .open {
    padding: 0 5px 0 20px;
    background: url(../img/open.png) no-repeat 5px center;
    border: 1px solid #000;
}
.fiexd-top span {
    display: inline-block;
    margin: 0 6px;
    font: 400 12px/20px 'Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜';
    cursor: pointer;
}
.fiexd-top .close {
    padding: 0 5px 0 20px;
    background: url(../img/close.png) no-repeat 5px center;
    border: 1px solid #000;}