/* pages/map/map.wxss */
map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.controls image {
  position: fixed;
}
.controls .banner {
  left: 0;
  top: 20rpx;
  width: 750rpx;
}
.controls .gps {
  left: 20rpx;
  bottom: 100rpx;
  width: 90rpx;
  height: 90rpx;
}
.controls .gift {
  right: 40rpx;
  bottom: 240rpx;
  width: 90rpx;
  height: 90rpx;
}
.controls .cost {
  right: 40rpx;
  bottom: 100rpx;
  width: 90rpx;
  height: 90rpx;
}