
*{
    margin: 0px;
    padding:0px;
}
html{font-size:14px;}
body{
    font:14px Microsoft Yahei,sans-serif,PingFangSC-Regular,Tahoma,helvetica,Segoe UI !important;
    color:#333;
    box-sizing: border-box;
}
ul,ol,dl{
    list-style: none;
}
i{
    font-style: normal;
}
a{
    color:#333;
    text-decoration: none;
    -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
    cursor: pointer;
}

:root{
   --theme:#843011;  /* 主题颜色 */
   --theme2:#dfc2b7; 
}

/* 隐藏调试工具 */
#think_page_trace_open{
    display: none !important;
}
body{
    margin:0 auto;
    max-width: 750px;
    background: #f5f5f5;
}

.footerbar{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.footerbar .main{
    width: 100%;
    max-width: 750px;
    margin:0 auto;
    height: 50px;
    padding-bottom: 5px;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    z-index: 1000;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.footerbar-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.footerbar-item:active{
    color:#d64e36;
}
.footerbar-item.on{
    color:#d64e36;
}
.footerbar-item .iconfont{
    font-size:26px;
}
.footerbar-item span{
    font-size:12px;
}
.footerbar-height{
    height: 50px;
}

.public_footer{
    text-align: center;
    color: #999;
    padding: 10px 0;
    margin:5px 0;
}