.nav-bar .van-nav-bar__left .van-icon {
	color: #323233;
}
.nav-bar .van-nav-bar__left .van-nav-bar__text {
	color: #323233;
}
.nav-bar .van-nav-bar__title {
	font-weight: normal;
}

.baisc .van-field__label {
	width: 130px !important;
}

.basicInfo-submit {
	margin: 30px 15px;
}
.van-field__label{
	width:200px;
	}
.pay .orderNo .van-cell__title{
	width:80px;
}
.pay .orderNo .van-cell__value{
	width:200px;
}
.pay-footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content:flex-end;
	align-items: center;
	border-top: 1px solid #ebedf0;
	padding: 12px 0px;
	background:#fff
}
.pay-footer-right {
	margin-right: 10px;
	margin-left: 10px;
}
.pay-footer-right button {
	padding: 0 35px;
	font-size: 16px;
}
.pay-footer-left .div1 {
	display: flex;
	flex-direction: row;
	justify-content:flex-end;
	align-items: center;
}
.pay-footer-left .div1 .span1 {
	font-size: 14px;
}
.pay-footer-left .div1 .span2 {
	font-size: 16px;
	color: #1989fa;
}
.pay-footer-left .div2 {
	display: flex;
	flex-direction: row;
	justify-content:flex-end;
	align-items: center;
}
.pay-footer-left .div2 .span1 {
	color: #666;
	font-size: 14px;
}
.pay-footer-left .div2 .span2 {
	color: #f00;
	margin-right: 5px;
	font-size: 14px;
}
.pay-footer-left .div2 .span3 {
	color: #666;
	font-size: 14px;
}
.pay-footer-left .div2 .span3 i {
	float: right;
	margin-top: 3px;
	font-size: 14px;
}
.perfect-information .idCard .van-field__label {
	width: 130px !important;
}
.already-paid .discount .van-field__control {
	color:#f00;
}
.already-paid .actualPay .van-field__control{
	color:#1989fa;
}

.registration-rate .query {
	margin: 15px 10px 15px 20px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.registration-rate .query .queryLeft {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.registration-rate .query .queryLeft span {
	font-size: 14px;
}
.registration-rate .query .middle {
	border: 1px solid #ebedf0;
}
.registration-rate .query .middle .van-cell {
	padding: 5px 5px 5px 10px;
}
.registration-rate .query .queryRight {
	margin-left:5px;
}
.registration-rate .enrollInfo{
	font-size: 14px;
	padding: 10px 20px;
}
.rate-table  {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 0px 20px;
}

.table {
	border-collapse:collapse;
	border-left: 1px soid #ebedf0;
}
.table .td1 {
	width: 40px;
}
.table .td2 {
	width: 50px;
}
.table th,td {
	border:1px solid #ebedf0;
	padding: 6px 4px;
	font-size: 12px;
	color: #333;
	text-align: center;
	font-weight: normal;
}
.table thead,tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}
.table th {
	background-color: #f5f5f5;
}
.table td.blue {
	color:#1989fa;
}
.table tbody {
	overflow: scroll;
	display: block;
	height: 100%;
}
.login .login-middle {
	margin: 40px 20px 20px;
}
.login .login-middle .input {
	width: initial;
	border-bottom:1px solid #ebedf0;
	padding: 10px 0px;
	margin: 0px 20px;
	margin-bottom: 70px;
}
.login .login-middle .input .van-field__control {
	padding-left: 10px;
}
.login .login-bottom {
	margin: 20px 20px 40px;
}
.login .login-bottom  span {
	color: #969799;
	font-size: 14px;
}
.login .login-bottom  span.span2 {
	display: block;
	margin-top: 5px;
}
.login-top {
	
}
.login-top .logo {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: -80px;
}
.login-top .name {
	text-align: center;
	margin-top: 10px;
}
.login-top .name span {
	font-size: 20px;
}
.home .home-list {
	margin: 20px;
}
.home .home-list .van-image {
	margin-bottom: 10px;
}