body {
    background: #ededed;
}

.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: .64rem;
    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;
}


.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;
}




.back-home {
    position: fixed;
    top: 2.2rem;
    left: 0;
    z-index: 999;
    width: 1.56rem;
}

.back-home a {
    display: block;
    width: 1.28rem;
    height: 1.42rem;
    border-top-right-radius: 0.42rem;
    border-bottom-right-radius: 0.42rem;
    background: #f28f0e;
    text-align: right;
    line-height: 1.42rem;
    padding-right: 0.28rem;

}

.back-home a img {
    width: 0.96rem;
    padding-top:0.24rem;
}



@media screen and (min-width: 750px) {
    html,
    body {
        height: auto;
        max-width: 1200px;
        width: 1200px;
        margin: auto;
    }

    .swipe-nav .swiper-slide {
        font-size: 38px;
    }

    .search-box button.area-btn {
        font-size: 38px;
    }

    .search-box input {
        font-size: 38px;
    }

    .select-card-box {
        font-size: 38px;
    }

    .offer-box ul li .offer-detail .offer-title {
        font-size: 38px;
    }

    .offer-box ul li .offer-detail .offer-info {
        font-size: 32px;
    }

    .title-box .title {
        font-size: 38px;
    }

    .title-box .title span {
        font-size: 38px;
    }

    .title-box .all-card {
        font-size: 34px;
    }

    .select-box {
        font-size: 32px;
    }

    .select-box button {
        font-size: 32px;
    }

    .card-box ul li span {
        font-size: 32px
    }

    .offer-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .offer-box ul {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
        width: 100%;

    }

    .no-result {
        margin-top: 100px;
        margin-bottom: 100px;
        font-size: 36px;
    }

    .hot-title {
        width: 100%;
        color: #f38e0d;
        background-color: #eee;
        height: 1.4rem;
        line-height: 1.4rem;
        font-size: 38px;
        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 {
        width: 100%;
    }

    .hot ul {
        overflow: hidden;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
    }

    .hot ul li {
        height: 1.2rem;
        line-height: 1.2rem;
        font-size: 36px;
        overflow: hidden;
        float: left;
        border-radius: 5px;
        padding: 0 .3rem;
        margin-right: .4rem;
        color: #2e2e2e;
    }

    .hot ul li a {
        display: block;
        color: #2e2e2e;
    }

}

.go-home {
    position: fixed;
    top: 1rem;
    left: 0;
    z-index: 999;
    width: 2rem;
}

.go-home a {
    color: #fff;
    display: block;

}

.go-home a img {
    width: 100%;
    display: block;
}

.search-result-box {

}

.has-result-box {
    padding: 0.5rem 0;
}

.no-result-words {

    width: 15rem;
    color: #545454;
    font-size: 0.48rem;
    height: 6rem;
    line-height: 6rem;
    text-align: center;
}

.hot-search-title {
    width: 15rem;
    color: #f79e1b;
    background-color: #eee;
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: .68rem;
    text-align: center;
    margin-bottom: 0.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.title-border {
    height: 1px;
    width: 13rem;
    background: #f79e1b;
}

.title-words {
    position: absolute;
    width: 4rem;
    background: #ededed;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

    right: 0;
    top: 0;
    bottom: 0;
}

.hot-search-list-box {
    color: #fff;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.hot-search-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 13rem;
}

.hot-search-list-item {
    padding: 0.3rem 0.6rem;
    background: #f79e1b;
    font-size: 0.48rem;
    margin-right: 0.2rem;
    border-radius: 0.1rem;
    margin-bottom: 0.2rem;
}

.hot-search-list-item a {
    color: #fff !important;
}


.recommend-offer-list-box {
    margin: auto;
    width: 15rem;
    box-sizing: border-box;
    padding: 0 0.2rem;

}

.recommend-offer-list-box ul {
    padding: 0 0 0.6rem 0;
}

.recommend-offer-list-box ul li {
    padding: 0.2rem;
    overflow: hidden;
    background: #fff;
    margin-bottom: .5rem;
    border-radius: 0.2rem;
}

.recommend-offer-list-box ul li:last-child {
    margin-bottom: 0;
}

.recommend-offer-list-box ul li a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    overflow: hidden;


}

.recommend-offer-list-box ul li .offer-detail-img {
    width: 4.7rem;
    height: 3.08rem;
    display: flex;
    align-content: center;
    align-items: center;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    overflow: hidden;
}

.recommend-offer-list-box ul li .offer-detail-img img {
    max-width: 4.7rem;
    max-height: 3.08rem;
    display: block;
    margin: auto;
}

.recommend-offer-list-box ul li .offer-detail {
    margin-left: .6rem;
    width: 8rem;
    color: #000;
    padding: 0.4rem 0 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.recommend-offer-list-box ul li .offer-detail .offer-title {
    width: 8rem;
    /*font-size: 0.8rem;*/
    font-size: 0.64rem;
    height: .9rem;
    line-height: .9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recommend-offer-list-box ul li .offer-detail .offer-info {

    width: 8rem;
    font-size: .48rem;
    color: #000;
    height: 0.8rem;
    line-height: .8rem;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.recommend-offer-list-box ul li .offer-detail .offer-date {
    margin-top: .2rem;
    font-size: .48rem;
    color: #989898;
    height: 0.8rem;
    line-height: .8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (min-width: 750px) {

    html,
    body {
        height: auto;
        max-width: 1200px;
        width: 1200px;
        margin: auto;
    }

    .recommend-offer-list-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .recommend-offer-list-box ul {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
        width: 100%;

    }

    .recommend-offer-list-box ul li .offer-detail .offer-title {
        font-size: 38px;
    }

    .recommend-offer-list-box ul li .offer-detail .offer-info {
        font-size: 32px;
    }

    .recommend-offer-list-box ul li .offer-detail .offer-date {
        font-size: 28px;
    }

    .no-result-words {
        margin-top: 100px;
        margin-bottom: 100px;
        font-size: 36px;
    }

    .title-words {
        font-size: 36px;
    }

    .hot-search-list-item a {
        font-size: 30px;
    }

}
