.profession-common-alert-mask {
width: 100%;
height: 100%;
position: fixed;
background: rgba(0,0,0,0.5);
top: 0;
left: 0;
z-index: 999;
}

.profession-common-alert {
width: 396px;
height: 146px;
border-radius: 7px;
background: #fff;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
z-index: 32;
box-shadow: 0 6px 16px 0 #00000026;
}

.profession-common-alert .tit {
width: 100%;
height: 20px;
margin-top: 32px;
display: flex;
align-items: center
}

.profession-common-alert .ico-warn {
width: 20px;
height: 20px;
margin-left: 32px;
display: block;
background: url('../images/icon-warning_yellow.png') no-repeat;
background-size: 20px;
}

.profession-common-alert .txt {
font-size: 16px;
font-family: PingFang SC,PingFang SC-Semibold;
font-weight: 600;
color: #333;
margin-left: 12px
}

.profession-common-alert .desc {
font-size: 14px;
font-family: PingFang SC,PingFang SC-Regular;
font-weight: 400;
color: #ffffff;
margin-left: 64px;
margin-top: 18px
}

.profession-common-alert .btns {
width: 100%;
height: 36px;
position: absolute;
left: 0;
bottom: 24px;
display: flex;
justify-content: flex-end;
align-items: center
}

.profession-common-alert .alert-btn-know {
cursor:pointer;
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: #C9172C;
border: none
}
