html {
    position: relative;
    min-height: 100%;
    /* background-color: #f7f7f7; */
    background: url(../images/common_bg.png) no-repeat top center;
    background-size: cover;
	height: auto;
}
body{
    background-color: transparent;margin-bottom: 10%;
}
.has-footer {
    padding-bottom: 1.2rem;
}
@media (max-width: 375px) {
    .has-footer {
        padding-bottom: 62px;
    }
}

.mui-table-view {
    background-color: transparent;
}
.mui-table-view:before,
.mui-table-view:after {
    display: none;
}
.mui-table-view-cell {
    padding: 0;
}
.mui-table-view-cell.mui-active {
    background-color: transparent;
}
.mui-table-view-cell:after {
    display: none;
}
.mui-table-view-cell>a:not(.mui-btn) {
    margin: 0;
}
.mui-table-view-cell>a:not(.mui-btn).mui-active {
    background-color: transparent;
}

/* 头部 */
.custom-bar-nav,
.other-bar-nav {
    height: .88rem;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
	    overflow-y: auto;
}
/* .custom-bar-nav {
    background: url(../images/header_bg.png) no-repeat left top;
    background-size: 100% 100%;
} */
.other-bar-nav {

}
.custom-bar-nav .mui-icon,
.other-bar-nav .mui-icon {
    margin: 0 !important;
    padding: 0 .16rem !important;
    font-size: .48rem;
    line-height: .88rem;
    color: #2d2933;
}
.custom-bar-nav .mui-icon {
    padding: 0 .2rem !important;
    font-size: .48rem;
    line-height: .88rem;
    color: #2d2933;
}
.custom-bar-nav .mui-icon img {
    display: inline-block;
    width: .46rem;
    margin-top: .1rem;
    vertical-align: middle;
}
.custom-bar-nav .mui-title,
.other-bar-nav .mui-title {
    right: .8rem;
    left: .8rem;
    font-size: .36rem;
    line-height: .88rem;
    letter-spacing: -.009rem;
    color: #2d2933;
}
.custom-bar-nav .mui-title {
    right: 1.2rem;
    left: 1.2rem;
    font-size: .48rem;
}
.custom-bar-nav .mui-icon-back:before, 
.custom-bar-nav .mui-icon-left-nav:before {
    display: none;
}
.custom-bar-nav .mui-btn-link,
.other-bar-nav .mui-btn-link {
    margin-left: 0 !important;
    margin-right: .2rem;
    font-size: .36rem;
	line-height: .88rem;
    color: #4a4956;
    outline: none;
}
.custom-bar-nav .mui-btn-link {
    width: 1rem;
    text-align: center;
}

@media (max-width: 375px) {
    .custom-bar-nav,
    .other-bar-nav {
        height: 44px;
    }
    .custom-bar-nav .mui-icon,
    .other-bar-nav .mui-icon {
        padding: 0 8px !important;
        font-size: 24px;
        line-height: 44px;
    }
    .custom-bar-nav .mui-icon img {
        width: 24px;
    }
    .custom-bar-nav .mui-title,
    .other-bar-nav .mui-title {
        right: 40px;
        left: 40px;
        font-size: 18px;
        line-height: 44px;
    }
    .custom-bar-nav .mui-title {
        right: 50px;
        left: 50px;
        font-size: 24px;
    }
    .custom-bar-nav .mui-btn-link,
    .other-bar-nav .mui-btn-link {
        font-size: 18px;
        line-height: 44px;
    }
}


.custom-bar-nav~.mui-content,
.other-bar-nav~.mui-content {
    height: 100%;
    padding-top: 1rem;
    background-color: transparent;
	    overflow-y: auto;
}
.custom-content {
    background-color: transparent;

}
.custom-content-header {
    padding-top: .88rem !important;
}

@media (max-width: 375px) {
    .custom-bar-nav~.mui-content,
    .other-bar-nav~.mui-content {
        padding-top: 50px;
		    overflow-y: auto;
    }
    .custom-content-header {
        padding-top: 44px !important;
    }
}


.custom-bar-tab {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    bottom: 0;
    display: table;
    width: 100%;
    height: 1.01rem;
    padding: 0;
    table-layout: fixed;
    backface-visibility: hidden;
    background: url(../images/bar_tab_bg.png) no-repeat;
    background-size: 100% 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: .07rem solid #959595;
    border-bottom: 0;
}
.custom-bar-tab .custom-bar-item {
    display: table-cell;
    overflow: hidden;
    width: 1%;
    padding: .15rem 0 0 0;
    color: #000;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.custom-bar-tab .custom-bar-tab-icon {
    display: block;
    width: .62rem;
    height: .48rem;
    margin: 0 auto;
    overflow: hidden;
}
.custom-bar-tab .custom-bar-tab-icon img {
    display: block;
    width: 100%;
}
.custom-bar-tab .custom-bar-tab-icon .tab-icon-default {
    display: block;
}
.custom-bar-tab .custom-bar-tab-icon .tab-icon-active {
    display: none;
}
.custom-bar-tab .custom-bar-label {
    display: block;
    /*font-size: 0.18rem;*/
   font-size: .24rem;
    line-height: .3rem;
}
.custom-bar-tab .custom-bar-item.custom-bar-active {
    color: red;
}
.custom-bar-tab .custom-bar-active .tab-icon-default {
    display: none;
}
.custom-bar-tab .custom-bar-active .tab-icon-active {
    display: block;
}
@media (max-width: 375px) {
    .custom-bar-tab {
        height: 53px;
        border-top: 3px solid #959595;
    } 
    .custom-bar-tab .custom-bar-item {
        padding: 6px 0 0 0;
    }
    .custom-bar-tab .custom-bar-tab-icon {
        width: 31px;
        height: 24px;
    }
    .custom-bar-tab .custom-bar-label {
        font-size: 12px;
        line-height: 20px;
    }
}