/*广告位*/
.adve-info{
    z-index:101;
}
.adve-info .close-adve{
    position: absolute;
    top:-5px;
    right:-5px;
    z-index: 2;
    cursor: pointer;
    font-size: 16px;
    color: #999999;
}
.adve-info .swiper-container{
    width:100%;
    height: 100%;
}
.adve-info .swiper-container img{
     width:100%;
     height: 100%;
     object-fit: cover;
}
/*首页左侧浮标*/
.adve-left-float{
    position: fixed;
    left: 0;
    top: 50%;
    width:120px;
    height:160px;
}
/*底部通栏*/
.adve-bottom-float{
    position: fixed;
    left: 0;
    bottom: 0;
    width:100%;
    height:120px;
}
.adve-bottom-float .close-adve{
    top:5px;
    width: 100%;
    max-width:1256px;
    padding-right:10px;
    left:50%;
    right:auto;
    transform: translate(-50%);
    text-align: right;
}
/*首次访问弹框广告位*/
.adve-first-dialog{
    position: fixed;
    left: 50%;
    top: 50%;
    width:800px;
    height:460px;
    margin-left:-400px;
    margin-top:-230px;
    z-index:1041;
}
.adve-first-dialog .close-adve{
    color:#ffffff;
    font-size: 20px;
}
/*搜索结果为空广告位*/
.adve-search-empty{
    width:1226px;
    height:120px;
    margin:0 auto;
}
