/* 消息数据 */
.msg__lists {
  padding: 10px 30px 40px;
  background-color: #fff;
}

/* 功能导航 */
.msg__lists>.handle-box {
  padding-bottom: 10px;
}

/* 左侧选择消息类型 */
.msg__lists>.handle-box .handle-box-left {
  float: left;
}



/* 右侧设置已读 */
.msg__lists>.handle-box .handle-box-right {
  float: right;
}

.msg__lists>.handle-box .handle-box-right .set-read {
  display: inline-block;
  zoom: 1;
  width: 92px;
  height: 26px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #eee;
  margin-top: 1px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
}