
.operate{
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
}
.wb_submit{
    border: 0 none;
    line-height: 40px;
    padding: 0 20px;
}
.layer p{
    width: 100%;
    height: 120px;
    line-height: 120px;
    position: absolute;
    overflow: hidden;
    left: 30px;
    top:30px;
}
.wb_item{
    margin-bottom: 20px;
}
.wb_operate ul{
    height:60px;
    line-height: 60px;
    border-top:1px solid #eee;
    border-bottom: 1px solid #eee;
}
.wb_operate ul li{
    width:50%;
    line-height: 60px;
    float: left;
}
.wb_operate ul li a{
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: block;
}
.wb_operate ul li a span{
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-right: 1px solid #eee;
}

.wb_item .user_img{
    width: 60px;
    padding-right: 20px;
    display: table-cell;
    vertical-align: top;
}
.wb_item .wb_info{
    width: 100%;
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
}

@media screen and (min-width:1061px) {
    .wbImg_list{
        width: 100%;
        max-width: 510px;
        overflow: hidden;
    }
    .wbImg_list ul li{
        width: 150px;
        height: 150px;
        float: left;
        margin: 20px 20px 0 0;
    }
    .wbImg_list ul li img{
        width: 100%;
        height: 100%;
        border:1px solid rgba(0, 0, 0, 0.05);
    }
}
@media screen and (min-width: 751px) and (max-width: 1060px){

    .wbImg_list{
        width: 100%;
        overflow: hidden;
    }
    .wbImg_list ul li{
        max-width: 390px;
        margin:15px 15px 0 0;
        float:left;
    }
    .wbImg_list ul li img{
        width: 115px;
        height: 115px;
        border:1px solid rgba(0, 0, 0, 0.05);
    }
}
@media screen and (max-width:751px) and (min-width:481px){
    .wbImg_list{
        width: 100%;
        max-width: 330px;
        overflow: hidden;
    }
    .wbImg_list ul li{
        width: 100px;
        height: 100px;
        float: left;
        margin: 10px 10px 0 0;
    }
    .wbImg_list ul li img{
        width: 100px;
        height: 100px;
        border:1px solid rgba(0, 0, 0, 0.05);
    }
}
@media screen and (max-width: 480px){
    .wbImg_list{
        width: 100%;
        max-width: 240px;
        overflow: hidden;
    }
    .wbImg_list ul li{
        width: 70px;
        height: 70px;
        float: left;
        margin: 10px 10px 0 0;
    }
    .wbImg_list ul li img{
        width: 70px;
        height: 70px;
        border:1px solid rgba(0, 0, 0, 0.05);
    }
}
