

    .wx-title {
      text-align: center;
        font-size: 20px;
        color: rgba(0,0,0,.8);
    }
    .wx-tips
    {
    text-align: center;
     font-size: 20px;
        color: rgba(0,0,0,.8);
    }
     .wx-ico {
        
        width: 26px;
        height: 26px;
        background-image: url(https://m.doors10.com/images/wx-ico.png);
        margin-right: 10px;
    }
   .state-box {
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 5px;
    height: 20px;
    line-height: 20px;
    border-radius: 100px;
    background: rgba(0,0,0,.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}.state {
    padding: 3px 6px 3px 5px;
    white-space: nowrap;
    border-radius: 100px;
    background: #f35;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}.state img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    border-style: none;
}
.state p {
    margin-bottom: 0;
    margin-left: 4px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    line-height: 14px;
    white-space: nowrap;
    color: #fff;
}
.state-box .number {
    margin-left: 3px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    text-align: justify;
    color: #fff;
    padding-right: 7px;
}