/**-----------------------**\
          三角形 等边
\**-----------------------**/
/**-----------------------**\
          三角形 直角
\**-----------------------**/
.icon-new {
  display: inline-block;
  width: 30px;
  height: 16px;
  line-height: 16px;
  background-color: #f35050;
  border-radius: 1px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  position: relative;
}
.icon-new:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 4px solid #f35050;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 3px;
  left: -4px;
}
.icon-an {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #1cbfda;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}
.icon-an:before {
  width: 8px;
  height: 2px;
  content: '';
  background-color: #fff;
  position: absolute;
  top: 6px;
  left: 3px;
}
.icon-packUp {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #1cbfda;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}
.icon-packUp:before {
  width: 8px;
  height: 2px;
  content: '';
  background-color: #fff;
  position: absolute;
  top: 6px;
  left: 3px;
}
.icon-packUp:after {
  width: 8px;
  height: 2px;
  content: '';
  background-color: #fff;
  position: absolute;
  top: 6px;
  left: 3px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
}
.icon-subscript-triangle {
  display: inline-block;
  height: 25px;
  position: relative;
  width: 0;
  height: 0;
  border-color: #56cadd transparent;
  border-width: 0 0 25px 25px;
  border-style: solid;
}
.icon-subscript-triangle:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 8px;
  color: #fff;
  border-bottom: 2px solid;
  border-right: 2px solid;
  left: -6px;
  top: 13px;
  transform-origin: center;
  transform: translate(-50%, -30%) rotate(40deg);
  -webkit-transform: translate(-50%, -30%) rotate(40deg);
}
