
@charset "utf-8";
.bn_content .swiper-paginations{position:absolute;bottom:80px;z-index:1}
.swiper-pagination-bullet-active{background:#8bb929}


#m_pop{position: fixed;z-index: 99999;background: none;width: 100%;height: 100%;background: rgba(0,0,0,.4);display:flex;align-items:center;}
#m_pop .bn_content {width:100%;max-width:500px;height:auto;background:#fff}
#m_pop .swiper-slide{background:none}
#m_pop .bn_content .bn_btn a {height: 54px;line-height: 54px;text-align: center;font-size: 16px;}
#m_pop .swiper-slide a{/* max-height:400px; */display:block;overflow:hidden}
#m_pop .swiper-slide a img{width:100%;height:100%;object-fit:cover}
#m_pop .bn_content .bn_btn a.go_away {background: #6a7780;color: #fff;}
#m_pop .bn_content .bn_btn a.bn_close {background: #fff;color: #000;}
#m_pop .swiper-pagination{bottom:76px}
#m_pop .bn_btn{display:flex}
#m_pop .bn_btn a{flex:1}

@media (max-width: 750px) {
#m_pop .bn_content {width:85%}
}