.rc-dialog-wrap {
	.rc-dialog.choose_popup {
	   position: fixed;
	   bottom: 0;
	   left: 0;
	   width: 100%;
   }
}

.choose_popup .rc-dialog-content,
.choose_popup .rc-dialog-body{
		bottom: 0;
		left:0;
		.rc-dialog-content {
			background: none;
		}
		.choose-page {
			max-height: 80vh;
		}
}

.search-chooose-popup,
.search-chooose-popup .rc-dialog-content,
.search-chooose-popup .rc-dialog-body {
    height: 100%;
}

.search-chooose-wrap.rc-dialog-wrap {
	background-color: rgba(0,0,0,0)
}
