/* DIY - 精简/详细模式*/
.reduced-mode .concise-btn  #cur_xx{
  background-color: #fff0;
  box-shadow: none;
  color: #fff;
}
.reduced-mode .concise-btn  #cur_jj{
  background-color: #fff;
  color: #000;
  transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
}

.reduced-mode .url-card .url-img{
  width: 26px;
  height: 26px;
}
.reduced-mode .url-card .url-info p{
  display: none;
}

.url-card .url-info p{
  height: 36px;
  white-space: break-spaces;
}
.concise-btn {
  cursor: pointer;
  margin: 0 auto;
  bottom: 15px;
  border-radius: 7px;
  padding: 3px;
  display: inline-flex;
}

.concise-btn .s {
  color:#fff;
  border-radius: 4px;
  padding: 3px;
  line-height: 1;
}

.concise-btn #cur_xx {
  background-color: #fff;
  color: #000;
}
.custom-piece_c_b {
  background: #007bff!important
}