
#containt {
    width: 100%;
}
.m-grid {
    /* width: 400px; */
    /* min-height: 100px; */
    background: #fff;
    margin: 8px;
    font-size: 12px;
    float: left;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -webkit-transition: top 1s ease, left 1s ease;
    -moz-transition: top 1s ease, left 1s ease;
    -o-transition: top 1s ease, left 1s ease;
    -ms-transition: top 1s ease, left 1s ease;
    padding-bottom: 20px;
    position: relative;
}
.m-grid .u-imgHolder {
    margin-bottom: .2rem;
}
.m-grid .u-imgHolder img {
    max-width: 100%;
    background: #ccc;
    display: block;
}
.m-grid strong {
    font-size: .213333rem;
    color: #868686;
    padding: 0 .2rem;
}
.m-grid p {
    font-size: .16rem;
    color: #868686;
    padding: 0 .2rem;
    margin-top: .2rem;
}
.u-goods {
    width: .253333rem;
    height: .226667rem;
    background: url(../img/goods.png);
    background-size: 100% 100%;
    position: absolute;
    bottom: .266667rem;
    right: .266667rem;
}
.g-containt {
    padding: 0 .2rem;
    overflow: hidden;
    position: relative;
}
.M-box {
    text-align: center;
    margin-bottom: 30px;
}
.M-box a {
    margin-right: .2rem;
    color: #FFF;
}
.M-box span {
    color: #FFF;
    margin-right: .2rem;
}
.M-box span.active {
    color: #fdc700;
}
.M-box .prev,.M-box .next {
    padding: .066667rem .133333rem;
    background: #fdc700;
    color: #FFF;
    font-size: .2rem;
}
.g-title {
    font-size: .6rem;
    padding-bottom: 5px;
    border-bottom: 1px solid #ffff;
    color: #fff;
    margin:  .4rem 0;
    width: 60%;
}