/* pages/share/share.wxss */
.wmt_wrap_p {
    padding-left: 0;
    padding-right: 0;
}
.wmt_layout .example {
  padding: 10px 15px;
}
.wmt_layout .example .ul {
    display: flex;
    flex-wrap: wrap;
}
.wmt_layout .example .title {
    margin-bottom: 5px;
}
.wmt_layout .example .li {
    width: 50%;
    margin-bottom: 10px;
}
.wmt_layout .example .li:nth-child(2n+1) {
    padding-right: 4px;
}
.wmt_layout .example .li:nth-child(2n) {
    padding-left: 4px;
}
.wmt_layout .example .li .img {
    width: 100%;
    vertical-align: bottom;
}
.wmt_layout .example .li .fire {

    line-height: 23px;
}
.wmt_layout .example .li .fire img {
    width: 9px;
    float: right;
    margin-top: 5px;
}

.wmt_layout .example .title {
    display: flex;
}
.wmt_layout .example .title div{
    margin-right: 15px;
}
.wmt_layout .example .title .active {
    border-bottom: 2px solid #fa3d03;
    color: #fa3d03;
}
.red {
  color: #ff0505;
}
.grey {
  color: #807c7c;
  float: right;
}
.content {
  height: 58px;
  background-color: #fff;
  padding: 7px 4px;
}