html {
    font-size: 25px;
}

body {
    background: #fff;
    font-size: 12px;

}

.index-page {
    background: #fff;
    width: 15rem;
    padding-bottom: 1rem;
}

.head {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    margin-top: 15px;
}

.head_left {
    width: 6.04rem;
    height: 1.22rem;
    background-image: url(../img/mc_h5_index/abc_logo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.head_right {
    width: 4.58rem;
    height: 1.08rem;
    background-image: url(../img/mc_h5_index/20191219logo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.title-box {
    overflow: hidden;
    padding: .6rem .4rem .2rem;

}

.search-box {
    width: 12.56rem;
    height: 1.32rem;
    overflow: hidden;
    background: #f2f2f2;
    margin: auto;
    border-radius: 0.66rem;
    position: relative;
}

.search-box img {
    width: 0.64rem;
    height: 0.64rem;
    display: block;
    position: absolute;
    top: 0.34rem;
    left: 0.6rem
}

.search-box span {
    position: absolute;
    top: 0.28rem;
    left: 2rem;
    font-size: 14px;
    color: #a5a5a5
}

.swipe-title-box {
    width: 100%;
    padding: .4rem 0;
}

.swipe-title-box img {
    width: 100%;
    display: block;
    margin: auto;
}

.swipe {
    height: 9rem;
}

.swiper-container {
    padding-top: 0.5rem;
    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 25px;
}

.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;
    display: flex;
    flex-flow: row;
    align-items: center;
    align-content: center;
}

.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;
}

.nav-box {
    overflow: hidden;
    width: 15rem;
    margin-bottom: .9rem;
}

.nav-box ul {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.nav-box ul li {
    /*width: 3.2rem;*/
    text-align: center;
    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%;
}

.nav-box ul li a span {
    display: block;
    text-align: center;
    margin-top: -0.3rem;
    margin-bottom: .2rem;
    color: #000;
    font-size: .56rem;
}

.starCard_box {
    overflow: hidden;
    /*padding: .6rem .4rem;*/
}

.starCard_box li {
    width: 100%;
}

.starCard_box li img {
    display: block;
    width: 100%;
    margin-top: 0.9rem;
}

.hotCard-box {
    overflow: hidden;
    padding: .6rem .6rem;
}

.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: 0.9rem;
    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: 3.48rem;
    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 #f5a400;
    border-radius: 1.08rem;
    text-align: center;
    color: #f5a400;
    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: #f5a400;
    border-radius: 1.44rem;
    font-size: 16px;
    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: 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: #ffa000;
    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 {
    width: 1.2rem;
    height: 1.32rem;
    float: left;
    margin: 0.14rem 0 0 0.68rem;
    padding: 0;
    border: none;
    border-radius: 1.32rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #fff;
    outline: none;
}

.sp-search-box button img {
    display: block;
    width: .64rem;
    height: 0.64rem;
    margin: auto;

}

.sp-search-box button.sp-search-btn:active {
    background: #fff;
    opacity: 1;
    outline: none;
}

.sp-search-box input {
    width: 8.6rem;
    height: 1.32rem;
    float: left;
    margin-top: .14rem;
    border: none;
    border-top-right-radius: 1.32rem;
    border-bottom-right-radius: 1.32rem;
    outline: none;
    font-size: .56rem;
}

.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;
}

.slogan {
    width: 9.2rem;
    height: 1.44rem;
    margin:1.66rem auto 1rem;
}

.slogan img {
    width: 9.2rem;
    height: 1.44rem;
    display: block;
}