
/*地区条件*/		/*先去掉overflow：hidden，看是否可以解决隐藏确定按钮的问题*/
.filter-list { background:#fff; /*overflow: hidden;*/display: none; z-index: 3; }
.filter-list div.close{ position: absolute; bottom: 0; left: 0; z-index: 2; background: #fff; display: block; width: 100%; height: 30px; }
.filter-list div.close > span{ position: absolute; left: 50%; top: 50%; margin: -8px 0 0 -14px; display: block; width: 28px; height: 16px; background: url(https://m.meibangzx.com/mobile/images/largeList.png) no-repeat; background-size: 150px; background-position: 0 -33px; }
.filter-list .lev1-box{ width: 100%; /*height: 100%;*/ overflow-y: auto; }
.filter-list .lev1-box > dd{ border-top: 1px solid #eeeeee; height: 45px; line-height: 45px;padding-left: 15px; background: #fff; }
.filter-list .lev1-box > dd:first-child{ border: none; }
.filter-list .lev1-box > dd.now{ border-left: 2px solid #ff5c77; padding-left: 13px; background: #fff; }
.filter-list .lev1-box > dd > a{ position: relative; display: block; width: 100%; font-size: 15px; color: #333; }
.filter-list .show-list > dd > a{ color: #333; }
.filter-list .show-list > dd{ background: #f9f9f9; }
.filter-list .lev1-box > dd.now > a{ color: #ff5c77; }
.filter-list .lev1-box > dd > a > i{ display: block; position: absolute; width: 20px; height: 20px; right: 10px; top: 50%; margin-top: -10px; background: url(https://m.meibangzx.com/mobile/images/largeList.png) no-repeat; background-size: 150px auto; background-position: -102px -1px; }
.filter-list .lev1-box > dd.now > a > i{ background-position: -128px -1px; }
.pop3-cont .lev1-box > dd > a > i{ display: none; }
.pop3-cont .lev1-box > dd.now > a > i{ display: block; }

.filter-list .lev1-box > dd .lev2-box{ background: #fff; /*height: 100%;*/ position:absolute; top:46px; left: 30%; width: 70%; z-index: 1; display: none; } 
.filter-list .lev1-box > dd .lev2-box > dd{ height: 46px; line-height: 46px;padding-left: 15px; }
.filter-list .lev1-box > dd .lev2-box > dd > a{ position: relative; display: block; height: 45px; border-bottom: 1px solid #eeeeee; font-size: 14px; color: #333; }
.filter-list .lev1-box > dd .show-list > dd{ background: #fff; }
.filter-list .lev1-box > dd .show-list > dd.now{ padding-right: 50%; }
.filter-list .lev1-box > dd .show-list > dd > a{ /*width: 100%;*/ color: #333; }
.filter-list .lev1-box > dd .lev2-box > dd.now > a{ color: #ff5c77; background: #fff; /*padding-right: 1px; */padding-right: 20px;  position: relative; z-index: 2; top: 0; right: 0; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.filter-list .lev1-box > dd .lev2-box > dd > a > i{ display: block; position: absolute; width: 20px; height: 20px; right: 10px; top: 50%; margin-top: -10px; background: url(https://m.meibangzx.com/mobile/images/largeList.png) no-repeat; background-size: 150px auto; background-position: -102px -1px; }
.pop1-cont .lev1-box > dd .lev2-box > dd > a > i{ background-position: -102px 30px; }
.filter-list .lev1-box > dd .lev2-box > dd.now a > i{ background-position: -128px -1px; }

.filter-list .lev1-box > dd .lev2-box > dd .lev3-box{ background: #fff; /*height: 100%;*/ position:absolute; top: 0; left: 50%; width: 50%; z-index: 3; border-left: 1px solid #e5e5e5; display: none; margin-left: -1px; }
.filter-list .lev1-box > dd .lev2-box > dd .lev3-box > dd{ height: auto; padding-left: 15px; }
.filter-list .lev1-box > dd .lev2-box > dd .lev3-box > dd > a{ line-height: 20px; position: relative; display: block; border-bottom: 1px solid #e5e5e5; padding:12px 30px 13px 0; font-size: 14px; color: #333; }
.filter-list .lev1-box > dd .lev2-box > dd .lev3-box > dd:last-child > a{ border: none; }
.filter-list .lev1-box > dd .lev2-box > dd .lev3-box > dd.now > a{ color: #ff5c77; }
.filter-list .lev1-box > dd .lev2-box > dd .lev3-box > dd > a > i{ display: block; position: absolute; width: 20px; height: 20px; right: 10px; top: 50%; margin-top: -10px; background: url(https://m.meibangzx.com/mobile/images/largeList.png) no-repeat; background-size: 150px auto; background-position: -102px 50px; } 
.filter-list .lev1-box > dd .lev2-box > dd .lev3-box > dd.now > a > i{ background-position: -128px -1px; }












