
/*tab切换*/
.tabWrap{
	border-bottom: 1px solid #eee;
	margin: 5px 0 0 0;
}
.tabWrap .tab{
	display: inline-block;
	padding: 15px 12px;
	margin-right: 25px;
	color: #666;
}
.tabWrap .tab.active,.tabWrap .tab:hover{
	border-bottom: 2px solid #078ce0;
	text-decoration: none;
}
.tabWrap .tab.active{
	color: #333;
	font-weight: bold;
}

/*帐号余额*/
.numWrap{
	padding-top: 20px;
	font-size: 18px;
}
.numWrap span{
	color: #ff701a;
	padding: 0 5px;
}

/*汇总*/
.summaryWrap{
	font-size: 12px;
	padding: 0 20px;
	line-height: 39px;
	border: 1px solid #eee;
	border-top: none;
	background: #fff;
}
.summaryWrap .output{
	font-size: 12px;
	color: #197efa;
	margin-left: 10px;
	text-decoration: none;
}
.summaryWrap .icon{
	display: inline-block;
	width: 10px;
	height: 12px;
	background: url(../images/output.png);
	vertical-align: middle;
	margin-top: -1px;
}

/*搜索样式*/
.searchWrap{
	margin-top: 20px;
	padding: 20px 10px 0 10px;
	border: 1px solid #eee;
}
.blueBtn{
	color: #fff;
	background: #1e9ff8;
	border-radius: 3px;
	border: 1px solid #1e9ff8;
	padding: 7px;
	text-decoration: none;
}
.blueBtn:hover{
	background: #1090e9;
}
.searchWrap .line{
	border-left: 1px solid #eee;
	margin: 0 20px;
	padding: 8px 0;
}
.searchWrap .item{
	display: inline-block;
	width: 188px;
	line-height: 33px;
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	background: #f7f7f7;
	position: relative;
}
.searchWrap .item em{
	border-right: 1px solid #cdcdcd;
	padding-right: 9px;
    display: inline-block;
}
.searchWrap .selectSearch,.searchWrap input{
	float: right;
	height: 33px;
    width: 122px;
    padding-left: 10px;
    border: none;
    background: #fff;
    border-radius: 0;
}
.searchWrap input{
	width: 126px;
}
#datepicker{
	width: 194px;
}
.ta_ipt_text_s{
	height: 16px;
}
.searchWrap .time,.searchWrap .cp{
	width: 244px;
}
.searchWrap .gp{
	width: 236px;
}
.searchWrap .gname{
	width: 223px;
}
.searchWrap .time input{
	width: 194px;
}
.searchWrap .gname input,.searchWrap .gp input{
	width: 160px;
}
.searchWrap .title{
	width: 202px;
}
.searchWrap .cPipe{
	width: 267px;
	padding-left: 0;
}
.searchWrap .cPipe input{
	width: 180px;
}
.searchWrap .zsearch{
	width: 277px;
	padding-left: 0;
}
.searchWrap .appid{
	width: 174px;
}
.searchWrap .zs{
	width: 105px;
}
.searchWrap .item .name{
	border: none;
    height: 33px;
    background: #f7f7f7;
    padding-left: 10px;
}
.searchWrap .zsearch .name:focus{
	outline: none;
}
.searchWrap .zsearch input{
	width: 161px;
	margin-left: 0;
	/*border-left: 1px solid #cdcdcd;*/
}
.searchWrap .keyList{
	display: none;
	position: absolute;
	right: 0;
	width: 170px;
	height: 135px;
	overflow: auto;
	background: #fff;
	border: 1px solid #cdcdcd;
	text-align: center;
}
.searchWrap .keyList li{
	border-bottom: 1px solid #cdcdcd;
	cursor: pointer;
	line-height: 26px;
}
.searchWrap .keyList li:hover{
	background: #1e9ff8;
	color: #fff;
}
.searchWrap .lightBtn,.numWrap .lightBtn{
	border: 1px solid #cdcdcd;
	color: #333;
	background: #f8f8f8;
	padding: 7px 10px;
	border-radius: 3px;
	margin-right: 20px;
	margin-bottom: 20px;
	vertical-align: top;
}
.searchWrap .lightBtn .icon{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/search.png);
	margin-right: 6px;
	vertical-align: middle;
}
.searchWrap .lightBtn:hover{
	background: #f4f4f4;
}
.searchWrap .lightBtn:focus{
	outline: none;
}
.voucher .searchWrap .lightBtn{
	margin-right: 15px;
}
.voucher .searchWrap .item{
	margin-right: 12px;
}
.export {
    border: 1px solid #cdcdcd;
    color: #333;
    background: #f8f8f8;
    padding: 7px 10px;
    border-radius: 3px;
    margin-right: 30px;
    vertical-align: top;
}

