.dialogMask {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
}
/** 重要提醒 **/
#importmentNotice {
    display: none;
}
.importmentNoticeBox {
    margin: auto;
    background: url("https://image.ssish.com/ssish/notice/img/popUp.png") no-repeat;
    width: 500px;
    height: 483px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.importmentNoticeBox .close_img {
    position: absolute;
    width: 28px;
    height: 28px;
    right: 12px;
    top: 92px;
    cursor: pointer;
}
.importmentNoticeBox .title {
    margin-top: 180px;
    color: #333;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 96px;
    position: relative;
}
.importmentNoticeBox .title::after {
    content: "";
    height: 26px;
    width: 133px;
    position: absolute;
    background: url("https://image.ssish.com/ssish/notice/img/titleIcon.png") no-repeat;
    left: 16px;
    bottom: -15px;
}
.importmentNoticeBox .tip {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 43px;
}
.importmentNoticeBox .checkBtn {
    cursor: pointer;
    box-sizing: border-box;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 52px;
    border-radius: 4px;
    background: #fe8f2d;
    box-shadow: 0px 4px 10px 0px rgba(254, 143, 45, 0.39);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}

/** 消息 **/
.noticeBox {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 5px;
}
.noticeImgBox {
    position: relative;
    cursor: pointer;
}
.noticeBox .noticeIcon {
    width: 100%;
    height: 100%;
}
.noticeBox .noticeNum {
    display: none;
    position: absolute;
    right: -5px;
    top: -5px;
    min-width: 10px;
    height: 10px;
    padding: 0px 3px;
    flex-shrink: 0;
    border-radius: 100px;
    border: 1px solid #f7f7f7;
    background: #e34d59;
    color: #fff;
    text-align: center;
    font-size: 8px;
    font-weight: 500;
    line-height: 10px;
}
.noticeBox .noticeList {
    display: none;
    position: absolute;
    left: 0;
    top: 28px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    width: 400px;
    font-size: 14px;
    z-index: 10;
}
.noticeBox .noticeList .noticeTitle {
    width: 400px;
    box-sizing: border-box;
    height: 52px;
    color: #fff;
    font-size: 20px;
    border-radius: 12px 12px 0 0;
    font-weight: 900;
    line-height: 52px;
    padding: 0 12px;
    background: url(https://image.ssish.com/ssish/notice/img/newbg.png) #fe8f2d 0 0 / 100% 100% no-repeat;
}
.noticeBox .noticeList .noticeItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    padding: 0 12px 0 26px;
    position: relative;
    cursor: pointer;
}
.noticeBox .noticeList .noticeItem::before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: transparent;
    top: 0px;
    bottom: 0;
    left: 12px;
    margin: auto 0;
}
.noticeBox .noticeList .unread::before {
    content: "";
    background-color: #ff2d2d;
}
.noticeBox .noticeList .noticeItem .noticeMsg {
    color: #888;
    font-weight: 400;
    max-width: 320px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.noticeBox .noticeList .noticeItem .noticeStatus {
    color: #888;
    font-size: 12px;
}
.noticeBox .noticeList .unread .noticeMsg {
    color: #444;
}
.noticeBox .noticeList .unread .noticeStatus {
    color: #ff2d2d;
}
.noticeBox .noticeList .checkAll {
    color: #444;
    font-weight: 400;
    height: 40px;
    flex-shrink: 0;
    border-top: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.noticeBox .noticeList .checkAll img {
    width: 16px;
}

/** 产品详情页提示 **/
.noticeTag {
    display: none;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    border: 1px solid #fea6a6;
    background: #fff8f8;
    width: 400px;
    height: 33px;
    flex-shrink: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.noticeTag img {
    width: 12px;
}
.noticeTag img:last-child {
    cursor: pointer;
}
.noticeTag .noticeContent {
    color: #ff2d2d;
    font-size: 12px;
    font-weight: 400;
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    min-width: 200px;
    margin: 0 5px 0 2px;
}
.noticeTagBox {
    position: relative;
    padding: 48px;
    border-radius: 12px;
    background: linear-gradient(
            180deg,
            #fff4eb 0%,
            rgba(255, 244, 235) 10%,
            #fff 100%
    );
    width: 800px;
    box-sizing: border-box;
    min-height: 380px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.noticeTagBox .close_img {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
}
.noticeTagBox .title {
    color: #333;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
}
.noticeTagBox .title::after {
    content: "";
    height: 26px;
    width: 133px;
    position: absolute;
    background: url("https://image.ssish.com/ssish/notice/img/titleIcon.png") no-repeat;
    left: 16px;
    bottom: -27px;
}
.noticeTagBox .tip {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}
.noticeTagBox .enableDate {
    width: 100%;
    color: #ff0000;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    max-height: 60vh;
    overflow-y: auto;
    padding: 0 12px;
}
.noticeTagBox .content {
    width: 100%;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 32px;
    max-height: 60vh;
    overflow-y: auto;
    padding: 0 12px;
}
.noticeTagBox .content {
    width: 100%;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 32px;
    max-height: 60vh;
    overflow-y: auto;
    padding: 0 12px;
}
.noticeTagBox .content img {
    max-width: 100% !important;
    height: auto !important;
}
.noticeTagBox .checkBtn {
    cursor: pointer;
    box-sizing: border-box;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 248px;
    height: 42px;
    border-radius: 4px;
    background: #fe8f2d;
    box-shadow: 0px 4px 10px 0px rgba(254, 143, 45, 0.39);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}

.noticeTagBox .content table {
    max-width: 100%;
    word-break: break-all;
}