/*======================================================================== 
	Copyright: 匯豐汽車網路事業
	Author: Shanny
  ========================================================================*/
h2.category{ background: #edd8e9; color: #84237d;}

h3{ margin: 0 -15px; padding: 10px; display: block;
  font-size: 20px; color: #e4007f;}

.cooperationStep{ margin: 10px; padding: 0;}
.cooperationStep li{ background: #d20384; padding: 8px; margin-bottom: 20px; border-radius: 5px;
  text-align: center; color: #fff; font-size: 18px; position: relative;}
.cooperationStep li:before{
  border-color: #d20384 transparent transparent transparent;
  border-style: solid solid solid solid;
  /* 設定邊框大小可拼湊出任意形狀的三角形 */
  border-width: 15px;
  content: "";
  width: 0px; height: 0px; left: calc(50% - 15px); bottom: -25px; position: absolute;
}
.cooperationStep li.finish:before{ border-color: transparent;}