/*表格样式*/
.tableWrap table{
	width: 100%;
	border: 1px solid #eee;
	border-top: none;
}
.tableWrap table th{
	font-size: 14px;
	color: #666;
	line-height: 46px;
	background: #f5f5f5;
	text-align: center;
	font-weight: bold;
}
.tableWrap table td{
	font-size: 12px;
	color: #000;
	height: 58px;
	text-align: center;
	border: 1px solid #eee;
	padding: 2px;
}
.tableWrap table tr:nth-child(odd){
	background: #fdfdfd;
}
.tableWrap .userIcon{
	border-radius: 30px;
	width: 42px;
	height: 42px;
	margin-right: 20px;
	vertical-align: middle;
}
.tableWrap .money{
	color: #ff701a;
}
.tableWrap .pfIcon{
	display: inline-block;
	width: 15px;
	height: 18px;
	margin-right: 5px;
	vertical-align: text-bottom;
}
.tableWrap .pfIcon.ios{
	background: url(../images/ios.png);
}
.tableWrap .pfIcon.android{
	background: url(../images/android.png);
}
.tableWrap .pfIcon.html5{
	background: url(../images/html5.png);
}
.tableWrap .btn{
	display: inline-block;
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	background: #f8f8f8;
	line-height: 28px;
	padding: 0 20px;
	color: #197efa;
	text-decoration: none;
}
.tableWrap .btn.more{
	padding: 0 10px;
}
.tableWrap .btn:hover{
	background: #f4f4f4;
}
.tableWrap .unpay .btn{
	margin: 0 10px;
}
.tableWrap .unpay td:last-child{
	width: 190px;
}
.tableWrap .allData .pfIcon{
	margin: 0;
}
.tableWrap .allData td:nth-child(2),.tableWrap .allData td:nth-child(7),.tableWrap .allData td:nth-child(9),.tableWrap .allData td:nth-child(12){
	width: 80px;
}
.tableWrap .allData td:nth-child(4),.tableWrap .allData td:nth-child(5),.tableWrap .allData td:nth-child(6),.tableWrap .allData td:nth-child(8){
	width: 70px;
}
.tableWrap .allData td:nth-child(10),.tableWrap .allData td:nth-child(11){
	width: 80px;
}
.tableWrap .allData td:nth-child(3){
	position: relative;
}
.tableWrap .allData .infoIcon{
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/infoIcon.png);
	background-size: cover;
	vertical-align: bottom;
	cursor: pointer;
	margin: 0 2px;
}
.tableWrap .allData .accounts .accountMask{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    z-index: 10;
}
.tableWrap .allData .accounts .accountCon{
	position: absolute;
    left: 0;
    top: 0;
    width: 215px;
    padding: 10px;
    border: 1px solid #cdcdcd;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    z-index: 10;
    text-align: left;
}
.tableWrap .allData .bold{
	display: inline-block;
  	height: 21px;
  	margin-left: 4px;
  	vertical-align: top;
  	color: #1E6F93;
}
.tableWrap .allData .red{
	color: #f00;
  	font-weight: normal;
}

/*查看数据*/
#checkData .tableWrap table th{
	height: 46px;
	line-height: 14px;
	font-size: 12px;
}
#checkData .tableWrap .allData td:nth-child(1){
	width: 110px;
}
#checkData .tableWrap .cursor{
	cursor: pointer;
}

/*gpGame 样式*/
.gpGame{
	margin: 20px 0;
}
.gpGame .tableWrap td{
	width: 25%;
}

