/**
 * 文字部分
 * size 大小，line 行高， color 颜色
 */
/* button */
/* input */
/* transfer */
/* alert */
/* menu */
/* message */
/* modal */
/* badge */
/* tag */
/* progress */
/* popup */
/* tooltip */
/* loading */
/* tabs */
/* check */
/* mention */
/* popup */
/* steps */
/* tabs */
/* modal */
/* form */
/* table */
/* pagination */
/* upload */
/* collapse */
/* anchor */
/* list */
.ten-collapse {
  background: #fff;
}
.ten-collapse-item {
  color: #000;
  font-size: 14px;
}
.ten-collapse-item__head {
  position: relative;
  margin-left: 28px;
  padding-left: 36px;
  font-size: 14px;
  line-height: 20px;
  padding-top: 17.5px;
  padding-bottom: 17.5px;
  color: #333;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
}
.ten-collapse-item__head-icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  color: rgba(0, 0, 0, 0.32);
  font-size: 16px;
}
.ten-collapse-item__content {
  background: #FBFBFB;
  line-height: 20px;
}
.ten-collapse-item__content-item {
  padding: 16px 32px;
  margin-left: 28px;
  border-bottom: 1px solid #e8e8e8;
  color: #666;
}
.ten-collapse-item--active .ten-collapse-item__head-icon {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
