/* userInfo Mouldle */
.personal{
	margin-top: 15px;
}
.personal .box{
	width: 582px;
}
.personal .box-content{
	padding: 36px 0;
}
.title-icon{
	display: inline-block;
	width: 20px;
	height: auto;
	margin-right: 10px;
}
.user_order .box-title .icon{
	margin-right: 10px;
}
.personal .box-title-btn{
	float: right;
	font-size: 16px;
	color: #00ae35;
	margin-right: 20px;
	
}
.personal .box-title-btn:hover{
	color: #00ae35;
}
.user_head{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin-left: 40px;
}
.user_head img{
	width: 100%;
	height: auto;
}
.user_info{
	margin-left: 40px;
}
.user_info p{
	line-height: 36px;
	color: #777;
	font-size: 14px;
}
.user_info p .lable{
	margin-right: 20px;
}
.user_edit{
	position: absolute;
	right: 20px;
	top: 36px;
	line-height: 30px;
    padding: 1px 30px;
	text-align: center;
    display: inline-block;
    border: 1px solid #00ae35;
    color: #00ae35;
    font-size: 14px;
    border-radius: 3px;
	transition: all 0.3s;
}
.user_edit:hover{
	background: #00ae35;
	color: #fff;
}
.layui-tab-card .tab-title.layui-this{
	background: #00ae35;
	color: #fff;
}
.layui-tab-card>.layui-tab-title{
	background: #f5f5f5;
	padding-left: 0;
	height: 50px;
	border: 1px solid #ebebeb;
}
.layui-tab-card>.layui-tab-title li{
	vertical-align: top;
	margin: 0;
	font-size: 16px;
	color: #777;
	height: 50px;
    line-height: 50px;
	font-size: 16px
}
.layui-tab-card>.layui-tab-title .layui-this:after{
	border: none;
}
.user_order .layui-icon{
	color: #777;
	font-size: 20px;
}
.user_order .layui-this .layui-icon{
	color: #fff;
}
.list-title{
	border: 1px solid #ebebeb;
	line-height: 50px;
    height: 50px;
	border-top: 0;
}
.list-title li{
	line-height: 50px;
	font-size: 16px;
	color: #777;
}
.list-title .layui-this{
	color: #00ae35;
}
.list-title.layui-tab-title .layui-this:after{
	border: 0;
	border-bottom: 2px solid #00ae35;
	width: 70%;
	top: 10px;
	left: 15%;
}
.layui-tab{
	margin: 0;
}
.layui-tab-content{
	padding: 0;
}
.user_order .box{
	border: 0;
	box-shadow: none;
}
.item-car{
	margin-top: 20px;
}
.car-left{
	width: 216px;
	height: 216px;
	line-height: 216px;
	text-align: center;
	border: 1px solid #ebebeb;
}
.car-img{
	width: 95%;
	height: auto;
	display: inline-block; 
}
.car-right{
	width: 957px;
	height: 216px;
	border: 1px solid #ebebeb;
}
.car-title{
	line-height: 50px;
	height: 50px;
	border-bottom: 1px solid #ebebeb;
}
.orderNum{
	margin-left: 20px;
	font-size: 16px;
	color: #00ae35;
}
.orderDate{
	margin-right: 40px;
	font-size: 16px;
	color: #bfbfbf;
}
.car-info{
	height: 166px;
}
.car-info .flex{
	flex-direction: column;
	justify-content: center;
}
.info-l,.info-m,.info-r{
	width: 33.3%;
	height: 100%;
}
.info-l{
	padding: 15px 15px 15px 20px;
}
.info-l,.info-m{
	border-right: 1px solid #ebebeb;
}
.car-name{
	line-height: 22px;
	color: #555;
	font-size: 18px;
}
.car-money{
	line-height: 30px;
	color: #777;
	font-size: 16px;
}
.car-num,.car-remain,.car-use{
	line-height: 32px;
	color: #777;
	font-size: 16px;
	text-align: center;
}
.car-remain .red{
	color: #f00;
	margin-left: 10px;
}
.car-use{
	color: #747474;
}
.info-r{
	text-align: center;
}
.timeDown{
	line-height: 20px;
	font-size: 16px;
	color: #777;
}
.timeBlock{
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	color: #fff;
	margin: 0 5px;
	background: #000;
	font-size: 12px;
}
.timeBlock.time_h{
	background: #00ae55;
}
.car_tool{
	width: 106px;
	height: 28px;
	line-height: 28px;
	color: #777;
	font-size: 14px;
	display: block;
	margin: 4px auto;
	border-radius: 3px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s;
}
.tool_pay{
	color: #fff;
	background: #00ae35;
}
.tool_pay:hover{
	color: #fff;
	background: #02a433;
}
.tool_cancle{
	border: 1px solid #e9e9e9;	
}
.tool_cancle:hover{
	background: #ebebeb;
}
.car-tips{
	font-size: 14px;
	line-height: 30px;
	color: #00ae35;
}
/* 车辆列表 */
.car{
	margin-top: 20px;
	display: block;
	transition: all 0.3s;
	position: relative;
}
.car .hide{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.1);
}
.car .hide p{
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	background: #00ae35;
	color: #fff;
	font-size: 20px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
}
.carsList .item-img{
	width: 275px;
	height: 275px;
	overflow: hidden;
	border: 1px solid #f1f1f1;
	text-align: center;
    line-height: 275px;
	position: relative;
}
.carsList .item-img img{
	width: 90%;
	height: auto;
	display: inline-block;
}
.carsList .item-info{
	width: 893px;
	height: 275px;
	overflow: hidden;
	border: 1px solid #f1f1f1;
	padding: 10px 25px;
	position: relative;
}
.carsList img.img_cu{
	position: absolute;
	width: 35px;
	height: 36px;
	right: 10px;
	top: 0;
}
.carsList img.img_green{
	position: absolute;
	width: 35px;
	height: 88px;
	right: 19px;
	top: 0;
}
.carsList .item-name{
	line-height: 35px;
	font-size: 24px;
	color: #555;
}
.carsList .item-name:hover{
	color: #555;
}
.carsList .item-special{
	margin: 10px 0;
}
.carsList .item-special span{
	line-height: 20px;
	padding: 1px 10px;
	display: inline-block;
	border: 1px solid #00ae35;
	color: #00ae35;
	font-size: 16px;	
	margin-right: 5px;
}
.carsList .item-colors{
	font-size: 14px;
	color: #353535;
	line-height: 20px;
	margin: 10px 0;
}
.carsList .item-color{
	display: inline-block;
	background: #dee0e3;
	border-radius: 5px;
	padding: 0 5px;
	margin-right: 20px;
	margin-left: 5px;
}
.carsList .item-color span{
	display:inline-block;
	width: 10px;
	height: 10px;
	    margin: 0 1px;
	border-radius: 50%;
}
.carsList .item-doc{
	height: 90px;
	font-size: 14px;
	color: #777;
	line-height: 20px;
}
.carsList .price{
    font-size: 14px;
    height: 36px;
    line-height: 36px;
}
.carsList .update{
	line-height: 36px;
	color: #777;
	font-size: 14px;
}
.car:hover{
	background: rgba(0,0,0,0.01);
}
.carsList .btn-collect{
	width: 140px;
	height: 40px;
	line-height: 36px;
	border: 1px solid #ffae20;
	color: #ffae20;
	font-size: 14px;
	margin-right: 20px;
	border-radius: 3px;
}
.carsList img{
	width: 30px;
	height: 30px;
	display: inline-block;
	margin:0 15px 0 10px;
}
.carsList .price{
	color: #f00;
	font-size: 14px;
}
.carsList .price strong{
	font-size: 26px;
	font-weight: 400;
}
.carsList .old_price{
	color: #000;
	font-size: 14px;
	line-height: 36px;
	margin-left: 10px;
}
.layui-layer-rim{
	border: none !important;
}
.layui-layer-title{
	text-align: center;
	font-size: 18px;
	color: #555;
}
.pay-box{
	padding: 30px 90px 30px 70px;
}
.pay-box-title{
	line-height: 30px;
	font-size: 24px;
	color: #555;
}
.pay-box-title a{
	color: #3c88ff;
	font-size: 14px;
	margin-left: 13px;
	display: inline-block;
	vertical-align: middle;
}
.pay-box-title a i{
	font-style: normal;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border: 1px solid #3c88ff;
	border-radius: 50%;
	margin-right: 5px;
}
.pay-methods{
	margin: 20px 0;
}
.pay-methods button{
	width: 275px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 22px;
	color: #888;
	background: #f0f0f0;
	position: relative;
	border-radius: 3px;
	border: none;
}
.pay-methods button:first-child{
	margin-right: 4px;
}
.pay-methods button.active{
	color: #00ae35;
	border: 1px solid #00ae35;
}
.pay-methods button .icon-recommend{
	position: absolute;
	width: 58px;
	height: 20px;
	top: 0px;
	left: 0px;
}
.pay-explain{
	line-height: 20px;
	font-size: 14px;
	color: #888;
	margin-bottom: 40px;
}
.green{
	color: #00ae35 !important;
}
.pay-box-bottom{
	text-align: center;
}
.pay-tips{
	font-size: 16px;
	color: #666;
	line-height: 16px;
}
.pay-tips a{
	text-decoration: underline;
	color: #297bff;
	font-size: 14px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
.input-password{
	position: relative;
}
.inputs{
	margin: 7px 0 20px;
}
.input_top{
	width: 52px;
	height: 48px;
	background: #f8f8f8;
	border: 1px solid #ebebeb;
	margin-right: 12px;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	z-index: 11;
}
.input_under{
	z-index: 999;
	width: 396px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	left:0;
	top: 0;
	background: #000;
	border: none;
	opacity: 0;
}
.pay-tools{
	text-align: center;
}
.pay-tools button{
	width: 178px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #00ae35;
	font-size: 16px;
	color: #00ae35;
	background: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.pay-tools button:first-child{
	margin-right: 9px;
}
.pay-tools button.active{
	border: none;
	background: #00ae35;
	color: #fff;
}
/* 选择付款方式 */
.reserve{
	display: flex;
	justify-content: center;
}
.reserve a{
	display: block;
	width: 177px;
	height: 125px;
	border-radius: 3px;
	overflow: hidden;
	margin: 0 10px;
	transition: all 0.3s;
}
.reserve a:hover{
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}
.reserve a img{
	width: 100%;
	height: 100%;
}
.bottom-tips{
	padding: 0 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #777;
	text-align: center;
	position: relative;
}
.bottom-tips:before{
	content: '';
	display: block;
	width: 90%;
	position: absolute;
	height: 14px;
	left: 5%;
	top: 0;
	border-bottom: 1px solid #b2b2b2;
}
.bottom-tips span{
	display: inline-block;
    z-index: 999;
    background: #fff;
    position: absolute;
    left: 36%;
	padding: 0 20px;
    top: 0;
}
.method-under{
	width: 186px;
	color: #fff;
	background: #ffb200;
	display: block;
	position: relative;
	text-align: center;
}
.method-wx{
	background: #00ae35;
}
.pay_info .box-title{
	padding-left: 0;
}
.method-under:after{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	position: absolute;
	left: 78px;
	top: 50px;
	border: 15px solid #ffb200;
	border-color: #ffb200 transparent transparent transparent; 
	z-index: 999;
}
.method-wx:after{
	border-color: #00ae35 transparent transparent transparent;
}
.account{
	background: #fff4df;
	padding: 30px 47px;
}
.account-item{
	line-height: 30px;
	color: #000;
	font-size: 18px;
}
.pay_info .tips{
	line-height: 70px;
	height: 70px;
	text-indent: 47px;
	color: #000;
	font-size: 18px;
}
.kefu-box{
	padding-left: 47px;
}
.kefu-box img{
	display: block;
	width: 211px;
	height: 211px;
}
.kefu-box .kefu_txt{
	line-height: 50px;
	color: #000;
	font-size: 18px;
	margin-bottom: 65px;
}
.wxPay{
	padding: 30px 60px;
}
.slide-title{
	width: 130px;
	line-height: 50px;
	font-size: 16px;
	font-weight: 600;
	color: #666;
}
.wx-code{
	width: 440px;
}
.pay-tips{
	line-height: 50px;
	font-size: 16px;
	color: #666;
}
.pay-tips span{
	color: #f00;
}
.img-code{
	width: 300px;
	height: auto;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
.img-tip-scan{
	width: 300px;
	height: 60px;
}
.img-help-find{
	width: 398px;
	height: auto;
}
.step .title-icon{
	width: 20px;
	height: 20px;
	background: #00ae35;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	vertical-align: middle;
    line-height: 20px;
}
.step .box-content{
	padding: 10px 40px 40px;
}
.tip_phone{
	line-height: 40px;
	font-size: 16px;
	color: #777;
}
.form-code{
	position: relative;
}
.form-btn{
	width: 260px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #00ae35;
	border-radius: 3px;
	border: 0;
	cursor: pointer;
}
.input-item{
  width: 260px;
  position: relative;
  padding: 12px 0;
}
.input-item input{
  width: 260px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  text-align:left;
  line-height: 48px;
  height: 48px;
  background: #f8f8f8;
  color: #777;
  font-size: 16px;
  text-indent: 13px;
}
.input-item .icon{
  width: 24px;
  height: 15px;
  position: absolute;
  right: 12px;
  top: 30px;
  z-index: 999;
  cursor: pointer;
}
.takemen{
	padding: 20px 40px;
}
.take_item{
	line-height: 32px;
    color: #777;
    font-size: 14px;
}
.takephoto{
	padding: 20px 0;
}
.takephoto .item-img{
	width: 20%;
	padding-right: 9px;
	height: auto;
}
/* 个人信息编辑页面 */
.edit .user_head{
		height: auto;
		border-radius: 0;
		text-align: center;
	} 
	.edit .user_head img{
		border-radius: 50%;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.edit .box-content{
		padding: 30px 0;
	}
	.edit .layui-btn{
		background: #fff;
		border: 1px solid #00ae35;
		color: #00AE35;
		border-radius: 3px;
		height: 28px;
		line-height: 28px;
		padding: 0 10px;
	}
	.edit .layui-input{
		background: #f5f5f5;
		border: 1px solid #ebebeb;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: 50px;
		line-height: 50px;
		color: #777;
	}
	.edit .layui-form-item{
		margin-bottom: 8px;
	}
	.edit .layui-form-label{
		line-height: 50px;
		padding: 0px;
		width: 130px;
		text-align: right;
		color: #777;
	}
	.edit .user_info{
		width: 540px;
	}
	.edit .layui-input-block{
		margin-left: 130px;
	}
	.edit .title_h3{
		line-height: 50px;
		font-size: 22px;
		color: #777;
		margin-bottom: 8px;
	}
	.edit .layui-upload-drag{
		width: 341px;
		height: 212px;
		padding: 0;
		position: relative;
		background-size:100% 100% !important;
	}
	.edit .icon-camera{
		position: absolute;
		width: 92px;
		height: 92px;
		left: 50%;
		top: 50%;
		margin-left: -46px;
		margin-top: -46px;
	}
	.edit .form_submit{
		width: 260px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		background: #00ae35;
		color: #fff;
		border-radius: 3px;
		font-size: 14px;
		border: none;
		margin-left: 130px;
	}
@media screen and (max-width:768px) {
	.takephoto .item-img{
		width: 100%;
		height: auto;
	}
	.personal .box{
		float: none;
		width: 100%;
	}
	.user_head{
		margin-left: 20px;
	}
	.item-car{
		border-bottom: 1px solid #ebebeb;
	}
	.user_info {
    margin-left: 20px;
	}
	.user_edit{
		top: 16px;
	}
	.list-title li{
		padding: 0 10px;
		line-height: 40px;
	}
	.list-title{
		line-height: 40px;
		height: 40px;
	}
	.list-title.layui-tab-title .layui-this:after{
		top: 0;
	}
	.car-left{
		width: 80px;
		height: 80px;
		line-height: 80px;
		margin-left: 10px;
		border: none;
	}
	.car-right{
		width: 75%;
		border: none;
		height: auto;
	}
	.car-title{
		line-height: 20px;
		height: auto;
		border: none;
	}
	.car-title span{
		float: none;
		display: block;
		margin-left: 20px;
	}
	.car-info{
		height: auto;
	}
	.car-info .fl{
		float: none;
		width: 100%;
	}
	.info-l {
    padding: 0px 15px 0px 20px;
	}
	.car-name{
		font-size: 16px;
		margin: 5px 0;
	}
	.car-num, .car-remain, .car-use{
		text-align: left;
		text-indent: 20px;
		line-height: 22px;
		font-size: 14px;
	}
	.car-num{
		display: none;
	}
	.car-tips{
		display: none;
	}
	.car-title .orderDate{
		font-size: 14px;
		display: none;
	}
	.car_tool{
		margin-right: 20px;
	}
	.car-use{
		display: none;
	}
	.car-money {
		line-height: 22px;
		font-size: 14px;
}
	.moudle_brands .swiper-slide{
		width: 70px;
		height: 70px;
		margin-right: 6px;
	}
	.brands_icon {
    width: 60%;
    height: auto;
    margin: 3px auto 2px;
}
.brands_name {
    font-size: 14px;
    line-height: 20px;
}
	.select_group {
    width: 32%;
    height: 30px;
    margin-right: 0%;
    padding: 0px 0 0;
}
.select_group label{
	height: 30px;
	font-size: 12px;
	line-height: 30px;
}
.layui-input-block {
    min-height: 30px;
}
.select_group select{
	line-height: 30px;
}
.layui-form-select .layui-input{
	height: 30px;
}
.form_submit {
    width: 75%;
    font-size: 14px;
    display: block;
    float: none;
    height: 35px;
    margin: 0 auto 20px;
    border-radius: 3px;
}
.carsList .item-img{
	float: none;
	display: block;
	margin: 10px auto;
	border: none;
}
.carsList .item-info{
	float: none;
	width: 100%;
}
.carsList .item-name{
	font-size: 18px;
}
.carsList .btn-collect{
	display: block;
    float: none;
}
.carsList .item-doc{
	height: auto;
	margin-bottom: 10px;
}
.carsList .item-info{
	height: auto;
}
.carsList .price strong{
	font-size: 22px;
}
.wxPay{
	padding: 30px 20px;	
}
.account{
	padding: 30px 15px;
}
.account-item{
	font-size: 15px;
}
.pay_info .tips{
	line-height: 30px;
    height: auto;
    font-size: 16px;
    margin: 10px 0;
    padding: 0 10px;
	text-indent: 0;
}
.kefu-box{
	padding: 0;
	text-align: center;
}
.kefu-box img{
	margin: 0 auto;
}
.method-under{
	width: 100%;
}
.edit .user_head{
	width: 100%;
    float: none;
    margin: 0 0 20px;
}
.edit .user_head img{
	width: 35%;
    display: block;
    margin: 0 auto 15px;
}
.edit .user_info {
    width: 100%;
    float: none;
}
.edit .layui-form-label{
	width: 100px;
}
.edit .layui-input-block {
    margin-left: 100px;
}
.edit .layui-input{
	width: 200px;
}
.edit .layui-upload-drag{
	width: 200px;
	height: 124px;
}
.edit .form_submit{
	margin: 0 auto;
}
}
@media screen and (min-width:768px) {
	/* .model{
		float: none;
	} */
}
@media screen and (min-width:992px) {
	
}
@media screen and (min-width:1200px) {
	
}