html {
    font-size: 25px;
}

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.4rem;
    height: 1.4rem;
    background: url("../img/mc_h5_index/cgbLogo.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;
}

.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;
}



.select-card-box {
    float: right;
    color: #f38f0d;
    padding-right: .8rem;
    background: url("../img/mc_h5_index/mc_h5_arrow.png") no-repeat center right;
    background-size: .48rem .8rem;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: .6rem;
}

.select-card-box a {
    color: #f38f0d;
}

.search-box {
}

.search-box a {
    display: block;
}

.search-box input {
    float: left;
    width: 11.2rem;
    border-radius: .2rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #eee;
    border: none;
    margin: 0;
    height: 1.6rem;
    padding: 0rem .4rem;
    font-size: .48rem;
    outline: none;
    letter-spacing: .06rem;

}

.search-box button {
    margin: 0;
    padding: 0;
    border: none;
    background: #eee;
    /*width: 15%;*/
    width: 2.2rem;
    float: left;
    height: 1.6rem;
    border-radius: .2rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.search-box button img {
    display: block;
    /*width: 30px;*/
    /*height: 30px;*/
    width: 1.2rem;
    height: 1.2rem;
    margin: auto;
}

.search-box button:active {
    background-color: #eee;
    opacity: .7;
}

/*.nav-box {*/
/*overflow: hidden;*/
/*width: 15rem;*/
/*!**!*/
/*margin-top: 1rem;*/
/*}*/

/*.nav-box ul {*/
/*overflow: hidden;*/
/*margin-bottom: .8rem;*/
/*margin-right: -.8rem;*/
/*padding-top: .4rem;*/
/*padding-left: .4rem;*/
/*padding-right: .4rem;*/
/*display: flex;*/
/*flex-direction: row;*/
/*justify-content: space-around;*/
/*}*/

/*.nav-box ul li {*/
/*float: left;*/
/*width: 3.2rem;*/
/*text-align: center;*/
/*padding-right: .8rem;*/
/*box-sizing: border-box;*/
/*background-clip: content-box;*/
/*}*/

/*.nav-box ul li a {*/
/*display: block;*/

/*}*/

/*.nav-box ul li a img {*/
/*display: block;*/
/*margin: auto;*/
/*width: 100%;*/
/*border-radius: 50%;*/
/*box-shadow: #ddd 0 0 20px;*/
/*}*/

/*.nav-box ul li a span {*/
/*display: block;*/
/*text-align: center;*/
/*margin-top: .4rem;*/
/*color: #000;*/
/*font-size: .56rem;*/
/*}*/

.act-box {
    overflow: hidden;
    padding: .6rem .4rem;
}

.act-box a {
    display: block;
}

.act {
    /*height: 280px;*/
    /*width: 100%;*/
    /*height: 8rem;*/
    width: 14rem;
    height: 8.2rem;
    margin: auto;
    margin-top: .42rem;
    box-shadow: #bbb 0 0 15px;
    border-radius: 10px;

}

.act img {
    /*width: 100%;*/
    display: block;
    margin: auto;
    width: 14rem;
    height: 6.2rem;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.act-item-title {
    height: 1.94rem;
    line-height: 1.94rem;
    overflow: hidden;
}

.act-item-title i {
    display: block;
    height: .88rem;
    width: .2rem;
    background: #f38f0d;
    float: left;
    margin-top: .53rem;
    margin-right: .2rem;

}

.act-item-title span {
    display: block;
    height: 1.94rem;
    line-height: 1.94rem;
    float: left;
    font-size: 0.5rem;
    color: #000 !important;
}

/*.swipe-title-box {*/
/*width: 100%;*/
/*padding: .4rem 0;*/
/*}*/

/*.swipe-title-box img {*/
/*width: 100%;*/
/*display: block;*/
/*margin: auto;*/
/*}*/

/*.swipe {*/
/*!*height: 8rem;*!*/
/*height: 9rem;*/
/*}*/

/*.swiper-container {*/
/*padding-top: 1rem;*/
/*width: 100%;*/
/*height: 100%;*/
/*}*/

/*.swiper-slide {*/
/*align-items: center;*/
/*border-radius: .2rem;*/
/*width: 12.6rem;*/
/*height: 6.6rem;*/
/*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;*/
/*box-shadow: #bbb 0 0 10px;*/
/*}*/

/*.swiper-slide a {*/
/*display: block;*/
/*width: 100%;*/
/*}*/

/*.swiper-slide a .swipe-item {*/
/*border-radius: .2rem;*/
/*text-align: left;*/
/*overflow: hidden;*/
/*width: 100%;*/
/*}*/

/*.swiper-slide.swiper-slide-prev {*/
/*margin-top: .8rem;*/
/*height: 6rem;*/
/*}*/

/*.swiper-slide.swiper-slide-prev .swipe-item {*/
/*height: 6rem;*/
/*}*/

/*!*.swiper-slide.swiper-slide-prev .swipe-item .swipe-item-img {*!*/
/*!*height: 6rem;*!*/
/*!*}*!*/

/*.swiper-slide.swiper-slide-prev .swipe-item img {*/
/*height: 6rem;*/
/*border-radius: .2rem;*/
/*}*/

/*.swiper-slide.swiper-slide-next {*/
/*margin-top: .8rem;*/
/*height: 6rem;*/
/*}*/

/*.swiper-slide.swiper-slide-next .swipe-item {*/
/*height: 6rem;*/
/*}*/

/*!*.swiper-slide.swiper-slide-next .swipe-item .swipe-item-img {*!*/
/*!*height: 6rem;*!*/
/*!*}*!*/

/*.swiper-slide.swiper-slide-next .swipe-item img {*/
/*height: 6rem;*/
/*border-radius: .2rem;*/
/*}*/

/*.swiper-slide a .swipe-item .swipe-item-img {*/
/*border-radius: .2rem;*/
/*border-bottom-right-radius: 0;*/
/*border-bottom-left-radius: 0;*/
/*overflow: hidden;*/
/*}*/

/*.swiper-slide a .swipe-item img {*/
/*margin: auto;*/
/*display: block;*/
/*width: 100%;*/
/*height: 5.4rem;*/
/*border-radius: .2rem;*/
/*border-bottom-right-radius: 0;*/
/*border-bottom-left-radius: 0;*/
/*}*/

/*.swipe-item .swipe-item-title {*/
/*height: 1.2rem;*/
/*line-height: 1.2rem;*/
/*overflow: hidden;*/
/*}*/

/*.swipe-item .swipe-item-title i {*/
/*display: block;*/
/*height: .3rem;*/
/*background: #f38f0d;*/
/*line-height: .4rem;*/
/*float: left;*/
/*padding: .2rem 0;*/
/*margin-top: .3rem;*/
/*width: .2rem;*/
/*margin-right: .2rem;*/

/*}*/

/*.swipe-item .swipe-item-title span {*/
/*display: block;*/
/*height: 1.2rem;*/
/*line-height: 1.2rem;*/
/*!*padding: .2rem 0;*!*/
/*float: left;*/
/*font-size: 0.5rem;*/
/*}*/

/*============polo block=======================================*/
.polo-box {
    overflow: hidden;
    padding: .6rem .4rem;
}

.polo-title-box {
    width: 100%;
    margin-top: 1.92rem;
}

.polo-title-box img {
    display: block;
    width: 7.76rem;
    height: 0.62rem;
    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: #f5a400;
    border-radius: 1.44rem;
    font-size: 16px;
    color: #fff;
    line-height: 1.44rem;
    text-align: center;
    display: block;
}

/*=============search   page===================================*/
.search-page {
    display: none;
}

.sp-search-box {
    width: 15rem;
    background: #f2f2f2;
    height: 1.72rem;
    overflow: hidden;
}

.sp-search-box button.sp-search-btn {
    float: left;
    border: none;
    margin: 0;
    padding: 0;
    margin-left: .68rem;
    height: 1.4rem;
    margin-top: .14rem;
    background: #fff;
    width: 1.2rem;
    border-radius: 5px;
    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 {
    float: left;
    width: 8.6rem;
    border: none;
    height: 1.4rem;
    margin-top: .14rem;
    font-size: .56rem;
    outline: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.sp-search-box .sp-sure {
    border: none;
    margin: 0;
    padding: 0;
    display: block;
    float: right;
    margin-right: .68rem;
    font-size: .64rem;
    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;
    float: right;
    margin-right: .68rem;
    font-size: .64rem;
    height: 1.72rem;
    line-height: 1.72rem;
    background: #f2f2f2;
    outline: none;

}

.sp-search-box .sp-cancel:active {
    opacity: .5;
}

.history-box {

}

.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 #ddd;
    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.66rem;
}

.hot-box {

}

.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 #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;
}

.ccb_tips {
    display: block;
    width: 100%;
    text-align: center;
    font-size: .56rem;
    /*position: absolute;*/
    /*bottom: 1rem;*/
    margin-top: 1.8rem;
    color: #ac6c0f;
    letter-spacing: 1px;
    opacity: .8;
    display: none;
}

.ccb_tips i {
    font-style: normal;
    color: #d62f2c;
}


/*======20191219新css========*/
.december-logo-box {
    width: 15rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding-top: 0.6rem;
}

.december-logo {
    margin-left: 0.2rem;
    /*width: 220px;*/
    /*height: 54px;*/
    width: 4.4rem;
    height: 1.1rem;
}

.december-logo img {
    width: 4.4rem;
    height: 1.1rem;
    display: block;
}



.december-search-text {
    position: absolute;
    top: 0.32rem;
    left: 1.6rem;
    color: #999;
}

.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-destination-box {

    width: 14.8rem;
    margin: 1.6rem 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-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;
}



@media screen and (min-width: 750px) {
    html,
    body {
        height: auto;
        max-width: 1200px;
        width: 1200px;
        margin: auto;
    }

    .index-page {
        width: 1200px;
    }

    .search-page {
        width: 1200px;
    }

    .search-box {
        width: 97px;
        height: 97px;
    }

    .search-box a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        width: 97px;
        height: 97px;
    }

    .search-box a img {
        width: 80px;
        height: 80px;

    }

    .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;
    }
}

