/*
How to use
font-family: 'wechatnum';
*/
/*
How to use
font-family: 'wechatnum';
*/
/*消息编辑框内的，小卡券*/
.msg_card {
  width: 297px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #e7e7eb;
}
.msg_card .card_content {
  position: relative;
  padding: 21px 13px 21px 84px;
  height: 60px;
  line-height: 57px;
  background-color: #3274BB;
  font-size: 18px;
  border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  color: #FFF;
  font-weight: normal;
}
.msg_card .card_content .logo {
  position: absolute;
  top: 21px;
  left: 13px;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  padding-top: 0px;
  margin-top: 0px;
}
.msg_card .card_content h4 {
  font-weight: normal;
}
.msg_card .card_content .deco {
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 297px;
  height: 5px;
  background: url(https://res.wx.qq.com/mpres/htmledition/images/icon/cardticket/card_tpl_deco.png) repeat-x center;
  border-left: 1px solid #E7E7EB;
  border-right: 1px solid #E7E7EB;
}
.msg_card .store {
  border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  padding: 7px 13px;
  color: #8D8D8D;
}
.msg_card.small_card {
  width: auto;
  border: 1px solid #DBDBDB;
}
.msg_card.small_card .card_content {
  padding: 10px 6px 10px 42px;
  height: 31px;
  line-height: 28px;
  font-size: 14px;
}
.msg_card.small_card .card_content .logo {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  top: 10px;
  left: 6px;
}
.msg_card.small_card .store {
  padding: 3px 6px;
  background-color: #fff;
}
/*
.msg_card{
    .w(300px);
    .card_content{
        .rel; .p(21px 13px 21px 84px); .h(60px); .lh(57px); .bc(#3274BB); .f(20px); .br(5px 5px 0px 0px); .c(#FFF); font-weight:normal;
        .logo{
            .abs; top:21px; left:13px; .db; .w(60px); .h(60px); .br(30px); .pt(0px); .mt(0px);
        }
        h4{
            font-weight:normal;
        }
        .deco{
            .abs; bottom: -1px; left: 0px; .w(351px); .h(5px); background:url(https://res.wx.qq.com/mpres/htmledition/images/icon/cardticket/card_tpl_deco.png) repeat-x center;
            border-left: 1px solid @defaultLineColor; border-right: 1px solid @defaultLineColor;
        }
    }
    .store{
        .br(0px 0px 5px 5px); border:1px solid #E7E7EB; .p(7px 13px); .c(#8D8D8D);
    }
}
*/
.msg_card {
  width: auto;
}
.msg_card .card_content .deco {
  width: 99%;
}
body {
  line-height: 1.6;
  font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "黑体", Arial, sans-serif;
  font-size: 14px;
  margin: 0px;
}
h4,
p {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}


/*# sourceMappingURL=card_preview_tmpl.css.map*/