/* poptip */
.poptip {
    position: fixed;
    bottom: 340px;
    left: 80px;
    text-align: center;
    width: 200px;
    padding: 6px 10px 5px;
    *padding: 7px 10px 4px;
    line-height: 60px;
    color: #DB7C22;
    font-size: 30px;
    background-color: #FFFCEF;
    border: solid 1px #FFBB76;
    border-radius: 2px;
    box-shadow: 0 0 3px #ddd;
}

.poptip-arrow {
    position: absolute;
    overflow: hidden;
    font-style: normal;
    font-family: simsun;
    font-size: 12px;
    text-shadow: 0 0 2px #ccc;
}

.poptip-arrow em, .poptip-arrow i {
    position: absolute;
    left: 0;
    top: 0;
    font-style: normal;
}

.poptip-arrow em {
    color: #FFBB76;
}

.poptip-arrow i {
    color: #FFFCEF;
    text-shadow: none;
}

.poptip-arrow-top, .poptip-arrow-bottom {
    height: 6px;
    width: 12px;
    left: 12px;
    margin-left: -6px;
}

.poptip-arrow-left, .poptip-arrow-right {
    height: 12px;
    width: 6px;
    top: 12px;
    margin-top: -6px;
}

.poptip-arrow-top em {
    top: -1px;
}

.poptip-arrow-top i {
    top: 0px;
}

.poptip-arrow-bottom em {
    top: -8px;
}

.poptip-arrow-bottom i {
    top: -9px;
}

.poptip-arrow-left em {
    left: 1px;
}

.poptip-arrow-left i {
    left: 2px;
}

.poptip-arrow-right em {
    left: -6px;
}

.poptip-arrow-right i {
    left: -7px;
}

#notice {
    width: 240px;
    border: 1px solid #1a77f7;
    box-shadow: 0px 0px 5px #757575;
    background: #fff;
    color: #666;
    border-radius: 3px;
    z-index: 10000;
}

.notice_content {
    padding: 0px;
    text-align: center;
    font-size: 14px;
}

.notice_content p {
    margin: 5px 0;
    padding: 10px;
    line-height: 22px;

}

.notice_content p a {
    color: #0182cb;
    word-wrap: break-word;
}

.notice_content p a:hover {
    color: red;
}

.notice_content p:first-child {
    text-align: center;
    margin: 0 0 5px 0;
    background-color: #1a77f7;
    color: #fff;
    font-size: 16px;
}

.notice_content p:last-child {
}

.notice_content p:first-child a {
    color: white;
    float: right;
}
