.vehicle-panel {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1000;
    background: #fff;
    padding-bottom: 20px;
}

.vehicle-panel-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vehicle-panel-row-last {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vehicle-panel-row-button {
    background-color: #fff;
    margin: 3px;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 6px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.is-disabled {
    background-color: #eee;
}
.vehicle-panel-row-button-number {
    /*background-color: #eee;*/
}

.vehicle-panel-row-button-last {
    width: 54px;
    height: 54px;
    line-height: 54px;
}

.vehicle-panel-row-button-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vehicle-panel-row-button-img svg {
    width: 50px;
    height: 30px;
}

.vehicle-panel-ok {
    background-color: #f27102;
    color: #fff;
    width: 90px;
    height: 48px;
    line-height: 48px;
}

.vehicle-panel-row-del {
    width: 70px;
}

.topItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    background: #fff;
}

.exit {
    margin-right: 18px;
    color: #f27102;
    font-size: 16px;
    display: block;
    line-height: 30px;
    cursor: pointer;
}

.check {
    margin-left: 18px;
    color: #f27102;
    font-size: 16px;
    display: block;
    line-height: 30px;
}

.fade-enter, .fade-leave-to {
    transform: translate3d(0, 100%, 0);
}

.fade-enter-active, .fade-leave-active {
    transition: all 0.3s;
}

.fade-leave, .fade-enter-to {
    transform: translate3d(0, 0, 0);
}

.input-wrap {
    display: flex;
    align-items: center;
}

.input-wrap2 {
    height: 38px;
    line-height: 38px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 10px;
}
.system-input-container {
	width: 100%;
	height: 38px;
	line-height: 38px;
	/* border: 1px solid #ccc; */
	/* border-radius: 5px; */
	/* padding-left: 10px; */
}
.system-input {
	border-radius: 5px;
	width: 100%;
	height: 16px;
	font-size: 16px;
	font-weight: bold;
	padding: 11px 11px;
	border: 1px solid #ccc;
}
.input-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin: 0 3px;
    font-size: 14px;
    border: 1px solid #7F7F7F;
    border-radius: 3px;
    cursor: pointer;
}

.input-item.on {
    border-color: #1f9a1d;
}

.input-item .tip {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #666;
    transform: scale(0.8);
}

.last {
    width: 40px;
    height: 40px;
    border: 1px dashed #eee;
}