/*============热卡推荐20200918============================*/
.hotCard-box {
    overflow: hidden;
    padding: .6rem .4rem;
}

.hotCard-box a {
    display: block;
}

.hotCard-title-box {
    width: 100%;
    margin-top: 1.02rem;
}

.hotCard-title-box img {
    display: block;
    width: 7.76rem;
    height: 0.62rem;
    margin: auto;
}

.hotCard {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0.9rem;
    flex-wrap: wrap;
    margin-right: -0.32rem;

}


.hotCard li {
    display: flex;
    flex-direction: column;
    width: 4.5rem;
    /*margin-top: 0.9rem;*/
    margin-right: 0.32rem;
    align-content: center;
    align-items: center;
    padding: 0 1.15rem;

}

.hotCard li span {
    display: block;
    width: 4.5rem;
    height: 1.16rem;
    text-align: center;
    margin-top: -0.5rem;

}

.hotCard li a {
    display: block;
    width: 3rem;
    height: 1.08rem;
    margin: -0.16rem auto 0;
    border: 1px solid #a4a4a4;
    border-radius: 1.08rem;
    text-align: center;
    color: #444;
    line-height: 1.08rem;

}


.more_hotCard {
    width: 8.4rem;
    height: 1.44rem;
    margin: 1.6rem auto 0;
    background: #ea001b;
    border-radius: 1.44rem;
    font-size: 16px;
    color: #fff;
    line-height: 1.44rem;
    text-align: center;
}

.hotCard li .hotCard-img {
    width: 4.5rem;
    height: 4.92rem;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;

}

.hotCard li .hotCard-img img {
    display: block;
    max-width: 80%;
    max-height: 70%;
}
