/* 权限弹框 */
.popup-nolimit{width:396px;height:146px;border-radius:7px;background:rgba(63.75,68,127.5,1);border:2px solid #3377ff;position:fixed;top:0;left:0;right:0;bottom:0;margin:auto;z-index:1502}
.popup-nolimit .tit{width:100%;height:20px;margin-top:32px;display:flex;align-items:center}
.popup-nolimit .ico-warn{width:20px;height:20px;margin-left:32px;display:block; background:url('/res/profession/index/images/icon-warning_yellow.png') no-repeat; background-size:20px;}
.popup-nolimit .txt{font-size:16px;font-family:PingFang SC,PingFang SC-Semibold;font-weight:600;color:#ffffff;margin-left:12px}
.popup-nolimit .desc{font-size:14px;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;color:#ffffff;margin-left:64px;margin-top:18px}
.popup-nolimit .btns{width:100%;height:36px;position:absolute;left: 0;bottom: 24px; display:flex;justify-content:flex-end;align-items:center}
.popup-nolimit .btn-know{width:72px;height:36px;border-radius:4px;margin-right:24px;font-size:14px;font-family:PingFang SC,PingFang SC-Regular;font-weight:400;color:#ffffff;background:#3377FF;border:none}
.popup-nolimit .btn-know:hover{cursor:pointer;background:#33BBFF}