/*分页样式*/
.pageWrap{
	padding: 20px 10px;
}
.pageWrap .pageSize{
	float: left;
	color: #333;
	font-size: 12px;
	line-height: 40px;
}
.pageWrap .pageSize span{
	margin-left: 15px;
}
.pageWrap .pageSize select{
	width: 64px;
	height: 28px;
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	margin-left: 7px;
}
.pageWrap .pages{
	float: right;
	border: 1px solid #eee;
}
.pageWrap .pages .page{
	display: block;
	float: left;
	line-height: 38px;
	width: 38px;
	text-align: center;
	box-sizing: border-box;
	color: #666;
	font-size: 12px;
	text-decoration: none;
}
.pageWrap .pages .page:last-child{
	width: 68px;
}
.pageWrap .pages .page:hover{
	background: #f6f6f6;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.pageWrap .pages .active,.pageWrap .pages .active:hover{
	background: #078ce0;
	color: #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

/*弹窗*/
.tipWrap{
	display: none;
	position: fixed;
	left: 50%;
	top: 25%;
	margin-left: -203px;
	width: 406px;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	z-index: 1;
}
.tipWrap.show{
	display: block;
}
.tipWrap .title{
	text-align: center;
	line-height: 42px;
	background: #f7f7f7;
}
.tipWrap .noTitle{
	height: 20px;
}
.tipWrap .content{
	padding: 12px 30px;
}
.tipWrap .content p{
	margin-bottom: 20px;
}
.tipWrap .content .p5{
	padding: 0 5px;
}
.tipWrap .content .money{
	color: #ff701a;
}
.tipWrap .content .item-l{
	display: inline-block;
	width: 84px;
	text-align: right;
}
.tipWrap .content input, .tipWrap .content .select{
	width: 250px;
	height: 36px;
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	padding: 0 5px;
}
.tipWrap .content .select{
	width: 262px;
    margin-left: -5px;
}
.tipWrap .error,.tipWrap .tip{
	font-size: 12px;
	color: #f00;
	margin-top: -20px;
	padding: 2px 0 2px 85px;
}
.tipWrap .tip{
	color: #999;
	padding-bottom: 10px;
}
.tipWrap .btns{
	padding: 15px 0;
	border-top: 1px solid #eee;
	text-align: center;
}
.tipWrap .btns button{
	width: 68px;
	height: 30px;
	border-radius: 3px;
	border: 1px solid #ddd;
	background: #f8f8f8;
	font-size: 12px;
}
.tipWrap .btns button:hover{
	background: #f4f4f4;
}
.tipWrap .btns button.sure{
	border: 1px solid #1e9ff8;
	background: #1e9ff8;
	color: #fff;
	margin-right: 10px;
}
.tipWrap .btns button.sure:hover{
	border: 1px solid #1090e9;
	background: #1090e9;
}
.recharge .code,.voucher .code{
	display: none;
}
.recharge .content p{
	margin-bottom: 15px;
}
.recharge .code > input,.voucher .code > input{
	width: 130px;
}
.recharge .code > img,.voucher .code > img{
	float: right;
}
.voucher .content .desc,.voucher .content .code{
	margin-bottom: 10px;
}
.voucher .tip{
	padding-bottom: 5px;
}
.reTip{
	width: 314px;
	margin-left: -157px;
}
.reTip .hasImg{
	padding: 35px 30px;
}
.reTip .hasImg .icon{
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../images/tipIcon.png);
	margin-right: 12px;
	vertical-align: middle;
}
.successTip{
	display: none;
	width: 298px;
	line-height: 36px;
	background: #fefbe4;
	font-size: 16px;
	color: #000;
	text-align: center;
	padding: 15px 0;
	position: fixed;
	left: 50%;
	margin-left: -149px;
	top: 14%;
}
.successTip .closeBtn{
	color: #b2b2b2;
	position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
}
.successTip .icon{
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../images/ok.png);
	vertical-align: middle;
	margin-right: 20px;
}

.mask{position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.7);}
.mask .tipWrap{display: block;}
.checkStrength .item-l{vertical-align:top}
.pw-strength {position: relative; display: inline-block; width: 236px; height: 32px;}
.pw-bar{background: url(../images/pwd-1.png) no-repeat;height: 14px;overflow: hidden;width: 179px;}
.pw-bar-on{background:  url(../images/pwd-2.png) no-repeat; width:0px; height:14px;position: absolute;top: 1px;left: 2px;transition: width .5s ease-in;-moz-transition: width .5s ease-in;-webkit-transition: width .5s ease-in;-o-transition: width .5s ease-in;}
.pw-weak .pw-defule{ width:0px;}
.pw-weak .pw-bar-on {width: 60px;}
.pw-medium .pw-bar-on {width: 120px;}
.pw-strong .pw-bar-on {width: 179px;}
.pw-txt {padding-top: 2px;width: 180px;overflow: hidden;}
.pw-txt span {color: #707070;float: left;font-size: 12px;text-align: center;width: 58px;}
.mask .tipWrap .item-l{width: 98px;}
.mask .tipWrap input{width: 236px;}

#bindMask{
	width: 468px;
	margin-left: -234px;
}
#bindMask .content .item-l{
	width: 96px;
}
#bindMask .form-control{
	height: 36px;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
}
#bindMask i{
	color: red;
    margin-right: 5px;
    font-style: normal;
}
