html,body {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}




.mt20200709{
    margin-top: .04rem;
    width: .61rem;
    height: .22rem;
    background: url(/origin/touch/uCenter/images/qd.png)no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-size: .1rem;
    line-height: .22rem;
    color: #393939;
    padding-left: .13rem;
    box-sizing: border-box;
}

/************ 2020-07-09 首页新增tab吸底导航 **************/
.IndexTab{
    width: 3.75rem;
    height:.45rem;
    background:rgba(255,255,255,1);
    box-shadow:0px -3px 4px 0px rgba(0,0,0,0.05);
    position: fixed;
    bottom: 0;
    z-index: 100;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}
.IndexTab ul{
    width: 100%;
    height: .45rem;
}
.IndexTab ul li{
    width: 20%;
    float: left;
}
.IndexTab ul li .tabNav{
    cursor: pointer;
    width: .34rem !important;
    height: 100%;
    margin: 0 auto !important;
    padding: 0 !important;
}
.IndexTab ul li .tabNav i{
    width: .17rem ;
    height: .17rem ;
    display: block;
    margin: .08rem auto .04rem ;
}
.IndexTab ul li .tabNav p{
    width: 100% ;
    text-align: center;
    font-size: .1rem;
    color: #000;
    line-height: .11rem ;
}
.IndexTab ul li .tabNav.on p{
    color: #eb2e2e;
}
.tabNav_a i{
    background: url(/origin/touch/uCenter/images/tab01.png)no-repeat;
    background-size: 100% 100%;
}
.tabNav_b i{
    background: url(/origin/touch/uCenter/images/tab02.png)no-repeat;
    background-size: 100% 100%;
}
.tabNav_c i{
    background: url(/origin/touch/uCenter/images/tab03.png)no-repeat;
    background-size: 100% 100%;
}
.tabNav_d i{
    background: url(/origin/touch/uCenter/images/tab04.png)no-repeat;
    background-size: 100% 100%;
}
.tabNav_e i{
    background: url(/origin/touch/uCenter/images/tab05.png)no-repeat;
    background-size: 100% 100%;
}


.tabNav_a.on i{
    background: url(/origin/touch/uCenter/images/tab01_a.png)no-repeat;
    background-size: 100% 100%;
}
.tabNav_b.on i{
    background: url(/origin/touch/uCenter/images/tab02_a.png)no-repeat;
    background-size: 100% 100%;
}
/*.tabNav_c.on i{
	background: url(/origin/touch/uCenter/images/tab03_a.png)no-repeat;
	background-size: 100% 100%;
}*/
.tabNav_d.on i{
    background: url(/origin/touch/uCenter/images/tab04_a.png)no-repeat;
    background-size: 100% 100%;
}
.tabNav_e.on i{
    background: url(/origin/touch/uCenter/images/tab05_a.png)no-repeat;
    background-size: 100% 100%;
}