.user_info_block .left_block {
  width: 370px;
  margin-right: 15px;
}
.user_info_block .right_block {
  margin-left: 15px;
}
.pf_view .scrold {
  width: 570px;
}
.user_info_block .left_block .top_view img {
  width: 46px;
  height: 46px;
  margin-top: 16px;
}

.left_block .outBox .hd li,
.right_block .outBox .hd li,
.info_block .outBox .hd li{
  font-size: 16px !important;
}
.user_info_block .left_block .top_view .text_cell {
  margin-left: 20px;
}
.user_info_block .left_block::after {
  top: 60px;
  height: 360px;
}

.button-reder{
  display: block;
  position: relative;
  border-radius: 4px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  color:#fff;
  width: 100%;
  background: #D86741;
}
.button-reder img{
  position: absolute;
  top:0;
  right: 15px;
}
/*  */
.inBox_list{
  padding:20px 0
}
.inBox_list li{
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inBox_list li img{
  display: inline-block;
  margin-right: 10px;
}
.inBox_list li span{
  color:#6584BE;
}
/*  */
.float_cell .float_cell_text{
  display: inline-block;
  margin-left: 15px;
}
.pf_list li .qrz {
  display: inline;
  padding: 3px 15px;
  border: 1px solid #5C85BB;
  color: #5C85BB;
  border-radius: 15px;
  cursor: pointer;
  font-weight: normal;
}
.pf_list li .qrz:hover{
  box-shadow: 0 0 3px #6584BE
}