.xxgk-one-info-photo,
.xxgk-one-info-content {
    float: left;
    margin-left: 20px;
    background-color: #fff;
}

.alertwindow {
    z-index: 999;
    border: 1px solid #086db9;
    width: 258px;
    height: 168px;
    overflow-y: auto;
    background: #fff;
    float: right;
    position: fixed !important;
    bottom: 0px !important;
    bottom: auto;
    _position: absolute;
    _top: expression(document.documentelement.scrolltop   document.documentelement.clientheight-this.offsetheight);
    right: 0px;
}

.alertwindow h3 {
    height: 24px;
    line-height: 24px;
    color: #207abe;
    font-size: 14px;
    text-align: left;
    text-indent: 10px;
    border-bottom: 2px solid #086db9;
    background: #eeeeee;
    margin: 0px;
    padding: 0px;
}

.alertwindow h3 span {
    float: right;
    width: 47px;
    height: 26px;
    background:  no-repeat;
    display: inline;
    margin-right: 11px;
    cursor: pointer;
}

.alertwindow p {
    line-height: 26px;
    color: #505050;
    text-align: left;
    font-size: 12px;
    margin: 0;
    padding: 0 8px;
    text-align: right;
}

.alertwindow p a {
    font-size: 12px;
    line-height: 20px;
    color: #505050;
    text-decoration: none;
}

.alertwindow .alertlinkbtn {
    position: absolute;
    right: 15px;
    bottom: 18px;
    width: 57px;
    height: 20px;
    background:  no-repeat;
    display: block;
}