table {
    width:100%;
}
@media (max-width: 767px) {
body {
    background-color: #ECF2F7;
    margin: 0;
    position: fixed;
    height: 100%;    
}
table {
    width:100%!important;
}
.small-view.container {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 20px 0 0;
    position: relative;}
.small-view.container .notice-detail {
    width: 88%;
    min-height: 90%;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 8px;
    padding: 30px 20px;
}
.small-view.container .notice-detail .notice-detail-header {
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}
.small-view.container .notice-detail .notice-detail-time {
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.45);
    margin: 8px 0;
}
.small-view.container .notice-detail .notice-detail-content {
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: normal;
    line-height: 28px;
    padding: 20px 0 150px;
}
.small-view.container .notice-footer1 {
    background: url(/brandnew_CN/upload/images/2025/6/1f3b7912fd4d88b2.png) no-repeat;
    background-size: 95%;
    background-position-x: center;
    background-position-y: 100%;
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    z-index: -1;
}
.small-view.container .notice-footer2 {
    background: url(/brandnew_CN/upload/images/2025/6/6f87ea2b108c950a.png) no-repeat;
    background-size: 100%;
    background-position-y: 0%;
    width: 100%;
    height: 16%;
    position: fixed;
    bottom: 0;
}
.small-view.container .notice-footer3 {   
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
}