/***按钮：win
**/

.fiw{
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    height: 27px;
    background-color: #e8e8e8;
    z-index: 9;
}

.fiw:before {
    content: '评论系统';
    text-shadow: 1px 1px 1px #fff;
    color: #565656;
    font-size: 13px;
    line-height: 25px;
    margin-left: 35px;
}
.fiw:after {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #b7a369;
    position: absolute;
    left: 13px;
    top: 8px;
    z-index: 9;
    border-radius: 100%;
}
.iopw {
    position: absolute;
    z-index: 99999;
    font-size: 19px;
    color: #ffffff;
    box-sizing: border-box;
    overflow: hidden;
    font-weight: normal;
    text-shadow: 0px 0px 1px #9b9b9b;
    float: left;
    transition: 300ms;
    width: auto;
    padding: 3px;
    height: auto;
    border-radius: 1px;
    right: 0;
    top: 0;
    text-indent: 1px;
    background-color: #746767;
}
.iopww {
    margin: 0px 0px 0px 10px !important;
}
.iopw:hover {
    background-color: #ff5252;
    color: #ffffff;
}



