.custom_select{width:100%;height:100vh;background-color:rgba(0,0,0,.5);position:fixed;z-index:9999;top:0;left:0}.custom_select .select_box{width:100%;height:auto;background-color:#fff;position:absolute;bottom:0;left:0}.custom_select .select_box .title{font-size:.36rem;height:1.1rem;line-height:1.1rem;color:#333;padding:0 20%;border-bottom:.01rem solid #d9d9d9}.custom_select .select_box .title .title_left,.custom_select .select_box .title .title_right{position:absolute;top:0;width:20%;height:1.1rem;line-height:1.1rem;text-align:center;font-size:.28rem;color:#666}.custom_select .select_box .title .title_left{left:0}.custom_select .select_box .title .title_right{right:0;color:#007be8!important}.custom_select .select_box .select_content{max-height:4rem;overflow-y:auto}.custom_select .select_box .select_content p{font-size:.28rem;padding:.32rem 0;border-bottom:.01rem solid #ebebeb}.custom_select .select_box .select_content p.selected{color:#007be8}