html, body, .weui-tab { height: 100%; }
	#tab1 { 
		    padding-top: 30%;
    box-sizing: border-box;
	background-image: url(img/bg.jpg); background-size: 100%;
      background-position: right 0 bottom 45px;
background-repeat: no-repeat;
height: 100%;}
	.weui-tabbar__label { color: #757475; }
	.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label,.weui-search-bar__cancel-btn { color: #Ab2227; }
	.weui-tabbar { position: fixed; }
	.weui-bar__item--on .img1 { content: url(img/paipan_sel.png); }
	.weui-bar__item--on .img2 { content: url(img/rec_select.png); }
	.weui-bar__item--on .img3 { content: url(img/user_sel.png); }
	.weui-cells_checkbox .weui-check:checked+.weui-icon-checked:before { color: #ab2227; }
	.date_btn:last-child { color: #Ab2227; }
	.date_class_box .active { background-color: #Ab2227; }
	.date_class {color: #Ab2227; border: 1px solid #Ab2227; }
	.date_grid {border-top: 2px solid #Ab2227; border-bottom: 2px solid #Ab2227; box-shadow: #Ab2227 0 0 4px; }
	#btn1{    background-color: #ab2227;
    color: #fff;
    border: 0;
    padding: 8px 40px;
    border-radius: 5px;
    font-size: 18px;}
    .btn-row {text-align: center;
    margin-top: 45px;}
    .link1 {margin-top: 45px;
    display: block;}
    
    .re-row, .re-row .gender { color: #aaa; font-size: 0.7rem; }
    .re-row .gender { margin-left: 10px; }
    .re-row .name { color: #000; font-size: 0.8rem; }
    .re-row .sc span {margin-left: 5px;}
    .re-row img {width: 30px;}
    .re-row:nth-child(even) { background-color: #f3f3f3;}
    #header-row { background-color: #fff; padding-top: 20%; }
	#tab3 { background-color: #f3f3f3; }
.userinfo {
  position: relative;
  padding-bottom: 20px;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
 
.userinfo-avatar {
  overflow:hidden;
  display: block;
  width: 80px;
  height: 80px;
  margin: 10px;
  margin-top: 25px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
 
.userinfo text {
  /* color: #fff; */
  font-size: 14px;
}

.userinfo #vip-label { background-color: #ab2227; color: #fff;  border-radius: 5px; padding: 2px 5px; margin-top: 10px; margin-right: 10px; }
#ex-vip-label span, .nonvip {
  font-size: 24rpx;
background-color: #f3f3f3;
padding: 6rpx 20rpx;
border-radius: 10rpx;
color: #999;
}
.weui-cells { background: none; }
.weui-cells_form label[for] { float: left; }
.weui-cells:before, .weui-cell:before { border-top: 0; }
.weui-cells:after { border-bottom: 0; }

.weui-cells_form .weui-cell-input {
    border: 1px solid #ab2227;
    border-radius: 5px;
    padding: 5px 10px;}