body {
    background: #eee;
}

.offer-box {
    margin: auto;
    width: 13.8rem;
}

.offer-box ul {
    margin: auto;
    width: 13.8rem;
    margin-top: .4rem;

}

.offer-box ul li {

    padding: .68rem .56rem;
    overflow: hidden;
    background: #fff;
    margin-bottom: .4rem;
    line-height: .8rem;
}

.offer-box ul li a {
    display: block;
    overflow: hidden;
}

.offer-box ul li .offer-detail-img {
    display: flex;
    float: left;
    width: 6rem;
    height: 3.5rem;
}

.offer-box ul li .offer-detail-img img {
    max-width: 6rem;
    max-height: 3.5rem;
    align-items: center;
    display: block;
    margin: auto;
}

.offer-box ul li .offer-detail {
    margin-left: .6rem;
    float: left;
    width: 6rem;
    color: #000;
}

.offer-box ul li .offer-detail .offer-title {
    width: 6rem;
    font-size: .7rem;
    height: .9rem;
    line-height: .9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 1;*/
    /*-webkit-box-orient: vertical;*/
    white-space: nowrap;
}

.offer-box ul li .offer-detail .offer-info {
    margin-top: .24rem;
    font-size: .53rem;
    color: #8c8c8c;
    line-height: .8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.mui-poppicker {
    background-color: #fff;
}

.mui-picker {
    background-color: #fff;
}

.mui-pciker-rule-ft {
    border-top: none;
    border-bottom: none;
    background-color: #ffb35045;

}

.mui-pciker-list li.highlight {
    color: #f38f0d;
}

.mui-poppicker-header .mui-btn {
    border: none;
}

.mui-btn-blue {
    background-color: #f38f0d;
}

.go-home {
    position: fixed;
    top: 2.3rem;
    left: 0;
    z-index: 999;
    width: 2rem;
}

.go-home a {
    color: #fff;
    display: block;

}

.go-home a img {
    width: 100%;
    display: block;
}

.no-result {
    text-align: center;
    font-size: 16px;
    margin-top: 6rem;
    color:#5b5b5b;
    margin-bottom: 2rem;
}
.hot-title {
    color: #f38e0d;
    background-color: #eee;
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: .71rem;
    background-image: url("../img/mc_h5_index/result.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
     margin-bottom: 1rem;
    padding-left: .4rem;
}

.hot ul {
    overflow: hidden;
}

.hot ul li {
    height: 1.2rem;
    line-height: 1.2rem;
    /*border: 1px solid #ddd;*/
    font-size: .6rem;
    overflow: hidden;
    float: left;
    border-radius: 5px;
    padding: 0 .3rem;
    margin-right: .4rem;
    /*margin-top: .4rem;*/
    color: #2e2e2e;
}

.hot ul li a {
    display: block;
    color: #2e2e2e;
}