body {
    background: #faf0e2;
    -webkit-font-smoothing: antialiased;
}

.go-home {
    position: fixed;
    top: 4.7rem;
    left: 0;
    z-index: 999;
    width: 2rem;
}

.go-home a {
    color: #fff;
    display: block;

}

.go-home a img {
    width: 100%;
    display: block;
}





.back-home {
    position: fixed;
    top: 2.2rem;
    left: 0;
    z-index: 999;
    width: 1.56rem;
}

.back-home a {
    display: block;
    width: 1.56rem;
    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;
}




.offer-list-page {
    display: block;
}

.logo-box {
    width: 15rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 0.6rem 0.8rem;
    background: #fff;
}

.logo-box img {
    display: block;
    width: 100%;
}

.bank-logo {
    width: 3.4rem;
    height: 1.4rem;
    background: url("../img/mc_h5_index/citicLogo.png") no-repeat center center;
    background-size: 100% 100%;
}

.mtr-logo {
    width: 4.42rem;
    height: 1.08rem;
    background: url("../img/mc_h5_index/MasterCardIndexLogo.png") no-repeat center center;
    background-size: contain;
}

.search-box {
    width: 15rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 0.2rem 0.5rem 0;
    background: #fff;
}

.slogan-box {
    color: #094093;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    font-size: 0.64rem;
    width: 5.8rem;

}

.december-search-box {
    width: 15rem;
    height: 1.32rem;
    background: #f2f2f2;
    margin-right: 0.2rem;
    border-radius: 1.4rem;
    position: relative;
}

.december-search-box img {
    width: 100%;
    height: 1.32rem;
    display: block;
}

/*静态banner*/
.swiper-banner-box {
    padding: 0.7rem 0 0;
    margin: auto;
    border-radius: .2rem;
    text-align: left;
    overflow: hidden;
    width: 14.3rem;
    /*height: 6.14rem;*/
    display: flex;
    height: 7.6rem;
}

.swiper-banner-box img {
    width: 14.3rem;
    height: 6.14rem;
    display: block;
}

/*====================================banner====================================*/

.december-swiper-box {
    background: #fff;
}

.december-swiper-box .swiper {
    width: 15rem;
    height: 8.1rem;
}

.december-swiper-box .swiper-container {

    width: 100%;
    height: 100%;

}

.december-swiper-box .swiper-slide {
    align-items: center;
    border-radius: .2rem;
    width: 14.3rem;
    height: 6.14rem;
    margin-top: 0.7rem;
    text-align: center;
    font-size: 18px;

    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;

}

.december-swiper-box .swiper-slide a {
    display: block;
    width: 14.3rem;
    height: 6.14rem;
    -webkit-box-shadow: 0px 0px 10px #efefef;
    -moz-box-shadow: 0px 0px 10px #efefef;
    box-shadow: 0px 0px 10px #efefef;
    border-radius: 6px;
}

.december-swiper-box .swiper-slide a .swipe-item {
    border-radius: .2rem;
    text-align: left;
    overflow: hidden;
    width: 14.3rem;
    height: 6.14rem;
    display: flex;
}

.december-swiper-box .swiper-slide a .swipe-item img {
    margin: auto;
    display: block;
    border-radius: 0.2rem;
    max-width: 90%;
    max-height: 100%;
}

.december-swiper-box .swiper-pagination-bullet {
    border-radius: 0;
    background: #f79e1b;
    opacity: 1;
}

.december-swiper-box .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.december-swiper-box .swiper-pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.december-swiper-box .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
}

.december-swiper-box .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 15px;
}

.december-swiper-box .swiper-pagination-bullet-active {
    background: #eb001b;
    width: 9px;
    height: 9px;
}

/*====================================banner====================================*/

/*====================================swiper 导航====================================*/

.swipe {
    width: 15rem;
    height: 6.8rem;
    padding-top: .3rem;
    background: #faf0e2;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.swipe .swiper-container {
    width: 100%;
    height: 100%;
    /*padding: .4rem 0;*/
}

