@charset "utf-8";
/* CSS Document */
html,body{
	width:100%;
	height:100%;
	text-align: center;
	color:#282828;
	font-family: 'Microsoft YaHei';
}
ol,ul{
	list-style-type: none;
	list-style-image: none;
}

*{margin:0; padding:0;}
em{font-style: normal;}
a{text-decoration:none;color:#000; cursor: pointer;display: block;}
input,select{background: none;outline: none;}
a,button,input{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
　　-webkit-user-modify: read-write-plaintext-only;
}
.fl{float: left;}
.fr{float: right;}
.fz12{font-size: 12px;}
.fz14{font-size: 14px;}
.fz16{font-size: 16px;}
.fz36{font-size: 36px;}
.mt20{margin-top:20px;}
.mb10{margin-bottom:10px;}
.ml40{margin-left: 40px;}
.dsn{display:none;}
.c0{color:#1962C1;}/*主题色*/
.c1{color:#F5974F;}/*对比色*/

/*背景色*/
.gradient0{background-image: linear-gradient(to right,#0173BC,#1146D9);}/*蓝色渐变*/
.mcardbg{background:url(../images/mandp/mcardbg.png) no-repeat;}/*卡样背景*/
.bg1{background:#1962C1;}/*红色*/
.bg2{background:#036CC0;}
.bg3{background:#14A819;}
.bg4{background: white;}
.bd1{border-bottom: 1px solid #1962C1;}
.bt1{border-top: 1px dotted #fff;}
a:hover{color:#1962C1;}
.clk{transition: .2s;}
.clk:active{transform: scale(0.95,0.95);}
.btn01{
	background-image: linear-gradient(to right,#0173BC,#1146D9);
	border-radius:8px;
	color:#fff;
	padding: 0;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	border: none;
}
.btn01:hover{
	height: 40px;
	line-height: 40px;
	border:none;
}
table{border-collapse: collapse;border:none;}
.card-details .btn01{
	width: 375px;
}
.yzm-w{
	margin:10px auto;
	overflow: hidden;
}
.card-details .yzm{
	float: left;
	margin: 0;
}

.yzmimg{
	float: right;
	height: 40px;
	width: 105px;
}
@media(min-width:1001px){
	html,body{
		font-size:14px;
		background: #F4F7FA;/*主题背景*/
	}
	.yzm-w{
		width: 495px;
	}
	.card-details .yzm{
		width: 370px;
	}
	.top{
		height:140px;
		width: 100%;
	}
	.top>.fl{
		margin-left:80px;
	}
	.sysname-zh{
		font-size: 32px;
		margin-top: 30px;
		height: 80px;
		line-height:80px;
	}
	/*导航*/
	.top>.fr{
		margin-right:80px;
	}
	.nav-list{
		color: #000;
		margin-top: 40px;
		height: 60px;
	}
	.nav-list>li{
		float: left;
		font-size: 20px;
		padding: 0 30px;
	}
	.nav-list>li>a{
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}
	.nav-list>li>a.active ,.nav-list>li:hover a{
		height: 40px;
		line-height: 40px;
		border-bottom: 4px solid #1962C1;
	}
	.swiper-container{
		display: none;
	}
	.mid-top{
		height:340px;
	}
	.logo-w{
		width: 1320px;
		height: 340px;
		margin:0 auto;
		background: url(../images/mandp/logobg.png) no-repeat;
		background-size:950px 280px;
		background-position: center 50px;
	}
	.logo-w>.fl{
		width: 600px;
		height:340px;
	}
	/*学校通知*/
	.news-w{
		float: left;
		height:140px;
		width: 600px;
	    margin-top: 30px;
	}
	.news-w>p.c0{
		font-size:20px;
	}
	.news-list{
		height:60px;
		margin:5px 10px 5px 0;
	}
	.news{
		height: 60px;
	}
	.news>p:first-child{
		font-size:16px;
		height:30px;
		line-height:30px;
	}
	.news>p.time{
		height:30px;
		line-height:30px;
		font-size:14px;
	}
	/*首页卡片*/
	.card,.card1 {
	    width:404px;
	    height: 280px;
	    padding: 0 20px;
	    border-radius: 16px;
	    margin-top: 30px;
	    box-shadow: 0 5px 6px rgba(98,133,184,0.6);
	}
	 /*黑色*/
	.card1{
	    background: #fff url(../images/mandp/mcardbg.png) no-repeat;
	}
	.card>span,.card1>span{
		margin-top: 20px;
		width: 100%;
		overflow:hidden;
		height: 40px;
		display: inline-block;
	}
	.card>span>p,.card1>span>p{
		font-size:24px;
		float: left;
		height: 40px;
		line-height: 40px;
	}
	.card>span>p>em,.card1>span>p>em{
		margin-left: 10px;
	}
	.eye ,.eye1,.eye2{
		float:right;
		width:40px;
		height: 40px;

		cursor: pointer;
	}
	.eye1{
		background: url(../images/mandp/black-show.png) no-repeat;
		background-size:40px;
	}
	.eye2{
		background: url(../images/mandp/black-hide.png) no-repeat;
		background-size:40px;
	}
	.kayue,.kayue1{
		height: 40px;
		line-height: 40px;
		font-size:26px;
		margin-top: 50px;
		margin-bottom:40px;
	}
	.card>p.fl,.card>p.fr,.card1>p.fl,.card1>p.fr{
		margin-top: 40px;
		font-size:18px;
	}
	/*首页菜单*/
	.menu-w{
		width:1320px;
		margin:0 auto;
		margin-top: 30px;
		padding-top: 15px;
		box-shadow: 0 8px 8px rgba(97,143,155,0.1);
	}
	.menu-tit{
		width:calc(100% - 80px);
		margin:0 auto;
		height: 40px;
		overflow:hidden;
		margin-top: 30px;
	}
	.menu-tit>h2{
		font-size: 20px;
		width:300px;
		height: 40px;
		line-height: 40px;
	}
	.menu-tit>h2>a.c0{
		font-size: 20px;
		height: 40px;
		line-height: 40px;
		display: inline-block;
	}
	.menu-tit>a.c1 {
	    float: right;
	    text-align: left;
	    height: 30px;
	    line-height: 30px;
	}
	.menu-tit>a.c1>img {
	    height: 16px;
	    width: 16px;
	    vertical-align: middle;
	    margin-top: -2px;
	}
	.menu-list{
		width: 1240px;
		margin:0 auto;
	}
	.menu-list li{
		width: 12.5%;
		margin:15px 0;
		padding:10px 0;
	}
	.menu-list img{
		width: 46px;
	}
	/*二级菜单logo*/
	.mid-stop{
		height: 160px;
	}
	.logo-sw{
		width: 1320px;
		height:160px;
		margin:0 auto;
		background: url(../images/mandp/logobg.png) no-repeat;
		background-size:540px 120px;
		background-position: center 20px;
	}
	.logo-sw>.fr>p{
		font-size:36px;
		height: 60px;
		line-height: 60px;
		margin-top: 50px;
	}
	/*二级页面中部*/
	.content-w{
		width:1320px;
		margin:0 auto;
		margin-top: 30px;
		box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	}
	.mid-w{
		width:1280px;
		margin:0 auto;
		padding-top:20px;
		padding-bottom: 25px;
	}
	.card-w-m{
		display: none;
	}
	/*二级右部分*/
	.card-details-w,.personl-w{
		width:1130px ;
	}
	.card-details-w>h1,.hall-details-w>h1{
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
	.card-details{
		margin:20px;
	}
	.card-details input{
		font-size:16px ;
		width:480px;
		height: 40px;
		line-height: 40px;
		margin: 10px 40px;
		padding-left: 15px;
	}
	.select-listr{
		width:375px;
		margin:0 auto;
		padding-top:10px;
		overflow: hidden;
	}
	.select-listr li{
		background: #fff;
		overflow: hidden;
		width:100%;
		text-align: left;
		font-size: 16px;
		float: left;
	}
	.select-listr li>select{
	    height: 40px;
	    border: none;
		text-align: center;
	    padding:0 10px;
		width:100%;
		appearance:none;
		-moz-appearance:none;
	    -webkit-appearance:none;
		background:url(../images/mandp/arrow-down.png) no-repeat transparent;
		background-size:10px 10px;
		background-position:right 15px center;
		float:left;
		font-size: 16px;
	}
	.card-btn{
		margin-bottom: 30px;
	}
	.card-btn .btn01{
		width:495px;
		font-size:16px;
	}
	.menu-w>h2{
		margin-left:40px;
	}
	/*流水查询*/
	.query-condition{
		width:calc(100% - 80px);
		margin: 0 auto;
	}
	.condition{
		margin-right:40px;
		margin-top: 10px;
	}
	.condition label{
		width: 80px;
		height: 40px;
		line-height:40px;
		background: #F5F5F5;
		display: inline-block;
	}
	.condition input{
		width: 200px;
		border: none;
/*		width: 240px;*/
		margin:0 10px 0 5px;
	}
	.condition select{
		width: 205px;
		margin:0 10px 0 5px;
	}
	.con-btn .btn01{
		width: 110px;
	}
	.result-w h1{
		width: 1320px;
		margin: 0 auto;
	}
	.result-list{
		width: 1320px;
		margin: 0 auto;
	}
	/*页码*/
	.page{
		margin:20px auto;
	/*	width:1100px;*/
	}
	/*消息通知*/
	.news-all-w{
		width:calc(100% - 80px);
		margin:0 auto;
		padding-top: 20px;
	}
	.newsli h2{
		font-size:20px ;
	}
	/*小弹框*/
	.alert-bmin{
		width:560px;
		left:50%;
		margin-left: -280px;
	}
	/*交易统计*/
	.chart{
		width: calc(100% - 80px);
		margin:20px auto;
		height:400px;
	}
	/*详情页面*/
	.detail-head{
		width: calc(100% - 80px);
		margin-top:20px;
	}
	.detail-head h1{
		height: 40px;
	}
	.detail-body{
		width: calc(100% - 80px);
		margin:0 auto;
	}
	.select-list{
		width:480px;
		margin:0 auto;
	}
	.select-list li .pink{
		width:370px;
		padding-left: 15px;
	}
	.select-list .btn01 {
	    width: 480px;
	}
	/*商户报表*/
	.query-report{
		width:calc(100% - 120px);
		margin: 0 auto;
		padding: 10px 20px;
	}
	.condition1 input{
	/*	width: 180px;*/
		margin:0 10px 0 5px;
	}
	.condition1 select{
		width: 180px;
		margin:0 10px 0 5px;
	}
	.con-btn1 .btn01{
		width: 110px;
		margin-left: 40px;
	}
}
@media(min-width: 1001px) and (max-width: 1320px ){
	.top{
		width:1320px;
	}
	.top>.fl{
		margin-left:0;
	}
	.top>.fr{
		margin-right:0;
	}

}
/*头部 */
.top{
	overflow:hidden;
}
.top>.fl{
	text-align:left;
}
.top>.fl>p{
	color: #38455E;
}
.sysname-zh{
	font-weight: bold;
}
.sysname-en{
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}
/*导航*/
.top>.fr{
	text-align: right;
}
.nav-list{
	color: #000;
}
.nav-list>li{
	float: left;
}
.nav-list>li>a{
	color:#000;
}
.nav-list>li>a.active ,.nav-list>li:hover a{
	color:#1962C1;/*主题色*/
	display: inline-block;
}
/*logo*/
.mid-top{
	overflow: hidden;
	background: #fff;
	width: 100%;
}
.logo-w>.fl{
	overflow:hidden;
}
.logo{
	float: left;
	height:80px;
	overflow: hidden;
	margin-top: 40px;
}
.logo>img{
	float: left;
	height: 80px;
}
/*二级菜单logo*/
.mid-stop{
	background: #fff;
	width: 100%;
}
.logo-sw>.fl>.logo{
	float: left;
	height:80px;
	overflow: hidden;
	margin-top: 40px;
}
/*学校通知*/
.news-w{
	/*background: #fff;*/
	overflow: hidden;
	height: 120px;
}
.news-w>p.c0{
	text-align: left;
	font-weight: bold;
	background: #fff;
	width: 100%;
	display: inline-block;
	height: 26px;
	line-height: 26px;
}
.news-list{
	overflow: hidden;
}
.news{
	width:100%;
	float: left;
	display: inline-block;
	cursor: pointer;
}
.news>p:first-child{
	text-indent: 2em;
	float: left;
	text-align: left;
}
.news>p.time{
	text-align: right;
	color: #999;
}
.news-w>a.c1{
	float: left;
	text-align: left;
	height:30px;
	line-height: 30px;
}
.news-w>a.c1>img{
	height:16px;
	width:16px;
	vertical-align: middle;
	margin-top: -2px;
}
.newsicon{
	width: 52px;
	float:left;
	margin: 17px 0;
}
/*首页卡片*/
.card,.card1 {
    overflow: hidden;
}

.card>span,.card1>span{
	width: 100%;
	overflow:hidden;
	display: inline-block;
}
.card>span>p,.card1>span>p{
	float: left;
}
.card>span>p>em,.card1>span>p>em{
	margin-left: 10px;
}
.eye ,.eye1,.eye2{
	float:right;
	cursor: pointer;
}

/*白色*/
.card {
    color: #fff
}
.eye{
	background: url(../images/mandp/white-show.png) no-repeat;
	background-size:40px;
}
.kayue{
	color:rgba(255,255,255,0.5);
}
.kayue>em{
	color: #fff;
}
.card>p.fl{
	color:rgba(255,255,255,0.5);
}
.card>p.fr{
	color:#fff;
}
/*黑色*/
.card1{
    color: #000;
    border: 1px solid #999;
}
.kayue1{
	color:rgba(0,0,0,0.5);
}
.kayue1>em{
	color: #000;
}
.card1>p.fl{
	color:rgba(0,0,0,0.5);
}
.card1>p.fr{
	color:#000;
}
/*首页菜单*/
.menu-w{
	overflow: hidden;
	background: #fff;
}
.menu-tit{
	margin:0 auto;
	overflow:hidden;
}
.menu-tit>h2{
	float: left;
    text-align: left;
	font-weight: normal;
}
.menu-tit>h2>a.c0{
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
}
.menu-tit>a.c1 {
    float: right;
    text-align: left;
    height: 30px;
    line-height: 30px;
}
.menu-tit>a.c1>img {
    height: 16px;
    width: 16px;
    vertical-align: middle;
    margin-top: -2px;
}
.menu-list{
	overflow: hidden;
}
.menu-list li{
	float: left;
}
.menu-list li:hover{
	background:#FFFCD6 ;
}

.menu-list p{
	height: 28px;
	line-height: 28px;
}
.menu a{
	display: block;
}
.time{
	font-size:16px;
	color: #666;
}
.news .fr{
	height:20px ;
	margin:33px 0;
}
.dot{
	float: right;
	height:8px;
	width:8px;
	margin-top:6px;
	border-radius:6px;
	background:red;
	margin-right:10px;
}
.news .fr>img ,.newsli .fr>img{
	height:20px;
	float: right;
}
/*底部*/
.bottom{
	width: 100%;
	height:70px;
	padding:25px 0;
	text-align: center;
	color:#9C9A9A;
	font-size: 14px;
}
.bottom p.c0{
	font-size: 20px;
	height:40px;
	line-height: 40px;
}

/*二级页面中部*/
.content-w{
	overflow: hidden;
	background: #fff;
}
.mid-w{
	overflow: hidden;
}
/*一卡通*/
.card-w{
	width:180px ;
	background:#F5F5F5;
	overflow: hidden;
}
.card-w h1{
	height: 46px;
	line-height: 46px;
	background: url(../images/mandp/cardbg.png) no-repeat;
	text-align: center;
	color:#1962C1;
	font-size:20px;
}
.card-list{
	margin-top:5px;
	margin-bottom:15px;
	overflow: hidden;
}
.card-w li{
	height: 24px;
	line-height: 24px;
	color:#666;
	font-size:16px;
	float: left;
	padding-left:24px;
	margin:13px 0;
	cursor: pointer;
}
.card-list img{
	width: 24px;
	height: 24px;
	margin-right:14px;
	float: left;
}
.card-list li:hover ,.card-list .card-on{
	padding-left:20px;
	color:#1962C1;
	border-left:4px solid #1962C1;
}
.card-list .card-on a{
	color:#1962C1;
}
/*二级右部分*/
.card-details-w,.personl-w{
	background:#F5F5F5;
	overflow: hidden;
}
.card-details-w>h1,.hall-details-w>h1{
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: normal;
	background-image: linear-gradient(to right,#1962C1,#D9117C);
}
.card-details-w h1 img,.hall-details-w img{
	width:24px;
	height: 24px;
	margin-right:5px;
	vertical-align:middle;
}
.card-details input{
	background: #fff;
	border: none;
}
.card-details input:hover{
	height:38px;
	line-height:38px;
	border: 1px solid #FFE9B4;
}
.select-listr{
	width:375px;
	margin:0 auto;
	padding-top:10px;
	overflow: hidden;
}
.select-listr li{
	background: #fff;
	overflow: hidden;
	width:100%;
	text-align: left;
	font-size: 16px;
	float: left;
}
.select-listr li>select{
    height: 40px;
    border: none;
	text-align: center;
    padding:0 10px;
	width:100%;
	appearance:none;
	-moz-appearance:none;
    -webkit-appearance:none;
	background:url(../images/mandp/arrow-down.png) no-repeat transparent;
	background-size:10px 10px;
	background-position:right 15px center;
	float:left;
	font-size: 16px;
}
.card-btn{
	margin-bottom: 30px;
}
.card-btn .btn01{
	font-size:16px;
}
/*缴费大厅*/
.hall-details-w {
    width:100%;
    background: #F5F5F5;
    overflow: hidden;
}
.select-list{
	padding-top:15px;
	overflow: hidden;
}
.select-list li{
	margin:10px 0;
	background: #fff;
	overflow: hidden;
	width:100%;
	text-align: left;
	font-size: 16px;
	float: left;
}
select>option:first-child{/*
	display:none;*/
}
.select-list li>select{
    height: 40px;
    line-height: 40px;
    border: none;
    padding:0 10px;
	width:60%;
	appearance:none;
	-moz-appearance:none;
    -webkit-appearance:none;
	background:url(../images/mandp/arrow-down.png) no-repeat transparent;
	background-size:10px 10px;
	background-position:right 15px center;
	float:left;
	font-size: 16px;
}
.select-list input{
	height: 40px;
	line-height: 40px;
	border: none;
	padding: 0 15px;
	width: 60%;
	font-size: 16px;
}
.select-list .c1{
	margin-right: 15px;
	height: 40px;
	line-height: 40px;
}
.select-list li p{
	height: 40px;
	line-height: 40px;
	float: left;
	padding-left:15px;
	color:#999;
	width:80px;
}
.select-list li em{
	height: 40px;
	line-height: 40px;
	float:right;
	margin-right:15px;
}
.select-list li .pink{
	height: 40px;
	line-height: 40px;
	background:#F9DFE0;
	display: inline-block;
	padding-left: 15px;
	font-style: normal;
}
.select-list li.btn-b{
	margin-top:15px;
	margin-bottom:30px;
	background: #f5f5f5;
}
/*校园卡充值*/
.mode-w{
	width:480px;
	margin:0 auto;
	padding-top:10px;
	overflow: hidden;
}
.mode-w h1{
	text-align:left;
	font-size: 18px;
	font-weight: normal;
	margin-bottom:10px;
}
.mode-w li{
	height:50px;
	line-height:50px;
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
	cursor:pointer;
}
.mode{
	overflow: hidden;
	height:50px;
	height: 100%;
	position: relative;
	line-height:50px;
	background-image:url(../images/mandp/grey-no.png);
	background-repeat:no-repeat;
	background-size:22px;
	background-position:right 10px center;
	border-bottom: 1px solid #EAEAEA;
}
.mode p {
    margin: 0;
    float:left;
    font-size:16px;
    height: 50px;
    line-height:50px;
}
.mode input{
	display: none;
}
.mode-w p.fz12 img{
	width:16px;
	height:16px;
	margin-top:3px;
}
.hall-details-w .mode-w img{
	width: 30px;
	height:30px;
	margin:10px;
}
.hall-details-w .mode-w li.btn-b{
	margin-top:15px;
	margin-bottom:30px;
	background: #f5f5f5;
}
.mode-w .btn01 {
    width: 480px;
}
/*个人中心*/
.user-w{
	padding-top:20px;
	height:190px;
	background: url(../images/mandp/userbg.png) no-repeat;
}
.user{
	height: 90px;
	width: 90px;
	margin: 0 auto;
	border-radius:45px;
	background: #fff;
}
.user img{
	width: 90px;
	height: 90px;
	border-radius:45px;
}
.user-name{
	font-size: 20px;
	margin-top: 20px;
}
.user-id{
	font-size: 14px;
	color:#666;
	height:26px;
	line-height:26px;
}
.balance-w{
	width: 100%;
	height: 100px;
	background-image: linear-gradient(to right,#0173BC,#D9117C);
	overflow: hidden;
}
.balance-w p{
	color: #fff;
}
.balance-w p.tit{
	float: left;
	height: 40px;
	line-height: 40px;
	padding:0 15px;
	background:#0C78F3;
	margin-top:30px;
	font-size:20px;
	font-weight: normal;
	text-align: left;
	border-radius: 0 8px 8px 0;
}

.balance-w img{
	width:32px;
	height:32px;
	vertical-align:middle;
	margin-right: 10px;
	margin-top:-4px;
}
.balance{
	font-size: 36px;
	height: 40px;
	line-height: 40px;
	margin: 30px auto;
}
.balance-w p.fr{
	height: 40px;
	line-height: 40px;
	width: 150px;
	margin-top: 30px;
	font-size: 16px;
	margin-right: 20px;
}
/*虚拟卡*/
.virtual-card{
	width: 100%;
	height:60px;
	background-image: linear-gradient(to right,#0173BC,#D9117C);
	overflow: hidden;
	text-align: center;
	color: #fff;
}
.virtual-card img{
	height: 24px;
	vertical-align: middle;
	margin-right: 10px;
}
.virtual-card p1 {
	width: 90%;
	border-top: 1px dotted #fff;
	padding: 10px 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	font-size: 16px;
}
.virtual-card p{
	display: inline-block;
}
.per-details {
	margin:10px 0;
	text-align:left;
	overflow: hidden;
}
.per-details li{
	float:left;
	height:50px;
	line-height: 50px;
	width:100%;
	font-size: 16px;

}
.per-details img{
	float: left;
	height: 24px;
	width:24px;
	margin:14px 15px;
	vertical-align: middle;
}
.bor-bottom{
	float: left;
	border-bottom: 1px solid #fff;
}
.bor-bottom p{
	float: left;
}
.bor-bottom p.c1{
	font-size: 14px;
	margin-right: 20px;
}
/*流水查询*/
.query-condition{
	overflow: hidden;
}
.condition{
	float: left;
	height: 40px;
	border: 1px solid #E4E4E4;
	font-size: 14px;
}
.condition input{
	border: none;
	margin-left: 10px;
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.condition label{
	float: left;
	width: 80px;
	height: 40px;
	line-height:40px;
	background: #F5F5F5;
	display: inline-block;
}
.condition select{
	border: none;
	float: left;
	height:40px;
	line-height:40px;
	padding-left: 10px;
	appearance:none;
	-moz-appearance:none;
    -webkit-appearance:none;
	background: url(../images/mandp/arrow-down.png) right center no-repeat;
	background-size: 10px 10px;
	vertical-align: middle;
}
.con-btn{
    float:right;
	margin-top: 12px;
}
.con-btn .btn01{
	font-size: 16px;
}
.result-w{
	background:#F5F5F5;
	padding-top: 20px;
	overflow: hidden;
}
.result-list{
	background:#fff;
	overflow: hidden;
}
.result-list >thead>tr{
	height: 36px;
	line-height: 36px;
	background:#D1E6FF;
	font-size: 15px;
	font-weight: normal;
}
.result-list>tbody>tr{
	height:40px;
	line-height: 40px;
	border-bottom: 1px dashed #ddd;
	font-size: 13px;
}
.result-list>tbody>tr:hover,.result-list>tbody>tr:nth-child(odd):hover{
	background:#FFFCD6;
}
.result-list>tbody>tr:nth-child(2n){
	background:#fcfcfc;
}
/*页码*/
.page span{
	width: 100%;
}
.p-num{
	height:32px;
	font-size: 14px;
	text-align: center;
}
.p-num a{
	height: 30px;
	line-height: 30px;
	margin: 0 4px;
	padding: 0 10px;
	border: 1px solid #E1E1E1;
	display:inline-block;
	background: #fff;
}
.p-num input{
    height: 30px;
    margin: 0px 4px;
    border: 1px solid #E1E1E1;
    text-align: center;
}
.p-num a.current, .p-num a:hover {
    background: #1962C1;
    border:1px solid #E1E1E1;
    color: rgb(255, 255, 255);
    padding: 0px 10px;
}
/*消息通知*/
.news-all{
	overflow: hidden;
}
.news-all li{
	height:80px;
}
.news-all li:hover{
	background:#FFFCD6;
	cursor: pointer;
}
.news-icon{
	float: left;
	height:44px;
	padding:18px 0;
	margin-right:15px;
}
.news-icon img{
	width: 44px;
	height: 44px;
}
.newsli{
	float: left;
	text-align: left;
	height:49px;
	width:calc(100% - 60px);
	border-bottom: 1px solid #F5F5F5;
	padding: 15px 0;
}
.newsli>.fl{
	width: calc(100% - 45px);
	height: 49px;
}
.newsli h2{
	float: left;
	font-weight:normal;
	height: 25px;
	line-height: 25px;
	width:100%;
	color: #000;
}
.newsli p{
	float: left;
	height: 24px;
	line-height: 24px;
	color: #000;
    overflow: hidden;
}
.newsli h2>p.time{
	float: right;
	font-size: 12px;
	margin-left: 15px;
	color: #999;
    margin-right: 0;
}
.newsli>.fr{
	height:20px;
	margin-top:20px;
}
/*三级详情页面*/
.detail-tit{
	border-bottom: 1px solid #1962C1;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
}
.detail-tit img{
	width: 24px;
	height: 24px;
	margin-top: -8px;
	margin-right:5px;
	vertical-align: middle;
}
.detail-body{
	overflow: hidden;
	margin-bottom:20px;
}
.body-je {
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.body-je p{
	margin-top:35px;
	height: 40px;
	line-height: 40px;
}
.body-je i{
	font-style: normal;
	margin-left: 10px;
}
.body-jc{
	width: 600px;
	height:60px ;
	margin:15px auto;
	overflow: hidden;
	font-size: 16px;
}
.body-jc img{
	width: 30px;
	height: 30px;
	margin-top: 15px;
}
.jc-w{
	width: 200px;
	text-align: center;
}
.jc-w p{
	height: 30px;
	line-height: 30px;
}
.jc{
	background: url(../images/mandp/icon-jcbg.png) no-repeat;
	background-size:30px;
	width:30px;
	margin: 0 auto;
	height:30px;
	line-height:30px;
	font-size: 13px;
}
.detail-body .c1{
	font-size:14px ;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #F5F5F5;
}
.detail-body .c1 p{
	display: inline;
	margin: 0 20px;
}
/*弹出框*/
.shade{
	width: 100%;
	height: 100%;
	z-index: 99999;
	position:fixed;
	top:0;
	left:0;
	background: rgba(0,0,0,0.7);
	transition:1s;
	display:none;
}
.alert-box{
	border-radius: 8px;
	background: #fff;
	height:480px;
	position:absolute;
	text-align:center;
}
.alert-bbig{
	width:780px;
	top:15%;
	left:50%;
	margin-left: -390px;
}
.alert-box h1{
	width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    background-image: linear-gradient(to right,#1962C1,#D9117C);
	border-radius: 8px 8px 0 0;
}
.alert-box span{
	border-bottom: 1px solid #E8E4E4;
	height:270px;
	display: inline-block;
	overflow: hidden;
	margin:0 auto;
	margin-top:35px;
}
.alert-box div{
	height: 70px;
/*	float: left;*/
}
.alert-img>img{
	width:50px;
	height: 50px;
	margin-top:10px;
	margin-right: 20px;
}
.alert-con{
	text-align: left;
}
.alert-con p1{
	float:left;
	height: 30px;
	line-height: 30px;
	width: 100%;
	font-size:20px;
	margin-top: 8px;
}
.alert-con p{
	float: left;
	color:#AEAEAE;
	font-size: 14px;
	margin-right: 10px;
}
.certain{
	display: block;
	width:120px;
	margin:30px auto;
	font-size: 14px;
	border: none;
	height:40px;
	line-height:40px;
}
/*小弹框*/
.alert-bmin{
	top:25%;
}
.alert-bmin .alert-con p1{
	margin-top: 18px;
}

/*商户报表*/
.query-report{
	overflow: hidden;
}
.condition1{
	float: left;
	margin-right:20px;
	margin-top:10px;
/*	margin-left:20px;*/
	height: 40px;
	border: 1px solid #E4E4E4;
	font-size: 14px;
	background: #fff;
}
.condition1 label{
	width: 80px;
	float: left;
	height: 40px;
	line-height:40px;
	background: #F5F5F5;
	display: inline-block;
}
.condition1 input{
	width: 230px;
	border: none;
	height: 40px;
	line-height: 40px;
}
.condition1 select{
	width: 230px;
	border: none;
	height:38px;
	line-height:38px;
	appearance:none;
	-moz-appearance:none;
    -webkit-appearance:none;
	background: url(../images/mandp/arrow-down.png) right center no-repeat;
	background-size: 10px 10px;
	vertical-align: middle;
}
.div-layout-con{
	width: 60%;
	float: left;
}

.div-layout-btn{
	width: 10%;
	float: left;
}

.con-btn1{
	margin-top:10px;
    float:right;
}
.con-btn1 .btn01{
	border-radius: 0;
	font-size: 16px;
}
.result-tb{
	width: 100%;
	background:#F5F5F5;
	margin-top: 20px;
	overflow: hidden;
	border-collapse:collapse;
}
.result-tb th{
	height: 36px;
	line-height: 36px;
	background:#F9DFE0;
	font-size: 16px;
	font-weight: normal;
	margin: 0 auto;
}
.result-tb td{
	height:40px;
	line-height: 40px;
	border-bottom: 1px dashed #ddd;
	font-size: 14px;
}
.result-tb tr:nth-child(odd){
	background:#fcfcfc;
}
table tr:hover{
	background:#FFFCD6;
}
/*右侧页码*/
.page1{
	margin:20px;
}
.p-num a{
	height: 30px;
	line-height: 30px;
	margin: 5px 4px;
	padding: 0 10px;
	border: 1px solid #E1E1E1;
	display:inline-block;
	background: #fff;
}
.p-num input{
    height: 30px;
    margin: 0px 4px;
    color: #1962C1;
    border: 1px solid #E1E1E1;
    text-align: center;
    background: #fff;
    font-size: 15px;
}
.p-num a.current, .p-num a:hover {
    background:#1962C1;
    border:1px solid #E1E1E1;
    color: rgb(255, 255, 255);
    padding: 0px 10px;
}
/*查询遗失卡*/
.magnifier-w{
	background: #fff;
	overflow:hidden;
	width:620px;
	margin:40px auto;
}
.magnifier-w table{
	margin:40px 20px;
	width: 580px;
	background: url(../images/mandp/magnifier.png) no-repeat;
	background-position: right;
	background-size: 200px;
}
.magnifier-w td{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border-bottom: 1px dashed #ddd;
}
.magnifier-w img{
	float:right;
	width: 200px;
}
/*未查到信息*/
.cardno{
	float:left;
	margin:20px 10px 20px 40px;
	width:42px;
	height:82px;
}
.cardno img{
	margin-top:20px;
	width:42px;
	height: 42px;
}
.magnifier-w p1{
	margin-top:38px;
	float:left;
	text-align: left;
}
.magnifier-w p1 .red{
	height:26px;
	line-height: 26px;
	font-size: 16px;
}
.magnifier-w p1>p{
	text-align: left;
	font-size:14px;
}
/*详情页面*/
.detail-head{
	border-bottom: 1px solid #1962C1;
	overflow: hidden;
	display: inline-block;
}
.detail-head h1{
	font-size: 20px;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
}
.detail-head p1{
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}
.detail-head p1>p{
	font-size:14px;
	float: left;
	height: 30px;
	line-height: 30px;
	color: #999;
	margin: 0 8px;
}
.detail-body span{
	text-indent:35px;
	line-height:30px;
	margin: 8px 0;
	font-size: 14px;
	float: left;
	text-align: left;
	display:inline-block;
}
/*主题设置*/
.skin-w {
	overflow: hidden;
	margin:20px;
}
.skin-w li{
	height: 50px;
	line-height: 50px;
	background: white;
	width:100%;
	margin: 0 auto;
	border-radius: 8px;
	margin-bottom: 20px;
	text-align:left;
	display: inline-block;
}
.skin-w li>div{
	height:20px;
	float: left;
	width: 90px;
	border: 2px solid #F5F5F5;
	margin-left:20px ;
	margin-top: 12px;
	border-radius: 8px;
}
.skin-w li p{
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	margin-top: 12px;
}
.skin-w .fl{
	margin-left: 10px;
}
.skin-w .fr{
	margin-right: 10px;
	color: #999;
}
.skin-w label{
	float: right;
 	height: 24px;
	width: 24px;
	margin-top:13px;
	margin-right: 20px;
	background: url(../images/mandp/radio1.png) no-repeat;
	background-size: 24px;
}
.skin-w label>input{
	display: none;
}
h2{
	width:100%;
	margin:0 auto;
	font-weight: normal;
	text-align: left;
	height: 30px;
	line-height: 30px;
	font-size:14px;

}

h2>a,h2>p{
	float: left;
	margin-right:10px;
}
h2>a:hover,h2>a:active{
	color: #1962C1;
}


.result{
    width: 100%;
    background:#F5F5F5;
    padding-top: 20px;
    overflow: hidden;
}
.result tr{
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
}
.result tr>th{
    font-size: 16px;
    text-align: center;
    background: #DFEDF9;
}
.result tr>td{
    font-size: 14px;
}
.result tr:nth-child(odd){
    background:#FCFCFC;
}
.result tr:hover{
    background:#FfFCD6;
}
/*页码*/
.page{
    margin:20px auto;
    width:876px;
}
.page span{
    width: 100%;
}
.p-num{
    height:32px;
    font-size: 14px;
    text-align: center;
}
.p-num a{
    height: 30px;
    line-height: 30px;
    margin: 0 4px;
    padding: 0 10px;
    border: 1px solid #E1E1E1;
    display:inline-block;
    background: #fff;
}
.p-num input{
    height: 30px;
    margin: 0px 4px;
    border: 1px solid #E1E1E1;
    text-align: center;
}
.p-num a.current, .p-num a:hover {
    background: #0763C7;
    border:1px solid #E1E1E1;
    color: rgb(255, 255, 255);
    padding: 0px 10px;
}
/*温馨提示*/
.divtips-w {
    width:480px;
    margin:0 auto;
}


.tips-w {
    float: left;
    margin: 15px auto;
    width: 100%;
    overflow: hidden;
}

.tips-w > p {
    /*height: 30px;*/
    line-height: 30px;
    text-align: left;
    overflow: hidden;
    font-size: 14px;
}

.tips-w > p > em {
    font-size: 18px;
    color: #FF424D;
    font-style: normal;
    margin: 0 5px;
}

.tips-w > p.c0 > img {
    height: 20px;
    width: 20px;
    margin-top: 5px;
    margin-right: 5px;
    float: left;
}