.modal_mask{position: fixed;left: 0;right: 0;top: 0;bottom: 0;background: rgba(0, 0, 0, 0.3);z-index: 999;display: none;}
.modal_body{background: #fff;position: fixed;bottom: 0;left: 0;width: 100%;padding: 0 30px 24px;box-sizing: border-box;}
.modal_title{font-size: 14px;line-height: 24px;margin-top: 16px;}
.modal_menu_box{display: flex;margin-top: 24px;}
.modal_menu_box .modal_menu_l img{width: 60px;height: 60px;vertical-align: middle;}
.modal_menu_box .modal_menu_c{display: flex;flex: 1;padding-left: 20px;flex-direction: column;justify-content: center;}
.modal_menu_c h5{font-size: 16px;font-weight: normal;}
.modal_menu_c p{font-size: 12px;color: #999;}
.modal_menu_r{display: flex;flex-direction: column;justify-content: center;}
.modal_menu_r a{width: 65px;height: 30px;border-radius: 3px;background: #507def;color: #fff;text-align: center;line-height: 30px;display: block;font-size: 14px;}
.modal_menu_r a.default{background: #bdbdbd;}
