*,:after,:before{
    -ms-box-sizing: border-box;
    -webkit-box-sizing:border-box;
    box-sizing: border-box;
    outline: none;
}
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,input,dl,dt,dd,button{
    margin: 0;
    padding: 0
}
body,input,button,select{
    font-family: -apple-system-font,Arial,'Microsoft Yahei';
    font-size: 13px;
    color:#666 ;
    line-height: 1.6;
}
html, body, * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    height: 100vh;
}
ul,ol{
    list-style: none;
}
h1{font-size: 24px;}
h2{font-size: 20px;}
h3{font-size: 18px;}
h4{font-size: 16px;}
h5{font-size: 14px;}
h6{font-size: 12px;}

.weui-dialog, .weui-toast{
    -webkit-transform-origin: 0 0 !important;
    -webkit-transform: scale(0.9) translate(-50%, -50%) !important;
}
.popup-bottom .weui-popup__modal {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    background: #fff !important;
    max-height: 60vh;
}
.popup-bottom .weui-popup__overlay {
    opacity: 1 !important;
}
.weui-cells_checkbox .weui-check:checked+.weui-icon-checked:before {
    color: #418af9 !important;
}

.weui-dialog {
    width: 90% !important;
    max-width: 600px !important;
}

a{
    text-decoration: none;
    color:#06c;
}
a:hover{
    text-decoration: none;
}
.weui_btn_dialog.primary {
    color: #418af9;
}
.center{
    text-align: center;
}
.m-top{
    margin-top: 15px !important;
}
.m-btom{
    margin-bottom: 10px !important;
}
.m-left{
    margin-left: 6px;
}
.m-right{
    margin-right: 6px;
}
.hide{
    display: none !important;
}
.bd-none{
    border:none !important;
}
.bold {
    color: #333333 !important;
    font-weight: bold !important;
}

/***contentbody**/
.contentbody{
	margin:15px 0;
}

/*媒体查询*/
@media screen and (min-width:320px) and (max-width:400px){
        .carKeyboard-box>ul>li>span{
            padding:18px 0;
        }
 }
 @media screen and (max-width:320px) and (max-height: 480px){
        .carKeyboard-box>ul>li>span{
            padding:12px 0;
        }
        .page1 .park-logo-swipe{
            bottom: 60px !important;
        }
      
 }





 @media screen and (min-width:768px){
        .self-order{
            line-height: 75px !important;
        }
        .top-arrow img{
            margin:0px auto 20px auto !important;
        }
 }

.cell{
	background-color: #fff;
	width: 95%;
            margin: 0 auto;
            border: 1px solid #ddd;
}

.bd-green{
           margin-bottom: 15px;
           border:1px solid #029902 !important;
}
.bd-botm{
    margin:5px 0px 5px 10px;
    padding:7px 10px;
    border-bottom: 1px solid #ebebeb;
}

.container {
    min-height: 100%;
    text-align: center;
    background: #2375f2;
}
.pb-115 {
    padding-bottom: 115px;
}
.pb-49 {
    padding-bottom: 49px;
}
.pb-128 {
    padding-bottom: 128px;
}
/*已有车牌列表*/
.self-list{
    width:90%;
    margin: 15px auto 0px auto;
    border:none;
    background-color: #fff;
    border-radius: 5px;
}

