body,html{width:100%;height:100%;background-color: #f1f2f5;font-size:14px;}
.weui-navbar{width: 100%;height: 50px;padding: 0 15px;box-sizing: border-box;position: fixed;background-color: #fff;display: flex;align-items: center;justify-content: space-between;}
/**/
.weui-navbar:after{border-bottom:0;}
.weui-navbar img{width:20px;}
.weui-navbar .weui-navbar-title{width: calc(100% - 30px);line-height: 15px;color:#333;text-align:center;font-size:18px;position: absolute;z-index: -1;}
.weui-navbar .navicon{display:inline-block;width:20px;height:auto;font-size:22px;}
.border_bottom_1{border-bottom: 1px solid #e5e5e5;}
input:focus{outline:inherit;}

/*顶部导航*/
.headnav{width: 100%;height: 50px;line-height: 50px;padding: 0 15px;font-size: 15px;color: #fff;text-align: center;position: fixed;top: 0;left: 0;box-sizing: border-box;display: flex;align-items: center;justify-content: space-between;background-image: linear-gradient(to left, #D2BB8C , #EFDAB1);}
.headnav span{width: 20px;font-size: 18px;}
.headnav div{flex: 1;}
/*头部支撑*/
.support_50{width: 100%;height: 0;border-bottom: 50px solid transparent;}
.support_60{width: 100%;height: 0;border-bottom: 60px solid transparent;}
.support_70{width: 100%;height: 0;border-bottom: 70px solid transparent;}

/*鼠标手指手势*/
.cursor_p{cursor: pointer;}

/*红点*/
/*.weui-badge{width: 4px !important;max-width: 4px !important;height: 4px !important;padding: 0 !important;}*/

/*查询不到信息*/
.not_query_info{position: absolute;width: 100%;line-height: 50px;margin-top: 50%;text-align: center;}

/*无效*/
.invalid{width: 100%;margin-top: 100px;display: flex;flex-direction: column;align-items: center;justify-content: center;background-color: #fff;}
.invalid img{height: 180px;}
.invalid p{margin-top: 20px;text-align: center;color: #999;}

    /*WeUI样式更改*/
.weui-dialog__btn{color: #10B0FE;}

.pb80{padding-bottom: 80px;}
/*.example{padding-bottom: 80px;}*/

/*新功能正在添加*/
.underway{margin-top: 45%;margin-bottom: 60px;display:flex;color:#dcdCDCFF;font-size:9px;align-items:center;flex-direction:column;}
.underway img{margin-bottom:10px;width:81px;height:113px;}

#footer.bar-tab{width: 100%;height: 4rem;background-color: #fff;position: fixed;bottom: 0;display: flex;justify-content: center;}
#footer.bar-tab .tab-item{flex: 1;display: flex;flex-direction: column;align-items: center;}
#footer.bar-tab .tab-item.active .tab-label{color: #333333;}
#footer.bar-tab .tab-item .icon{margin-top: .3rem;height: 1.8rem;}
#footer.bar-tab .tab-item .icon ~ .tab-label{margin-top: .2rem;font-size: .7rem;}