html {
    font-size: 25px;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    font-size: 12px;

}

.index-page {
    background: #fff;
    width: 15rem;
    padding-bottom: 1rem;
}


.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;
}

.logo-box img {
    display: block;
    width: 100%;
}

.bank-logo {
    width:3.8rem;
    height: 1.1rem;
    background: url("../img/mc_h5_index/citicLogo1.jpg") 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;
}

.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;
}





.december-destination-box {

    width: 14.8rem;
    margin: 1rem auto 0rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;


}

.december-destination-item {
    width: 3.7rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-bottom: 0.8rem;

}

.december-destination-item img {
    width: 2.9rem;
    height: 2.9rem;
    display: block;
}

.december-destination-item span {
    display: block;
    width: 2.9rem;
    color: #444;
    text-align: center;
    margin-top: 0.4rem;
}

.december-swiper-box {

}


.swiper {
    width: 15rem;
    height: 8.2rem;
}

.swiper-container {

    width: 100%;
    height: 100%;

}

.swiper-slide {
    align-items: center;
    border-radius: .2rem;
    width: 14.3rem;
    height: 6.14rem;
    margin-top: 0.5rem;
    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;

}

.swiper-slide a {
    display: block;
    width: 14.3rem;
    height: 6.14rem;
    -webkit-box-shadow: 0px 0px 10px #ededed;
    -moz-box-shadow: 0px 0px 10px #ededed;
    box-shadow: 0px 0px 10px #ededed;
}

.swiper-slide a .swipe-item {
    border-radius: .2rem;
    text-align: left;
    overflow: hidden;
    width: 14.3rem;
    height: 6.14rem;
}


.swiper-slide a .swipe-item img {
    margin: auto;
    display: block;
    width: 14.3rem;
    height: 6.14rem;
}

.swiper-pagination-bullet {
    border-radius: 0;
    background: #f79e1b;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #eb001b;
    width: 9px;
    height: 9px;
}

.december-nav-box {
    overflow: hidden;
    width: 15rem;
    margin-top: 1rem;
}

.december-nav-box ul {
    overflow: hidden;
    margin-bottom: .8rem;
    padding-top: .4rem;
    padding-left: .4rem;
    padding-right: .4rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.december-nav-box ul li {
    float: left;
    width: 2.26rem;
    text-align: center;
    box-sizing: border-box;
    background-clip: content-box;
}

.december-nav-box ul li a {
    display: block;

}

.december-nav-box ul li a img {
    display: block;
    margin: auto;
    width: 100%;
    border-radius: 50%;

}

.december-nav-box ul li a span {
    display: block;
    text-align: center;
    margin-top: .4rem;
    color: #444;
    font-size: .56rem;
}


.hotCard-box {
    overflow: hidden;
    padding: 1.4rem .6rem 1rem;
}

.hotCard-box a {
    display: block;
}

.hotCard-title-box {
    width: 100%;
    margin-top: 0rem;
}

.hotCard-title-box img {
    display: block;
    width: 7.76rem;
    height: 0.62rem;
    margin: auto;
}

.hotCard {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 1rem;
    flex-wrap: wrap;
    margin-right: -0.94rem;
    overflow: hidden;
    max-height: 21.87rem;

}

.hotCard li {
    display: flex;
    flex-direction: column;
    width: 4rem;
    margin-top: 0.9rem;
    margin-right: 0.84rem;

}

.hotCard li span {
    display: block;
    width: 4rem;
    height: 1.16rem;
    text-align: center;
    margin-top: 0.6rem;

}

.hotCard li a {
    display: block;
    width: 3rem;
    height: 1.08rem;
    margin: 0.84rem auto 0;
    border: 1px solid #8f8f8f;
    border-radius: 1.08rem;
    text-align: center;
    color: #444;
    line-height: 1.08rem;

}

.hotCard img {
    display: block;
    width: 4rem;
    height: 2.56rem;
}

.more_hotCard {
    width: 8.4rem;
    height: 1.44rem;
    margin: 1.6rem auto 0;
    background: #d52e2b;
    border-radius: 1.44rem;
    font-size: 0.56rem;
    color: #fff;
    line-height: 1.44rem;
    text-align: center;
}

/*==============================polo block=================================*/
.polo-box {
    overflow: hidden;
    padding: .6rem .4rem;
}

.polo-title-box {
    width: 100%;
    margin-top: 1rem;
}

.polo-title-box img {
    display: block;
    width: 7.76rem;
    height: 0.58rem;
    margin: auto;
}

.polo-home-banner {
    width: 12.38rem;
    height: 4.32rem;
    margin: 1rem auto 0;
}

.polo-home-banner img {
    width: 12.38rem;
    height: 4.32rem;
}

.polo-go {
    width: 8.4rem;
    height: 1.44rem;
    margin: 1.6rem auto 0;
    background: #d52e2b;
    border-radius: 1.44rem;
    font-size: 0.56rem;
    color: #fff;
    line-height: 1.44rem;
    text-align: center;
    display: block;
}

/*====================*/

/*=============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;
}

.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;
}

/*=========================================================*/

@media screen and (min-width: 750px) {
    html,
    body {
        height: auto;
        max-width: 1200px;
        width: 1200px;
        margin: auto;
    }

    .index-page {
        width: 1200px;
    }

    .search-box {
        width: 1200px;
        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;
    }

    .slogan-box {
        width: 464px;
    }

    .search-page {
        width: 1200px;
    }

    .nav-box ul li a span {
        font-size: 40px;
    }

    .polo-go {
        font-size: 32px;
    }

    .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;
    }

    .december-destination-item span {
        font-size: 30px;
    }

    .december-nav-box ul li a span {
        font-size: 30px;
    }

    .hotCard li span {
        font-size: 30px;
    }

    .hotCard li a {
        font-size: 30px;
    }

    .more_hotCard {
        font-size: 32px;
    }
}