.homeHeadBg{
    /*background-image: linear-gradient(#fad3c9 1%, #fff2ef 25%, #fae8c9 75%,#fff 100%),  linear-gradient( #ffffff, #ffffff);*/
    /*background-blend-mode: normal, normal;*/
}

.classifyWrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.classifycon{
  width: 85%;
    padding: 1.4rem 0;
}
.classifycon li{
    width: auto!important;
    padding-right: 1.2rem;
}
.classifycon li a{
display: block;
  color: #555;
    font-size: 1.4rem;
}
.classifycon li.classifyActive a:after{
    content: '';
    position: absolute;
    left: .3rem;
    bottom: -9px;
    height: 5px;
    width: 50%;
    background-image: linear-gradient(-29deg, #4750ff 1%, #8040fd 50%, #b131fb 100%),  linear-gradient( #ffffff, #ffffff);
    background-blend-mode: normal, normal;
    border-radius: 3px;

}
.classifycon li.classifyActive a{
    color: #222;

}
.classifyBtn{
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #555;
    font-size: 1.4rem;
}
.classifyBtn i{
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url("/skin/v1/img/classify.png");
    background-size: 1.6rem 1.6rem;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: .4rem;
}
/*轮播图*/
.bannerWrap {
    width: 100%;
    /*background-color: #f96;*/
    height: auto;
    border-radius: 1rem;
}
.bannerWrap li{
    /*padding-left: 4%;*/
    /*padding-right: 4%;*/
}
.bannerWrap img{
    border-radius: 1rem;
    width: 100%;
    height: 20rem;
}
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 1rem;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: .8rem;
    height: .8rem;
    /* border-radius: 8px; */
    background: #555;
    margin: 0 .5rem;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.smallClassify{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2rem 0;
}
.smallClassify a{
    text-align: center;
}
.smallClassify a img{
    display: block;
    margin: 0 auto;
    width: 5rem;
    height: 5rem;
}
.smallClassify a span{
    display: block;
    text-align: center;
    font-size: 1.4rem;
    padding-top: .5rem;
}
/*热门演出*/
.hotWrap{
    width: 100%;
    background-image: linear-gradient(8deg, #fff3de 0%, #fdd184 100%), linear-gradient(#ffffff,#ffffff);
    background-blend-mode: normal,normal;
    border-radius: 10px;
}
.hotTit{
    display: flex;
    align-items: center;
    padding:0 1rem;
    background-image: linear-gradient(8deg,#fff3de 0%,#fdd184 100%),linear-gradient(#ffffff,#ffffff);
    background-blend-mode: normal, normal;
    border-radius: 10px;
    color: #4f2405;
    font-size: 1.2rem;
}
.hotTit i{
    width: 2.5rem;
    height: 2.5rem;
    background-image: url("/skin/v1/img/flame.png");
    background-size: 2.5rem 2.5rem;
    background-position: center;
}
.hotTit .hotspan{
   font-size: 1.6rem;
    padding: 1rem;
}
.hotCon{
    padding: 1.5rem 1rem;
}
.hotCon li{

}
.hotCon li img{
border-radius: 10px;
    width: 88%;
}
.mustSee li img{
    border-radius: 10px;
    width: 88%;
}
.tipName{
    font-size: 18px;
    margin: 2rem 0 1rem 0;
}
.tipGoodsName{
    width: 88%;
    margin: .5rem 0;
    font-size: 1.4rem;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #222;
}
.tipGoodsPrice {
    color: #777;
    font-size:1.2rem;
}
.tipGoodsPrice span{
    font-size: 1.4rem;
    color: #f2023a;
    font-weight: bolder;
}
.moreRecommend{
    /*column-gap: 1.5rem;*/
    /*column-count: 2;*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.moreRecommend li{
    width: 47%;
    /*display: inline-block;*/
    /*-webkit-column-break-inside: avoid;*/
    /*page-break-inside: avoid;*/
    /*break-inside: avoid;*/
    margin-bottom: 1.5rem;
}
.moreRecommend li img{
    width: 100%;
    border: 1px solid #eee;
    border-radius: 10px;
}

/* 城市选择模块 */
.citySelBox{
    display: none;
    position: fixed;
    top: 0px;
    z-index: 99999999999999;
    max-width: 650px;
    min-width: 320px;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.Cityheader{
    height: 4.8rem;
    border-bottom: 1px solid #eee;
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    align-items:center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
}
.Cityheader a{
    display: inline-block;
    width: 22%;

}
.Cityheader img{
    width: 1.6rem;
    margin-left: 2rem;
}
.Cityheader span{
    font-size: 1.6rem;
    color: #222;
}
.cityTit{
    margin-top: 1.2rem;
    padding-left: 4%;
    font-size: 1.6rem;
}

.hotcityBox{
    width: 92%;
    margin: 0 auto;
}
.hotcitylist{
    width: 92%;
}
.hotcitylist a{
    display: inline-block;
    width: 20%;
    float: left;
    font-size: 1.4rem;
    color: #333;
    text-align: center;
    line-height: 1.8;
    border: 1px solid #ddd;
    margin-right: 4%;
    margin-top: 4%;
    border-radius: .4rem;
}

#cityList{
    margin-top: 2rem;
    height: 48rem;
    overflow-y: auto;
}
.cityletter{
    font-size: 1.6rem;
    line-height: 2.4;
    padding-left: 4%;
    background: #f8f8f8;
}
.cityList .citybox a{
    display: block;
    font-size: 1.4rem;
    color: #555;
    padding: 4%;
    border-top: .5px solid #eee;
}
.cityList .citybox a:nth-of-type(1){
    border-top: none;
}


.navBox{
    width: 2rem;
    background-color: #fff;
    position: absolute;
    right: 1.6rem;
    top: 10rem;
    padding: 2rem 0px;
    border-radius: 1rem;
}
.cityLetter a{
    text-align: center;
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
    padding-bottom: .2rem;
}
.xyBox li a p{
    text-align: center;
}
/*首页加载更多隐藏*/
.layui-flow-more a{
    opacity: 0;
}