body{
    background-color: #f3f5f7;
    color: #333;
}

/*header*/
.mui-bar{
    background-color: #FFF;
}
.mui-title, header a{
    color: #333;
}
.mui-title{
    font-size: 16px;
}
header a:active{
    color: #333;
}

/*content*/
.page{
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
    height: auto;
}
.myWallet{
    margin-top: 10px;
    position: relative;
}
.company{
    position: absolute;
    left: 12px;
    top: 12px;
    color: #FFF;
    font-size: 14px;
}
.num{
    width: 100%;
    position: absolute;
    left: 0;
    top: 40%;
    margin-top: -31px;
    text-align: center;
}
.num p{
    color: #ffff99;
    font-size: 14px;
}
.btBox{
    width: 100%;
    height: 44px;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.btBox div a{
    color: #fff;
}
.btBox div a span{
    font-size: 28px;
    line-height: 42px;
}
.btBox div:first-of-type:after{
    content: "";
    height: 44%;
    width: 1px;
    display: block;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 28%;
}
/*领红包*/
.mui-bar-tab{
    background-color: #f92e58;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
}
.collarWallet{
    height: 44px;
    line-height: 44px;
    margin-top: 8px;
    background-color: #fff;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 0 12px;
}
.collarWallet .spot{
    position: relative;
}
.collarWallet .spot em{
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #f61d4a;
    position: absolute;
    right: -4px;
    top: 12px;
}
/*未领红包*/
.noCollar{
    height: 44px;
    padding: 0 12px;
    margin: 8px 0 0;
    background-color: #FFF;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.noCollar img{
    height: 100%;
    width: auto;
	margin: auto;
	display: block;
}
.noCollar span{
    line-height: 44px;
}
/*月份数据*/
.collarInfo{
    border-bottom: 1px solid #e2e2e2;
}
.collarInfo .time{
    line-height: 28px;
    padding: 0 12px;
}
.collarInfo .date{
    height: 60px;
    line-height: 50px;
    background-color: #fff;
    padding: 0 12px;
    border-top: 1px solid #e2e2e2;
}
.collarInfo img{
    float: left;
    height: 24px;
    width: auto;
    margin-top: 10px;
    margin-right: 6px;
}
.collarInfo .date span.mui-pull-right{
    color: #999;
}
/*账单*/
.billTitle{
    line-height: 44px;
}
.billTime{
    line-height: 28px;
    padding: 0 12px;
}
.mui-table-view{
    background-color: #fff;
}
.mui-table-view:before, .mui-table-view:after{
    background-color: #e2e2e2;
}
.mui-table-view-cell{
    padding: 10px 12px;
}
.mui-table-view-cell:after{
    left: 0;
    background-color: #e2e2e2;
}
.mui-table-view-cell>a:not(.mui-btn){
    margin: -11px 0;
    padding: 10px 0;
}
.mui-table-view-cell>a:not(.mui-btn).mui-active{
    background-color: transparent;
}
.mui-table-view .mui-media-object.mui-pull-left {
    margin-left: 10px;
}
.mui-table-view .mui-media-body{
    color: #333;
}
.mui-table-view .mui-media-object {
    line-height: 40px;
    max-width: 40px;
    height: 40px;
}
.mui-table-view .number{
    color: #333;
}
.mui-table-view .number p, .mui-table-view-cell p{
    color: #999;
    line-height: 19px;
}
.alertRedOne{
    width: 300px;
    height: 308px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -154px;
    overflow: hidden;
    display: none;
    opacity:0;
    z-index: 999;
}
.alertRed{
    width: 300px;
    height: 308px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -154px;
    overflow: hidden;
    display: none;
    opacity:0;
    z-index: 999;
}
.alertRed div{
    position: absolute;
    top: 50%;
    width: 100%;
}
.alertRed div p{
    width: 100%;
    text-align: center;
    color: #f9eb58;
    font-size: 16px;
}
.bind{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 997;
}
.bind img, .bind div{
    width: 36px;
    height: 52px;
    float: left;
    transform: rotate(40deg);
}


/* tankuang */
.shoot_box{
	position: fixed;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10px 30px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}

