* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	background: #eee;
}

[v-cloak] {
	display: none;
}

img {
	max-width: 100%;
}

.van-tabs--line .van-tabs__wrap {
	height: 44px;
	position: fixed;
	/* margin-top: 44px; */
}

.van-tabs__content {
	padding:0 0 44px;
}

div.title {
	height: 44px;
	position: fixed;
	display: block;
	width: 100%;
	z-index: 9999;
}

div.title_wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #fff;
	padding: 10px 5px;
	position: relative;
}

div.title_wrap p {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #333;
}

div.title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	right: 0;
	height: 1px;
	border-bottom: 1px solid #ddd;
	color: #d9d9d9;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

.index .wrap {
	display: flex;
	flex-wrap: wrap;
	padding: 28px;
}

.index .navlist {
	width: 50%;
	margin-bottom: 20px;
}

.index .navlist .content {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 10px;
	width: 90%;
	flex-direction: column;
	margin: 0 auto;
	padding: 10px;
	box-shadow: 2px 2px 10px #eee;
}

.index .navlist .content img {
	width: 80%;
	padding: 10px 0 0;
}

.index .navlist .content p {
	font-size: 13px;
	color: #666;
	padding: 10px 0;
}

.vehicle .wrap .area {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 8px 0;
}

.vehicle .wrap .area .btn {
	padding: 10px 60px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 50px;
	box-shadow: 2px 2px 10px #eee;
}

.vehicle .wrap .area .btn img {
	width: 12px;
	height: 14px;
	margin-right: 10px;
}

.vehicle .wrap .area .btn span {
	font-size: 16px;
	color: #4d4d4d;
}

.vehicle .wrap .area .btn p {
	font-size: 12px;
	color: #999;
}

.vehicle .wrap .area .btn .img {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	padding-bottom: 8px;
}

.vehicle .wrap .tip {
	padding: 10px 15px;
	position: relative;
}

