.operation__bar--pbslayout .filter__items li span {
    display: inline-block;
    transform: rotate(180deg);
}
.operation__bar--pbslayout .filter__items li span.rotate {
    display: inline-block;
    transform: rotate(0deg);
}
.com__show--head--pbslayout li:first-child{
    width: 100%;
    cursor: pointer;
}
.list__filteritems--pbslayout .item--data{
    width: auto;
}
.list__filteritems--pbslayout .items .title,.list__filteritems--pbslayout .def--data{
    flex-shrink: 0;
}
.list__filteritems--pbslayout .items .title {
    padding: 0px;
    /*height: 60px;*/
    /*line-height: 60px;*/
}
 .list__filteritems--pbslayout .item--data li {
    padding: 0px 15px;
    /*height: 60px;*/
    /*line-height: 60px;*/
}
.resultlist__paget--list--pbslayout .item{
    border: none;
    padding:25px 0px 0px 0px
}
.needlist_top{
    justify-content: space-between;
}
.needlist_top .need_img{
    width: 40px;
    height: 40px;
    margin-right: 12px;
    border-radius: 50%;
    overflow: hidden;
}
.needlist_top .need_img img{
    width: 100%;
    height: 100%;
}
.needmsg_box{
    align-items: center;
    width: 90%;
    flex: 1;
}
.needmsg_box>span{
    font-size: 14px;
    color: #333;
    margin-right: 20px;
    display: block;
    max-width: 25%;
}
.needmsg_box>span i{
    color: #999;
    margin-right: 4px;
    font-size: 16px;
}
.needmsg_box>span.hui_color{
    color: #666;
}
.needmsg_box>span.blue_color{
    color: #0038F1;
}
.needmsg_hot{
    align-items: center;
    color: #FF383A;
    font-weight: bold;
}
.needmsg_hot span{
    margin-right: 2px;
    font-size: 16px;
}
.need_intro{
    position:relative;
    background-color:#F6F6F6;
    padding: 14px 20px;
    border-radius: 4px;
    margin-left: 38px;
    word-break: break-word;
    word-break: break-all;
}
.need_intro:before{
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: -18px;
    border-style: dashed dashed solid;
    font-size: 0;
    line-height: 0;
    border-color: #F6F6F6 #F6F6F6 transparent transparent;
    border-width: 9px 9px;
}

/*发布需求弹框*/
.dialogFormVisible .el-dialog__footer{
    text-align: center;
}
.dialogFormVisible .el-form-item{
    margin-top: 10px;
    margin-bottom: 0px;
}
.dialogFormVisible .el-dialog__header {
    padding: 10px 10px 10px;
}
.dialogFormVisible .el-dialog__footer {
    padding: 0px 20px 20px;
}
.dialogFormVisible .el-dialog__body{
    padding: 0px 20px 0px;
}
.dialogFormVisible .el-dialog__footer .el-button{
    width: 120px;
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
    color: #333;
    font-size: 15px;
}
.dialogFormVisible .el-dialog__footer .el-button.el-button--primary {
    color: #FFF;
    background: #FF383A;
    border-color: #FF383A;
}
.dialogFormVisible .el-form-item__label{
    padding-right: 5px;
    color: #666;
}
.dialogFormVisible .el-input--suffix .el-input__inner {
    border: 1px solid #EBEBEB;
    padding-left: 10px;
}
.needuser_formbox{
    display: flex;
}
.needuserlist_option{
    width: 200px;
}
.needuserchoose{
color: #999999;
    font-size: 14px;
    margin-left: 10px;
}
.needuserchoose span{
    color: #FF383A;
    margin-right: 10px;
    cursor: pointer;
}
.el-select-dropdown__item.selected {
    color: #FF383A;
}
.el-select .el-input.is-focus .el-input__inner {
    border-color: #FF383A;
}
.needtype_formbox .el-radio-button {
    margin-right: 5px;
}
.needtype_formbox .el-radio-button__inner,.el-radio-button:first-child .el-radio-button__inner {
    border: 1px solid #DCDFE6;
    padding: 8px 15px;
    border-radius: 16px !important;
}
.needtype_formbox .el-radio-button__inner:hover {
    color: #FF383A;
    border-color: #FF383A;
}
.needtype_formbox .el-radio-button__orig-radio:checked+.el-radio-button__inner {
    color: #FF383A;
    background-color: #fff;
    border-color: #FF383A;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.needremark_formbox .el-textarea__inner{
    padding: 10px;
    height: 157px;
}
.needremark_formbox .el-textarea__inner:focus {
    border: 1px solid #FF383A;
}
.needremark_formbox .showwordlimit{
    font-size: 12px;
    color: #999;
}
.needremark_formbox .el-textarea .el-input__count{
    bottom: -40px;
    left: 40px;
}
.common__saerch--input--pbslayout input {
    padding-left: 70px;
}
.contactqq {
	cursor: pointer;
}
