body,html       {height:100%;-webkit-tap-highlight-color:transparent;}
body            {font-family:-apple-system-font,Helvetica Neue,Helvetica,sans-serif;}
ul,li           {list-style:none;}
a               {color:#1aad19;text-decoration:none;}
img             {max-width:100%;display:block;}
input,button,textarea,select{font-size:0.6rem;outline:medium;}
a,img,input,button{-webkit-tap-highlight-color:rgba(255,0,0,0);}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
.container      {position:absolute;top:0;right:0;bottom:0;left:0;overflow-y:auto;-webkit-overflow-scrolling:touch;}
.page-header    {padding:40px 0 10px;}
.page-title     {text-align:center;font-size:18px;color:#3cc51f;font-weight:400;}
.page-desc      {text-align:center;color:#888;font-size:14px;}
/*重定义字体*/
.weui-cells     {font-size:16px;}
.weui-vcode-btn {font-size:16px;}
.weui-toast--text{font-size:16px;}
/*表单必填字段加星号*/
.weui-cell.required label:after{content: "*";color: red;}
/*重定义toptip层级*/
.weui-toptips   {z-index:999;}
/*重定义选项卡间距*/
.weui-navbar__item{padding:10px 0;}
.weui-navbar+.weui-tab__panel{padding-top:45px;padding-bottom:50px;}
/*增加选项卡图标*/
.weui-navbar__item a.nav{position:absolute;top:10px;left:10px;display:block;width:25px;height:25px;background:url(/images/icons/icon_back.png) 50% 50% / 100% 100%  no-repeat;}
.weui-navbar__item a.nav.user{left:auto;right:10px;background:url(/images/icons/icon_user.png) 50% 50% / 100% 100%  no-repeat;}
/*表单错误提示*/
.weui-error     {color:#e64340;font-size:14px;}
.weui-error:empty{display:none;}
/*表单必填字段标注*/
.weui-label     {width:4rem;}
.weui-label span{color:red;}
/*label右边的复选列表*/
.weui-cell_rcheck .weui-cells:before{border-top:none;}
.weui-cell_rcheck .weui-cells:after{border-bottom:none;}
.weui-cell_rcheck .weui-cell{padding:5px 0px;}
.weui-cell_rcheck .weui-cell:first-child{padding-top:0;}
.weui-cell_rcheck .weui-cell:last-child{padding-bottom:2px;}
.weui-cell_rcheck .weui-cell:before{border-top:none;}
.weui-cell_rcheck .weui-cell__hd{padding:0;}