/*打印*/
@media print{
.index{
	min-width:7mm;
}
.price{
	min-width:7mm;
}
.user{
	width:16mm;
	text-align:center;
}
.date{
	width:17mm;
}
.datetime{
	width:31mm;
}
#bill .state{
	width:10mm;
}
#order .state{
	width:13mm;
}
.tdTab{
	width:65mm;
}
.innerTab{
	display:inline-flex;
	width:100%;
	justify-content:center;
	align-items:center;
}
.innerTab>div{
	float:left;
	padding:0 10px;
	text-align:center;
}
.innerTab>div:not(:last-child){
	border-right:1px solid;
}
.filterPanel>.inline:first-child,.filterPanel>.inline:last-child>.but,#topBar,footer,tfoot,.printHide,table.selected>tbody>tr{
	display:none;
}
table.selected>tbody>tr[data-selected]{
	display:table-row;
}
#totalPrice,#totalNum,#invalidNum{
	display:block;
	margin-left:1cm;
}
#totalPrice{
	margin-left:3cm;
}
table{
	width:100%;
	font:300 3mm Microsoft YaHei;
}
table td{
	height:5mm;
	border:.5px solid black !important;
	color:black !important;
}
.priceNum,.priceNum2{
	text-align:right;
}
.pay:after{
	content:'已付款';
	display:block;
	text-align:center;
}
#finance td[data-null]:after{
	content:'系统';
}
}
/*--------------------------------------------------*/
@media screen{
.right{
	float:right;
}
.left{
	float:left;
}
.center{
	text-align:center;
}
.important{
	color:red;
}
body{
	margin:0;
	padding-top:42px;
	min-width:1200px;
}
form{
	margin:0;
}
label:hover{
	cursor:pointer;
}
#body{
	padding:0 calc(50% - 600px);
}
/*扩展js操作的dom*/
.smallAlert{
	font-size:23px;
	display:flex;
	align-items:center;
	color:#1b36b3;
}
/*顶部导航条*/
#topBar{
	top:0;
	left:0;
	background-color:#fff;
	color:#925;
	width:1200px;
	height:40px;
	padding:0 calc(50% - 600px);
	position:fixed;
	z-index:100;
	border-bottom:2px solid red;
}
#topBar,.product>.buy,#moreBoutique{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
#topBar>.ele{
	line-height:40px;
	height:40px;
	text-align:center;
	width:150px;
	border-right:1px solid #eed;
	position:relative;
}
#topBar>.ele:hover{
	cursor:pointer;
	background-color:#925;
	color:#fff;
}
#topBar .son>div:hover{
	cursor:pointer;
	background-color:#fff;
	color:#925;
}
#topBar>.ele.active>.son{
	display:block;
	background-color:#925;
	color:#fff;
}
#topBar .son{
	position:absolute;
	display:none;
	border-top:2px solid red;
}
#topBar .son.ralign{
	right:0;
	top:40px;
}
#topBar .son>div{
	padding:0 20px;
}
#topBar span{
	top:2px;
}
/*底部信息*/
footer{
	background-color:#000;
	color:white;
	padding:15px calc(50% - 600px);
	margin-top:10px;
	float:left;
	width:1200px;
	border-top:2px solid red;
}
footer>div{
	float:left;
	width:400px;
}
footer>div:first-child{
	padding-left:10px;
}
#contact>div>span{
	top:2px;
	left:-5px;
}
/*登录窗口,找回密码窗口,注册窗口*/
.proWin .code{
	width:105px;
}
.proWin>div{
	margin:11px;
	min-height:26px;
}
.proWin>div:last-child{
	margin-bottom:0;
	text-align:center;
}
.proWin .getCode{
	width:102px;
	float:right;
}
/*头部信息*/
#banner{
	background-size:1200px;
	height:270px;
	background-position:100px -90px;
}
#banner>img{
	position:relative;
	left:130px;
	top:15px;
}
#banner>header{
	color:white;
	width:340px;
	padding:15px;
	margin-top:10px;
}
#headInfo{
	height:300px;	
	display:flex;
	align-items:center;
	justify-content:center;
}
#headInfo>div{
	margin:5px;
}
#hot{
	width:320px;
	height:240px
}
video{
	width:450px;
	margin-left:5px;
}
#notice{
	width:380px;
	height:270px;
	float:left;
	border:1px solid #867c7c;
	border-radius:5px;
	box-shadow:2px 2px 4px -2px black;
	background-color:#fff;
}
#notice>table{
	width:100%;
}
#notice>table>thead{
	background-color:#925;
	color:white;
}
#notice>table>tbody td:last-child{
	width:100px;
}
#notice>table>tbody>tr:hover{
	cursor:pointer;
}
/*分隔条*/
.separate{
	height:70px;
	font-size:23px;
	letter-spacing:15px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.separate:before,.separate:after{
	content:'';
	border-top:2px solid;
	width:50px;
	margin:20px;
}
.separate:after{
	margin:5px;
}
/*精品区*/
#boutique{
	float:left;
}
.product{
	width:230px;
	height:375px;
	padding:5px;
	float:left;
	background-color:#fff;
	margin:5px;
	position:relative;
	box-sizing:border-box;
	border:1px solid transparent;
}
.product>.body{
	padding:0 5px;
	height:44px;
	font-size:16px;
	text-align:center;
}
.product>.price{
	height:31px;
	line-height:31px;
	text-align:center;
	color:red;
	font-size:22px;
}
.product>.price:before{
	content:'¥';
}
.product>.img{	
	width:210px !important;
	height:280px !important;	
}
.product:hover{
	border:1px solid red;
}
.product:hover:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:35px;
	background-color:#000;
	opacity:.8;
	z-index:1;
}
.product>.buy{
	position:absolute;
	top:5px;
	left:calc(50% - 45px);
	width:90px;
	height:25px;
	line-height:25px;
	text-align:center;
	background-color:red;
	color:#fff;
	border-radius:15px;
	font-size:15px;
	cursor:pointer;
	display:none;
	z-index:2;
}
.product:hover>.buy{
	display:block;
}
/*加载更多*/
#moreBoutique{
	float:left;
	width:1200px;
	text-align:center;
	cursor:pointer;
	background-color:#888;
	color:white;
	margin-top:10px;
	font-size:18px;
	height:35px;
	line-height:35px;
}
/*订单列表,缴费记录表*/
table .threeBut{
	float:left;
	margin-right:2px;
}
table .index{
	width:35px;
}
table .price{
min-width:35px;
}
table .user{
	width:90px;
	text-align:center;
}
table .date{
	width:90px;
}
table .datetime{
	width:160px;
}
#bill .state{
	width:50px;
}
#order .state{
	width:65px;
}
table .operate{
	width:44px;
}
#product .operate{
	width:136px;
}
table .phone{
	width:110px;
}
table .priceNum,table .priceNum2{
	text-align:right;
}
table.selected{
	width:1200px;
	margin-top:85px;
	background:#fff;
}
table.selected td{
	padding:6px 3px !important;
	height:26px;
	line-height:100%;
}
table.selected>tbody{
	background-color:#FFDEAD;
}
table.selected>tfoot td{
	text-align:center;
}
table.selected>tfoot div{
	margin:0 5px;
}
table.selected .but{
	font-size:14px;
}
table.selected .pay{
	background-color:#25bd25;
	color:white;
}
table.selected .pay:after{
	content:'已付款';
}
table.selected .nopay:after{
	content:'未付款';
}
table.selected .pay:after,table.selected .nopay:after{
	display:block;
	text-align:center;
}
#bill .err,table.selected .nopay{
	background-color:red;
	color:white;
}
#bill .err.priceNum:after{
	content:'无效';
	display:block;
	text-align:center;
}
/*计算面板*/
.filterPanel{
	position:fixed;
	width:1200px;
	top:40px;
	background-color:#eed;
}
.filterPanel input[name='search']{
	width:140px;
}
.filterPanel input[name^='price']{
	width:58px;
}
.filterPanel input[name^='date']{
	width:145px;
}
.filterPanel>.inline{
	margin:10px 0;
	justify-content:center;
	width:100%;
}
.filterPanel>.inline:not(:first-child){
	margin-top:0;
}
.filterPanel .but,.filterPanel .space{
	margin-right:5px;
}
.filterPanel>.inline>div:first-child{
	font-size:20px;
	font-weight:bold;	
	width:150px;
}
.filterPanel select[name='primaryKey']{
	width:80px;
}
.filterPanel select[data-url]{
	width:200px;
}
#totalPrice,#totalNum,#invalidNum{
	font-size:18px;
	width:150px;
}
#totalPrice{
	width:200px;
	margin-left:60px;
}
#totalPrice>span,#totalNum>span,#invalidNum>span{
	color:#d43f3a;
	font-weight:bold;
}
/*新增,修改订单,增加账单*/
.simpleForm>div{
	margin:11px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.simpleForm input[type='file']{
	display:none;
}
form textarea{
	height:4.1em;
}
#selectImgBut{
	margin-right:5px;
}
#switchImgBut[data-off]:after{
	content:'激活效果图';
}
#switchImgBut:after{
	content:'禁止效果图';
}
/*订单详情页*/
#showBillDetails,.show .ele>div{
	display:flex;
	justify-content:center;
}
.show .ele{
	float:left;
	width:100%;
}
.show .outerBox{
	margin:auto !important;
}
.show .fragment{
	width:365px;
	float:left;
	padding:0 10px;
}
.show .ele>div>div{
	float:left;
	width:calc(50% - 1px);
}
.show .ele>div>div:first-child{
	border-right:2px solid white;
}
.show .ele>div:first-child{
	background-color:#1d79ad;
	color:white;
}
.show .ele>div:last-child{
	margin:3px 0;
}
.show .ele>div{
	text-align:center;
}
.show div[data-null]:after{
	content:'无';
	color:red;
}
/*付款单详情页*/
#showOrderDetails{
	height:100%;
}
#showOrderDetails>div:last-child{
	height:calc(100% - 172px);
	text-align:center;
	overflow:auto;
	border:1px solid #888;
}
#showOrderDetails table{
	width:100%;
}
/*后台管理*/
#manageMain{
	margin-top:10px;
	display:flex;
	height:400px;
	box-shadow:0px 0px 4px;
}
#manageMain>div:first-child{
	width:140px;
	background-color:#925;
	color:white;
	float:left;
}
#manageMain>div:first-child>div{
	font-size:18px;
	text-align:center;
	height:60px;
	line-height:60px;
	border-bottom:1px solid;
}
#manageMain>div:first-child>.active{
	background-color:white;
	color:#925;
}
#manageMain>div:first-child>div:hover{
	cursor:pointer;
}
#manageMain>div:last-child>.active{
	display:block;
	height:calc(100% - 40px);
	margin:20px;
}
#manageMain>div:last-child{
	width:1060px;
	background-color:#fff;
}
#manageMain>div:last-child>div{
	display:none;
}
#manageMain a{
	text-decoration:none;
	color:black;
	width:150px;
	height:30px;
	line-height:30px;
	display:inline-block;
	padding:0 10px;
	float:left;
}
#manageMain a:hover{
	background-color:#e6e6e6;
	cursor:pointer;
}
/*权限分配*/
.twoBox{
	display:inline-block;
	height:100%;
}
.twoBox>.ele>div:first-child .inputText{
	width:120px;
}
.twoBox>div:first-child{
	height:30px;
	text-align:center;
}
.twoBox>.ele{
	width:300px;
	float:left;
	height:calc(100% - 40px);
	margin:5px;
	box-shadow:0 0 2px;
}
.twoBox>.ele>div:first-child{
	background-color:#1d79ad;
	color:white;
	height:30px;
	line-height:30px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.twoBox>.ele>div:last-child{
	height:calc(100% - 34px);
	padding:2px 8px;
	overflow:auto;
}
.twoBox>.ele>div:last-child>div:hover{
	cursor:pointer;
	background-color:#f0f0f0;
}
.twoBox div[data-selected]{
	background-color:#1d79ad !important;
	color:white;
}
/*计件选择*/
table .list{
	width:420px;
	text-align:center;
}
/*更改配置*/
#config{
	width:100%;
	height:100%;
}
#config input.inputText{
	width:150px;
}
#config>.body{
	overflow:auto;
	height:calc(100% - 35px);
	margin-bottom:5px;
}
#config>div:last-child{
	text-align:center;
}
#config>div:not(:last-child)>div{
	text-align:center;
	float:left;
	width:50%;
	font-size: 18px;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #888888;
}
/*财务账单*/
#finance td[data-null]:after{
	content:'系统';
}
/*浏览器信息统计*/
#browserInfo{
	height:100%;
}
#browserInfo>div:first-child{
	font-size:20px;
	text-align:center;
	height:35px;
}
#browserInfo>div:last-child{
	height:calc(100% - 35px);
	overflow:auto;
}
#browserInfo table{
	text-align:center;
	width:100%;
}
/*公司简介*/
#companyInfo textarea{
	height:8.2em;
}
/*图片轮播更改*/
#upImg{
	overflow:auto;
	height:325px;
	margin:10px;
	box-shadow:0px 0px 4px;
	background:#e6e6e6;
}
#upImg>.notice{
	margin:5px !important;
	float:left;
}
#upImg~div{
	margin:10px;
	display:flex;
	justify-content:center;
	align-items:center;
}
#upImg~div textarea{
	height:4.1em;
}
#upImg input[type='file']{
	display:none;
}
/*td单元格内列表*/
.tdTab{
	width:480px;
}
.innerTab{
	display:inline-flex;
	width:100%;
	justify-content:center;
	align-items:center;
}
.innerTab>div{
	float:left;
	padding:0 10px;
	text-align:center;
}
.innerTab>div:not(:last-child){
	border-right:1px solid #888 !important;
}
/*宣传视频*/
#promotionalVideo>div{
	margin:20px;
	text-align:center;
}
/*工资结算*/
#settlementStaff{
	height:355px;
	overflow:auto;
	border:1px solid #888;
}
#settlementStaff>table{
	width:100%;
	text-align:center;
	margin:0;
}
#settlementStaff~div{
	text-align:center;
	margin-top:10px;
}
#calculatedRoyalty{
	height:500px;
	overflow:auto;
}
#calculatedRoyalty textarea{
	height:8.2em;
}
#calculatedRoyalty>div{
	display:flex;
	align-items:center;
	justify-content:center;
	padding:10px 0;
	border-bottom:1px solid #888;
}
#calculatedRoyalty>div>div:first-child{
	width:130px;
}
#calculatedRoyalty span{
	margin-right:10px;
}
#calculatedRoyalty>div>div>div:not(:last-child){
	margin-bottom:8px;
}
/*支付方式*/
label[for='alipay'],label[for='wxpay']{
	display:block;
	line-height:50px;
	padding-left:30px;
}
label[for='alipay']>span{
	top:8px;
	font-size:35px;
	color:#08aeda;
}
label[for='wxpay']>span{
	top:9px;
	left:11px;
	margin-right:21px;
	color:#14c414;
}
.QRcode{
	text-align:center;
}
#settlementStaff .inputText{
	width:80px;
}
}