/* /templates2_0/module/promoaction/disstim/index.less */
.goods_view_box .disstim_icon {
  curosr: pointer;
  left: 50%;
  margin-top: -10px;
  margin-left: -75px;
  position: absolute;
  top: 0;
  box-sizing: border-box;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  font: bold 12px/20px Helvetica;
  z-index: 1;
  box-shadow: inset 0 0 0 1px #dcdcdc;
  width: 150px;
  color: #333;
  background-color: #fff;
}
.goods_view_box .disstim_icon.selected {
  background: red;
  color: #fff;
  font-weight: bold;
}
