body {
    background-color: #fff !important;
}
footer {
    margin: 0.5em 0;
    padding-bottom: 1.2em;
    text-align: center;
}
footer p {
    line-height: 1em;
}
.mui-bar {
    height: 60px !important;
}   
.mui-bar img {
    margin-top: 7px;
    height:50px
}
.mui-icon {
    margin-top: 7px;
    color: #ff3300;
}
main {
    margin-top: 15px;
}
.mui-slider-group img {
    height: 200px;
}
.nav-ico img {
    width: 80%;
    height: auto;
}
.mui-grid-9 {
    background-color: #fff !important;
}
.mui-card {
    margin: 5px 0 0 0 !important;
}
.mui-table-view.mui-grid-view .mui-table-view-cell .mui-media-body {
    font-size: 0.8em !important;
}
.mainContainer {
    z-index: 1;
}
.mui-ellipsis {
    white-space: normal !important;
}
.mui-table-view-cell {
    list-style: none !important;
}
/* 修复移动端链接点击问题的额外样式 */
.mui-table-view-cell a, 
.mui-card-header a,
.mui-grid-view a {
    pointer-events: auto !important;
    z-index: 9999 !important;
    position: relative;
    cursor: pointer;
}
.mui-card-content-inner {
    padding: 5px !important;
}
.mui-card-content-inner li {
    list-style: none !important;
}
.cardli {
    padding: 5px 10px !important;
    min-height: 157px;
}

.tjcpt {
    width: 100wh;
    height: 80px;
}
.tjcpt img {
    width: 100%;
    height: 100%;   
}
.head-area {
    padding: 10px 15px;
    margin-top: 10px;
}
.mui-card-content-inner-news {
    padding: 0 15px 10px 15px
}
.sqbtncolor {
    background-color: #ff3300;
    color: #fff;
    transition: background-color 0.2s ease;
    margin-bottom: 0px;
}
.sqbtncolor:active {
    background-color: #ff893b !important;
    color: #fff;
}
.ncontent {
    max-width: 100wh;
}
.ncontent img { 
    max-width: 100%;
    height: auto;
}