.self-list .remove-bind{
    display: none;
}
.self-list.show .remove-bind{
    text-align: center;
    border-top: 1px solid #e8e8e8;
    color: #cc451c;
    font-size: 14px;
    line-height: 50px;
    display: block;
    border-radius: 0;
}
.self-list.show .triangle-drop{
    background-image: url(/assets/img/wechat2/icon_top_gray@3x.png);
}
.self-list .regis-not{
    color: #29a0dc;
    line-height: 26px;
    margin-left: 0;
}
.self-list .regis-not span{
    margin-left: 6px;
    color: #999;
}
.weui_btn:after{
    border:none !important;
}
/*上下小三角*/
.triangle-drop{
    float: right;
    margin-top: 19px;
    clear: both;
    height: 15px;
    width: 15px;
    background-image: url(/assets/img/wechat2/icon_drop_gray@3x.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.self-list .park-item{
    padding: 12px 15px 8px 15px;
}
.self-list .regis-not a .level{
    display: inline-block;
    width:14px ;
    height: 14px;
    background-image: url(/assets/img/wechat2/icon_warning@3x.png);
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle;
}
/*弹出框样式*/
.weui_mask{
    background: rgba(9,9,9,.2) !important;
}
.weui_dialog{
    left:10% !important;
}
.weui_dialog{
    width:80% !important;
    border-radius: 8px !important;
}
.weui_dialog_bd,.weui_dialog_title{
    color: #333 !important;
    font-weight: bold !important;
}
.weui_btn_primary{
    background-color: transparent !important;
}
.weui_btn_dialog.default {
    color: #29a0dc !important;
}

.weui_dialog_ft:after{
    border-color: #ccc !important;
}



.sure_add .cell,.sure_add .self-pay{
    border:none;
    width:90%;
}
.sure_add .bd-botm{
    padding:7px 0;
}
.card-list{
    height:150px !important;
}
.card-list>.park-card{
    text-align: left;
    padding-left: 20px;
    height: 60px !important;
    line-height: 40px !important;
}
/*已验证车牌*/
.park-card-green{
    color: #029902;
    font-size: 25px;
    padding:5px 10px;
    margin:5px 10px;
    line-height: 50px;
}
.bd-top-green{
    border-top:1px solid #029902;
    border-bottom: 1px solid #029902 !important;
}
.list-items{
    line-height: 27px;
    font-size: 15px !important;
}
.list-items div{
    text-align:right;-webkit-box-flex:1;-ms-flex:1;flex:1;
}
.list-items div a,#show-confirm{
    background-color: #fff !important;
}

.use{
	padding:10px 20px;
}
.cell-item:active{
    background-color: #ddd;
}

/****每一行  cell***/
.contentbody .cell-item:after{
	clear:both;
	content: "";
	display: block;
}

.cell-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cell-item>.title{
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
    text-align: right;
    color: #999999;
}

.use p{
	line-height: 20px;
	padding:5px 0 0 10px;
}
/*** 大按钮**/
.btn_add{
	display:block;
	width:calc(100% - 30px);
	height:45px;
    line-height:45px;
	background:#418af9;
	border-radius:3px;
	font-size:16px;
    color:#fff;
	text-align:center;
	margin:15px;
}
.btn_radius {
    display: block;
    width: calc(100% - 30px);
    height: 45px;
    line-height: 45px;
    background: #418af9;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 15px;
}
.park-card{
    /*margin-top: 5px !important;*/
    line-height: 59px !important;
    font-size: 18px !important;
}
.park-card:active{
    background:#fff !important;
}

.btn_findcar {
    background:#418af9;
    margin: 15px 0 0 0 !important;
    width: 100%;
}
.btn_cmb {
    background-color: #e04057 !important;
    background-image: url(/assets/img/wechat2/btn_preferential.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.btn_bob {
    background-color: #f44444 !important;
}
.btn_wx {
    background-color: #5ac64f !important;
}
.btn_alipay {
    background-color: #418af9 !important;
}
.btn_wallet {
    background-color: #418af9;
}
.pay-icon {
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin-right: 7px;
}
.add-card{
    font-size: 17px !important;
}

.sure{
    background-color: #5ac64f !important;
}
.sure:active{
    background-color: #51b247 !important;
}
.wait{
    background-color: #999 !important;
}
.wait:active{
    background-color: #aaa !important;
}
.btn_gray{
    background-color: #cccccc !important;
}
/** 支付成功的按钮 及图片设置 **/
.success{
    display:inline-block;
    width:40% !important;
    margin:0 30% !important;
}

.pay-success{
    padding-top: 70px;
    padding-bottom: 15px;
    margin-top: -15px;
    text-align: center;
    color: #333333;
    font-size: 18px;
    line-height: 1;
    background: #ffffff;
}
.pay-success img{
    width: 72px;
    margin-bottom: 14px;
}
.pay-success p {
    line-height: 38px;
}
.pay-success .invoice-tip {
    font-size: 15px;
    color: #999999;
    margin-bottom: 11px;
}
.pay-success-banner {
    width: 100%;
    margin: 15px 0;
}
.pay-success-tip {
    padding: 0 15px;
    font-size: 13px;
    color: #999999;
    line-height: 21px;
    margin-top: -4px;
}
.pay-success .btn_add:not(:first-of-type) {
    background-color: #fff;
    color: #418af9;
    border: 1px solid;
}
.disabled-button{
    border:1px solid #CCCCCC;
    background: #CCCCCC;
}

/*** 小按钮  **/
.btn{
    color:#fff;
    display:inline-block;
    width:80px;padding:10px;
    border:1px solid #ddd;
    border-radius:5px;text-align: center;
}
.btn-orange{
    background-color:#f18e1a;
}
.btn-blue{
    background-color:#29a0dc;
}
.btn-red{
    background-color:red;
}

/** *  ***/
.cell-item p:first-child{
	font-size: 15px;
	color:#555;
	font-weight: bold;
}
.cell-item  p:last-child,.text-default{
	font-size: 10px;
	color:#999;
}
/***车位搜索**/
input,select{
    display: inline-block;
    border: none;
    width:80%;
    -webkit-appearance: none;
}
select:invalid {
    color: #a7a7a7;
}
select>option{
    color:#333;
}

.contentbody .search_list{
	margin:0 9% 10px 10%;
	text-align: center;
	line-height: 25px;
	border:1px solid #ddd;border-radius:5px;
}
/*.contentbody*/ .search{
	background-color: #fff;
	border-bottom:1px solid #ddd;
	padding:10px 15px;
}
.search:last-child,.bd-botm:last-child{
    border:none;
}
.search:active{
    background-color: #ddd;
}
/** 搜索可租车场列表的 input  **/
.contentbody .search_list{
	margin:0 9% 10px 10%;
	text-align: center;
	line-height: 25px;
	border:1px solid #ddd;border-radius:5px;
}
/**  文本设计 */
.text-oright{
	color:#f18e1a;
	text-align:right;
}
.text-orange{
	color:#f18e1a !important;
            text-align: right;
}
.text-red{
	color:red;
	padding-top: 6px;
	text-align: center;
}
.text-error{
	color:red;
	text-align:right;
}
.text{
    padding-left:10px;
}
.text-out{
    padding:10px 15px;
    color:#999;
    font-size:13px;
}
.text-pay img{
    vertical-align: middle;
}
.text-pay{
    color:#06BF04;
    vertical-align: middle;
    padding:0 0 15px 15px;
    font-size:18px;
    background-color: transparent;
}
.text-green{
    color: #029902 !important;
}
.text-blue{
    color: #29a0dc;
    font-size: 18px;
}

.cell-item>label{
    text-align: left;
    padding-right: 15px;
    color: #666666;
    font-size: 15px;
}
/** 支付小图标 **/
.cell-item>.icon{
    margin-right: 15px;
}
/***  单选按钮  **/
input[type='radio']{
    display: inline-block;
    width:20px;
    height: 20px;
    background-size: 100%;
    background-image: url(/assets/img/wechat2/icon_checked_normal@2x.png);
    background-repeat: no-repeat;
    vertical-align: middle;
}
input[type='radio']:checked{
    background-image: url(/assets/img/wechat2/icon_checked_pressed@2x.png);
}
.radio{
    line-height: 18px;
}
.card-items input[type='radio']{
    background-image: url(/assets/img/wechat2/icon_checked_gray_normal@3x.png);
}
.card-items input[type='radio']:checked{
    background-image: url(/assets/img/wechat2/icon_checked_blue_normal@3x.png);
}


/*复选按钮*/
.checked-add{
    margin:15px 0 0 20px;
    height: 18px;line-height: 20px;
}
.checked-add>span{
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    margin-left: 10px;
}
.checked-add input{
    display: inline-block;
    width:18px;
    height: 18px;
    background-size: 100%;
    background-image: url(/assets/img/wechat2/icon_checkbox_unselected@3x.png);
    background-repeat: no-repeat;
}
.checked-add input:checked{
    background-image: url(/assets/img/wechat2/icon_checkbox_selected@3x.png);
}

/*高德地图页*/
.icon_menu,.icon_search,.icon_map{
    display: inline-block;
    width: 20px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle;
}
.icon_menu{
    background-image: url(/assets/img/wechat2/icon_menu@3x.png);
}
.icon_search{
    background-image: url(/assets/img/wechat2/icon_search@3x.png);
}
.icon_map{
    background-image: url(/assets/img/wechat2/icon_map@3x.png);
}

.park-count {
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    padding-left: 12px;
    text-align: center;
    position: absolute;
    right: 12px;
    background-color: #fff;
    border-radius: 15px;
    z-index: 666;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .2);
}
.park-count li {
    display: inline-block;
    font-size: 11px;
    margin-right: 12px;
}
.park-count li b {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 4.5px;
    margin-right: 5px;
}
.park-count li b.blue-bg{background-color: #29a0dc;}
.park-count li b.orange-bg{background-color: #f9b94a;}
.park-count li b.red-bg{background-color: #fa4f45;}
.park-count li b.gray-bg{background-color: #bbbbbb;}
.amap-geolocation-con .amap-geo {
    background-image: url(/assets/img/wechat2/map_mylocation.png) !important;
    background-size: 48%;
    width: 40px !important;
    height: 40px !important;
    border: 0 !important;
    border-radius: 20px !important;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .2);
}

.find{
            margin: 7px auto;
            text-align: center;
}
.find>.inputtext{
            width:75%;
            height:35px;
            font-size: 15px;
            margin:0 8px;
            padding-left: 10px;
            background-color: #fff;
            border:1px solid #ddd;
            border-radius: 5px;
}
.amap-logo,.amap-copyright{
    display: none !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc;
}
.find>.button{
            color: #fff;display: inline-block;
            background-color: #2d9ed6;
            font-size: 10px;
            padding: 0px 8px;
            border-radius: 5px;
            width: 45px !important;
            line-height: 26px;
}
#container {
    position: relative !important;
}
.amap-container{
    height: 100vh !important;
    z-index: 1;
    border-top: 1px solid #ddd;
}
.amap-container .search-list{
    color: #666;
}
.amap-container .search-list:last-child{
    border-bottom: 1px solid #ddd;
}
.amap-touch-toolbar .amap-zoomcontrol {
    width: 40px !important;
    height: 96px !important;
    top: 0 !important;
    border: 0 !important;
    border-radius: 18px !important;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .2) !important;
}
.amap-zoom-touch-plus, .amap-zoom-touch-minus {
    background: none !important;
}
.amap-zoom-touch-plus>div, .amap-zoom-touch-minus>div {
    color: #333 !important;
}
.amap-icon img{
    width: 38px !important;
    height: 54px !important;
    top: 0px !important;
    left: 0px !important;
}
/*地图-信息框*/
.amap-info-content{
    width:260px;
    height: 76px;
    position: relative;
    left: -19px;
    bottom: 34px;
}
.right-text{
    float: right;
    text-align: center;
    margin-right: 10px;
}
.right-text b{
    font-size: 13px;
    font-weight: normal;
}
.amap-info-content .right-text img{
    display: block;
    margin-bottom: 8px;
}
.middle-text{
    float: left;
    line-height: 26px;
    font-size: 15px;
    width: 75%;
    border-right: 2px solid #ccc;
}
.middle-text p{
    color: #333;
}
.content-text{
    background: #fff;
    position: relative;
    border: 1px #ccc solid;
    width: 250px;
    border-radius: 5px;
    padding: 12px 10px 7px 10px;
}
.content-text:after{
    clear: both;
    content:"";
    display: table;
    height: 0
}
.right-text img{
    width:30px;
    height: 30px;
}
.content-text>.map_triangle{
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
    height: 12px !important;
    width: 12px !important;
    color: #ccc;
    border-width: 1px 1px 0 0;
    background-color: #fff;
    border-style: solid;
    position: absolute;
    bottom:-7px;
    left: 47%;
    z-index: 999;
}
.positon-logo{
    display: block;
    width: 40px;
    height: 40px;
    z-index: 888;
    margin-left: 10px;
    border-radius: 5px;
    background-color: #fff;
    position: fixed;bottom: 40px;
}
.positon-logo:active{
    background-color: #29a0dc;
}

.positon-logo img{
    width:100%;
}
/*地图底部文本*/
.map-botm{
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #999;
    z-index: 888;
    text-align: center;
    background-color: #fff;
    position: fixed;bottom: 0;
}

/*搜索历史列表*/
.search-opcity{
    height: 100%;
    background-color: #ddd;
    opacity: 0.5;
    z-index: 999;
    position: relative;
}
.search-item{
    z-index:99999 !important;
    background-color:#fff;
    padding:3px 0;
    position: relative;
}
.result-list{
    position: fixed !important;
    width: 100%;
    z-index: 99999999999;
}
.result-list .search-list:last-child{
    border-bottom:1px solid #ddd;
}
.search-list{
    color:#999;
    padding: 0 15px;
    height: 45px;
    border-bottom: 1px solid #ddd;
}
.search-list:last-child{
    border:none;
}

.search-item p{
    width:100%;height: 40px;
    line-height: 44px;
    text-align: center;
}


.past-record{
    margin:0 15px;
    clear: both;
}
.past-record li{
    cursor: pointer;
    width:100%;
    border-radius:5px;
    padding-left:36px;
    background: rgba(255, 255, 255, .2);
    margin-top:15px;
    font-size:14px;
    line-height: 40px;
}
.past-record li span {
    color: #ffffff;
}
.past-record li a{
    float: right;
    width:36px;
    height:36px;
}
.past-record li a span:after {
    content: "×";
    font-size: 24px;
    color: #fff;
    opacity: .5;
}


/*搜索结果列表*/
.cardList{
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom:1px solid #ddd;
    position: relative;
    z-index: 9999;
}
.cardList .cell{
    width:90%;
    border: none;
    border-bottom: 1px solid #ddd;
}
.cardList .cell:last-child{
    border-bottom: none;
}
.cardList label{
    width:75% !important;
    word-break: normal;
}

.result-opcity{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color:#ddd;
    opacity: 0.5;
}

.toggle-items{
    padding: 5px 0px;
}
.cardList .park-card-items{
    color: #333;
    font-size: 15px !important;
}
.toggle-items .park-card{
    color: #333;
    margin-top: 0px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 15px !important;
}
.address,.address .title{
    color: #999;
    font-size: 13px !important;
}

/*输入车牌-无滑动抽屉页面*/
.no-swipe .page1 i{
    top: 220px !important;
}
.index-banner {
    width: 100%;
    background-image: url(/assets/img/wechat2/index_banner@3x.png);
    background-repeat: round;
    padding-top: 45.4%;
}
/*输入车牌-抽屉页面*/
.page1 .park-card{
    margin: 15px 15px;
    background-color: #fff;
    border-radius: 5px;
    height: 59px;
    padding: 0px 10px;
    color: #384650;
}
.park-card ul {
    font-size: 22px;
}
.park-card li {
    float: left;
    height: 52px;
    width: calc(100% / 13);
}
.park-card .active {
    color: #418af9;
    border-bottom: 2.5px solid #418af9;
}
.sep {
    color: #e5e5e5;
}
.extra {
    display: none;
}
.switch {
    margin: 20px 0px;
    color: #ffffff;
    font-size: 14px;
}
.switch i {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-image: url(/assets/img/icon_exchange@2x.png);
    background-repeat: round;
}
.switch span {
    margin-left: 4px;
    vertical-align: middle;
}
.page1 .search-item{
    width: 80%;
    margin:0 auto;
    border:1px solid #ddd;
}

.page1 .btn-pay{
    width:80%;
    color: #fff;
    background-color: transparent;
    border:2px solid #eee;
    margin-top:20px !important;
}
.page1 .btn-pay:active{
    background-color: #50afdf !important;
}
.park-logo{
    text-align: center;
    height: 79px;
    margin-top: -79px;
    padding-bottom: 14px;
}
.park-logo img {
    height: 100%;
}
.top-arrow img{
    width: 5%;
}
/*抽屉-我的订单列表*/
.swiper-container {
    max-height: 356px;
}
.page0 .self-pay{
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px !important;
    background: #ffffff;
    border-radius: 6px;
    padding: 28px 20px 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.self-pay .park-name,
.garage .park-name {
    line-height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    max-width: 100%;
}
.self-pay .park-name label,
.garage .park-name label {
    font-size: 17px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
}
.self-pay .park-name i,
.charge-detail .parkname i,
.garage .park-name i {
    display: inline-block;
    background-color: #418af9;
    background-image: url(/assets/img/wechat2/icon_car@3x.png);
    background-repeat: round;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    margin-right: 7px;
    vertical-align: sub;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.self-pay .park-fee {
    line-height: 70px;
    font-size: 39px;
    font-weight: bold;
    color: #333333;
}
.self-pay .vpl-line {
    font-size: 16px;
    color: #333333;
    width: 100%;
    height: 28px;
    padding: 6px 0;
}
.self-pay .park-vpl {
    display: inline-block;
    line-height: 16px;
    padding: 0 16px;
    width: 50%;
    text-align: right;
    overflow: hidden;
    word-break: keep-all;
}
.park-vpl#duration {
    text-align:left;
}
.border-right {
    border-right: 1px solid #cccccc;
}
.self-pay .btn_add {
    margin: 17px 0px 0px 0px;
    width: 100%;
}
.text-link {
    width: 100%;
    text-align: center;
    color: #ffffff;
    background: #0d3776;
    font-size: 15px;
    height: 50px;
    opacity: .9;
    padding-top: 13px;
    margin-top: -50px;
}
.no-margin {
    padding: 0;
    margin: 0;
}
.arrow-right {
    display: inline-block;
    mask: url(/assets/img/wechat2/arrow_right.svg);
    -webkit-mask: url(/assets/img/wechat2/arrow_right.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    background: #ffffff;
    width: 13px;
    height: 13px;
    margin-left: 4px;
}
.arrow-left {
    display: inline-block;
    mask: url(/assets/img/wechat2/arrow_left.svg);
    -webkit-mask: url(/assets/img/wechat2/arrow_left.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    background: #ffffff;
    width: 13px;
    height: 13px;
    margin-right: 4px;
}
.page0 .self-pay label.park-card{

    color: #29a0dc;
    height: 30px !important;
    line-height: 30px !important;
    margin-top:0 !important;
    font-size: 17px;
    font-weight: bold;
}
.page0 .self-pay label b{
    font-size: 17px;
    color: #333333;
}
.self-order{
    color: #29a0dc;
    font-size: 18px;
    padding: 40px;
}
.order-list{
    padding: 16px 15px;
    border-bottom: 1px solid #ddd;
}
.order-list:last-child{
    border:none;
    line-height: 8px;
}
.order-list .see_detail {
    font-size: 12px !important;
    color: #999999 !important;
}
.triangle{
    color: #999;
    font-size: 15px;
}
.triangle:after{
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    position: relative;
    top: -1px;
    margin-left: .3em;
}

/*账单详情*/
.look-order{
    padding-top: 15px;
}
.look-order .cell{
    border-right: none;
    border-left: none;
    width:100%;
}
.look-order .cell-item{
    line-height: 40px;
    padding:15px !important;
}
.should-pay{
    color: #333;
    font-size: 15px;
    margin-bottom:15px;
}
.should-pay .cell-item{
    padding:0px 15px !important;
}
.should-pay .title {
    color: #333333;
}

.detail-trg{
    color: #ccc;
}
.detail-discount {
    padding: 0px 15px;
    background: #ffffff;
}
.detail-discount .cell-item{
    line-height: 45px;
    color: #e4393c;
    padding: 0px !important;
    border-bottom: 1px solid #e5e5e5;
}
.detail-discount .cell-item .use-able{
    background-color: #fa4e44;
}
.detail-discount .cell-item>label{
    padding-left: 10px;
    color: #f94e41;
}
.detail-discount .title {
    color: #f94e41;
}
.park-detail.cell-item {
    line-height: 23px;
    background-color: #ffffff;
    padding: 10px 15px !important;
}
.park-detail .title {
    color: #333333;
}


/* 支付页 */
.wait-pay .park-card{
    height: 40px !important;
    line-height: 40px !important;
    color: #f18e1a;
    font-size: 20px !important;
    border-radius: 0;
    border-color: #f18e1a;
    margin-bottom: 5px;
}
.wait-items{
    line-height: 30px;
    margin-bottom: 1px;
}
.wait-items:hover{
    border-color:  #29a0dc;
}
.wait-items .title{
    text-align: left;
}

.use-items{
    width:60%;
    margin:0 auto;
    padding:7px 0;
    border-radius: 10px;
    border:1px solid #ddd;
    background-color: #fff;
}
.use-items b,.use-items a{
    display: inline-block;
    width: 50%;
    text-align: center;
    font-weight: normal;
}
.use-items b span{
    color: #999;
}
.use-items a.useable{
    width:45%;
    color: #29a0dc;
    border-left:1px solid #eaeaea;
}
.pay-item .cell-item{
    font-size: 15px;
    color: #333;
}
.pay-item .cell .title{
    text-align: left;
}
.pay-item .should-pay span{
    font-weight: normal;
}
.cell-item .use-able{
    display: inline-block;
    width: 55px;
    line-height: 23px;
    color: #fff;
    font-size: 12px;
    background-color: #29a0dc;
    border-radius: 3px;
    text-align: center;
}
span.text-default{
    margin-left: 5px;
}

/*可用优惠券列表*/
.free-detail .btn-orange{
    margin: 8px 0;
}

.free-card{
    width:90%;
    margin:20px auto;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    overflow: hidden;
}
.free-card .bg-repeat{
    background: url(/assets/img/wechat2/icon_lace.png);
    width:100%;height: 13px;
    background-size: 3% 107%;
}
.free-items{
    background-image: url(/assets/img/wechat2/icon_coupon_watermark.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 22% 90%;
}

.free-items .card-items{
    padding:5px 10px 0 20px;
    border-bottom: 1px dashed #ddd;
}
.card-items .card-intro,.card-items .card-money{
    font-size: 13px !important;
    color: #29a0dc !important;
    text-align: left;
    /*margin-left:20px ;*/
}
.card-money{
    margin-left:50px !important;
}
.card-money b{
    font-size: 30px;
}

.usetime{
    padding: 2px 0;
        font-size: 10px;
        color: #999;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
}
.usetime p{
        font-size: 10px;
        color: #999;
        padding-right: 20px;
        flex: 1;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        text-align: right;
}
.usetime span{
    display: inline-block;
    padding-left: 20px;
}
.coupon{
    position: fixed;
    bottom: 0;
    height:100%;
    left: 0;
    right: 0;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,100%, 0);
    transform: translate3d(0,100%, 0);
    display: none;
    z-index: 999999;
    margin: 0 auto;
}
.coupon.show{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0, 0);
    background: #eee;
    overflow-y: auto;
}


/*个人中心-注册/绑定页*/
.regis-items{
    width:100%;
    margin:0 auto;
}
.regis-items .cell{
    height: 120px;
    width:100%;
    border:none;border-radius: 0;
    background-color: #418af9;
}
.regis-items .user-logo img{
    display: inline-block;
    width:60px;
    height: 60px;
    border-radius: 30px;
    vertical-align: top;
}
.user-intro{
    height: 100%;
    padding: 30px 12px;
}
.user-intro .triangle{
    color: #fff;
    text-align: right;
    float: right;
    margin-top: 20px;
    clear: both;
}
.regis-not{
    display: inline-block;
    line-height: 32px;
    text-align: left;
    margin-left: 6px;
    font-size: 18px;
    color: #fff;
}
.regis-not span{
    font-size: 12px;
    color: #eee;
}

.regis-list .use-items .title .level{
    width:30px !important;
}
.regis-items .use-items{
    width:100%;
    border-radius: 0px;
    border: none;
    margin:0 auto !important;
    margin-bottom: 15px;
    padding:0;
}
.regis-items>.use-items{
    padding:12px 15px;
}
.regis-items .use-items b,.regis-items .use-items a{
    width:49%;
    color: #333333;
    font-size: 15px;
}
.auto-width {
    width: auto !important;
}
.regis-list{
    margin: 15px auto !important;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.regis-list .use-items{
    line-height: 33px;
    margin:0 auto !important;
}
.regis-list .use-items b{
    text-align: left;
    font-size: 15px !important;
    line-height: 28px;
}
.regis-self{
    font-size: 15px;
}
.regis-list .cell-item{
    margin-left:15px;
    padding:8px 15px 8px 0;
    border-bottom: 1px solid #e5e5e5;
}

.regis-list .triangle{
    display: inline-block;
}
.regis-items .use-items b span{
    display: inline-block;
    width: 24px;
    height: 28px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle;
}
.regis-list .use-items b span.invoice_apply {
    width: 25px;
    height: 25px;
    background-image: url(/assets/img/wechat2/invoice_apply.png);
}
.regis-list .use-items b span.invoice_parking_market {
    width: 25px;
    height: 25px;
    background-image: url(/assets/img/wechat2/invoice_parking_market.png);
}
.regis-list .use-items b span.invoice_help {
    width: 25px;
    height: 25px;
    background-image: url(/assets/img/wechat2/invoice_help@3x.png);
}
.regis-list .use-items b span.invoice_history {
    width: 25px;
    height: 25px;
    background-image: url(/assets/img/wechat2/invoice_history@3x.png);
}
.regis-list .use-items b span.invoice_setting {
    width: 25px;
    height: 25px;
    background-image: url(/assets/img/wechat2/invoice_setting@3x.png);
}

.regis-list .use-items b span.icon_plate{
    background-image: url(/assets/img/wechat2/icon_plate@3x.png);
}
.regis-list .use-items b span.icon_parkingspace{
    background-image: url(/assets/img/wechat2/icon_parkingspace@3x.png);
}
.regis-list .use-items b span.icon_record{
    background-image: url(/assets/img/wechat2/icon_record@3x.png);
}
.regis-list .use-items b span.icon_plane{
    background-image: url(/assets/img/wechat2/icon_plane@3x.png);
}
.regis-list .use-items b span.icon_payment{
    background-image: url(/assets/img/wechat2/icon_payment@3x.png);
}
.regis-list .use-items b span.icon_purse{
    background-image: url(/assets/img/wechat2/icon_purse@3x.png);
}
.regis-list .use-items b span.icon_download{
    background-image: url(/assets/img/wechat2/icon_download@3x.png);
    margin-left: 15px;
}
.regis-list .use-items b span.icon_wechat{
    width: 24px;
    height: 24px;
    background-image: url(/assets/img/wechat2/wallet_wechat@3x.png);
    margin-left: 15px;
}
.regis-list .use-items b span.icon_card{
    width: 24px;
    height: 24px;
    background-image: url(/assets/img/wechat2/wallet_parkcard.png);
    margin-left: 15px;
}


/*绑定页*/
.bind b{
    width: 85px !important;
}
.bind input{
    min-width:45%;
    max-width: 40%;
    font-size: 15px;
}
.bind .title{ 
    line-height: 28px;
    text-align: center;
    color: #fff;
    background-color: #418af9;
    border-radius: 3px;
    margin-left: 5px;
    font-size: 12px !important;
}
.bind .bind-already{
    color: #eee !important;
    background-color: #ccc !important;
}
.bind .bind-captcha {
    margin-top: -6px;
    margin-bottom: -6px;
}

.bind-explain{
    margin-left: 20px;
}
.bind-explain .explain-title{
    line-height: 50px;
    font-size: 15px;
    text-align: left;
}
/*余额-充值*/
.recharge {
    background: #ffffff;
    padding: 0 5px 10px 15px;
}
.recharge>p {
    line-height: 53px;
    font-size: 14px;
    color: #333333;
}
.recharge .charge-notice {
    margin-right: 10px;
    float: right;
    color: #999999;
    font-size: 13px;
}
.recharge .charge-list{
    width: 100%;
    border-spacing: 0px;
    table-layout: fixed;
}
.charge-list td div {
    display: block;
    text-align: center;
    line-height: 35px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #333333;
}
.charge-list td div:hover, .charge-list td div.hover {
    border: 1px solid #5ac64f;
    color: #fff;
    background-color: #5ac64f;
}
p.tip-head {
    padding: 0 15px;
    margin-top: 8px;
    line-height: 45px;
    font-size: 13px;
    color: #999999;
}
p.tip {
    padding: 0 15px;
    color: #999999;
    font-size: 13px;
    line-height: 19px;
}
p.bind-explain{
    width:100%;
    line-height: 21px;
    margin-left: 0 !important;
    text-align: center;
    font-size: 13px;
    position: fixed;bottom: 40px;
}
p.explain{
     text-align: center;
     font-size: 13px;
}
p.bind-explain b,p.explain b{
    display: inline-block;
    width:18px;height: 18px;
    background-image: url(/assets/img/wechat2/icon_question_small@3x.png);
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: top;
    margin-right: 10px;
}
.charge-success{
    display: block;
    width:80%;
    height: 40px;
    line-height: 40px;
    margin:0 auto ;
    color: #fff ;text-align: center;
    border:1px solid green;
    border-radius: 5px;
    background-color: #009900;
}
/*意见反馈*/
.advice,.advice textarea{
    width: calc(100% - 30px);
    height: 200px;
    border: none;
    border-radius: 5px;
}
.advice textarea{
    padding:10px 15px;
    resize:none;
    color: #333;
    line-height: 20px;
    position:absolute;
    font-size: 15px;
}
 .advice .text-default{
    position:absolute;line-height:20px;padding:10px 0 0 15px; color: #ccc;
}
/*自动支付*/
.default-pay{
    width:90%;
    margin:50px auto 40px auto;
}
.default-pay li{
    line-height: 25px;
    padding-left: 20px;
    position: relative;
}
.default-pay li:before{
    position: absolute;
    left: 5px;top:8px;
    content:"";
    display: inline-block;
    background-color: #78bfe3;
    width:6px;
    height:6px;
    border-radius: 3px;
}
.close-btn{
    color: #999;
    display: inline-block;
    width:100%;
    text-align: center;
    text-decoration: underline;
    margin-top:10px;
}

/*个人信息*/
.regis-message{
    width:90%;
    margin:0 auto;
}
.regis-message .search-list{
    height:45px;
}
.regis-message .search-list .title{
    color: #000;
}
/*支付记录*/
.pay-record{
    margin-bottom: 15px;
    background-color: #fff;
    padding: 18px 15px 0 15px;
}
.pay-record .bd-botm{
    margin: 0;
    padding: 0;
    height: 59px;
}
.pay-record .park-name {
    font-size: 15px;
    height: 15px;
    color: #333333;
    line-height: 15px;
    width: calc(100% - 93px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.pay-record .duration {
    font-size: 13px;
    color: #666666;
    margin-top: 12px;
    line-height: 13px;
}
.pay-record .amount {
    font-size: 19px;
    color: #29a0dc;
    float: right;
    margin-top: -32px;
}
.pay-record .second {
    font-size: 13px;
    line-height: 35px;
}
.pay-record .vpl {
    color: #999999;
}
.pay-record .pay-time {
    color: #999999;
    float: right;
}
.record-card{
    border-bottom:1px solid #e5e5e5;
}

.pay-item .cell-item{
    padding:10px 15px !important;
}

/* 支付详情 */
.discount {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}
.discount .label {
    line-height: 26px;
    width: 65px;
    background: #fa4f45;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    border-radius: 3px;
}
.discount .tip, .parking-card-amount {
    font-size: 15px;
    color: #fa4f45 !important;
}

.bill-wall {
    padding: 20px 0;
    text-align: center;
    background: #418af9;
    margin-bottom: -15px;
}
.bill-wall .top {
    font-size: 14px;
    line-height: 33px;
    color: #ffffff;
    opacity: .6;
}
.bill-wall .amount {
    line-height: 57px;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
}
.bill-wall .detail {
    font-size: 16px;
    color: #ffffff;
    opacity: .8;
    line-height: 36px;
}
.bill-wall .detail .left {
    display: inline-block;
    line-height: 14px;
    padding: 0 15px;
    width: 50%;
    text-align: right;
    border-right: 1px solid rgba(255, 255, 255, .4);
}
.bill-wall .detail .right {
    display: inline-block;
    line-height: 14px;
    padding: 0 15px;
    width: 50%;
    text-align: left;
}
.charge-detail {
    padding: 0px 15px;
    margin-top: 15px;
    background: #fff;
}
.charge-detail .title {
    color: #333333;
    padding-top: 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
}
.charge-detail .parkname {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.charge-detail .parkname span {
    font-size: 16px;
    color: #333333;
}
.charge-detail .amount {
    line-height: 61px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 32px;
    font-weight: bold;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.charge-detail .detail {
    padding: 16px 0px 10px 0px;
    font-size: 15px;
    border-bottom: 1px dashed #e5e5e5;
}
.charge-detail .detail li {
    overflow: auto;
    padding-bottom: 4px;
}
.charge-detail .detail label {
    color: #666666;
}
.charge-detail .detail span {
    float: right;
    color: #666666;
    max-width: 75%;
    word-break: break-word;
    text-align: right;
}
.charge-detail .detail span:after {
    color: #cccccc;
    margin-right: 2px;
}
.charge-detail .no-border {
    border: none !important;
}
.charge-detail .high-light {
    color: #418af9 !important;
}
.charge-detail .pay-detail {
    line-height: 50px;
    color: #333;
    width: 100%;
}
.charge-detail .pay-detail_after {
    color: #cccccc;
    float: right;
    line-height: 50px;
}
.charge-detail .payment {
    line-height: 40px;
    color: #333333;
}
.charge-detail .see_detail {
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    color: #999;
}
.w-125 {
    width: 125px !important;
    height: 125px !important;
}
.bottom-line {
    border-bottom: 1px solid #e5e5e5;
}

/** input中Date 属性样式设置 **/
::-webkit-datetime-edit-text{
   position: relative;
}

::-webkit-datetime-edit-text::after {
  content: '-';
  position: absolute;
}

::-webkit-clear-button,
::-webkit-inner-spin-button
/*::-webkit-calendar-picker-indicator */{
   display:none;
}
/*** foot ***/
.footer{
    width:100%;
    height:60px;
    position:fixed;bottom:0;
    background-color: #fff;
    text-align:center;
    padding:0 20%;
}
.footer .p1{
    float:left;
    margin-top:10px;
}
.footer .p2{
    float:right;
    padding-top:5px;
}
.footer .p1 p{
    margin-top:7px;
    font-size:12px;
}
.footer .p2 p{
    margin-top:2px;
    font-size:12px;
}
.blue{color:#29a0dc;}
.gray{color:#999;}
/***   车牌号填写  **/
#vpl_input{
    font-size: 15px;
    max-width: 60%;
    text-align: left;
    padding-left:5px;
}
/** 支付成功 ***/
.large{
    color:#333333;
    font-size:30px;
    text-align:center;
    padding: 15px;
}
 .large p:first-child{
    font-size: 15px;
    /*padding-bottom:11px;*/
}
.align-left,.align-right{
    font-size:13px;
    color:#777;
}
.align-right{
    text-align:right;
}
.root{
    width:100%;
    text-align:center;
    font-size: 10px;color:#999999;
    position:fixed;bottom:10px;
}
/*错峰停车*/
.already{
    display: inline-block;
    width:100%;
    line-height: 25px;
    color: #888;
    font-size: 13px;
    padding-left: 10px;
    background-color: #fbf9fe;
    border-bottom: 1px solid #ddd;
}
.bg-body{background-color:#eee;}
.bg-body .cell-item .title{text-align:left;}

.barcode{
    width:100%;
    position:fixed;
    bottom:30px;
    text-align:center;
    color: #999;
    font-size: 10px;
}
.barcode img{
    width:120px;
    height: 120px;
}

.input-color{
    color:#ccc;
    text-align: left;
}
#vpl_input.carKeyBorad-submit-color{color:#333;}

.vpl_switch {
    position: relative;
    float: right;
    margin-left: auto;
    padding: 0px 12px;
    font-size: 12px;
    color: #418af9;
    border-left: 1px solid #e5e5e5;
    line-height: 16px;
}

/* 暂无开票历史 */
.fail_his_container {
    width: 100% ;
    height: 100% ;
    text-align: center;
    background: #FFFFFF;
}

.fail-his-pic {
    display: block;
    margin: 0 auto;
    margin-top: 154px;
    margin-bottom: 24px;
    width: 86px;
    height: 84px;
}

.fail-his-tip {
    font-size: 15px;
    color: #999999;
}

.attention {
    margin-bottom: -15px;
    height: 40px;
    background: #fa4f45;
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.attention img {
    height: 18px;
    margin: auto 0px;
}
.attention span {
    margin: auto 8px;
    font-size: 13px;
    color: #ffffff;
}

.paycode {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 30px;
}
.paycode p {
    font-size: 12px;
    color: #999999;
}
.paycode img {
    width: 160px;
    height: 160px;
    margin-top: 20px;
}

.error-tip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 102px;
}
.error-tip img {
    width: 90px;
    height: 90px;
}
.error-tip span {
    margin-top: 30px;
    font-size: 16px;
    color: #666666;
}

.weui-popup__modal {
    background: #eeeeee !important;
    -webkit-overflow-scrolling:touch;
}

.user-balance {
    background: #418af9;
    padding: 30px 22px;
}
.user-balance .head {
    display: block;
    line-height: 26px;
    font-size: 13px;
    color: #ffffff;
}
.user-balance .im-recharge {
    background: rgba(255, 255, 255, .1);
    width: 75px;
    margin-top: -26px;
    line-height: 26px;
    font-size: 13px;
    color: #ffffff;
    border-radius: 13px;
    float: right;
    text-align: center;
}
.user-balance .wallet-amount {
    line-height: 54px;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
}

.bank-card {
    background: #ffffff;
    height: 80px;
    border-bottom: 1px solid #e5e5e5;
}
.bank-card:last-child {
    border-bottom: 0;
}
.bank-card>div {
    height: 80px;
    width: 50%;
    display: inline-block;
    border-right: 1px solid #e5e5e5;
}
i.icon-card {
    display: inline-block;
    margin: 28px 20px;
    height: 24px;
    width: 24px;
    background-image: url(/assets/img/wechat2/wallet_card@3x.png);
    background-repeat: round;
}
i.icon-autopay {
    display: inline-block;
    margin: 28px 20px;
    height: 24px;
    width: 24px;
    background-image: url(/assets/img/wechat2/wallet_limit@3x.png);
    background-repeat: round;
}
i.icon-wechat {
    display: inline-block;
    margin: 28px 20px;
    height: 24px;
    width: 24px;
    background-image: url(/assets/img/wechat2/wallet_wechat.png);
    background-repeat: round;
}
i.icon-parkcard {
    display: inline-block;
    margin: 28px 20px;
    height: 24px;
    width: 24px;
    background-image: url(/assets/img/wechat2/wallet_parkcard.png);
    background-repeat: round;
}
i.icon-increase {
    display: inline-block;
    height: 15px;
    width: 15px;
    background-image: url(/assets/img/wechat2/icon_increase@3x.png);
    background-repeat: round;
    margin-right: 8px;
    vertical-align: middle;
}
i.icon-question{
    display: inline-block;
    width:14px;
    height: 14px;
    background-image: url(/assets/img/wechat2/icon_question_small@3x.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 10px;
}
.bank-card .card {
    display: inline-block;
    padding: 15px 0;
    width: calc(100% - 69px);
    vertical-align: top;
}
.bank-card .card .label {
    display: block;
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    word-break: keep-all;
}

.bank-card-popup {
    padding: 0 15px;
    background: #eeeeee;
}
.bank-card-popup .item {
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .1);
    margin-top: 15px;
    height: 100px;
}
.bank-card-popup .item .icon-bank {
    width: 42px;
    height: 42px;
    margin: 29px 20px;
    display: inline-block;
}
.bank-card-popup .item .detail {
    padding: 16px 0;
    display: inline-block;
    vertical-align: top;
}

.bank-card-popup .item .detail .bank-name {
    line-height: 32px;
    font-size: 14px;
    color: #333333;
}
.bank-card-popup .item .detail .bank-no {
    line-height: 36px;
    font-size: 20px;
    color: #333333;
    display: block;
}
.bank-card-popup .item .detail .default-tip {
    display: inline-block;
    margin-left: 5px;
    line-height: 15px;
    text-align: center;
    width: 32px;
    background: #cccccc;
    border-radius: 2px;
    font-size: 10px;
    color: #ffffff;
}

.empty-template {
    padding-top: 90px;
    text-align: center;
}
.empty-template img {
    display: block;
    height: 84px;
    width: 138px;
    margin: auto;
    margin-bottom: 15px;
}
.empty-template p {
    line-height: 50px;
    font-size: 15px;
    color: #666666;
}

.add-vpl-box {
    padding-top: 15px;
}
.add-vpl-box .add-vpl {
    height: 50px;
    background: #fff;
    margin: 0 15px;
    padding-left: 10px;
    border-radius: 3px;
}
.add-vpl-box .add-vpl #vpl_input {
    font-size: 16px;
    line-height: 50px;
}

.plate-swiper {
    height: 150px;
    padding: 25px 27px;
}
.plate.active {
    background: #418af9 !important;
}
.plate .opened {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
}
.plate-swiper .plate {
    position: relative;
    background: #cccccc;
    border-radius: 5px;
    padding: 5px;
}
.plate .plate-text {
    display: block;
    border: 3px solid #ffffff;
    border-radius: 5px;
    width: 100%;
    line-height: 84px;
    color: #ffffff;
    font-size: 11.7vw;
    font-weight: bold;
    text-align: center;
    word-break: keep-all;
    overflow: hidden;
}

.bottom-add-vpl {
    width: 100%;
    position: fixed;
    height: 50px;
    bottom: 0px;
    background: #418af9;
    color: #ffffff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}

.swiper-pagination-bullet {
    border-radius: 50% !important;
    width: 6px !important;
    height: 6px !important;
    margin: 0 3px !important;
}
.my-bullet {
    bottom: 3px !important;
}
.my-bullet-active {
    opacity: 1 !important;
    background: #418af9 !important;
}

.pic-upload {
    padding: 15px 15px 25px 15px;
    background: #ffffff;
}
.pic-upload .btn_add {
    width: 100%;
    margin: 0;
}
.pic-upload .text-line {
    display: block;
    line-height: 43px;
    text-align: center;
    position: relative;
    font-size: 13px;
    color: #999999;
}
.border-bt {
    font-size: 14px !important;
    color: #333333 !important;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.pic-upload .upload {
    height: 211px;
    width: 100%;
    background: #eeeeee;
    border: 2px solid #e5e5e5;
    padding-top: 45px;
    position: relative;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.preview {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.eg {
    height: 100px;
    margin-bottom: -7px;
}
.upload-btn {
    margin-top: 15px;
    justify-content: space-between;
}
.shadow {
    width: 100%;
    height: 100%;
    background-color: rgba(51,51,51,.9);
    position: absolute;
    justify-content: center;
    flex-direction: column;
    top: 0;
    display: none;
}
.shadow p {
    color: #ffffff;
    font-size: 16px;
}

.weui-dialog {
    border-radius: 6px !important;
}
.weui-dialog__title {
    font-weight: bold !important;
}
.weui-dialog__bd {
    padding: 0 24px 20px !important;
    font-size: 16px !important;
    line-height: 23px !important;
    color: #666666 !important;
}
.weui-dialog__hd {
    padding: 4px 0 0 !important;
    line-height: 45px !important;
}
.weui-dialog .weui-dialog__btn.default, .weui-toast .weui-dialog__btn.default {
    color: #999999 !important;
}
.weui-dialog__btn {
    color: #418af9 !important;
}

.blue-bold {
    font-size: 17px !important;
    color: #418af9 !important;
    font-weight: bold !important;
}

.bottom-container {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #fff;
    z-index: 666;
    padding: 16px 12px 18px;
    box-shadow: rgba(0, 0, 0, .2) 0px 1px 4px 0px;
}
.bottom-container .parking-name {
    line-height: 18px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.bottom-container .empty-parking {
    line-height: 16px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 8px;
    color: #418af9;
}
.bottom-container .route {
    cursor: pointer;
    height: 70px;
    width: 70px;
    position: absolute;
    background: #418af9;
    border-radius: 35px;
    top: -35px;
    right: 12px;
    text-align: center;
    padding-top: 12px;
    box-shadow: rgba(141, 146, 164, .3) 0px -1px 4px 0px;
}
.bottom-container .route span {
    font-size: 12px;
    display: block;
    color: #ffffff;
    margin-top: -2px;
}
.icon-maproute {
    height: 29px;
    width: 35px;
    background-image: url(/assets/img/wechat2/map_findway.png);
    background-size: cover;
    display: inline-block;
}

.footer-info {
    text-align: center;
    font-size: 13px;
    position: fixed;
    width: 100%;
    bottom: 15px;
}

.invoice-home-tip {
    margin: 15px;
    font-size: 13px;
    padding-top: 15px;
    color: #999;
}
.invoice-home-tip>*{
    padding-bottom: 6px;
}
.login {
    text-align: center;
    padding: 0 35px;
}
.login .login-logo {
    height: 92px;
    margin: 39px 0 12px 0;
}
.login .item {
    margin-top: 14px;
    line-height: 52px;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}
.login .item input {
    color: #333333;
    font-size: 18px;
    width: 60%;
}
.login .btn_add {
    width: 100%;
    margin: 40px 0;
}
.login .valid-code {
    font-size: 14px;
    color: #418af9;
    float: right;
}
.login .login-captcha-img {
    float: right;
    width: 100px;
    height: 40px;
}
.login-phone {
    display: inline-block;
    width: 18px;
    height: 22px;
    background-image: url(/assets/img/wechat2/login_phone.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 11px;
    vertical-align: sub;
}
.login-code {
    display: inline-block;
    width: 18px;
    height: 22px;
    background-image: url(/assets/img/wechat2/login_code.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 11px;
    vertical-align: sub;
}
.login-captcha {
    display: inline-block;
    width: 18px;
    height: 22px;
    background-image: url(/assets/img/wechat2/captcha_icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 11px;
    vertical-align: sub;
}

.garage {
    height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 45px;
    flex-direction: column;
}
.garage .park-name label {
    text-align: center;
    font-weight: bold;
    color: #333;
}
.garage .channel {
    line-height: 34px;
    font-size: 18px;
    color: #999;
    padding-top: 10px;
}
.garage .save-btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 228px;
    width: 228px;
    text-align: center;
    line-height: 228px;
    font-size: 19px;
    color: #fff;
    background-image: url(/assets/img/wechat2/shadow_circle.png);
    background-size: cover;
}
.garage .scan-btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 226px;
    width: 224px;
    margin-top: 32px;
    text-align: center;
    line-height: 278px;
    font-size: 18px;
    color: #fff;
    background-image: url(/assets/img/wechat2/shadow_circle_scan.png);
    background-size: cover;
}
.garage .bottom {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    color: #999;
}
.garage .bottom img {
    width: 140px;
    height: 148px;
}
.garage .tip-title {
    width: 100%;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
}
.garage .tip-content {
    line-height: 20px;
    text-align: center;
}
.text-redirect {
    margin-top: 15px;
    text-align: center;
    position: relative;
}
.text-redirect i {
    background-image: url(/assets/img/wechat2/icon_arrows.png);
    display: inline-block;
    background-size: 18px 15px;
    background-position-y: 5px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: -24px;
}

.authorize-contianer {
    height: 100%;
    background: #fff;
    text-align: center;
    padding-top: 50px;
}
.authorize-contianer .authorize-icon {
    width: 128px;
    display: block;
    margin: 0 auto;
    padding-bottom: 25px;
}
.authorize-contianer .auth-item {
    font-size: 15px;
    color: #666;
    padding: 3px 0;
}

.bill-close {
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.bill-close span {
    font-size: 13px;
    color: #418af9;
}
.bill-close img {
    margin-left: 7px;
    width: 13px;
    height: 13px;
}
.point-title {
    line-height: 58px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}
.point-title .cancel {
    font-size: 12px;
    font-weight: normal;
    color: #999;
    display: inline-block;
    position: absolute;
    right: 0px;
    padding: 0 15px;
}
.point-class {
    margin: 0 15px 12px 15px;
    background: #fbfbfb;
    border: 1px solid #eee;
    border-radius: 4px;
}
.point-class-label {
    line-height: 50px;
    font-size: 15px;
    margin-left: 42px;
    color: #333;
    font-weight: bold;
}
.point-class-value {
    line-height: 50px;
    float: right;
    margin-right: 15px;
    color: #FB564A;
}
.point-amount {
    line-height: 45px;
    font-size: 15px;
    font-weight: bold;
    padding-right: 15px;
    padding-left: 4px;
}
.point-amount-span {
    float: right;
    color: #FB564A;
    font-weight: normal;
}
.point-total {
    padding: 0 15px 15px 42px;
    line-height: 14px;
    font-size: 14px;
}
.point-total label {
    color: #666;
}
.point-total span {
    color: #ee6723;
}
.point-total p {
    float: right;
}
.point-select {
    display: flex;
    padding: 0 15px 15px;
    justify-content: flex-end;
    margin-top: -15px;
}
.point-select .count {
    min-width: 60px;
    text-align: center;
}
.point-footer {
    padding: 0 15px;
    line-height: 52px;
    display: flex;
    justify-content: space-between;
}
.point-footer .left {
    flex: 1;
}
.point-footer .left label {
    color: #333;
}
.point-footer .left span {
    color: #fb564a;
}
.point-footer .btn_radius {
    width: 36%;
    margin: 0;
}
.icon-minus {
    -webkit-mask-image: url(/assets/img/wechat2/icon_minus.svg);
    background-color: #418af9;
    width: 25px;
    height: 25px;
    display: inline-block;
    -webkit-mask-size: contain;
}
.icon-add {
    -webkit-mask-image: url(/assets/img/wechat2/icon_add.svg);
    background-color: #418af9;
    width: 25px;
    height: 25px;
    display: inline-block;
    -webkit-mask-size: contain;
}

.dot-divider {
    margin: 10px 0;
    border-bottom: 1px dashed #e5e5e5;
    border-top: 0;
}
.pay-success-img {
    -webkit-mask-image: url(/assets/img/wechat2/icon_success.svg);
    -webkit-mask-size: contain;
    width: 72px;
    height: 72px;
    display: inline-block;
    background-color: #418af9;
    margin-bottom: 14px;
}
.pay-error-img {
    -webkit-mask-image: url(/assets/img/wechat2/icon_error.svg);
    -webkit-mask-size: contain;
    width: 72px;
    height: 72px;
    display: inline-block;
    background-color: #df4056;
    margin-bottom: 14px;
}

.weui-agree__checkbox {
    width: 18px !important;
    height: 18px !important;
}
.weui-agree__checkbox:checked {
    background-color: #418af9;
    border-color: #418af9;
}
.weui-agree__checkbox:before {
    font-size: 18px !important;
    color: #fff !important;
}

.point-coupon-check {
    color: #333;
    font-size: 15px;
    height: 35px;
    margin: 0 15px 15px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}
.point-coupon-check .weui-agree__checkbox {
    float: right;
}
.point-coupon {
    height: 90px;
    margin: 0 15px 15px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    display: flex;
    padding: 10px 0;
    background: #f5f5f5;
}
.point-coupon .amount {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 2px solid #e5e5e5;
}
.point-coupon .amount span {
    font-size: 36px;
}
.point-coupon .amount label {
    font-size: 15px;
    margin-top: 10px;
}
.point-coupon .info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 15px;
    flex: 1;
}
.point-coupon .info span {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.point-coupon .info label {
    font-size: 12px;
    color: #999;
}
.point-coupon .use {
    width: 25%;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.point-coupon .use span {
    width: 60px;
    text-align: center;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    border: 1px solid #418af9;
    border-radius: 15px;
    color: #418af9;
}
.point-coupon .use span.disabled, .point-coupon .use span.selected {
    color: #fff;
    background: #ccc;
    border-color: #ccc;
}
.point-custom {
    padding: 12px;
    border-bottom: 1px dashed #ddd;
    cursor: pointer;
}
.point-custom:last-child {
    border: 0;
}

.fee_tip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 13px;
    color: #fff;
}
.fee_tip i {
    width: 13px;
    height: 13px;
    display: block;
    background-image: url(/assets/img/wechat2/circle_question.png);
    background-size: cover;
    background-repeat: no-repeat;
}
