
/* CSS Document */

/*东北大学缴费平台pc-20200326*/
html,
body{
	width: 100%;
	min-width: 1280px;
	margin: 0;
	padding: 0;
	font-family: 'Simhei','Arial';
	text-align: center;
}
a{
	text-decoration: none;
}
ul{
	list-style: none;
	padding: 0;
}
.nav-active{
	background: rgba(0,0,0,.2);
}
.hover-opacity:hover{
	opacity: .8;
}
.red{
	color: #AF2121;
}
.top-nav{
	width: 100%;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	background: #05518C;
}
.top-nav box{
	width: 1200px;
	height: 100%;
	display: inline-block;
}
.top-nav div{
	float: left;
	width: 150px;
	height: 100%;
}
.top-nav div:hover{
	background: rgba(0,0,0,.1);
}
.top-nav a{
	color: white;
}
.top-nav div a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.top-nav span{
	float: right;
}
.logo-box{
	width: 100%;
	height: 140px;
}
.logo-box box{
	width: 1200px;
	height: 100%;
	display: inline-block;
}
.logo{
	float: left;
	height: 80px;
	margin: 30px 0;
}
.all-title{
	float: left;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	color: #05518C;
	border-left: 2px solid #05518C;
	margin: 55px 20px;
	font-size: 22px;
}
.user-inf{
	float: right;
	display: inline-block;
	height: 140px;
	font-size: 14px;
	line-height: 140px;
	color: #555555;
}
.user-inf p{
	display: inline-block;
	height: 100%;
	margin: 0 8px;
	color: #05518C;
}
.user-inf a{
	color: #555555;
}
.user-inf a:hover{
	color: #05518C;
}
.banner{
	width: 100%;
	height: 400px;
	margin: 0;
	overflow: hidden;
}
.banner-box{
	width: 200%;
	height: 100%;
	transition: .5s;
}
.banner-box div{
	width: 50%;
	height: 100%;
	float: left;
	background-size: 1920px 400px;
	background-position: center;
}
.banner1{
	background: url("../image/banner1.png");
}
.banner2{
	background: url("../image/banner2.png");
}
.banner-num{
	display: inline-block;
	height: 10px;
	position: relative;
	top: -30px;
}
.banner-num span{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: rgba(255,255,255,.6);
	border-radius: 2px;
	margin: 0 3px;
	transition: .5s;
}
.banner-num span:first-child{
	width: 24px;
}
.hot-app{
	width: 100%;
	display: inline-block;
	background: #F5F5F5;
	padding: 70px 0 100px 0;
	margin: 0;
}
.hot-app-title{
	display: inline-block;
	width: 360px;
	height: 50px;
	line-height: 50px;
	color: #05518C;
	font-size: 24px;
	overflow: hidden;
	margin-bottom: 25px;
}
.hot-app-title img{
	height: 28px;
	margin: 9px 5px;
	vertical-align: top;
}
.hot-app-title p{
	display: inline-block;
	margin: 0;
}
.hot-app-title span{
	width: 100%;
	height: 6px;
	background: #05518C;
	opacity: .1;
	position: relative;
	top: -44px;
	display: inline-block;
	border-radius: 3px;
}
.app-list{
	width: 1200px;
	margin: 0 auto;
}
.app-list li{
	display: inline-block;
	width: 360px;
	height: 100px;
	background: white;
	margin: 10px 16px;
	transition: .2s;
}
.app-list li:hover{
	box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.app-list a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.app-icon{
	float: left;
	margin: 25px;
	width: 50px;
	height: 50px;
}
.app-list p{
	font-size: 15px;
	color: #2E2E2E;
	float: left;
	margin: 0;
	height: 100px;
	line-height: 100px;
}
.app-icon-right{
	float: right;
	width: 14px;
	height: 28px;
	margin: 36px 25px;
}
.btn-large{
	width: 360px;
	height: 40px;
	background: #05518C;
	line-height: 40px;
	font-size: 16px;
	border-radius: 6px;
	display: inline-block;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	margin-top: 40px;
}
.btn-large a{
	color: white;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.common-bottom{
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-top: 1px solid #D6D6D6;
	font-size: 12px;
	color: #2E2E2E;
}
.common-bottom>box{
	width: 1200px;
	height: 100%;
	display: inline-block;
}
.bottom-left{
	float: left;
}
.bottom-right{
	float: right;
}
.common-bottom img{
	height: 10px;
	vertical-align: top;
	margin: 25px 3px;
}
.top-img{
	width: 100%;
	height: 210px;
	display: inline-block;
	background: url("../image/top_img.png");
	background-size: 1920px 210px;
	background-position: center;
}
.app-search-box{
	width: 360px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	border-radius: 4px;
	background: rgba(255,255,255,.9);
	margin-top: 146px;
	transition: .2s;
}
.app-search{
	border: none;
	outline: none;
	background: none;
	font-size: 16px;
	color: #05518C;
	text-align: left;
	text-indent: 10px;
	height: 40px;
	line-height: 40px;
	width: calc(100% - 42px);
}
.app-search-box img{
	width: 20px;
	height: 20px;
	margin: 10px;
	float: right;
}
.app-content{
	width: 100%;
	display: inline-block;
	background: #F5F5F5;
	padding: 0 0 80px 0;
	margin: 0;
	min-height: 440px;
}
.app-list-title{
	font-size: 18px;
	display: inline-block;
	width: 1200px;
	line-height: 20px;
	height: 20px;
	padding-left: 12px;
	border-left: 4px solid #05518C;
	color: #05518C;
	text-align: left;
	margin-top: 50px;
}
.all-app-list{
	text-align: left;
}
.order-search-box{
	width: 1120px;
	display: inline-block;
	height: 100px;
	border-radius: 10px;
	background: rgba(255,255,255,.95);
	font-size: 14px;
	padding: 20px 40px;
	margin-top: 35px;
}
.order-search-content{
	display: inline-block;
	width: 460px;
	height: 38px;
	line-height: 38px;
	margin: 5px;
	font-size: 14px
}
.order-search-content span{
	width: 110px;
	text-align: right;
	margin-right: 10px;
	height: 38px;
	display: inline-block;
	color: #2E2E2E;
}
.order-search-content box{
	width: 330px;
	text-align: right;
	height: 38px;
	display: inline-block;
}
.order-input-all{
	width: 326px;
	height: 38px;
	background: white;
	border: 1px solid #BFBFBF;
	border-radius: 4px;
	color: #2E2E2E;
	outline: none;
	display: inline-block;
	vertical-align: top;
}
.order-input-half{
	width: 149px;
	height: 38px;
	background: white;
	border: 1px solid #BFBFBF;
	border-radius: 4px;
	color: #2E2E2E;
	outline: none;
	display: inline-block;
	vertical-align: top;
}
.order-half-middle{
	display: inline-block;
	height: 38px;
	margin: 0;
	width: 10px;
}
.order-search-content input{
	height: 34px;
	text-indent: 10px;
}
.order-btn{
	display: inline-block;
	width: 80px;
	height: 34px;
	border: 1px solid #05518C;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: top;
	margin: 5px 40px;
	line-height: 34px;
	font-size: 14px;
}
.btn-back{
	background: white;
	color: #05518C;
}
.btn-next{
	background: #05518C;
	color: white;
}
.order-content{
	width: 1200px;
	min-height: 420px;
	display: inline-block;
	margin-bottom: 80px;
}
.order-list{
	width: 100%;
	border: 1px solid #BFBFBF;
	font-size: 12px;
	margin-top: 40px;
	color: #2E2E2E;
}
.order-list tr{
	height: 40px;
	line-height: 40px;
}
.order-list th{
	background: rgba(5,81,140,.8);
	color: white;
}
.order-list tr:nth-child(odd){
	background: #F5F5F5;
}
.order-list a{
	color: #05518C;
	cursor: pointer;
}
.order-list a:hover{
	text-decoration: underline;
}
.page-box{
	width: 1200px;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	text-align:right;
	margin-top: 15px;
}
.page-box box{
	display: inline-block;
	text-align: center;
	height: 100%;
}
.page-box box:first-child{
	margin-right: 40px;
}
.btn-page-all{
	width: 64px;
	height: 32px;
	border-radius: 4px;
	border: 1px solid #BFBFBF;
	display: inline-block;
}
.btn-page-half{
	width: 32px;
	height: 32px;
	border-radius: 4px;
	border: 1px solid #BFBFBF;
	display: inline-block;
	margin: 3px;
}
.page-active{
	color: white;
	background: rgba(5,81,140,.8);
	border: 1px solid rgba(5,81,140,.8);
}
.page-box input{
	width: 32px;
	height: 32px;
	border-radius: 4px;
	border: 1px solid #BFBFBF;
	outline: none;
	text-align: center;
	display: inline-block;
}
.page-box span{
	display: inline-block;
	height: 32px;
}
.page-box p{
	display: inline-block;
	height: 32px;
	line-height: 32px;
}
.btn-page-all:hover{
	color: #05518C;
	border: 1px solid #05518C;
	cursor: pointer;
}
.btn-page-half:hover{
	color: #05518C;
	border: 1px solid #05518C;
	cursor: pointer;
}
.common-content{
	display: inline-block;
	background: #F5F5F5;
	width: 100%;
	min-height: 460px;
	padding-bottom: 80px;
}
.card-content{
	width: 1200px;
	background: white;
	display: inline-block;
	border-radius: 10px;
	margin-top: 40px;
}
.card-title{
	background: #05518C;
	color: white;
	display: inline-block;
	width:100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: 0 0 20px 0;
}
.card-content box{
	display: block;
	width: 450px;
	margin: 20px auto;
	font-size: 14px;
}
.order-text{
	display: inline-block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom:1px solid #CECECE;
	margin: 5px 0;
}
.order-text p1{
	float: left;
	color: #7F7F7F;
}
.order-text p2{
	float: right;
}
.order-text p2:not(.red){
	color: #2E2E2E;
}
.card-content box:last-child{
	margin-bottom: 70px;
}
.page-row{
	width: 100%;
	display: inline-block;
}
.app-form{
	width: 450px;
	margin: 0 auto;
}
.common-input-box{
	width: 100%;
	height: 40px;
	margin: 10px auto;
	font-size: 14px;
	line-height: 40px;
	color: #2E2E2E;
	display: inline-block;
}
.common-input-box span{
	width: 90px;
	height: 40px;
	text-align: right;
	display: inline-block;
	vertical-align: top;
}
.common-input{
	height: 40px;
	width: 350px;
	display: inline-block;
	border: 1px solid #BFBFBF;
	border-radius: 4px;
}
.common-input input{
	width: 300px;
	height: 38px;
	background: none;
	outline: none;
	border: none;
	font-size: 14px;
	vertical-align: top;
	line-height: 38px;
	text-indent: 10px;
	float: left;
}
.ipt-submit{
	height: 16px;
	float: right;
	margin: 12px 8px;
	cursor: pointer;
}
.common-input p{
	display: inline-block;
	color: #C6C6C6;
	font-size: 12px;
	float: right;
	margin: 0 8px;
}
.card-btn-half{
	width: 200px;
	height: 36px;
	display: inline-block;
	font-size: 14px;
	border-radius: 6px;
	line-height: 36px;
	border: 1px solid #05518C;
	margin: 0 10px;
}
.form-back{
	color: #05518C;
	background: white;
}
.form-next{
	color: white;
	background: #05518C;
}
.card-bottom{
	width: 100%;
	height: 40px;
	padding: 30px 0;
	border-top: 1px solid #E9E9E9;
	margin-top: 40px;
}
.cpc-title{
	display: inline-block;
	width: 990px;
	text-align: left;
	font-size: 20px;
	margin: 0;
	height: 40px;
	color: #05518C;
	line-height: 40px;
}
.cpc-list{
	padding-bottom: 100px;
}
.check-td{
	width: 100px;
}
.check-td img{
	height: 24px;
	width: 24px;
	margin: 8px auto;
	vertical-align: middle;
}
.check-td input{
	display: none;
}
.check-td label{
	display: inline-block;
	width: 100%;
	cursor: pointer;
	height: 40px;
}
.account-row{
	width: 1200px;
	height: 60px;
	border-top: 1px solid #BFBFBF;
	position: relative;
	top: -60px;
}
.all-check{
	display: inline-block;
	float: left;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	margin-left: 36px;
	cursor: pointer;
}
.all-check input{
	display: none;
}
.all-check img{
	height: 24px;
	width: 24px;
	vertical-align: top;
	margin: 18px 5px;
}
.account-row span{
	float: right;
	margin: 0 30px 0 0;
	display: inline-block;
	shape-inside: 60px;
	line-height: 60px;
	font-size: 16px;
}
.account-row p1{
	color: #05518C;
	display: inline-block;
	margin: 0 5px;
}
.account-row p2{
	color: #AF2121;
	display: inline-block;
	margin: 0 5px;
}
.payway-title{
	width: 100%;
	text-align: left;
	display: inline-block;
	font-size: 14px;
	color: #7F7F7F;
	margin: 10px auto;
}
.payway{
	width: 100%;
	height: 70px;
	border: 1px solid #BFBFBF;
	border-radius: 6px;
	margin: 8px auto;
	display: inline-block;
	cursor: pointer;
}
.payway:hover{
	box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.payway-img{
	height: 44px;
	float: left;
	width: 44px;
	margin: 13px 20px;
}
.payway p{
	display: inline-block;
	float: left;
	height: 70px;
	line-height: 70px;
	margin: 0;
	font-size: 16px;
	color: #2E2E2E;
}
.payway-icon{
	width: 30px;
	height: 30px;
	float: right;
	margin: 20px;
}
.payway input{
	display: none;
}
.qr-title{
	width: 100%;
	display: inline-block;
	margin: 0;
	font-size: 16px;
	color: #2E2E2E;
}
.qr-img{
	width: 240px;
	height: 240px;
	padding: 15px;
	border: 1px solid #BFBFBF;
	border-radius: 6px;
	margin: 20px auto;
}
.qr-tips{
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #05518C;
}
.qr-tips p{
	display: inline-block;
	margin: 0 10px;
}
.help-title{
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #BFBFBF;
	margin: 5px auto;
	display: inline-block;
	font-size: 16px;
	text-align: left;
	color: #05518C;
}
.help-box{
	display: block;
	width: 90%;
	margin: 20px auto;
	font-size: 14px;
	color: #2E2E2E;
}
.help-text{
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 10px auto;
	display: inline-block;
	font-size: 14px;
	text-align: left;
}
.help-box img{
	width: calc(100% - 30px);
	padding: 15px;
	border: 1px dashed #BFBFBF;
	border-radius: 10px;
	margin: 0 auto 40px auto;
}
.card-content box2{
	display: inline-block;
	width: 400px;
	margin: 20px 40px 10px 40px;
	font-size: 14px;
	vertical-align: top;
}
.card-content box3{
	display: inline-block;
	width: 880px;
	margin: 0 0 70px 0;
	font-size: 14px;
	vertical-align: top;
}
.card-bottom{
	width: 100%;
	height: 40px;
	padding: 30px 0;
	border-top: 1px solid #E9E9E9;
	margin-top: 40px;
}
.card-tips{
	font-size: 14px;
	text-align: left;
	border: 1px dashed #bfbfbf;
	padding: 15px;
	margin-bottom: 25px;
}
.pay-text{
	font-size: 14px;
	text-align: left;
	display: block;
	width: 600px;
	margin: 20px auto;
}
.card-pay-tips{
	width: 700px;
	background: white;
	display: inline-block;
	border-radius: 10px;
	margin-top: 40px;
	margin-bottom: 30px;
}