.vehicle .wrap .tip:after {
	width: 90%;
	content: '';
	position: absolute;
	left: 15px;
	top: -1px;
	right: 0;
	height: 1px;
	border-bottom: 1px solid #ddd;
	color: #d9d9d9;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

.vehicle .wrap .tip p {
	font-size: 11px;
	color: #f44;
	padding-bottom: 6px;
}

.vehicle .wrap .tip p:last-child {
	padding-bottom: 0;
}

.vehicle .wrap .content {
	background: #fff;
	margin: 15px 0;
}

.vehicle .wrap .content .form_group {
	padding: 10px 10px;
	position: relative;
}

.vehicle .wrap .content .form_group:before {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	right: 0;
	height: 1px;
	border-bottom: 1px solid #ddd;
	color: #d9d9d9;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

.vehicle .wrap .content .form_group:last-child:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	right: 0;
	height: 1px;
	border-bottom: 1px solid #ddd;
	color: #d9d9d9;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

.vehicle .wrap .content .form_group p span:first-child {
	width: 65px;
	display: inline-block;
	font-size: 14px;
	color: #141414;
}

.vehicle .wrap .content .form_group p span:last-child {
	font-size: 14px;
	color: #4d4d4d;
}

.vehicle .wrap .content .form_group .list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	position: relative;
}
.vehicle .wrap .content .form_group  button,.vrecordinfomation .wrap .content .form_group  button{
	position: absolute;
    right: 10px;
    top: 8px;
	border-radius: 0.25rem;
	background: #316abb;
	border: 1px solid #316abb;
	color: #fff;
	padding: 4px 5px;
	font-size: 14px;
}
.vehicle .wrap .content .form_group .img {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 1;
}

.vehicle .wrap .content .form_group .img img {
	width: 10px;
	height: 6px;
}

.vehicle .wrap .or {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.vehicle .wrap .or p {
	color: #999;
	font-size: 16px;
}

.vehicle .wrap .content .form_group .num {}

.vehicle .wrap .content .form_group van-field {
	border: none;
	width: auto;
	padding-left: 0;
}

.vehicle .wrap .content .form_group .van-cell,
.vrecordinfomation .wrap .content .form_group .van-cell {
	padding: 0;
	font-size: 1rem;
	margin-top: 2px;
	height: 22px;
}
/* .vehicle .wrap .content .code .van-cell{
	width: 50%;
} */
.footer {
	position: fixed;
	width: 100%;
	margin-top: 60px
}

.footer .footer_wrap {
	width: 70%;
	margin: 0 auto;
}

.footer .footer_wrap .btn {
	background: #316abb;
	color: #fff;
	width: 100%;
	line-height: 2.4;
	border: 1px solid #316abb;
	border-radius: 4px;
}

.vehiclechargeinfo .wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-flow: wrap;
	padding: 60px 15px 60px;
}

.vehiclechargeinfo .wrap .list {
	background: #fff;
	border-radius: 10px;
	width: 100%;
	padding: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}

.vehiclechargeinfo .wrap .list .right {
	display: flex;
	justify-content: flex-end;
	align-content: center;
	flex: 1;
}

.vehiclechargeinfo .wrap .list .left p:first-child {
	font-size: 20px;
	color: #316ABB;
	padding-bottom: 10px;
}

.vehiclechargeinfo .wrap .list .left p:last-child {
	font-size: 12px;
	color: #999;
}

.vehiclechargeinfo .wrap .list .right p {
	font-size: 18px;
	color: #4d4d4d;
}

.vehiclechargeinfo .wrap .list .right p span {
	font-size: 12px;
}

.vehiclechargeinfo .footer {
	bottom: 0;
	background: #fff;
	padding: 10px 5px;
}

.vehiclechargeinfo .footer:after {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	right: 0;
	height: 1px;
	border-bottom: 1px solid #ddd;
	color: #d9d9d9;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

.vehiclechargeinfo .footer .footer_wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
}

.vehiclechargeinfo .footer .footer_wrap p {
	flex: 1;
	font-size: 14px;
	color: #141414;
}

.vehiclechargeinfo .footer .footer_wrap button {
	width: 40%;
	justify-content: flex-end;
	font-size: 14px;
}

.payment .wrap {
	padding-top: 44px;
}

.payment .wrap .price {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	padding: 20px 15px;
}

.payment .wrap .price p span:last-child {
	font-weight: bold;
	color: #e12323;
	font-size: 40px;
}

.payment .wrap .price p span {
	font-size: 24px;
	font-weight: bold;
	color: #e12323;
}

.payment .wrap .price .right {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex-direction: column;
	flex: 1;
}

.payment .wrap .price .right p:first-child {
	font-size: 14px;
	color: #4d4d4d;
	padding-bottom: 5px;
}

.payment .wrap .price .right p:last-child {
	font-size: 12px;
	color: #999;
}

.payment .wrap .content {
	padding: 0 15px;
}

.payment .wrap .content .list {
	background: #fff;
	border-radius: 8px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	padding: 15px;
	margin-bottom: 15px;
}

.payment .wrap .content .list .left {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	font-size: 14px;
	color: #141414;
}

.payment .wrap .content .list .left img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.payment .wrap .content .list .right {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.paymentresult .wrap .content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 90px;
}

.paymentresult .wrap .content img {
	width: 76px;
	padding-bottom: 15px;
}

.paymentresult .wrap .content p {
	font-size: 18px;
	color: #222;
	margin-bottom: 50px;
}

.paymentresult .wrap .content button {
	width: 50%;
	border-radius: 8px;
	background: #f0f0f0;
	font-size: 14px;
	color: #4d4d4d;
	line-height: 44px;
	border: 1px solid #f0f0f0;
}

.paymentrecord .wrap {
	padding: 15px;
}

.paymentrecord .wrap .list {
	background: #fff;
	border-radius: 8px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	padding: 0 20px;
	margin-bottom: 15px;
}

.paymentrecord .wrap .list .close_nav {
	width: 100%;
}

.paymentrecord .wrap .list .wrap_content {
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #ddd;
}

.paymentrecord .wrap .list .content {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	width: 100%;
	padding: 5px 0;
}

.paymentrecord .wrap .list .content .name {
	display: flex;
	flex: 1;
}

.paymentrecord .wrap .list .up {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
	padding: 15px 0;
}

.paymentrecord .wrap .list .up .left {
	width: 60%;
}

.paymentrecord .wrap .list .up .right {
	flex: 1;
	justify-content: flex-end;
	display: flex;
	justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.paymentrecord .wrap .list .left .title {
	font-size: 14px;
	color: #316ABB;
	padding-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.paymentrecord .wrap .list .left .record p {
	font-size: 14px;
	color: #999;
	padding-bottom: 5px;
}

.paymentrecord .wrap .list .right span {
	color: #e12323;
	font-size: 12px;
}

.paymentrecord .wrap .list .right .style {
	padding: 0 3px;
}

.paymentrecord .wrap .list .down {
	width: 100%;
	padding: 10px 0 10px;
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.paymentrecord .wrap .list .down:before {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	right: 0;
	height: 1px;
	border-bottom: 1px solid #ddd;
	color: #d9d9d9;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

.paymentrecord .wrap .list .down button {
	background: #f0f0f0;
	font-size: 14px;
	border-radius: 4px;
	border: 1px solid #F0F0F0;
	width: 30%;
	line-height: 2;
	color: #606060;
}

.recordinfomation .van-tabs__line {
	width: 40px !important;
	bottom: 20px;
	background-color: #316abb;
}

.recordinfomation .van-tab--active {
	color: #316abb;
}

.recordinfomation .jdc,
.recordinfomation .jsr {
	padding: 0 15px;
	margin: 15px 0;
}

.recordinfomation .list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	border-radius: 8px;
	background: #fff;
	margin-bottom: 15px;
	padding: 0 15px;
}


/*.recordinfomation .wrap{
	padding-bottom: 50px;
}*/

.recordinfomation .list .up .name {
	font-size: 18px;
	color: #4d4d4d;
	margin-bottom: 10px;
}

.recordinfomation .list .up .date {
	font-size: 12px;
	color: #999;
}

.recordinfomation .jsr .list .up .date {
	padding-bottom: 5px;
}

.recordinfomation .list .up {
	padding: 15px 0;
}

.recordinfomation .list .down {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	width: 100%;
	position: relative;
	padding: 10px 0;
}

.recordinfomation .list .down:after {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	right: 0;
	height: 1px;
	border-bottom: 1px solid #ddd;
	color: #d9d9d9;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

.recordinfomation .list .down .left {
	flex: 1;
}

.recordinfomation .jsr .list .down .left img {
	width: 23px;
}

.recordinfomation .jdc .list .down .left img {
	width: 23px;
	height: 13px;
}

.recordinfomation .list .down .left span {
	color: #86c250;
	font-size: 12px;
	padding-left: 5px;
}

.recordinfomation .list .down .right {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex: 1;
	text-align: right;
}

.recordinfomation .list .down .right .btn_wrap {
	flex: 1;
}

.recordinfomation .list .down .right .btn_wrap button {
	width: 80%;
	background: #f0f0f0;
	color: #4d4d4d;
	border: 1px solid #f0f0f0;
	font-size: 14px;
	line-height: 2;
	border-radius: 4px;
	height: 40px;
	line-height: 38px;
}

.jdc .footer {
	bottom: 0;
	left: 0;
}

.jdc .footer_wrap {
	width: 100%;
}

.jdc .footer_wrap .btn {
	border-radius: 0;
}

/* .vrecordinfomation .wrap,
.vehicle .wrap {
	padding-top: 44px;
} */

.vrecordinfomation .wrap .img img {
	width: 12px;
	height: 14px;
	margin-right: 10px;
}

.vrecordinfomation .wrap .content {
	background: #fff;
	margin-bottom: 10px;
}

.vrecordinfomation .wrap .content .form_group {
	padding: 10px 15px;
	position: relative;
}

.vrecordinfomation .wrap .content .form_group:before {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	right: 0;
	height: 1px;
	border-bottom: 1px solid #ddd;
	color: #d9d9d9;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

.vrecordinfomation .wrap .content .form_group:last-child:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	right: 0;
	height: 1px;
	border-bottom: 1px solid #ddd;
	color: #d9d9d9;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

.vrecordinfomation .wrap .content .form_group p span:first-child {
	width: 65px;
	display: inline-block;
	font-size: 14px;
	color: #141414;
}

.vrecordinfomation .wrap .content .form_group p span:last-child {
	font-size: 14px;
	color: #4d4d4d;
}

.vrecordinfomation .wrap .content .form_group .list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
}

.vrecordinfomation .wrap .content .form_group .img {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 1;
}

.vrecordinfomation .wrap .content .form_group .img img {
	width: 10px;
	height: 6px;
}

.vrecordinfomation .van-cell {
	padding: 0;
}

.vrecordinfomation .car {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
}

.vrecordinfomation .car .van-radio-group {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.vrecordinfomation .van-radio:last-child {
	padding-left: 15px;
}

.retrievepassword .wrap .content {
	margin-bottom: 10px;
}

.retrievepassword .wrap .content .form_group {
	padding: 10px 15px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	background: #fff;
}

.retrievepassword .wrap .content .form_group img {
	width: 21px;
	height: 21px;
	margin-right: 10px;
}

.retrievepassword .wrap .content .form_group .van-cell {
	padding: 0;
}

.retrievepassword .wrap .content .form_group:before {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	right: 0;
	height: 1px;
	border-bottom: 1px solid #ddd;
	color: #d9d9d9;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

.retrievepassword .wrap .content .form_group:last-child:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	right: 0;
	height: 1px;
	border-bottom: 1px solid #ddd;
	color: #d9d9d9;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}
/* 
.retrievepassword .wrap {
	padding-top: 44px;
} */

.retrievepassword .wrap .btn_wrap {
	padding: 20px;
}

.retrievepassword .input {
	flex: 1;
}

.retrievepassword .code {
	justify-content: flex-end;
	width: 25%;
	color: #316abb;
	font-size: 14px;
}

.retrievepassword .wrap .btn_wrap button {
	width: 100%;
	color: #fff;
	background: #316abb;
	/*height: 44px;*/
	line-height: 44px;
	border: 1px solid #316abb;
	border-radius: 4px;
}

/* .register .wrap,
.registerfinish .wrap {
	padding-top: 44px;
} */

.van-field__control {
	color: #0a0a0a;
}

.registerfinish .type {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
}

.registerfinish .form_group:first-child span,
.registerfinish .form_group span {
	font-size: 1px !important;
	color: #141414 !important;
}

.registerfinish .form_group:first-child .van-radio__icon--checked .van-icon {
	background-color: #316abb;
	border-color: #316abb;
}

.registerfinish .form_group:first-child .van-radio {
	padding-right: 10px;
}

.registerfinish .form_group .radio .van-radio-group {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: row;
}

.registerfinish .wrap {
	padding-top: 10px;
}

.registerfinish .content:first-child {
	margin-bottom: 10px;
}

.registerfinish .form_group:first-child span {
	flex: 1;
}

.registerfinish .wrap .btn_wrap {
	width: 90%;
	margin: 0 auto;
	margin-top: 80px;
}

.registerfinish .wrap .btn_wrap button {
	width: 100%;
	color: #fff;
	background: #316abb;
	/*height: 44px;*/
	line-height: 44px;
	border: 1px solid #316abb;
	border-radius: 4px;
}

.login .logo {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 30px 0
}

.login .logo img {
	width: 100px;
	height: 100px;
}

.login .logo p {
	padding-top: 15px;
	color: #316abb;
	font-size: 18px;
}

.login .login_wrap {
	width: 90%;
	margin: 0 auto;
}

.login .login_wrap .form_group {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 0 10px;
}

.login .login_wrap .form_group img {
	width: 21px;
	height: 21px;
}

.login .login_wrap .form_group .input {
	width: 100%;
}

.login .login_wrap .item {
	padding: 0 10px;
}

.login .login_wrap .item label {
	font-size: 14px;
}

.login div.btn {
	width: 60%;
	margin: 40px auto 0;
}

.login div.btn .btn {
	width: 100%;
	color: #fff;
	background: #316abb;
	/*height: 44px;*/
	line-height: 44px;
	border: 1px solid #316abb;
	border-radius: 4px;
}

.login .footer .footer_wrap {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	padding: 0 30px;
	margin: 0 auto;
}

.login .footer .footer_wrap .btn_wrap {
	width: 40%;
	margin: 0 auto;
}

.login .footer .footer_wrap .btn {
	background: #f0f0f0;
	color: #4d4d4d;
	border: 1px solid #f0f0f0;
	font-size: 12px;
	line-height: 34px;
}

.msg {
	text-align: center;
	color: #999;
	font-size: 14px;
}
