/*活动CSS*/
body.activity{
    background: #fff;
}
.active-m a{
    text-decoration: none;
    display: block;
}

.active-m-bg {
    /**/
}

.active-m-bg img{
    width: 100%;
    vertical-align: top;
}
.active-m-text {
    font-size: 15px;
    height: 38px;
    line-height: 38px;
    padding-left: 12px;
    margin: 0;
    color: #000000;
    background: #fff;
}

.active-m-blank {
    background-color: #f2f2f2;
    width: 100%;
    height: 15px;
}

