.noticePc .noticeB{width: 100%;height: 60px;background: #f7b92d;}
.noticeMobile .noticeB{width: 100%;height: 60px;background: #f7b92d;display: none;box-sizing: border-box;}
.noticeContent{width: 100%;height:100%}
.noticeBox{line-height: 20px;margin: 0 auto;height: 100% ;max-width: 1100px;display: flex;align-items: center;}
.noticeBox .noticeTitle{white-space: nowrap;box-sizing: border-box;line-height: 35px;min-height: 35px;padding: 5px 10px; background: #d71b25;text-align: center;font-size: 16px;color: #ffffff;}
.noticeBox .noticeText{color: #732500;text-decoration: underline;font-size: 15px;padding-left: 15px;letter-spacing: -0.3px;}
@media (max-width: 768px){
    .noticePc{display: none;}
    .noticeMobile .noticeB{
        display: inline-block;
        /* height: auto; */
        padding: 10px 5px 10px 10px;}
    .noticeBox .noticeTitle{white-space: normal;display: inline-table;width: 120px;line-height: 20px;}
    .noticeBox .noticeText{line-height: 14px;font-size: 12px;}
}
@media (min-width: 1960px) {
    /* .noticeBox{
        max-width: 1580px;
    } */
}