.swipe .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: #bbb 0 0 15px;
    margin-top: .4rem;
}

.swipe .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
}

.swipe .swipe-item {
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: flex;
}

.swipe .swipe-item img {
    max-width: 80%;
    max-height: 96%;
    margin: auto;
}

.swipe .swiper-container .swiper-wrapper .swiper-slide {
    width: 12.4rem;
    height: 5.8rem;

}

.swipe .swiper-container .swiper-wrapper .swiper-slide img {
    border-radius: 5px;
    display: block;
    align-items: center;
}

.swipe .swiper-container .swiper-wrapper .swiper-slide-prev {
    margin-top: .8rem;
    height: 5rem;

}

.swipe .swiper-container .swiper-wrapper .swiper-slide-prev .swipe-item {
    height: 5rem;
}

.swipe .swiper-container .swiper-wrapper .swiper-slide-next {
    margin-top: .8rem;
    height: 5rem;
}

.swipe .swiper-container .swiper-wrapper .swiper-slide-next .swipe-item {
    height: 5rem;
}

.swipe .swiper-container .swiper-wrapper .swiper-slide-active {
    width: 12.4rem;
    height: 5.8rem;
    overflow: hidden;
}

.swipe-nav {
    height: 1.52rem;
    width: 15rem;
    background: #f38f0d;
    /*box-shadow: #bbb 0 5px 15px;*/
}

.swipe-nav .swiper-slide {
    text-align: center;
    font-size: .5rem;
    width: auto;
    padding: 0 .6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: .25rem;
    height: 1rem;
    line-height: 1rem;
    color: #fff;
}

.swipe-nav .swiper-slide.nav-active span {
    display: block;
    border-bottom: 1px solid #fff;
}

/*====================================swiper 导航====================================*/

/*====================================offer 列表====================================*/
.offer-box {
    margin: auto;
    width: 15rem;
    box-sizing: border-box;
    padding: 0 0.2rem;
    background: #faf0e2;
}

.offer-box ul {
    padding: 0.6rem 0;
}

.offer-box ul li {
    width: 14.6rem;
    padding: 0.2rem;
    overflow: hidden;
    background: #fff;
    margin-bottom: .4rem;
    border-radius: 0.2rem;
}

.offer-box ul li:last-child {
    margin-bottom: 0;
}

.offer-box ul li a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    overflow: hidden;

}

.offer-box ul li .offer-detail-img {
    display: flex;
    align-content: center;
    align-items: center;
    width: 4.7rem;
    height: 3.08rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    overflow: hidden;
}

.offer-box ul li .offer-detail-img img {
    max-width: 4.7rem;
    max-height: 3.08rem;
    width: 4.7rem;
    height: 3.08rem;
    display: block;
    margin: auto;
}

.offer-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;
}

.offer-box ul li .offer-detail .offer-title {
    width: 8rem;
    font-size: 0.64rem;
    height: .9rem;
    line-height: .9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.offer-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;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 3;*/
    /*-webkit-box-orient: vertical;*/
}

.offer-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;
}

/*====================================offer 列表====================================*/

/*=============search-page==========================*/
.search-page {
    display: none;
}

.sp-search-box {
    width: 15rem;
    padding: 0.2rem 0.6rem;
    box-sizing: border-box;
    background: #f2f2f2;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.sp-search-input-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.sp-search-box button.sp-search-btn {
    border: none;
    padding: 0;
    height: 1.4rem;
    background: #fff;
    width: 1.2rem;
    border-radius: 1rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    outline: none;
}

.sp-search-box button img {
    display: block;
    margin: auto;
    width: .8rem;
}

.sp-search-box button.sp-search-btn:active {
    background: #fff;
    opacity: 1;
    outline: none;
}

