* {
	padding: 0;
	margin: 0;
	color: #444;
	font-size: 14px;
	-webkit-tap-highlight-color: transparent;
}

.clearfix {*zoom:1;}
.clearfix:after {content:'\200B';clear:both;display:block;height:0px}

body {
	font-family: "微软雅黑";
	background-color: #f7f7f7;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

input {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.base-view {
	height: 100vh;
	width: 100vw;
	overflow: hidden;
}

.base-group {
	background-color: #fff;
	margin-bottom: 10px;
}

.base-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
}

.base-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
}

.block {
	flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
}

.flex1 {
	flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
}

.flex-ai-end {
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
}

.vacant-5 {
	height: 5px;
}

.vacant-10 {
	height: 10px;
}

.base-c {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.base-c-row {
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.base-c-col {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.base-l {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.base-l-start {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.base-l-end {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.base-v {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.base-v-start {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.base-v-end {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
}

.font-12 {
	font-size: 12px !important;
}

.font-tag {
	color: #999;
}

.color-error {
	color: #cb5752;
}

.color-theme {
	color: #1a84fe;
}

.mask-panel {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	min-height: 100%;
	width: 100%;
	background-color: #fff;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 10000;
}

/* 单选框 */

.ui-radio input[type="radio"] {
	display: none;
}

.ui-radio .label {
	display: inline-block;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 100%;
	margin-right: 5px;
	border: 1px solid rgb(57, 127, 245);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ui-radio input[type="radio"]:checked + .label {
	background-image: url(../icon/my-car/confirm.png);
	background-size: cover;
	border: 0;
}

/* 设备绑定 */

.bind-desc {
	height: 100px;
}

.bind-desc .pic {
	width: 120px;
}

.bind-desc .pic img {
	max-height: 100px;
	max-width: 120px;
}

.bind-desc .context {
	flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	padding: 10px 0 10px 15px;
	border-left: 1px solid #eee;
}

.bind-desc .context span:first-child {
	font-size: 16px;
	font-weight: bold;
}

.bind-desc .context span:first-child {
	font-size: 16px;
	font-weight: bold;
}

.bind-desc .state {
	width: 60px;
}

.bind-desc .state img {
	height: 38px;
	width: 38px;
}

/* 设备信息 */

.base-dev-item {
	height: 50px;
	padding: 0 20px;
	border-bottom: 1px solid #eee;
}

.base-dev-item img {
	height: 20px;
	width: 20px;
	position: relative;
	background-color: #387ff5;
	border-radius: 24px;
	padding: 2px;
}

.base-dev-item span:nth-child(2) {
	min-width: 80px;
	position: relative;
}

.base-dev-item span:nth-child(3) {
	flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
}

._span::after {
	right: -8px !important;
}

.base-dev-item span {
	font-size: 15px;
	margin-left: 10px;
	letter-spacing: 1px;
}

/* 行车轨迹 */

.flex-full {
	flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
}

.tmp-navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 45px;
	width: 100%;
	border-bottom: 1px solid #eee;
	background-color: #fff;
}

.tmp-navbar > .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 45px;
	width: 45px;
}

.tmp-navbar > .icon img {
	height: 20px;
	width: 20px;
}

.tmp-navbar > .label {
	flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
}

.tmp-col-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tmp-col-3 .base-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 33.33%;
	height: 50px;
}

.tmp-col-3 .base-row img {
	height: 20px;
	width: 20px;
	margin-right: 10px;
}

.tmp-col-3 .base-row div {
	flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	font-size: 12px;
}

.tmp-col-3 .base-row div span {
	font-size: 12px;
}

.tmp-bar-c {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.tmp-bar-c > .btn-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50px;
	height: 100%;
}

.tmp-bar-c > .btn-block img {
	height: 24px;
	width: 24px;
}

.tmp-bar-c > .target {
	flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.tmp-pop-mask {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-animation: fadeIn 0.2s ease forwards;
	animation: fadeIn 0.2s ease forwards;
	z-index: 99999;
}

.tmp-pop-mask.fadeOut {
	-webkit-animation: fadeOut 0.2s ease forwards;
	animation: fadeOut 0.2s ease forwards;
}

@-webkit-keyframes fadeIn {
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.tmp-pop-mask .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	padding: 15px 20px 10px 20px;
	background-color: #fff;
	text-align: center;
	max-width: calc(80% - 40px);
	border-radius: 3px;
}

.tmp-pop-mask .icon img {
	height: 44px;
	width: 44px;
}

.tmp-pop-mask .title {
	font-size: 22px;
	margin-bottom: 5px;
	letter-spacing: 2px;
}

.tmp-pop-mask .label {
	color: #999;
	font-size: 13px;
}

.tmp-pop-mask .content {
	margin: 15px 0;
	min-height: 50px;
}

.tmp-pop-mask .buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 30px;
	line-height: 30px;
}

.tmp-pop-mask .buttons > div {
	background-color: #ccc;
	color: #fff;
	border-radius: 3px;
	padding: 0 20px;
}

.tmp-pop-mask .buttons > div:active {
	opacity: 0.7;
}

.tmp-pop-mask .buttons > div:first-child {
	margin-right: 10px;
}

.tmp-pop-mask .buttons > div.confirm {
	background-color: #387ff5;
}

.tmp-pop-mask .buttons > div.danger {
	background-color: rgb(236, 108, 97);
}

/* 列表 */

.tmp-group {
	margin-bottom: 10px;
}

.tmp-group .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.tmp-group .item .container {
	flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 15px;
	width: calc(100% - 30px);
}

.tmp-group .item .container .label {
	width: 140px;
}

.tmp-group .item .container .value {
	flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	position: relative;
	margin-right: 15px;
}

.tmp-group .item .container .value * {
	color: #000;
}
.tmp-group .item input::-webkit-input-placeholder {
	color: #ddd;
}

.tmp-group .item .container .value label {
	flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.tmp-group .item .container .value .text-input {
	flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	height: 100%;
	border: 0;
	outline: none;
	font-weight: normal;
}

.tmp-group .item .container .value .full {
	height: 40px;
	width: 100%;
	line-height: 40px;
	font-weight: bold;
}
.tmp-group .item .container .value span {
	color: #ddd;
}

.tmp-group .item .container.null-icon {
	padding-right: 20px;
}

.tmp-group .item .icon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.tmp-group .item .icon i {
	color: rgb(54, 126, 239) !important;
}

.tmp-group.right .text-input,
.tmp-group.right .value {
	text-align: right;
}

/* 按钮 */

.tmp-button {
	display: block;
	height: 35px;
	width: 96%;
	border-radius: 5px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	line-height: 35px;
	margin: 10px auto;
}

.tmp-button:active {
	opacity: 0.8;
}

.tmp-button.primary {
	background-color: rgb(54, 126, 239);
	color: #fff;
	border: 0;
}

/* 图片字体 */

.tmp-icon-text {
	flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.tmp-icon-text .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 35px;
	width: 30px;
}

.tmp-icon-text .icon img {
	width: 25px;
}

.tmp-icon-text span {
	font-size: 12px;
}

/* 设备列表 */

.tmp-dev-list .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	height: 80px;
	border-bottom: 1px solid #eee;
}

.tmp-dev-list .item.selected {
	background-color: #f7f7f7;
}

.tmp-dev-list .item:active {
	background-color: #f7f7f7;
}

.tmp-dev-list .cover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 80px;
}

.tmp-dev-list .cover img {
	max-height: 70px;
	max-width: 70px;
}

.tmp-dev-list .description {
	flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	padding: 15px 20px;
	border-left: 1px solid #eee;
}

.tmp-dev-list .description p {
	flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-vacant {
	height: 50px;
}

.nav-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 50px;
	width: 100%;
	border-top: 1px solid #eee;
	background-color: #fff;
	z-index: 99;
	padding: 0;
}

.nav-footer ul {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
}

.nav-footer ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 20%;
	position: relative;
}

.nav-footer .buy-car-tag {
	color: #fff;
	height: 18px;
	width: 18px;
	position: absolute;
	right: 20%;
	top: 0;
	text-align: center;
	line-height: 18px;
	background: #fe5252;
	border-radius: 50%;
	font-size: 12px;
}

.nav-footer .buy-tag {
	height: 11px;
	width: 11px;
	position: absolute;
	right: 23px;
	top: 3px;
	background: #fe5252;
    border-radius: 50%;
}

.nav-footer ul li a {
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; */
	display: block;
	width: 100%;
	height: 100%;
}

.nav-footer ul li img {
	display: block;
	width: 24px;
	height: 24px;
	margin: 3px auto;
}

.nav-footer ul li:nth-child(4) img {
	width: 26px;
	height: 26px;
	margin: 2px auto;
}

.nav-footer ul li:nth-child(5) img {
	width: 20px;
	height: 21px;
	margin: 3.5px auto 6px;
}

.nav-footer ul li i {
	font-size: 1.65rem;
	margin-top: -5px;
}

.nav-footer ul li p {
	display: block;
	height: 20px;
	color: #444;
	font-size: 14px;
	text-align: center;
	line-height: 15px;
}

.nav-footer ul .active p {
	/* color: #387ff5; */
}

@font-face {
	font-family: "iconfont";
	src: url("./iconfont/iconfont.eot?t=1486460273064"); /* IE9*/
	src: url("./iconfont/iconfont.eot?t=1486460273064#iefix")
			format("embedded-opentype"),
		/* IE6-IE8 */ url("./iconfont/iconfont.woff?t=1486460273064")
			format("woff"),
		/* chrome,
         firefox */
			url("./iconfont/iconfont.ttf?t=1486460273064") format("truetype"),
		/* chrome,
         firefox,
         opera,
         Safari,
         Android,
         iOS 4.2+*/
			url("./iconfont/iconfont.svg?t=1486460273064#iconfont")
			format("svg"); /* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-gouwuche:before {
	content: "\e636";
}

.icon-mendian:before {
	content: "\e646";
}

.icon-shouyeshouye:before {
	content: "\e623";
}

.icon-wode:before {
	content: "\e624";
}
