#pop {
    background: #fff;
    width: 260px;
    border: 1px solid #e0e0e0;
    font-size: 12px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index:9999;
}

#popHead {
    line-height: 32px;
    background: #f6f0f3;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    font-size: 12px;
    padding: 0 0 0 10px;
}

#popHead h2 {
    font-size: 14px;
    color: #666;
    line-height: 32px;
    height: 32px;
    margin: 0;
}

#popHead #popClose {
    position: absolute;
    right: 10px;
    top: 1px;
}

#popHead a#popClose:hover {
    color: #f00;
    cursor: pointer;
}

#popContent {
    padding: 5px 10px;
}
#popContent dl {
    margin:0;
}

#popTitle a {
    line-height: 24px;
    font-size: 14px;
    font-family: 'Î¢ÈíÑÅºÚ';
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

    #popTitle a:hover {
        color: #f60;
    }

#popIntro {
    line-height: 160%;
    margin: 5px 0;
    color: #666;
}
#popIntro img {
    width:100%;
}
#popMore {
    text-align: right;
    border-top: 1px dotted #ccc;
    line-height: 24px;
    margin: 8px 0 0 0;
}

#popMore a {
    color: #f60;
}

#popMore a:hover {
    color: #f00;
}
