﻿/*右则相对固定漂浮层*/
#fixedbox {
    width: 190px;
    height: 468px;
    position: fixed;
    _position: absolute;
    top: 150px;
    right: 0px;
    overflow: auto;
    zoom: -1;
}

#fixedboxLeft {
    float: left;
    width: 30px;
    height: 84px;
    background-image: url('/images/wx/gzwxgzhleft.png');
    margin-top: 40px;
}

#fixedboxRight {
    float: left;
    width: 160px;
    height: 160px;
    background-image: url('/images/wx/hdyxwx.jpg');
}
