#max_mark_square{
    position: fixed;
    right: 50%;bottom: 10px;
    margin-right: -700px;
    width: 200px;height: 220px;
    border:1px solid #ddd;
    background-color: #fff;
}
#max_mark_square span.close{
    display: block;
    position: absolute;
    top: 1px;right: 0px;
    z-index: 1;
    width: 20px;height: 20px;
    background: url(../images/close.png) no-repeat;
    cursor: pointer;
}
#max_mark_square a.box{
    position: relative;
    z-index: 0;
    display: block;
    width: 200px;height: 200px;
}
#max_mark_square a.box img{
    display: block;
    width: 200px;height: 200px;
}
#max_mark_square a.info{
    display: block;
    padding: 0 10px 0 5px;
    width: 185px;height: 20px;line-height: 20px;
    font-size: 14px;color: #666;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}