#map {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
}
.amap-sug-result{
	z-index: 5001;
}
.weui-search-bar{
	position: fixed;
	top: 1rem;
    left: 2%;
    width: 96%;
}
.weui-label{
	width: 75px;
	text-align: center;
}
.weui-label img{
	width: 35px;
}
.weui-label.user img{
	width: 50px;
}
.weui-cell{
    padding: .5rem;
}

.weui-cells_footer{
	position: fixed;
    width: 100%;
    bottom: 0;
}
.weui-dialog-full .weui-dialog__bd{
	padding: 0;
}

.posi-txt{
	text-align: left;
}
.moreInfo{
	position: absolute;
    width: 30px;
    right: 10px;
    top: 13px;
}
.weui-cells{
	overflow: inherit;
}
#searchResult2{
	position: absolute;
    top: 45px;
    z-index: 3;
    width: 12rem;
}
.weui-cells_radio{
	margin-top: 0;
	background-color: rgb(247,247,247);
}
.batterylist .weui-icon-checked{
	background-image: url(/img/unchecked@2x.png);
    background-repeat: no-repeat;
    font-size: inherit;
    background-position: 0px 0px;
    width: 24px;
    height: 24px;
}
.batterylist .weui-check:checked+.weui-icon-checked:before{
	padding-top: 4px;
    padding-right: 4px;
}
.batterylist .weui-check__label{
	padding-right: 20px;
}

.weui-cell__bd.battery{
	padding-left: 20px;
}
.battery .brand{
	width: 22%;
    display: inline-block;
}

.battery .model{
	display: inline-block;
    font-weight: 700;
    width: 55%;
/*     overflow: hidden; */
    text-overflow: ellipsis;
    white-space: nowrap;
}
.battery i{
	color: red;
    font-style: normal;
    font-weight: bold;
    padding-right: 5px;
}

.action-price{
	float: right;
}
.action-price i{
	color: red;
    font-style: normal;
    font-weight: bold;
}
.battery-buy p{
	float: left;
	width: 85%;
}
.battery-buy input{
	width: 2em;
    float: right;
    margin-right: 1em;
	line-height: 20px;
}
.battery-buy .brand{
	width: 75%;
    display: inline-block;
/* 	overflow: hidden; */
    text-overflow: ellipsis;
    white-space: nowrap;
}
.battery-buy i{
	color: red;
    font-style: normal;
    font-weight: bold;
    padding-right: 5px;
}
#formChat{
	line-height: 40px;
    padding-left: 1em;
    color: #393939;
    font-size: 18px;
}
.chat{
	height: 25px;
	margin-left: 5px;
}

.page {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#iosDialog2 .weui-skin_android .weui-dialog__hd{
	text-align: center;
	padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F7F7F7;
}
.notice-title{
	color: #000;
	font-size: 16px;
	padding-bottom: 10px;
	font-weight: 700;
}

.notice-p{
	font-size: 14px;
	padding-bottom: 10px;
	line-height: 20px;
}
#iosDialog2 .weui-skin_android .weui-dialog__ft{
	padding: 8px 24px 8px;
}

#androidActionsheet .weui-actionsheet__cell{
	overflow: hidden;
}
#androidActionsheet .weui-actionsheet__cell span:first-child{
	width: 215px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rechoose {
    height: 0.75rem;
    margin-left: 0.5rem;
    margin-top: -0.2rem;
}
.add{
	position: absolute;
    top: 1.1rem;
    right: 0.5rem;
    display: block;
    width: 0.9rem;
}
.chooseCarName{
    color: #1c1c1c;
    font-size: 0.85rem;
}
.service{
	position: absolute;
    left: 15px;
    top: 65px;
    cursor: pointer;
}
.service img{
	width: 80px;
}