.sp-search-box input {
    width: 8.6rem;
    border: none;
    height: 1.4rem;
    font-size: .56rem;
    outline: none;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    margin-bottom: 0px;
}

.sp-search-box .sp-sure {
    border: none;
    margin: 0;
    padding: 0;
    display: block;
    font-size: .56rem;
    height: 1.72rem;
    line-height: 1.72rem;
    background: #f2f2f2;
    outline: none;

}

.sp-search-box .sp-sure:active {
    opacity: .6;

}

.sp-search-box .sp-cancel {
    border: none;
    margin: 0;
    padding: 0;
    display: block;
    font-size: .56rem;
    height: 1.72rem;
    line-height: 1.72rem;
    background: #f2f2f2;
    outline: none;

}

.sp-search-box .sp-cancel:active {
    opacity: .5;
}

.history-box {
    font-size: .64rem;
}

.history-title {
    color: #f38e0d;
    background-color: #eee;
    height: 1.4rem;
    line-height: 1.4rem;
    padding-left: 1.5rem;
    font-size: .64rem;
    background-image: url("../img/mc_h5_offerList/history.png");
    background-repeat: no-repeat;
    background-position: .68rem center;
    background-size: .7rem;
}

.history ul {
}

.history p {
    text-align: center;
    height: 1.92rem;
    line-height: 1.92rem;
    font-size: .6rem;
    color: #2e2e2e;
    display: none;
}

.history ul li {
    height: 1.92rem;
    line-height: 1.92rem;
    border-bottom: 1px solid #f4f4f4;
    padding-left: 1.5rem;
    font-size: .6rem;
    overflow: hidden;
    color: #2e2e2e;
}

.history ul li a {
    display: block;
    color: #2e2e2e;
    width: 8rem;
    float: left;
}

.history ul li i {
    float: right;
    font-style: normal;
    padding-right: 1.2rem;
    height: 0.88rem;
    width: 0.88rem;
    margin-top: 0.5rem;
    display: block;
    background: url("../img/mc_h5_offerList/close.png ") no-repeat center center;
    background-size: 0.5rem;
}

.hot-box {
    font-size: .64rem;
}

.hot-title {
    color: #f38e0d;
    background-color: #eee;
    height: 1.4rem;
    line-height: 1.4rem;
    padding-left: 1.5rem;
    font-size: .64rem;
    background-image: url("../img/mc_h5_offerList/hot.png");
    background-repeat: no-repeat;
    background-position: .68rem center;
    background-size: .7rem;
}

.hot ul {
    overflow: hidden;
    padding-left: 1.5rem;
}

.hot ul li {
    height: 1.2rem;
    line-height: 1.2rem;
    border: 1px solid #f4f4f4;
    font-size: .6rem;
    overflow: hidden;
    float: left;
    border-radius: 5px;
    padding: 0 .3rem;
    margin-right: .4rem;
    margin-top: .4rem;
    color: #444;
}

.hot ul li a {
    display: block;
    color: #444;
}

.sp-search-box button:enabled:active {
    background: #f2f2f2;
    color: inherit;
}

.sp-search-box button:disabled {
    background: #fff;
    color: inherit;
    opacity: 1;
}

/*========================================*/

@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;
    }

    .offer-box ul li .offer-detail .offer-title {
        font-size: 38px;
    }

    .offer-box ul li .offer-detail .offer-info {
        font-size: 32px;
    }

    .december-swiper-box .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 50px;
    }

    .offer-box ul li .offer-detail .offer-date {
        font-size: 28px;
    }

    .sp-search-box input {
        font-size: 40px;
    }

    .sp-search-box .sp-sure {
        font-size: 40px;
    }

    .sp-search-box .sp-cancel {
        font-size: 40px;
    }

    .history-title {
        font-size: 40px;
    }

    .history ul li {
        font-size: 40px;
    }

    .hot-title {
        font-size: 40px;
    }

    .hot ul li a {
        font-size: 40px;
    }
}