@charset "UTF-8";

.feed-setting-container .have-border {
  border-bottom: 2px solid #dedede;
}

.feed-setting-container .box-wrap {
  margin-bottom: 10px;
}

.feed-setting-container .channel-setting-item-icon {
  font-size: 12px;
  transform: scale(0.5) rotate(0deg);
  -ms-transform: scale(0.5) rotate(0deg);
  /* IE 9 */
  -moz-transform: scale(0.5) rotate(0deg);
  /* Firefox */
  -webkit-transform: scale(0.5) rotate(0deg);
  /* Safari 和 Chrome */
  -o-transform: scale(0.5) rotate(0deg);
  /* Opera */
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: inherit;
  cursor: pointer;
}

.feed-setting-container .not-open {
  font-size: 12px;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: inherit;
  cursor: pointer;
  transform: scale(0.5) rotate(90deg);
  -ms-transform: scale(0.5) rotate(90deg);
  /* IE 9 */
  -moz-transform: scale(0.5) rotate(90deg);
  /* Firefox */
  -webkit-transform: scale(0.5) rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: scale(0.5) rotate(90deg);
  /* Opera */
}

.feed-setting-container .channel-box-wrap {
  height: 400px;
  overflow: auto;
}
