/*页面顶部筛选*/
.orderby-item{position: relative;}
.orderby-item span{line-height: 0.64rem;padding-right: .3rem;font-size: .3rem; color: #fff;}
.orderby-item i{line-height: .64rem; transition: transform .2s; color: #fff;display: inline-block;font-size: .25rem; position: absolute; right: 0px;}
.orderby-item.active i{transform: rotate(180deg);}
.aui-selectmenu-list-warp{width: 100%;padding: 0 .4rem;}
.aui-selectmenu-item{height: .8rem;border-bottom: 0.01rem solid #ECECEC;padding: 0 .2rem;font-size: .28rem;line-height: .8rem;text-align: left !important;}
.aui-selectmenu-item.active{color: #16C4AF;font-weight: bold;background: none;}
.aui-selectmenu-item.active::before{content:'';background:url(../img/select_sure.png) no-repeat;background-size:100% 100%;top:calc(50% - 0.36rem/2);width:0.36rem;height:0.36rem;}
.aui-selectmenu-item.on.active::before{content:'';background:none;color: #16C4AF !important;}
.aui-selectmenu-down{width: 100%;height: auto;display: flex;justify-content: space-between;padding: 0.4rem;}
.aui-selectmenu-down-btn{width: calc(50% - 0.15rem);height: .76rem;font-size: .32rem;line-height: .76rem;border-radius: .5rem;}
.aui-selectmenu-down-btn.reset{background: #fff;border: 0.01rem solid #ABABAB;color: #333333;}
.aui-selectmenu-down-btn.confirm{background: #16C4AF;}
@-ms-keyframes aui-selectmenu-show{0%{top: -50vh;}100%{top: 2.08rem;}}
@-webkit-keyframes aui-selectmenu-show{0%{top: -50vh;}100%{top: 2.08rem;}}
@keyframes aui-selectmenu-show{0%{top: -50vh;}100%{top: 2.08rem;}}

@-ms-keyframes aui-selectmenu-hide{0%{top: 2.08rem;}100%{top: -50vh;}}
@-webkit-keyframes aui-selectmenu-hide{0%{top: 2.08rem;}100%{top: -50vh;}}
@keyframes aui-selectmenu-hide{0%{top: 2.08rem;}100%{top: -50vh;}}