﻿/*wolcott*/

body { /* IOS禁止微信调整字体大小 */
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
}

html {width: 100%;height: 100%;overflow-x: hidden;}
body {position: relative;margin: 0;padding: 0;width: 100%;height: 100%;font: "微软雅黑", Helvetica, Arial, sans-serif;background: #555;}
body, tl, td, h1, h2, h3, h4, h5, h6, p, form {margin: 0;}
ol, ul {margin: 0;padding: 0;}
a, a:link, a:visited, a:hover {color: #333;text-decoration: none;}
ul, li {list-style: none;}
table {border-collapse: collapse;}
img, object {border: 0;}
* {margin: 0;padding: 0;font-family:"微软雅黑";font-size:14px;box-sizing: border-box;}
div {word-wrap: break-word;word-break: normal;}
img, button, input, textarea {-webkit-tap-highlight-color: rgba(255,255,255,0);}

input[type=text], textarea{-webkit-appearance: none; outline:none;} /*IOS 去掉textarea,input的默认样式*/
input::-webkit-input-placeholder ,textarea::-webkit-input-placeholder {color:#aaa;}
/*select{*/
	/*outline: none;*/
	/*padding-right:25px !important;*/
	/*background:url("../images/ico_arrow.png") no-repeat scroll right center transparent !important;*/
	/*background-size:30px 10px !important;*/
/*}*/

/*去掉手机端点击出现高亮或者选择区域*/
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.phone_all {position: relative;width: 100%;max-width: 800px;height: auto;min-height: 100%;margin: 0 auto;padding: 0;overflow: hidden;background:#fff;
	/*box-shadow:0px 0px 10px rgba(0, 0, 0, 0.8);transition:-webkit-transform 0.3s;transition:-moz-transform 0.3s;transition:-o-transform 0.3s;transition:-ms-transform 0.3s;transition:transform 0.3s;*/}

/*暂无数据*/
.no_data{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.no_data img{
	width:220px;
	height:220px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-130px;
	margin-left:-110px;
	opacity:0.8;
}
.no_data span{
	width:100%;
	height:30px;
	position:absolute;
	text-align:center;
	color:#a5a6aa;
	top:50%;
	left:0;
	margin-top:40px;
}

/*滚动条*/
::-webkit-scrollbar {width:4px;height:4px;z-index:9999;}
::-webkit-scrollbar-track {-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);border-radius:0;background:rgba(0,0,0,0.1);z-index:9999;}
::-webkit-scrollbar-thumb {border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.2);z-index:9999;}
::-webkit-scrollbar-thumb:hover {border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.4);z-index:9999;}

/*页码*/
.page {width: 100%;height: auto;float: left;margin-top: 25px;margin-bottom: 15px;}
.page .page_pre {width: 33%;height: auto;float: left; padding:0 10px;}
.page .page_pre a {width: 100%;height: 35px;line-height:35px;text-align:center;float: left; border-radius: 3px;}
.page .page_num {width: 34%;height: 35px;line-height:35px;text-align: center;height: auto;float: left;color: #707070;}
.page .page_next {width: 33%;height: auto;float: left;padding:0 10px;}
.page .page_next a {width: 100%;height: 35px;line-height:35px;text-align:center;float: left;border-radius: 3px;}
.page .page_pre a{
	color:#fff;
	background:#1e9bf3;
	box-shadow:0 2px 8px #91c7ec;
	border-radius:3px;
}
.page .page_next a{
	color:#fff;
	background:#1e9bf3;
	box-shadow:0 2px 8px #91c7ec;
	border-radius:3px;
}
.black {width: 100%;height: 40px;float: left;}

/*loading 加载中*/
.loading {position: fixed;width: 100%;height: 100%;background: #f5f5f5;overflow: hidden;z-index: 99999;}
.loading_box {position: absolute;top: 50%;margin-top: -100px;width: 100%;text-align: center;}
.loading_img {position: relative;display: block;width: 100%;height: auto;text-align: center;margin-bottom: 25px;}
.loading_img img {margin: 0 auto;padding: 0;display: block;width: 50px;height: 50px;}
.loading_text {position: relative;display: block;width: 100%;height: auto;text-align: center;font-size: 14px;letter-spacing: 1px;color:#999;}
.spinner {position: relative;display: block;width: 100%;height: 30px;text-align: center;margin-bottom: 12px;}
.spinner > div {height: 100%;width: 3px;display: inline-block;-webkit-animation: stretchdelay 1.2s infinite ease-in-out;animation: stretchdelay 1.2s infinite ease-in-out;}
.spinner .rect1 {-webkit-animation-delay: -1.2s;animation-delay: -1.2s;}
.spinner .rect2 {-webkit-animation-delay: -1.1s;animation-delay: -1.1s;}
.spinner .rect3 {-webkit-animation-delay: -1.0s;animation-delay: -1.0s;}
.spinner .rect4 {-webkit-animation-delay: -0.9s;animation-delay: -0.9s;}
.spinner .rect5 {-webkit-animation-delay: -0.8s;animation-delay: -0.8s;}
@-webkit-keyframes stretchdelay {0%, 40%, 100% {-webkit-transform: scaleY(0.4)
}
	20% {-webkit-transform: scaleY(1.0)
	}
}
@keyframes stretchdelay {0%, 40%, 100% {transform: scaleY(0.4);-webkit-transform: scaleY(0.4);}
	20% {transform: scaleY(1.0);-webkit-transform: scaleY(1.0);}
}

/*正文*/
.content{
	width:100%;
	max-width:800px;
	height:auto;
	min-height:100%;
	float:left;
	padding-top:44px;
	position: relative;
	z-index: 2;
}
.content_box{
	width:100%;
	height:auto;
	float:left;
}
.con_title{
	width:100%;
	height:45px;
	line-height:45px;
	float:left;
	background:#fff;
}
.con_title_text{
	width:auto;
	height:45px;
	line-height:45px;
	float:left;
	font-size:18px;
	padding:0 15px;
}

/*条件筛选*/
.con_search_btn{
	width:100%;
	padding:8px 10px;
	background:#fff;
	position:fixed;
	z-index: 10;
}
.con_search_btn span.text{
	width:40%;
	float:left;
	height:30px;
	line-height:30px;
	color:#333;
}
.con_search_btn .btn_search{
	width:auto;
	height:30px;
	line-height:30px;
	float:right;
	color:#1e9bf3;
}
.con_search_btn .btn_search .icon{
	float:left;
	height:30px;
	line-height:30px;
	margin-right:5px;
	font-size:14px;
}
.con_search_box{
	width:100%;
	height:auto;
	padding:10px;
	background:#fff;
	position:fixed;
	z-index:2222222222220;
	box-shadow:0 0 10px rgba(0,0,0,0.08);
}
.con_search_box .input, .con_search_box .select{
	width:100%;
	height:auto;
	float:left;
}
.con_search_box .input input, .con_search_box .select select{
	width:100%;
	height:30px;
	float:left;
	border:1px solid #e7e7e7;
	margin-bottom:10px;
	padding:0 10px;
	border-radius:15px;
}
.con_search_box .select input{
	width:100%;
	height:30px;
	float:left;
	border:1px solid #e7e7e7;
	margin-bottom:10px;
	padding:0 10px;
	border-radius:15px;
}
.con_search_box .btnBox{
	width:100%;
	height:auto;
	float:left;
}
.con_search_box .btnBox a{
	width:auto;
	height:30px;
	line-height:30px;
	float:left;
	color:#fff;
	padding:0 20px;
	border-radius:15px;
}
.con_search_box .btnBox a.btn_search{
	float:right;
}
.con_search_box .btnBox a.btn_close{
	float:left;
	margin-right:10px;
}

.mb50{
	margin-bottom:50px;
}

/*tab通用*/
.tab_box{
	width:100%;
	max-width:100%;
	height:30px;
	background:#39c2c3;
	position:fixed;
	top: 45px;
	z-index:99;
}
.tab_box .tab_li{
	width:50%;
	height: 30px;
	line-height:30px;
	float:left;
	text-align:center;
	position:relative;
}
.tab_box .tab_li a{
	width:auto;
	height:20px;
	line-height:20px;
	font-size: 12px;
	text-align:center;
	color:#fff !important;
	position:relative;
}
.tab_box .tab_li.current a:before{
	content:"";
	width:100%;
	height:2px;
	border-radius:1px;
	background: #fff;
	position:absolute;
	top: 20px;
	left:0;
}
.tab_box .tab_li.current a{
	color:#fff !important;
	font-size:14px;
}

/*顶部小提示*/
.con_tip{
	width:100%;
	height:30px;
	padding:0 15px;
	background: #fef7eb;
	position: fixed;
	top: 75px;
	z-index: 991;
}
.con_tip .con_tip_text{
	width: 100%;
	line-height: 30px;
	font-size: 12px;
	float: left;
}

/*字体颜色*/
.text_blue{
	color: #09b7dc !important;
}
.text_green{
	color: #52bec8 !important;
}
.text_orange{
	color: #f60 !important;
}
.text_purple{
	color: #9b96fa !important;
}
.text_yellow{
	color: #fec35f !important;
}
.text_red{
	color: #fe5f5f !important;
}
.text_gray{
	color: #999 !important;
}

/*按钮颜色*/
.btn_blue{
	background:#09b7dc !important;
	box-shadow:0 0 10px rgba(9, 183, 220,.5);
	color:#fff !important;
}
.btn_gray{
	background:#bbb !important;
	box-shadow:0 0 10px rgba(0,0,0,.15);
	color:#fff !important;
}
.btn_black{
	background:#333 !important;
	box-shadow:0 0 10px rgba(0,0,0,.15);
	color:#fff !important;
}
.btn_green{
	background:#52bec8 !important;
	box-shadow:0 0 10px rgba(82, 190, 200,.5);
	color:#fff !important;
}
.btn_orange{
	background:#ff9d6f !important;
	box-shadow:0 0 10px rgba(254,86,1,.5);
	color:#fff !important;
}
.btn_red{
	background:#fe5f5f !important;
	box-shadow:0 0 10px rgba(221,54,53,.5);
	color:#fff !important;
}
.btn_yellow{
	background:#fec35f !important;
	box-shadow:0 0 10px rgba(246,167,2,.5);
	color:#fff !important;
}
.btn_purple{
	background:#9b96fa !important;
	box-shadow:0 0 10px rgba(155,150,250,.5);
	color:#fff !important;
}

/*图标颜色*/
.icon_blue{
	background:linear-gradient(to bottom, rgba(9, 183, 220,.7) , rgba(9, 183, 220,1)) !important;
	box-shadow:0 0 10px rgba(9, 183, 220,.5);
	color:#fff !important;
}
.icon_gray{
	background:linear-gradient(to bottom, rgba(0,0,0,.25) , rgba(0,0,0,.35)) !important;
	box-shadow:0 0 10px rgba(0,0,0,.15);
	color:#fff !important;
}
.icon_green{
	background:linear-gradient(to bottom, rgba(82, 190, 200,.7) , rgba(82, 190, 200,1)) !important;
	box-shadow:0 0 10px rgba(82, 190, 200,.5);
	color:#fff !important;
}
.icon_orange{
	background:linear-gradient(to bottom, rgba(254,86,1,.7) , rgba(254,86,1,1)) !important;
	box-shadow:0 0 10px rgba(254,86,1,.5);
	color:#fff !important;
}
.icon_red{
	background:linear-gradient(to bottom, rgba(221,54,53,.7), rgba(221,54,53,1)) !important;
	box-shadow:0 0 10px rgba(221,54,53,.5);
	color:#fff !important;
}
.icon_yellow{
	background:linear-gradient(to bottom, rgba(246,167,2,.7), rgba(246,167,2,1)) !important;
	box-shadow:0 0 10px rgba(246,167,2,.5);
	color:#fff !important;
}
.icon_purple{
	background:linear-gradient(to bottom, rgba(155,150,250,.7), rgba(155,150,250,1)) !important;
	box-shadow:0 0 10px rgba(155,150,250,.5);
	color:#fff !important;
}

/*状态背景*/
.status_green{
	width: 70px;
	height: 25px;
	font-size:12px;
	line-height: 20px;
	text-align: center;
	padding-left: 10px;
	color: #fff !important;
	background:url("/FRONT-END/client/images/status_green.png") no-repeat;
	background-size:100% 100%;
}
.status_blue{
	width: 70px;
	height: 25px;
	font-size:12px;
	line-height: 20px;
	text-align: center;
	padding-left: 10px;
	color: #fff !important;
	background:url("/FRONT-END/client/images/status_blue.png") no-repeat;
	background-size:100% 100%;
}
.status_yellow{
	width: 70px;
	height: 25px;
	font-size:12px;
	line-height: 20px;
	text-align: center;
	padding-left: 10px;
	color: #fff !important;
	background:url("/FRONT-END/client/images/status_yellow.png") no-repeat;
	background-size:100% 100%;
}
.status_red{
	width: 70px;
	height: 25px;
	font-size:12px;
	line-height: 20px;
	text-align: center;
	padding-left: 10px;
	color: #fff !important;
	background:url("/FRONT-END/client/images/status_red.png") no-repeat;
	background-size:100% 100%;
}
.status_gray{
	width: 70px;
	height: 25px;
	font-size:12px;
	line-height: 20px;
	text-align: center;
	padding-left: 10px;
	color: #fff !important;
	background:url("/FRONT-END/client/images/status_gray.png") no-repeat;
	background-size:100% 100%;
}

/*common_back*/
.common_back{
	width:100%;
	height:49px;
	line-height:49px;
	float:left;
	box-sizing:border-box;
	border-bottom:1px solid #e6e6e6;
	position:relative;
}
.common_back a.a_left{
	float:left;
	width:50%;
	height:49px;
	line-height:49px;
	font-size:15px;
	color:#999;
	padding-left:10px;
	box-sizing:border-box;
}
.common_back a.a_left .ico{
	margin-right:5px;
}
.common_back a.btn_right{
	width:78px;
	height:32px;
	line-height:32px;
	text-align:center;
	position:absolute;
	top:7px;
	right:10px;
	border:1px solid #e6e6e6;
	background:#fff;
	color:#5082c8;
	border-radius:2px;
}
.common_back a.btn_right .ico{
	margin-right: 5px;
}
.common_back .text_right{
	width:50%;
	height:49px;
	line-height:49px;
	float:right;
	text-align:right;
	color:#5082c8;
	box-sizing:border-box;
	padding-right:10px;
	font-size:15px;
	font-weight:bold;
}

/*搴曢儴鎸夐挳*/
.button_bottom{
	width:100%;
	max-width:800px;
	height:50px;
	border-top:1px solid #e6e6e6;
	background:#fff;
	position:fixed;
	bottom:0;
	margin: 0;
	padding: 0;
}
.button_bottom .button_li{
	width:33.3%;
	float:right;
	padding:7px 10px;
	box-sizing:border-box;
}
.button_bottom .button_li a{
	width:100%;
	height:35px;
	line-height:35px;
	text-align:center;
	float:left;
	border:1px solid #e6e6e6;
	box-sizing:border-box;
	border-radius:2px;
}
.button_bottom .button_li a.btn_add{
	color:#8cc051;
}
.button_bottom .button_li a.btn_edit{
	color:#5082c8;
}
.button_bottom .button_li a.btn_del{
	color:#db4453;
}
.button_bottom .button_li a i.ico{
	margin-right:8px;
}

select{
	-webkit-appearance: none;
	background: none;
}

/*閫氱敤鎮诞榛戣壊閫忔槑鎸夐挳*/
a.common_btn_add{
	position: fixed;
	width:50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50px;
	font-size: 22px;
	bottom:80px;
	right:30px;
	background: rgba(0,0,0,.4);
	color:#fff;
	z-index: 10;
}
a.common_btn_text{
	position: fixed;
	width:auto;
	height: auto;
	line-height:20px;
	text-align: left;
	border-radius: 5px;
	font-size: 13px;
	bottom:80px;
	right:30px;
	background: rgba(0,0,0,.4);
	color:#fff;
	z-index: 10;
	padding:8px 10px;
}
.redIcon:before {
	content: "*";
	color: #db0000;
	margin-right: 5px;
}
.common_btn_readAll{
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	position:fixed;
	bottom:120px;
	right:20px;
	z-index:3;
	background:url(../images/img_readAll.png);
	background-size:cover;
	display:none;
}

/*switch 选择*/
.mui-switch {
	width: 37px;
	height: 20px;
	position: relative;
	border: 1px solid #dfdfdf;
	background-color: #dfdfdf;
	box-shadow: #dfdfdf 0 0 0 0 inset;
	border-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-clip: content-box;
	display: inline-block;
	-webkit-appearance: none;
	user-select: none;
	outline: none;
	float:right;
}
.mui-switch:before {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 1px;
	/* right: 0px; */
	/* border: 1px solid #e7e7e7; */
	border-radius: 50%;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: #fff;
	/* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); */
}
.mui-switch:checked {
	border-color: #fff;
	box-shadow: #90652c 0 0 0 16px inset;
	background-color: #90652c;
}
.mui-switch:checked:before {
	left: 18px;
}
.mui-switch.mui-switch-animbg {
	transition: background-color ease 0.4s;
}
.mui-switch.mui-switch-animbg:before {
	transition: left 0.3s;
}
.mui-switch.mui-switch-animbg:checked {
	box-shadow: #dfdfdf 0 0 0 0 inset;
	background-color: #36c9c9;
	transition: border-color 0.4s, background-color ease 0.4s;
}
.mui-switch.mui-switch-animbg:checked:before {
	/* transition: left 0.3s; */
}
.mui-switch.mui-switch-anim {
	transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
}
.mui-switch.mui-switch-anim:before {
	transition: left 0.3s;
}
.mui-switch.mui-switch-anim:checked {
	box-shadow: #4a89dd 0 0 0 16px inset;
	background-color: #36c9c9;
	transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s;
}
.mui-switch.mui-switch-anim:checked:before {
	transition: left 0.3s;
}

/*
<label>
  <input class="mui-switch" type="checkbox">
  默认未选中</label>
<label>
  <input class="mui-switch" type="checkbox" checked>
  默认选中</label>
<label>
  <input class="mui-switch mui-switch-animbg" type="checkbox">
  默认未选中,简单的背景过渡效果,加mui-switch-animbg类即可</label>
<label>
  <input class="mui-switch mui-switch-animbg" type="checkbox" checked>
  默认选中</label>
<label>
  <input class="mui-switch mui-switch-anim" type="checkbox">
  默认未选中,过渡效果,加 mui-switch-anim
  类即可</label>
<label>
  <input class="mui-switch mui-switch-anim" type="checkbox" checked>
  默认选中</label>
*/

/*车牌颜色通用css-new*/
/*  车牌颜色 */
.plate_no{
	background: #aaa;
	color:#FFF !important;
	box-shadow: 0 0 10px rgba(184, 184, 184, 0.5);
}
.plate_blue {
	/* background: #09b7dc !important; */
	background: #0061b1 !important;
	box-shadow: 0 0 10px rgba(9, 183, 220, 0.5);
	color: #fff !important;
}
.plate_yellow {
	background: #fec35f !important;
	box-shadow: 0 0 10px rgba(246, 167, 2, 0.5);
	color: #fff !important;
}
.plate_green {
	background: #00e560 !important;
	box-shadow: 0 0 10px rgba(97, 240, 108, 0.5);
	color: #fff !important;
}
.plate_black{
	background:#333 !important;
	box-shadow:0 0 10px rgba(0,0,0,.15);
	color:#fff !important;
}

.plate_white{
	background: #fff;
	color:#000 !important;
	box-shadow: 0 0 10px rgba(184, 184, 184, 0.5);
}
.plate_temporary{
	background: #fff;
	border:1px dashed #000;
	color:#000 !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.plate_yellow_green {
	background: #00e560 !important;
	border: 1px solid #000 !important;
	color: #000 !important;
}
.plate_yellow_green:after {
	content: '';
	width: 40%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fbd312;
}

.plate_other{
	background: #aaa;
	border:1px solid #000;
	color:#FFF !important;
	box-shadow: 0 0 10px rgba(184, 184, 184, 0.5);
}

.plate_orange {
	background: #ff9d6f !important;
	box-shadow: 0 0 10px rgba(254, 86, 1, 0.5);
	color: #fff !important;
}

.plateColorM_blue {
	background: #3177fa;
	color: #fff;
}
.plateColorM_green {
	background-image: linear-gradient(#fff, #00e560);
	border: 1px solid #000;
	color: #000;
}
.plateColorM_yellow {
	background: #fbd312;
	border: 1px solid #000;
	color: #000;
}
.plateColorM_black {
	background: #000;
	color: #fff;
}
.plateColorM_white {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}
.plateColorM_temporary {
	background: #fff;
	border: 1px dashed #000;
	color: #000;
}
.plateColorM_yellow_green {
	background: #00e560;
	border: 1px solid #000;
	color: #000;
}
.plateColorM_yellow_green:after {
	content: '';
	width: 40%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fbd312;
}
.plateColorM_no {
	background: #aaa;
	color: #fff;
}
.plateColorM_other {
	background: #ccc;
	border: 1px solid #000;
	color: #000;
}

.bind_tip{
	z-index: -1;
}

/*针对停车记录列表顶部的提示*/
.top_tip{
	width:calc(100% - 20px);
	float:left;
	margin:10px;
	margin-bottom:0;
	padding:10px;
	text-align:center;
	font-size:12px;
	background: #fef7eb;
	border: 1px dashed #ddc387;
	color:#fe5f5f;
	z-index: 999;
}
.top_tip a{
	font-size:12px;
}

/* 通用客服电话 */
.service_tel{
	width: 40px;
	height: 40px;
	line-height:38px;
	font-size:20px !important;
	text-align: center;
	color: #fff !important;
	background: rgba(0,0,0,0.5);
	border-radius:0 10px 10px 0;
	position: fixed;
	bottom:85px;
	left: -2px;
	z-index:222;
}

.foshan_bigtext{
	font-size: 18px !important;
}

.empty_blue{
	background:rgba(93, 156, 236,.1);
	border:1px solid rgba(93, 156, 236,1);
	color:rgba(93, 156, 236,1) !important;
}
.empty_green{
	background:rgba(25, 185, 85,.1);
	border:1px solid rgba(25, 185, 85,1);
	color:rgba(25, 185, 85,1) !important;
}
.empty_red{
	background:rgba(221, 54, 53,.1);
	border:1px solid rgba(221, 54, 53,1);
	color:rgba(221, 54, 53,1) !important;
}
.empty_orange{
	background:rgba(248, 131, 25,.1);
	border:1px solid rgba(248, 131, 25,1);
	color:rgba(248, 131, 25,1) !important;
}
.empty_yellow{
	background:rgba(225, 169, 41,.1);
	border:1px solid rgba(225, 169, 41,1);
	color:rgba(225, 169, 41,1) !important;
}
.empty_gray{
	background:rgba(187, 187, 187,.1);
	border:1px solid rgba(187, 187, 187,1);
	color:rgba(187, 187, 187,1) !important;
}
