html,
body {
    margin: 0;
    padding: 0;
    font-size: 0.32rem;
    color: #2C2724;font-family: 'Microsoft YaHei', '微软雅黑';
    /*font-family: -apple-system,Helvetica,sans-serif;*/
}

:root {
    --default-font-color: #2C2724;
    --orange-color: #ff4b3b;
    --orange2-color: #ffe6e4;
    --blue-color: #4192FF;
    --blue2-color: #d8e9ff;
    --green-color: #15BD60;
    --green2-color: #d6ffe8;
    --gray-color: #605A57;
    --white-color: #ffffff;
    --gray-simple-color: #A29A95;

}

* {
    margin: 0;
    padding: 0;
}
* {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 兼容部分老旧安卓机 */
}
a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

img {
    display: block;
}
em,i{font-style: normal;}
[v-cloak] {
    display: none !important;
}

/* 版心限制 */
.container {
    max-width: 10rem;
    margin: 0 auto;
}



.fixfooter{height:1.3rem;display:block;width:100%;}
.fixfooter .footer-content{width:10rem;display: flex;justify-content: space-between;position: fixed;bottom:0;left:calc(50% - 5rem);background-color:var(--white-color);padding:0.11rem 0;}
.fixfooter .footer-content .footer-item{display: flex;align-items: center;justify-content: center;flex-direction: column;width: 33%;}
.fixfooter .footer-content .footer-item i{width:0.64rem;height:0.64rem;display:block;margin:0 auto;}
.fixfooter .footer-content .footer-item span{display:block;text-align: center;width: 100%;font-size:0.32rem}
.fixfooter .footer-content .footer-item.active span{color: var(--orange-color);}
.fixfooter .footer-content .footer-item:nth-child(1) i{background:url(../../indexstyle/images/icon-home.png) center center no-repeat;background-size: 100% 100%;}
.fixfooter .footer-content .footer-item:nth-child(1).active i{background:url(../../indexstyle/images/icon-home_hov.png) center center no-repeat;background-size: 100% 100%;}
.fixfooter .footer-content .footer-item:nth-child(2) i{background:url(../../indexstyle/images/icon-vtab.png) center center no-repeat;background-size: 100% 100%;}
.fixfooter .footer-content .footer-item:nth-child(2).active i{background:url(../../indexstyle/images/icon-vtab_hov.png) center center no-repeat;background-size: 100% 100%;}
.fixfooter .footer-content .footer-item:nth-child(3) i{background:url(../../indexstyle/images/icon-my.png) center center no-repeat;background-size: 100% 100%;}
.fixfooter .footer-content .footer-item:nth-child(3).active i{background:url(../../indexstyle/images/icon-my_hov.png) center center no-repeat;background-size: 100% 100%;}